2023-09-30T08:47:17.166 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-30T08:47:17.167 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi --description upgrade:quincy-x/parallel/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks mon_election/connectivity upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} --verbose --archive /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215/orig.config.yaml 2023-09-30T08:47:17.220 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T08:47:17.311 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215 branch: main description: upgrade:quincy-x/parallel/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks mon_election/connectivity upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} email: yweinste@redhat.com first_in_suite: false job_id: '7407215' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run run randomized correctness test for rados operations on an erasure-coded pool ' - desc: 'object class functional tests ' - desc: 'generate read/write load with rados objects ranging from 1MB to 25MB ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'librbd python api tests ' name: yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main 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\) sha1: 1d10b71792f3be8887a7631e69851ac2df3585af ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: extra_system_packages: - python3-pytest flavor: default sha1: 1d10b71792f3be8887a7631e69851ac2df3585af selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 1d10b71792f3be8887a7631e69851ac2df3585af owner: scheduled_yuriw@teuthology priority: 76 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - mds.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mds.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 6770 sha1: 1d10b71792f3be8887a7631e69851ac2df3585af sleep_before_teardown: 0 subset: 111/120000 suite: upgrade:quincy-x suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 1d10b71792f3be8887a7631e69851ac2df3585af targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEnGO8HTrQo70V7v2obg8/Hpu6WpV9eZSKCFXbCV/E/9jwjwX0+5IGnwMi0HByk+egwl8RTcCrQPLyI4HaHdhb8= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWJbIH7AIhXVS/sP0Mq6RVFctg3MysgU44ojKaXBi7WwYyuiKgjgZ40P8+QUyBvh1dqfQF9R24rY6xqOQHv6eo= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - install: branch: quincy exclude_packages: - ceph-volume - print: '**** done install task...' - print: '**** done start installing quincy cephadm ...' - cephadm: cephadm_branch: quincy cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:quincy - print: '**** done end installing quincy cephadm ...' - print: '**** done start cephadm.shell ceph config set mgr...' - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest true --force - print: '**** done cephadm.shell ceph config set mgr...' - print: '**** done start telemetry quincy...' - workunit: clients: client.0: - test_telemetry_quincy.sh - print: '**** done end telemetry quincy...' - print: '**** done start parallel' - parallel: - workload - upgrade-sequence - print: '**** done end parallel' - print: '**** done start telemetry x...' - workunit: clients: client.0: - test_telemetry_quincy_x.sh - print: '**** done end telemetry x...' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-29_19:44:19 tube: smithi upgrade-sequence: sequential: - print: '**** done start upgrade, wait' - cephadm.shell: env: - sha1 mon.a: - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - print: '**** done end upgrade, wait...' user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 workload: full_sequential: - print: '**** done start ec-rados-default.yaml' - rados: clients: - client.0 ec_pool: true objects: 50 op_weights: append: 100 copy_from: 50 delete: 50 read: 100 rmattr: 25 rollback: 50 setattr: 25 snap_create: 50 snap_remove: 50 write: 0 ops: 4000 write_append_excl: false - print: '**** done end ec-rados-default.yaml' - print: '**** done start rados_api.yaml' - workunit: branch: quincy clients: client.0: - cls - print: '**** done end rados_api.yaml' - print: '**** done start rados_loadgenbig.yaml' - workunit: branch: quincy clients: client.0: - rados/load-gen-big.sh - print: '**** done end rados_loadgenbig.yaml' - print: '**** done start rbd_import_export.yaml' - workunit: branch: quincy clients: client.1: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done end rbd_import_export.yaml' - print: '**** done start test_rbd_api.yaml' - workunit: branch: quincy clients: client.0: - rbd/test_librbd.sh env: RBD_FEATURES: '61' - print: '**** done end test_rbd_api.yaml' - print: '**** done start test_rbd_python.yaml' - workunit: branch: quincy clients: client.0: - rbd/test_librbd_python.sh env: RBD_FEATURES: '61' - print: '**** done end test_rbd_python.yaml' 2023-09-30T08:47:17.312 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa; will attempt to use it 2023-09-30T08:47:17.313 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks 2023-09-30T08:47:17.313 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-30T08:47:17.315 INFO:teuthology.task.internal:Checking packages... 2023-09-30T08:47:17.338 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '1d10b71792f3be8887a7631e69851ac2df3585af' 2023-09-30T08:47:17.338 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T08:47:17.338 INFO:teuthology.packaging:ref: None 2023-09-30T08:47:17.338 INFO:teuthology.packaging:tag: None 2023-09-30T08:47:17.338 INFO:teuthology.packaging:branch: main 2023-09-30T08:47:17.338 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T08:47:17.339 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-09-30T08:47:17.587 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6447.g1d10b717 2023-09-30T08:47:17.587 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-30T08:47:17.592 INFO:teuthology.task.internal:no buildpackages task found 2023-09-30T08:47:17.592 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-30T08:47:17.655 INFO:teuthology.task.internal:Saving configuration 2023-09-30T08:47:17.674 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-30T08:47:17.681 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T08:47:17.708 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 08:41:32.392572', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEnGO8HTrQo70V7v2obg8/Hpu6WpV9eZSKCFXbCV/E/9jwjwX0+5IGnwMi0HByk+egwl8RTcCrQPLyI4HaHdhb8='} 2023-09-30T08:47:17.731 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 08:41:32.390594', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWJbIH7AIhXVS/sP0Mq6RVFctg3MysgU44ojKaXBi7WwYyuiKgjgZ40P8+QUyBvh1dqfQF9R24rY6xqOQHv6eo='} 2023-09-30T08:47:17.731 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-30T08:47:17.737 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'mds.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-09-30T08:47:17.738 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['mon.b', 'mds.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-09-30T08:47:17.738 INFO:teuthology.run_tasks:Running task console_log... 2023-09-30T08:47:17.816 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8c185ab160>, signals=[15]) 2023-09-30T08:47:17.816 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-30T08:47:17.822 INFO:teuthology.task.internal:Opening connections... 2023-09-30T08:47:17.822 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2023-09-30T08:47:17.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:47:17.890 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2023-09-30T08:47:17.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:47:17.958 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-30T08:47:17.965 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2023-09-30T08:47:17.988 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2023-09-30T08:47:17.988 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2023-09-30T08:47:18.048 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="CentOS Stream" 2023-09-30T08:47:18.048 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="8" 2023-09-30T08:47:18.048 INFO:teuthology.orchestra.run.smithi118.stdout:ID="centos" 2023-09-30T08:47:18.048 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="rhel fedora" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="8" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el8" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://centos.org/" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T08:47:18.049 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T08:47:18.050 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2023-09-30T08:47:18.074 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2023-09-30T08:47:18.096 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2023-09-30T08:47:18.096 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2023-09-30T08:47:18.156 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2023-09-30T08:47:18.156 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="8" 2023-09-30T08:47:18.156 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="8" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el8" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-30T08:47:18.157 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-30T08:47:18.158 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2023-09-30T08:47:18.182 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-30T08:47:18.193 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-30T08:47:18.198 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-30T08:47:18.198 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2023-09-30T08:47:18.201 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2023-09-30T08:47:18.220 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-30T08:47:18.226 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-30T08:47:18.226 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2023-09-30T08:47:18.261 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2023-09-30T08:47:18.292 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-30T08:47:18.345 INFO:teuthology.run_tasks:Running task kernel... 2023-09-30T08:47:18.360 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-30T08:47:18.360 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-30T08:47:18.360 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T08:47:18.361 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-30T08:47:18.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T08:47:18.380 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-09-30T08:47:18.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T08:47:18.381 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2023-09-30T08:47:18.439 INFO:teuthology.orchestra.run.smithi118.stdout:4.18.0-489.el8.x86_64 2023-09-30T08:47:18.439 INFO:teuthology.task.kernel:Running kernel on smithi118: 4.18.0-489.el8.x86_64 2023-09-30T08:47:18.440 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2023-09-30T08:47:18.441 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-489.el8.x86_64 2023-09-30T08:47:18.441 INFO:teuthology.task.kernel:Running kernel on smithi192: 4.18.0-489.el8.x86_64 2023-09-30T08:47:18.441 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2023-09-30T08:47:22.288 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - AppStream 28 MB/s | 33 MB 00:01 2023-09-30T08:47:23.351 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - AppStream 15 MB/s | 33 MB 00:02 2023-09-30T08:47:30.389 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 48 MB 00:02 2023-09-30T08:47:31.760 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 48 MB 00:02 2023-09-30T08:47:37.572 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras 56 kB/s | 18 kB 00:00 2023-09-30T08:47:38.164 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-09-30T08:47:38.482 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-09-30T08:47:38.959 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras 60 kB/s | 18 kB 00:00 2023-09-30T08:47:39.410 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-09-30T08:47:39.720 INFO:teuthology.orchestra.run.smithi118.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-09-30T08:47:39.910 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-09-30T08:47:40.471 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 26 MB/s | 16 MB 00:00 2023-09-30T08:47:43.674 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 496 kB/s | 24 kB 00:00 2023-09-30T08:47:44.246 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 360 kB/s | 24 kB 00:00 2023-09-30T08:47:47.232 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T08:47:47.232 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T08:47:47.506 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T08:47:47.507 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:47:47.508 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-09-30T08:47:47.508 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:47:47.508 INFO:teuthology.orchestra.run.smithi192.stdout:Install 3 Packages 2023-09-30T08:47:47.508 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:47:47.509 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 88 M 2023-09-30T08:47:47.509 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 96 M 2023-09-30T08:47:47.509 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-09-30T08:47:47.794 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-30T08:47:47.795 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-30T08:47:48.071 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-09-30T08:47:48.071 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-09-30T08:47:48.072 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:47:48.073 INFO:teuthology.orchestra.run.smithi118.stdout:Install 3 Packages 2023-09-30T08:47:48.073 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:47:48.073 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 88 M 2023-09-30T08:47:48.073 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 96 M 2023-09-30T08:47:48.073 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2023-09-30T08:47:48.334 INFO:teuthology.orchestra.run.smithi192.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-09-30T08:47:48.918 INFO:teuthology.orchestra.run.smithi192.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 29 MB/s | 35 MB 00:01 2023-09-30T08:47:48.997 INFO:teuthology.orchestra.run.smithi118.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2023-09-30T08:47:49.593 INFO:teuthology.orchestra.run.smithi192.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 22 MB/s | 43 MB 00:01 2023-09-30T08:47:49.593 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-09-30T08:47:49.593 INFO:teuthology.orchestra.run.smithi192.stdout:Total 42 MB/s | 88 MB 00:02 2023-09-30T08:47:49.938 INFO:teuthology.orchestra.run.smithi118.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 21 MB/s | 35 MB 00:01 2023-09-30T08:47:50.272 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-09-30T08:47:50.380 INFO:teuthology.orchestra.run.smithi118.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-09-30T08:47:50.381 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2023-09-30T08:47:50.381 INFO:teuthology.orchestra.run.smithi118.stdout:Total 38 MB/s | 88 MB 00:02 2023-09-30T08:47:50.704 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-09-30T08:47:51.204 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-09-30T08:47:51.205 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2023-09-30T08:47:51.502 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2023-09-30T08:47:51.772 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2023-09-30T08:47:51.937 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-09-30T08:47:51.964 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-09-30T08:47:52.774 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2023-09-30T08:47:52.792 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2023-09-30T08:47:54.710 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-09-30T08:47:55.296 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T08:47:55.525 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2023-09-30T08:47:56.091 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T08:47:58.868 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T08:47:59.270 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T08:47:59.654 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-09-30T08:48:00.041 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T08:48:02.647 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T08:48:02.952 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:03.424 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-09-30T08:48:03.738 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:24.527 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:24.549 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:24.882 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:24.883 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T08:48:24.883 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T08:48:25.525 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:25.795 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:25.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:48:25.795 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-09-30T08:48:25.795 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T08:48:25.795 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T08:48:25.795 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:48:25.796 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-09-30T08:48:25.796 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:25.841 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T08:48:25.873 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:25.873 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-09-30T08:48:25.873 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-09-30T08:48:26.059 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T08:48:26.106 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T08:48:26.107 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T08:48:26.107 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T08:48:26.107 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T08:48:26.107 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-09-30T08:48:26.107 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T08:48:26.108 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T08:48:26.317 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T08:48:26.483 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T08:48:26.634 DEBUG:teuthology.orchestra.run.smithi192:> sudo rpm -qi grub2-tools 2023-09-30T08:48:26.635 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-09-30T08:48:26.635 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:48:26.636 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2023-09-30T08:48:26.636 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-09-30T08:48:26.636 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-09-30T08:48:26.636 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:48:26.636 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-09-30T08:48:26.668 INFO:teuthology.orchestra.run.smithi192.stdout:Name : grub2-tools 2023-09-30T08:48:26.668 INFO:teuthology.orchestra.run.smithi192.stdout:Epoch : 1 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Version : 2.02 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Release : 129.el8 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: x86_64 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Group : System Environment/Base 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Size : 9265586 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:License : GPLv3+ 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T08:48:26.669 INFO:teuthology.orchestra.run.smithi192.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:Relocations : (not relocatable) 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:Packager : CentOS BuildSystem 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:Vendor : CentOS 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:Summary : Support tools for GRUB. 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:Description : 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout:hardware devices. 2023-09-30T08:48:26.670 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:48:26.671 INFO:teuthology.orchestra.run.smithi192.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T08:48:26.671 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T08:48:26.671 INFO:teuthology.task.kernel:Updating grub on smithi192 to boot 4.18.0-514.el8.x86_64 2023-09-30T08:48:26.672 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T08:48:26.738 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T08:48:26.980 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T08:48:26.980 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T08:48:26.980 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-09-30T08:48:26.980 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-30T08:48:26.981 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-30T08:48:26.981 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-09-30T08:48:26.981 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2023-09-30T08:48:26.981 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2023-09-30T08:48:27.191 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-4.18.0-514.el8.x86_64 2023-09-30T08:48:27.192 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-09-30T08:48:27.192 DEBUG:teuthology.orchestra.run.smithi118:> sudo rpm -qi grub2-tools 2023-09-30T08:48:27.226 INFO:teuthology.orchestra.run.smithi118.stdout:Name : grub2-tools 2023-09-30T08:48:27.226 INFO:teuthology.orchestra.run.smithi118.stdout:Epoch : 1 2023-09-30T08:48:27.226 INFO:teuthology.orchestra.run.smithi118.stdout:Version : 2.02 2023-09-30T08:48:27.226 INFO:teuthology.orchestra.run.smithi118.stdout:Release : 129.el8 2023-09-30T08:48:27.226 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: x86_64 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Group : System Environment/Base 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Size : 9265586 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:License : GPLv3+ 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Relocations : (not relocatable) 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Packager : CentOS BuildSystem 2023-09-30T08:48:27.227 INFO:teuthology.orchestra.run.smithi118.stdout:Vendor : CentOS 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:Summary : Support tools for GRUB. 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:Description : 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:hardware devices. 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:48:27.228 INFO:teuthology.orchestra.run.smithi118.stdout:This subpackage provides tools for support of all platforms. 2023-09-30T08:48:27.229 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-30T08:48:27.229 INFO:teuthology.task.kernel:Updating grub on smithi118 to boot 4.18.0-514.el8.x86_64 2023-09-30T08:48:27.229 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-30T08:48:28.349 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2023-09-30T08:48:30.068 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2023-09-30T08:48:30.972 INFO:teuthology.orchestra.run.smithi192.stderr:done 2023-09-30T08:48:30.973 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2023-09-30T08:48:31.012 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.lOOiQyh1tT 2023-09-30T08:48:31.012 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lOOiQyh1tT 2023-09-30T08:48:31.085 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.lOOiQyh1tT 2023-09-30T08:48:31.237 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.lOOiQyh1tT is 6KB 2023-09-30T08:48:31.286 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.lOOiQyh1tT 2023-09-30T08:48:31.304 DEBUG:teuthology.orchestra.run.smithi192:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T08:48:31.378 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T08:48:31.378 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T08:48:31.378 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T08:48:31.378 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T08:48:31.379 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T08:48:31.516 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2023-09-30T08:48:32.562 INFO:teuthology.orchestra.run.smithi118.stderr:done 2023-09-30T08:48:32.610 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2023-09-30T08:48:32.633 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.S3QWvjVDlW 2023-09-30T08:48:32.633 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.S3QWvjVDlW 2023-09-30T08:48:32.706 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.S3QWvjVDlW 2023-09-30T08:48:32.864 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.S3QWvjVDlW is 6KB 2023-09-30T08:48:32.961 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.S3QWvjVDlW 2023-09-30T08:48:32.979 DEBUG:teuthology.orchestra.run.smithi118:> sudo /bin/ls /boot/loader/entries || true 2023-09-30T08:48:33.068 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-30T08:48:33.083 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-30T08:48:33.083 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-30T08:48:33.083 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-09-30T08:48:33.084 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-09-30T08:48:33.231 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2023-09-30T08:49:01.990 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-09-30T08:49:01.991 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-09-30T08:49:01.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:49:03.246 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-09-30T08:49:03.246 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-09-30T08:49:03.247 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:49:20.511 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2023-09-30T08:49:21.790 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2023-09-30T08:49:29.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-09-30T08:49:29.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:49:30.793 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-09-30T08:49:30.793 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:49:32.570 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2023-09-30T08:49:33.850 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2023-09-30T08:49:44.582 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-09-30T08:49:44.583 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:49:45.852 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-09-30T08:49:45.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:50:16.427 DEBUG:teuthology.orchestra.run.smithi192:> true 2023-09-30T08:50:16.703 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-09-30T08:50:16.703 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-514.el8.x86_64"... 2023-09-30T08:50:16.704 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2023-09-30T08:50:16.721 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-514.el8.x86_64 2023-09-30T08:50:16.721 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T08:50:16.721 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T08:50:16.721 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T08:50:17.722 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-09-30T08:50:17.723 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T08:50:17.781 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2023-09-30T08:50:17.794 DEBUG:teuthology.parallel:result is None 2023-09-30T08:50:45.855 DEBUG:teuthology.orchestra.remote:timed out 2023-09-30T08:51:00.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-09-30T08:51:00.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:51:01.220 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-09-30T08:51:01.496 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-09-30T08:51:01.496 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-514.el8.x86_64"... 2023-09-30T08:51:01.496 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-09-30T08:51:01.517 INFO:teuthology.orchestra.run.smithi118.stdout:4.18.0-514.el8.x86_64 2023-09-30T08:51:01.518 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-09-30T08:51:01.518 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-30T08:51:01.518 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-30T08:51:02.519 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-09-30T08:51:02.519 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-30T08:51:02.619 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2023-09-30T08:51:02.631 DEBUG:teuthology.parallel:result is None 2023-09-30T08:51:02.631 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-30T08:51:02.638 INFO:teuthology.task.internal:Creating test directory... 2023-09-30T08:51:02.638 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T08:51:02.640 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-30T08:51:02.664 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-30T08:51:02.671 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-30T08:51:02.680 INFO:teuthology.task.internal:Creating archive directory... 2023-09-30T08:51:02.680 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T08:51:02.702 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-30T08:51:02.748 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-30T08:51:02.756 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-30T08:51:02.757 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T08:51:02.785 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T08:51:02.821 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T08:51:02.832 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T08:51:02.843 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T08:51:02.856 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-30T08:51:02.858 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-30T08:51:02.865 INFO:teuthology.task.internal:Configuring sudo... 2023-09-30T08:51:02.865 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T08:51:02.867 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-30T08:51:02.905 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-30T08:51:02.944 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-30T08:51:02.944 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T08:51:02.947 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-30T08:51:02.967 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T08:51:03.056 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T08:51:03.124 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T08:51:03.174 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T08:51:03.222 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T08:51:03.222 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T08:51:03.295 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T08:51:03.347 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-30T08:51:03.399 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T08:51:03.489 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-30T08:51:03.535 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T08:51:03.535 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-30T08:51:03.607 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2023-09-30T08:51:03.609 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2023-09-30T08:51:03.679 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T08:51:03.717 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T08:51:04.109 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-30T08:51:04.119 INFO:teuthology.task.internal:Starting timer... 2023-09-30T08:51:04.119 INFO:teuthology.run_tasks:Running task pcp... 2023-09-30T08:51:04.131 INFO:teuthology.run_tasks:Running task selinux... 2023-09-30T08:51:04.144 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-30T08:51:04.145 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2023-09-30T08:51:04.260 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2023-09-30T08:51:04.262 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2023-09-30T08:51:04.329 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2023-09-30T08:51:04.331 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-30T08:51:04.331 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2023-09-30T08:51:04.390 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2023-09-30T08:51:04.391 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2023-09-30T08:51:04.413 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2023-09-30T08:51:04.413 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi118.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2023-09-30T08:51:04.414 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T08:51:04.442 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T08:51:04.443 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T08:51:04.481 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T08:51:04.482 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-30T08:51:04.482 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2023-09-30T08:51:04.512 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2023-09-30T08:51:04.553 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-30T08:51:04.566 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-09-30T08:51:04.573 INFO:teuthology.repo_utils:Fetching main from origin 2023-09-30T08:51:04.711 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-30T08:51:04.728 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'}]}] 2023-09-30T08:51:04.729 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-30T08:58:22.958 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2023-09-30T08:58:22.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-09-30T08:58:22.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:58:23.027 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-09-30T08:58:23.096 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-09-30T08:58:23.096 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-09-30T08:58:23.097 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-30T08:58:23.165 DEBUG:teuthology.orchestra.run.smithi192:> true 2023-09-30T08:58:23.232 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-09-30T08:58:23.232 INFO:teuthology.run_tasks:Running task clock... 2023-09-30T08:58:23.243 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-30T08:58:23.243 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T08:58:23.244 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T08:58:23.246 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-30T08:58:23.246 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T08:58:23.275 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T08:58:23.289 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T08:58:23.305 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-30T08:58:23.319 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-30T08:58:23.357 INFO:teuthology.orchestra.run.smithi118.stderr:sudo: ntpd: command not found 2023-09-30T08:58:23.369 INFO:teuthology.orchestra.run.smithi118.stdout:506 Cannot talk to daemon 2023-09-30T08:58:23.383 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T08:58:23.390 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2023-09-30T08:58:23.397 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T08:58:23.402 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2023-09-30T08:58:23.416 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-30T08:58:23.429 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-30T08:58:23.477 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2023-09-30T08:58:23.482 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T08:58:23.482 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2023-09-30T08:58:23.482 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.482 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.482 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.482 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.499 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-09-30T08:58:23.502 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T08:58:23.502 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-09-30T08:58:23.503 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.503 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.503 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.503 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T08:58:23.504 INFO:teuthology.run_tasks:Running task pexec... 2023-09-30T08:58:23.514 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-30T08:58:23.514 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi118.front.sepia.ceph.com 2023-09-30T08:58:23.514 DEBUG:teuthology.orchestra.run.smithi118:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T08:58:23.515 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2023-09-30T08:58:23.515 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-30T08:58:24.402 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:35 ago on Sat 30 Sep 2023 08:56:49 AM UTC. 2023-09-30T08:58:24.432 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:36 ago on Sat 30 Sep 2023 08:56:48 AM UTC. 2023-09-30T08:58:26.410 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-09-30T08:58:26.411 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:58:26.411 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2023-09-30T08:58:26.411 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:58:26.411 INFO:teuthology.orchestra.run.smithi118.stdout:Resetting modules: 2023-09-30T08:58:26.411 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools 2023-09-30T08:58:26.412 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:58:26.412 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-09-30T08:58:26.412 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:58:26.412 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:58:26.450 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-09-30T08:58:26.451 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout:Resetting modules: 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:58:26.452 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:58:26.677 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-09-30T08:58:26.709 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-09-30T08:58:27.633 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:38 ago on Sat 30 Sep 2023 08:56:49 AM UTC. 2023-09-30T08:58:27.669 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:39 ago on Sat 30 Sep 2023 08:56:48 AM UTC. 2023-09-30T08:58:29.633 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-09-30T08:58:29.663 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout:Installing group/module packages: 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T08:58:29.790 INFO:teuthology.orchestra.run.smithi118.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T08:58:29.791 INFO:teuthology.orchestra.run.smithi118.stdout:Installing weak dependencies: 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout:Installing module profiles: 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools/common 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling module streams: 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools rhel8 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout:Install 13 Packages 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:58:29.792 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 26 M 2023-09-30T08:58:29.793 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 87 M 2023-09-30T08:58:29.793 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2023-09-30T08:58:29.820 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:58:29.820 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-09-30T08:58:29.820 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:58:29.820 INFO:teuthology.orchestra.run.smithi192.stdout:Installing group/module packages: 2023-09-30T08:58:29.820 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-30T08:58:29.820 INFO:teuthology.orchestra.run.smithi192.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-30T08:58:29.821 INFO:teuthology.orchestra.run.smithi192.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout:Installing module profiles: 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools/common 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout:Enabling module streams: 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools rhel8 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2023-09-30T08:58:29.822 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:58:29.823 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 26 M 2023-09-30T08:58:29.823 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 87 M 2023-09-30T08:58:29.823 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-09-30T08:58:30.165 INFO:teuthology.orchestra.run.smithi118.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 3.8 MB/s | 739 kB 00:00 2023-09-30T08:58:30.198 INFO:teuthology.orchestra.run.smithi118.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 4.5 MB/s | 1.0 MB 00:00 2023-09-30T08:58:30.223 INFO:teuthology.orchestra.run.smithi118.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2023-09-30T08:58:30.257 INFO:teuthology.orchestra.run.smithi118.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.0 MB/s | 239 kB 00:00 2023-09-30T08:58:30.324 INFO:teuthology.orchestra.run.smithi118.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.6 MB/s | 177 kB 00:00 2023-09-30T08:58:30.383 INFO:teuthology.orchestra.run.smithi118.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2023-09-30T08:58:30.442 INFO:teuthology.orchestra.run.smithi118.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-09-30T08:58:30.511 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.5 MB/s | 739 kB 00:00 2023-09-30T08:58:30.587 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.8 MB/s | 1.0 MB 00:00 2023-09-30T08:58:30.612 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2023-09-30T08:58:30.675 INFO:teuthology.orchestra.run.smithi118.stdout:(8/13): buildah-1.31.3-1.module_el8+664+4072b3a 13 MB/s | 8.8 MB 00:00 2023-09-30T08:58:30.696 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.2 MB/s | 239 kB 00:00 2023-09-30T08:58:30.734 INFO:teuthology.orchestra.run.smithi118.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 7.3 MB/s | 3.7 MB 00:00 2023-09-30T08:58:30.771 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.3 MB/s | 177 kB 00:00 2023-09-30T08:58:30.775 INFO:teuthology.orchestra.run.smithi118.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 1.2 MB/s | 53 kB 00:00 2023-09-30T08:58:30.817 INFO:teuthology.orchestra.run.smithi118.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 984 kB/s | 41 kB 00:00 2023-09-30T08:58:30.838 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-09-30T08:58:30.868 INFO:teuthology.orchestra.run.smithi118.stdout:(12/13): toolbox-0.0.99.4-5.module_el8+649+e2de 13 MB/s | 2.5 MB 00:00 2023-09-30T08:58:30.880 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-09-30T08:58:31.160 INFO:teuthology.orchestra.run.smithi118.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 11 MB/s | 8.1 MB 00:00 2023-09-30T08:58:31.160 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2023-09-30T08:58:31.160 INFO:teuthology.orchestra.run.smithi118.stdout:Total 19 MB/s | 26 MB 00:01 2023-09-30T08:58:31.272 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 5.7 MB/s | 3.7 MB 00:00 2023-09-30T08:58:31.422 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 6.3 MB/s | 8.8 MB 00:01 2023-09-30T08:58:31.423 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2023-09-30T08:58:31.444 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2023-09-30T08:58:31.445 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2023-09-30T08:58:31.464 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 1.2 MB/s | 53 kB 00:00 2023-09-30T08:58:31.514 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): toolbox-0.0.99.4-5.module_el8+649+e2de 10 MB/s | 2.5 MB 00:00 2023-09-30T08:58:31.539 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 545 kB/s | 41 kB 00:00 2023-09-30T08:58:31.665 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 10 MB/s | 8.1 MB 00:00 2023-09-30T08:58:31.665 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-09-30T08:58:31.665 INFO:teuthology.orchestra.run.smithi192.stdout:Total 14 MB/s | 26 MB 00:01 2023-09-30T08:58:31.717 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2023-09-30T08:58:31.721 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2023-09-30T08:58:31.931 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-09-30T08:58:31.952 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-09-30T08:58:31.952 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-09-30T08:58:32.213 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-09-30T08:58:32.216 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-09-30T08:58:32.401 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2023-09-30T08:58:32.629 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T08:58:32.832 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T08:58:32.924 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-09-30T08:58:33.023 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T08:58:33.125 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-30T08:58:33.251 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T08:58:33.287 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-30T08:58:33.520 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-30T08:58:33.747 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T08:58:33.826 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T08:58:34.319 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-30T08:58:34.776 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T08:58:35.254 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T08:58:35.381 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T08:58:35.483 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-30T08:58:35.651 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T08:58:35.688 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-30T08:58:35.928 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T08:58:35.975 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-30T08:58:36.324 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T08:58:36.359 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-30T08:58:37.205 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T08:58:37.246 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T08:58:37.406 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T08:58:37.486 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-30T08:58:37.581 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T08:58:37.652 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T08:58:38.006 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T08:58:38.006 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T08:58:38.006 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T08:58:38.007 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T08:58:38.080 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-30T08:58:38.080 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-30T08:58:38.080 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-30T08:58:38.080 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-30T08:58:38.080 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-30T08:58:38.080 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-30T08:58:38.080 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-30T08:58:38.081 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-30T08:58:38.081 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-30T08:58:38.081 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-30T08:58:38.081 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-30T08:58:38.081 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-30T08:58:38.081 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-30T08:58:38.792 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T08:58:38.792 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:58:38.792 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2023-09-30T08:58:38.792 INFO:teuthology.orchestra.run.smithi118.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T08:58:38.792 INFO:teuthology.orchestra.run.smithi118.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T08:58:38.792 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:58:38.793 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-09-30T08:58:38.885 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-30T08:58:38.885 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:58:38.885 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-09-30T08:58:38.886 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T08:58:38.886 INFO:teuthology.orchestra.run.smithi192.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T08:58:38.886 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-30T08:58:38.886 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-30T08:58:38.886 INFO:teuthology.orchestra.run.smithi192.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-30T08:58:38.886 INFO:teuthology.orchestra.run.smithi192.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-30T08:58:38.887 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-30T08:58:38.887 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-30T08:58:38.887 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-30T08:58:38.887 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-30T08:58:38.887 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-30T08:58:38.887 INFO:teuthology.orchestra.run.smithi192.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-30T08:58:38.888 INFO:teuthology.orchestra.run.smithi192.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-30T08:58:38.888 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:58:38.888 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-09-30T08:58:39.127 DEBUG:teuthology.parallel:result is None 2023-09-30T08:58:39.419 DEBUG:teuthology.parallel:result is None 2023-09-30T08:58:39.419 INFO:teuthology.run_tasks:Running task install... 2023-09-30T08:58:39.429 DEBUG:teuthology.task.install:project ceph 2023-09-30T08:58:39.429 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af'}} 2023-09-30T08:58:39.429 DEBUG:teuthology.task.install:config {'branch': 'quincy', 'exclude_packages': ['ceph-volume'], 'extra_system_packages': ['python3-pytest'], 'flavor': 'default', 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af'} 2023-09-30T08:58:39.429 INFO:teuthology.task.install:Using flavor: default 2023-09-30T08:58:39.435 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']} 2023-09-30T08:58:39.435 INFO:teuthology.task.install:extra packages: [] 2023-09-30T08:58:39.436 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'quincy', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': ['python3-pytest'], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af', 'tag': None, 'wait_for_package': False} 2023-09-30T08:58:39.436 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T08:58:39.436 INFO:teuthology.packaging:ref: None 2023-09-30T08:58:39.436 INFO:teuthology.packaging:tag: None 2023-09-30T08:58:39.436 INFO:teuthology.packaging:branch: quincy 2023-09-30T08:58:39.436 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T08:58:39.437 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-09-30T08:58:39.438 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'quincy', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': ['python3-pytest'], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af', 'tag': None, 'wait_for_package': False} 2023-09-30T08:58:39.439 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T08:58:39.439 INFO:teuthology.packaging:ref: None 2023-09-30T08:58:39.439 INFO:teuthology.packaging:tag: None 2023-09-30T08:58:39.439 INFO:teuthology.packaging:branch: quincy 2023-09-30T08:58:39.439 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T08:58:39.439 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-09-30T08:58:39.664 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/ 2023-09-30T08:58:39.664 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1161.g191c1869 2023-09-30T08:58:39.808 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/ 2023-09-30T08:58:39.809 INFO:teuthology.task.install.rpm:Package version is 17.2.6-1161.g191c1869 2023-09-30T08:58:39.850 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-09-30T08:58:39.850 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T08:58:39.850 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-30T08:58:39.881 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, python3-pytest, python3-pytest, python3-pytest on remote rpm x86_64 2023-09-30T08:58:39.881 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T08:58:39.881 INFO:teuthology.packaging:ref: None 2023-09-30T08:58:39.882 INFO:teuthology.packaging:tag: None 2023-09-30T08:58:39.882 INFO:teuthology.packaging:branch: quincy 2023-09-30T08:58:39.882 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T08:58:39.882 DEBUG:teuthology.orchestra.run.smithi118:> 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/quincy/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-09-30T08:58:39.951 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T08:58:40.004 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/quincy/191c18699e384ce04d90fb4045d6dce3223c4681/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-09-30T08:58:40.004 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T08:58:40.005 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-09-30T08:58:40.030 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T08:58:40.035 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd, python3-pytest, python3-pytest, python3-pytest, python3-pytest on remote rpm x86_64 2023-09-30T08:58:40.035 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T08:58:40.035 INFO:teuthology.packaging:ref: None 2023-09-30T08:58:40.035 INFO:teuthology.packaging:tag: None 2023-09-30T08:58:40.035 INFO:teuthology.packaging:branch: quincy 2023-09-30T08:58:40.035 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T08:58:40.035 DEBUG:teuthology.orchestra.run.smithi192:> 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/quincy/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-09-30T08:58:40.096 INFO:teuthology.orchestra.run.smithi118.stdout:check_obsoletes = 1 2023-09-30T08:58:40.098 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum clean all 2023-09-30T08:58:40.104 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T08:58:40.181 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T08:58:40.249 INFO:teuthology.orchestra.run.smithi192.stdout:check_obsoletes = 1 2023-09-30T08:58:40.250 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum clean all 2023-09-30T08:58:40.386 INFO:teuthology.orchestra.run.smithi118.stdout:76 files removed 2023-09-30T08:58:40.414 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd python3-pytest python3-pytest python3-pytest python3-pytest 2023-09-30T08:58:40.514 INFO:teuthology.orchestra.run.smithi192.stdout:76 files removed 2023-09-30T08:58:40.542 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum -y install ceph-radosgw ceph-test ceph ceph-base cephadm ceph-immutable-object-cache ceph-mgr ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-rook ceph-mgr-cephadm ceph-fuse librados-devel libcephfs2 libcephfs-devel librados2 librbd1 python3-rados python3-rgw python3-cephfs python3-rbd rbd-fuse rbd-mirror rbd-nbd python3-pytest python3-pytest python3-pytest python3-pytest 2023-09-30T08:58:41.273 INFO:teuthology.orchestra.run.smithi192.stdout:ceph packages for x86_64 248 kB/s | 78 kB 00:00 2023-09-30T08:58:41.321 INFO:teuthology.orchestra.run.smithi118.stdout:ceph packages for x86_64 157 kB/s | 78 kB 00:00 2023-09-30T08:58:41.624 INFO:teuthology.orchestra.run.smithi192.stdout:ceph noarch packages 29 kB/s | 9.1 kB 00:00 2023-09-30T08:58:41.763 INFO:teuthology.orchestra.run.smithi118.stdout:ceph noarch packages 23 kB/s | 9.1 kB 00:00 2023-09-30T08:58:42.008 INFO:teuthology.orchestra.run.smithi192.stdout:ceph source packages 4.1 kB/s | 1.4 kB 00:00 2023-09-30T08:58:42.031 INFO:teuthology.orchestra.run.smithi118.stdout:ceph source packages 6.1 kB/s | 1.4 kB 00:00 2023-09-30T08:58:43.591 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - AppStream 21 MB/s | 33 MB 00:01 2023-09-30T08:58:43.864 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - AppStream 18 MB/s | 33 MB 00:01 2023-09-30T08:58:53.156 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 48 MB 00:03 2023-09-30T08:58:53.217 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 48 MB 00:03 2023-09-30T08:59:00.223 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras 91 kB/s | 18 kB 00:00 2023-09-30T08:59:00.466 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras 49 kB/s | 18 kB 00:00 2023-09-30T08:59:00.673 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras common packages 25 kB/s | 6.9 kB 00:00 2023-09-30T08:59:01.076 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-09-30T08:59:02.217 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - PowerTools 4.6 MB/s | 6.5 MB 00:01 2023-09-30T08:59:02.610 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - PowerTools 4.7 MB/s | 6.5 MB 00:01 2023-09-30T08:59:03.759 INFO:teuthology.orchestra.run.smithi118.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-09-30T08:59:04.011 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-09-30T08:59:05.755 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 8.6 MB/s | 16 MB 00:01 2023-09-30T08:59:07.457 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 4.8 MB/s | 16 MB 00:03 2023-09-30T08:59:09.728 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 254 kB/s | 24 kB 00:00 2023-09-30T08:59:11.279 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 396 kB/s | 24 kB 00:00 2023-09-30T08:59:13.917 INFO:teuthology.orchestra.run.smithi118.stdout:Package librados2-1:12.2.7-9.el8.x86_64 is already installed. 2023-09-30T08:59:13.918 INFO:teuthology.orchestra.run.smithi118.stdout:Package librbd1-1:12.2.7-9.el8.x86_64 is already installed. 2023-09-30T08:59:14.124 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2023-09-30T08:59:14.133 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================================ 2023-09-30T08:59:14.133 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repository Size 2023-09-30T08:59:14.133 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================================ 2023-09-30T08:59:14.133 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph x86_64 2:17.2.6-1161.g191c1869.el8 ceph 6.4 k 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-base x86_64 2:17.2.6-1161.g191c1869.el8 ceph 5.2 M 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-fuse x86_64 2:17.2.6-1161.g191c1869.el8 ceph 874 k 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1161.g191c1869.el8 ceph 162 k 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr x86_64 2:17.2.6-1161.g191c1869.el8 ceph 1.6 M 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 121 k 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 1.7 M 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 7.4 M 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-rook noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 47 k 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-radosgw x86_64 2:17.2.6-1161.g191c1869.el8 ceph 17 M 2023-09-30T08:59:14.134 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-test x86_64 2:17.2.6-1161.g191c1869.el8 ceph 52 M 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: cephadm noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 80 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs-devel x86_64 2:17.2.6-1161.g191c1869.el8 ceph 25 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs2 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 795 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: librados-devel x86_64 2:17.2.6-1161.g191c1869.el8 ceph 130 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cephfs x86_64 2:17.2.6-1161.g191c1869.el8 ceph 190 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytest noarch 3.4.2-11.el8 appstream 1.3 M 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rados x86_64 2:17.2.6-1161.g191c1869.el8 ceph 371 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rbd x86_64 2:17.2.6-1161.g191c1869.el8 ceph 358 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rgw x86_64 2:17.2.6-1161.g191c1869.el8 ceph 106 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-fuse x86_64 2:17.2.6-1161.g191c1869.el8 ceph 90 k 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-mirror x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.5 M 2023-09-30T08:59:14.135 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-nbd x86_64 2:17.2.6-1161.g191c1869.el8 ceph 173 k 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrading: 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: librados2 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.5 M 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: librbd1 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.6 M 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-common x86_64 2:17.2.6-1161.g191c1869.el8 ceph 23 M 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 23 k 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mds x86_64 2:17.2.6-1161.g191c1869.el8 ceph 2.3 M 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 238 k 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mon x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.9 M 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-osd x86_64 2:17.2.6-1161.g191c1869.el8 ceph 17 M 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 14 k 2023-09-30T08:59:14.136 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-selinux x86_64 2:17.2.6-1161.g191c1869.el8 ceph 24 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: libcephsqlite x86_64 2:17.2.6-1161.g191c1869.el8 ceph 174 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: libradosstriper1 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 507 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: librgw2 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 5.5 M 2023-09-30T08:59:14.137 INFO:teuthology.orchestra.run.smithi118.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-attrs noarch 17.4.0-6.el8 appstream 53 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-argparse x86_64 2:17.2.6-1161.g191c1869.el8 ceph 45 k 2023-09-30T08:59:14.138 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-common x86_64 2:17.2.6-1161.g191c1869.el8 ceph 115 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T08:59:14.139 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T08:59:14.140 INFO:teuthology.orchestra.run.smithi118.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T08:59:14.141 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pluggy noarch 0.6.0-3.el8 appstream 32 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-py noarch 1.5.3-4.el8 appstream 472 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T08:59:14.142 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T08:59:14.143 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================================ 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout:Install 104 Packages 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrade 2 Packages 2023-09-30T08:59:14.144 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T08:59:14.145 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 196 M 2023-09-30T08:59:14.145 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2023-09-30T08:59:14.854 INFO:teuthology.orchestra.run.smithi118.stdout:(1/106): ceph-17.2.6-1161.g191c1869.el8.x86_64. 50 kB/s | 6.4 kB 00:00 2023-09-30T08:59:15.071 INFO:teuthology.orchestra.run.smithi118.stdout:(2/106): ceph-fuse-17.2.6-1161.g191c1869.el8.x8 3.9 MB/s | 874 kB 00:00 2023-09-30T08:59:15.138 INFO:teuthology.orchestra.run.smithi118.stdout:(3/106): ceph-immutable-object-cache-17.2.6-116 2.4 MB/s | 162 kB 00:00 2023-09-30T08:59:15.486 INFO:teuthology.orchestra.run.smithi192.stdout:Package librados2-1:12.2.7-9.el8.x86_64 is already installed. 2023-09-30T08:59:15.486 INFO:teuthology.orchestra.run.smithi192.stdout:Package librbd1-1:12.2.7-9.el8.x86_64 is already installed. 2023-09-30T08:59:15.488 INFO:teuthology.orchestra.run.smithi118.stdout:(4/106): ceph-mds-17.2.6-1161.g191c1869.el8.x86 6.6 MB/s | 2.3 MB 00:00 2023-09-30T08:59:15.699 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-09-30T08:59:15.708 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================================ 2023-09-30T08:59:15.708 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-09-30T08:59:15.708 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================================ 2023-09-30T08:59:15.708 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-09-30T08:59:15.708 INFO:teuthology.orchestra.run.smithi192.stdout: ceph x86_64 2:17.2.6-1161.g191c1869.el8 ceph 6.4 k 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base x86_64 2:17.2.6-1161.g191c1869.el8 ceph 5.2 M 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse x86_64 2:17.2.6-1161.g191c1869.el8 ceph 874 k 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache x86_64 2:17.2.6-1161.g191c1869.el8 ceph 162 k 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr x86_64 2:17.2.6-1161.g191c1869.el8 ceph 1.6 M 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 121 k 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 1.7 M 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 7.4 M 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 47 k 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw x86_64 2:17.2.6-1161.g191c1869.el8 ceph 17 M 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test x86_64 2:17.2.6-1161.g191c1869.el8 ceph 52 M 2023-09-30T08:59:15.709 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 80 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel x86_64 2:17.2.6-1161.g191c1869.el8 ceph 25 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 795 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel x86_64 2:17.2.6-1161.g191c1869.el8 ceph 130 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs x86_64 2:17.2.6-1161.g191c1869.el8 ceph 190 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytest noarch 3.4.2-11.el8 appstream 1.3 M 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados x86_64 2:17.2.6-1161.g191c1869.el8 ceph 371 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd x86_64 2:17.2.6-1161.g191c1869.el8 ceph 358 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw x86_64 2:17.2.6-1161.g191c1869.el8 ceph 106 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse x86_64 2:17.2.6-1161.g191c1869.el8 ceph 90 k 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.5 M 2023-09-30T08:59:15.710 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd x86_64 2:17.2.6-1161.g191c1869.el8 ceph 173 k 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrading: 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.5 M 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.6 M 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common x86_64 2:17.2.6-1161.g191c1869.el8 ceph 23 M 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 23 k 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds x86_64 2:17.2.6-1161.g191c1869.el8 ceph 2.3 M 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 238 k 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon x86_64 2:17.2.6-1161.g191c1869.el8 ceph 3.9 M 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd x86_64 2:17.2.6-1161.g191c1869.el8 ceph 17 M 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts noarch 2:17.2.6-1161.g191c1869.el8 ceph-noarch 14 k 2023-09-30T08:59:15.711 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux x86_64 2:17.2.6-1161.g191c1869.el8 ceph 24 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: jq x86_64 1.6-7.el8 appstream 202 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite x86_64 2:17.2.6-1161.g191c1869.el8 ceph 174 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran x86_64 8.5.0-20.el8 baseos 645 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath x86_64 8.5.0-20.el8 baseos 172 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 507 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-09-30T08:59:15.712 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2 x86_64 2:17.2.6-1161.g191c1869.el8 ceph 5.5 M 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: python3-attrs noarch 17.4.0-6.el8 appstream 53 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-09-30T08:59:15.713 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse x86_64 2:17.2.6-1161.g191c1869.el8 ceph 45 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common x86_64 2:17.2.6-1161.g191c1869.el8 ceph 115 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-09-30T08:59:15.714 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-09-30T08:59:15.715 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pluggy noarch 0.6.0-3.el8 appstream 32 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-py noarch 1.5.3-4.el8 appstream 472 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-09-30T08:59:15.716 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-09-30T08:59:15.717 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-09-30T08:59:15.718 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:59:15.718 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-09-30T08:59:15.718 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================================ 2023-09-30T08:59:15.718 INFO:teuthology.orchestra.run.smithi192.stdout:Install 104 Packages 2023-09-30T08:59:15.718 INFO:teuthology.orchestra.run.smithi192.stdout:Upgrade 2 Packages 2023-09-30T08:59:15.718 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T08:59:15.718 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 196 M 2023-09-30T08:59:15.719 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-09-30T08:59:15.722 INFO:teuthology.orchestra.run.smithi118.stdout:(5/106): ceph-mgr-17.2.6-1161.g191c1869.el8.x86 6.7 MB/s | 1.6 MB 00:00 2023-09-30T08:59:16.197 INFO:teuthology.orchestra.run.smithi192.stdout:(1/106): ceph-17.2.6-1161.g191c1869.el8.x86_64. 31 kB/s | 6.4 kB 00:00 2023-09-30T08:59:16.214 INFO:teuthology.orchestra.run.smithi118.stdout:(6/106): ceph-mon-17.2.6-1161.g191c1869.el8.x86 8.0 MB/s | 3.9 MB 00:00 2023-09-30T08:59:16.281 INFO:teuthology.orchestra.run.smithi118.stdout:(7/106): ceph-base-17.2.6-1161.g191c1869.el8.x8 3.3 MB/s | 5.2 MB 00:01 2023-09-30T08:59:16.814 INFO:teuthology.orchestra.run.smithi192.stdout:(2/106): ceph-fuse-17.2.6-1161.g191c1869.el8.x8 1.4 MB/s | 874 kB 00:00 2023-09-30T08:59:16.881 INFO:teuthology.orchestra.run.smithi192.stdout:(3/106): ceph-immutable-object-cache-17.2.6-116 2.4 MB/s | 162 kB 00:00 2023-09-30T08:59:16.923 INFO:teuthology.orchestra.run.smithi118.stdout:(8/106): ceph-common-17.2.6-1161.g191c1869.el8. 11 MB/s | 23 MB 00:02 2023-09-30T08:59:16.990 INFO:teuthology.orchestra.run.smithi118.stdout:(9/106): ceph-selinux-17.2.6-1161.g191c1869.el8 366 kB/s | 24 kB 00:00 2023-09-30T08:59:17.590 INFO:teuthology.orchestra.run.smithi192.stdout:(4/106): ceph-mds-17.2.6-1161.g191c1869.el8.x86 3.2 MB/s | 2.3 MB 00:00 2023-09-30T08:59:18.048 INFO:teuthology.orchestra.run.smithi192.stdout:(5/106): ceph-mgr-17.2.6-1161.g191c1869.el8.x86 3.4 MB/s | 1.6 MB 00:00 2023-09-30T08:59:18.182 INFO:teuthology.orchestra.run.smithi118.stdout:(10/106): ceph-osd-17.2.6-1161.g191c1869.el8.x8 8.5 MB/s | 17 MB 00:01 2023-09-30T08:59:18.374 INFO:teuthology.orchestra.run.smithi118.stdout:(11/106): ceph-radosgw-17.2.6-1161.g191c1869.el 8.0 MB/s | 17 MB 00:02 2023-09-30T08:59:18.374 INFO:teuthology.orchestra.run.smithi192.stdout:(6/106): ceph-mon-17.2.6-1161.g191c1869.el8.x86 12 MB/s | 3.9 MB 00:00 2023-09-30T08:59:18.399 INFO:teuthology.orchestra.run.smithi118.stdout:(12/106): libcephfs-devel-17.2.6-1161.g191c1869 114 kB/s | 25 kB 00:00 2023-09-30T08:59:18.474 INFO:teuthology.orchestra.run.smithi118.stdout:(13/106): libcephfs2-17.2.6-1161.g191c1869.el8. 7.8 MB/s | 795 kB 00:00 2023-09-30T08:59:18.500 INFO:teuthology.orchestra.run.smithi118.stdout:(14/106): libcephsqlite-17.2.6-1161.g191c1869.e 1.7 MB/s | 174 kB 00:00 2023-09-30T08:59:18.550 INFO:teuthology.orchestra.run.smithi118.stdout:(15/106): librados-devel-17.2.6-1161.g191c1869. 1.7 MB/s | 130 kB 00:00 2023-09-30T08:59:18.626 INFO:teuthology.orchestra.run.smithi118.stdout:(16/106): libradosstriper1-17.2.6-1161.g191c186 3.9 MB/s | 507 kB 00:00 2023-09-30T08:59:18.726 INFO:teuthology.orchestra.run.smithi118.stdout:(17/106): python3-ceph-argparse-17.2.6-1161.g19 446 kB/s | 45 kB 00:00 2023-09-30T08:59:18.793 INFO:teuthology.orchestra.run.smithi118.stdout:(18/106): python3-ceph-common-17.2.6-1161.g191c 1.7 MB/s | 115 kB 00:00 2023-09-30T08:59:18.876 INFO:teuthology.orchestra.run.smithi118.stdout:(19/106): python3-cephfs-17.2.6-1161.g191c1869. 2.2 MB/s | 190 kB 00:00 2023-09-30T08:59:18.960 INFO:teuthology.orchestra.run.smithi118.stdout:(20/106): python3-rados-17.2.6-1161.g191c1869.e 4.4 MB/s | 371 kB 00:00 2023-09-30T08:59:19.044 INFO:teuthology.orchestra.run.smithi118.stdout:(21/106): python3-rbd-17.2.6-1161.g191c1869.el8 4.2 MB/s | 358 kB 00:00 2023-09-30T08:59:19.136 INFO:teuthology.orchestra.run.smithi118.stdout:(22/106): librgw2-17.2.6-1161.g191c1869.el8.x86 9.5 MB/s | 5.5 MB 00:00 2023-09-30T08:59:19.161 INFO:teuthology.orchestra.run.smithi118.stdout:(23/106): python3-rgw-17.2.6-1161.g191c1869.el8 911 kB/s | 106 kB 00:00 2023-09-30T08:59:19.220 INFO:teuthology.orchestra.run.smithi118.stdout:(24/106): rbd-fuse-17.2.6-1161.g191c1869.el8.x8 1.1 MB/s | 90 kB 00:00 2023-09-30T08:59:19.336 INFO:teuthology.orchestra.run.smithi118.stdout:(25/106): rbd-nbd-17.2.6-1161.g191c1869.el8.x86 1.5 MB/s | 173 kB 00:00 2023-09-30T08:59:19.429 INFO:teuthology.orchestra.run.smithi118.stdout:(26/106): ceph-grafana-dashboards-17.2.6-1161.g 251 kB/s | 23 kB 00:00 2023-09-30T08:59:19.545 INFO:teuthology.orchestra.run.smithi118.stdout:(27/106): ceph-mgr-cephadm-17.2.6-1161.g191c186 1.0 MB/s | 121 kB 00:00 2023-09-30T08:59:19.604 INFO:teuthology.orchestra.run.smithi118.stdout:(28/106): rbd-mirror-17.2.6-1161.g191c1869.el8. 7.8 MB/s | 3.5 MB 00:00 2023-09-30T08:59:19.607 INFO:teuthology.orchestra.run.smithi192.stdout:(7/106): ceph-base-17.2.6-1161.g191c1869.el8.x8 1.4 MB/s | 5.2 MB 00:03 2023-09-30T08:59:19.780 INFO:teuthology.orchestra.run.smithi118.stdout:(29/106): ceph-mgr-dashboard-17.2.6-1161.g191c1 7.3 MB/s | 1.7 MB 00:00 2023-09-30T08:59:19.905 INFO:teuthology.orchestra.run.smithi118.stdout:(30/106): ceph-mgr-modules-core-17.2.6-1161.g19 1.9 MB/s | 238 kB 00:00 2023-09-30T08:59:19.997 INFO:teuthology.orchestra.run.smithi118.stdout:(31/106): ceph-mgr-rook-17.2.6-1161.g191c1869.e 517 kB/s | 47 kB 00:00 2023-09-30T08:59:20.064 INFO:teuthology.orchestra.run.smithi118.stdout:(32/106): ceph-prometheus-alerts-17.2.6-1161.g1 217 kB/s | 14 kB 00:00 2023-09-30T08:59:20.139 INFO:teuthology.orchestra.run.smithi118.stdout:(33/106): cephadm-17.2.6-1161.g191c1869.el8.noa 1.0 MB/s | 80 kB 00:00 2023-09-30T08:59:20.223 INFO:teuthology.orchestra.run.smithi118.stdout:(34/106): jq-1.6-7.el8.x86_64.rpm 2.4 MB/s | 202 kB 00:00 2023-09-30T08:59:20.224 INFO:teuthology.orchestra.run.smithi192.stdout:(8/106): ceph-osd-17.2.6-1161.g191c1869.el8.x86 9.0 MB/s | 17 MB 00:01 2023-09-30T08:59:20.266 INFO:teuthology.orchestra.run.smithi192.stdout:(9/106): ceph-selinux-17.2.6-1161.g191c1869.el8 591 kB/s | 24 kB 00:00 2023-09-30T08:59:20.307 INFO:teuthology.orchestra.run.smithi118.stdout:(35/106): ceph-mgr-diskprediction-local-17.2.6- 11 MB/s | 7.4 MB 00:00 2023-09-30T08:59:20.332 INFO:teuthology.orchestra.run.smithi118.stdout:(36/106): librdkafka-0.11.4-3.el8.x86_64.rpm 3.2 MB/s | 354 kB 00:00 2023-09-30T08:59:20.374 INFO:teuthology.orchestra.run.smithi118.stdout:(37/106): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-09-30T08:59:20.424 INFO:teuthology.orchestra.run.smithi118.stdout:(38/106): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.2 MB/s | 259 kB 00:00 2023-09-30T08:59:20.625 INFO:teuthology.orchestra.run.smithi118.stdout:(39/106): openblas-0.3.15-4.el8.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2023-09-30T08:59:20.692 INFO:teuthology.orchestra.run.smithi118.stdout:(40/106): openblas-threads-0.3.15-4.el8.x86_64. 18 MB/s | 4.9 MB 00:00 2023-09-30T08:59:20.717 INFO:teuthology.orchestra.run.smithi118.stdout:(41/106): python3-attrs-17.4.0-6.el8.noarch.rpm 576 kB/s | 53 kB 00:00 2023-09-30T08:59:20.768 INFO:teuthology.orchestra.run.smithi118.stdout:(42/106): python3-jinja2-2.10.1-3.el8.noarch.rp 11 MB/s | 538 kB 00:00 2023-09-30T08:59:20.818 INFO:teuthology.orchestra.run.smithi118.stdout:(43/106): python3-jsonpatch-1.21-2.el8.noarch.r 532 kB/s | 27 kB 00:00 2023-09-30T08:59:20.893 INFO:teuthology.orchestra.run.smithi118.stdout:(44/106): python3-babel-2.5.1-7.el8.noarch.rpm 24 MB/s | 4.8 MB 00:00 2023-09-30T08:59:20.927 INFO:teuthology.orchestra.run.smithi118.stdout:(45/106): python3-jsonpointer-1.10-11.el8.noarc 183 kB/s | 20 kB 00:00 2023-09-30T08:59:20.952 INFO:teuthology.orchestra.run.smithi118.stdout:(46/106): python3-mako-1.0.6-14.el8.noarch.rpm 2.6 MB/s | 157 kB 00:00 2023-09-30T08:59:20.978 INFO:teuthology.orchestra.run.smithi118.stdout:(47/106): python3-markupsafe-0.23-19.el8.x86_64 769 kB/s | 39 kB 00:00 2023-09-30T08:59:21.028 INFO:teuthology.orchestra.run.smithi118.stdout:(48/106): python3-numpy-f2py-1.14.3-10.el8.x86_ 4.4 MB/s | 225 kB 00:00 2023-09-30T08:59:21.070 INFO:teuthology.orchestra.run.smithi118.stdout:(49/106): python3-pluggy-0.6.0-3.el8.noarch.rpm 776 kB/s | 32 kB 00:00 2023-09-30T08:59:21.128 INFO:teuthology.orchestra.run.smithi118.stdout:(50/106): python3-numpy-1.14.3-10.el8.x86_64.rp 21 MB/s | 3.7 MB 00:00 2023-09-30T08:59:21.154 INFO:teuthology.orchestra.run.smithi118.stdout:(51/106): python3-prettytable-0.7.2-14.el8.noar 524 kB/s | 44 kB 00:00 2023-09-30T08:59:21.179 INFO:teuthology.orchestra.run.smithi118.stdout:(52/106): python3-py-1.5.3-4.el8.noarch.rpm 9.2 MB/s | 472 kB 00:00 2023-09-30T08:59:21.204 INFO:teuthology.orchestra.run.smithi118.stdout:(53/106): python3-pyOpenSSL-19.0.0-1.el8.noarch 2.0 MB/s | 103 kB 00:00 2023-09-30T08:59:21.230 INFO:teuthology.orchestra.run.smithi118.stdout:(54/106): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.4 MB/s | 126 kB 00:00 2023-09-30T08:59:21.288 INFO:teuthology.orchestra.run.smithi118.stdout:(55/106): python3-pyasn1-modules-0.3.7-6.el8.no 1.3 MB/s | 110 kB 00:00 2023-09-30T08:59:21.330 INFO:teuthology.orchestra.run.smithi118.stdout:(56/106): python3-pytest-3.4.2-11.el8.noarch.rp 13 MB/s | 1.3 MB 00:00 2023-09-30T08:59:21.347 INFO:teuthology.orchestra.run.smithi118.stdout:(57/106): python3-pytz-2017.2-11.el8.noarch.rpm 976 kB/s | 57 kB 00:00 2023-09-30T08:59:21.397 INFO:teuthology.orchestra.run.smithi118.stdout:(58/106): python3-werkzeug-0.12.2-4.el8.noarch. 8.9 MB/s | 457 kB 00:00 2023-09-30T08:59:21.440 INFO:teuthology.orchestra.run.smithi118.stdout:(59/106): socat-1.7.4.1-1.el8.x86_64.rpm 7.6 MB/s | 323 kB 00:00 2023-09-30T08:59:21.482 INFO:teuthology.orchestra.run.smithi118.stdout:(60/106): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 71 kB 00:00 2023-09-30T08:59:21.724 INFO:teuthology.orchestra.run.smithi118.stdout:(61/106): python3-scipy-1.0.0-21.module_el8.5.0 35 MB/s | 14 MB 00:00 2023-09-30T08:59:21.749 INFO:teuthology.orchestra.run.smithi118.stdout:(62/106): fuse-2.9.7-17.el8.x86_64.rpm 311 kB/s | 83 kB 00:00 2023-09-30T08:59:21.816 INFO:teuthology.orchestra.run.smithi118.stdout:(63/106): libquadmath-8.5.0-20.el8.x86_64.rpm 2.5 MB/s | 172 kB 00:00 2023-09-30T08:59:21.883 INFO:teuthology.orchestra.run.smithi118.stdout:(64/106): librabbitmq-0.9.0-4.el8.x86_64.rpm 701 kB/s | 47 kB 00:00 2023-09-30T08:59:21.908 INFO:teuthology.orchestra.run.smithi118.stdout:(65/106): libgfortran-8.5.0-20.el8.x86_64.rpm 3.4 MB/s | 645 kB 00:00 2023-09-30T08:59:22.009 INFO:teuthology.orchestra.run.smithi118.stdout:(66/106): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.9 MB/s | 249 kB 00:00 2023-09-30T08:59:22.042 INFO:teuthology.orchestra.run.smithi118.stdout:(67/106): python3-cryptography-3.2.1-6.el8.x86_ 4.7 MB/s | 641 kB 00:00 2023-09-30T08:59:22.101 INFO:teuthology.orchestra.run.smithi118.stdout:(68/106): python3-jwt-1.6.1-2.el8.noarch.rpm 464 kB/s | 43 kB 00:00 2023-09-30T08:59:22.134 INFO:teuthology.orchestra.run.smithi118.stdout:(69/106): python3-oauthlib-2.1.0-1.el8.noarch.r 1.6 MB/s | 155 kB 00:00 2023-09-30T08:59:22.168 INFO:teuthology.orchestra.run.smithi118.stdout:(70/106): python3-pycparser-2.14-14.el8.noarch. 1.6 MB/s | 109 kB 00:00 2023-09-30T08:59:22.193 INFO:teuthology.orchestra.run.smithi118.stdout:(71/106): python3-requests-oauthlib-1.0.0-1.el8 727 kB/s | 43 kB 00:00 2023-09-30T08:59:22.569 INFO:teuthology.orchestra.run.smithi118.stdout:(72/106): liboath-2.6.2-3.el8.x86_64.rpm 157 kB/s | 59 kB 00:00 2023-09-30T08:59:22.753 INFO:teuthology.orchestra.run.smithi118.stdout:(73/106): libunwind-1.3.1-3.el8.x86_64.rpm 409 kB/s | 75 kB 00:00 2023-09-30T08:59:22.778 INFO:teuthology.orchestra.run.smithi118.stdout:(74/106): gperftools-libs-2.7-9.el8.x86_64.rpm 502 kB/s | 306 kB 00:00 2023-09-30T08:59:22.903 INFO:teuthology.orchestra.run.smithi118.stdout:(75/106): python3-bcrypt-3.1.6-2.el8.1.x86_64.r 349 kB/s | 44 kB 00:00 2023-09-30T08:59:22.970 INFO:teuthology.orchestra.run.smithi118.stdout:(76/106): python3-asyncssh-2.7.0-2.el8.noarch.r 2.1 MB/s | 476 kB 00:00 2023-09-30T08:59:23.070 INFO:teuthology.orchestra.run.smithi118.stdout:(77/106): python3-cachetools-3.1.1-4.el8.noarch 330 kB/s | 33 kB 00:00 2023-09-30T08:59:23.096 INFO:teuthology.orchestra.run.smithi118.stdout:(78/106): python3-beautifulsoup4-4.6.3-2.el8.1. 963 kB/s | 185 kB 00:00 2023-09-30T08:59:23.296 INFO:teuthology.orchestra.run.smithi118.stdout:(79/106): python3-certifi-2018.10.15-7.el8.noar 72 kB/s | 16 kB 00:00 2023-09-30T08:59:23.321 INFO:teuthology.orchestra.run.smithi118.stdout:(80/106): python3-cheroot-8.5.2-1.el8.noarch.rp 766 kB/s | 173 kB 00:00 2023-09-30T08:59:23.438 INFO:teuthology.orchestra.run.smithi118.stdout:(81/106): python3-cherrypy-18.4.0-1.el8.noarch. 2.6 MB/s | 384 kB 00:00 2023-09-30T08:59:23.464 INFO:teuthology.orchestra.run.smithi118.stdout:(82/106): python3-google-auth-1.1.1-10.el8.noar 572 kB/s | 81 kB 00:00 2023-09-30T08:59:23.539 INFO:teuthology.orchestra.run.smithi118.stdout:(83/106): python3-jaraco-6.2-6.el8.noarch.rpm 111 kB/s | 11 kB 00:00 2023-09-30T08:59:23.564 INFO:teuthology.orchestra.run.smithi118.stdout:(84/106): python3-jaraco-functools-2.0-4.el8.no 175 kB/s | 18 kB 00:00 2023-09-30T08:59:23.690 INFO:teuthology.orchestra.run.smithi118.stdout:(85/106): python3-logutils-0.3.5-11.el8.noarch. 390 kB/s | 49 kB 00:00 2023-09-30T08:59:23.765 INFO:teuthology.orchestra.run.smithi118.stdout:(86/106): python3-kubernetes-11.0.0-6.el8.noarc 5.2 MB/s | 1.2 MB 00:00 2023-09-30T08:59:23.799 INFO:teuthology.orchestra.run.smithi118.stdout:(87/106): python3-more-itertools-7.2.0-3.el8.no 541 kB/s | 59 kB 00:00 2023-09-30T08:59:23.799 INFO:teuthology.orchestra.run.smithi192.stdout:(10/106): ceph-test-17.2.6-1161.g191c1869.el8.x 15 MB/s | 52 MB 00:03 2023-09-30T08:59:23.841 INFO:teuthology.orchestra.run.smithi192.stdout:(11/106): libcephfs-devel-17.2.6-1161.g191c1869 604 kB/s | 25 kB 00:00 2023-09-30T08:59:23.866 INFO:teuthology.orchestra.run.smithi118.stdout:(88/106): python3-natsort-7.1.1-2.el8.noarch.rp 601 kB/s | 60 kB 00:00 2023-09-30T08:59:23.949 INFO:teuthology.orchestra.run.smithi118.stdout:(89/106): python3-pecan-1.3.2-9.el8.noarch.rpm 1.8 MB/s | 283 kB 00:00 2023-09-30T08:59:23.975 INFO:teuthology.orchestra.run.smithi118.stdout:(90/106): python3-portend-2.6-1.el8.noarch.rpm 143 kB/s | 16 kB 00:00 2023-09-30T08:59:23.983 INFO:teuthology.orchestra.run.smithi192.stdout:(12/106): libcephfs2-17.2.6-1161.g191c1869.el8. 5.5 MB/s | 795 kB 00:00 2023-09-30T08:59:24.042 INFO:teuthology.orchestra.run.smithi118.stdout:(91/106): python3-repoze-lru-0.7-6.el8.noarch.r 366 kB/s | 34 kB 00:00 2023-09-30T08:59:24.042 INFO:teuthology.orchestra.run.smithi192.stdout:(13/106): libcephsqlite-17.2.6-1161.g191c1869.e 2.9 MB/s | 174 kB 00:00 2023-09-30T08:59:24.100 INFO:teuthology.orchestra.run.smithi192.stdout:(14/106): librados-devel-17.2.6-1161.g191c1869. 2.2 MB/s | 130 kB 00:00 2023-09-30T08:59:24.109 INFO:teuthology.orchestra.run.smithi118.stdout:(92/106): python3-routes-2.4.1-12.el8.noarch.rp 1.4 MB/s | 196 kB 00:00 2023-09-30T08:59:24.142 INFO:teuthology.orchestra.run.smithi118.stdout:(93/106): python3-rsa-4.9-2.el8.noarch.rpm 639 kB/s | 64 kB 00:00 2023-09-30T08:59:24.201 INFO:teuthology.orchestra.run.smithi192.stdout:(15/106): libradosstriper1-17.2.6-1161.g191c186 5.0 MB/s | 507 kB 00:00 2023-09-30T08:59:24.209 INFO:teuthology.orchestra.run.smithi118.stdout:(94/106): python3-simplegeneric-0.8.1-17.el8.no 187 kB/s | 19 kB 00:00 2023-09-30T08:59:24.235 INFO:teuthology.orchestra.run.smithi118.stdout:(95/106): python3-singledispatch-3.4.0.3-18.el8 260 kB/s | 24 kB 00:00 2023-09-30T08:59:24.310 INFO:teuthology.orchestra.run.smithi118.stdout:(96/106): python3-tempora-1.14.1-5.el8.noarch.r 292 kB/s | 29 kB 00:00 2023-09-30T08:59:24.344 INFO:teuthology.orchestra.run.smithi118.stdout:(97/106): python3-trustme-0.6.0-4.el8.noarch.rp 253 kB/s | 27 kB 00:00 2023-09-30T08:59:24.452 INFO:teuthology.orchestra.run.smithi118.stdout:(98/106): python3-waitress-1.4.3-1.el8.noarch.r 1.8 MB/s | 255 kB 00:00 2023-09-30T08:59:24.478 INFO:teuthology.orchestra.run.smithi118.stdout:(99/106): python3-webob-1.8.5-1.el8.1.noarch.rp 1.8 MB/s | 251 kB 00:00 2023-09-30T08:59:24.586 INFO:teuthology.orchestra.run.smithi118.stdout:(100/106): python3-websocket-client-0.56.0-5.el 458 kB/s | 61 kB 00:00 2023-09-30T08:59:24.611 INFO:teuthology.orchestra.run.smithi118.stdout:(101/106): python3-webtest-2.0.33-1.el8.noarch. 639 kB/s | 85 kB 00:00 2023-09-30T08:59:24.687 INFO:teuthology.orchestra.run.smithi118.stdout:(102/106): python3-zc-lockfile-2.0-2.el8.noarch 229 kB/s | 23 kB 00:00 2023-09-30T08:59:24.771 INFO:teuthology.orchestra.run.smithi118.stdout:(103/106): thrift-0.13.0-2.el8.x86_64.rpm 11 MB/s | 1.7 MB 00:00 2023-09-30T08:59:24.826 INFO:teuthology.orchestra.run.smithi192.stdout:(16/106): librgw2-17.2.6-1161.g191c1869.el8.x86 8.9 MB/s | 5.5 MB 00:00 2023-09-30T08:59:24.885 INFO:teuthology.orchestra.run.smithi192.stdout:(17/106): python3-ceph-argparse-17.2.6-1161.g19 765 kB/s | 45 kB 00:00 2023-09-30T08:59:24.952 INFO:teuthology.orchestra.run.smithi192.stdout:(18/106): python3-ceph-common-17.2.6-1161.g191c 1.7 MB/s | 115 kB 00:00 2023-09-30T08:59:25.035 INFO:teuthology.orchestra.run.smithi192.stdout:(19/106): python3-cephfs-17.2.6-1161.g191c1869. 2.2 MB/s | 190 kB 00:00 2023-09-30T08:59:25.262 INFO:teuthology.orchestra.run.smithi118.stdout:(104/106): ceph-test-17.2.6-1161.g191c1869.el8. 6.2 MB/s | 52 MB 00:08 2023-09-30T08:59:25.269 INFO:teuthology.orchestra.run.smithi192.stdout:(20/106): ceph-radosgw-17.2.6-1161.g191c1869.el 3.0 MB/s | 17 MB 00:05 2023-09-30T08:59:25.294 INFO:teuthology.orchestra.run.smithi192.stdout:(21/106): python3-rados-17.2.6-1161.g191c1869.e 1.4 MB/s | 371 kB 00:00 2023-09-30T08:59:25.403 INFO:teuthology.orchestra.run.smithi192.stdout:(22/106): python3-rgw-17.2.6-1161.g191c1869.el8 982 kB/s | 106 kB 00:00 2023-09-30T08:59:25.504 INFO:teuthology.orchestra.run.smithi192.stdout:(23/106): rbd-fuse-17.2.6-1161.g191c1869.el8.x8 904 kB/s | 90 kB 00:00 2023-09-30T08:59:25.571 INFO:teuthology.orchestra.run.smithi118.stdout:(105/106): librados2-17.2.6-1161.g191c1869.el8. 3.9 MB/s | 3.5 MB 00:00 2023-09-30T08:59:25.720 INFO:teuthology.orchestra.run.smithi192.stdout:(24/106): python3-rbd-17.2.6-1161.g191c1869.el8 794 kB/s | 358 kB 00:00 2023-09-30T08:59:25.896 INFO:teuthology.orchestra.run.smithi192.stdout:(25/106): rbd-nbd-17.2.6-1161.g191c1869.el8.x86 989 kB/s | 173 kB 00:00 2023-09-30T08:59:25.979 INFO:teuthology.orchestra.run.smithi192.stdout:(26/106): ceph-grafana-dashboards-17.2.6-1161.g 277 kB/s | 23 kB 00:00 2023-09-30T08:59:25.996 INFO:teuthology.orchestra.run.smithi118.stdout:(106/106): librbd1-17.2.6-1161.g191c1869.el8.x8 2.9 MB/s | 3.6 MB 00:01 2023-09-30T08:59:25.998 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2023-09-30T08:59:25.999 INFO:teuthology.orchestra.run.smithi118.stdout:Total 17 MB/s | 196 MB 00:11 2023-09-30T08:59:26.063 INFO:teuthology.orchestra.run.smithi192.stdout:(27/106): rbd-mirror-17.2.6-1161.g191c1869.el8. 6.2 MB/s | 3.5 MB 00:00 2023-09-30T08:59:26.088 INFO:teuthology.orchestra.run.smithi192.stdout:(28/106): ceph-mgr-cephadm-17.2.6-1161.g191c186 1.1 MB/s | 121 kB 00:00 2023-09-30T08:59:26.247 INFO:teuthology.orchestra.run.smithi192.stdout:(29/106): ceph-mgr-dashboard-17.2.6-1161.g191c1 9.2 MB/s | 1.7 MB 00:00 2023-09-30T08:59:26.305 INFO:teuthology.orchestra.run.smithi192.stdout:(30/106): ceph-mgr-modules-core-17.2.6-1161.g19 4.0 MB/s | 238 kB 00:00 2023-09-30T08:59:26.372 INFO:teuthology.orchestra.run.smithi192.stdout:(31/106): ceph-mgr-rook-17.2.6-1161.g191c1869.e 712 kB/s | 47 kB 00:00 2023-09-30T08:59:26.422 INFO:teuthology.orchestra.run.smithi192.stdout:(32/106): ceph-prometheus-alerts-17.2.6-1161.g1 291 kB/s | 14 kB 00:00 2023-09-30T08:59:26.498 INFO:teuthology.orchestra.run.smithi192.stdout:(33/106): cephadm-17.2.6-1161.g191c1869.el8.noa 1.0 MB/s | 80 kB 00:00 2023-09-30T08:59:26.535 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2023-09-30T08:59:26.623 INFO:teuthology.orchestra.run.smithi192.stdout:(34/106): jq-1.6-7.el8.x86_64.rpm 1.6 MB/s | 202 kB 00:00 2023-09-30T08:59:26.625 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2023-09-30T08:59:26.625 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2023-09-30T08:59:26.690 INFO:teuthology.orchestra.run.smithi192.stdout:(35/106): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-09-30T08:59:26.740 INFO:teuthology.orchestra.run.smithi192.stdout:(36/106): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-09-30T08:59:26.782 INFO:teuthology.orchestra.run.smithi192.stdout:(37/106): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-09-30T08:59:27.125 INFO:teuthology.orchestra.run.smithi192.stdout:(38/106): openblas-0.3.15-4.el8.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2023-09-30T08:59:27.366 INFO:teuthology.orchestra.run.smithi192.stdout:(39/106): openblas-threads-0.3.15-4.el8.x86_64. 20 MB/s | 4.9 MB 00:00 2023-09-30T08:59:27.391 INFO:teuthology.orchestra.run.smithi192.stdout:(40/106): python3-attrs-17.4.0-6.el8.noarch.rpm 2.1 MB/s | 53 kB 00:00 2023-09-30T08:59:27.534 INFO:teuthology.orchestra.run.smithi192.stdout:(41/106): python3-babel-2.5.1-7.el8.noarch.rpm 34 MB/s | 4.8 MB 00:00 2023-09-30T08:59:27.575 INFO:teuthology.orchestra.run.smithi192.stdout:(42/106): python3-jinja2-2.10.1-3.el8.noarch.rp 13 MB/s | 538 kB 00:00 2023-09-30T08:59:27.618 INFO:teuthology.orchestra.run.smithi192.stdout:(43/106): python3-jsonpatch-1.21-2.el8.noarch.r 633 kB/s | 27 kB 00:00 2023-09-30T08:59:27.651 INFO:teuthology.orchestra.run.smithi192.stdout:(44/106): python3-jsonpointer-1.10-11.el8.noarc 598 kB/s | 20 kB 00:00 2023-09-30T08:59:27.685 INFO:teuthology.orchestra.run.smithi192.stdout:(45/106): python3-mako-1.0.6-14.el8.noarch.rpm 4.6 MB/s | 157 kB 00:00 2023-09-30T08:59:27.719 INFO:teuthology.orchestra.run.smithi192.stdout:(46/106): python3-markupsafe-0.23-19.el8.x86_64 1.1 MB/s | 39 kB 00:00 2023-09-30T08:59:27.805 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2023-09-30T08:59:27.808 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2023-09-30T08:59:27.844 INFO:teuthology.orchestra.run.smithi192.stdout:(47/106): python3-numpy-1.14.3-10.el8.x86_64.rp 30 MB/s | 3.7 MB 00:00 2023-09-30T08:59:27.886 INFO:teuthology.orchestra.run.smithi192.stdout:(48/106): python3-numpy-f2py-1.14.3-10.el8.x86_ 5.3 MB/s | 225 kB 00:00 2023-09-30T08:59:27.920 INFO:teuthology.orchestra.run.smithi192.stdout:(49/106): python3-pluggy-0.6.0-3.el8.noarch.rpm 967 kB/s | 32 kB 00:00 2023-09-30T08:59:27.953 INFO:teuthology.orchestra.run.smithi192.stdout:(50/106): python3-prettytable-0.7.2-14.el8.noar 1.3 MB/s | 44 kB 00:00 2023-09-30T08:59:27.995 INFO:teuthology.orchestra.run.smithi192.stdout:(51/106): python3-py-1.5.3-4.el8.noarch.rpm 11 MB/s | 472 kB 00:00 2023-09-30T08:59:28.029 INFO:teuthology.orchestra.run.smithi192.stdout:(52/106): python3-pyOpenSSL-19.0.0-1.el8.noarch 3.0 MB/s | 103 kB 00:00 2023-09-30T08:59:28.087 INFO:teuthology.orchestra.run.smithi192.stdout:(53/106): python3-pyasn1-0.3.7-6.el8.noarch.rpm 2.1 MB/s | 126 kB 00:00 2023-09-30T08:59:28.121 INFO:teuthology.orchestra.run.smithi192.stdout:(54/106): python3-pyasn1-modules-0.3.7-6.el8.no 3.2 MB/s | 110 kB 00:00 2023-09-30T08:59:28.196 INFO:teuthology.orchestra.run.smithi192.stdout:(55/106): python3-pytest-3.4.2-11.el8.noarch.rp 18 MB/s | 1.3 MB 00:00 2023-09-30T08:59:28.230 INFO:teuthology.orchestra.run.smithi192.stdout:(56/106): python3-pytz-2017.2-11.el8.noarch.rpm 1.7 MB/s | 57 kB 00:00 2023-09-30T08:59:28.614 INFO:teuthology.orchestra.run.smithi192.stdout:(57/106): ceph-mgr-diskprediction-local-17.2.6- 2.9 MB/s | 7.4 MB 00:02 2023-09-30T08:59:28.756 INFO:teuthology.orchestra.run.smithi192.stdout:(58/106): python3-scipy-1.0.0-21.module_el8.5.0 26 MB/s | 14 MB 00:00 2023-09-30T08:59:28.797 INFO:teuthology.orchestra.run.smithi192.stdout:(59/106): socat-1.7.4.1-1.el8.x86_64.rpm 7.6 MB/s | 323 kB 00:00 2023-09-30T08:59:28.865 INFO:teuthology.orchestra.run.smithi192.stdout:(60/106): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.0 MB/s | 71 kB 00:00 2023-09-30T08:59:28.898 INFO:teuthology.orchestra.run.smithi192.stdout:(61/106): python3-werkzeug-0.12.2-4.el8.noarch. 1.6 MB/s | 457 kB 00:00 2023-09-30T08:59:28.974 INFO:teuthology.orchestra.run.smithi192.stdout:(62/106): fuse-2.9.7-17.el8.x86_64.rpm 766 kB/s | 83 kB 00:00 2023-09-30T08:59:29.057 INFO:teuthology.orchestra.run.smithi192.stdout:(63/106): libquadmath-8.5.0-20.el8.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2023-09-30T08:59:29.116 INFO:teuthology.orchestra.run.smithi192.stdout:(64/106): librabbitmq-0.9.0-4.el8.x86_64.rpm 803 kB/s | 47 kB 00:00 2023-09-30T08:59:29.141 INFO:teuthology.orchestra.run.smithi192.stdout:(65/106): libgfortran-8.5.0-20.el8.x86_64.rpm 2.6 MB/s | 645 kB 00:00 2023-09-30T08:59:29.283 INFO:teuthology.orchestra.run.smithi192.stdout:(66/106): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 249 kB 00:00 2023-09-30T08:59:29.408 INFO:teuthology.orchestra.run.smithi192.stdout:(67/106): python3-jwt-1.6.1-2.el8.noarch.rpm 341 kB/s | 43 kB 00:00 2023-09-30T08:59:29.450 INFO:teuthology.orchestra.run.smithi192.stdout:(68/106): python3-cryptography-3.2.1-6.el8.x86_ 2.0 MB/s | 641 kB 00:00 2023-09-30T08:59:29.575 INFO:teuthology.orchestra.run.smithi192.stdout:(69/106): python3-oauthlib-2.1.0-1.el8.noarch.r 929 kB/s | 155 kB 00:00 2023-09-30T08:59:29.592 INFO:teuthology.orchestra.run.smithi192.stdout:(70/106): python3-pycparser-2.14-14.el8.noarch. 769 kB/s | 109 kB 00:00 2023-09-30T08:59:29.659 INFO:teuthology.orchestra.run.smithi192.stdout:(71/106): python3-requests-oauthlib-1.0.0-1.el8 509 kB/s | 43 kB 00:00 2023-09-30T08:59:29.701 INFO:teuthology.orchestra.run.smithi192.stdout:(72/106): gperftools-libs-2.7-9.el8.x86_64.rpm 2.7 MB/s | 306 kB 00:00 2023-09-30T08:59:29.727 INFO:teuthology.orchestra.run.smithi192.stdout:(73/106): liboath-2.6.2-3.el8.x86_64.rpm 877 kB/s | 59 kB 00:00 2023-09-30T08:59:29.752 INFO:teuthology.orchestra.run.smithi192.stdout:(74/106): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-09-30T08:59:29.786 INFO:teuthology.orchestra.run.smithi192.stdout:(75/106): python3-bcrypt-3.1.6-2.el8.1.x86_64.r 1.3 MB/s | 44 kB 00:00 2023-09-30T08:59:29.811 INFO:teuthology.orchestra.run.smithi192.stdout:(76/106): python3-asyncssh-2.7.0-2.el8.noarch.r 5.5 MB/s | 476 kB 00:00 2023-09-30T08:59:29.836 INFO:teuthology.orchestra.run.smithi192.stdout:(77/106): python3-beautifulsoup4-4.6.3-2.el8.1. 3.6 MB/s | 185 kB 00:00 2023-09-30T08:59:29.853 INFO:teuthology.orchestra.run.smithi192.stdout:(78/106): python3-cachetools-3.1.1-4.el8.noarch 794 kB/s | 33 kB 00:00 2023-09-30T08:59:29.870 INFO:teuthology.orchestra.run.smithi192.stdout:(79/106): python3-certifi-2018.10.15-7.el8.noar 485 kB/s | 16 kB 00:00 2023-09-30T08:59:29.895 INFO:teuthology.orchestra.run.smithi192.stdout:(80/106): python3-cheroot-8.5.2-1.el8.noarch.rp 4.0 MB/s | 173 kB 00:00 2023-09-30T08:59:29.929 INFO:teuthology.orchestra.run.smithi192.stdout:(81/106): python3-cherrypy-18.4.0-1.el8.noarch. 6.4 MB/s | 384 kB 00:00 2023-09-30T08:59:29.963 INFO:teuthology.orchestra.run.smithi192.stdout:(82/106): python3-google-auth-1.1.1-10.el8.noar 1.2 MB/s | 81 kB 00:00 2023-09-30T08:59:29.988 INFO:teuthology.orchestra.run.smithi192.stdout:(83/106): python3-jaraco-6.2-6.el8.noarch.rpm 189 kB/s | 11 kB 00:00 2023-09-30T08:59:30.013 INFO:teuthology.orchestra.run.smithi192.stdout:(84/106): python3-jaraco-functools-2.0-4.el8.no 351 kB/s | 18 kB 00:00 2023-09-30T08:59:30.072 INFO:teuthology.orchestra.run.smithi192.stdout:(85/106): python3-logutils-0.3.5-11.el8.noarch. 837 kB/s | 49 kB 00:00 2023-09-30T08:59:30.105 INFO:teuthology.orchestra.run.smithi192.stdout:(86/106): python3-kubernetes-11.0.0-6.el8.noarc 10 MB/s | 1.2 MB 00:00 2023-09-30T08:59:30.130 INFO:teuthology.orchestra.run.smithi192.stdout:(87/106): python3-more-itertools-7.2.0-3.el8.no 1.0 MB/s | 59 kB 00:00 2023-09-30T08:59:30.156 INFO:teuthology.orchestra.run.smithi192.stdout:(88/106): python3-natsort-7.1.1-2.el8.noarch.rp 1.2 MB/s | 60 kB 00:00 2023-09-30T08:59:30.181 INFO:teuthology.orchestra.run.smithi192.stdout:(89/106): python3-pecan-1.3.2-9.el8.noarch.rpm 5.5 MB/s | 283 kB 00:00 2023-09-30T08:59:30.206 INFO:teuthology.orchestra.run.smithi192.stdout:(90/106): python3-portend-2.6-1.el8.noarch.rpm 311 kB/s | 16 kB 00:00 2023-09-30T08:59:30.232 INFO:teuthology.orchestra.run.smithi192.stdout:(91/106): python3-repoze-lru-0.7-6.el8.noarch.r 670 kB/s | 34 kB 00:00 2023-09-30T08:59:30.257 INFO:teuthology.orchestra.run.smithi192.stdout:(92/106): python3-routes-2.4.1-12.el8.noarch.rp 3.8 MB/s | 196 kB 00:00 2023-09-30T08:59:30.282 INFO:teuthology.orchestra.run.smithi192.stdout:(93/106): python3-rsa-4.9-2.el8.noarch.rpm 1.3 MB/s | 64 kB 00:00 2023-09-30T08:59:30.307 INFO:teuthology.orchestra.run.smithi192.stdout:(94/106): python3-simplegeneric-0.8.1-17.el8.no 373 kB/s | 19 kB 00:00 2023-09-30T08:59:30.333 INFO:teuthology.orchestra.run.smithi192.stdout:(95/106): python3-singledispatch-3.4.0.3-18.el8 475 kB/s | 24 kB 00:00 2023-09-30T08:59:30.358 INFO:teuthology.orchestra.run.smithi192.stdout:(96/106): python3-tempora-1.14.1-5.el8.noarch.r 582 kB/s | 29 kB 00:00 2023-09-30T08:59:30.409 INFO:teuthology.orchestra.run.smithi192.stdout:(97/106): python3-trustme-0.6.0-4.el8.noarch.rp 367 kB/s | 27 kB 00:00 2023-09-30T08:59:30.433 INFO:teuthology.orchestra.run.smithi192.stdout:(98/106): python3-waitress-1.4.3-1.el8.noarch.r 3.3 MB/s | 255 kB 00:00 2023-09-30T08:59:30.459 INFO:teuthology.orchestra.run.smithi192.stdout:(99/106): python3-webob-1.8.5-1.el8.1.noarch.rp 4.9 MB/s | 251 kB 00:00 2023-09-30T08:59:30.501 INFO:teuthology.orchestra.run.smithi192.stdout:(100/106): python3-websocket-client-0.56.0-5.el 915 kB/s | 61 kB 00:00 2023-09-30T08:59:30.535 INFO:teuthology.orchestra.run.smithi192.stdout:(101/106): python3-webtest-2.0.33-1.el8.noarch. 1.1 MB/s | 85 kB 00:00 2023-09-30T08:59:30.560 INFO:teuthology.orchestra.run.smithi192.stdout:(102/106): python3-zc-lockfile-2.0-2.el8.noarch 391 kB/s | 23 kB 00:00 2023-09-30T08:59:30.660 INFO:teuthology.orchestra.run.smithi192.stdout:(103/106): thrift-0.13.0-2.el8.x86_64.rpm 14 MB/s | 1.7 MB 00:00 2023-09-30T08:59:30.986 INFO:teuthology.orchestra.run.smithi192.stdout:(104/106): librados2-17.2.6-1161.g191c1869.el8. 8.1 MB/s | 3.5 MB 00:00 2023-09-30T08:59:31.361 INFO:teuthology.orchestra.run.smithi192.stdout:(105/106): librbd1-17.2.6-1161.g191c1869.el8.x8 5.1 MB/s | 3.6 MB 00:00 2023-09-30T08:59:31.778 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2023-09-30T08:59:31.978 INFO:teuthology.orchestra.run.smithi192.stdout:(106/106): ceph-common-17.2.6-1161.g191c1869.el 1.5 MB/s | 23 MB 00:15 2023-09-30T08:59:31.981 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-09-30T08:59:31.981 INFO:teuthology.orchestra.run.smithi192.stdout:Total 12 MB/s | 196 MB 00:16 2023-09-30T08:59:32.126 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/108 2023-09-30T08:59:32.344 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : thrift-0.13.0-2.el8.x86_64 2/108 2023-09-30T08:59:32.504 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-09-30T08:59:32.554 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 3/108 2023-09-30T08:59:32.592 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-09-30T08:59:32.593 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-09-30T08:59:32.781 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-09-30T08:59:33.161 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-09-30T08:59:33.668 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : librados2-2:17.2.6-1161.g191c1869.el8.x86_64 5/108 2023-09-30T08:59:33.779 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-09-30T08:59:33.782 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-09-30T08:59:34.078 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librados2-2:17.2.6-1161.g191c1869.el8.x86_64 5/108 2023-09-30T08:59:34.298 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 6/108 2023-09-30T08:59:34.423 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 6/108 2023-09-30T08:59:34.598 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 7/108 2023-09-30T08:59:34.692 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 7/108 2023-09-30T08:59:34.896 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rados-2:17.2.6-1161.g191c1869.el8.x86_64 8/108 2023-09-30T08:59:35.098 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/108 2023-09-30T08:59:35.660 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/108 2023-09-30T08:59:35.899 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 10/108 2023-09-30T08:59:35.971 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 10/108 2023-09-30T08:59:36.193 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 11/108 2023-09-30T08:59:36.404 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 12/108 2023-09-30T08:59:36.614 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 13/108 2023-09-30T08:59:36.716 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 13/108 2023-09-30T08:59:36.889 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86 14/108 2023-09-30T08:59:37.003 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86 14/108 2023-09-30T08:59:37.250 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 15/108 2023-09-30T08:59:37.397 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 16/108 2023-09-30T08:59:37.540 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 16/108 2023-09-30T08:59:37.681 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 17/108 2023-09-30T08:59:37.733 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-09-30T08:59:38.076 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : liboath-2.6.2-3.el8.x86_64 1/108 2023-09-30T08:59:38.279 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 17/108 2023-09-30T08:59:38.307 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : thrift-0.13.0-2.el8.x86_64 2/108 2023-09-30T08:59:38.472 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : openblas-0.3.15-4.el8.x86_64 18/108 2023-09-30T08:59:38.515 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 3/108 2023-09-30T08:59:38.669 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-09-30T08:59:39.052 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 4/108 2023-09-30T08:59:39.096 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 18/108 2023-09-30T08:59:39.244 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librados2-2:17.2.6-1161.g191c1869.el8.x86_64 5/108 2023-09-30T08:59:39.272 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-09-30T08:59:39.642 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-2:17.2.6-1161.g191c1869.el8.x86_64 5/108 2023-09-30T08:59:39.844 INFO:teuthology.orchestra.run.smithi192.stdout: Upgrading : librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 6/108 2023-09-30T08:59:39.971 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 6/108 2023-09-30T08:59:39.999 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-09-30T08:59:40.169 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 7/108 2023-09-30T08:59:40.249 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 7/108 2023-09-30T08:59:40.389 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 20/108 2023-09-30T08:59:40.475 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rados-2:17.2.6-1161.g191c1869.el8.x86_64 8/108 2023-09-30T08:59:40.594 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/108 2023-09-30T08:59:40.619 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/108 2023-09-30T08:59:40.776 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/108 2023-09-30T08:59:41.011 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 23/108 2023-09-30T08:59:41.174 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-ceph-argparse-2:17.2.6-1161.g191c1869.el 24/108 2023-09-30T08:59:41.175 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/108 2023-09-30T08:59:41.365 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 10/108 2023-09-30T08:59:41.419 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 10/108 2023-09-30T08:59:41.433 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cephfs-2:17.2.6-1161.g191c1869.el8.x86_6 25/108 2023-09-30T08:59:41.605 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 11/108 2023-09-30T08:59:41.783 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 12/108 2023-09-30T08:59:41.927 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 13/108 2023-09-30T08:59:42.031 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 13/108 2023-09-30T08:59:42.168 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86 14/108 2023-09-30T08:59:42.284 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86 14/108 2023-09-30T08:59:42.382 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 26/108 2023-09-30T08:59:42.703 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 27/108 2023-09-30T08:59:42.720 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 15/108 2023-09-30T08:59:42.843 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libquadmath-8.5.0-20.el8.x86_64 16/108 2023-09-30T08:59:42.961 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libquadmath-8.5.0-20.el8.x86_64 16/108 2023-09-30T08:59:42.983 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 28/108 2023-09-30T08:59:43.077 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libgfortran-8.5.0-20.el8.x86_64 17/108 2023-09-30T08:59:43.188 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-09-30T08:59:43.659 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: libgfortran-8.5.0-20.el8.x86_64 17/108 2023-09-30T08:59:43.843 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-0.3.15-4.el8.x86_64 18/108 2023-09-30T08:59:44.443 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 18/108 2023-09-30T08:59:44.593 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-09-30T08:59:44.956 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-09-30T08:59:45.286 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 19/108 2023-09-30T08:59:45.291 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 30/108 2023-09-30T08:59:45.455 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 31/108 2023-09-30T08:59:45.627 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 20/108 2023-09-30T08:59:45.665 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rsa-4.9-2.el8.noarch 32/108 2023-09-30T08:59:45.882 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/108 2023-09-30T08:59:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rgw-2:17.2.6-1161.g191c1869.el8.x86_64 33/108 2023-09-30T08:59:46.039 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/108 2023-09-30T08:59:46.109 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-rbd-2:17.2.6-1161.g191c1869.el8.x86_64 34/108 2023-09-30T08:59:46.241 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 23/108 2023-09-30T08:59:46.329 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : librados-devel-2:17.2.6-1161.g191c1869.el8.x86_6 35/108 2023-09-30T08:59:46.413 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-argparse-2:17.2.6-1161.g191c1869.el 24/108 2023-09-30T08:59:46.549 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 36/108 2023-09-30T08:59:46.674 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cephfs-2:17.2.6-1161.g191c1869.el8.x86_6 25/108 2023-09-30T08:59:46.805 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 37/108 2023-09-30T08:59:47.044 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 38/108 2023-09-30T08:59:47.258 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 39/108 2023-09-30T08:59:47.431 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 40/108 2023-09-30T08:59:47.603 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 26/108 2023-09-30T08:59:47.628 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 41/108 2023-09-30T08:59:47.832 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 42/108 2023-09-30T08:59:47.882 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 27/108 2023-09-30T08:59:48.056 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 43/108 2023-09-30T08:59:48.204 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 28/108 2023-09-30T08:59:48.240 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 44/108 2023-09-30T08:59:48.384 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-09-30T08:59:48.401 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 45/108 2023-09-30T08:59:48.558 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 46/108 2023-09-30T08:59:48.785 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 47/108 2023-09-30T08:59:48.973 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-portend-2.6-1.el8.noarch 48/108 2023-09-30T08:59:49.195 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 49/108 2023-09-30T08:59:49.420 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 50/108 2023-09-30T08:59:49.660 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 51/108 2023-09-30T08:59:49.872 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 52/108 2023-09-30T08:59:50.152 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 29/108 2023-09-30T08:59:50.212 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 53/108 2023-09-30T08:59:50.487 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 54/108 2023-09-30T08:59:50.546 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 30/108 2023-09-30T08:59:50.670 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 55/108 2023-09-30T08:59:50.726 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 31/108 2023-09-30T08:59:50.917 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 56/108 2023-09-30T08:59:50.928 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rsa-4.9-2.el8.noarch 32/108 2023-09-30T08:59:51.147 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 57/108 2023-09-30T08:59:51.176 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rgw-2:17.2.6-1161.g191c1869.el8.x86_64 33/108 2023-09-30T08:59:51.347 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-rbd-2:17.2.6-1161.g191c1869.el8.x86_64 34/108 2023-09-30T08:59:51.511 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 58/108 2023-09-30T08:59:51.550 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : librados-devel-2:17.2.6-1161.g191c1869.el8.x86_6 35/108 2023-09-30T08:59:51.712 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 36/108 2023-09-30T08:59:51.832 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 59/108 2023-09-30T08:59:51.984 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 37/108 2023-09-30T08:59:52.047 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 60/108 2023-09-30T08:59:52.206 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 38/108 2023-09-30T08:59:52.309 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 61/108 2023-09-30T08:59:52.354 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 39/108 2023-09-30T08:59:52.494 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 40/108 2023-09-30T08:59:52.533 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 62/108 2023-09-30T08:59:52.649 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 41/108 2023-09-30T08:59:52.869 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 42/108 2023-09-30T08:59:53.043 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 43/108 2023-09-30T08:59:53.211 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 44/108 2023-09-30T08:59:53.347 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 45/108 2023-09-30T08:59:53.528 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 46/108 2023-09-30T08:59:53.585 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 63/108 2023-09-30T08:59:53.723 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 47/108 2023-09-30T08:59:53.867 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-portend-2.6-1.el8.noarch 48/108 2023-09-30T08:59:53.986 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 64/108 2023-09-30T08:59:54.073 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 49/108 2023-09-30T08:59:54.227 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 65/108 2023-09-30T08:59:54.308 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 50/108 2023-09-30T08:59:54.495 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 66/108 2023-09-30T08:59:54.524 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 51/108 2023-09-30T08:59:54.720 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 52/108 2023-09-30T08:59:54.793 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 67/108 2023-09-30T08:59:55.052 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 53/108 2023-09-30T08:59:55.078 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 68/108 2023-09-30T08:59:55.285 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 54/108 2023-09-30T08:59:55.354 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 69/108 2023-09-30T08:59:55.509 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 55/108 2023-09-30T08:59:55.563 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : fuse-2.9.7-17.el8.x86_64 70/108 2023-09-30T08:59:55.730 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 56/108 2023-09-30T08:59:55.796 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 71/108 2023-09-30T08:59:55.937 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 57/108 2023-09-30T08:59:56.178 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 72/108 2023-09-30T08:59:56.266 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 58/108 2023-09-30T08:59:56.469 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-py-1.5.3-4.el8.noarch 73/108 2023-09-30T08:59:56.536 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 59/108 2023-09-30T08:59:56.610 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 74/108 2023-09-30T08:59:56.751 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 60/108 2023-09-30T08:59:56.818 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pluggy-0.6.0-3.el8.noarch 75/108 2023-09-30T08:59:57.003 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 61/108 2023-09-30T08:59:57.030 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 76/108 2023-09-30T08:59:57.228 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 77/108 2023-09-30T08:59:57.237 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 62/108 2023-09-30T08:59:57.482 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-attrs-17.4.0-6.el8.noarch 78/108 2023-09-30T08:59:57.645 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 79/108 2023-09-30T08:59:57.726 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 79/108 2023-09-30T08:59:57.920 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : jq-1.6-7.el8.x86_64 80/108 2023-09-30T08:59:58.321 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 63/108 2023-09-30T08:59:58.427 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: cephadm-2:17.2.6-1161.g191c1869.el8.noarch 81/108 2023-09-30T08:59:58.565 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : cephadm-2:17.2.6-1161.g191c1869.el8.noarch 81/108 2023-09-30T08:59:58.674 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 64/108 2023-09-30T08:59:58.679 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1161.g191c1869.e 82/108 2023-09-30T08:59:58.916 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 65/108 2023-09-30T08:59:58.916 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1161.g191c1869. 83/108 2023-09-30T08:59:59.111 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-ceph-common-2:17.2.6-1161.g191c1869.el8. 84/108 2023-09-30T08:59:59.183 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 66/108 2023-09-30T08:59:59.497 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 67/108 2023-09-30T08:59:59.795 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 68/108 2023-09-30T09:00:00.034 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 69/108 2023-09-30T09:00:00.229 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : fuse-2.9.7-17.el8.x86_64 70/108 2023-09-30T09:00:00.470 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 71/108 2023-09-30T09:00:00.794 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 72/108 2023-09-30T09:00:01.032 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-py-1.5.3-4.el8.noarch 73/108 2023-09-30T09:00:01.199 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 74/108 2023-09-30T09:00:01.372 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pluggy-0.6.0-3.el8.noarch 75/108 2023-09-30T09:00:01.550 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 76/108 2023-09-30T09:00:01.742 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 77/108 2023-09-30T09:00:01.809 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 85/108 2023-09-30T09:00:01.986 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-attrs-17.4.0-6.el8.noarch 78/108 2023-09-30T09:00:02.021 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 85/108 2023-09-30T09:00:02.141 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 79/108 2023-09-30T09:00:02.225 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 79/108 2023-09-30T09:00:02.383 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : jq-1.6-7.el8.x86_64 80/108 2023-09-30T09:00:02.617 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 85/108 2023-09-30T09:00:02.903 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 86/108 2023-09-30T09:00:02.937 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cephadm-2:17.2.6-1161.g191c1869.el8.noarch 81/108 2023-09-30T09:00:03.014 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 86/108 2023-09-30T09:00:03.103 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cephadm-2:17.2.6-1161.g191c1869.el8.noarch 81/108 2023-09-30T09:00:03.188 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 87/108 2023-09-30T09:00:03.223 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-prometheus-alerts-2:17.2.6-1161.g191c1869.e 82/108 2023-09-30T09:00:03.412 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-grafana-dashboards-2:17.2.6-1161.g191c1869. 83/108 2023-09-30T09:00:03.666 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-ceph-common-2:17.2.6-1161.g191c1869.el8. 84/108 2023-09-30T09:00:06.309 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 85/108 2023-09-30T09:00:06.524 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 85/108 2023-09-30T09:00:07.102 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 85/108 2023-09-30T09:00:07.392 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 86/108 2023-09-30T09:00:07.479 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 86/108 2023-09-30T09:00:07.665 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 87/108 2023-09-30T09:00:21.418 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 87/108 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /sys 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /proc 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /dev 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /run 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /mnt 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /var/tmp 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /home 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /tmp 2023-09-30T09:00:21.419 INFO:teuthology.orchestra.run.smithi118.stdout:skipping the directory /dev 2023-09-30T09:00:21.420 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:00:21.665 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noa 88/108 2023-09-30T09:00:21.875 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noa 88/108 2023-09-30T09:00:22.092 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.n 89/108 2023-09-30T09:00:23.055 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.n 89/108 2023-09-30T09:00:23.298 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1161.g191 90/108 2023-09-30T09:00:23.390 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1161.g191 90/108 2023-09-30T09:00:23.764 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1161.g191c1869.el 91/108 2023-09-30T09:00:24.050 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 92/108 2023-09-30T09:00:24.086 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 92/108 2023-09-30T09:00:24.248 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 93/108 2023-09-30T09:00:24.467 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 93/108 2023-09-30T09:00:24.641 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 94/108 2023-09-30T09:00:25.031 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 94/108 2023-09-30T09:00:25.218 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 95/108 2023-09-30T09:00:26.251 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 87/108 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /sys 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /proc 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /dev 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /run 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /mnt 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /var/tmp 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /home 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /tmp 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout:skipping the directory /dev 2023-09-30T09:00:26.252 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T09:00:26.511 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noa 88/108 2023-09-30T09:00:26.699 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 95/108 2023-09-30T09:00:26.720 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noa 88/108 2023-09-30T09:00:26.930 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.n 89/108 2023-09-30T09:00:26.933 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 96/108 2023-09-30T09:00:26.954 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 96/108 2023-09-30T09:00:27.892 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.n 89/108 2023-09-30T09:00:28.128 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.6-1161.g191 90/108 2023-09-30T09:00:28.218 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.6-1161.g191 90/108 2023-09-30T09:00:28.559 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-2:17.2.6-1161.g191c1869.el8.x86_64 97/108 2023-09-30T09:00:28.560 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-modules-core-2:17.2.6-1161.g191c1869.el 91/108 2023-09-30T09:00:28.780 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 92/108 2023-09-30T09:00:28.799 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 98/108 2023-09-30T09:00:28.816 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 92/108 2023-09-30T09:00:28.895 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 98/108 2023-09-30T09:00:29.003 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 93/108 2023-09-30T09:00:29.123 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1161.g191c1 99/108 2023-09-30T09:00:29.219 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 93/108 2023-09-30T09:00:29.387 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 94/108 2023-09-30T09:00:29.469 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1161.g191c1 99/108 2023-09-30T09:00:29.673 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 100/108 2023-09-30T09:00:29.777 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 94/108 2023-09-30T09:00:29.970 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 95/108 2023-09-30T09:00:31.456 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 95/108 2023-09-30T09:00:31.655 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 96/108 2023-09-30T09:00:31.676 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 96/108 2023-09-30T09:00:33.264 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-2:17.2.6-1161.g191c1869.el8.x86_64 97/108 2023-09-30T09:00:33.463 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 98/108 2023-09-30T09:00:33.586 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 98/108 2023-09-30T09:00:33.769 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-immutable-object-cache-2:17.2.6-1161.g191c1 99/108 2023-09-30T09:00:34.117 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.6-1161.g191c1 99/108 2023-09-30T09:00:34.336 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 100/108 2023-09-30T09:00:34.594 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 100/108 2023-09-30T09:00:35.196 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-test-2:17.2.6-1161.g191c1869.el8.x86_64 101/108 2023-09-30T09:00:35.631 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pytest-3.4.2-11.el8.noarch 102/108 2023-09-30T09:00:35.867 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : ceph-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 103/108 2023-09-30T09:00:36.063 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : libcephfs-devel-2:17.2.6-1161.g191c1869.el8.x86_ 104/108 2023-09-30T09:00:36.281 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : rbd-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 105/108 2023-09-30T09:00:36.448 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : rbd-nbd-2:17.2.6-1161.g191c1869.el8.x86_64 106/108 2023-09-30T09:00:36.449 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-09-30T09:00:36.666 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-09-30T09:00:36.666 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 108/108 2023-09-30T09:00:37.489 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 108/108 2023-09-30T09:00:37.489 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-2:17.2.6-1161.g191c1869.el8.x86_64 1/108 2023-09-30T09:00:37.489 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 2/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 3/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 4/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1161.g191c1 5/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 6/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 7/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 8/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 9/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 10/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 11/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-test-2:17.2.6-1161.g191c1869.el8.x86_64 12/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libcephfs-devel-2:17.2.6-1161.g191c1869.el8.x86_ 13/108 2023-09-30T09:00:37.490 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 14/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 15/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librados-devel-2:17.2.6-1161.g191c1869.el8.x86_6 16/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86 17/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 18/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1161.g191c1869.el 19/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-ceph-common-2:17.2.6-1161.g191c1869.el8. 20/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cephfs-2:17.2.6-1161.g191c1869.el8.x86_6 21/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rados-2:17.2.6-1161.g191c1869.el8.x86_64 22/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rbd-2:17.2.6-1161.g191c1869.el8.x86_64 23/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rgw-2:17.2.6-1161.g191c1869.el8.x86_64 24/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : rbd-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 25/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 26/108 2023-09-30T09:00:37.491 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : rbd-nbd-2:17.2.6-1161.g191c1869.el8.x86_64 27/108 2023-09-30T09:00:37.498 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1161.g191c1869. 28/108 2023-09-30T09:00:37.498 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noa 29/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.n 30/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1161.g191 31/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1161.g191c1869.el 32/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 33/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1161.g191c1869.e 34/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : cephadm-2:17.2.6-1161.g191c1869.el8.noarch 35/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : jq-1.6-7.el8.x86_64 36/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 37/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 38/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 39/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 40/108 2023-09-30T09:00:37.499 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 41/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-attrs-17.4.0-6.el8.noarch 42/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 43/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 44/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 45/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 46/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 47/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 48/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 49/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 50/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pluggy-0.6.0-3.el8.noarch 51/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 52/108 2023-09-30T09:00:37.500 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-py-1.5.3-4.el8.noarch 53/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 54/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 55/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 56/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pytest-3.4.2-11.el8.noarch 57/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 58/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 59/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 60/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 61/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 62/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 63/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 64/108 2023-09-30T09:00:37.501 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 65/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 66/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 67/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 68/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 69/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 70/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 71/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 72/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 73/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 74/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 75/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 76/108 2023-09-30T09:00:37.502 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 77/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 78/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 79/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 80/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 81/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 82/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 83/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 84/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 85/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 86/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 87/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 88/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 89/108 2023-09-30T09:00:37.503 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 90/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-portend-2.6-1.el8.noarch 91/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 92/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 93/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 94/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 95/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 96/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 97/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 98/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 99/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 100/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 101/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 102/108 2023-09-30T09:00:37.504 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 103/108 2023-09-30T09:00:37.505 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 104/108 2023-09-30T09:00:37.505 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librados2-2:17.2.6-1161.g191c1869.el8.x86_64 105/108 2023-09-30T09:00:37.505 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 106/108 2023-09-30T09:00:37.505 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 107/108 2023-09-30T09:00:39.267 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 100/108 2023-09-30T09:00:39.537 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 108/108 2023-09-30T09:00:39.538 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:00:39.538 INFO:teuthology.orchestra.run.smithi118.stdout:Upgraded: 2023-09-30T09:00:39.538 INFO:teuthology.orchestra.run.smithi118.stdout: librados2-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.538 INFO:teuthology.orchestra.run.smithi118.stdout: librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.538 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2023-09-30T09:00:39.538 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.538 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-grafana-dashboards-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-immutable-object-cache-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.539 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-modules-core-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-prometheus-alerts-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: ceph-test-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: cephadm-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:39.540 INFO:teuthology.orchestra.run.smithi118.stdout: fuse-2.9.7-17.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: jq-1.6-7.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs-devel-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T09:00:39.541 INFO:teuthology.orchestra.run.smithi118.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: librados-devel-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T09:00:39.542 INFO:teuthology.orchestra.run.smithi118.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-attrs-17.4.0-6.el8.noarch 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-argparse-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.543 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cephfs-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T09:00:39.544 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T09:00:39.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pluggy-0.6.0-3.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-py-1.5.3-4.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytest-3.4.2-11.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rados-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.546 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rbd-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rgw-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T09:00:39.547 INFO:teuthology.orchestra.run.smithi118.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.548 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.549 INFO:teuthology.orchestra.run.smithi118.stdout: rbd-nbd-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:39.549 INFO:teuthology.orchestra.run.smithi118.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T09:00:39.549 INFO:teuthology.orchestra.run.smithi118.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T09:00:39.549 INFO:teuthology.orchestra.run.smithi118.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T09:00:39.549 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:00:39.549 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2023-09-30T09:00:39.731 DEBUG:teuthology.parallel:result is None 2023-09-30T09:00:39.847 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-test-2:17.2.6-1161.g191c1869.el8.x86_64 101/108 2023-09-30T09:00:40.201 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytest-3.4.2-11.el8.noarch 102/108 2023-09-30T09:00:40.431 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : ceph-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 103/108 2023-09-30T09:00:40.618 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : libcephfs-devel-2:17.2.6-1161.g191c1869.el8.x86_ 104/108 2023-09-30T09:00:40.801 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 105/108 2023-09-30T09:00:40.970 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : rbd-nbd-2:17.2.6-1161.g191c1869.el8.x86_64 106/108 2023-09-30T09:00:40.970 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-09-30T09:00:41.204 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 107/108 2023-09-30T09:00:41.205 INFO:teuthology.orchestra.run.smithi192.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 108/108 2023-09-30T09:00:41.969 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 108/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-2:17.2.6-1161.g191c1869.el8.x86_64 1/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 2/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 3/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 4/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-immutable-object-cache-2:17.2.6-1161.g191c1 5/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 6/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 7/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 8/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 9/108 2023-09-30T09:00:41.970 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 10/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 11/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-test-2:17.2.6-1161.g191c1869.el8.x86_64 12/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs-devel-2:17.2.6-1161.g191c1869.el8.x86_ 13/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 14/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 15/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados-devel-2:17.2.6-1161.g191c1869.el8.x86_6 16/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86 17/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 18/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-argparse-2:17.2.6-1161.g191c1869.el 19/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-ceph-common-2:17.2.6-1161.g191c1869.el8. 20/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cephfs-2:17.2.6-1161.g191c1869.el8.x86_6 21/108 2023-09-30T09:00:41.971 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rados-2:17.2.6-1161.g191c1869.el8.x86_64 22/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rbd-2:17.2.6-1161.g191c1869.el8.x86_64 23/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rgw-2:17.2.6-1161.g191c1869.el8.x86_64 24/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 25/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 26/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : rbd-nbd-2:17.2.6-1161.g191c1869.el8.x86_64 27/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-grafana-dashboards-2:17.2.6-1161.g191c1869. 28/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noa 29/108 2023-09-30T09:00:41.972 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.n 30/108 2023-09-30T09:00:41.978 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.6-1161.g191 31/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-modules-core-2:17.2.6-1161.g191c1869.el 32/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 33/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : ceph-prometheus-alerts-2:17.2.6-1161.g191c1869.e 34/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cephadm-2:17.2.6-1161.g191c1869.el8.noarch 35/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : jq-1.6-7.el8.x86_64 36/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 37/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 38/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 39/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 40/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 41/108 2023-09-30T09:00:41.979 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-attrs-17.4.0-6.el8.noarch 42/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 43/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 44/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 45/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 46/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 47/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 48/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 49/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 50/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pluggy-0.6.0-3.el8.noarch 51/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 52/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-py-1.5.3-4.el8.noarch 53/108 2023-09-30T09:00:41.980 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 54/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 55/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 56/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytest-3.4.2-11.el8.noarch 57/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 58/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a2 59/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 60/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 61/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 62/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 63/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libgfortran-8.5.0-20.el8.x86_64 64/108 2023-09-30T09:00:41.981 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libquadmath-8.5.0-20.el8.x86_64 65/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 66/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 67/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 68/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 69/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 70/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 71/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 72/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 73/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 74/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 75/108 2023-09-30T09:00:41.982 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 76/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 77/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 78/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 79/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 80/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 81/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 82/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 83/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 84/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 85/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 86/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 87/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 88/108 2023-09-30T09:00:41.983 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 89/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 90/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-portend-2.6-1.el8.noarch 91/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 92/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 93/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 94/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 95/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 96/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 97/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 98/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 99/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 100/108 2023-09-30T09:00:41.984 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 101/108 2023-09-30T09:00:41.985 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 102/108 2023-09-30T09:00:41.985 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 103/108 2023-09-30T09:00:41.985 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 104/108 2023-09-30T09:00:41.985 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-2:17.2.6-1161.g191c1869.el8.x86_64 105/108 2023-09-30T09:00:41.985 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 106/108 2023-09-30T09:00:41.985 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 107/108 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 108/108 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout:Upgraded: 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout: librados2-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout: librbd1-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.266 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-grafana-dashboards-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-immutable-object-cache-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mds-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-cephadm-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-diskprediction-local-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-rook-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.267 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mon-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-osd-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-prometheus-alerts-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-radosgw-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-selinux-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-test-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: cephadm-2:17.2.6-1161.g191c1869.el8.noarch 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: fuse-2.9.7-17.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: jq-1.6-7.el8.x86_64 2023-09-30T09:00:44.268 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-devel-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs2-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: libcephsqlite-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: libgfortran-8.5.0-20.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: liboath-2.6.2-3.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: libquadmath-8.5.0-20.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: librados-devel-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: librgw2-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: libunwind-1.3.1-3.el8.x86_64 2023-09-30T09:00:44.269 INFO:teuthology.orchestra.run.smithi192.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-0.3.15-4.el8.x86_64 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-attrs-17.4.0-6.el8.noarch 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel-2.5.1-7.el8.noarch 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.270 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cephfs-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-6.2-6.el8.noarch 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-09-30T09:00:44.271 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako-1.0.6-14.el8.noarch 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-09-30T09:00:44.272 INFO:teuthology.orchestra.run.smithi192.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pluggy-0.6.0-3.el8.noarch 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-portend-2.6-1.el8.noarch 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-09-30T09:00:44.273 INFO:teuthology.orchestra.run.smithi192.stdout: python3-py-1.5.3-4.el8.noarch 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pycparser-2.14-14.el8.noarch 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytest-3.4.2-11.el8.noarch 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytz-2017.2-11.el8.noarch 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rados-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.274 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rbd-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rgw-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes-2.4.1-12.el8.noarch 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa-4.9-2.el8.noarch 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-09-30T09:00:44.275 INFO:teuthology.orchestra.run.smithi192.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-fuse-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.276 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-mirror-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.277 INFO:teuthology.orchestra.run.smithi192.stdout: rbd-nbd-2:17.2.6-1161.g191c1869.el8.x86_64 2023-09-30T09:00:44.277 INFO:teuthology.orchestra.run.smithi192.stdout: socat-1.7.4.1-1.el8.x86_64 2023-09-30T09:00:44.277 INFO:teuthology.orchestra.run.smithi192.stdout: thrift-0.13.0-2.el8.x86_64 2023-09-30T09:00:44.277 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-09-30T09:00:44.277 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T09:00:44.277 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-09-30T09:00:44.443 DEBUG:teuthology.parallel:result is None 2023-09-30T09:00:44.443 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T09:00:44.443 INFO:teuthology.packaging:ref: None 2023-09-30T09:00:44.443 INFO:teuthology.packaging:tag: None 2023-09-30T09:00:44.443 INFO:teuthology.packaging:branch: quincy 2023-09-30T09:00:44.443 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:00:44.444 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-09-30T09:00:44.670 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T09:00:44.699 INFO:teuthology.orchestra.run.smithi118.stdout:17.2.6-1161.g191c1869.el8 2023-09-30T09:00:44.700 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1161.g191c1869.el8 2023-09-30T09:00:44.700 INFO:teuthology.task.install:The correct ceph version 17.2.6-1161.g191c1869 is installed. 2023-09-30T09:00:44.700 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-30T09:00:44.700 INFO:teuthology.packaging:ref: None 2023-09-30T09:00:44.701 INFO:teuthology.packaging:tag: None 2023-09-30T09:00:44.701 INFO:teuthology.packaging:branch: quincy 2023-09-30T09:00:44.701 INFO:teuthology.packaging:sha1: 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:00:44.701 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=quincy 2023-09-30T09:00:45.015 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-09-30T09:00:45.040 INFO:teuthology.orchestra.run.smithi192.stdout:17.2.6-1161.g191c1869.el8 2023-09-30T09:00:45.040 INFO:teuthology.packaging:The installed version of ceph is 17.2.6-1161.g191c1869.el8 2023-09-30T09:00:45.040 INFO:teuthology.task.install:The correct ceph version 17.2.6-1161.g191c1869 is installed. 2023-09-30T09:00:45.040 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-09-30T09:00:45.041 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:00:45.041 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T09:00:45.078 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:00:45.078 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-09-30T09:00:45.111 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-09-30T09:00:45.111 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:00:45.111 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T09:00:45.149 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T09:00:45.218 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:00:45.219 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2023-09-30T09:00:45.246 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-09-30T09:00:45.316 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-09-30T09:00:45.316 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:00:45.316 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T09:00:45.344 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T09:00:45.413 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:00:45.413 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2023-09-30T09:00:45.440 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-09-30T09:00:45.507 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-09-30T09:00:45.507 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:00:45.507 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T09:00:45.535 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T09:00:45.602 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:00:45.602 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2023-09-30T09:00:45.629 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-09-30T09:00:45.697 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:00:45.710 INFO:teuthology.task.print:**** done install task... 2023-09-30T09:00:45.710 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:00:45.727 INFO:teuthology.task.print:**** done start installing quincy cephadm ... 2023-09-30T09:00:45.728 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-30T09:00:45.809 INFO:tasks.cephadm:Config: {'cephadm_branch': 'quincy', 'cephadm_git_url': 'https://github.com/ceph/ceph', '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:quincy', 'create_rbd_pool': True, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '1d10b71792f3be8887a7631e69851ac2df3585af'} 2023-09-30T09:00:45.809 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:quincy 2023-09-30T09:00:45.810 INFO:tasks.cephadm:Cluster fsid is d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:00:45.810 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-30T09:00:45.810 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.118', 'mon.c': '[v2:172.21.15.118:3301,v1:172.21.15.118:6790]', 'mon.b': '172.21.15.192'} 2023-09-30T09:00:45.810 INFO:tasks.cephadm:First mon is mon.a on smithi118 2023-09-30T09:00:45.811 INFO:tasks.cephadm:First mgr is y 2023-09-30T09:00:45.811 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-30T09:00:45.811 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2023-09-30T09:00:45.840 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2023-09-30T09:00:45.867 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref quincy)... 2023-09-30T09:00:45.868 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T09:00:46.043 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 09:00 /home/ubuntu/cephtest/cephadm 2023-09-30T09:00:46.044 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent https://raw.githubusercontent.com/ceph/ceph/quincy/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-30T09:00:46.199 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r--. 1 ubuntu ubuntu 366215 Sep 30 09:00 /home/ubuntu/cephtest/cephadm 2023-09-30T09:00:46.200 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T09:00:46.220 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-30T09:00:46.250 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:quincy on all hosts... 2023-09-30T09:00:46.250 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2023-09-30T09:00:46.263 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy pull 2023-09-30T09:00:51.096 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2023-09-30T09:00:51.499 INFO:teuthology.orchestra.run.smithi118.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2023-09-30T09:01:20.234 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:01:20.234 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph_version": "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)", 2023-09-30T09:01:20.234 INFO:teuthology.orchestra.run.smithi118.stdout: "image_id": "8497a1260037b82e7a7d1f7b1252ba27ac4d4c1a1689efe0d7d603614c3dfeb9", 2023-09-30T09:01:20.234 INFO:teuthology.orchestra.run.smithi118.stdout: "repo_digests": [ 2023-09-30T09:01:20.235 INFO:teuthology.orchestra.run.smithi118.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:59dfea07bd40b1827d644f258b611da4ee50ad9e03cd12567e2c0635c847dcac" 2023-09-30T09:01:20.235 INFO:teuthology.orchestra.run.smithi118.stdout: ] 2023-09-30T09:01:20.235 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:01:26.166 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2023-09-30T09:01:26.166 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)", 2023-09-30T09:01:26.166 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "8497a1260037b82e7a7d1f7b1252ba27ac4d4c1a1689efe0d7d603614c3dfeb9", 2023-09-30T09:01:26.166 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2023-09-30T09:01:26.166 INFO:teuthology.orchestra.run.smithi192.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:59dfea07bd40b1827d644f258b611da4ee50ad9e03cd12567e2c0635c847dcac" 2023-09-30T09:01:26.167 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2023-09-30T09:01:26.167 INFO:teuthology.orchestra.run.smithi192.stdout:} 2023-09-30T09:01:26.185 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2023-09-30T09:01:26.225 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2023-09-30T09:01:26.257 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2023-09-30T09:01:26.299 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2023-09-30T09:01:26.326 INFO:tasks.cephadm:Writing seed config... 2023-09-30T09:01:26.327 INFO:tasks.cephadm: override: [osd] osd_class_default_list = * 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [osd] osd_class_load_list = * 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-30T09:01:26.328 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-30T09:01:26.329 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:01:26.329 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-30T09:01:26.360 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 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 = d797746c-5f6f-11ee-8db4-212e2dc638e7 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 2023-09-30T09:01:26.361 DEBUG:teuthology.orchestra.run.smithi118:mon.a> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a.service 2023-09-30T09:01:26.403 DEBUG:teuthology.orchestra.run.smithi118:mgr.y> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y.service 2023-09-30T09:01:26.433 INFO:journalctl@ceph.mon.a.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:01:26.434 INFO:tasks.cephadm:Bootstrapping... 2023-09-30T09:01:26.434 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy -v bootstrap --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 --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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-30T09:01:26.462 INFO:journalctl@ceph.mgr.y.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:01:26.638 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2023-09-30T09:01:26.638 INFO:teuthology.orchestra.run.smithi118.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:quincy', '-v', 'bootstrap', '--fsid', 'd797746c-5f6f-11ee-8db4-212e2dc638e7', '--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.118', '--skip-admin-label'] 2023-09-30T09:01:26.668 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stdout 4.6.1 2023-09-30T09:01:26.669 INFO:teuthology.orchestra.run.smithi118.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-09-30T09:01:26.669 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying podman|docker is present... 2023-09-30T09:01:26.696 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stdout 4.6.1 2023-09-30T09:01:26.696 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying lvm2 is present... 2023-09-30T09:01:26.696 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying time synchronization is in place... 2023-09-30T09:01:26.705 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T09:01:26.705 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T09:01:26.709 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T09:01:26.709 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2023-09-30T09:01:26.715 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout enabled 2023-09-30T09:01:26.721 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout active 2023-09-30T09:01:26.721 INFO:teuthology.orchestra.run.smithi118.stdout:Unit chronyd.service is enabled and running 2023-09-30T09:01:26.722 INFO:teuthology.orchestra.run.smithi118.stdout:Repeating the final host check... 2023-09-30T09:01:26.749 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stdout 4.6.1 2023-09-30T09:01:26.749 INFO:teuthology.orchestra.run.smithi118.stdout:podman (/bin/podman) version 4.6.1 is present 2023-09-30T09:01:26.750 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl is present 2023-09-30T09:01:26.750 INFO:teuthology.orchestra.run.smithi118.stdout:lvcreate is present 2023-09-30T09:01:26.756 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-09-30T09:01:26.756 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-09-30T09:01:26.761 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-09-30T09:01:26.761 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2023-09-30T09:01:26.767 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout enabled 2023-09-30T09:01:26.774 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout active 2023-09-30T09:01:26.774 INFO:teuthology.orchestra.run.smithi118.stdout:Unit chronyd.service is enabled and running 2023-09-30T09:01:26.774 INFO:teuthology.orchestra.run.smithi118.stdout:Host looks OK 2023-09-30T09:01:26.774 INFO:teuthology.orchestra.run.smithi118.stdout:Cluster fsid: d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:26.775 INFO:teuthology.orchestra.run.smithi118.stdout:Acquiring lock 140200114428392 on /run/cephadm/d797746c-5f6f-11ee-8db4-212e2dc638e7.lock 2023-09-30T09:01:26.775 INFO:teuthology.orchestra.run.smithi118.stdout:Lock 140200114428392 acquired on /run/cephadm/d797746c-5f6f-11ee-8db4-212e2dc638e7.lock 2023-09-30T09:01:26.775 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying IP 172.21.15.118 port 3300 ... 2023-09-30T09:01:26.775 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying IP 172.21.15.118 port 6789 ... 2023-09-30T09:01:26.775 INFO:teuthology.orchestra.run.smithi118.stdout:Base mon IP(s) is [172.21.15.118:3300, 172.21.15.118:6789], mon addrv is [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2023-09-30T09:01:26.778 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2023-09-30T09:01:26.778 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 metric 100 2023-09-30T09:01:26.781 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-09-30T09:01:26.781 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-09-30T09:01:26.781 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1750sec hoplimit 64 pref medium 2023-09-30T09:01:26.784 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d725/64 scope link 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2023-09-30T09:01:26.785 INFO:teuthology.orchestra.run.smithi118.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-09-30T09:01:26.786 INFO:teuthology.orchestra.run.smithi118.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-30T09:01:26.786 INFO:teuthology.orchestra.run.smithi118.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:quincy... 2023-09-30T09:01:27.152 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stdout 8497a1260037b82e7a7d1f7b1252ba27ac4d4c1a1689efe0d7d603614c3dfeb9 2023-09-30T09:01:27.152 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:quincy... 2023-09-30T09:01:27.152 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Getting image source signatures 2023-09-30T09:01:27.153 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Copying blob sha256:9ded06edb695fe18ba35c4fd73ee2e36b97f8c971e708e670c5fe24743e14d30 2023-09-30T09:01:27.153 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Copying blob sha256:c16254b0810587cdd81d0647eccf1c3e4d200bf4eeba6596492e593ad063d4ee 2023-09-30T09:01:27.153 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Copying config sha256:8497a1260037b82e7a7d1f7b1252ba27ac4d4c1a1689efe0d7d603614c3dfeb9 2023-09-30T09:01:27.153 INFO:teuthology.orchestra.run.smithi118.stdout:/bin/podman: stderr Writing manifest to image destination 2023-09-30T09:01:27.786 INFO:teuthology.orchestra.run.smithi118.stdout:ceph: stdout ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable) 2023-09-30T09:01:27.786 INFO:teuthology.orchestra.run.smithi118.stdout:Ceph version: ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable) 2023-09-30T09:01:27.786 INFO:teuthology.orchestra.run.smithi118.stdout:Extracting ceph user uid/gid from container image... 2023-09-30T09:01:29.514 INFO:teuthology.orchestra.run.smithi118.stdout:stat: stdout 167 167 2023-09-30T09:01:29.514 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial keys... 2023-09-30T09:01:30.856 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQDq4xdlRXP+HBAAar6PtyzkT//xU7zKKDwm4A== 2023-09-30T09:01:31.427 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQDr4xdlC22EBBAACHrMyoB0758JwkPsy+3VxA== 2023-09-30T09:01:31.987 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph-authtool: stdout AQDr4xdlmRYZJRAAp8UBX0BTC8FlxlQKkdhZ5w== 2023-09-30T09:01:31.988 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial monmap... 2023-09-30T09:01:32.535 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T09:01:32.535 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2023-09-30T09:01:32.535 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:32.535 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T09:01:32.536 INFO:teuthology.orchestra.run.smithi118.stdout:monmaptool for a [v2:172.21.15.118:3300,v1:172.21.15.118:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-30T09:01:32.536 INFO:teuthology.orchestra.run.smithi118.stdout:setting min_mon_release = octopus 2023-09-30T09:01:32.536 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: set fsid to d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:32.536 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-30T09:01:32.536 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:01:32.536 INFO:teuthology.orchestra.run.smithi118.stdout:Creating mon... 2023-09-30T09:01:33.081 INFO:teuthology.orchestra.run.smithi118.stdout:create mon.a on 2023-09-30T09:01:33.180 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-09-30T09:01:33.270 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-30T09:01:33.361 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7.target. 2023-09-30T09:01:33.361 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7.target. 2023-09-30T09:01:33.479 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a 2023-09-30T09:01:33.479 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a.service: Unit ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a.service not loaded. 2023-09-30T09:01:33.574 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7.target.wants/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@.service. 2023-09-30T09:01:33.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:33 smithi118 systemd[1]: Starting Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:01:33.969 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T09:01:33.969 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2023-09-30T09:01:33.977 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T09:01:33.977 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2023-09-30T09:01:33.977 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2023-09-30T09:01:33.977 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T09:01:33.978 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mon to start... 2023-09-30T09:01:33.978 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mon... 2023-09-30T09:01:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:33 smithi118 bash[109649]: 133445dc709c2ed7f8c17c75f56fa9b07ef4fecab7cc915b4f9da8260b5e09c3 2023-09-30T09:01:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:33 smithi118 systemd[1]: Started Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:01:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:33 smithi118 ceph-mon[109667]: mkfs d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:33 smithi118 ceph-mon[109667]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:01:34.768 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout cluster: 2023-09-30T09:01:34.768 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout id: d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:34.768 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-09-30T09:01:34.768 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:34.768 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout services: 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.420014s) 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout data: 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout pgs: 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:mon is available 2023-09-30T09:01:34.769 INFO:teuthology.orchestra.run.smithi118.stdout:Assimilating anything we can from ceph.conf... 2023-09-30T09:01:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:34 smithi118 ceph-mon[109667]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:01:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:34 smithi118 ceph-mon[109667]: monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-09-30T09:01:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:34 smithi118 ceph-mon[109667]: fsmap 2023-09-30T09:01:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:34 smithi118 ceph-mon[109667]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T09:01:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:34 smithi118 ceph-mon[109667]: mgrmap e1: no daemons active 2023-09-30T09:01:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:34 smithi118 ceph-mon[109667]: from='client.? 172.21.15.118:0/3310725150' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T09:01:35.542 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:35.542 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T09:01:35.542 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout fsid = d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:35.542 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2023-09-30T09:01:35.542 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T09:01:35.542 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T09:01:35.542 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T09:01:35.543 INFO:teuthology.orchestra.run.smithi118.stdout:Generating new minimal ceph.conf... 2023-09-30T09:01:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:35 smithi118 ceph-mon[109667]: from='client.? 172.21.15.118:0/302733082' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T09:01:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:35 smithi118 ceph-mon[109667]: from='client.? 172.21.15.118:0/302733082' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T09:01:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:35 smithi118 ceph-mon[109667]: from='client.? 172.21.15.118:0/3605242076' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:01:36.292 INFO:teuthology.orchestra.run.smithi118.stdout:Restarting the monitor... 2023-09-30T09:01:36.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:36 smithi118 systemd[1]: Stopping Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:01:36.784 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:36 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[109663]: 2023-09-30T09:01:36.479+0000 7f84dc160700 -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 2023-09-30T09:01:36.785 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:36 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[109663]: 2023-09-30T09:01:36.479+0000 7f84dc160700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-09-30T09:01:37.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:36 smithi118 bash[109919]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a 2023-09-30T09:01:37.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a.service: Succeeded. 2023-09-30T09:01:37.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 systemd[1]: Stopped Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:01:37.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 systemd[1]: Starting Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:01:37.516 INFO:teuthology.orchestra.run.smithi118.stdout:Setting mon public_network to 172.21.0.0/20 2023-09-30T09:01:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T09:01:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable), process ceph-mon, pid 2 2023-09-30T09:01:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 bash[110030]: 37449c87c6d0a04a6b78b308bde6dcd78b5b1abd3567cfcf47b8dce7be2cf9a0 2023-09-30T09:01:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: pidfile_write: ignore empty --pid-file 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 systemd[1]: Started Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: load: jerasure load: lrc 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: RocksDB version: 6.15.5 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Compile date Sep 29 2023 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: DB SUMMARY 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: DB Session ID: 0FBLKPMV6GKBS1QDXFM4 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: CURRENT file: CURRENT 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 83307 ; 2023-09-30T09:01:37.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.error_if_exists: 0 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.create_if_missing: 0 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.paranoid_checks: 1 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.env: 0x5560bd601a80 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.fs: Posix File System 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.info_log: 0x5560bfe2dd80 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.statistics: (nil) 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.use_fsync: 0 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_log_file_size: 0 2023-09-30T09:01:37.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.allow_fallocate: 1 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.use_direct_reads: 0 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.db_log_dir: 2023-09-30T09:01:37.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.write_buffer_manager: 0x5560c0b20900 2023-09-30T09:01:37.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T09:01:37.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.unordered_write: 0 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.row_cache: None 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.wal_filter: None 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.preserve_deletes: 0 2023-09-30T09:01:37.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.two_write_queues: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.atomic_flush: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.log_readahead_size: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T09:01:37.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_background_jobs: 2 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_background_compactions: -1 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_subcompactions: 1 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T09:01:37.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_open_files: -1 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_background_flushes: -1 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Compression algorithms supported: 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kZSTD supported: 0 2023-09-30T09:01:37.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kXpressCompression supported: 0 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kZlibCompression supported: 1 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kSnappyCompression supported: 1 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kLZ4Compression supported: 1 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: kBZip2Compression supported: 0 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.merge_operator: 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_filter: None 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T09:01:37.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5560bfe00fa0) 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout: cache_index_and_filter_blocks: 1 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout: pin_top_level_index_and_filter: 1 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_type: 0 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout: data_block_index_type: 0 2023-09-30T09:01:37.858 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_shortening: 1 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: hash_index_allow_collision: 1 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: checksum: 1 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: no_block_cache: 0 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache: 0x5560bfe33090 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_name: BinnedLRUCache 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_options: 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: capacity : 536870912 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: num_shard_bits : 4 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: strict_capacity_limit : 0 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: high_pri_pool_ratio: 0.000 2023-09-30T09:01:37.859 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_compressed: (nil) 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: persistent_cache: (nil) 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_size: 4096 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_size_deviation: 10 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_restart_interval: 16 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_block_restart_interval: 1 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: metadata_block_size: 4096 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: partition_filters: 0 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: use_delta_encoding: 1 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: whole_key_filtering: 1 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: verify_compression: 0 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: read_amp_bytes_per_bit: 0 2023-09-30T09:01:37.860 INFO:journalctl@ceph.mon.a.smithi118.stdout: format_version: 4 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout: enable_index_compression: 1 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_align: 0 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression: NoCompression 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.num_levels: 7 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T09:01:37.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T09:01:37.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T09:01:37.863 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T09:01:37.864 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.table_properties_collectors: 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.inplace_update_support: 0 2023-09-30T09:01:37.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.bloom_locality: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.max_successive_merges: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.ttl: 2592000 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T09:01:37.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.enable_blob_files: false 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.min_blob_size: 0 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064497519916, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-30T09:01:37.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064497520654, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 80001, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 78269, "index_size": 220, "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": 10107, "raw_average_key_size": 47, "raw_value_size": 72503, "raw_average_value_size": 343, "num_data_blocks": 10, "num_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696064497, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "ade01082-d05a-40f9-aa9e-24365209e0a7", "db_session_id": "0FBLKPMV6GKBS1QDXFM4"}} 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064497521012, "job": 1, "event": "recovery_finished"} 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5560bfdc7180 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: DB pointer 0x5560bfe9c000 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** DB Stats ** 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:01:37.868 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.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 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: L0 2/0 79.89 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.5 0.00 0.00 1 0.001 0 0 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: Sum 2/0 79.89 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.5 0.00 0.00 1 0.001 0 0 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.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 150.5 0.00 0.00 1 0.001 0 0 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:01:37.869 INFO:journalctl@ceph.mon.a.smithi118.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 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.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 150.5 0.00 0.00 1 0.001 0 0 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative compaction: 0.00 GB write, 22.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval compaction: 0.00 GB write, 22.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.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 2023-09-30T09:01:37.870 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.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 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: L0 2/0 79.89 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.5 0.00 0.00 1 0.001 0 0 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: Sum 2/0 79.89 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.5 0.00 0.00 1 0.001 0 0 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: Int 0/0 0.00 KB 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 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.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 2023-09-30T09:01:37.871 INFO:journalctl@ceph.mon.a.smithi118.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.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 150.5 0.00 0.00 1 0.001 0 0 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative compaction: 0.00 GB write, 22.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.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 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T09:01:37.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: starting mon.a rank 0 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???) e1 preinit fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???).mds e1 new map 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???).mds e1 print_map 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout: e1 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.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} 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout: legacy client fscid: -1 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout: No filesystems configured 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:01:37.873 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expand map: {default=false} 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta from 'false' to 'false' 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expanded map: {default=false} 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expand map: {default=info} 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta from 'info' to 'info' 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expanded map: {default=info} 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expand map: {default=daemon} 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T09:01:37.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expand map: {default=debug} 2023-09-30T09:01:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T09:01:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: expand_channel_meta expanded map: {default=debug} 2023-09-30T09:01:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:01:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-09-30T09:01:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: fsmap 2023-09-30T09:01:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T09:01:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:37 smithi118 ceph-mon[110048]: mgrmap e1: no daemons active 2023-09-30T09:01:38.274 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote config to /etc/ceph/ceph.conf 2023-09-30T09:01:38.275 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-30T09:01:38.275 INFO:teuthology.orchestra.run.smithi118.stdout:Creating mgr... 2023-09-30T09:01:38.275 INFO:teuthology.orchestra.run.smithi118.stdout:Verifying port 9283 ... 2023-09-30T09:01:38.396 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y 2023-09-30T09:01:38.397 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Failed to reset failed state of unit ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y.service: Unit ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y.service not loaded. 2023-09-30T09:01:38.485 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7.target.wants/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y.service → /etc/systemd/system/ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@.service. 2023-09-30T09:01:38.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:38 smithi118 systemd[1]: Starting Ceph mgr.y for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:01:38.847 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T09:01:38.847 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2023-09-30T09:01:38.855 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T09:01:38.855 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2023-09-30T09:01:38.855 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2023-09-30T09:01:38.855 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to enable service . firewalld.service is not available 2023-09-30T09:01:38.863 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T09:01:38.863 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2023-09-30T09:01:38.872 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T09:01:38.872 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2023-09-30T09:01:38.872 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2023-09-30T09:01:38.872 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-30T09:01:38.872 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr to start... 2023-09-30T09:01:38.872 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr... 2023-09-30T09:01:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:38 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3292130674' entity='client.admin' 2023-09-30T09:01:39.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:38 smithi118 bash[110258]: bc19f68eaef03c39a7011672a0228ae8f77621bfa01e4d691381a69f63372d91 2023-09-30T09:01:39.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:38 smithi118 systemd[1]: Started Ceph mgr.y for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:01:39.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:38.956+0000 7fcafd74b1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:01:39.455 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:39.126+0000 7fcafd74b1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:01:39.455 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:39.454+0000 7fcafd74b1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:01:39.659 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:39.659 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:01:39.659 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "d797746c-5f6f-11ee-8db4-212e2dc638e7", 2023-09-30T09:01:39.659 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T09:01:39.659 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T09:01:39.660 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T09:01:39.661 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T09:01:39.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:39.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T09:01:39.664 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T09:01:39.665 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:39.666 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T09:01:39.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:39.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T09:01:33.994249+0000", 2023-09-30T09:01:39.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:39.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:39.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T09:01:39.667 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:01:39.667 INFO:teuthology.orchestra.run.smithi118.stdout:mgr not available, waiting (1/15)... 2023-09-30T09:01:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:39 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3790104089' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:01:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:39.980+0000 7fcafd74b1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:01:40.535 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:40.146+0000 7fcafd74b1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:01:40.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:40.534+0000 7fcafd74b1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:01:41.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:41 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:41.282+0000 7fcafd74b1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:01:41.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:41 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:41.365+0000 7fcafd74b1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:01:42.055 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:41 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:41.968+0000 7fcafd74b1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:01:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3423185049' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:01:42.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:42.054+0000 7fcafd74b1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:01:42.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:42.143+0000 7fcafd74b1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:01:42.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:42.239+0000 7fcafd74b1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:01:42.467 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:42.467 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:01:42.467 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "d797746c-5f6f-11ee-8db4-212e2dc638e7", 2023-09-30T09:01:42.467 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T09:01:42.467 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T09:01:42.467 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 4, 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:42.468 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T09:01:42.469 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T09:01:42.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:42.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T09:01:42.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T09:01:42.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T09:01:42.472 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T09:01:42.473 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:42.474 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T09:01:33.994249+0000", 2023-09-30T09:01:42.475 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:42.475 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:42.475 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T09:01:42.475 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:01:42.475 INFO:teuthology.orchestra.run.smithi118.stdout:mgr not available, waiting (2/15)... 2023-09-30T09:01:42.740 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:42.467+0000 7fcafd74b1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:01:42.741 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:42.558+0000 7fcafd74b1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:01:43.037 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:42.765+0000 7fcafd74b1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:01:43.037 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:42.858+0000 7fcafd74b1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:01:43.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:43.036+0000 7fcafd74b1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:01:43.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:43.117+0000 7fcafd74b1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:01:44.221 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:43.861+0000 7fcafd74b1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:01:44.222 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:44.049+0000 7fcafd74b1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:01:44.586 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:44.220+0000 7fcafd74b1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:01:44.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:44.828+0000 7fcafd74b1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:01:45.133 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:44 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2755951096' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:01:45.133 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:45.009+0000 7fcafd74b1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:01:45.200 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:45.200 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:01:45.200 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "d797746c-5f6f-11ee-8db4-212e2dc638e7", 2023-09-30T09:01:45.200 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T09:01:45.200 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T09:01:45.200 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:45.201 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T09:01:45.202 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T09:01:45.205 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:45.205 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T09:01:45.205 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T09:01:45.206 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": false, 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:45.207 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T09:01:45.208 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:45.208 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T09:01:33.994249+0000", 2023-09-30T09:01:45.208 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:45.208 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:45.208 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T09:01:45.208 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:01:45.208 INFO:teuthology.orchestra.run.smithi118.stdout:mgr not available, waiting (3/15)... 2023-09-30T09:01:45.557 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:45.189+0000 7fcafd74b1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:01:45.558 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:45.305+0000 7fcafd74b1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:01:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: Activating manager daemon y 2023-09-30T09:01:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: mgrmap e2: y(active, starting, since 0.00292319s) 2023-09-30T09:01:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:01:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:01:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:01:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:01:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:01:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: Manager daemon y is now available 2023-09-30T09:01:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:01:46.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:01:46.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:01:46.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:01:46.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:45 smithi118 ceph-mon[110048]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:01:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:47 smithi118 ceph-mon[110048]: mgrmap e3: y(active, since 1.0067s) 2023-09-30T09:01:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:49 smithi118 ceph-mon[110048]: mgrmap e4: y(active, since 3s) 2023-09-30T09:01:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:49 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1387887265' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:01:51.724 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsid": "d797746c-5f6f-11ee-8db4-212e2dc638e7", 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "health": { 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 0 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:51.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "a" 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "monmap": { 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-09-30T09:01:51.726 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-09-30T09:01:51.727 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-09-30T09:01:51.727 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-09-30T09:01:51.727 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-09-30T09:01:51.727 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-09-30T09:01:51.730 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modules": [ 2023-09-30T09:01:51.731 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "iostat", 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "nfs", 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "restful" 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ], 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "modified": "2023-09-30T09:01:33.994249+0000", 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "services": {} 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout }, 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:01:51.732 INFO:teuthology.orchestra.run.smithi118.stdout:mgr is available 2023-09-30T09:01:52.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:52 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3494141674' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T09:01:52.714 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:52.714 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [global] 2023-09-30T09:01:52.714 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout fsid = d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:01:52.714 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-09-30T09:01:52.714 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [mgr] 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout [osd] 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-09-30T09:01:52.715 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling cephadm module... 2023-09-30T09:01:53.778 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:53 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/536239763' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T09:01:53.779 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setuser ceph since I am not root 2023-09-30T09:01:53.779 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setgroup ceph since I am not root 2023-09-30T09:01:53.779 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:53.687+0000 7fbf036cb1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:01:54.043 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:53.850+0000 7fbf036cb1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:01:54.345 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:54.171+0000 7fbf036cb1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:01:54.790 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:54.702+0000 7fbf036cb1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:01:54.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:54 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/536239763' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T09:01:54.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:54 smithi118 ceph-mon[110048]: mgrmap e5: y(active, since 8s) 2023-09-30T09:01:54.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:54 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3203554352' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T09:01:54.846 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:01:54.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-09-30T09:01:54.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T09:01:54.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "active_name": "y", 2023-09-30T09:01:54.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T09:01:54.847 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:01:54.847 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for the mgr to restart... 2023-09-30T09:01:54.847 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr epoch 5... 2023-09-30T09:01:55.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:54.876+0000 7fbf036cb1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:01:55.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:55 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:55.281+0000 7fbf036cb1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:01:56.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:56.026+0000 7fbf036cb1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:01:56.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:56.108+0000 7fbf036cb1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:01:56.951 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:56.694+0000 7fbf036cb1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:01:56.951 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:56.775+0000 7fbf036cb1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:01:56.951 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:56.860+0000 7fbf036cb1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:01:57.260 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:56.950+0000 7fbf036cb1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:01:57.260 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:57.169+0000 7fbf036cb1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:01:57.559 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:57.259+0000 7fbf036cb1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:01:57.559 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:57.466+0000 7fbf036cb1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:01:57.814 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:57.558+0000 7fbf036cb1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:01:57.814 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:57.732+0000 7fbf036cb1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:01:58.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:57.812+0000 7fbf036cb1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:01:58.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:58.537+0000 7fbf036cb1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:01:58.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:58.721+0000 7fbf036cb1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:01:59.345 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:58.891+0000 7fbf036cb1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:01:59.823 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:59.476+0000 7fbf036cb1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:01:59.824 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:59.648+0000 7fbf036cb1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:02:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:59.822+0000 7fbf036cb1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:02:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:01:59.934+0000 7fbf036cb1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:02:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-mon[110048]: Active manager daemon y restarted 2023-09-30T09:02:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-mon[110048]: Activating manager daemon y 2023-09-30T09:02:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-mon[110048]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T09:02:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:01:59 smithi118 ceph-mon[110048]: mgrmap e6: y(active, starting, since 0.00309039s) 2023-09-30T09:02:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: Manager daemon y is now available 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:00 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:01.272 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:01 smithi118 ceph-mon[110048]: Found migration_current of "None". Setting to last migration. 2023-09-30T09:02:01.272 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:01 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:01.273 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:01 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:01.273 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:01 smithi118 ceph-mon[110048]: mgrmap e7: y(active, since 1.00504s) 2023-09-30T09:02:01.345 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:02:01.345 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-09-30T09:02:01.345 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T09:02:01.346 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:02:01.346 INFO:teuthology.orchestra.run.smithi118.stdout:mgr epoch 5 is available 2023-09-30T09:02:01.346 INFO:teuthology.orchestra.run.smithi118.stdout:Setting orchestrator backend to cephadm... 2023-09-30T09:02:02.758 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T09:02:02.758 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T09:02:02.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: [30/Sep/2023:09:02:01] ENGINE Bus STARTING 2023-09-30T09:02:02.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: [30/Sep/2023:09:02:01] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:02:02.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: [30/Sep/2023:09:02:01] ENGINE Bus STARTED 2023-09-30T09:02:02.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:02.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:02.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:02.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:02 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:03.245 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout value unchanged 2023-09-30T09:02:03.245 INFO:teuthology.orchestra.run.smithi118.stdout:Generating ssh key... 2023-09-30T09:02:03.782 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-mon[110048]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:03.782 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-mon[110048]: mgrmap e8: y(active, since 2s) 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: Generating public/private rsa key pair. 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: Your identification has been saved in /tmp/tmp8xb6e4zz/key. 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: Your public key has been saved in /tmp/tmp8xb6e4zz/key.pub. 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: The key fingerprint is: 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: SHA256:Nn94GzEQSU8zCa2AitbasEm/BI/Vp5xCjI1fwsymsDY ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: The key's randomart image is: 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: +---[RSA 3072]----+ 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: | . .+++. | 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: | . . .+oo | 2023-09-30T09:02:03.783 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: | @ o .... | 2023-09-30T09:02:03.784 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: |. O & o . .. | 2023-09-30T09:02:03.784 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: | = ^ + +S o | 2023-09-30T09:02:03.784 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: |.E* B +. o . o | 2023-09-30T09:02:03.784 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: |. .. o o + | 2023-09-30T09:02:03.784 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: | . o o | 2023-09-30T09:02:03.784 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: | . | 2023-09-30T09:02:03.784 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: +----[SHA256]-----+ 2023-09-30T09:02:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:04 smithi118 ceph-mon[110048]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:04 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:04 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:04.978 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFr2Od5BzBz1v3veS96nI76cZDmY1QtJdz6/FwiGbSm4ta9/nsa8i6ggzRIxWO/mjG1s0ZB4JUyfi73Dot5Cc9+Cc1g6CXIFnmX2VURjipxDSYympaAWcPvyR7AyJMEugjZBgklLBKQTC7fMjU7XyVRuBQjjiSItOQab1b5wUqxwrAQEFqRitPuHw7eHmjlcUmcDdPIi6CcOAtB+XGzwN9wIT6nVQzAovskmBr1BcwMvuSaGCeuYsX/YDS7RMr/lCddsiZca6L0GkYG9FYBo25L5jHz+xFdpy8HJFi/ujRUmt4Z9eF9nFHmOJj0hvoUKDQbKHjQEMezSHxixkxuUiF+zLJKGmLSZM9yH3SjMEpbq0QCu2fbw/oFlv/I0eDt3uyyuXXK5itRymXOy/C/v0aLIKd//B4VWD3vIIUuzl2h17uQ6rxpSkOUOzhQsgsAFKHl/JX0zE3B4J3adVQLZbMhsc+WlCy9nCNU/DSbiNYiaobJSBmNroCX25an18Cxc= ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:04.979 INFO:teuthology.orchestra.run.smithi118.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-30T09:02:04.979 INFO:teuthology.orchestra.run.smithi118.stdout:Adding key to root@localhost authorized_keys... 2023-09-30T09:02:04.980 INFO:teuthology.orchestra.run.smithi118.stdout:Adding host smithi118... 2023-09-30T09:02:05.829 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:05 smithi118 ceph-mon[110048]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:05.829 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:05 smithi118 ceph-mon[110048]: Generating ssh key... 2023-09-30T09:02:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:06 smithi118 ceph-mon[110048]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:06 smithi118 ceph-mon[110048]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "addr": "172.21.15.118", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:07.460 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout Added host 'smithi118' with addr '172.21.15.118' 2023-09-30T09:02:07.461 INFO:teuthology.orchestra.run.smithi118.stdout:Deploying unmanaged mon service... 2023-09-30T09:02:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:07 smithi118 ceph-mon[110048]: Deploying cephadm binary to smithi118 2023-09-30T09:02:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:07 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:07 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:08.452 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-09-30T09:02:08.452 INFO:teuthology.orchestra.run.smithi118.stdout:Deploying unmanaged mgr service... 2023-09-30T09:02:08.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:08 smithi118 ceph-mon[110048]: Added host smithi118 2023-09-30T09:02:08.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:08 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:09.560 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-09-30T09:02:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:09 smithi118 ceph-mon[110048]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:09 smithi118 ceph-mon[110048]: Saving service mon spec with placement count:5 2023-09-30T09:02:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:09 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:09 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:09 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:10.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:10 smithi118 ceph-mon[110048]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:10.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:10 smithi118 ceph-mon[110048]: Saving service mgr spec with placement count:2 2023-09-30T09:02:10.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:10 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/903478809' entity='client.admin' 2023-09-30T09:02:10.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:10 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:11.369 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling the dashboard module... 2023-09-30T09:02:12.308 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:12 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1764331836' entity='client.admin' 2023-09-30T09:02:12.309 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:12 smithi118 ceph-mon[110048]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:12.309 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:12 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3259711856' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T09:02:12.987 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:12 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setuser ceph since I am not root 2023-09-30T09:02:12.987 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:12 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setgroup ceph since I am not root 2023-09-30T09:02:12.987 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:12 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:12.984+0000 7f8fb8d6a1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:02:13.272 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:13 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:13.147+0000 7f8fb8d6a1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:02:13.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:13 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:13.462+0000 7f8fb8d6a1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:02:14.037 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:14.016+0000 7f8fb8d6a1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:02:14.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:13 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3259711856' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T09:02:14.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:13 smithi118 ceph-mon[110048]: mgrmap e9: y(active, since 12s) 2023-09-30T09:02:14.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:13 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2499483422' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T09:02:14.111 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:02:14.111 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-09-30T09:02:14.111 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "available": true, 2023-09-30T09:02:14.111 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "active_name": "y", 2023-09-30T09:02:14.111 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-09-30T09:02:14.111 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:02:14.112 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for the mgr to restart... 2023-09-30T09:02:14.112 INFO:teuthology.orchestra.run.smithi118.stdout:Waiting for mgr epoch 9... 2023-09-30T09:02:14.304 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:14.197+0000 7f8fb8d6a1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:02:15.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:14.606+0000 7f8fb8d6a1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:02:15.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:15.371+0000 7f8fb8d6a1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:02:15.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:15.455+0000 7f8fb8d6a1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:02:16.311 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.049+0000 7f8fb8d6a1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:02:16.312 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.132+0000 7f8fb8d6a1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:02:16.312 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.218+0000 7f8fb8d6a1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:02:16.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.309+0000 7f8fb8d6a1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:02:16.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.531+0000 7f8fb8d6a1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:02:16.924 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.622+0000 7f8fb8d6a1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:02:16.925 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.829+0000 7f8fb8d6a1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:02:17.186 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:16.923+0000 7f8fb8d6a1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:02:17.186 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:17.102+0000 7f8fb8d6a1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:02:18.278 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:17.185+0000 7f8fb8d6a1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:02:18.278 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:17.919+0000 7f8fb8d6a1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:02:18.278 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:18.104+0000 7f8fb8d6a1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:02:19.241 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:18.277+0000 7f8fb8d6a1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:02:19.241 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:18.884+0000 7f8fb8d6a1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:02:19.241 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:19.059+0000 7f8fb8d6a1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:02:19.241 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:19.239+0000 7f8fb8d6a1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:02:19.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:02:19.356+0000 7f8fb8d6a1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:02:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: Active manager daemon y restarted 2023-09-30T09:02:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: Activating manager daemon y 2023-09-30T09:02:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T09:02:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: mgrmap e10: y(active, starting, since 0.0028316s) 2023-09-30T09:02:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:19.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:19.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:19.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: Manager daemon y is now available 2023-09-30T09:02:19.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:19.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:19 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:20.767 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:20 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:20.767 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:20 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:20.768 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:20 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:20.768 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:20 smithi118 ceph-mon[110048]: mgrmap e11: y(active, since 1.00533s) 2023-09-30T09:02:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:21 smithi118 ceph-mon[110048]: [30/Sep/2023:09:02:20] ENGINE Bus STARTING 2023-09-30T09:02:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:21 smithi118 ceph-mon[110048]: [30/Sep/2023:09:02:20] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:02:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:21 smithi118 ceph-mon[110048]: [30/Sep/2023:09:02:20] ENGINE Bus STARTED 2023-09-30T09:02:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:21 smithi118 ceph-mon[110048]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T09:02:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:21 smithi118 ceph-mon[110048]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T09:02:22.287 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout { 2023-09-30T09:02:22.287 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-09-30T09:02:22.287 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout "initialized": true 2023-09-30T09:02:22.287 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout } 2023-09-30T09:02:22.287 INFO:teuthology.orchestra.run.smithi118.stdout:mgr epoch 9 is available 2023-09-30T09:02:22.287 INFO:teuthology.orchestra.run.smithi118.stdout:Generating a dashboard self-signed certificate... 2023-09-30T09:02:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:22 smithi118 ceph-mon[110048]: mgrmap e12: y(active, since 2s) 2023-09-30T09:02:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:22 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:23.367 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-09-30T09:02:23.368 INFO:teuthology.orchestra.run.smithi118.stdout:Creating initial admin user... 2023-09-30T09:02:23.794 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:23 smithi118 ceph-mon[110048]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:23.794 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:23 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:23.794 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:23 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:23.794 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:23 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:24.725 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$4SECOM52TbbgPZj6GxrHJ.eLGRtGWDGahww7TDqeiOKCr0gGMBh8S", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696064544, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-30T09:02:24.725 INFO:teuthology.orchestra.run.smithi118.stdout:Fetching dashboard port number... 2023-09-30T09:02:25.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:25 smithi118 ceph-mon[110048]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:25.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:25 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:25.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:25 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2755888140' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T09:02:25.558 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stdout 8443 2023-09-30T09:02:25.567 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-09-30T09:02:25.567 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout disabled 2023-09-30T09:02:25.574 INFO:teuthology.orchestra.run.smithi118.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-09-30T09:02:25.574 INFO:teuthology.orchestra.run.smithi118.stdout:systemctl: stdout inactive 2023-09-30T09:02:25.574 INFO:teuthology.orchestra.run.smithi118.stdout:firewalld.service is not enabled 2023-09-30T09:02:25.574 INFO:teuthology.orchestra.run.smithi118.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-30T09:02:25.576 INFO:teuthology.orchestra.run.smithi118.stdout:Ceph Dashboard is now available at: 2023-09-30T09:02:25.576 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:25.576 INFO:teuthology.orchestra.run.smithi118.stdout: URL: https://smithi118.front.sepia.ceph.com:8443/ 2023-09-30T09:02:25.576 INFO:teuthology.orchestra.run.smithi118.stdout: User: admin 2023-09-30T09:02:25.576 INFO:teuthology.orchestra.run.smithi118.stdout: Password: 3yqoqa2ww4 2023-09-30T09:02:25.576 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:25.577 INFO:teuthology.orchestra.run.smithi118.stdout:Saving cluster configuration to /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config directory 2023-09-30T09:02:25.577 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling autotune for osd_memory_target 2023-09-30T09:02:27.342 INFO:teuthology.orchestra.run.smithi118.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-09-30T09:02:27.342 INFO:teuthology.orchestra.run.smithi118.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-09-30T09:02:27.342 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.342 INFO:teuthology.orchestra.run.smithi118.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:27.342 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout:Or, if you are only running a single cluster on this host: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout:Please consider enabling telemetry to help improve Ceph: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: ceph telemetry on 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout:For more information see: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-09-30T09:02:27.343 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:27.344 INFO:teuthology.orchestra.run.smithi118.stdout:Bootstrap complete. 2023-09-30T09:02:27.377 INFO:tasks.cephadm:Fetching config... 2023-09-30T09:02:27.377 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:02:27.377 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-30T09:02:27.394 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-30T09:02:27.395 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:02:27.395 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-30T09:02:27.452 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-30T09:02:27.453 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:02:27.453 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-09-30T09:02:27.523 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-30T09:02:27.523 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:02:27.523 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-30T09:02:27.581 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-30T09:02:27.582 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFr2Od5BzBz1v3veS96nI76cZDmY1QtJdz6/FwiGbSm4ta9/nsa8i6ggzRIxWO/mjG1s0ZB4JUyfi73Dot5Cc9+Cc1g6CXIFnmX2VURjipxDSYympaAWcPvyR7AyJMEugjZBgklLBKQTC7fMjU7XyVRuBQjjiSItOQab1b5wUqxwrAQEFqRitPuHw7eHmjlcUmcDdPIi6CcOAtB+XGzwN9wIT6nVQzAovskmBr1BcwMvuSaGCeuYsX/YDS7RMr/lCddsiZca6L0GkYG9FYBo25L5jHz+xFdpy8HJFi/ujRUmt4Z9eF9nFHmOJj0hvoUKDQbKHjQEMezSHxixkxuUiF+zLJKGmLSZM9yH3SjMEpbq0QCu2fbw/oFlv/I0eDt3uyyuXXK5itRymXOy/C/v0aLIKd//B4VWD3vIIUuzl2h17uQ6rxpSkOUOzhQsgsAFKHl/JX0zE3B4J3adVQLZbMhsc+WlCy9nCNU/DSbiNYiaobJSBmNroCX25an18Cxc= ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T09:02:27.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:27 smithi118 ceph-mon[110048]: mgrmap e13: y(active, since 7s) 2023-09-30T09:02:27.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:27 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/389882357' entity='client.admin' 2023-09-30T09:02:27.659 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFr2Od5BzBz1v3veS96nI76cZDmY1QtJdz6/FwiGbSm4ta9/nsa8i6ggzRIxWO/mjG1s0ZB4JUyfi73Dot5Cc9+Cc1g6CXIFnmX2VURjipxDSYympaAWcPvyR7AyJMEugjZBgklLBKQTC7fMjU7XyVRuBQjjiSItOQab1b5wUqxwrAQEFqRitPuHw7eHmjlcUmcDdPIi6CcOAtB+XGzwN9wIT6nVQzAovskmBr1BcwMvuSaGCeuYsX/YDS7RMr/lCddsiZca6L0GkYG9FYBo25L5jHz+xFdpy8HJFi/ujRUmt4Z9eF9nFHmOJj0hvoUKDQbKHjQEMezSHxixkxuUiF+zLJKGmLSZM9yH3SjMEpbq0QCu2fbw/oFlv/I0eDt3uyyuXXK5itRymXOy/C/v0aLIKd//B4VWD3vIIUuzl2h17uQ6rxpSkOUOzhQsgsAFKHl/JX0zE3B4J3adVQLZbMhsc+WlCy9nCNU/DSbiNYiaobJSBmNroCX25an18Cxc= ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:27.670 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFr2Od5BzBz1v3veS96nI76cZDmY1QtJdz6/FwiGbSm4ta9/nsa8i6ggzRIxWO/mjG1s0ZB4JUyfi73Dot5Cc9+Cc1g6CXIFnmX2VURjipxDSYympaAWcPvyR7AyJMEugjZBgklLBKQTC7fMjU7XyVRuBQjjiSItOQab1b5wUqxwrAQEFqRitPuHw7eHmjlcUmcDdPIi6CcOAtB+XGzwN9wIT6nVQzAovskmBr1BcwMvuSaGCeuYsX/YDS7RMr/lCddsiZca6L0GkYG9FYBo25L5jHz+xFdpy8HJFi/ujRUmt4Z9eF9nFHmOJj0hvoUKDQbKHjQEMezSHxixkxuUiF+zLJKGmLSZM9yH3SjMEpbq0QCu2fbw/oFlv/I0eDt3uyyuXXK5itRymXOy/C/v0aLIKd//B4VWD3vIIUuzl2h17uQ6rxpSkOUOzhQsgsAFKHl/JX0zE3B4J3adVQLZbMhsc+WlCy9nCNU/DSbiNYiaobJSBmNroCX25an18Cxc= ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-30T09:02:27.717 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCFr2Od5BzBz1v3veS96nI76cZDmY1QtJdz6/FwiGbSm4ta9/nsa8i6ggzRIxWO/mjG1s0ZB4JUyfi73Dot5Cc9+Cc1g6CXIFnmX2VURjipxDSYympaAWcPvyR7AyJMEugjZBgklLBKQTC7fMjU7XyVRuBQjjiSItOQab1b5wUqxwrAQEFqRitPuHw7eHmjlcUmcDdPIi6CcOAtB+XGzwN9wIT6nVQzAovskmBr1BcwMvuSaGCeuYsX/YDS7RMr/lCddsiZca6L0GkYG9FYBo25L5jHz+xFdpy8HJFi/ujRUmt4Z9eF9nFHmOJj0hvoUKDQbKHjQEMezSHxixkxuUiF+zLJKGmLSZM9yH3SjMEpbq0QCu2fbw/oFlv/I0eDt3uyyuXXK5itRymXOy/C/v0aLIKd//B4VWD3vIIUuzl2h17uQ6rxpSkOUOzhQsgsAFKHl/JX0zE3B4J3adVQLZbMhsc+WlCy9nCNU/DSbiNYiaobJSBmNroCX25an18Cxc= ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:27.729 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-30T09:02:27.996 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:02:29.893 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-30T09:02:29.893 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-30T09:02:30.143 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:30.143 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:30.143 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:02:30.143 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:30.144 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:30.144 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:30.144 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2557916295' entity='client.admin' 2023-09-30T09:02:30.144 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:30.144 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:30.209 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:02:31.640 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2023-09-30T09:02:31.640 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:02:31.640 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2023-09-30T09:02:31.664 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:02:31.664 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:31.725 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2023-09-30T09:02:31.725 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi192 2023-09-30T09:02:31.999 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:02:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:32 smithi118 ceph-mon[110048]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:32 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:32 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:32 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:32 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:32 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:02:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:32 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:33 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:33 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:02:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:33 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:33 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:33 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:34 smithi118 ceph-mon[110048]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:34 smithi118 ceph-mon[110048]: Deploying cephadm binary to smithi192 2023-09-30T09:02:35.084 INFO:teuthology.orchestra.run.smithi118.stdout:Added host 'smithi192' with addr '172.21.15.192' 2023-09-30T09:02:35.502 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-30T09:02:35.759 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:02:36.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:36 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:36.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:36 smithi118 ceph-mon[110048]: Added host smithi192 2023-09-30T09:02:36.234 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:36 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:36.234 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:36 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:36.234 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:36 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:36.832 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:02:36.832 INFO:teuthology.orchestra.run.smithi118.stdout:[{"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2023-09-30T09:02:37.242 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-30T09:02:37.242 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-30T09:02:37.497 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:02:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:37 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:37 smithi118 ceph-mon[110048]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:02:38.704 INFO:teuthology.orchestra.run.smithi118.stderr:adjusted tunables profile to default 2023-09-30T09:02:39.041 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:38 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4095476440' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T09:02:39.134 INFO:tasks.cephadm:Adding mon.a on smithi118 2023-09-30T09:02:39.134 INFO:tasks.cephadm:Adding mon.c on smithi118 2023-09-30T09:02:39.134 INFO:tasks.cephadm:Adding mon.b on smithi192 2023-09-30T09:02:39.134 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '3;smithi118:172.21.15.118=a;smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c;smithi192:172.21.15.192=b' 2023-09-30T09:02:39.434 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4095476440' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T09:02:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:02:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:02:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.561 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2023-09-30T09:02:40.963 DEBUG:teuthology.orchestra.run.smithi118:mon.c> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.c.service 2023-09-30T09:02:40.965 DEBUG:teuthology.orchestra.run.smithi192:mon.b> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.b.service 2023-09-30T09:02:40.969 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T09:02:40.969 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T09:02:40.995 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:40.995 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:40.995 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:40.995 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:02:40.995 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.995 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:40.996 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:40.996 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:40.996 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:40.996 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:40.996 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:40.998 INFO:journalctl@ceph.mon.b.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:02:41.002 INFO:journalctl@ceph.mon.c.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:02:41.595 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:41 smithi118 ceph-mon[110048]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi118:172.21.15.118=a;smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c;smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:41 smithi118 ceph-mon[110048]: Saving service mon spec with placement smithi118:172.21.15.118=a;smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c;smithi192:172.21.15.192=b;count:3 2023-09-30T09:02:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:41 smithi118 ceph-mon[110048]: Deploying daemon mon.b on smithi192 2023-09-30T09:02:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:42 smithi118 ceph-mon[110048]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:43.247 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T09:02:43.247 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","modified":"2023-09-30T09:01:32.181955Z","created":"2023-09-30T09:01:32.181955Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-30T09:02:43.248 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-09-30T09:02:43.677 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 systemd[1]: Started Ceph mon.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:02:43.677 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).mds e1 new map 2023-09-30T09:02:43.677 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).mds e1 print_map 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout: e1 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.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} 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout: legacy client fscid: -1 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout: No filesystems configured 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T09:02:43.678 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mkfs d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: fsmap 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T09:02:43.679 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e1: no daemons active 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3310725150' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/302733082' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/302733082' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3605242076' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: fsmap 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e1: no daemons active 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3292130674' entity='client.admin' 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3790104089' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:43.680 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3423185049' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2755951096' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Activating manager daemon y 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e2: y(active, starting, since 0.00292319s) 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Manager daemon y is now available 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:02:43.681 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e3: y(active, since 1.0067s) 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e4: y(active, since 3s) 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1387887265' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3494141674' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/536239763' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/536239763' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e5: y(active, since 8s) 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3203554352' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Active manager daemon y restarted 2023-09-30T09:02:43.682 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Activating manager daemon y 2023-09-30T09:02:43.683 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T09:02:43.683 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e6: y(active, starting, since 0.00309039s) 2023-09-30T09:02:43.683 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:43.683 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:43.683 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:43.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:43.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:43.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Manager daemon y is now available 2023-09-30T09:02:43.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Found migration_current of "None". Setting to last migration. 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e7: y(active, since 1.00504s) 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: [30/Sep/2023:09:02:01] ENGINE Bus STARTING 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: [30/Sep/2023:09:02:01] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: [30/Sep/2023:09:02:01] ENGINE Bus STARTED 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.685 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e8: y(active, since 2s) 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Generating ssh key... 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "addr": "172.21.15.118", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Deploying cephadm binary to smithi118 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Added host smithi118 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Saving service mon spec with placement count:5 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Saving service mgr spec with placement count:2 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/903478809' entity='client.admin' 2023-09-30T09:02:43.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1764331836' entity='client.admin' 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3259711856' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3259711856' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e9: y(active, since 12s) 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2499483422' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Active manager daemon y restarted 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Activating manager daemon y 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e10: y(active, starting, since 0.0028316s) 2023-09-30T09:02:43.688 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Manager daemon y is now available 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e11: y(active, since 1.00533s) 2023-09-30T09:02:43.689 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: [30/Sep/2023:09:02:20] ENGINE Bus STARTING 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: [30/Sep/2023:09:02:20] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: [30/Sep/2023:09:02:20] ENGINE Bus STARTED 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e12: y(active, since 2s) 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.690 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2755888140' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mgrmap e13: y(active, since 7s) 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/389882357' entity='client.admin' 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2557916295' entity='client.admin' 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.692 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Deploying cephadm binary to smithi192 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Added host smithi192 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.693 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4095476440' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4095476440' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:02:43.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:43.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:43.696 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi118:172.21.15.118=a;smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c;smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:43.696 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Saving service mon spec with placement smithi118:172.21.15.118=a;smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c;smithi192:172.21.15.192=b;count:3 2023-09-30T09:02:43.696 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: Deploying daemon mon.b on smithi192 2023-09-30T09:02:43.696 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:43.696 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-09-30T09:02:43.696 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:43 smithi192 ceph-mon[114603]: mon.b@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-30T09:02:44.757 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T09:02:44.757 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T09:02:45.028 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: mon.a calling monitor election 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: mon.b calling monitor election 2023-09-30T09:02:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: monmap e2: 2 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: fsmap 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: mgrmap e13: y(active, since 29s) 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: overall HEALTH_OK 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: mon.a calling monitor election 2023-09-30T09:02:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: mon.b calling monitor election 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: monmap e2: 2 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: fsmap 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: mgrmap e13: y(active, since 29s) 2023-09-30T09:02:48.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: overall HEALTH_OK 2023-09-30T09:02:48.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:48.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:49.205 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T09:02:49.205 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":2,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","modified":"2023-09-30T09:02:43.408429Z","created":"2023-09-30T09:01:32.181955Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-30T09:02:49.206 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 2 2023-09-30T09:02:49.560 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:49 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:49.560 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:49 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:49.561 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:49 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:49.561 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:49 smithi118 ceph-mon[110048]: Deploying daemon mon.c on smithi118 2023-09-30T09:02:49.561 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:49 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/2558520652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T09:02:49.561 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:49 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:49 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:49 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:49 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:49 smithi192 ceph-mon[114603]: Deploying daemon mon.c on smithi118 2023-09-30T09:02:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:49 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/2558520652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T09:02:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:49 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.517 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 systemd[1]: Starting Ceph mon.c for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:02:50.589 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-09-30T09:02:50.589 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-30T09:02:50.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[110048]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T09:02:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable), process ceph-mon, pid 2 2023-09-30T09:02:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: pidfile_write: ignore empty --pid-file 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: load: jerasure load: lrc 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: RocksDB version: 6.15.5 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Compile date Sep 29 2023 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: DB SUMMARY 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: DB Session ID: GIS4RQKX1H7CHR7BC4KM 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: CURRENT file: CURRENT 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-09-30T09:02:50.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 636 ; 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.error_if_exists: 0 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.create_if_missing: 0 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.paranoid_checks: 1 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.env: 0x55ffd7ca6a80 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.fs: Posix File System 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.info_log: 0x55ffd9aa1d80 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.statistics: (nil) 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.use_fsync: 0 2023-09-30T09:02:50.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_log_file_size: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.allow_fallocate: 1 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.use_direct_reads: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.db_log_dir: 2023-09-30T09:02:50.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-09-30T09:02:50.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T09:02:50.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T09:02:50.850 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:02:50.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T09:02:50.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T09:02:50.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.write_buffer_manager: 0x55ffda794930 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T09:02:50.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.unordered_write: 0 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.row_cache: None 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.wal_filter: None 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.preserve_deletes: 0 2023-09-30T09:02:50.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.two_write_queues: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.atomic_flush: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.log_readahead_size: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T09:02:50.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_background_jobs: 2 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_background_compactions: -1 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_subcompactions: 1 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T09:02:50.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T09:02:50.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_open_files: -1 2023-09-30T09:02:50.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T09:02:50.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_background_flushes: -1 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Compression algorithms supported: 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kZSTD supported: 0 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kXpressCompression supported: 0 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kZlibCompression supported: 1 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kSnappyCompression supported: 1 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kLZ4Compression supported: 1 2023-09-30T09:02:50.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: kBZip2Compression supported: 0 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.merge_operator: 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_filter: None 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ffd9a74fa0) 2023-09-30T09:02:50.859 INFO:journalctl@ceph.mon.c.smithi118.stdout: cache_index_and_filter_blocks: 1 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: pin_top_level_index_and_filter: 1 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: index_type: 0 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: data_block_index_type: 0 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: index_shortening: 1 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: hash_index_allow_collision: 1 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: checksum: 1 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: no_block_cache: 0 2023-09-30T09:02:50.860 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache: 0x55ffd9aa7090 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache_name: BinnedLRUCache 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache_options: 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: capacity : 536870912 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: num_shard_bits : 4 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: strict_capacity_limit : 0 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: high_pri_pool_ratio: 0.000 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache_compressed: (nil) 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: persistent_cache: (nil) 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_size: 4096 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_size_deviation: 10 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_restart_interval: 16 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: index_block_restart_interval: 1 2023-09-30T09:02:50.861 INFO:journalctl@ceph.mon.c.smithi118.stdout: metadata_block_size: 4096 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: partition_filters: 0 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: use_delta_encoding: 1 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: whole_key_filtering: 1 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: verify_compression: 0 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: read_amp_bytes_per_bit: 0 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: format_version: 4 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: enable_index_compression: 1 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_align: 0 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T09:02:50.862 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression: NoCompression 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.num_levels: 7 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T09:02:50.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 bash[123308]: 3bafd4b66f52eb5d04f8ebd8e718c9ff502241553bd37828446104d32f66c93e 2023-09-30T09:02:50.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T09:02:50.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.arena_block_size: 4194304 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T09:02:50.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.table_properties_collectors: 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.inplace_update_support: 0 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T09:02:50.867 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.bloom_locality: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.max_successive_merges: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.ttl: 2592000 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.enable_blob_files: false 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.min_blob_size: 0 2023-09-30T09:02:50.868 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/version_set.cc:4082] Creating manifest 7 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064570532396, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-30T09:02:50.869 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064570532687, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1670, "file_checksum": "", "file_checksum_func_name": "Unknown", "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_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1696064570, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "b7fee64c-e2af-4756-abd1-6b8064eaa9d8", "db_session_id": "GIS4RQKX1H7CHR7BC4KM"}} 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/version_set.cc:4082] Creating manifest 9 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064570533023, "job": 1, "event": "recovery_finished"} 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [file/delete_scheduler.cc:69] 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 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55ffd9a3b180 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: DB pointer 0x55ffd9b10000 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** DB Stats ** 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T09:02:50.870 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.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 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: L0 1/0 1.63 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.0 0.00 0.00 1 0.000 0 0 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: Sum 1/0 1.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.0 0.00 0.00 1 0.000 0 0 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.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 6.0 0.00 0.00 1 0.000 0 0 2023-09-30T09:02:50.871 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.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 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.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 6.0 0.00 0.00 1 0.000 0 0 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T09:02:50.872 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.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 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.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 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: L0 1/0 1.63 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.0 0.00 0.00 1 0.000 0 0 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: Sum 1/0 1.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 6.0 0.00 0.00 1 0.000 0 0 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: Int 0/0 0.00 KB 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 2023-09-30T09:02:50.873 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.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 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.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 6.0 0.00 0.00 1 0.000 0 0 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T09:02:50.874 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.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 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: using public_addrv [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: starting mon.c rank -1 at public addrs [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] at bind addrs [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(???) e0 preinit fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 systemd[1]: Started Ceph mon.c for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).mds e1 new map 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).mds e1 print_map 2023-09-30T09:02:50.875 INFO:journalctl@ceph.mon.c.smithi118.stdout: e1 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.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} 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout: legacy client fscid: -1 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout: No filesystems configured 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-30T09:02:50.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mkfs d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: fsmap 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e1: no daemons active 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3310725150' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/302733082' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T09:02:50.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/302733082' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3605242076' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.a is new leader, mons a in quorum (ranks 0) 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: fsmap 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: osdmap e1: 0 total, 0 up, 0 in 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e1: no daemons active 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3292130674' entity='client.admin' 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3790104089' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3423185049' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2755951096' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Activating manager daemon y 2023-09-30T09:02:50.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e2: y(active, starting, since 0.00292319s) 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Manager daemon y is now available 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14100 172.21.15.118:0/1052810385' entity='mgr.y' 2023-09-30T09:02:50.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e3: y(active, since 1.0067s) 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e4: y(active, since 3s) 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1387887265' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3494141674' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/536239763' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/536239763' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e5: y(active, since 8s) 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3203554352' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Active manager daemon y restarted 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Activating manager daemon y 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: osdmap e2: 0 total, 0 up, 0 in 2023-09-30T09:02:50.880 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e6: y(active, starting, since 0.00309039s) 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Manager daemon y is now available 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Found migration_current of "None". Setting to last migration. 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e7: y(active, since 1.00504s) 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:02:01] ENGINE Bus STARTING 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:02:01] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:02:01] ENGINE Bus STARTED 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.882 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e8: y(active, since 2s) 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Generating ssh key... 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "addr": "172.21.15.118", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Deploying cephadm binary to smithi118 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.883 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Added host smithi118 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Saving service mon spec with placement count:5 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Saving service mgr spec with placement count:2 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/903478809' entity='client.admin' 2023-09-30T09:02:50.884 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1764331836' entity='client.admin' 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14120 172.21.15.118:0/4091507127' entity='mgr.y' 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3259711856' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3259711856' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e9: y(active, since 12s) 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2499483422' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Active manager daemon y restarted 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Activating manager daemon y 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: osdmap e3: 0 total, 0 up, 0 in 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e10: y(active, starting, since 0.0028316s) 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:50.885 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Manager daemon y is now available 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e11: y(active, since 1.00533s) 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:02:20] ENGINE Bus STARTING 2023-09-30T09:02:50.886 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:02:20] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:02:20] ENGINE Bus STARTED 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e12: y(active, since 2s) 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2755888140' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-30T09:02:50.887 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e13: y(active, since 7s) 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/389882357' entity='client.admin' 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2557916295' entity='client.admin' 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.888 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.889 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Deploying cephadm binary to smithi192 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Added host smithi192 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4095476440' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4095476440' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.890 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:50.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:50.893 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi118:172.21.15.118=a;smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c;smithi192:172.21.15.192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Saving service mon spec with placement smithi118:172.21.15.118=a;smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c;smithi192:172.21.15.192=b;count:3 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Deploying daemon mon.b on smithi192 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.a calling monitor election 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.894 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.b calling monitor election 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: monmap e2: 2 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: fsmap 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mgrmap e13: y(active, since 29s) 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: overall HEALTH_OK 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: Deploying daemon mon.c on smithi118 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/2558520652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-09-30T09:02:50.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:50 smithi118 ceph-mon[123327]: mon.c@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-09-30T09:02:50.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:50 smithi192 ceph-mon[114603]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: mon.a calling monitor election 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: mon.b calling monitor election 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: mon.c calling monitor election 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: fsmap 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: mgrmap e13: y(active, since 36s) 2023-09-30T09:02:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: overall HEALTH_OK 2023-09-30T09:02:55.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:55.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:55.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:55.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: mon.a calling monitor election 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: mon.b calling monitor election 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: mon.c calling monitor election 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: fsmap 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: mgrmap e13: y(active, since 36s) 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: overall HEALTH_OK 2023-09-30T09:02:56.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: mon.a calling monitor election 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: mon.b calling monitor election 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:56.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: mon.c calling monitor election 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: fsmap 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: osdmap e4: 0 total, 0 up, 0 in 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: mgrmap e13: y(active, since 36s) 2023-09-30T09:02:56.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: overall HEALTH_OK 2023-09-30T09:02:56.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.382 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-09-30T09:02:56.383 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":3,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","modified":"2023-09-30T09:02:50.554496Z","created":"2023-09-30T09:01:32.181955Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3301","nonce":0},{"type":"v1","addr":"172.21.15.118:6790","nonce":0}]},"addr":"172.21.15.118:6790/0","public_addr":"172.21.15.118:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-09-30T09:02:56.385 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 3 2023-09-30T09:02:56.833 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-30T09:02:56.833 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/1219920854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/1219920854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/1219920854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:57.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:02:57.116 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:57.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:02:57.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:02:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:02:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:57.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:57.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:02:57.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:58.678 INFO:teuthology.orchestra.run.smithi118.stdout:# minimal ceph.conf for d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:58.679 INFO:teuthology.orchestra.run.smithi118.stdout:[global] 2023-09-30T09:02:58.679 INFO:teuthology.orchestra.run.smithi118.stdout: fsid = d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:02:58.679 INFO:teuthology.orchestra.run.smithi118.stdout: mon_host = [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] 2023-09-30T09:02:58.954 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:58.954 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:58.954 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: Reconfiguring mon.a (unknown last config time)... 2023-09-30T09:02:58.955 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: Reconfiguring daemon mon.a on smithi118 2023-09-30T09:02:58.955 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:58.955 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:58.955 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:58.955 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:58.955 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: Reconfiguring mon.a (unknown last config time)... 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: Reconfiguring daemon mon.a on smithi118 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:58.956 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:02:58.957 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:02:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: Reconfiguring mon.a (unknown last config time)... 2023-09-30T09:02:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: Reconfiguring daemon mon.a on smithi118 2023-09-30T09:02:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:02:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:02:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:59.123 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-30T09:02:59.123 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:02:59.123 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T09:02:59.155 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:02:59.155 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:59.223 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:02:59.223 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2023-09-30T09:02:59.259 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:02:59.259 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:02:59.330 INFO:tasks.cephadm:Adding mgr.y on smithi118 2023-09-30T09:02:59.330 INFO:tasks.cephadm:Adding mgr.x on smithi192 2023-09-30T09:02:59.330 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch apply mgr '2;smithi118=y;smithi192=x' 2023-09-30T09:02:59.632 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:02:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: Reconfiguring mon.c (monmap changed)... 2023-09-30T09:02:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: Reconfiguring daemon mon.c on smithi118 2023-09-30T09:02:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3184923534' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:02:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:02:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:02:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:02:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:02:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: Reconfiguring mon.c (monmap changed)... 2023-09-30T09:03:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: Reconfiguring daemon mon.c on smithi118 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3184923534' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: Reconfiguring mon.c (monmap changed)... 2023-09-30T09:03:00.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: Reconfiguring daemon mon.c on smithi118 2023-09-30T09:03:00.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3184923534' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:00.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:00.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:00.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:00.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:03:00.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:03:00.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:02:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:00 smithi192 ceph-mon[114603]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:00 smithi192 ceph-mon[114603]: Reconfiguring mon.b (monmap changed)... 2023-09-30T09:03:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:00 smithi192 ceph-mon[114603]: Reconfiguring daemon mon.b on smithi192 2023-09-30T09:03:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:00 smithi118 ceph-mon[110048]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:00 smithi118 ceph-mon[110048]: Reconfiguring mon.b (monmap changed)... 2023-09-30T09:03:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:00 smithi118 ceph-mon[110048]: Reconfiguring daemon mon.b on smithi192 2023-09-30T09:03:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:00 smithi118 ceph-mon[123327]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:00 smithi118 ceph-mon[123327]: Reconfiguring mon.b (monmap changed)... 2023-09-30T09:03:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:00 smithi118 ceph-mon[123327]: Reconfiguring daemon mon.b on smithi192 2023-09-30T09:03:01.153 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2023-09-30T09:03:01.533 DEBUG:teuthology.orchestra.run.smithi192:mgr.x> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x.service 2023-09-30T09:03:01.535 INFO:tasks.cephadm:Deploying OSDs... 2023-09-30T09:03:01.536 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:03:01.536 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T09:03:01.559 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T09:03:01.559 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2023-09-30T09:03:01.567 INFO:journalctl@ceph.mgr.x.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:03:01.621 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T09:03:01.621 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:01.621 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 384771 Links: 1 2023-09-30T09:03:01.621 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:01.622 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:01.622 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-09-30 09:02:50.170941954 +0000 2023-09-30T09:03:01.622 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-09-30 08:57:45.352530694 +0000 2023-09-30T09:03:01.622 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-09-30 08:57:45.352530694 +0000 2023-09-30T09:03:01.622 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-09-30T09:03:01.622 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T09:03:01.694 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-09-30T09:03:01.694 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-09-30T09:03:01.694 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.00013399 s, 3.8 MB/s 2023-09-30T09:03:01.695 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T09:03:01.760 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2023-09-30T09:03:01.824 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T09:03:01.824 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:01.824 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 392721 Links: 1 2023-09-30T09:03:01.824 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:01.824 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:01.824 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-09-30 09:02:50.170941954 +0000 2023-09-30T09:03:01.824 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-09-30 08:57:45.874519521 +0000 2023-09-30T09:03:01.825 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-09-30 08:57:45.874519521 +0000 2023-09-30T09:03:01.825 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-09-30T09:03:01.825 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T09:03:01.897 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-09-30T09:03:01.897 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-09-30T09:03:01.897 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000127998 s, 4.0 MB/s 2023-09-30T09:03:01.898 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T09:03:01.962 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 382537 Links: 1 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-09-30 09:02:50.170941954 +0000 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-09-30 08:57:46.409508069 +0000 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-09-30 08:57:46.409508069 +0000 2023-09-30T09:03:02.024 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-09-30T09:03:02.025 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T09:03:02.093 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.093 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:03:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.098 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-09-30T09:03:02.098 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-09-30T09:03:02.098 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000131578 s, 3.9 MB/s 2023-09-30T09:03:02.099 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:02.145 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:02.145 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:03:02.145 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-30T09:03:02.145 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:03:02.145 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:02.162 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2023-09-30T09:03:02.225 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T09:03:02.225 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:02.225 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 396351 Links: 1 2023-09-30T09:03:02.225 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:02.225 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:02.226 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-09-30 09:02:50.170941954 +0000 2023-09-30T09:03:02.226 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-09-30 08:57:46.936496789 +0000 2023-09-30T09:03:02.226 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-09-30 08:57:46.936496789 +0000 2023-09-30T09:03:02.226 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-09-30T09:03:02.226 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T09:03:02.298 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-09-30T09:03:02.298 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-09-30T09:03:02.298 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000146758 s, 3.5 MB/s 2023-09-30T09:03:02.299 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T09:03:02.364 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:03:02.364 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2023-09-30T09:03:02.385 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-30T09:03:02.385 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2023-09-30T09:03:02.445 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-30T09:03:02.445 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:02.446 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 386960 Links: 1 2023-09-30T09:03:02.446 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:02.446 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:02.446 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-09-30 09:03:02.338916596 +0000 2023-09-30T09:03:02.446 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-09-30 08:57:44.458854812 +0000 2023-09-30T09:03:02.446 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-09-30 08:57:44.458854812 +0000 2023-09-30T09:03:02.446 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-09-30T09:03:02.447 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-30T09:03:02.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:02 smithi192 systemd[1]: Starting Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:03:02.493 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-09-30T09:03:02.493 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-09-30T09:03:02.494 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.00024161 s, 2.1 MB/s 2023-09-30T09:03:02.495 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-30T09:03:02.554 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 390861 Links: 1 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-09-30 09:03:02.338916596 +0000 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-09-30 08:57:44.963845183 +0000 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-09-30 08:57:44.963845183 +0000 2023-09-30T09:03:02.613 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-09-30T09:03:02.614 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-30T09:03:02.680 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-09-30T09:03:02.680 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-09-30T09:03:02.680 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000216637 s, 2.4 MB/s 2023-09-30T09:03:02.681 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-30T09:03:02.741 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2023-09-30T09:03:02.789 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:02 smithi192 ceph-mgr[116546]: -- 172.21.15.192:0/1657140433 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5645361729c0 con 0x564536149000 2023-09-30T09:03:02.800 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-30T09:03:02.800 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:02.800 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 395339 Links: 1 2023-09-30T09:03:02.800 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:02.800 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:02.801 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-09-30 09:03:02.338916596 +0000 2023-09-30T09:03:02.801 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-09-30 08:57:45.491835116 +0000 2023-09-30T09:03:02.801 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-09-30 08:57:45.491835116 +0000 2023-09-30T09:03:02.801 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-09-30T09:03:02.801 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-30T09:03:02.867 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-09-30T09:03:02.868 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-09-30T09:03:02.868 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000217755 s, 2.4 MB/s 2023-09-30T09:03:02.869 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-30T09:03:02.928 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2023-09-30T09:03:02.994 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-30T09:03:02.994 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-30T09:03:02.994 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 395483 Links: 1 2023-09-30T09:03:02.994 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-30T09:03:02.994 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-09-30T09:03:02.994 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-09-30 09:03:02.338916596 +0000 2023-09-30T09:03:02.995 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-09-30 08:57:46.018825068 +0000 2023-09-30T09:03:02.995 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-09-30 08:57:46.018825068 +0000 2023-09-30T09:03:02.995 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-09-30T09:03:02.995 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:02 smithi192 ceph-mon[114603]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:02 smithi192 ceph-mon[114603]: Saving service mgr spec with placement smithi118=y;smithi192=x;count:2 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:02 smithi192 ceph-mon[114603]: Deploying daemon mgr.x on smithi192 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:02 smithi192 ceph-mon[114603]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:02 smithi192 bash[116455]: ef47e170f9a7477c1fe8ef4a3a9c6119e09a3dad7dd313ecbcb4ccd734820139 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:02 smithi192 systemd[1]: Started Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:02.862+0000 7fc701d0e1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:03:03.061 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:03.030+0000 7fc701d0e1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:03:03.063 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-09-30T09:03:03.063 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-09-30T09:03:03.063 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000237912 s, 2.2 MB/s 2023-09-30T09:03:03.064 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-30T09:03:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[110048]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[110048]: Saving service mgr spec with placement smithi118=y;smithi192=x;count:2 2023-09-30T09:03:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[110048]: Deploying daemon mgr.x on smithi192 2023-09-30T09:03:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[110048]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:03.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[123327]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=y;smithi192=x", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:03.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[123327]: Saving service mgr spec with placement smithi118=y;smithi192=x;count:2 2023-09-30T09:03:03.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[123327]: Deploying daemon mgr.x on smithi192 2023-09-30T09:03:03.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:02 smithi118 ceph-mon[123327]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:03.122 INFO:tasks.cephadm:Deploying osd.0 on smithi118 with /dev/vg_nvme/lv_4... 2023-09-30T09:03:03.123 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T09:03:03.390 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:03.619 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:03.352+0000 7fc701d0e1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:03:03.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:03.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:03.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:03.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:03.919 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:04.110 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.110 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.110 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.110 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.110 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:04.111 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.111 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.111 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.111 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:04.111 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:03 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:04.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:03.916+0000 7fc701d0e1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:03:04.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:04.088+0000 7fc701d0e1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:03:04.608 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T09:03:04.608 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T09:03:04.608 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-09-30T09:03:04.608 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-09-30T09:03:04.608 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0081578 s, 1.3 GB/s 2023-09-30T09:03:04.609 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 2023-09-30T09:03:04.609 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-09-30T09:03:04.857 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:04.478+0000 7fc701d0e1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:03:05.112 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:05.113 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:03:05.114 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:05.115 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:04 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.135 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi118:vg_nvme/lv_4 2023-09-30T09:03:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:03:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:03:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:05.401 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:05.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:05.234+0000 7fc701d0e1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:03:05.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:05.320+0000 7fc701d0e1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: Reconfiguring mgr.y (unknown last config time)... 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: Reconfiguring daemon mgr.y on smithi118 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:06.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: Reconfiguring mgr.y (unknown last config time)... 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: Reconfiguring daemon mgr.y on smithi118 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:06.135 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:05 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.170 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:05.913+0000 7fc701d0e1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:03:06.170 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:05.994+0000 7fc701d0e1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:03:06.170 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:06.080+0000 7fc701d0e1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:03:06.170 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: Reconfiguring mgr.y (unknown last config time)... 2023-09-30T09:03:06.171 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: Reconfiguring daemon mgr.y on smithi118 2023-09-30T09:03:06.171 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.171 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.171 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:06.171 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:06.171 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:06.171 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:05 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:06.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:06.168+0000 7fc701d0e1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:03:06.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:06.394+0000 7fc701d0e1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:03:06.782 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:06.484+0000 7fc701d0e1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:03:06.782 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:06.688+0000 7fc701d0e1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:03:07.041 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-mon[114603]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:07.041 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:07.041 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:07.041 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:07.041 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:06.780+0000 7fc701d0e1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:03:07.042 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:06.958+0000 7fc701d0e1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:03:07.278 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[110048]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:07.278 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:07.278 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:07.278 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:07.279 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[123327]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:07.279 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:07.279 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:07.279 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:06 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:07.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:07.039+0000 7fc701d0e1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:03:08.128 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:07 smithi192 ceph-mon[114603]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:08.129 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:07.769+0000 7fc701d0e1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:03:08.129 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:07.954+0000 7fc701d0e1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:03:08.129 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:08.124+0000 7fc701d0e1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:03:08.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:07 smithi118 ceph-mon[123327]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:08.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:07 smithi118 ceph-mon[110048]: from='client.24116 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:09.066 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:08.715+0000 7fc701d0e1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:03:09.066 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:08.889+0000 7fc701d0e1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:03:09.066 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-mon[114603]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:09.066 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/406841088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "421082f8-3e96-432d-a1dd-8f10e3d1195d"}]: dispatch 2023-09-30T09:03:09.066 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/406841088' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "421082f8-3e96-432d-a1dd-8f10e3d1195d"}]': finished 2023-09-30T09:03:09.066 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-mon[114603]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T09:03:09.067 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[110048]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/406841088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "421082f8-3e96-432d-a1dd-8f10e3d1195d"}]: dispatch 2023-09-30T09:03:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/406841088' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "421082f8-3e96-432d-a1dd-8f10e3d1195d"}]': finished 2023-09-30T09:03:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[110048]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T09:03:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[123327]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/406841088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "421082f8-3e96-432d-a1dd-8f10e3d1195d"}]: dispatch 2023-09-30T09:03:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/406841088' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "421082f8-3e96-432d-a1dd-8f10e3d1195d"}]': finished 2023-09-30T09:03:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[123327]: osdmap e5: 1 total, 0 up, 1 in 2023-09-30T09:03:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:09.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:09.064+0000 7fc701d0e1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:03:09.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:03:09.178+0000 7fc701d0e1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:03:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/227217973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-mon[114603]: Standby manager daemon x started 2023-09-30T09:03:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:03:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:03:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:03:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:09 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:03:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/227217973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[110048]: Standby manager daemon x started 2023-09-30T09:03:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:03:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:03:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:03:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:03:10.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/227217973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:10.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[123327]: Standby manager daemon x started 2023-09-30T09:03:10.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:03:10.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:03:10.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:03:10.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:09 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2670027949' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:03:11.133 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:10 smithi118 ceph-mon[110048]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:11.133 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:10 smithi118 ceph-mon[110048]: mgrmap e14: y(active, since 50s), standbys: x 2023-09-30T09:03:11.133 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:10 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:03:11.133 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:10 smithi118 ceph-mon[123327]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:11.133 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:10 smithi118 ceph-mon[123327]: mgrmap e14: y(active, since 50s), standbys: x 2023-09-30T09:03:11.133 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:10 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:03:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:10 smithi192 ceph-mon[114603]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:10 smithi192 ceph-mon[114603]: mgrmap e14: y(active, since 50s), standbys: x 2023-09-30T09:03:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:10 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:03:13.161 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:12 smithi118 ceph-mon[110048]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:13.161 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:12 smithi118 ceph-mon[123327]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:12 smithi192 ceph-mon[114603]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:13 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:03:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:13 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:14.253 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:13 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:03:14.253 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:13 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:14.254 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:13 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:03:14.254 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:13 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:14 smithi118 ceph-mon[110048]: Deploying daemon osd.0 on smithi118 2023-09-30T09:03:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:14 smithi118 ceph-mon[110048]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:15.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:14 smithi118 ceph-mon[123327]: Deploying daemon osd.0 on smithi118 2023-09-30T09:03:15.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:14 smithi118 ceph-mon[123327]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:14 smithi192 ceph-mon[114603]: Deploying daemon osd.0 on smithi118 2023-09-30T09:03:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:14 smithi192 ceph-mon[114603]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:15 smithi192 ceph-mon[114603]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:16.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:15 smithi118 ceph-mon[110048]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:16.252 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:15 smithi118 ceph-mon[123327]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:17.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:17.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:17.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:17.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:17.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:17.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:18.785 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 0 on host 'smithi118' 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:19.253 DEBUG:teuthology.orchestra.run.smithi118:osd.0> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.0.service 2023-09-30T09:03:19.255 INFO:tasks.cephadm:Deploying osd.1 on smithi118 with /dev/vg_nvme/lv_3... 2023-09-30T09:03:19.255 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-30T09:03:19.285 INFO:journalctl@ceph.osd.0.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:03:19.758 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:19.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:19 smithi118 ceph-mon[110048]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T09:03:19.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:19 smithi118 ceph-mon[123327]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T09:03:19.982 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[127601]: 2023-09-30T09:03:19.837+0000 7f6447258540 -1 osd.0 0 log_to_monitors true 2023-09-30T09:03:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:19 smithi192 ceph-mon[114603]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T09:03:21.096 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-30T09:03:21.096 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-30T09:03:21.096 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-09-30T09:03:21.096 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-09-30T09:03:21.096 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00928325 s, 1.1 GB/s 2023-09-30T09:03:21.096 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-09-30T09:03:21.097 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[127601]: 2023-09-30T09:03:20.869+0000 7f643da3d700 -1 osd.0 0 waiting for initial osdmap 2023-09-30T09:03:21.097 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[127601]: 2023-09-30T09:03:20.872+0000 7f643983a700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:03:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[110048]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[110048]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T09:03:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[110048]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T09:03:21.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:21.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[110048]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[123327]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[123327]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T09:03:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[123327]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T09:03:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:20 smithi118 ceph-mon[123327]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:20 smithi192 ceph-mon[114603]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:20 smithi192 ceph-mon[114603]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T09:03:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:20 smithi192 ceph-mon[114603]: osdmap e6: 1 total, 0 up, 1 in 2023-09-30T09:03:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:20 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:20 smithi192 ceph-mon[114603]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:21.486 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi118:vg_nvme/lv_3 2023-09-30T09:03:21.746 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T09:03:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:22.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:21 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.226 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:22.227 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: osdmap e7: 1 total, 0 up, 1 in 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:22.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:21 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:03:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:03:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi118 2023-09-30T09:03:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi118 to 16089M 2023-09-30T09:03:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430] boot 2023-09-30T09:03:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T09:03:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:22 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi118 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi118 to 16089M 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430] boot 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T09:03:23.270 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi118 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi118 to 16089M 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: osd.0 [v2:172.21.15.118:6802/3896408430,v1:172.21.15.118:6803/3896408430] boot 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: osdmap e8: 1 total, 1 up, 1 in 2023-09-30T09:03:23.271 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:22 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:03:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:23 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:23 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:23 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:23 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:23 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:23 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:23 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:23 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:23 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T09:03:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/700931937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]: dispatch 2023-09-30T09:03:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]: dispatch 2023-09-30T09:03:25.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]': finished 2023-09-30T09:03:25.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T09:03:25.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/700931937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]: dispatch 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]: dispatch 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]': finished 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:25.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: osdmap e9: 1 total, 1 up, 1 in 2023-09-30T09:03:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/700931937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]: dispatch 2023-09-30T09:03:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]: dispatch 2023-09-30T09:03:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2087aa04-70a3-4495-b1c1-08adadb74225"}]': finished 2023-09-30T09:03:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: osdmap e10: 2 total, 1 up, 2 in 2023-09-30T09:03:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:25 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3714271900' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:25 smithi192 ceph-mon[114603]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:26.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:25 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3714271900' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:26.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:25 smithi118 ceph-mon[110048]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:26.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:25 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3714271900' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:26.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:25 smithi118 ceph-mon[123327]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:28.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:28 smithi118 ceph-mon[110048]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:28.752 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:28 smithi118 ceph-mon[123327]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:28 smithi192 ceph-mon[114603]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:29.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:03:29.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:03:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:03:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:30.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:30 smithi118 ceph-mon[110048]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:30.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:30 smithi118 ceph-mon[110048]: Deploying daemon osd.1 on smithi118 2023-09-30T09:03:30.569 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:30 smithi118 ceph-mon[123327]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:30.569 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:30 smithi118 ceph-mon[123327]: Deploying daemon osd.1 on smithi118 2023-09-30T09:03:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:30 smithi192 ceph-mon[114603]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:30 smithi192 ceph-mon[114603]: Deploying daemon osd.1 on smithi118 2023-09-30T09:03:32.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:32 smithi118 ceph-mon[110048]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:32.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:32 smithi118 ceph-mon[123327]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:32 smithi192 ceph-mon[114603]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:33 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:33 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:33 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:33 smithi192 ceph-mon[114603]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:34.274 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:34.275 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:34.275 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:34.275 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[123327]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:34.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:34.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:34.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:34.275 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:33 smithi118 ceph-mon[110048]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:35.227 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 1 on host 'smithi118' 2023-09-30T09:03:35.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:35.522 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.523 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.523 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:35.523 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:35.523 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.523 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.523 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.523 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:35.632 DEBUG:teuthology.orchestra.run.smithi118:osd.1> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.1.service 2023-09-30T09:03:35.634 INFO:tasks.cephadm:Deploying osd.2 on smithi118 with /dev/vg_nvme/lv_2... 2023-09-30T09:03:35.634 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-30T09:03:35.665 INFO:journalctl@ceph.osd.1.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:35.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:36.346 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:36.385 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:36 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[134235]: 2023-09-30T09:03:36.099+0000 7f5c07e75540 -1 osd.1 0 log_to_monitors true 2023-09-30T09:03:36.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:36 smithi118 ceph-mon[110048]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:36.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:36 smithi118 ceph-mon[110048]: from='osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:03:36.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:36 smithi118 ceph-mon[110048]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:03:36.387 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:36 smithi118 ceph-mon[123327]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:36.387 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:36 smithi118 ceph-mon[123327]: from='osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:03:36.387 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:36 smithi118 ceph-mon[123327]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:03:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:36 smithi192 ceph-mon[114603]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:36 smithi192 ceph-mon[114603]: from='osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:03:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:36 smithi192 ceph-mon[114603]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:03:37.696 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[134235]: 2023-09-30T09:03:37.393+0000 7f5bfe65a700 -1 osd.1 0 waiting for initial osdmap 2023-09-30T09:03:37.696 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[134235]: 2023-09-30T09:03:37.396+0000 7f5bfac58700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:03:37.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[110048]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T09:03:37.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[110048]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T09:03:37.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:37.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[110048]: from='osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:37.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[110048]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:37.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[123327]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T09:03:37.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[123327]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T09:03:37.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:37.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[123327]: from='osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:37.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:37 smithi118 ceph-mon[123327]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:37.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:37 smithi192 ceph-mon[114603]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T09:03:37.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:37 smithi192 ceph-mon[114603]: osdmap e11: 2 total, 1 up, 2 in 2023-09-30T09:03:37.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:37 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:37.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:37 smithi192 ceph-mon[114603]: from='osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:37.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:37 smithi192 ceph-mon[114603]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:37.773 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-30T09:03:37.773 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-30T09:03:37.773 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-09-30T09:03:37.774 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-09-30T09:03:37.774 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00944192 s, 1.1 GB/s 2023-09-30T09:03:37.774 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 2023-09-30T09:03:37.774 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-09-30T09:03:38.158 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi118:vg_nvme/lv_2 2023-09-30T09:03:38.419 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:38.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:38.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:38.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T09:03:38.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:38.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:38.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:38.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:38.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:38.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:38.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T09:03:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: pgmap v40: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:38.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: osdmap e12: 2 total, 1 up, 2 in 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:38.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:39 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:03:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:39 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:03:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:39 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi118 2023-09-30T09:03:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:39 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi118 to 8044M 2023-09-30T09:03:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:39 smithi192 ceph-mon[114603]: osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648] boot 2023-09-30T09:03:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:39 smithi192 ceph-mon[114603]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T09:03:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:39 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:03:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:03:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi118 2023-09-30T09:03:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi118 to 8044M 2023-09-30T09:03:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[110048]: osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648] boot 2023-09-30T09:03:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[110048]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T09:03:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:03:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:03:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi118 2023-09-30T09:03:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi118 to 8044M 2023-09-30T09:03:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[123327]: osd.1 [v2:172.21.15.118:6810/3836890648,v1:172.21.15.118:6811/3836890648] boot 2023-09-30T09:03:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[123327]: osdmap e13: 2 total, 2 up, 2 in 2023-09-30T09:03:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:39 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:03:40.524 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[123327]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[123327]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[123327]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[110048]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[110048]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[110048]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:40.525 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:40.526 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:40.526 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:40 smithi192 ceph-mon[114603]: pgmap v43: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-30T09:03:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:40 smithi192 ceph-mon[114603]: osdmap e14: 2 total, 2 up, 2 in 2023-09-30T09:03:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:40 smithi192 ceph-mon[114603]: from='client.14265 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:41 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/48703296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]: dispatch 2023-09-30T09:03:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:41 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]: dispatch 2023-09-30T09:03:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:41 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]': finished 2023-09-30T09:03:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:41 smithi192 ceph-mon[114603]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T09:03:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:41 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/48703296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]: dispatch 2023-09-30T09:03:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]: dispatch 2023-09-30T09:03:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]': finished 2023-09-30T09:03:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[110048]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T09:03:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/48703296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]: dispatch 2023-09-30T09:03:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]: dispatch 2023-09-30T09:03:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2"}]': finished 2023-09-30T09:03:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[123327]: osdmap e15: 3 total, 2 up, 3 in 2023-09-30T09:03:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:41 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:42 smithi192 ceph-mon[114603]: pgmap v46: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:42 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1778413841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:42.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:42 smithi118 ceph-mon[110048]: pgmap v46: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:42.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:42 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1778413841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:42.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:42 smithi118 ceph-mon[123327]: pgmap v46: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:42.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:42 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1778413841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:44 smithi118 ceph-mon[110048]: pgmap v47: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:44 smithi118 ceph-mon[123327]: pgmap v47: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:44 smithi192 ceph-mon[114603]: pgmap v47: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:46.816 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:46 smithi118 ceph-mon[110048]: pgmap v48: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:46.816 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:46 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:03:46.816 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:46 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:46.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:46 smithi118 ceph-mon[123327]: pgmap v48: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:46.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:46 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:03:46.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:46 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:46 smithi192 ceph-mon[114603]: pgmap v48: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:46 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:03:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:46 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:47 smithi118 ceph-mon[110048]: Deploying daemon osd.2 on smithi118 2023-09-30T09:03:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:47 smithi118 ceph-mon[123327]: Deploying daemon osd.2 on smithi118 2023-09-30T09:03:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:47 smithi192 ceph-mon[114603]: Deploying daemon osd.2 on smithi118 2023-09-30T09:03:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:48 smithi118 ceph-mon[110048]: pgmap v49: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:48.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:48 smithi118 ceph-mon[123327]: pgmap v49: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:48 smithi192 ceph-mon[114603]: pgmap v49: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[123327]: pgmap v50: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:51.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[110048]: pgmap v50: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:51.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:51.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:51.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:50 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:51.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:50 smithi192 ceph-mon[114603]: pgmap v50: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:51.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:50 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:51.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:50 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:51.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:50 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:51.694 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 2 on host 'smithi118' 2023-09-30T09:03:52.119 DEBUG:teuthology.orchestra.run.smithi118:osd.2> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.2.service 2023-09-30T09:03:52.121 INFO:tasks.cephadm:Deploying osd.3 on smithi118 with /dev/vg_nvme/lv_1... 2023-09-30T09:03:52.121 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-30T09:03:52.153 INFO:journalctl@ceph.osd.2.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:03:52.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: pgmap v51: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:52.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.713 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: pgmap v51: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:52.714 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.715 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.715 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:52.715 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:52.715 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.715 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.715 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:52.715 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.772 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: pgmap v51: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:03:52.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:52.972 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:03:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[141207]: 2023-09-30T09:03:52.921+0000 7f95c1993540 -1 osd.2 0 log_to_monitors true 2023-09-30T09:03:53.662 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:53 smithi118 ceph-mon[110048]: from='osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:03:53.662 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:53 smithi118 ceph-mon[110048]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:03:53.663 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:53 smithi118 ceph-mon[123327]: from='osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:03:53.663 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:53 smithi118 ceph-mon[123327]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:03:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:53 smithi192 ceph-mon[114603]: from='osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:03:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:53 smithi192 ceph-mon[114603]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:03:54.141 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-30T09:03:54.141 INFO:teuthology.orchestra.run.smithi118.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-30T09:03:54.141 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2023-09-30T09:03:54.141 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2023-09-30T09:03:54.142 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00885651 s, 1.2 GB/s 2023-09-30T09:03:54.142 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2023-09-30T09:03:54.503 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi118:vg_nvme/lv_1 2023-09-30T09:03:54.755 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[141207]: 2023-09-30T09:03:54.560+0000 7f95b8178700 -1 osd.2 0 waiting for initial osdmap 2023-09-30T09:03:54.755 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[141207]: 2023-09-30T09:03:54.563+0000 7f95b4f77700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:03:54.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[110048]: pgmap v52: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:54.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[110048]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T09:03:54.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[110048]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T09:03:54.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[110048]: from='osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[110048]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[123327]: pgmap v52: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[123327]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[123327]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[123327]: from='osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:54.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:54 smithi118 ceph-mon[123327]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:54.826 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:03:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:54 smithi192 ceph-mon[114603]: pgmap v52: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:54 smithi192 ceph-mon[114603]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T09:03:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:54 smithi192 ceph-mon[114603]: osdmap e16: 3 total, 2 up, 3 in 2023-09-30T09:03:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:54 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:54 smithi192 ceph-mon[114603]: from='osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:54.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:54 smithi192 ceph-mon[114603]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:03:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi118 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi118 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:55 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:03:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: osdmap e17: 3 total, 2 up, 3 in 2023-09-30T09:03:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi118 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:03:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:55 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:56.567 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:03:56.568 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:03:56.568 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi118 to 5363M 2023-09-30T09:03:56.568 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:56.568 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660] boot 2023-09-30T09:03:56.568 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T09:03:56.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:56.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:56.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:56.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:56.817 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:03:56.817 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:03:56.817 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi118 to 5363M 2023-09-30T09:03:56.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:56.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660] boot 2023-09-30T09:03:56.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T09:03:56.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:56.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:56.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:56.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:03:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:03:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi118 to 5363M 2023-09-30T09:03:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: pgmap v55: 0 pgs: ; 0 B data, 10 MiB used, 179 GiB / 179 GiB avail 2023-09-30T09:03:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: osd.2 [v2:172.21.15.118:6818/420629660,v1:172.21.15.118:6819/420629660] boot 2023-09-30T09:03:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: osdmap e18: 3 total, 3 up, 3 in 2023-09-30T09:03:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:03:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:03:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:03:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:03:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:57 smithi192 ceph-mon[114603]: from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:57 smithi192 ceph-mon[114603]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T09:03:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:57 smithi118 ceph-mon[110048]: from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:57 smithi118 ceph-mon[110048]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T09:03:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:57 smithi118 ceph-mon[123327]: from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:03:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:57 smithi118 ceph-mon[123327]: osdmap e19: 3 total, 3 up, 3 in 2023-09-30T09:03:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: pgmap v58: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:03:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T09:03:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/900146197' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]: dispatch 2023-09-30T09:03:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]: dispatch 2023-09-30T09:03:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T09:03:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]': finished 2023-09-30T09:03:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: osdmap e20: 4 total, 3 up, 4 in 2023-09-30T09:03:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:03:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:03:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:58 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2410351823' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: pgmap v58: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/900146197' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]: dispatch 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]: dispatch 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]': finished 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: osdmap e20: 4 total, 3 up, 4 in 2023-09-30T09:03:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2410351823' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: pgmap v58: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/900146197' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]: dispatch 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]: dispatch 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "44b4e23e-b64f-47e6-a92b-a137e95a9edc"}]': finished 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: osdmap e20: 4 total, 3 up, 4 in 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:03:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:03:59.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:58 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2410351823' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:03:59.388 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147231]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T09:03:59.388 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147231]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:03:59.388 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147231]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:03:59.388 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147231]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:03:59.647 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147419]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T09:03:59.647 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147419]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:03:59.647 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147419]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:03:59.647 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147419]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:03:59.899 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147424]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T09:03:59.899 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147424]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:03:59.899 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147424]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:03:59.899 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147424]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:03:59.899 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:03:59.899 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[110048]: osdmap e21: 4 total, 3 up, 4 in 2023-09-30T09:03:59.900 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:03:59.900 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:59.900 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:03:59.900 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[123327]: osdmap e21: 4 total, 3 up, 4 in 2023-09-30T09:03:59.900 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:03:59.900 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:03:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:03:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:03:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:59 smithi192 ceph-mon[114603]: osdmap e21: 4 total, 3 up, 4 in 2023-09-30T09:03:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:03:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:03:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:00.153 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147614]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T09:04:00.153 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147614]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:00.153 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147614]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:00.153 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:03:59 smithi118 sudo[147614]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:00.153 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147809]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T09:04:00.154 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147809]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:00.154 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147809]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:00.154 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147809]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:00.577 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147814]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T09:04:00.577 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147814]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:00.577 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147814]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:00.578 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147814]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:00.828 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147975]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T09:04:00.828 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147975]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:00.828 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147975]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:00.828 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147975]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:01.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[123327]: pgmap v61: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:01.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[123327]: osdmap e22: 4 total, 3 up, 4 in 2023-09-30T09:04:01.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:01.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:01.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147983]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T09:04:01.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147983]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:01.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147983]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:01.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 sudo[147983]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:01.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[110048]: pgmap v61: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:01.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[110048]: osdmap e22: 4 total, 3 up, 4 in 2023-09-30T09:04:01.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:01.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:00 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:00 smithi192 ceph-mon[114603]: pgmap v61: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:00 smithi192 ceph-mon[114603]: osdmap e22: 4 total, 3 up, 4 in 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:00 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117459]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117459]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117459]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:01.157 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117459]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117462]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T09:04:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117462]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117462]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 sudo[117462]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:01.919 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148135]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-30T09:04:01.920 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148135]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:01.920 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148135]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:01.920 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148135]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: mgrmap e15: y(active, since 101s), standbys: x 2023-09-30T09:04:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:02.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:02.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: mgrmap e15: y(active, since 101s), standbys: x 2023-09-30T09:04:02.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148167]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148167]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-09-30T09:04:02.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148167]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 sudo[148167]: pam_unix(sudo:session): session closed for user root 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: mgrmap e15: y(active, since 101s), standbys: x 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: pgmap v63: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:02.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:02.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:02.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:04:02.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:04:02.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:04:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:02 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:02 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:02 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:04:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:02 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:02 smithi192 ceph-mon[114603]: Deploying daemon osd.3 on smithi118 2023-09-30T09:04:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:04:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[123327]: Deploying daemon osd.3 on smithi118 2023-09-30T09:04:03.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-30T09:04:03.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-30T09:04:03.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:04:03.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:03.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:02 smithi118 ceph-mon[110048]: Deploying daemon osd.3 on smithi118 2023-09-30T09:04:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:03 smithi192 ceph-mon[114603]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:04.228 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:03 smithi118 ceph-mon[110048]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:04.228 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:03 smithi118 ceph-mon[123327]: pgmap v64: 1 pgs: 1 active+clean; 449 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-30T09:04:06.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:06 smithi192 ceph-mon[114603]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 229 KiB/s wr, 14 op/s 2023-09-30T09:04:06.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:06 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:06.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:06 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:06.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:06 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[110048]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 229 KiB/s wr, 14 op/s 2023-09-30T09:04:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[123327]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 229 KiB/s wr, 14 op/s 2023-09-30T09:04:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:06 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:08.124 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 3 on host 'smithi118' 2023-09-30T09:04:08.533 DEBUG:teuthology.orchestra.run.smithi118:osd.3> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.3.service 2023-09-30T09:04:08.535 INFO:tasks.cephadm:Deploying osd.4 on smithi192 with /dev/vg_nvme/lv_4... 2023-09-30T09:04:08.535 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-30T09:04:08.566 INFO:journalctl@ceph.osd.3.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 169 KiB/s wr, 10 op/s 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 169 KiB/s wr, 10 op/s 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:08 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:08.799 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 169 KiB/s wr, 10 op/s 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.921 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:08.922 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:08 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:09 smithi118 ceph-mon[110048]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:04:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:09 smithi118 ceph-mon[123327]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:04:09.597 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:04:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[148751]: 2023-09-30T09:04:09.319+0000 7f35eb224540 -1 osd.3 0 log_to_monitors true 2023-09-30T09:04:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:09 smithi192 ceph-mon[114603]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:04:10.009 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-30T09:04:10.010 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-30T09:04:10.010 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-09-30T09:04:10.010 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-09-30T09:04:10.010 INFO:teuthology.orchestra.run.smithi192.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.015249 s, 688 MB/s 2023-09-30T09:04:10.010 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 2023-09-30T09:04:10.010 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-09-30T09:04:10.393 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2023-09-30T09:04:10.655 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:04:10.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:10 smithi192 ceph-mon[114603]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 135 KiB/s wr, 8 op/s 2023-09-30T09:04:10.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:10 smithi192 ceph-mon[114603]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T09:04:10.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:10 smithi192 ceph-mon[114603]: osdmap e23: 4 total, 3 up, 4 in 2023-09-30T09:04:10.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:10 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:10.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:10 smithi192 ceph-mon[114603]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:04:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[123327]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 135 KiB/s wr, 8 op/s 2023-09-30T09:04:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[123327]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T09:04:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[123327]: osdmap e23: 4 total, 3 up, 4 in 2023-09-30T09:04:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[123327]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:04:10.847 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[148751]: 2023-09-30T09:04:10.537+0000 7f35e1a09700 -1 osd.3 0 waiting for initial osdmap 2023-09-30T09:04:10.847 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[148751]: 2023-09-30T09:04:10.541+0000 7f35dc804700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:04:10.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[110048]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 135 KiB/s wr, 8 op/s 2023-09-30T09:04:10.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[110048]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T09:04:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[110048]: osdmap e23: 4 total, 3 up, 4 in 2023-09-30T09:04:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:10 smithi118 ceph-mon[110048]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:04:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:04:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: osdmap e24: 4 total, 3 up, 4 in 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi118 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi118 to 4022M 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:11.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:11.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:11 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:04:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: osdmap e24: 4 total, 3 up, 4 in 2023-09-30T09:04:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi118 2023-09-30T09:04:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi118 to 4022M 2023-09-30T09:04:11.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:11.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:11.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-09-30T09:04:11.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: osdmap e24: 4 total, 3 up, 4 in 2023-09-30T09:04:11.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:11.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:11.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi118 2023-09-30T09:04:11.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:11.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi118 to 4022M 2023-09-30T09:04:11.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:11.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:11.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:11.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:11 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:12.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:04:12.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:04:12.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-09-30T09:04:12.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:12.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166] boot 2023-09-30T09:04:12.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: osdmap e25: 4 total, 4 up, 4 in 2023-09-30T09:04:12.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:12.846 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:12.846 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:12.846 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:12.846 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:04:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:04:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166] boot 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: osdmap e25: 4 total, 4 up, 4 in 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:04:12.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 163 KiB/s wr, 10 op/s 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: osd.3 [v2:172.21.15.118:6826/4168215166,v1:172.21.15.118:6827/4168215166] boot 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: osdmap e25: 4 total, 4 up, 4 in 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:12.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[110048]: osdmap e26: 4 total, 4 up, 4 in 2023-09-30T09:04:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/1798267404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]: dispatch 2023-09-30T09:04:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]: dispatch 2023-09-30T09:04:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]': finished 2023-09-30T09:04:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[110048]: osdmap e27: 5 total, 4 up, 5 in 2023-09-30T09:04:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[123327]: osdmap e26: 4 total, 4 up, 4 in 2023-09-30T09:04:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/1798267404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]: dispatch 2023-09-30T09:04:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]: dispatch 2023-09-30T09:04:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]': finished 2023-09-30T09:04:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[123327]: osdmap e27: 5 total, 4 up, 5 in 2023-09-30T09:04:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:13 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:13 smithi192 ceph-mon[114603]: osdmap e26: 4 total, 4 up, 4 in 2023-09-30T09:04:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:13 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/1798267404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]: dispatch 2023-09-30T09:04:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:13 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]: dispatch 2023-09-30T09:04:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:13 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26affece-cf12-482b-95aa-04e4e897a19c"}]': finished 2023-09-30T09:04:13.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:13 smithi192 ceph-mon[114603]: osdmap e27: 5 total, 4 up, 5 in 2023-09-30T09:04:13.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:13 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:14 smithi192 ceph-mon[114603]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:14 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/2341582669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:14 smithi118 ceph-mon[110048]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:14 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/2341582669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:15.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:14 smithi118 ceph-mon[123327]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:15.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:14 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/2341582669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:16 smithi192 ceph-mon[114603]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:16 smithi118 ceph-mon[110048]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:17.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:16 smithi118 ceph-mon[123327]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:18 smithi192 ceph-mon[114603]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:04:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:18 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:18 smithi118 ceph-mon[110048]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:04:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:18 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:19.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:18 smithi118 ceph-mon[123327]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:19.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:04:19.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:18 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:19.954 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:19 smithi192 ceph-mon[114603]: Deploying daemon osd.4 on smithi192 2023-09-30T09:04:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:19 smithi118 ceph-mon[110048]: Deploying daemon osd.4 on smithi192 2023-09-30T09:04:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:19 smithi118 ceph-mon[123327]: Deploying daemon osd.4 on smithi192 2023-09-30T09:04:20.916 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:20 smithi192 ceph-mon[114603]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:20 smithi118 ceph-mon[110048]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:20 smithi118 ceph-mon[123327]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:22.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:22 smithi192 ceph-mon[114603]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:22.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:22 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:22.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:22 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:22.907 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:22 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:23.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[110048]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:23.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:23.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:23.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:23.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[123327]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:23.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:23.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:23.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:22 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:24.036 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 4 on host 'smithi192' 2023-09-30T09:04:24.436 DEBUG:teuthology.orchestra.run.smithi192:osd.4> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.4.service 2023-09-30T09:04:24.438 INFO:tasks.cephadm:Deploying osd.5 on smithi192 with /dev/vg_nvme/lv_3... 2023-09-30T09:04:24.438 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-30T09:04:24.473 INFO:journalctl@ceph.osd.4.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:04:24.635 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.636 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:24.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:24.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:24.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:24.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:24.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:25.037 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:04:25.541 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:04:25 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[119958]: 2023-09-30T09:04:25.244+0000 7fa874cf5540 -1 osd.4 0 log_to_monitors true 2023-09-30T09:04:25.541 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:25 smithi192 ceph-mon[114603]: from='osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:04:25.541 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:25 smithi192 ceph-mon[114603]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:04:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:25 smithi118 ceph-mon[110048]: from='osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:04:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:25 smithi118 ceph-mon[110048]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:04:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:25 smithi118 ceph-mon[123327]: from='osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:04:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:25 smithi118 ceph-mon[123327]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:04:26.534 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[119958]: 2023-09-30T09:04:26.429+0000 7fa86b4da700 -1 osd.4 0 waiting for initial osdmap 2023-09-30T09:04:26.534 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[119958]: 2023-09-30T09:04:26.434+0000 7fa8662d5700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:04:26.534 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-mon[114603]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:26.535 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-mon[114603]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T09:04:26.535 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-mon[114603]: osdmap e28: 5 total, 4 up, 5 in 2023-09-30T09:04:26.535 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:26.535 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-mon[114603]: from='osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:26.535 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:26 smithi192 ceph-mon[114603]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:26.544 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-30T09:04:26.544 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-30T09:04:26.544 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-09-30T09:04:26.544 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-09-30T09:04:26.544 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128693 s, 815 MB/s 2023-09-30T09:04:26.544 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-09-30T09:04:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[110048]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[110048]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T09:04:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[110048]: osdmap e28: 5 total, 4 up, 5 in 2023-09-30T09:04:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[110048]: from='osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[110048]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:26.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[123327]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:26.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[123327]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T09:04:26.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[123327]: osdmap e28: 5 total, 4 up, 5 in 2023-09-30T09:04:26.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:26.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[123327]: from='osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:26.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:26 smithi118 ceph-mon[123327]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:26.924 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi192:vg_nvme/lv_3 2023-09-30T09:04:27.182 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: osdmap e29: 5 total, 4 up, 5 in 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi192 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi192 to 17113M 2023-09-30T09:04:27.561 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.562 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:27.562 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:27.562 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:27 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:04:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: osdmap e29: 5 total, 4 up, 5 in 2023-09-30T09:04:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi192 2023-09-30T09:04:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi192 to 17113M 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: osdmap e29: 5 total, 4 up, 5 in 2023-09-30T09:04:27.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi192 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi192 to 17113M 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:27.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:27 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:28.699 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:04:28.699 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989] boot 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: osdmap e30: 5 total, 5 up, 5 in 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: osdmap e31: 5 total, 5 up, 5 in 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:28.700 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:04:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:04:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989] boot 2023-09-30T09:04:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: osdmap e30: 5 total, 5 up, 5 in 2023-09-30T09:04:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:28.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: osdmap e31: 5 total, 5 up, 5 in 2023-09-30T09:04:28.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:28.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:28.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:04:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:04:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-30T09:04:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: osd.4 [v2:172.21.15.192:6800/226867989,v1:172.21.15.192:6801/226867989] boot 2023-09-30T09:04:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: osdmap e30: 5 total, 5 up, 5 in 2023-09-30T09:04:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:04:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: osdmap e31: 5 total, 5 up, 5 in 2023-09-30T09:04:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:29 smithi192 ceph-mon[114603]: from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:29 smithi192 ceph-mon[114603]: osdmap e32: 5 total, 5 up, 5 in 2023-09-30T09:04:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:29 smithi118 ceph-mon[110048]: from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:29 smithi118 ceph-mon[110048]: osdmap e32: 5 total, 5 up, 5 in 2023-09-30T09:04:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:29 smithi118 ceph-mon[123327]: from='client.24229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:29 smithi118 ceph-mon[123327]: osdmap e32: 5 total, 5 up, 5 in 2023-09-30T09:04:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:30 smithi192 ceph-mon[114603]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:30 smithi192 ceph-mon[114603]: osdmap e33: 5 total, 5 up, 5 in 2023-09-30T09:04:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:30 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/1863140444' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]: dispatch 2023-09-30T09:04:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:30 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]: dispatch 2023-09-30T09:04:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:30 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]': finished 2023-09-30T09:04:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:30 smithi192 ceph-mon[114603]: osdmap e34: 6 total, 5 up, 6 in 2023-09-30T09:04:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:30 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[110048]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[110048]: osdmap e33: 5 total, 5 up, 5 in 2023-09-30T09:04:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/1863140444' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]: dispatch 2023-09-30T09:04:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]: dispatch 2023-09-30T09:04:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]': finished 2023-09-30T09:04:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[110048]: osdmap e34: 6 total, 5 up, 6 in 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[123327]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[123327]: osdmap e33: 5 total, 5 up, 5 in 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/1863140444' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]: dispatch 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]: dispatch 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e1b583c-37f6-4951-9731-ef2b261e9124"}]': finished 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[123327]: osdmap e34: 6 total, 5 up, 6 in 2023-09-30T09:04:31.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:30 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:31 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/165473920' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:31 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/165473920' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:31 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/165473920' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:32 smithi192 ceph-mon[114603]: pgmap v90: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 145 KiB/s, 0 objects/s recovering 2023-09-30T09:04:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:32 smithi118 ceph-mon[110048]: pgmap v90: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 145 KiB/s, 0 objects/s recovering 2023-09-30T09:04:33.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:32 smithi118 ceph-mon[123327]: pgmap v90: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 145 KiB/s, 0 objects/s recovering 2023-09-30T09:04:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:34 smithi192 ceph-mon[114603]: pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-09-30T09:04:35.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:34 smithi118 ceph-mon[123327]: pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-09-30T09:04:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:34 smithi118 ceph-mon[110048]: pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-09-30T09:04:35.896 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:04:35.896 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:35 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:04:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:35 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:04:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:35 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:36 smithi192 ceph-mon[114603]: Deploying daemon osd.5 on smithi192 2023-09-30T09:04:36.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:36 smithi192 ceph-mon[114603]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T09:04:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:36 smithi118 ceph-mon[123327]: Deploying daemon osd.5 on smithi192 2023-09-30T09:04:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:36 smithi118 ceph-mon[123327]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T09:04:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:36 smithi118 ceph-mon[110048]: Deploying daemon osd.5 on smithi192 2023-09-30T09:04:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:36 smithi118 ceph-mon[110048]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-30T09:04:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:38 smithi192 ceph-mon[114603]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T09:04:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:38.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:38 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[110048]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T09:04:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[123327]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T09:04:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:38 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:40.587 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 5 on host 'smithi192' 2023-09-30T09:04:40.926 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:40.926 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:40.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:40.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:40.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:40.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:40.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:40.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:40.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:40 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:40.971 DEBUG:teuthology.orchestra.run.smithi192:osd.5> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.5.service 2023-09-30T09:04:40.973 INFO:tasks.cephadm:Deploying osd.6 on smithi192 with /dev/vg_nvme/lv_2... 2023-09-30T09:04:40.974 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-30T09:04:41.006 INFO:journalctl@ceph.osd.5.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:04:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:41.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:41.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:40 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:41.630 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:04:41.898 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:04:41 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[127292]: 2023-09-30T09:04:41.701+0000 7f3089aa0540 -1 osd.5 0 log_to_monitors true 2023-09-30T09:04:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:42 smithi192 ceph-mon[114603]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:42 smithi192 ceph-mon[114603]: from='osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:04:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:42 smithi192 ceph-mon[114603]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:04:42.963 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-30T09:04:42.963 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-30T09:04:42.963 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-09-30T09:04:42.963 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-09-30T09:04:42.964 INFO:teuthology.orchestra.run.smithi192.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0114129 s, 919 MB/s 2023-09-30T09:04:42.964 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-09-30T09:04:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:42 smithi118 ceph-mon[110048]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:42 smithi118 ceph-mon[110048]: from='osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:04:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:42 smithi118 ceph-mon[110048]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:04:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:42 smithi118 ceph-mon[123327]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:42 smithi118 ceph-mon[123327]: from='osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:04:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:42 smithi118 ceph-mon[123327]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:04:43.555 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi192:vg_nvme/lv_2 2023-09-30T09:04:43.824 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:04:43.940 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[127292]: 2023-09-30T09:04:43.681+0000 7f3080285700 -1 osd.5 0 waiting for initial osdmap 2023-09-30T09:04:43.940 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[127292]: 2023-09-30T09:04:43.686+0000 7f307d084700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:04:43.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T09:04:43.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: osdmap e35: 6 total, 5 up, 6 in 2023-09-30T09:04:43.940 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:43.941 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:43 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: osdmap e35: 6 total, 5 up, 6 in 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: osdmap e35: 6 total, 5 up, 6 in 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:04:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:43 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:44 smithi192 ceph-mon[114603]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:44 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi192 2023-09-30T09:04:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:44 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi192 to 8556M 2023-09-30T09:04:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:44 smithi192 ceph-mon[114603]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:04:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:44 smithi192 ceph-mon[114603]: osdmap e36: 6 total, 5 up, 6 in 2023-09-30T09:04:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:44 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:44 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[110048]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi192 2023-09-30T09:04:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi192 to 8556M 2023-09-30T09:04:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[110048]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:04:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[110048]: osdmap e36: 6 total, 5 up, 6 in 2023-09-30T09:04:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[123327]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi192 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi192 to 8556M 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[123327]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[123327]: osdmap e36: 6 total, 5 up, 6 in 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:44 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:04:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:04:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907] boot 2023-09-30T09:04:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: osdmap e37: 6 total, 6 up, 6 in 2023-09-30T09:04:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:45.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:45.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:45.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:45.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:45 smithi192 ceph-mon[114603]: osdmap e38: 6 total, 6 up, 6 in 2023-09-30T09:04:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:04:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:04:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907] boot 2023-09-30T09:04:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: osdmap e37: 6 total, 6 up, 6 in 2023-09-30T09:04:46.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:46.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:46.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:46.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:46.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[110048]: osdmap e38: 6 total, 6 up, 6 in 2023-09-30T09:04:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:04:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:04:46.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: osd.5 [v2:172.21.15.192:6808/4128833907,v1:172.21.15.192:6809/4128833907] boot 2023-09-30T09:04:46.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: osdmap e37: 6 total, 6 up, 6 in 2023-09-30T09:04:46.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:04:46.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:04:46.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:04:46.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:46.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:45 smithi118 ceph-mon[123327]: osdmap e38: 6 total, 6 up, 6 in 2023-09-30T09:04:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:46 smithi192 ceph-mon[114603]: from='client.24256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:46 smithi192 ceph-mon[114603]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:46 smithi192 ceph-mon[114603]: osdmap e39: 6 total, 6 up, 6 in 2023-09-30T09:04:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:46 smithi118 ceph-mon[110048]: from='client.24256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:46 smithi118 ceph-mon[110048]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:46 smithi118 ceph-mon[110048]: osdmap e39: 6 total, 6 up, 6 in 2023-09-30T09:04:47.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:46 smithi118 ceph-mon[123327]: from='client.24256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:04:47.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:46 smithi118 ceph-mon[123327]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:47.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:46 smithi118 ceph-mon[123327]: osdmap e39: 6 total, 6 up, 6 in 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/4090138619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]: dispatch 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]: dispatch 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]': finished 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: osdmap e40: 7 total, 6 up, 7 in 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/3240385428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: osdmap e41: 7 total, 6 up, 7 in 2023-09-30T09:04:47.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:47 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/4090138619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]: dispatch 2023-09-30T09:04:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]: dispatch 2023-09-30T09:04:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]': finished 2023-09-30T09:04:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: osdmap e40: 7 total, 6 up, 7 in 2023-09-30T09:04:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/3240385428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: osdmap e41: 7 total, 6 up, 7 in 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/4090138619' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]: dispatch 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]: dispatch 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5651a39d-eae5-4d73-8800-481dc9c552b7"}]': finished 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: osdmap e40: 7 total, 6 up, 7 in 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/3240385428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: osdmap e41: 7 total, 6 up, 7 in 2023-09-30T09:04:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:47 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:48 smithi118 ceph-mon[110048]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:48 smithi118 ceph-mon[110048]: osdmap e42: 7 total, 6 up, 7 in 2023-09-30T09:04:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:48 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:48 smithi118 ceph-mon[123327]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:48 smithi118 ceph-mon[123327]: osdmap e42: 7 total, 6 up, 7 in 2023-09-30T09:04:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:48 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:49.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:48 smithi192 ceph-mon[114603]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:49.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:48 smithi192 ceph-mon[114603]: osdmap e42: 7 total, 6 up, 7 in 2023-09-30T09:04:49.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:48 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:04:51.023 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:50 smithi192 ceph-mon[114603]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:50 smithi118 ceph-mon[110048]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:50 smithi118 ceph-mon[123327]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:52.906 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:52 smithi192 ceph-mon[114603]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 36 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:52.976 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:04:52.976 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:52 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:52.976 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:52 smithi192 ceph-mon[114603]: Deploying daemon osd.6 on smithi192 2023-09-30T09:04:53.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[123327]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 36 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:53.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:04:53.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:53.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[123327]: Deploying daemon osd.6 on smithi192 2023-09-30T09:04:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[110048]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 36 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:04:53.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:04:53.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:52 smithi118 ceph-mon[110048]: Deploying daemon osd.6 on smithi192 2023-09-30T09:04:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:54 smithi192 ceph-mon[114603]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:55.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:54 smithi118 ceph-mon[110048]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:55.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:54 smithi118 ceph-mon[123327]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[110048]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:56.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:56.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:56.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:56 smithi118 ceph-mon[123327]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:56.707 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:56.708 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:56.708 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:04:56.708 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:56 smithi192 ceph-mon[114603]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:57.511 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 6 on host 'smithi192' 2023-09-30T09:04:57.898 DEBUG:teuthology.orchestra.run.smithi192:osd.6> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.6.service 2023-09-30T09:04:57.900 INFO:tasks.cephadm:Deploying osd.7 on smithi192 with /dev/vg_nvme/lv_1... 2023-09-30T09:04:57.900 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-30T09:04:57.933 INFO:journalctl@ceph.osd.6.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:04:58.071 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.071 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.071 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:57 smithi192 ceph-mon[114603]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:58.071 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.071 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.303 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:04:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[110048]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[123327]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:04:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:04:58.789 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:04:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[134685]: 2023-09-30T09:04:58.524+0000 7fa927cbc540 -1 osd.6 0 log_to_monitors true 2023-09-30T09:04:59.202 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:58 smithi192 ceph-mon[114603]: from='osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:04:59.202 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:58 smithi192 ceph-mon[114603]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:04:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:58 smithi118 ceph-mon[110048]: from='osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:04:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:58 smithi118 ceph-mon[110048]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:04:59.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:58 smithi118 ceph-mon[123327]: from='osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:04:59.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:58 smithi118 ceph-mon[123327]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:04:59.882 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-30T09:04:59.882 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-30T09:04:59.883 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-09-30T09:04:59.883 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-09-30T09:04:59.883 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110073 s, 953 MB/s 2023-09-30T09:04:59.883 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-09-30T09:05:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[110048]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T09:05:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[110048]: osdmap e43: 7 total, 6 up, 7 in 2023-09-30T09:05:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[110048]: from='osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[110048]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[110048]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:05:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[123327]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T09:05:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[123327]: osdmap e43: 7 total, 6 up, 7 in 2023-09-30T09:05:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[123327]: from='osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[123327]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:04:59 smithi118 ceph-mon[123327]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:05:00.359 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-mon[114603]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T09:05:00.359 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-mon[114603]: osdmap e43: 7 total, 6 up, 7 in 2023-09-30T09:05:00.359 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:00.359 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-mon[114603]: from='osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:00.359 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-mon[114603]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:00.360 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-mon[114603]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:05:00.360 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[134685]: 2023-09-30T09:04:59.988+0000 7fa91e4a1700 -1 osd.6 0 waiting for initial osdmap 2023-09-30T09:05:00.360 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:04:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[134685]: 2023-09-30T09:04:59.994+0000 7fa91929c700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:05:00.443 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi192:vg_nvme/lv_1 2023-09-30T09:05:00.704 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:05:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:05:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: osdmap e44: 7 total, 6 up, 7 in 2023-09-30T09:05:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi192 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi192 to 5704M 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:01.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:01.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:00 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:05:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: osdmap e44: 7 total, 6 up, 7 in 2023-09-30T09:05:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi192 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi192 to 5704M 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:01.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: osdmap e44: 7 total, 6 up, 7 in 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:01.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi192 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi192 to 5704M 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:01.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:01.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:01.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:00 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:05:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:05:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[110048]: osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076] boot 2023-09-30T09:05:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[110048]: osdmap e45: 7 total, 7 up, 7 in 2023-09-30T09:05:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[110048]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[110048]: osdmap e46: 7 total, 7 up, 7 in 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[123327]: osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076] boot 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[123327]: osdmap e45: 7 total, 7 up, 7 in 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[123327]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:05:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:01 smithi118 ceph-mon[123327]: osdmap e46: 7 total, 7 up, 7 in 2023-09-30T09:05:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:01 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:05:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:01 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:05:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:01 smithi192 ceph-mon[114603]: osd.6 [v2:172.21.15.192:6816/3275287076,v1:172.21.15.192:6817/3275287076] boot 2023-09-30T09:05:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:01 smithi192 ceph-mon[114603]: osdmap e45: 7 total, 7 up, 7 in 2023-09-30T09:05:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:01 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:05:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:01 smithi192 ceph-mon[114603]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-30T09:05:02.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:01 smithi192 ceph-mon[114603]: osdmap e46: 7 total, 7 up, 7 in 2023-09-30T09:05:03.207 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:02 smithi192 ceph-mon[114603]: from='client.24283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:03.207 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:02 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:05:03.207 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:02 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:05:03.207 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:02 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:03.207 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:02 smithi192 ceph-mon[114603]: osdmap e47: 7 total, 7 up, 7 in 2023-09-30T09:05:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[110048]: from='client.24283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:05:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:05:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:03.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[110048]: osdmap e47: 7 total, 7 up, 7 in 2023-09-30T09:05:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[123327]: from='client.24283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-30T09:05:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-30T09:05:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:02 smithi118 ceph-mon[123327]: osdmap e47: 7 total, 7 up, 7 in 2023-09-30T09:05:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:03 smithi118 ceph-mon[110048]: pgmap v119: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:03 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/4083892261' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]: dispatch 2023-09-30T09:05:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:03 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]: dispatch 2023-09-30T09:05:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:03 smithi118 ceph-mon[110048]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]': finished 2023-09-30T09:05:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:03 smithi118 ceph-mon[110048]: osdmap e48: 8 total, 7 up, 8 in 2023-09-30T09:05:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:03 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:04 smithi118 ceph-mon[123327]: pgmap v119: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:04 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/4083892261' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]: dispatch 2023-09-30T09:05:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:04 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]: dispatch 2023-09-30T09:05:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:04 smithi118 ceph-mon[123327]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]': finished 2023-09-30T09:05:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:04 smithi118 ceph-mon[123327]: osdmap e48: 8 total, 7 up, 8 in 2023-09-30T09:05:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:04 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:04 smithi192 ceph-mon[114603]: pgmap v119: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:04 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/4083892261' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]: dispatch 2023-09-30T09:05:04.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:04 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]: dispatch 2023-09-30T09:05:04.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:04 smithi192 ceph-mon[114603]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd661317-6099-488e-953a-632d8be63da2"}]': finished 2023-09-30T09:05:04.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:04 smithi192 ceph-mon[114603]: osdmap e48: 8 total, 7 up, 8 in 2023-09-30T09:05:04.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:04 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:05 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/285877529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:05:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:05 smithi118 ceph-mon[110048]: osdmap e49: 8 total, 7 up, 8 in 2023-09-30T09:05:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:05 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:05.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:05 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/285877529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:05:05.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:05 smithi118 ceph-mon[123327]: osdmap e49: 8 total, 7 up, 8 in 2023-09-30T09:05:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:05 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:05.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:05 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/285877529' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-30T09:05:05.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:05 smithi192 ceph-mon[114603]: osdmap e49: 8 total, 7 up, 8 in 2023-09-30T09:05:05.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:05 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:06.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:06 smithi118 ceph-mon[110048]: pgmap v122: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:06.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:06 smithi118 ceph-mon[123327]: pgmap v122: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:06 smithi192 ceph-mon[114603]: pgmap v122: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:08.899 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:08 smithi192 ceph-mon[114603]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-09-30T09:05:09.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:08 smithi118 ceph-mon[110048]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-09-30T09:05:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:08 smithi118 ceph-mon[123327]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 106 KiB/s, 0 objects/s recovering 2023-09-30T09:05:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:09 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:05:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:09 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:09 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:05:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:09 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:09 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:05:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:09 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:10.952 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:10 smithi192 ceph-mon[114603]: Deploying daemon osd.7 on smithi192 2023-09-30T09:05:10.952 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:10 smithi192 ceph-mon[114603]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 90 KiB/s, 0 objects/s recovering 2023-09-30T09:05:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:10 smithi118 ceph-mon[110048]: Deploying daemon osd.7 on smithi192 2023-09-30T09:05:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:10 smithi118 ceph-mon[110048]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 90 KiB/s, 0 objects/s recovering 2023-09-30T09:05:11.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:10 smithi118 ceph-mon[123327]: Deploying daemon osd.7 on smithi192 2023-09-30T09:05:11.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:10 smithi118 ceph-mon[123327]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 90 KiB/s, 0 objects/s recovering 2023-09-30T09:05:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:12 smithi192 ceph-mon[114603]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T09:05:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:12 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[110048]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T09:05:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:13.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[123327]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-09-30T09:05:13.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:13.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:13.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:12 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:14 smithi192 ceph-mon[114603]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-09-30T09:05:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:14 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:14 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:14 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:14 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:14 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:14.902 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 7 on host 'smithi192' 2023-09-30T09:05:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[110048]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-09-30T09:05:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:15.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[123327]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-09-30T09:05:15.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:15.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:15.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:15.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:15.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:14 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:15.287 DEBUG:teuthology.orchestra.run.smithi192:osd.7> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.7.service 2023-09-30T09:05:15.289 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-30T09:05:15.290 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T09:05:15.321 INFO:journalctl@ceph.osd.7.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:05:15.569 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:05:15.757 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:05:15 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[141501]: 2023-09-30T09:05:15.497+0000 7fe8a0cd5540 -1 osd.7 0 log_to_monitors true 2023-09-30T09:05:16.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:15 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:16.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:15 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:16.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:15 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:16.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:15 smithi192 ceph-mon[114603]: from='osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:05:16.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:15 smithi192 ceph-mon[114603]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:05:16.041 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:16.041 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:16.041 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:16.041 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[123327]: from='osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:05:16.042 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[123327]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:05:16.042 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:16.042 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:16.042 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:16.042 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[110048]: from='osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:05:16.042 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:15 smithi118 ceph-mon[110048]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:05:16.645 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:17.026 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[123327]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-09-30T09:05:17.026 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[123327]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T09:05:17.026 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[123327]: osdmap e50: 8 total, 7 up, 8 in 2023-09-30T09:05:17.026 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:17.026 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[123327]: from='osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:17.026 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[123327]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:17.026 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/218371711' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T09:05:17.027 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[110048]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-09-30T09:05:17.027 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[110048]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T09:05:17.027 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[110048]: osdmap e50: 8 total, 7 up, 8 in 2023-09-30T09:05:17.027 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:17.027 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[110048]: from='osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:17.027 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[110048]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:17.027 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:16 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/218371711' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T09:05:17.043 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1696064700,"num_in_osds":8,"osd_in_since":1696064703,"num_remapped_pgs":0} 2023-09-30T09:05:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-mon[114603]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-09-30T09:05:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-mon[114603]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T09:05:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-mon[114603]: osdmap e50: 8 total, 7 up, 8 in 2023-09-30T09:05:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-mon[114603]: from='osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-mon[114603]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:05:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/218371711' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T09:05:17.214 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[141501]: 2023-09-30T09:05:16.875+0000 7fe8974ba700 -1 osd.7 0 waiting for initial osdmap 2023-09-30T09:05:17.215 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:05:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[141501]: 2023-09-30T09:05:16.883+0000 7fe8912b3700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:05:18.045 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-30T09:05:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:05:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: osdmap e51: 8 total, 7 up, 8 in 2023-09-30T09:05:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783] boot 2023-09-30T09:05:18.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: osdmap e52: 8 total, 8 up, 8 in 2023-09-30T09:05:18.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:17 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.309 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: osdmap e51: 8 total, 7 up, 8 in 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783] boot 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: osdmap e52: 8 total, 8 up, 8 in 2023-09-30T09:05:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: osdmap e51: 8 total, 7 up, 8 in 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:05:18.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:18.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:18.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:18.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: osd.7 [v2:172.21.15.192:6824/2982645783,v1:172.21.15.192:6825/2982645783] boot 2023-09-30T09:05:18.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: osdmap e52: 8 total, 8 up, 8 in 2023-09-30T09:05:18.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:17 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[110048]: purged_snaps scrub starts 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[110048]: purged_snaps scrub ok 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[110048]: Detected new or changed devices on smithi192 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi192 to 4278M 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[110048]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[110048]: osdmap e53: 8 total, 8 up, 8 in 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[123327]: purged_snaps scrub starts 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[123327]: purged_snaps scrub ok 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[123327]: Detected new or changed devices on smithi192 2023-09-30T09:05:19.055 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi192 to 4278M 2023-09-30T09:05:19.056 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[123327]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:19.056 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:18 smithi118 ceph-mon[123327]: osdmap e53: 8 total, 8 up, 8 in 2023-09-30T09:05:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:18 smithi192 ceph-mon[114603]: purged_snaps scrub starts 2023-09-30T09:05:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:18 smithi192 ceph-mon[114603]: purged_snaps scrub ok 2023-09-30T09:05:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:18 smithi192 ceph-mon[114603]: Detected new or changed devices on smithi192 2023-09-30T09:05:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:18 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi192 to 4278M 2023-09-30T09:05:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:18 smithi192 ceph-mon[114603]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-30T09:05:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:18 smithi192 ceph-mon[114603]: osdmap e53: 8 total, 8 up, 8 in 2023-09-30T09:05:19.419 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:19.799 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1696064717,"num_in_osds":8,"osd_in_since":1696064703,"num_remapped_pgs":1} 2023-09-30T09:05:19.799 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T09:05:20.061 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:05:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:19 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/769573821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T09:05:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:19 smithi118 ceph-mon[110048]: osdmap e54: 8 total, 8 up, 8 in 2023-09-30T09:05:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:19 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/769573821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T09:05:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:19 smithi118 ceph-mon[123327]: osdmap e54: 8 total, 8 up, 8 in 2023-09-30T09:05:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:19 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/769573821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-30T09:05:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:19 smithi192 ceph-mon[114603]: osdmap e54: 8 total, 8 up, 8 in 2023-09-30T09:05:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:20 smithi118 ceph-mon[110048]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:20 smithi118 ceph-mon[123327]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:21.119 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:21.120 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":55,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:05:20.879556+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","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.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","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.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","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.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","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.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:05:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:20 smithi192 ceph-mon[114603]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:21.491 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T09:03:57.670297+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-09-30T09:05:21.491 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-30T09:05:21.750 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:05:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:21 smithi192 ceph-mon[114603]: osdmap e55: 8 total, 8 up, 8 in 2023-09-30T09:05:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:21 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3242771104' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:22.257 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:21 smithi118 ceph-mon[110048]: osdmap e55: 8 total, 8 up, 8 in 2023-09-30T09:05:22.257 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:21 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3242771104' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:22.257 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:21 smithi118 ceph-mon[123327]: osdmap e55: 8 total, 8 up, 8 in 2023-09-30T09:05:22.257 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:21 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3242771104' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:22.910 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2023-09-30T09:05:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:22 smithi192 ceph-mon[114603]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:22 smithi192 ceph-mon[114603]: osdmap e56: 8 total, 8 up, 8 in 2023-09-30T09:05:23.218 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:22 smithi118 ceph-mon[110048]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:23.218 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:22 smithi118 ceph-mon[110048]: osdmap e56: 8 total, 8 up, 8 in 2023-09-30T09:05:23.218 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:22 smithi118 ceph-mon[123327]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:23.219 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:22 smithi118 ceph-mon[123327]: osdmap e56: 8 total, 8 up, 8 in 2023-09-30T09:05:23.274 INFO:tasks.cephadm:Adding mds.a on smithi118 2023-09-30T09:05:23.274 INFO:tasks.cephadm:Adding mds.b on smithi192 2023-09-30T09:05:23.274 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch apply mds all '2;smithi118=a;smithi192=b' 2023-09-30T09:05:23.551 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:05:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:23 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2219527995' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:24.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:23 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2219527995' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:24.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:23 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2219527995' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:24.628 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mds.all update... 2023-09-30T09:05:25.031 DEBUG:teuthology.orchestra.run.smithi118:mds.a> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.a.service 2023-09-30T09:05:25.033 DEBUG:teuthology.orchestra.run.smithi192:mds.b> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.b.service 2023-09-30T09:05:25.035 INFO:tasks.cephadm:Setting up CephFS filesystem(s)... 2023-09-30T09:05:25.036 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:05:25.062 INFO:journalctl@ceph.mds.a.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:05:25.065 INFO:journalctl@ceph.mds.b.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:05:25.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 122 KiB/s, 0 objects/s recovering 2023-09-30T09:05:25.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:25.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:25.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:25.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 122 KiB/s, 0 objects/s recovering 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:25.151 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:25.152 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:25.152 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:25.152 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:05:25.152 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T09:05:25.152 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:24 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 122 KiB/s, 0 objects/s recovering 2023-09-30T09:05:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:25.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:25.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:05:25.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T09:05:25.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:24 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:25.417 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:25.417 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":56,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:05:21.884426+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","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.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","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.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","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.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","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.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:05:25.431 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T09:03:57.670297+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-09-30T09:05:25.431 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-09-30T09:05:25.781 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2023-09-30T09:05:25.795 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T09:05:26.083 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:05:25 smithi118 systemd[1]: Starting Ceph mds.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:05:26.084 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[110048]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi118=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:26.084 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[110048]: Saving service mds.all spec with placement smithi118=a;smithi192=b;count:2 2023-09-30T09:05:26.084 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[110048]: Deploying daemon mds.a on smithi118 2023-09-30T09:05:26.084 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/608386062' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:26.084 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1280614669' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:26.084 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[123327]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi118=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:26.084 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[123327]: Saving service mds.all spec with placement smithi118=a;smithi192=b;count:2 2023-09-30T09:05:26.085 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[123327]: Deploying daemon mds.a on smithi118 2023-09-30T09:05:26.085 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/608386062' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:26.085 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:25 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1280614669' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:26.196 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:26.196 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":1,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[],"filesystems":[]} 2023-09-30T09:05:26.198 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 1 2023-09-30T09:05:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:25 smithi192 ceph-mon[114603]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply mds", "fs_name": "all", "placement": "2;smithi118=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:25 smithi192 ceph-mon[114603]: Saving service mds.all spec with placement smithi118=a;smithi192=b;count:2 2023-09-30T09:05:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:25 smithi192 ceph-mon[114603]: Deploying daemon mds.a on smithi118 2023-09-30T09:05:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:25 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/608386062' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:25 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1280614669' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:26.346 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[155452]: starting mds.a at 2023-09-30T09:05:26.346 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:05:26 smithi118 bash[155419]: a748ab01d081b9860ab5d1d81722cb401603dbc8a9a3409ff01bc658ea5208eb 2023-09-30T09:05:26.346 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:05:26 smithi118 systemd[1]: Started Ceph mds.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:05:27.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2981336680' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: mds.? [v2:172.21.15.118:6834/3635796439,v1:172.21.15.118:6835/3635796439] up:boot 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: fsmap 1 up:standby 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:27.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:26 smithi192 ceph-mon[114603]: Deploying daemon mds.b on smithi192 2023-09-30T09:05:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-09-30T09:05:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2981336680' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: mds.? [v2:172.21.15.118:6834/3635796439,v1:172.21.15.118:6835/3635796439] up:boot 2023-09-30T09:05:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: fsmap 1 up:standby 2023-09-30T09:05:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:05:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[123327]: Deploying daemon mds.b on smithi192 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-09-30T09:05:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2981336680' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: mds.? [v2:172.21.15.118:6834/3635796439,v1:172.21.15.118:6835/3635796439] up:boot 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: fsmap 1 up:standby 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:27.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:26 smithi118 ceph-mon[110048]: Deploying daemon mds.b on smithi192 2023-09-30T09:05:27.412 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:05:27 smithi192 systemd[1]: Starting Ceph mds.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:05:27.963 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:05:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b[146917]: starting mds.b at 2023-09-30T09:05:27.963 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:05:27 smithi192 bash[146902]: ff7d64c71be5e1d4c7a05decb767082200b6edbdfc5da58317e4cb6d25dee503 2023-09-30T09:05:27.963 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:05:27 smithi192 systemd[1]: Started Ceph mds.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:05:28.210 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T09:05:28.606 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:28.705 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":2,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.118:6835/3635796439","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":3635796439},{"type":"v1","addr":"172.21.15.118:6835","nonce":3635796439}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[]} 2023-09-30T09:05:28.706 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 2 2023-09-30T09:05:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2023-09-30T09:05:29.250 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.250 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1485251377' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: mds.? [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] up:boot 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: fsmap 2 up:standby 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:05:29.251 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1485251377' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: mds.? [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] up:boot 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: fsmap 2 up:standby 2023-09-30T09:05:29.252 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:28 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:05:29.253 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2023-09-30T09:05:29.253 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.253 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.253 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.415 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:29.415 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:29.415 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1485251377' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:29.415 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: mds.? [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] up:boot 2023-09-30T09:05:29.415 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: fsmap 2 up:standby 2023-09-30T09:05:29.415 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:28 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:05:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-09-30T09:05:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:29 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-09-30T09:05:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:29 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:30.707 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T09:05:31.081 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:31.081 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":3,"default_fscid":-1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.118:6835/3635796439","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":3635796439},{"type":"v1","addr":"172.21.15.118:6835","nonce":3635796439}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2},{"gid":24349,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.192:6833/117750584","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6832","nonce":117750584},{"type":"v1","addr":"172.21.15.192:6833","nonce":117750584}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":3}],"filesystems":[]} 2023-09-30T09:05:31.084 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 3 2023-09-30T09:05:31.095 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:05:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:31 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1615214847' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:31 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1615214847' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:31.408 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:31.408 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":56,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:05:21.884426+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","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.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","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.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","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.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","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.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:05:31.422 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T09:03:57.670297+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-09-30T09:05:31.422 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-09-30T09:05:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:31 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1615214847' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:31.732 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2023-09-30T09:05:31.745 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph --format=json-pretty osd lspools 2023-09-30T09:05:32.055 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:32.055 INFO:teuthology.orchestra.run.smithi118.stdout:[ 2023-09-30T09:05:32.055 INFO:teuthology.orchestra.run.smithi118.stdout: { 2023-09-30T09:05:32.055 INFO:teuthology.orchestra.run.smithi118.stdout: "poolnum": 1, 2023-09-30T09:05:32.055 INFO:teuthology.orchestra.run.smithi118.stdout: "poolname": ".mgr" 2023-09-30T09:05:32.055 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:05:32.056 INFO:teuthology.orchestra.run.smithi118.stdout:] 2023-09-30T09:05:32.069 DEBUG:tasks.cephfs.filesystem:Creating filesystem 'cephfs' 2023-09-30T09:05:32.069 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool create cephfs_metadata --pg_num_min 64 2023-09-30T09:05:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2667805782' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[123327]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-09-30T09:05:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/916988526' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1922204141' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2023-09-30T09:05:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2667805782' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[110048]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-09-30T09:05:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/916988526' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:32 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1922204141' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2023-09-30T09:05:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:32 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2667805782' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:32 smithi192 ceph-mon[114603]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-09-30T09:05:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:32 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/916988526' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:05:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:32 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1922204141' entity='client.admin' cmd=[{"prefix": "osd lspools", "format": "json-pretty"}]: dispatch 2023-09-30T09:05:33.210 INFO:teuthology.orchestra.run.smithi118.stderr:pool 'cephfs_metadata' created 2023-09-30T09:05:33.222 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool create cephfs_data 64 --pg_num_min 64 --target_size_ratio 0.9 2023-09-30T09:05:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:33 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/433008390' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-09-30T09:05:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:33 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-09-30T09:05:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:33 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/433008390' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-09-30T09:05:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:33 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-09-30T09:05:33.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:33 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/433008390' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-09-30T09:05:33.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:33 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]: dispatch 2023-09-30T09:05:34.226 INFO:teuthology.orchestra.run.smithi118.stderr:pool 'cephfs_data' created 2023-09-30T09:05:34.241 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs new cephfs cephfs_metadata cephfs_data 2023-09-30T09:05:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:34 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2023-09-30T09:05:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:34 smithi192 ceph-mon[114603]: osdmap e57: 8 total, 8 up, 8 in 2023-09-30T09:05:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:34 smithi192 ceph-mon[114603]: pgmap v144: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:34 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4059903456' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2023-09-30T09:05:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2023-09-30T09:05:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[110048]: osdmap e57: 8 total, 8 up, 8 in 2023-09-30T09:05:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[110048]: pgmap v144: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4059903456' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2023-09-30T09:05:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_metadata", "pg_num_min": 64}]': finished 2023-09-30T09:05:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[123327]: osdmap e57: 8 total, 8 up, 8 in 2023-09-30T09:05:34.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[123327]: pgmap v144: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:34.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:34 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4059903456' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]: dispatch 2023-09-30T09:05:34.631 INFO:teuthology.orchestra.run.smithi118.stderr:new fs with metadata pool 2 and data pool 3 2023-09-30T09:05:34.641 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:05:34.950 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:34.950 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":59,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:05:34.598837+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:05:34.964 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:05:35.276 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:35.277 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":59,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:05:34.598837+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:05:35.289 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4059903456' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2023-09-30T09:05:35.289 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: osdmap e58: 8 total, 8 up, 8 in 2023-09-30T09:05:35.289 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2791378743' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-09-30T09:05:35.289 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: daemon mds.b assigned to filesystem cephfs as rank 0 2023-09-30T09:05:35.289 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: osdmap e59: 8 total, 8 up, 8 in 2023-09-30T09:05:35.289 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2791378743' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2023-09-30T09:05:35.290 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2023-09-30T09:05:35.290 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: daemon mds.b is now active in filesystem cephfs as rank 0 2023-09-30T09:05:35.290 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2398054143' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:35.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4059903456' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2023-09-30T09:05:35.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: osdmap e58: 8 total, 8 up, 8 in 2023-09-30T09:05:35.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2791378743' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-09-30T09:05:35.290 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: daemon mds.b assigned to filesystem cephfs as rank 0 2023-09-30T09:05:35.291 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: osdmap e59: 8 total, 8 up, 8 in 2023-09-30T09:05:35.291 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2791378743' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2023-09-30T09:05:35.291 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2023-09-30T09:05:35.291 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: daemon mds.b is now active in filesystem cephfs as rank 0 2023-09-30T09:05:35.291 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:35 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2398054143' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:35.292 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs standby_count_wanted 0 2023-09-30T09:05:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4059903456' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "cephfs_data", "pg_num": 64, "pg_num_min": 64, "target_size_ratio": 0.9}]': finished 2023-09-30T09:05:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: osdmap e58: 8 total, 8 up, 8 in 2023-09-30T09:05:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2791378743' entity='client.admin' cmd=[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]: dispatch 2023-09-30T09:05:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: daemon mds.b assigned to filesystem cephfs as rank 0 2023-09-30T09:05:35.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: osdmap e59: 8 total, 8 up, 8 in 2023-09-30T09:05:35.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2791378743' entity='client.admin' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs_metadata", "data": "cephfs_data"}]': finished 2023-09-30T09:05:35.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: fsmap cephfs:1 {0=b=up:creating} 1 up:standby 2023-09-30T09:05:35.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: daemon mds.b is now active in filesystem cephfs as rank 0 2023-09-30T09:05:35.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:35 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2398054143' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3923279584' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: pgmap v147: 97 pgs: 6 creating+peering, 24 active+clean, 67 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: osdmap e60: 8 total, 8 up, 8 in 2023-09-30T09:05:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: mds.? [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] up:active 2023-09-30T09:05:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3538639277' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-09-30T09:05:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:36 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-09-30T09:05:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3923279584' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: pgmap v147: 97 pgs: 6 creating+peering, 24 active+clean, 67 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: osdmap e60: 8 total, 8 up, 8 in 2023-09-30T09:05:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: mds.? [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] up:active 2023-09-30T09:05:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3538639277' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3923279584' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: pgmap v147: 97 pgs: 6 creating+peering, 24 active+clean, 67 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: osdmap e60: 8 total, 8 up, 8 in 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: mds.? [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] up:active 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:36.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3538639277' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-09-30T09:05:36.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:36 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]: dispatch 2023-09-30T09:05:36.631 DEBUG:tasks.cephfs.filesystem:fs_config: {} 2023-09-30T09:05:36.631 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs set cephfs allow_standby_replay false 2023-09-30T09:05:37.635 DEBUG:tasks.cephfs.filesystem:Not Creating any subvols for filesystem 'cephfs' 2023-09-30T09:05:37.635 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T09:05:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:37 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2023-09-30T09:05:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:37 smithi192 ceph-mon[114603]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:37 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1800821735' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2023-09-30T09:05:37.991 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:37.991 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.118:6835/3635796439","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":3635796439},{"type":"v1","addr":"172.21.15.118:6835","nonce":3635796439}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2023-09-30T09:05:34.599176+0000","modified":"2023-09-30T09:05:37.611371+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.192:6833/117750584","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6832","nonce":117750584},{"type":"v1","addr":"172.21.15.192:6833","nonce":117750584}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2023-09-30T09:05:37.994 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 8 2023-09-30T09:05:38.004 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:37 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2023-09-30T09:05:38.004 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:37 smithi118 ceph-mon[110048]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:38.004 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:37 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1800821735' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2023-09-30T09:05:38.004 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:37 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "standby_count_wanted", "val": "0"}]': finished 2023-09-30T09:05:38.005 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:37 smithi118 ceph-mon[123327]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:38.005 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:37 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1800821735' entity='client.admin' cmd=[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]: dispatch 2023-09-30T09:05:38.006 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:05:38.314 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:38.314 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":60,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:05:35.600588+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:05:38.328 INFO:tasks.cephfs.filesystem.ceph_manager:waiting for clean 2023-09-30T09:05:38.328 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-09-30T09:05:38.645 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:38.647 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:05:38.657 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-09-30T09:05:37.408543+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":591904,"num_objects":12,"num_object_clones":0,"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":116,"num_read_kb":100,"num_write":183,"num_write_kb":2419,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":136,"ondisk_log_size":136,"up":144,"acting":144,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":43,"num_osds":8,"num_per_pool_osds":6,"num_per_pool_omap_osds":6,"kb":749961216,"kb_used":49660,"kb_used_data":6140,"kb_used_omap":0,"kb_used_meta":43456,"kb_avail":749911556,"statfs":{"total":767960285184,"available":767909433344,"internally_reserved":0,"allocated":6287360,"data_stored":3625879,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":44498944},"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":5,"apply_latency_ms":5,"commit_latency_ns":5000000,"apply_latency_ns":5000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":1536,"num_objects":10,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":24,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":"4.208125"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214937+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:38:54.904968+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,6],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632033+0000","last_change":"2023-09-30T09:05:34.632033+0000","last_active":"2023-09-30T09:05:34.632033+0000","last_peered":"2023-09-30T09:05:34.632033+0000","last_clean":"2023-09-30T09:05:34.632033+0000","last_became_active":"2023-09-30T09:05:34.631764+0000","last_became_peered":"2023-09-30T09:05:34.631764+0000","last_unstale":"2023-09-30T09:05:34.632033+0000","last_undegraded":"2023-09-30T09:05:34.632033+0000","last_fullsized":"2023-09-30T09:05:34.632033+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626222+0000","last_change":"2023-09-30T09:05:34.626222+0000","last_active":"2023-09-30T09:05:34.626222+0000","last_peered":"2023-09-30T09:05:34.626222+0000","last_clean":"2023-09-30T09:05:34.626222+0000","last_became_active":"2023-09-30T09:05:34.625289+0000","last_became_peered":"2023-09-30T09:05:34.625289+0000","last_unstale":"2023-09-30T09:05:34.626222+0000","last_undegraded":"2023-09-30T09:05:34.626222+0000","last_fullsized":"2023-09-30T09:05:34.626222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.38","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.37","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.36","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634947+0000","last_change":"2023-09-30T09:05:34.634469+0000","last_active":"2023-09-30T09:05:34.634947+0000","last_peered":"2023-09-30T09:05:34.634947+0000","last_clean":"2023-09-30T09:05:34.634947+0000","last_became_active":"2023-09-30T09:05:34.632208+0000","last_became_peered":"2023-09-30T09:05:34.632208+0000","last_unstale":"2023-09-30T09:05:34.634947+0000","last_undegraded":"2023-09-30T09:05:34.634947+0000","last_fullsized":"2023-09-30T09:05:34.634947+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636128+0000","last_change":"2023-09-30T09:05:34.635297+0000","last_active":"2023-09-30T09:05:34.636128+0000","last_peered":"2023-09-30T09:05:34.636128+0000","last_clean":"2023-09-30T09:05:34.636128+0000","last_became_active":"2023-09-30T09:05:34.635001+0000","last_became_peered":"2023-09-30T09:05:34.635001+0000","last_unstale":"2023-09-30T09:05:34.636128+0000","last_undegraded":"2023-09-30T09:05:34.636128+0000","last_fullsized":"2023-09-30T09:05:34.636128+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.33","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.32","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.31","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.216384+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:10:43.732896+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,5],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625110+0000","last_change":"2023-09-30T09:05:34.625110+0000","last_active":"2023-09-30T09:05:34.625110+0000","last_peered":"2023-09-30T09:05:34.625110+0000","last_clean":"2023-09-30T09:05:34.625110+0000","last_became_active":"2023-09-30T09:05:34.624832+0000","last_became_peered":"2023-09-30T09:05:34.624832+0000","last_unstale":"2023-09-30T09:05:34.625110+0000","last_undegraded":"2023-09-30T09:05:34.625110+0000","last_fullsized":"2023-09-30T09:05:34.625110+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630293+0000","last_change":"2023-09-30T09:05:34.630293+0000","last_active":"2023-09-30T09:05:34.630293+0000","last_peered":"2023-09-30T09:05:34.630293+0000","last_clean":"2023-09-30T09:05:34.630293+0000","last_became_active":"2023-09-30T09:05:34.630009+0000","last_became_peered":"2023-09-30T09:05:34.630009+0000","last_unstale":"2023-09-30T09:05:34.630293+0000","last_undegraded":"2023-09-30T09:05:34.630293+0000","last_fullsized":"2023-09-30T09:05:34.630293+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.622622+0000","last_change":"2023-09-30T09:05:34.621232+0000","last_active":"2023-09-30T09:05:34.622622+0000","last_peered":"2023-09-30T09:05:34.622622+0000","last_clean":"2023-09-30T09:05:34.622622+0000","last_became_active":"2023-09-30T09:05:34.620957+0000","last_became_peered":"2023-09-30T09:05:34.620957+0000","last_unstale":"2023-09-30T09:05:34.622622+0000","last_undegraded":"2023-09-30T09:05:34.622622+0000","last_fullsized":"2023-09-30T09:05:34.622622+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626941+0000","last_change":"2023-09-30T09:05:34.626941+0000","last_active":"2023-09-30T09:05:34.626941+0000","last_peered":"2023-09-30T09:05:34.626941+0000","last_clean":"2023-09-30T09:05:34.626941+0000","last_became_active":"2023-09-30T09:05:34.626665+0000","last_became_peered":"2023-09-30T09:05:34.626665+0000","last_unstale":"2023-09-30T09:05:34.626941+0000","last_undegraded":"2023-09-30T09:05:34.626941+0000","last_fullsized":"2023-09-30T09:05:34.626941+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1d","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626764+0000","last_change":"2023-09-30T09:05:34.626764+0000","last_active":"2023-09-30T09:05:34.626764+0000","last_peered":"2023-09-30T09:05:34.626764+0000","last_clean":"2023-09-30T09:05:34.626764+0000","last_became_active":"2023-09-30T09:05:34.626357+0000","last_became_peered":"2023-09-30T09:05:34.626357+0000","last_unstale":"2023-09-30T09:05:34.626764+0000","last_undegraded":"2023-09-30T09:05:34.626764+0000","last_fullsized":"2023-09-30T09:05:34.626764+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:26:31.508437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1a","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633378+0000","last_change":"2023-09-30T09:05:34.224454+0000","last_active":"2023-09-30T09:05:34.633378+0000","last_peered":"2023-09-30T09:05:34.633378+0000","last_clean":"2023-09-30T09:05:34.633378+0000","last_became_active":"2023-09-30T09:05:34.224139+0000","last_became_peered":"2023-09-30T09:05:34.224139+0000","last_unstale":"2023-09-30T09:05:34.633378+0000","last_undegraded":"2023-09-30T09:05:34.633378+0000","last_fullsized":"2023-09-30T09:05:34.633378+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T14:24:54.141913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.18","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234160+0000","last_change":"2023-09-30T09:05:34.233479+0000","last_active":"2023-09-30T09:05:34.234160+0000","last_peered":"2023-09-30T09:05:34.234160+0000","last_clean":"2023-09-30T09:05:34.234160+0000","last_became_active":"2023-09-30T09:05:34.232770+0000","last_became_peered":"2023-09-30T09:05:34.232770+0000","last_unstale":"2023-09-30T09:05:34.234160+0000","last_undegraded":"2023-09-30T09:05:34.234160+0000","last_fullsized":"2023-09-30T09:05:34.234160+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.215586+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:19:48.052902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[3,4],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603416+0000","last_change":"2023-09-30T09:05:34.227215+0000","last_active":"2023-09-30T09:05:34.603416+0000","last_peered":"2023-09-30T09:05:34.603416+0000","last_clean":"2023-09-30T09:05:34.603416+0000","last_became_active":"2023-09-30T09:05:34.226852+0000","last_became_peered":"2023-09-30T09:05:34.226852+0000","last_unstale":"2023-09-30T09:05:34.603416+0000","last_undegraded":"2023-09-30T09:05:34.603416+0000","last_fullsized":"2023-09-30T09:05:34.603416+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624205+0000","last_change":"2023-09-30T09:05:34.624205+0000","last_active":"2023-09-30T09:05:34.624205+0000","last_peered":"2023-09-30T09:05:34.624205+0000","last_clean":"2023-09-30T09:05:34.624205+0000","last_became_active":"2023-09-30T09:05:34.623860+0000","last_became_peered":"2023-09-30T09:05:34.623860+0000","last_unstale":"2023-09-30T09:05:34.624205+0000","last_undegraded":"2023-09-30T09:05:34.624205+0000","last_fullsized":"2023-09-30T09:05:34.624205+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.233915+0000","last_change":"2023-09-30T09:05:34.232931+0000","last_active":"2023-09-30T09:05:34.233915+0000","last_peered":"2023-09-30T09:05:34.233915+0000","last_clean":"2023-09-30T09:05:34.233915+0000","last_became_active":"2023-09-30T09:05:34.232641+0000","last_became_peered":"2023-09-30T09:05:34.232641+0000","last_unstale":"2023-09-30T09:05:34.233915+0000","last_undegraded":"2023-09-30T09:05:34.233915+0000","last_fullsized":"2023-09-30T09:05:34.233915+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.15","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.225467+0000","last_change":"2023-09-30T09:05:34.225467+0000","last_active":"2023-09-30T09:05:34.225467+0000","last_peered":"2023-09-30T09:05:34.225467+0000","last_clean":"2023-09-30T09:05:34.225467+0000","last_became_active":"2023-09-30T09:05:34.225041+0000","last_became_peered":"2023-09-30T09:05:34.225041+0000","last_unstale":"2023-09-30T09:05:34.225467+0000","last_undegraded":"2023-09-30T09:05:34.225467+0000","last_fullsized":"2023-09-30T09:05:34.225467+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:48:51.325240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.14","version":"59'6","reported_seq":17,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.640171+0000","last_change":"2023-09-30T09:05:34.228561+0000","last_active":"2023-09-30T09:05:34.640171+0000","last_peered":"2023-09-30T09:05:34.640171+0000","last_clean":"2023-09-30T09:05:34.640171+0000","last_became_active":"2023-09-30T09:05:34.228231+0000","last_became_peered":"2023-09-30T09:05:34.228231+0000","last_unstale":"2023-09-30T09:05:34.640171+0000","last_undegraded":"2023-09-30T09:05:34.640171+0000","last_fullsized":"2023-09-30T09:05:34.640171+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":6,"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 @ 2023-10-01T16:02:05.727585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1536,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.13","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.12","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.12","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234031+0000","last_change":"2023-09-30T09:05:34.233250+0000","last_active":"2023-09-30T09:05:34.234031+0000","last_peered":"2023-09-30T09:05:34.234031+0000","last_clean":"2023-09-30T09:05:34.234031+0000","last_became_active":"2023-09-30T09:05:34.232681+0000","last_became_peered":"2023-09-30T09:05:34.232681+0000","last_unstale":"2023-09-30T09:05:34.234031+0000","last_undegraded":"2023-09-30T09:05:34.234031+0000","last_fullsized":"2023-09-30T09:05:34.234031+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.11","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603259+0000","last_change":"2023-09-30T09:05:34.225299+0000","last_active":"2023-09-30T09:05:34.603259+0000","last_peered":"2023-09-30T09:05:34.603259+0000","last_clean":"2023-09-30T09:05:34.603259+0000","last_became_active":"2023-09-30T09:05:34.224984+0000","last_became_peered":"2023-09-30T09:05:34.224984+0000","last_unstale":"2023-09-30T09:05:34.603259+0000","last_undegraded":"2023-09-30T09:05:34.603259+0000","last_fullsized":"2023-09-30T09:05:34.603259+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636403+0000","last_change":"2023-09-30T09:05:34.632387+0000","last_active":"2023-09-30T09:05:34.636403+0000","last_peered":"2023-09-30T09:05:34.636403+0000","last_clean":"2023-09-30T09:05:34.636403+0000","last_became_active":"2023-09-30T09:05:34.631139+0000","last_became_peered":"2023-09-30T09:05:34.631139+0000","last_unstale":"2023-09-30T09:05:34.636403+0000","last_undegraded":"2023-09-30T09:05:34.636403+0000","last_fullsized":"2023-09-30T09:05:34.636403+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":19,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632238+0000","last_change":"2023-09-30T09:05:34.223190+0000","last_active":"2023-09-30T09:05:34.632238+0000","last_peered":"2023-09-30T09:05:34.632238+0000","last_clean":"2023-09-30T09:05:34.632238+0000","last_became_active":"2023-09-30T09:05:34.222868+0000","last_became_peered":"2023-09-30T09:05:34.222868+0000","last_unstale":"2023-09-30T09:05:34.632238+0000","last_undegraded":"2023-09-30T09:05:34.632238+0000","last_fullsized":"2023-09-30T09:05:34.632238+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":8,"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 @ 2023-10-01T11:08:23.278242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.4","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.228845+0000","last_change":"2023-09-30T09:05:34.228845+0000","last_active":"2023-09-30T09:05:34.228845+0000","last_peered":"2023-09-30T09:05:34.228845+0000","last_clean":"2023-09-30T09:05:34.228845+0000","last_became_active":"2023-09-30T09:05:34.227498+0000","last_became_peered":"2023-09-30T09:05:34.227498+0000","last_unstale":"2023-09-30T09:05:34.228845+0000","last_undegraded":"2023-09-30T09:05:34.228845+0000","last_fullsized":"2023-09-30T09:05:34.228845+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626515+0000","last_change":"2023-09-30T09:05:34.626515+0000","last_active":"2023-09-30T09:05:34.626515+0000","last_peered":"2023-09-30T09:05:34.626515+0000","last_clean":"2023-09-30T09:05:34.626515+0000","last_became_active":"2023-09-30T09:05:34.626171+0000","last_became_peered":"2023-09-30T09:05:34.626171+0000","last_unstale":"2023-09-30T09:05:34.626515+0000","last_undegraded":"2023-09-30T09:05:34.626515+0000","last_fullsized":"2023-09-30T09:05:34.626515+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.231425+0000","last_change":"2023-09-30T09:05:34.229683+0000","last_active":"2023-09-30T09:05:34.231425+0000","last_peered":"2023-09-30T09:05:34.231425+0000","last_clean":"2023-09-30T09:05:34.231425+0000","last_became_active":"2023-09-30T09:05:34.229396+0000","last_became_peered":"2023-09-30T09:05:34.229396+0000","last_unstale":"2023-09-30T09:05:34.231425+0000","last_undegraded":"2023-09-30T09:05:34.231425+0000","last_fullsized":"2023-09-30T09:05:34.231425+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.0","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214728+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:35:25.441877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,6],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.611577+0000","last_change":"2023-09-30T09:05:34.215793+0000","last_active":"2023-09-30T09:05:34.611577+0000","last_peered":"2023-09-30T09:05:34.611577+0000","last_clean":"2023-09-30T09:05:34.611577+0000","last_became_active":"2023-09-30T09:05:34.214547+0000","last_became_peered":"2023-09-30T09:05:34.214547+0000","last_unstale":"2023-09-30T09:05:34.611577+0000","last_undegraded":"2023-09-30T09:05:34.611577+0000","last_fullsized":"2023-09-30T09:05:34.611577+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.3","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234223+0000","last_change":"2023-09-30T09:05:34.233710+0000","last_active":"2023-09-30T09:05:34.234223+0000","last_peered":"2023-09-30T09:05:34.234223+0000","last_clean":"2023-09-30T09:05:34.234223+0000","last_became_active":"2023-09-30T09:05:34.232765+0000","last_became_peered":"2023-09-30T09:05:34.232765+0000","last_unstale":"2023-09-30T09:05:34.234223+0000","last_undegraded":"2023-09-30T09:05:34.234223+0000","last_fullsized":"2023-09-30T09:05:34.234223+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"22'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-09-30T09:05:21.893149+0000","last_change":"2023-09-30T09:05:21.893149+0000","last_active":"2023-09-30T09:05:21.893149+0000","last_peered":"2023-09-30T09:05:21.893149+0000","last_clean":"2023-09-30T09:05:21.893149+0000","last_became_active":"2023-09-30T09:05:21.892798+0000","last_became_peered":"2023-09-30T09:05:21.892798+0000","last_unstale":"2023-09-30T09:05:21.893149+0000","last_undegraded":"2023-09-30T09:05:21.893149+0000","last_fullsized":"2023-09-30T09:05:21.893149+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:59.134588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.0","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.4","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214925+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:11:24.112463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,5],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.225417+0000","last_change":"2023-09-30T09:05:34.225417+0000","last_active":"2023-09-30T09:05:34.225417+0000","last_peered":"2023-09-30T09:05:34.225417+0000","last_clean":"2023-09-30T09:05:34.225417+0000","last_became_active":"2023-09-30T09:05:34.225097+0000","last_became_peered":"2023-09-30T09:05:34.225097+0000","last_unstale":"2023-09-30T09:05:34.225417+0000","last_undegraded":"2023-09-30T09:05:34.225417+0000","last_fullsized":"2023-09-30T09:05:34.225417+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:29:09.897299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.7","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.617397+0000","last_change":"2023-09-30T09:05:34.220409+0000","last_active":"2023-09-30T09:05:34.617397+0000","last_peered":"2023-09-30T09:05:34.617397+0000","last_clean":"2023-09-30T09:05:34.617397+0000","last_became_active":"2023-09-30T09:05:34.219885+0000","last_became_peered":"2023-09-30T09:05:34.219885+0000","last_unstale":"2023-09-30T09:05:34.617397+0000","last_undegraded":"2023-09-30T09:05:34.617397+0000","last_fullsized":"2023-09-30T09:05:34.617397+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T11:53:30.662431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.9","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.9","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.228285+0000","last_change":"2023-09-30T09:05:34.228285+0000","last_active":"2023-09-30T09:05:34.228285+0000","last_peered":"2023-09-30T09:05:34.228285+0000","last_clean":"2023-09-30T09:05:34.228285+0000","last_became_active":"2023-09-30T09:05:34.227887+0000","last_became_peered":"2023-09-30T09:05:34.227887+0000","last_unstale":"2023-09-30T09:05:34.228285+0000","last_undegraded":"2023-09-30T09:05:34.228285+0000","last_fullsized":"2023-09-30T09:05:34.228285+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.a","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.226526+0000","last_change":"2023-09-30T09:05:34.226526+0000","last_active":"2023-09-30T09:05:34.226526+0000","last_peered":"2023-09-30T09:05:34.226526+0000","last_clean":"2023-09-30T09:05:34.226526+0000","last_became_active":"2023-09-30T09:05:34.226277+0000","last_became_peered":"2023-09-30T09:05:34.226277+0000","last_unstale":"2023-09-30T09:05:34.226526+0000","last_undegraded":"2023-09-30T09:05:34.226526+0000","last_fullsized":"2023-09-30T09:05:34.226526+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634161+0000","last_change":"2023-09-30T09:05:34.633306+0000","last_active":"2023-09-30T09:05:34.634161+0000","last_peered":"2023-09-30T09:05:34.634161+0000","last_clean":"2023-09-30T09:05:34.634161+0000","last_became_active":"2023-09-30T09:05:34.632975+0000","last_became_peered":"2023-09-30T09:05:34.632975+0000","last_unstale":"2023-09-30T09:05:34.634161+0000","last_undegraded":"2023-09-30T09:05:34.634161+0000","last_fullsized":"2023-09-30T09:05:34.634161+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.c","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.616094+0000","last_change":"2023-09-30T09:05:34.227516+0000","last_active":"2023-09-30T09:05:34.616094+0000","last_peered":"2023-09-30T09:05:34.616094+0000","last_clean":"2023-09-30T09:05:34.616094+0000","last_became_active":"2023-09-30T09:05:34.227215+0000","last_became_peered":"2023-09-30T09:05:34.227215+0000","last_unstale":"2023-09-30T09:05:34.616094+0000","last_undegraded":"2023-09-30T09:05:34.616094+0000","last_fullsized":"2023-09-30T09:05:34.616094+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.d","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.222788+0000","last_change":"2023-09-30T09:05:34.222788+0000","last_active":"2023-09-30T09:05:34.222788+0000","last_peered":"2023-09-30T09:05:34.222788+0000","last_clean":"2023-09-30T09:05:34.222788+0000","last_became_active":"2023-09-30T09:05:34.222468+0000","last_became_peered":"2023-09-30T09:05:34.222468+0000","last_unstale":"2023-09-30T09:05:34.222788+0000","last_undegraded":"2023-09-30T09:05:34.222788+0000","last_fullsized":"2023-09-30T09:05:34.222788+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:13:17.793358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625888+0000","last_change":"2023-09-30T09:05:34.625888+0000","last_active":"2023-09-30T09:05:34.625888+0000","last_peered":"2023-09-30T09:05:34.625888+0000","last_clean":"2023-09-30T09:05:34.625888+0000","last_became_active":"2023-09-30T09:05:34.625581+0000","last_became_peered":"2023-09-30T09:05:34.625581+0000","last_unstale":"2023-09-30T09:05:34.625888+0000","last_undegraded":"2023-09-30T09:05:34.625888+0000","last_fullsized":"2023-09-30T09:05:34.625888+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.e","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629320+0000","last_change":"2023-09-30T09:05:34.213632+0000","last_active":"2023-09-30T09:05:34.629320+0000","last_peered":"2023-09-30T09:05:34.629320+0000","last_clean":"2023-09-30T09:05:34.629320+0000","last_became_active":"2023-09-30T09:05:34.213321+0000","last_became_peered":"2023-09-30T09:05:34.213321+0000","last_unstale":"2023-09-30T09:05:34.629320+0000","last_undegraded":"2023-09-30T09:05:34.629320+0000","last_fullsized":"2023-09-30T09:05:34.629320+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T18:51:49.994921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.20","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636431+0000","last_change":"2023-09-30T09:05:34.634444+0000","last_active":"2023-09-30T09:05:34.636431+0000","last_peered":"2023-09-30T09:05:34.636431+0000","last_clean":"2023-09-30T09:05:34.636431+0000","last_became_active":"2023-09-30T09:05:34.631505+0000","last_became_peered":"2023-09-30T09:05:34.631505+0000","last_unstale":"2023-09-30T09:05:34.636431+0000","last_undegraded":"2023-09-30T09:05:34.636431+0000","last_fullsized":"2023-09-30T09:05:34.636431+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632926+0000","last_change":"2023-09-30T09:05:34.632335+0000","last_active":"2023-09-30T09:05:34.632926+0000","last_peered":"2023-09-30T09:05:34.632926+0000","last_clean":"2023-09-30T09:05:34.632926+0000","last_became_active":"2023-09-30T09:05:34.632068+0000","last_became_peered":"2023-09-30T09:05:34.632068+0000","last_unstale":"2023-09-30T09:05:34.632926+0000","last_undegraded":"2023-09-30T09:05:34.632926+0000","last_fullsized":"2023-09-30T09:05:34.632926+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626752+0000","last_change":"2023-09-30T09:05:34.626752+0000","last_active":"2023-09-30T09:05:34.626752+0000","last_peered":"2023-09-30T09:05:34.626752+0000","last_clean":"2023-09-30T09:05:34.626752+0000","last_became_active":"2023-09-30T09:05:34.625835+0000","last_became_peered":"2023-09-30T09:05:34.625835+0000","last_unstale":"2023-09-30T09:05:34.626752+0000","last_undegraded":"2023-09-30T09:05:34.626752+0000","last_fullsized":"2023-09-30T09:05:34.626752+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.25","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.216178+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:26:21.501481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635438+0000","last_change":"2023-09-30T09:05:34.634582+0000","last_active":"2023-09-30T09:05:34.635438+0000","last_peered":"2023-09-30T09:05:34.635438+0000","last_clean":"2023-09-30T09:05:34.635438+0000","last_became_active":"2023-09-30T09:05:34.631397+0000","last_became_peered":"2023-09-30T09:05:34.631397+0000","last_unstale":"2023-09-30T09:05:34.635438+0000","last_undegraded":"2023-09-30T09:05:34.635438+0000","last_fullsized":"2023-09-30T09:05:34.635438+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.28","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624993+0000","last_change":"2023-09-30T09:05:34.624993+0000","last_active":"2023-09-30T09:05:34.624993+0000","last_peered":"2023-09-30T09:05:34.624993+0000","last_clean":"2023-09-30T09:05:34.624993+0000","last_became_active":"2023-09-30T09:05:34.624707+0000","last_became_peered":"2023-09-30T09:05:34.624707+0000","last_unstale":"2023-09-30T09:05:34.624993+0000","last_undegraded":"2023-09-30T09:05:34.624993+0000","last_fullsized":"2023-09-30T09:05:34.624993+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.2a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.631981+0000","last_change":"2023-09-30T09:05:34.631981+0000","last_active":"2023-09-30T09:05:34.631981+0000","last_peered":"2023-09-30T09:05:34.631981+0000","last_clean":"2023-09-30T09:05:34.631981+0000","last_became_active":"2023-09-30T09:05:34.631712+0000","last_became_peered":"2023-09-30T09:05:34.631712+0000","last_unstale":"2023-09-30T09:05:34.631981+0000","last_undegraded":"2023-09-30T09:05:34.631981+0000","last_fullsized":"2023-09-30T09:05:34.631981+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.2c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632385+0000","last_change":"2023-09-30T09:05:34.631602+0000","last_active":"2023-09-30T09:05:34.632385+0000","last_peered":"2023-09-30T09:05:34.632385+0000","last_clean":"2023-09-30T09:05:34.632385+0000","last_became_active":"2023-09-30T09:05:34.631295+0000","last_became_peered":"2023-09-30T09:05:34.631295+0000","last_unstale":"2023-09-30T09:05:34.632385+0000","last_undegraded":"2023-09-30T09:05:34.632385+0000","last_fullsized":"2023-09-30T09:05:34.632385+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":81,"acting":81,"num_store_stats":4},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4157440,"data_stored":4132576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":1536,"num_objects":10,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":24,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":28672,"data_stored":3162,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":19,"ondisk_log_size":19,"up":60,"acting":60,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299397,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6108,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739044,"statfs":{"total":95995035648,"available":95988781056,"internally_reserved":0,"allocated":1134592,"data_stored":812630,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55300000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64700000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66700000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69399999999999995}]}]},{"osd":6,"up_from":45,"seq":193273528329,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6484,"kb_used_data":1164,"kb_used_omap":0,"kb_used_meta":5312,"kb_avail":93738668,"statfs":{"total":95995035648,"available":95988396032,"internally_reserved":0,"allocated":1191936,"data_stored":840704,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5439488},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67100000000000004}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60599999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70699999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6456,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738696,"statfs":{"total":95995035648,"available":95988424704,"internally_reserved":0,"allocated":573440,"data_stored":235778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:41 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.17199999999999999,"5min":0.17199999999999999,"15min":0.17199999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.189,"5min":0.189,"15min":0.189},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.29199999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:04:59 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.318}]},{"osd":3,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.309},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.32800000000000001}]},{"osd":4,"last update":"Sat Sep 30 09:05:27 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.505}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738396,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":7012,"kb_used_data":1116,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738140,"statfs":{"total":95995035648,"available":95987855360,"internally_reserved":0,"allocated":1142784,"data_stored":813218,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:04:39 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.374},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.40400000000000003}]},{"osd":2,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.309},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.34599999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.38500000000000001}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.65900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61099999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56000000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71199999999999997}]}]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6476,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738676,"statfs":{"total":95995035648,"available":95988404224,"internally_reserved":0,"allocated":593920,"data_stored":249388,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.247},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34899999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.28199999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:12 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.314},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.33500000000000002}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.69999999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.751}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71499999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5728,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739424,"statfs":{"total":95995035648,"available":95989170176,"internally_reserved":0,"allocated":548864,"data_stored":222850,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.251},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.39800000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.35199999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.371}]},{"osd":4,"last update":"Sat Sep 30 09:05:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.59199999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]}]},{"osd":4,"up_from":30,"seq":128849018894,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5728,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739424,"statfs":{"total":95995035648,"available":95989170176,"internally_reserved":0,"allocated":548864,"data_stored":222850,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.63700000000000001}]},{"osd":1,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.48999999999999999}]},{"osd":2,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.58299999999999996}]},{"osd":3,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.51200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67200000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]}]},{"osd":5,"up_from":37,"seq":158913789964,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5668,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739484,"statfs":{"total":95995035648,"available":95989231616,"internally_reserved":0,"allocated":552960,"data_stored":228461,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64500000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":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":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":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1626,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T09:05:38.663 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-09-30T09:05:38.963 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:05:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b[146917]: 2023-09-30T09:05:38.697+0000 7fc455ef0700 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2023-09-30T09:05:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:38 smithi192 ceph-mon[114603]: pgmap v149: 97 pgs: 6 creating+peering, 42 active+clean, 49 unknown; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 730 B/s wr, 5 op/s 2023-09-30T09:05:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:38 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1800821735' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2023-09-30T09:05:38.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:38 smithi192 ceph-mon[114603]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:38.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:38 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4124394293' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:38.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:38 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2770291647' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:39.011 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:39.012 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:05:39.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[123327]: pgmap v149: 97 pgs: 6 creating+peering, 42 active+clean, 49 unknown; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 730 B/s wr, 5 op/s 2023-09-30T09:05:39.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1800821735' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2023-09-30T09:05:39.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[123327]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:39.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4124394293' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:39.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2770291647' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:39.022 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[110048]: pgmap v149: 97 pgs: 6 creating+peering, 42 active+clean, 49 unknown; 578 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 730 B/s wr, 5 op/s 2023-09-30T09:05:39.023 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1800821735' entity='client.admin' cmd='[{"prefix": "fs set", "fs_name": "cephfs", "var": "allow_standby_replay", "val": "false"}]': finished 2023-09-30T09:05:39.023 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[110048]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:05:39.023 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4124394293' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:05:39.023 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:38 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2770291647' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:39.023 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-09-30T09:05:37.408543+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":591904,"num_objects":12,"num_object_clones":0,"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":116,"num_read_kb":100,"num_write":183,"num_write_kb":2419,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":136,"ondisk_log_size":136,"up":144,"acting":144,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":43,"num_osds":8,"num_per_pool_osds":6,"num_per_pool_omap_osds":6,"kb":749961216,"kb_used":49660,"kb_used_data":6140,"kb_used_omap":0,"kb_used_meta":43456,"kb_avail":749911556,"statfs":{"total":767960285184,"available":767909433344,"internally_reserved":0,"allocated":6287360,"data_stored":3625879,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":44498944},"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":5,"apply_latency_ms":5,"commit_latency_ns":5000000,"apply_latency_ns":5000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":1536,"num_objects":10,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":24,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":"4.208125"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214937+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:38:54.904968+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,6],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632033+0000","last_change":"2023-09-30T09:05:34.632033+0000","last_active":"2023-09-30T09:05:34.632033+0000","last_peered":"2023-09-30T09:05:34.632033+0000","last_clean":"2023-09-30T09:05:34.632033+0000","last_became_active":"2023-09-30T09:05:34.631764+0000","last_became_peered":"2023-09-30T09:05:34.631764+0000","last_unstale":"2023-09-30T09:05:34.632033+0000","last_undegraded":"2023-09-30T09:05:34.632033+0000","last_fullsized":"2023-09-30T09:05:34.632033+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626222+0000","last_change":"2023-09-30T09:05:34.626222+0000","last_active":"2023-09-30T09:05:34.626222+0000","last_peered":"2023-09-30T09:05:34.626222+0000","last_clean":"2023-09-30T09:05:34.626222+0000","last_became_active":"2023-09-30T09:05:34.625289+0000","last_became_peered":"2023-09-30T09:05:34.625289+0000","last_unstale":"2023-09-30T09:05:34.626222+0000","last_undegraded":"2023-09-30T09:05:34.626222+0000","last_fullsized":"2023-09-30T09:05:34.626222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.38","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.37","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.36","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634947+0000","last_change":"2023-09-30T09:05:34.634469+0000","last_active":"2023-09-30T09:05:34.634947+0000","last_peered":"2023-09-30T09:05:34.634947+0000","last_clean":"2023-09-30T09:05:34.634947+0000","last_became_active":"2023-09-30T09:05:34.632208+0000","last_became_peered":"2023-09-30T09:05:34.632208+0000","last_unstale":"2023-09-30T09:05:34.634947+0000","last_undegraded":"2023-09-30T09:05:34.634947+0000","last_fullsized":"2023-09-30T09:05:34.634947+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636128+0000","last_change":"2023-09-30T09:05:34.635297+0000","last_active":"2023-09-30T09:05:34.636128+0000","last_peered":"2023-09-30T09:05:34.636128+0000","last_clean":"2023-09-30T09:05:34.636128+0000","last_became_active":"2023-09-30T09:05:34.635001+0000","last_became_peered":"2023-09-30T09:05:34.635001+0000","last_unstale":"2023-09-30T09:05:34.636128+0000","last_undegraded":"2023-09-30T09:05:34.636128+0000","last_fullsized":"2023-09-30T09:05:34.636128+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.33","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.32","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.31","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.216384+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:10:43.732896+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,5],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625110+0000","last_change":"2023-09-30T09:05:34.625110+0000","last_active":"2023-09-30T09:05:34.625110+0000","last_peered":"2023-09-30T09:05:34.625110+0000","last_clean":"2023-09-30T09:05:34.625110+0000","last_became_active":"2023-09-30T09:05:34.624832+0000","last_became_peered":"2023-09-30T09:05:34.624832+0000","last_unstale":"2023-09-30T09:05:34.625110+0000","last_undegraded":"2023-09-30T09:05:34.625110+0000","last_fullsized":"2023-09-30T09:05:34.625110+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630293+0000","last_change":"2023-09-30T09:05:34.630293+0000","last_active":"2023-09-30T09:05:34.630293+0000","last_peered":"2023-09-30T09:05:34.630293+0000","last_clean":"2023-09-30T09:05:34.630293+0000","last_became_active":"2023-09-30T09:05:34.630009+0000","last_became_peered":"2023-09-30T09:05:34.630009+0000","last_unstale":"2023-09-30T09:05:34.630293+0000","last_undegraded":"2023-09-30T09:05:34.630293+0000","last_fullsized":"2023-09-30T09:05:34.630293+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.622622+0000","last_change":"2023-09-30T09:05:34.621232+0000","last_active":"2023-09-30T09:05:34.622622+0000","last_peered":"2023-09-30T09:05:34.622622+0000","last_clean":"2023-09-30T09:05:34.622622+0000","last_became_active":"2023-09-30T09:05:34.620957+0000","last_became_peered":"2023-09-30T09:05:34.620957+0000","last_unstale":"2023-09-30T09:05:34.622622+0000","last_undegraded":"2023-09-30T09:05:34.622622+0000","last_fullsized":"2023-09-30T09:05:34.622622+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626941+0000","last_change":"2023-09-30T09:05:34.626941+0000","last_active":"2023-09-30T09:05:34.626941+0000","last_peered":"2023-09-30T09:05:34.626941+0000","last_clean":"2023-09-30T09:05:34.626941+0000","last_became_active":"2023-09-30T09:05:34.626665+0000","last_became_peered":"2023-09-30T09:05:34.626665+0000","last_unstale":"2023-09-30T09:05:34.626941+0000","last_undegraded":"2023-09-30T09:05:34.626941+0000","last_fullsized":"2023-09-30T09:05:34.626941+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1d","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626764+0000","last_change":"2023-09-30T09:05:34.626764+0000","last_active":"2023-09-30T09:05:34.626764+0000","last_peered":"2023-09-30T09:05:34.626764+0000","last_clean":"2023-09-30T09:05:34.626764+0000","last_became_active":"2023-09-30T09:05:34.626357+0000","last_became_peered":"2023-09-30T09:05:34.626357+0000","last_unstale":"2023-09-30T09:05:34.626764+0000","last_undegraded":"2023-09-30T09:05:34.626764+0000","last_fullsized":"2023-09-30T09:05:34.626764+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:26:31.508437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1a","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633378+0000","last_change":"2023-09-30T09:05:34.224454+0000","last_active":"2023-09-30T09:05:34.633378+0000","last_peered":"2023-09-30T09:05:34.633378+0000","last_clean":"2023-09-30T09:05:34.633378+0000","last_became_active":"2023-09-30T09:05:34.224139+0000","last_became_peered":"2023-09-30T09:05:34.224139+0000","last_unstale":"2023-09-30T09:05:34.633378+0000","last_undegraded":"2023-09-30T09:05:34.633378+0000","last_fullsized":"2023-09-30T09:05:34.633378+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T14:24:54.141913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.18","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234160+0000","last_change":"2023-09-30T09:05:34.233479+0000","last_active":"2023-09-30T09:05:34.234160+0000","last_peered":"2023-09-30T09:05:34.234160+0000","last_clean":"2023-09-30T09:05:34.234160+0000","last_became_active":"2023-09-30T09:05:34.232770+0000","last_became_peered":"2023-09-30T09:05:34.232770+0000","last_unstale":"2023-09-30T09:05:34.234160+0000","last_undegraded":"2023-09-30T09:05:34.234160+0000","last_fullsized":"2023-09-30T09:05:34.234160+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.215586+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:19:48.052902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[3,4],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603416+0000","last_change":"2023-09-30T09:05:34.227215+0000","last_active":"2023-09-30T09:05:34.603416+0000","last_peered":"2023-09-30T09:05:34.603416+0000","last_clean":"2023-09-30T09:05:34.603416+0000","last_became_active":"2023-09-30T09:05:34.226852+0000","last_became_peered":"2023-09-30T09:05:34.226852+0000","last_unstale":"2023-09-30T09:05:34.603416+0000","last_undegraded":"2023-09-30T09:05:34.603416+0000","last_fullsized":"2023-09-30T09:05:34.603416+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624205+0000","last_change":"2023-09-30T09:05:34.624205+0000","last_active":"2023-09-30T09:05:34.624205+0000","last_peered":"2023-09-30T09:05:34.624205+0000","last_clean":"2023-09-30T09:05:34.624205+0000","last_became_active":"2023-09-30T09:05:34.623860+0000","last_became_peered":"2023-09-30T09:05:34.623860+0000","last_unstale":"2023-09-30T09:05:34.624205+0000","last_undegraded":"2023-09-30T09:05:34.624205+0000","last_fullsized":"2023-09-30T09:05:34.624205+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.233915+0000","last_change":"2023-09-30T09:05:34.232931+0000","last_active":"2023-09-30T09:05:34.233915+0000","last_peered":"2023-09-30T09:05:34.233915+0000","last_clean":"2023-09-30T09:05:34.233915+0000","last_became_active":"2023-09-30T09:05:34.232641+0000","last_became_peered":"2023-09-30T09:05:34.232641+0000","last_unstale":"2023-09-30T09:05:34.233915+0000","last_undegraded":"2023-09-30T09:05:34.233915+0000","last_fullsized":"2023-09-30T09:05:34.233915+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.15","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.225467+0000","last_change":"2023-09-30T09:05:34.225467+0000","last_active":"2023-09-30T09:05:34.225467+0000","last_peered":"2023-09-30T09:05:34.225467+0000","last_clean":"2023-09-30T09:05:34.225467+0000","last_became_active":"2023-09-30T09:05:34.225041+0000","last_became_peered":"2023-09-30T09:05:34.225041+0000","last_unstale":"2023-09-30T09:05:34.225467+0000","last_undegraded":"2023-09-30T09:05:34.225467+0000","last_fullsized":"2023-09-30T09:05:34.225467+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:48:51.325240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.14","version":"59'6","reported_seq":17,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.640171+0000","last_change":"2023-09-30T09:05:34.228561+0000","last_active":"2023-09-30T09:05:34.640171+0000","last_peered":"2023-09-30T09:05:34.640171+0000","last_clean":"2023-09-30T09:05:34.640171+0000","last_became_active":"2023-09-30T09:05:34.228231+0000","last_became_peered":"2023-09-30T09:05:34.228231+0000","last_unstale":"2023-09-30T09:05:34.640171+0000","last_undegraded":"2023-09-30T09:05:34.640171+0000","last_fullsized":"2023-09-30T09:05:34.640171+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":6,"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 @ 2023-10-01T16:02:05.727585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1536,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.13","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.12","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.12","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234031+0000","last_change":"2023-09-30T09:05:34.233250+0000","last_active":"2023-09-30T09:05:34.234031+0000","last_peered":"2023-09-30T09:05:34.234031+0000","last_clean":"2023-09-30T09:05:34.234031+0000","last_became_active":"2023-09-30T09:05:34.232681+0000","last_became_peered":"2023-09-30T09:05:34.232681+0000","last_unstale":"2023-09-30T09:05:34.234031+0000","last_undegraded":"2023-09-30T09:05:34.234031+0000","last_fullsized":"2023-09-30T09:05:34.234031+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.11","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603259+0000","last_change":"2023-09-30T09:05:34.225299+0000","last_active":"2023-09-30T09:05:34.603259+0000","last_peered":"2023-09-30T09:05:34.603259+0000","last_clean":"2023-09-30T09:05:34.603259+0000","last_became_active":"2023-09-30T09:05:34.224984+0000","last_became_peered":"2023-09-30T09:05:34.224984+0000","last_unstale":"2023-09-30T09:05:34.603259+0000","last_undegraded":"2023-09-30T09:05:34.603259+0000","last_fullsized":"2023-09-30T09:05:34.603259+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636403+0000","last_change":"2023-09-30T09:05:34.632387+0000","last_active":"2023-09-30T09:05:34.636403+0000","last_peered":"2023-09-30T09:05:34.636403+0000","last_clean":"2023-09-30T09:05:34.636403+0000","last_became_active":"2023-09-30T09:05:34.631139+0000","last_became_peered":"2023-09-30T09:05:34.631139+0000","last_unstale":"2023-09-30T09:05:34.636403+0000","last_undegraded":"2023-09-30T09:05:34.636403+0000","last_fullsized":"2023-09-30T09:05:34.636403+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":19,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632238+0000","last_change":"2023-09-30T09:05:34.223190+0000","last_active":"2023-09-30T09:05:34.632238+0000","last_peered":"2023-09-30T09:05:34.632238+0000","last_clean":"2023-09-30T09:05:34.632238+0000","last_became_active":"2023-09-30T09:05:34.222868+0000","last_became_peered":"2023-09-30T09:05:34.222868+0000","last_unstale":"2023-09-30T09:05:34.632238+0000","last_undegraded":"2023-09-30T09:05:34.632238+0000","last_fullsized":"2023-09-30T09:05:34.632238+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":8,"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 @ 2023-10-01T11:08:23.278242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.4","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.228845+0000","last_change":"2023-09-30T09:05:34.228845+0000","last_active":"2023-09-30T09:05:34.228845+0000","last_peered":"2023-09-30T09:05:34.228845+0000","last_clean":"2023-09-30T09:05:34.228845+0000","last_became_active":"2023-09-30T09:05:34.227498+0000","last_became_peered":"2023-09-30T09:05:34.227498+0000","last_unstale":"2023-09-30T09:05:34.228845+0000","last_undegraded":"2023-09-30T09:05:34.228845+0000","last_fullsized":"2023-09-30T09:05:34.228845+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626515+0000","last_change":"2023-09-30T09:05:34.626515+0000","last_active":"2023-09-30T09:05:34.626515+0000","last_peered":"2023-09-30T09:05:34.626515+0000","last_clean":"2023-09-30T09:05:34.626515+0000","last_became_active":"2023-09-30T09:05:34.626171+0000","last_became_peered":"2023-09-30T09:05:34.626171+0000","last_unstale":"2023-09-30T09:05:34.626515+0000","last_undegraded":"2023-09-30T09:05:34.626515+0000","last_fullsized":"2023-09-30T09:05:34.626515+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.231425+0000","last_change":"2023-09-30T09:05:34.229683+0000","last_active":"2023-09-30T09:05:34.231425+0000","last_peered":"2023-09-30T09:05:34.231425+0000","last_clean":"2023-09-30T09:05:34.231425+0000","last_became_active":"2023-09-30T09:05:34.229396+0000","last_became_peered":"2023-09-30T09:05:34.229396+0000","last_unstale":"2023-09-30T09:05:34.231425+0000","last_undegraded":"2023-09-30T09:05:34.231425+0000","last_fullsized":"2023-09-30T09:05:34.231425+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.0","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214728+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:35:25.441877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,6],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.611577+0000","last_change":"2023-09-30T09:05:34.215793+0000","last_active":"2023-09-30T09:05:34.611577+0000","last_peered":"2023-09-30T09:05:34.611577+0000","last_clean":"2023-09-30T09:05:34.611577+0000","last_became_active":"2023-09-30T09:05:34.214547+0000","last_became_peered":"2023-09-30T09:05:34.214547+0000","last_unstale":"2023-09-30T09:05:34.611577+0000","last_undegraded":"2023-09-30T09:05:34.611577+0000","last_fullsized":"2023-09-30T09:05:34.611577+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.3","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234223+0000","last_change":"2023-09-30T09:05:34.233710+0000","last_active":"2023-09-30T09:05:34.234223+0000","last_peered":"2023-09-30T09:05:34.234223+0000","last_clean":"2023-09-30T09:05:34.234223+0000","last_became_active":"2023-09-30T09:05:34.232765+0000","last_became_peered":"2023-09-30T09:05:34.232765+0000","last_unstale":"2023-09-30T09:05:34.234223+0000","last_undegraded":"2023-09-30T09:05:34.234223+0000","last_fullsized":"2023-09-30T09:05:34.234223+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"22'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-09-30T09:05:21.893149+0000","last_change":"2023-09-30T09:05:21.893149+0000","last_active":"2023-09-30T09:05:21.893149+0000","last_peered":"2023-09-30T09:05:21.893149+0000","last_clean":"2023-09-30T09:05:21.893149+0000","last_became_active":"2023-09-30T09:05:21.892798+0000","last_became_peered":"2023-09-30T09:05:21.892798+0000","last_unstale":"2023-09-30T09:05:21.893149+0000","last_undegraded":"2023-09-30T09:05:21.893149+0000","last_fullsized":"2023-09-30T09:05:21.893149+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:59.134588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.0","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.4","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214925+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:11:24.112463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,5],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.225417+0000","last_change":"2023-09-30T09:05:34.225417+0000","last_active":"2023-09-30T09:05:34.225417+0000","last_peered":"2023-09-30T09:05:34.225417+0000","last_clean":"2023-09-30T09:05:34.225417+0000","last_became_active":"2023-09-30T09:05:34.225097+0000","last_became_peered":"2023-09-30T09:05:34.225097+0000","last_unstale":"2023-09-30T09:05:34.225417+0000","last_undegraded":"2023-09-30T09:05:34.225417+0000","last_fullsized":"2023-09-30T09:05:34.225417+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:29:09.897299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.7","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.617397+0000","last_change":"2023-09-30T09:05:34.220409+0000","last_active":"2023-09-30T09:05:34.617397+0000","last_peered":"2023-09-30T09:05:34.617397+0000","last_clean":"2023-09-30T09:05:34.617397+0000","last_became_active":"2023-09-30T09:05:34.219885+0000","last_became_peered":"2023-09-30T09:05:34.219885+0000","last_unstale":"2023-09-30T09:05:34.617397+0000","last_undegraded":"2023-09-30T09:05:34.617397+0000","last_fullsized":"2023-09-30T09:05:34.617397+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T11:53:30.662431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.9","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.9","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.228285+0000","last_change":"2023-09-30T09:05:34.228285+0000","last_active":"2023-09-30T09:05:34.228285+0000","last_peered":"2023-09-30T09:05:34.228285+0000","last_clean":"2023-09-30T09:05:34.228285+0000","last_became_active":"2023-09-30T09:05:34.227887+0000","last_became_peered":"2023-09-30T09:05:34.227887+0000","last_unstale":"2023-09-30T09:05:34.228285+0000","last_undegraded":"2023-09-30T09:05:34.228285+0000","last_fullsized":"2023-09-30T09:05:34.228285+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.a","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.226526+0000","last_change":"2023-09-30T09:05:34.226526+0000","last_active":"2023-09-30T09:05:34.226526+0000","last_peered":"2023-09-30T09:05:34.226526+0000","last_clean":"2023-09-30T09:05:34.226526+0000","last_became_active":"2023-09-30T09:05:34.226277+0000","last_became_peered":"2023-09-30T09:05:34.226277+0000","last_unstale":"2023-09-30T09:05:34.226526+0000","last_undegraded":"2023-09-30T09:05:34.226526+0000","last_fullsized":"2023-09-30T09:05:34.226526+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634161+0000","last_change":"2023-09-30T09:05:34.633306+0000","last_active":"2023-09-30T09:05:34.634161+0000","last_peered":"2023-09-30T09:05:34.634161+0000","last_clean":"2023-09-30T09:05:34.634161+0000","last_became_active":"2023-09-30T09:05:34.632975+0000","last_became_peered":"2023-09-30T09:05:34.632975+0000","last_unstale":"2023-09-30T09:05:34.634161+0000","last_undegraded":"2023-09-30T09:05:34.634161+0000","last_fullsized":"2023-09-30T09:05:34.634161+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.c","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.616094+0000","last_change":"2023-09-30T09:05:34.227516+0000","last_active":"2023-09-30T09:05:34.616094+0000","last_peered":"2023-09-30T09:05:34.616094+0000","last_clean":"2023-09-30T09:05:34.616094+0000","last_became_active":"2023-09-30T09:05:34.227215+0000","last_became_peered":"2023-09-30T09:05:34.227215+0000","last_unstale":"2023-09-30T09:05:34.616094+0000","last_undegraded":"2023-09-30T09:05:34.616094+0000","last_fullsized":"2023-09-30T09:05:34.616094+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.d","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.222788+0000","last_change":"2023-09-30T09:05:34.222788+0000","last_active":"2023-09-30T09:05:34.222788+0000","last_peered":"2023-09-30T09:05:34.222788+0000","last_clean":"2023-09-30T09:05:34.222788+0000","last_became_active":"2023-09-30T09:05:34.222468+0000","last_became_peered":"2023-09-30T09:05:34.222468+0000","last_unstale":"2023-09-30T09:05:34.222788+0000","last_undegraded":"2023-09-30T09:05:34.222788+0000","last_fullsized":"2023-09-30T09:05:34.222788+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:13:17.793358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625888+0000","last_change":"2023-09-30T09:05:34.625888+0000","last_active":"2023-09-30T09:05:34.625888+0000","last_peered":"2023-09-30T09:05:34.625888+0000","last_clean":"2023-09-30T09:05:34.625888+0000","last_became_active":"2023-09-30T09:05:34.625581+0000","last_became_peered":"2023-09-30T09:05:34.625581+0000","last_unstale":"2023-09-30T09:05:34.625888+0000","last_undegraded":"2023-09-30T09:05:34.625888+0000","last_fullsized":"2023-09-30T09:05:34.625888+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.e","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629320+0000","last_change":"2023-09-30T09:05:34.213632+0000","last_active":"2023-09-30T09:05:34.629320+0000","last_peered":"2023-09-30T09:05:34.629320+0000","last_clean":"2023-09-30T09:05:34.629320+0000","last_became_active":"2023-09-30T09:05:34.213321+0000","last_became_peered":"2023-09-30T09:05:34.213321+0000","last_unstale":"2023-09-30T09:05:34.629320+0000","last_undegraded":"2023-09-30T09:05:34.629320+0000","last_fullsized":"2023-09-30T09:05:34.629320+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T18:51:49.994921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.20","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636431+0000","last_change":"2023-09-30T09:05:34.634444+0000","last_active":"2023-09-30T09:05:34.636431+0000","last_peered":"2023-09-30T09:05:34.636431+0000","last_clean":"2023-09-30T09:05:34.636431+0000","last_became_active":"2023-09-30T09:05:34.631505+0000","last_became_peered":"2023-09-30T09:05:34.631505+0000","last_unstale":"2023-09-30T09:05:34.636431+0000","last_undegraded":"2023-09-30T09:05:34.636431+0000","last_fullsized":"2023-09-30T09:05:34.636431+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632926+0000","last_change":"2023-09-30T09:05:34.632335+0000","last_active":"2023-09-30T09:05:34.632926+0000","last_peered":"2023-09-30T09:05:34.632926+0000","last_clean":"2023-09-30T09:05:34.632926+0000","last_became_active":"2023-09-30T09:05:34.632068+0000","last_became_peered":"2023-09-30T09:05:34.632068+0000","last_unstale":"2023-09-30T09:05:34.632926+0000","last_undegraded":"2023-09-30T09:05:34.632926+0000","last_fullsized":"2023-09-30T09:05:34.632926+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626752+0000","last_change":"2023-09-30T09:05:34.626752+0000","last_active":"2023-09-30T09:05:34.626752+0000","last_peered":"2023-09-30T09:05:34.626752+0000","last_clean":"2023-09-30T09:05:34.626752+0000","last_became_active":"2023-09-30T09:05:34.625835+0000","last_became_peered":"2023-09-30T09:05:34.625835+0000","last_unstale":"2023-09-30T09:05:34.626752+0000","last_undegraded":"2023-09-30T09:05:34.626752+0000","last_fullsized":"2023-09-30T09:05:34.626752+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.25","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.216178+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:26:21.501481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635438+0000","last_change":"2023-09-30T09:05:34.634582+0000","last_active":"2023-09-30T09:05:34.635438+0000","last_peered":"2023-09-30T09:05:34.635438+0000","last_clean":"2023-09-30T09:05:34.635438+0000","last_became_active":"2023-09-30T09:05:34.631397+0000","last_became_peered":"2023-09-30T09:05:34.631397+0000","last_unstale":"2023-09-30T09:05:34.635438+0000","last_undegraded":"2023-09-30T09:05:34.635438+0000","last_fullsized":"2023-09-30T09:05:34.635438+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.28","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624993+0000","last_change":"2023-09-30T09:05:34.624993+0000","last_active":"2023-09-30T09:05:34.624993+0000","last_peered":"2023-09-30T09:05:34.624993+0000","last_clean":"2023-09-30T09:05:34.624993+0000","last_became_active":"2023-09-30T09:05:34.624707+0000","last_became_peered":"2023-09-30T09:05:34.624707+0000","last_unstale":"2023-09-30T09:05:34.624993+0000","last_undegraded":"2023-09-30T09:05:34.624993+0000","last_fullsized":"2023-09-30T09:05:34.624993+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.2a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.631981+0000","last_change":"2023-09-30T09:05:34.631981+0000","last_active":"2023-09-30T09:05:34.631981+0000","last_peered":"2023-09-30T09:05:34.631981+0000","last_clean":"2023-09-30T09:05:34.631981+0000","last_became_active":"2023-09-30T09:05:34.631712+0000","last_became_peered":"2023-09-30T09:05:34.631712+0000","last_unstale":"2023-09-30T09:05:34.631981+0000","last_undegraded":"2023-09-30T09:05:34.631981+0000","last_fullsized":"2023-09-30T09:05:34.631981+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.2c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632385+0000","last_change":"2023-09-30T09:05:34.631602+0000","last_active":"2023-09-30T09:05:34.632385+0000","last_peered":"2023-09-30T09:05:34.632385+0000","last_clean":"2023-09-30T09:05:34.632385+0000","last_became_active":"2023-09-30T09:05:34.631295+0000","last_became_peered":"2023-09-30T09:05:34.631295+0000","last_unstale":"2023-09-30T09:05:34.632385+0000","last_undegraded":"2023-09-30T09:05:34.632385+0000","last_fullsized":"2023-09-30T09:05:34.632385+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":81,"acting":81,"num_store_stats":4},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4157440,"data_stored":4132576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":1536,"num_objects":10,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":24,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":28672,"data_stored":3162,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":19,"ondisk_log_size":19,"up":60,"acting":60,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299397,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6108,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739044,"statfs":{"total":95995035648,"available":95988781056,"internally_reserved":0,"allocated":1134592,"data_stored":812630,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55300000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64700000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66700000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69399999999999995}]}]},{"osd":6,"up_from":45,"seq":193273528329,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6484,"kb_used_data":1164,"kb_used_omap":0,"kb_used_meta":5312,"kb_avail":93738668,"statfs":{"total":95995035648,"available":95988396032,"internally_reserved":0,"allocated":1191936,"data_stored":840704,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5439488},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67100000000000004}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60599999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70699999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6456,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738696,"statfs":{"total":95995035648,"available":95988424704,"internally_reserved":0,"allocated":573440,"data_stored":235778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:41 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.17199999999999999,"5min":0.17199999999999999,"15min":0.17199999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.189,"5min":0.189,"15min":0.189},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.29199999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:04:59 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.318}]},{"osd":3,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.309},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.32800000000000001}]},{"osd":4,"last update":"Sat Sep 30 09:05:27 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.505}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738396,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":7012,"kb_used_data":1116,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738140,"statfs":{"total":95995035648,"available":95987855360,"internally_reserved":0,"allocated":1142784,"data_stored":813218,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:04:39 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.374},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.40400000000000003}]},{"osd":2,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.309},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.34599999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.38500000000000001}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.65900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61099999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56000000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71199999999999997}]}]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6476,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738676,"statfs":{"total":95995035648,"available":95988404224,"internally_reserved":0,"allocated":593920,"data_stored":249388,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.247},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34899999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.28199999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:12 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.314},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.33500000000000002}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.69999999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.751}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71499999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5728,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739424,"statfs":{"total":95995035648,"available":95989170176,"internally_reserved":0,"allocated":548864,"data_stored":222850,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.251},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.39800000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.35199999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.371}]},{"osd":4,"last update":"Sat Sep 30 09:05:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.59199999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]}]},{"osd":4,"up_from":30,"seq":128849018894,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5728,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739424,"statfs":{"total":95995035648,"available":95989170176,"internally_reserved":0,"allocated":548864,"data_stored":222850,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.63700000000000001}]},{"osd":1,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.48999999999999999}]},{"osd":2,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.58299999999999996}]},{"osd":3,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.51200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67200000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]}]},{"osd":5,"up_from":37,"seq":158913789964,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5668,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739484,"statfs":{"total":95995035648,"available":95989231616,"internally_reserved":0,"allocated":552960,"data_stored":228461,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64500000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":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":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":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1626,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T09:05:39.029 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-09-30T09:05:39.377 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:39.379 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:05:39.389 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-09-30T09:05:37.408543+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":591904,"num_objects":12,"num_object_clones":0,"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":116,"num_read_kb":100,"num_write":183,"num_write_kb":2419,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":136,"ondisk_log_size":136,"up":144,"acting":144,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":43,"num_osds":8,"num_per_pool_osds":6,"num_per_pool_omap_osds":6,"kb":749961216,"kb_used":49660,"kb_used_data":6140,"kb_used_omap":0,"kb_used_meta":43456,"kb_avail":749911556,"statfs":{"total":767960285184,"available":767909433344,"internally_reserved":0,"allocated":6287360,"data_stored":3625879,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":44498944},"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":5,"apply_latency_ms":5,"commit_latency_ns":5000000,"apply_latency_ns":5000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":1536,"num_objects":10,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":24,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":"4.208125"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214937+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:38:54.904968+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[0,6],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632033+0000","last_change":"2023-09-30T09:05:34.632033+0000","last_active":"2023-09-30T09:05:34.632033+0000","last_peered":"2023-09-30T09:05:34.632033+0000","last_clean":"2023-09-30T09:05:34.632033+0000","last_became_active":"2023-09-30T09:05:34.631764+0000","last_became_peered":"2023-09-30T09:05:34.631764+0000","last_unstale":"2023-09-30T09:05:34.632033+0000","last_undegraded":"2023-09-30T09:05:34.632033+0000","last_fullsized":"2023-09-30T09:05:34.632033+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.3a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626222+0000","last_change":"2023-09-30T09:05:34.626222+0000","last_active":"2023-09-30T09:05:34.626222+0000","last_peered":"2023-09-30T09:05:34.626222+0000","last_clean":"2023-09-30T09:05:34.626222+0000","last_became_active":"2023-09-30T09:05:34.625289+0000","last_became_peered":"2023-09-30T09:05:34.625289+0000","last_unstale":"2023-09-30T09:05:34.626222+0000","last_undegraded":"2023-09-30T09:05:34.626222+0000","last_fullsized":"2023-09-30T09:05:34.626222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.38","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.37","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.36","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634947+0000","last_change":"2023-09-30T09:05:34.634469+0000","last_active":"2023-09-30T09:05:34.634947+0000","last_peered":"2023-09-30T09:05:34.634947+0000","last_clean":"2023-09-30T09:05:34.634947+0000","last_became_active":"2023-09-30T09:05:34.632208+0000","last_became_peered":"2023-09-30T09:05:34.632208+0000","last_unstale":"2023-09-30T09:05:34.634947+0000","last_undegraded":"2023-09-30T09:05:34.634947+0000","last_fullsized":"2023-09-30T09:05:34.634947+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636128+0000","last_change":"2023-09-30T09:05:34.635297+0000","last_active":"2023-09-30T09:05:34.636128+0000","last_peered":"2023-09-30T09:05:34.636128+0000","last_clean":"2023-09-30T09:05:34.636128+0000","last_became_active":"2023-09-30T09:05:34.635001+0000","last_became_peered":"2023-09-30T09:05:34.635001+0000","last_unstale":"2023-09-30T09:05:34.636128+0000","last_undegraded":"2023-09-30T09:05:34.636128+0000","last_fullsized":"2023-09-30T09:05:34.636128+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.33","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.32","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.31","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.216384+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:10:43.732896+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[4,5],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625110+0000","last_change":"2023-09-30T09:05:34.625110+0000","last_active":"2023-09-30T09:05:34.625110+0000","last_peered":"2023-09-30T09:05:34.625110+0000","last_clean":"2023-09-30T09:05:34.625110+0000","last_became_active":"2023-09-30T09:05:34.624832+0000","last_became_peered":"2023-09-30T09:05:34.624832+0000","last_unstale":"2023-09-30T09:05:34.625110+0000","last_undegraded":"2023-09-30T09:05:34.625110+0000","last_fullsized":"2023-09-30T09:05:34.625110+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630293+0000","last_change":"2023-09-30T09:05:34.630293+0000","last_active":"2023-09-30T09:05:34.630293+0000","last_peered":"2023-09-30T09:05:34.630293+0000","last_clean":"2023-09-30T09:05:34.630293+0000","last_became_active":"2023-09-30T09:05:34.630009+0000","last_became_peered":"2023-09-30T09:05:34.630009+0000","last_unstale":"2023-09-30T09:05:34.630293+0000","last_undegraded":"2023-09-30T09:05:34.630293+0000","last_fullsized":"2023-09-30T09:05:34.630293+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.622622+0000","last_change":"2023-09-30T09:05:34.621232+0000","last_active":"2023-09-30T09:05:34.622622+0000","last_peered":"2023-09-30T09:05:34.622622+0000","last_clean":"2023-09-30T09:05:34.622622+0000","last_became_active":"2023-09-30T09:05:34.620957+0000","last_became_peered":"2023-09-30T09:05:34.620957+0000","last_unstale":"2023-09-30T09:05:34.622622+0000","last_undegraded":"2023-09-30T09:05:34.622622+0000","last_fullsized":"2023-09-30T09:05:34.622622+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626941+0000","last_change":"2023-09-30T09:05:34.626941+0000","last_active":"2023-09-30T09:05:34.626941+0000","last_peered":"2023-09-30T09:05:34.626941+0000","last_clean":"2023-09-30T09:05:34.626941+0000","last_became_active":"2023-09-30T09:05:34.626665+0000","last_became_peered":"2023-09-30T09:05:34.626665+0000","last_unstale":"2023-09-30T09:05:34.626941+0000","last_undegraded":"2023-09-30T09:05:34.626941+0000","last_fullsized":"2023-09-30T09:05:34.626941+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1d","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626764+0000","last_change":"2023-09-30T09:05:34.626764+0000","last_active":"2023-09-30T09:05:34.626764+0000","last_peered":"2023-09-30T09:05:34.626764+0000","last_clean":"2023-09-30T09:05:34.626764+0000","last_became_active":"2023-09-30T09:05:34.626357+0000","last_became_peered":"2023-09-30T09:05:34.626357+0000","last_unstale":"2023-09-30T09:05:34.626764+0000","last_undegraded":"2023-09-30T09:05:34.626764+0000","last_fullsized":"2023-09-30T09:05:34.626764+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:26:31.508437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.1a","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.1a","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633378+0000","last_change":"2023-09-30T09:05:34.224454+0000","last_active":"2023-09-30T09:05:34.633378+0000","last_peered":"2023-09-30T09:05:34.633378+0000","last_clean":"2023-09-30T09:05:34.633378+0000","last_became_active":"2023-09-30T09:05:34.224139+0000","last_became_peered":"2023-09-30T09:05:34.224139+0000","last_unstale":"2023-09-30T09:05:34.633378+0000","last_undegraded":"2023-09-30T09:05:34.633378+0000","last_fullsized":"2023-09-30T09:05:34.633378+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T14:24:54.141913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.18","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.18","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234160+0000","last_change":"2023-09-30T09:05:34.233479+0000","last_active":"2023-09-30T09:05:34.234160+0000","last_peered":"2023-09-30T09:05:34.234160+0000","last_clean":"2023-09-30T09:05:34.234160+0000","last_became_active":"2023-09-30T09:05:34.232770+0000","last_became_peered":"2023-09-30T09:05:34.232770+0000","last_unstale":"2023-09-30T09:05:34.234160+0000","last_undegraded":"2023-09-30T09:05:34.234160+0000","last_fullsized":"2023-09-30T09:05:34.234160+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.215586+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:19:48.052902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[3,4],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603416+0000","last_change":"2023-09-30T09:05:34.227215+0000","last_active":"2023-09-30T09:05:34.603416+0000","last_peered":"2023-09-30T09:05:34.603416+0000","last_clean":"2023-09-30T09:05:34.603416+0000","last_became_active":"2023-09-30T09:05:34.226852+0000","last_became_peered":"2023-09-30T09:05:34.226852+0000","last_unstale":"2023-09-30T09:05:34.603416+0000","last_undegraded":"2023-09-30T09:05:34.603416+0000","last_fullsized":"2023-09-30T09:05:34.603416+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624205+0000","last_change":"2023-09-30T09:05:34.624205+0000","last_active":"2023-09-30T09:05:34.624205+0000","last_peered":"2023-09-30T09:05:34.624205+0000","last_clean":"2023-09-30T09:05:34.624205+0000","last_became_active":"2023-09-30T09:05:34.623860+0000","last_became_peered":"2023-09-30T09:05:34.623860+0000","last_unstale":"2023-09-30T09:05:34.624205+0000","last_undegraded":"2023-09-30T09:05:34.624205+0000","last_fullsized":"2023-09-30T09:05:34.624205+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.233915+0000","last_change":"2023-09-30T09:05:34.232931+0000","last_active":"2023-09-30T09:05:34.233915+0000","last_peered":"2023-09-30T09:05:34.233915+0000","last_clean":"2023-09-30T09:05:34.233915+0000","last_became_active":"2023-09-30T09:05:34.232641+0000","last_became_peered":"2023-09-30T09:05:34.232641+0000","last_unstale":"2023-09-30T09:05:34.233915+0000","last_undegraded":"2023-09-30T09:05:34.233915+0000","last_fullsized":"2023-09-30T09:05:34.233915+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.15","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.225467+0000","last_change":"2023-09-30T09:05:34.225467+0000","last_active":"2023-09-30T09:05:34.225467+0000","last_peered":"2023-09-30T09:05:34.225467+0000","last_clean":"2023-09-30T09:05:34.225467+0000","last_became_active":"2023-09-30T09:05:34.225041+0000","last_became_peered":"2023-09-30T09:05:34.225041+0000","last_unstale":"2023-09-30T09:05:34.225467+0000","last_undegraded":"2023-09-30T09:05:34.225467+0000","last_fullsized":"2023-09-30T09:05:34.225467+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:48:51.325240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.14","version":"59'6","reported_seq":17,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.640171+0000","last_change":"2023-09-30T09:05:34.228561+0000","last_active":"2023-09-30T09:05:34.640171+0000","last_peered":"2023-09-30T09:05:34.640171+0000","last_clean":"2023-09-30T09:05:34.640171+0000","last_became_active":"2023-09-30T09:05:34.228231+0000","last_became_peered":"2023-09-30T09:05:34.228231+0000","last_unstale":"2023-09-30T09:05:34.640171+0000","last_undegraded":"2023-09-30T09:05:34.640171+0000","last_fullsized":"2023-09-30T09:05:34.640171+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":6,"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 @ 2023-10-01T16:02:05.727585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1536,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.13","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.12","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.12","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234031+0000","last_change":"2023-09-30T09:05:34.233250+0000","last_active":"2023-09-30T09:05:34.234031+0000","last_peered":"2023-09-30T09:05:34.234031+0000","last_clean":"2023-09-30T09:05:34.234031+0000","last_became_active":"2023-09-30T09:05:34.232681+0000","last_became_peered":"2023-09-30T09:05:34.232681+0000","last_unstale":"2023-09-30T09:05:34.234031+0000","last_undegraded":"2023-09-30T09:05:34.234031+0000","last_fullsized":"2023-09-30T09:05:34.234031+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.11","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603259+0000","last_change":"2023-09-30T09:05:34.225299+0000","last_active":"2023-09-30T09:05:34.603259+0000","last_peered":"2023-09-30T09:05:34.603259+0000","last_clean":"2023-09-30T09:05:34.603259+0000","last_became_active":"2023-09-30T09:05:34.224984+0000","last_became_peered":"2023-09-30T09:05:34.224984+0000","last_unstale":"2023-09-30T09:05:34.603259+0000","last_undegraded":"2023-09-30T09:05:34.603259+0000","last_fullsized":"2023-09-30T09:05:34.603259+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636403+0000","last_change":"2023-09-30T09:05:34.632387+0000","last_active":"2023-09-30T09:05:34.636403+0000","last_peered":"2023-09-30T09:05:34.636403+0000","last_clean":"2023-09-30T09:05:34.636403+0000","last_became_active":"2023-09-30T09:05:34.631139+0000","last_became_peered":"2023-09-30T09:05:34.631139+0000","last_unstale":"2023-09-30T09:05:34.636403+0000","last_undegraded":"2023-09-30T09:05:34.636403+0000","last_fullsized":"2023-09-30T09:05:34.636403+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":19,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632238+0000","last_change":"2023-09-30T09:05:34.223190+0000","last_active":"2023-09-30T09:05:34.632238+0000","last_peered":"2023-09-30T09:05:34.632238+0000","last_clean":"2023-09-30T09:05:34.632238+0000","last_became_active":"2023-09-30T09:05:34.222868+0000","last_became_peered":"2023-09-30T09:05:34.222868+0000","last_unstale":"2023-09-30T09:05:34.632238+0000","last_undegraded":"2023-09-30T09:05:34.632238+0000","last_fullsized":"2023-09-30T09:05:34.632238+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":8,"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 @ 2023-10-01T11:08:23.278242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.e","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.4","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.228845+0000","last_change":"2023-09-30T09:05:34.228845+0000","last_active":"2023-09-30T09:05:34.228845+0000","last_peered":"2023-09-30T09:05:34.228845+0000","last_clean":"2023-09-30T09:05:34.228845+0000","last_became_active":"2023-09-30T09:05:34.227498+0000","last_became_peered":"2023-09-30T09:05:34.227498+0000","last_unstale":"2023-09-30T09:05:34.228845+0000","last_undegraded":"2023-09-30T09:05:34.228845+0000","last_fullsized":"2023-09-30T09:05:34.228845+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626515+0000","last_change":"2023-09-30T09:05:34.626515+0000","last_active":"2023-09-30T09:05:34.626515+0000","last_peered":"2023-09-30T09:05:34.626515+0000","last_clean":"2023-09-30T09:05:34.626515+0000","last_became_active":"2023-09-30T09:05:34.626171+0000","last_became_peered":"2023-09-30T09:05:34.626171+0000","last_unstale":"2023-09-30T09:05:34.626515+0000","last_undegraded":"2023-09-30T09:05:34.626515+0000","last_fullsized":"2023-09-30T09:05:34.626515+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.231425+0000","last_change":"2023-09-30T09:05:34.229683+0000","last_active":"2023-09-30T09:05:34.231425+0000","last_peered":"2023-09-30T09:05:34.231425+0000","last_clean":"2023-09-30T09:05:34.231425+0000","last_became_active":"2023-09-30T09:05:34.229396+0000","last_became_peered":"2023-09-30T09:05:34.229396+0000","last_unstale":"2023-09-30T09:05:34.231425+0000","last_undegraded":"2023-09-30T09:05:34.231425+0000","last_fullsized":"2023-09-30T09:05:34.231425+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.0","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214728+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:35:25.441877+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,6],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.611577+0000","last_change":"2023-09-30T09:05:34.215793+0000","last_active":"2023-09-30T09:05:34.611577+0000","last_peered":"2023-09-30T09:05:34.611577+0000","last_clean":"2023-09-30T09:05:34.611577+0000","last_became_active":"2023-09-30T09:05:34.214547+0000","last_became_peered":"2023-09-30T09:05:34.214547+0000","last_unstale":"2023-09-30T09:05:34.611577+0000","last_undegraded":"2023-09-30T09:05:34.611577+0000","last_fullsized":"2023-09-30T09:05:34.611577+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.3","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234223+0000","last_change":"2023-09-30T09:05:34.233710+0000","last_active":"2023-09-30T09:05:34.234223+0000","last_peered":"2023-09-30T09:05:34.234223+0000","last_clean":"2023-09-30T09:05:34.234223+0000","last_became_active":"2023-09-30T09:05:34.232765+0000","last_became_peered":"2023-09-30T09:05:34.232765+0000","last_unstale":"2023-09-30T09:05:34.234223+0000","last_undegraded":"2023-09-30T09:05:34.234223+0000","last_fullsized":"2023-09-30T09:05:34.234223+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"22'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-09-30T09:05:21.893149+0000","last_change":"2023-09-30T09:05:21.893149+0000","last_active":"2023-09-30T09:05:21.893149+0000","last_peered":"2023-09-30T09:05:21.893149+0000","last_clean":"2023-09-30T09:05:21.893149+0000","last_became_active":"2023-09-30T09:05:21.892798+0000","last_became_peered":"2023-09-30T09:05:21.892798+0000","last_unstale":"2023-09-30T09:05:21.893149+0000","last_undegraded":"2023-09-30T09:05:21.893149+0000","last_fullsized":"2023-09-30T09:05:21.893149+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:59.134588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.0","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.5","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.4","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.214925+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:11:24.112463+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":[2,5],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.225417+0000","last_change":"2023-09-30T09:05:34.225417+0000","last_active":"2023-09-30T09:05:34.225417+0000","last_peered":"2023-09-30T09:05:34.225417+0000","last_clean":"2023-09-30T09:05:34.225417+0000","last_became_active":"2023-09-30T09:05:34.225097+0000","last_became_peered":"2023-09-30T09:05:34.225097+0000","last_unstale":"2023-09-30T09:05:34.225417+0000","last_undegraded":"2023-09-30T09:05:34.225417+0000","last_fullsized":"2023-09-30T09:05:34.225417+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:29:09.897299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.7","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.617397+0000","last_change":"2023-09-30T09:05:34.220409+0000","last_active":"2023-09-30T09:05:34.617397+0000","last_peered":"2023-09-30T09:05:34.617397+0000","last_clean":"2023-09-30T09:05:34.617397+0000","last_became_active":"2023-09-30T09:05:34.219885+0000","last_became_peered":"2023-09-30T09:05:34.219885+0000","last_unstale":"2023-09-30T09:05:34.617397+0000","last_undegraded":"2023-09-30T09:05:34.617397+0000","last_fullsized":"2023-09-30T09:05:34.617397+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T11:53:30.662431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.9","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.9","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.228285+0000","last_change":"2023-09-30T09:05:34.228285+0000","last_active":"2023-09-30T09:05:34.228285+0000","last_peered":"2023-09-30T09:05:34.228285+0000","last_clean":"2023-09-30T09:05:34.228285+0000","last_became_active":"2023-09-30T09:05:34.227887+0000","last_became_peered":"2023-09-30T09:05:34.227887+0000","last_unstale":"2023-09-30T09:05:34.228285+0000","last_undegraded":"2023-09-30T09:05:34.228285+0000","last_fullsized":"2023-09-30T09:05:34.228285+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.a","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.226526+0000","last_change":"2023-09-30T09:05:34.226526+0000","last_active":"2023-09-30T09:05:34.226526+0000","last_peered":"2023-09-30T09:05:34.226526+0000","last_clean":"2023-09-30T09:05:34.226526+0000","last_became_active":"2023-09-30T09:05:34.226277+0000","last_became_peered":"2023-09-30T09:05:34.226277+0000","last_unstale":"2023-09-30T09:05:34.226526+0000","last_undegraded":"2023-09-30T09:05:34.226526+0000","last_fullsized":"2023-09-30T09:05:34.226526+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:33.195824+0000","last_change":"2023-09-30T09:05:33.195824+0000","last_active":"2023-09-30T09:05:33.195824+0000","last_peered":"2023-09-30T09:05:33.195824+0000","last_clean":"2023-09-30T09:05:33.195824+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:33.195824+0000","last_undegraded":"2023-09-30T09:05:33.195824+0000","last_fullsized":"2023-09-30T09:05:33.195824+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":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634161+0000","last_change":"2023-09-30T09:05:34.633306+0000","last_active":"2023-09-30T09:05:34.634161+0000","last_peered":"2023-09-30T09:05:34.634161+0000","last_clean":"2023-09-30T09:05:34.634161+0000","last_became_active":"2023-09-30T09:05:34.632975+0000","last_became_peered":"2023-09-30T09:05:34.632975+0000","last_unstale":"2023-09-30T09:05:34.634161+0000","last_undegraded":"2023-09-30T09:05:34.634161+0000","last_fullsized":"2023-09-30T09:05:34.634161+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.c","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.616094+0000","last_change":"2023-09-30T09:05:34.227516+0000","last_active":"2023-09-30T09:05:34.616094+0000","last_peered":"2023-09-30T09:05:34.616094+0000","last_clean":"2023-09-30T09:05:34.616094+0000","last_became_active":"2023-09-30T09:05:34.227215+0000","last_became_peered":"2023-09-30T09:05:34.227215+0000","last_unstale":"2023-09-30T09:05:34.616094+0000","last_undegraded":"2023-09-30T09:05:34.616094+0000","last_fullsized":"2023-09-30T09:05:34.616094+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"2.d","version":"0'0","reported_seq":9,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.222788+0000","last_change":"2023-09-30T09:05:34.222788+0000","last_active":"2023-09-30T09:05:34.222788+0000","last_peered":"2023-09-30T09:05:34.222788+0000","last_clean":"2023-09-30T09:05:34.222788+0000","last_became_active":"2023-09-30T09:05:34.222468+0000","last_became_peered":"2023-09-30T09:05:34.222468+0000","last_unstale":"2023-09-30T09:05:34.222788+0000","last_undegraded":"2023-09-30T09:05:34.222788+0000","last_fullsized":"2023-09-30T09:05:34.222788+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:13:17.793358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625888+0000","last_change":"2023-09-30T09:05:34.625888+0000","last_active":"2023-09-30T09:05:34.625888+0000","last_peered":"2023-09-30T09:05:34.625888+0000","last_clean":"2023-09-30T09:05:34.625888+0000","last_became_active":"2023-09-30T09:05:34.625581+0000","last_became_peered":"2023-09-30T09:05:34.625581+0000","last_unstale":"2023-09-30T09:05:34.625888+0000","last_undegraded":"2023-09-30T09:05:34.625888+0000","last_fullsized":"2023-09-30T09:05:34.625888+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.e","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629320+0000","last_change":"2023-09-30T09:05:34.213632+0000","last_active":"2023-09-30T09:05:34.629320+0000","last_peered":"2023-09-30T09:05:34.629320+0000","last_clean":"2023-09-30T09:05:34.629320+0000","last_became_active":"2023-09-30T09:05:34.213321+0000","last_became_peered":"2023-09-30T09:05:34.213321+0000","last_unstale":"2023-09-30T09:05:34.629320+0000","last_undegraded":"2023-09-30T09:05:34.629320+0000","last_fullsized":"2023-09-30T09:05:34.629320+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T18:51:49.994921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.20","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636431+0000","last_change":"2023-09-30T09:05:34.634444+0000","last_active":"2023-09-30T09:05:34.636431+0000","last_peered":"2023-09-30T09:05:34.636431+0000","last_clean":"2023-09-30T09:05:34.636431+0000","last_became_active":"2023-09-30T09:05:34.631505+0000","last_became_peered":"2023-09-30T09:05:34.631505+0000","last_unstale":"2023-09-30T09:05:34.636431+0000","last_undegraded":"2023-09-30T09:05:34.636431+0000","last_fullsized":"2023-09-30T09:05:34.636431+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632926+0000","last_change":"2023-09-30T09:05:34.632335+0000","last_active":"2023-09-30T09:05:34.632926+0000","last_peered":"2023-09-30T09:05:34.632926+0000","last_clean":"2023-09-30T09:05:34.632926+0000","last_became_active":"2023-09-30T09:05:34.632068+0000","last_became_peered":"2023-09-30T09:05:34.632068+0000","last_unstale":"2023-09-30T09:05:34.632926+0000","last_undegraded":"2023-09-30T09:05:34.632926+0000","last_fullsized":"2023-09-30T09:05:34.632926+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626752+0000","last_change":"2023-09-30T09:05:34.626752+0000","last_active":"2023-09-30T09:05:34.626752+0000","last_peered":"2023-09-30T09:05:34.626752+0000","last_clean":"2023-09-30T09:05:34.626752+0000","last_became_active":"2023-09-30T09:05:34.625835+0000","last_became_peered":"2023-09-30T09:05:34.625835+0000","last_unstale":"2023-09-30T09:05:34.626752+0000","last_undegraded":"2023-09-30T09:05:34.626752+0000","last_fullsized":"2023-09-30T09:05:34.626752+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.24","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.25","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"creating+peering","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.216178+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:26:21.501481+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[2,3],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635438+0000","last_change":"2023-09-30T09:05:34.634582+0000","last_active":"2023-09-30T09:05:34.635438+0000","last_peered":"2023-09-30T09:05:34.635438+0000","last_clean":"2023-09-30T09:05:34.635438+0000","last_became_active":"2023-09-30T09:05:34.631397+0000","last_became_peered":"2023-09-30T09:05:34.631397+0000","last_unstale":"2023-09-30T09:05:34.635438+0000","last_undegraded":"2023-09-30T09:05:34.635438+0000","last_fullsized":"2023-09-30T09:05:34.635438+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.28","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624993+0000","last_change":"2023-09-30T09:05:34.624993+0000","last_active":"2023-09-30T09:05:34.624993+0000","last_peered":"2023-09-30T09:05:34.624993+0000","last_clean":"2023-09-30T09:05:34.624993+0000","last_became_active":"2023-09-30T09:05:34.624707+0000","last_became_peered":"2023-09-30T09:05:34.624707+0000","last_unstale":"2023-09-30T09:05:34.624993+0000","last_undegraded":"2023-09-30T09:05:34.624993+0000","last_fullsized":"2023-09-30T09:05:34.624993+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.2a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.631981+0000","last_change":"2023-09-30T09:05:34.631981+0000","last_active":"2023-09-30T09:05:34.631981+0000","last_peered":"2023-09-30T09:05:34.631981+0000","last_clean":"2023-09-30T09:05:34.631981+0000","last_became_active":"2023-09-30T09:05:34.631712+0000","last_became_peered":"2023-09-30T09:05:34.631712+0000","last_unstale":"2023-09-30T09:05:34.631981+0000","last_undegraded":"2023-09-30T09:05:34.631981+0000","last_fullsized":"2023-09-30T09:05:34.631981+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":0,"reported_epoch":0,"state":"unknown","last_fresh":"2023-09-30T09:05:34.200418+0000","last_change":"2023-09-30T09:05:34.200418+0000","last_active":"2023-09-30T09:05:34.200418+0000","last_peered":"2023-09-30T09:05:34.200418+0000","last_clean":"2023-09-30T09:05:34.200418+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2023-09-30T09:05:34.200418+0000","last_undegraded":"2023-09-30T09:05:34.200418+0000","last_fullsized":"2023-09-30T09:05:34.200418+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":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_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":"3.2c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632385+0000","last_change":"2023-09-30T09:05:34.631602+0000","last_active":"2023-09-30T09:05:34.632385+0000","last_peered":"2023-09-30T09:05:34.632385+0000","last_clean":"2023-09-30T09:05:34.632385+0000","last_became_active":"2023-09-30T09:05:34.631295+0000","last_became_peered":"2023-09-30T09:05:34.631295+0000","last_unstale":"2023-09-30T09:05:34.632385+0000","last_undegraded":"2023-09-30T09:05:34.632385+0000","last_fullsized":"2023-09-30T09:05:34.632385+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":81,"acting":81,"num_store_stats":4},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4157440,"data_stored":4132576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":1536,"num_objects":10,"num_object_clones":0,"num_object_copies":30,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":10,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":24,"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":7,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":28672,"data_stored":3162,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":19,"ondisk_log_size":19,"up":60,"acting":60,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299397,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6108,"kb_used_data":1108,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739044,"statfs":{"total":95995035648,"available":95988781056,"internally_reserved":0,"allocated":1134592,"data_stored":812630,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55300000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64700000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66700000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69399999999999995}]}]},{"osd":6,"up_from":45,"seq":193273528329,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6484,"kb_used_data":1164,"kb_used_omap":0,"kb_used_meta":5312,"kb_avail":93738668,"statfs":{"total":95995035648,"available":95988396032,"internally_reserved":0,"allocated":1191936,"data_stored":840704,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5439488},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67100000000000004}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60599999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70699999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6456,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738696,"statfs":{"total":95995035648,"available":95988424704,"internally_reserved":0,"allocated":573440,"data_stored":235778,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:41 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.17199999999999999,"5min":0.17199999999999999,"15min":0.17199999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.189,"5min":0.189,"15min":0.189},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.29199999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:04:59 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.318}]},{"osd":3,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.309},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.32800000000000001}]},{"osd":4,"last update":"Sat Sep 30 09:05:27 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.505}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738396,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":7012,"kb_used_data":1116,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738140,"statfs":{"total":95995035648,"available":95987855360,"internally_reserved":0,"allocated":1142784,"data_stored":813218,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:04:39 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.374},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.40400000000000003}]},{"osd":2,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.309},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.34599999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.38500000000000001}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.65900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61099999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56000000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71199999999999997}]}]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6476,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738676,"statfs":{"total":95995035648,"available":95988404224,"internally_reserved":0,"allocated":593920,"data_stored":249388,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.247},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34899999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.28199999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:12 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.314},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.33500000000000002}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.69999999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.751}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71499999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5728,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739424,"statfs":{"total":95995035648,"available":95989170176,"internally_reserved":0,"allocated":548864,"data_stored":222850,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.251},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.39800000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.35199999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.371}]},{"osd":4,"last update":"Sat Sep 30 09:05:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.59199999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]}]},{"osd":4,"up_from":30,"seq":128849018894,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5728,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739424,"statfs":{"total":95995035648,"available":95989170176,"internally_reserved":0,"allocated":548864,"data_stored":222850,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.63700000000000001}]},{"osd":1,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.48999999999999999}]},{"osd":2,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.58299999999999996}]},{"osd":3,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.51200000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67200000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68500000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]}]},{"osd":5,"up_from":37,"seq":158913789964,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5668,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739484,"statfs":{"total":95995035648,"available":95989231616,"internally_reserved":0,"allocated":552960,"data_stored":228461,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64500000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":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":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":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1626,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T09:05:39.395 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.3f is not active+clean 2023-09-30T09:05:39.395 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.3f', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.395 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.3e is not active+clean 2023-09-30T09:05:39.395 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.3e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.214937+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+0000', 'mapping_epoch': 58, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 58, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-01T20:38:54.904968+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 0, 'num_large_omap_objects': 0, 'num_objects_manifest': 0, 'num_omap_bytes': 0, 'num_omap_keys': 0, 'num_objects_repaired': 0}, 'up': [1, 0, 6], 'acting': [1, 0, 6], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [0, 6], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2023-09-30T09:05:39.395 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.3d is not active+clean 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.3d', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.3b is not active+clean 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.3b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.39 is not active+clean 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.39', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.38 is not active+clean 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.38', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.37 is not active+clean 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.37', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.396 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.34 is not active+clean 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.34', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.33 is not active+clean 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.33', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.32 is not active+clean 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.32', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.31 is not active+clean 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.31', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.216384+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+0000', 'mapping_epoch': 58, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 58, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-01T16:10:43.732896+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 0, 'num_large_omap_objects': 0, 'num_objects_manifest': 0, 'num_omap_bytes': 0, 'num_omap_keys': 0, 'num_objects_repaired': 0}, 'up': [1, 4, 5], 'acting': [1, 4, 5], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [4, 5], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2d is not active+clean 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2d', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.397 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1f is not active+clean 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1f', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1e is not active+clean 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1e is not active+clean 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1f is not active+clean 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1f', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1d is not active+clean 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1d', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.398 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1c is not active+clean 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1c', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.1b is not active+clean 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.1b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1a is not active+clean 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1a', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1b is not active+clean 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.19 is not active+clean 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.19', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.399 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.18 is not active+clean 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.18', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.19 is not active+clean 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.19', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.215586+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+0000', 'mapping_epoch': 58, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 58, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-01T19:19:48.052902+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [3, 4], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.17 is not active+clean 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.17', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.14 is not active+clean 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.14', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.15 is not active+clean 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.15', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.13 is not active+clean 2023-09-30T09:05:39.400 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.13', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.12 is not active+clean 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.12', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.13 is not active+clean 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.13', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.11 is not active+clean 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.11', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.f is not active+clean 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.f', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.e is not active+clean 2023-09-30T09:05:39.401 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.e', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.3 is not active+clean 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.3', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.0 is not active+clean 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.0', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.214728+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+0000', 'mapping_epoch': 58, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 58, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-01T11:35:25.441877+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [2, 6], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2 is not active+clean 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.1 is not active+clean 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.1', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.0 is not active+clean 2023-09-30T09:05:39.402 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.0', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.5 is not active+clean 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.5', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.4 is not active+clean 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.4', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.214925+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+0000', 'mapping_epoch': 58, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 58, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-01T14:11:24.112463+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 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': [2, 5], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.7 is not active+clean 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.7', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.6 is not active+clean 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.6', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.8 is not active+clean 2023-09-30T09:05:39.403 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.8', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.9 is not active+clean 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.9', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.8 is not active+clean 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.8', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.b is not active+clean 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:PG 2.b is not active+clean 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '2.b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:33.195824+0000', 'last_change': '2023-09-30T09:05:33.195824+0000', 'last_active': '2023-09-30T09:05:33.195824+0000', 'last_peered': '2023-09-30T09:05:33.195824+0000', 'last_clean': '2023-09-30T09:05:33.195824+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:33.195824+0000', 'last_undegraded': '2023-09-30T09:05:33.195824+0000', 'last_fullsized': '2023-09-30T09:05:33.195824+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': '2023-09-30T09:05:33.195824+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:33.195824+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.d is not active+clean 2023-09-30T09:05:39.404 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.d', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.f is not active+clean 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.f', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.23 is not active+clean 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.23', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.24 is not active+clean 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.24', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.25 is not active+clean 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.25', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'creating+peering', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.216178+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+0000', 'mapping_epoch': 58, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 58, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'periodic scrub scheduled @ 2023-10-01T14:26:21.501481+0000', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 0, 'num_large_omap_objects': 0, 'num_objects_manifest': 0, 'num_omap_bytes': 0, 'num_omap_keys': 0, 'num_objects_repaired': 0}, 'up': [1, 3, 2], 'acting': [1, 3, 2], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [2, 3], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.27 is not active+clean 2023-09-30T09:05:39.405 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.27', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.406 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.29 is not active+clean 2023-09-30T09:05:39.406 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.29', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.406 INFO:tasks.cephfs.filesystem.ceph_manager:PG 3.2b is not active+clean 2023-09-30T09:05:39.406 INFO:tasks.cephfs.filesystem.ceph_manager:{'pgid': '3.2b', 'version': "0'0", 'reported_seq': 0, 'reported_epoch': 0, 'state': 'unknown', 'last_fresh': '2023-09-30T09:05:34.200418+0000', 'last_change': '2023-09-30T09:05:34.200418+0000', 'last_active': '2023-09-30T09:05:34.200418+0000', 'last_peered': '2023-09-30T09:05:34.200418+0000', 'last_clean': '2023-09-30T09:05:34.200418+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2023-09-30T09:05:34.200418+0000', 'last_undegraded': '2023-09-30T09:05:34.200418+0000', 'last_fullsized': '2023-09-30T09:05:34.200418+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': '2023-09-30T09:05:34.200418+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'last_clean_scrub_stamp': '2023-09-30T09:05:34.200418+0000', 'objects_scrubbed': 0, 'log_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_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': []} 2023-09-30T09:05:39.406 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph status --format=json 2023-09-30T09:05:39.813 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:39.813 INFO:teuthology.orchestra.run.smithi118.stdout:{"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_age":164,"monmap":{"epoch":3,"min_mon_release_name":"quincy","num_mons":3},"osdmap":{"epoch":60,"num_osds":8,"num_up_osds":8,"osd_up_since":1696064717,"num_in_osds":8,"osd_in_since":1696064703,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"active+clean","count":97}],"num_pgs":97,"num_pools":3,"num_objects":24,"data_bytes":592674,"bytes_used":52256768,"bytes_avail":767908028416,"bytes_total":767960285184,"write_bytes_sec":2218,"read_op_per_sec":0,"write_op_per_sec":7},"fsmap":{"epoch":8,"id":1,"up":1,"in":1,"max":1,"by_rank":[{"filesystem_id":1,"rank":0,"name":"b","status":"up:active","gid":24349}],"up:standby":1},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs","restful"],"services":{"dashboard":"https://172.21.15.118:8443/"}},"servicemap":{"epoch":10,"modified":"2023-09-30T09:05:29.407201+0000","services":{"mds":{"daemons":{"summary":"","a":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"b":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}},"osd":{"daemons":{"summary":"","5":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"6":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}},"7":{"start_epoch":0,"start_stamp":"0.000000","gid":0,"addr":"(unrecognized address family 0)/0","metadata":{},"task_status":{}}}}}},"progress_events":{}} 2023-09-30T09:05:39.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:39 smithi118 ceph-mon[110048]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:39.826 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:39 smithi118 ceph-mon[123327]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:39.827 INFO:tasks.cephfs.filesystem.ceph_manager:no progress seen, keeping timeout for now 2023-09-30T09:05:39.827 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-09-30T09:05:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:39 smithi192 ceph-mon[114603]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:40.142 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:40.144 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:05:40.154 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-09-30T09:05:39.409005+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592674,"num_objects":24,"num_object_clones":0,"num_object_copies":72,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":24,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":204,"num_write_kb":2429,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":156,"ondisk_log_size":156,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":232,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":51032,"kb_used_data":6424,"kb_used_omap":0,"kb_used_meta":44544,"kb_avail":749910184,"statfs":{"total":767960285184,"available":767908028416,"internally_reserved":0,"allocated":6578176,"data_stored":3750902,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":45613056},"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":12,"apply_latency_ms":12,"commit_latency_ns":12000000,"apply_latency_ns":12000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":2306,"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":13,"num_scrub_errors":0,"num_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":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.001175"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635222+0000","last_change":"2023-09-30T09:05:34.628828+0000","last_active":"2023-09-30T09:05:34.635222+0000","last_peered":"2023-09-30T09:05:34.635222+0000","last_clean":"2023-09-30T09:05:34.635222+0000","last_became_active":"2023-09-30T09:05:34.628500+0000","last_became_peered":"2023-09-30T09:05:34.628500+0000","last_unstale":"2023-09-30T09:05:34.635222+0000","last_undegraded":"2023-09-30T09:05:34.635222+0000","last_fullsized":"2023-09-30T09:05:34.635222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:48.918029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.615838+0000","last_change":"2023-09-30T09:05:34.615143+0000","last_active":"2023-09-30T09:05:34.615838+0000","last_peered":"2023-09-30T09:05:34.615838+0000","last_clean":"2023-09-30T09:05:34.615838+0000","last_became_active":"2023-09-30T09:05:34.614880+0000","last_became_peered":"2023-09-30T09:05:34.614880+0000","last_unstale":"2023-09-30T09:05:34.615838+0000","last_undegraded":"2023-09-30T09:05:34.615838+0000","last_fullsized":"2023-09-30T09:05:34.615838+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:49:22.153600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620279+0000","last_change":"2023-09-30T09:05:34.618702+0000","last_active":"2023-09-30T09:05:34.620279+0000","last_peered":"2023-09-30T09:05:34.620279+0000","last_clean":"2023-09-30T09:05:34.620279+0000","last_became_active":"2023-09-30T09:05:34.618386+0000","last_became_peered":"2023-09-30T09:05:34.618386+0000","last_unstale":"2023-09-30T09:05:34.620279+0000","last_undegraded":"2023-09-30T09:05:34.620279+0000","last_fullsized":"2023-09-30T09:05:34.620279+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:31:23.059382+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632033+0000","last_change":"2023-09-30T09:05:34.632033+0000","last_active":"2023-09-30T09:05:34.632033+0000","last_peered":"2023-09-30T09:05:34.632033+0000","last_clean":"2023-09-30T09:05:34.632033+0000","last_became_active":"2023-09-30T09:05:34.631764+0000","last_became_peered":"2023-09-30T09:05:34.631764+0000","last_unstale":"2023-09-30T09:05:34.632033+0000","last_undegraded":"2023-09-30T09:05:34.632033+0000","last_fullsized":"2023-09-30T09:05:34.632033+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636582+0000","last_change":"2023-09-30T09:05:34.636020+0000","last_active":"2023-09-30T09:05:34.636582+0000","last_peered":"2023-09-30T09:05:34.636582+0000","last_clean":"2023-09-30T09:05:34.636582+0000","last_became_active":"2023-09-30T09:05:34.635724+0000","last_became_peered":"2023-09-30T09:05:34.635724+0000","last_unstale":"2023-09-30T09:05:34.636582+0000","last_undegraded":"2023-09-30T09:05:34.636582+0000","last_fullsized":"2023-09-30T09:05:34.636582+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:44.085834+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626222+0000","last_change":"2023-09-30T09:05:34.626222+0000","last_active":"2023-09-30T09:05:34.626222+0000","last_peered":"2023-09-30T09:05:34.626222+0000","last_clean":"2023-09-30T09:05:34.626222+0000","last_became_active":"2023-09-30T09:05:34.625289+0000","last_became_peered":"2023-09-30T09:05:34.625289+0000","last_unstale":"2023-09-30T09:05:34.626222+0000","last_undegraded":"2023-09-30T09:05:34.626222+0000","last_fullsized":"2023-09-30T09:05:34.626222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633936+0000","last_change":"2023-09-30T09:05:34.627256+0000","last_active":"2023-09-30T09:05:34.633936+0000","last_peered":"2023-09-30T09:05:34.633936+0000","last_clean":"2023-09-30T09:05:34.633936+0000","last_became_active":"2023-09-30T09:05:34.626858+0000","last_became_peered":"2023-09-30T09:05:34.626858+0000","last_unstale":"2023-09-30T09:05:34.633936+0000","last_undegraded":"2023-09-30T09:05:34.633936+0000","last_fullsized":"2023-09-30T09:05:34.633936+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:49:54.555632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.38","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630058+0000","last_change":"2023-09-30T09:05:34.628178+0000","last_active":"2023-09-30T09:05:34.630058+0000","last_peered":"2023-09-30T09:05:34.630058+0000","last_clean":"2023-09-30T09:05:34.630058+0000","last_became_active":"2023-09-30T09:05:34.626319+0000","last_became_peered":"2023-09-30T09:05:34.626319+0000","last_unstale":"2023-09-30T09:05:34.630058+0000","last_undegraded":"2023-09-30T09:05:34.630058+0000","last_fullsized":"2023-09-30T09:05:34.630058+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:36:16.070156+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635274+0000","last_change":"2023-09-30T09:05:34.630398+0000","last_active":"2023-09-30T09:05:34.635274+0000","last_peered":"2023-09-30T09:05:34.635274+0000","last_clean":"2023-09-30T09:05:34.635274+0000","last_became_active":"2023-09-30T09:05:34.630118+0000","last_became_peered":"2023-09-30T09:05:34.630118+0000","last_unstale":"2023-09-30T09:05:34.635274+0000","last_undegraded":"2023-09-30T09:05:34.635274+0000","last_fullsized":"2023-09-30T09:05:34.635274+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:59:26.454032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634947+0000","last_change":"2023-09-30T09:05:34.634469+0000","last_active":"2023-09-30T09:05:34.634947+0000","last_peered":"2023-09-30T09:05:34.634947+0000","last_clean":"2023-09-30T09:05:34.634947+0000","last_became_active":"2023-09-30T09:05:34.632208+0000","last_became_peered":"2023-09-30T09:05:34.632208+0000","last_unstale":"2023-09-30T09:05:34.634947+0000","last_undegraded":"2023-09-30T09:05:34.634947+0000","last_fullsized":"2023-09-30T09:05:34.634947+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636128+0000","last_change":"2023-09-30T09:05:34.635297+0000","last_active":"2023-09-30T09:05:34.636128+0000","last_peered":"2023-09-30T09:05:34.636128+0000","last_clean":"2023-09-30T09:05:34.636128+0000","last_became_active":"2023-09-30T09:05:34.635001+0000","last_became_peered":"2023-09-30T09:05:34.635001+0000","last_unstale":"2023-09-30T09:05:34.636128+0000","last_undegraded":"2023-09-30T09:05:34.636128+0000","last_fullsized":"2023-09-30T09:05:34.636128+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639895+0000","last_change":"2023-09-30T09:05:34.638238+0000","last_active":"2023-09-30T09:05:34.639895+0000","last_peered":"2023-09-30T09:05:34.639895+0000","last_clean":"2023-09-30T09:05:34.639895+0000","last_became_active":"2023-09-30T09:05:34.637552+0000","last_became_peered":"2023-09-30T09:05:34.637552+0000","last_unstale":"2023-09-30T09:05:34.639895+0000","last_undegraded":"2023-09-30T09:05:34.639895+0000","last_fullsized":"2023-09-30T09:05:34.639895+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:59:23.796883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.616098+0000","last_change":"2023-09-30T09:05:34.611301+0000","last_active":"2023-09-30T09:05:34.616098+0000","last_peered":"2023-09-30T09:05:34.616098+0000","last_clean":"2023-09-30T09:05:34.616098+0000","last_became_active":"2023-09-30T09:05:34.609934+0000","last_became_peered":"2023-09-30T09:05:34.609934+0000","last_unstale":"2023-09-30T09:05:34.616098+0000","last_undegraded":"2023-09-30T09:05:34.616098+0000","last_fullsized":"2023-09-30T09:05:34.616098+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:09:01.328352+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628702+0000","last_change":"2023-09-30T09:05:34.627698+0000","last_active":"2023-09-30T09:05:34.628702+0000","last_peered":"2023-09-30T09:05:34.628702+0000","last_clean":"2023-09-30T09:05:34.628702+0000","last_became_active":"2023-09-30T09:05:34.626023+0000","last_became_peered":"2023-09-30T09:05:34.626023+0000","last_unstale":"2023-09-30T09:05:34.628702+0000","last_undegraded":"2023-09-30T09:05:34.628702+0000","last_fullsized":"2023-09-30T09:05:34.628702+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:24:26.080148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633839+0000","last_change":"2023-09-30T09:05:34.627806+0000","last_active":"2023-09-30T09:05:34.633839+0000","last_peered":"2023-09-30T09:05:34.633839+0000","last_clean":"2023-09-30T09:05:34.633839+0000","last_became_active":"2023-09-30T09:05:34.627529+0000","last_became_peered":"2023-09-30T09:05:34.627529+0000","last_unstale":"2023-09-30T09:05:34.633839+0000","last_undegraded":"2023-09-30T09:05:34.633839+0000","last_fullsized":"2023-09-30T09:05:34.633839+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:27:46.504079+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625110+0000","last_change":"2023-09-30T09:05:34.625110+0000","last_active":"2023-09-30T09:05:34.625110+0000","last_peered":"2023-09-30T09:05:34.625110+0000","last_clean":"2023-09-30T09:05:34.625110+0000","last_became_active":"2023-09-30T09:05:34.624832+0000","last_became_peered":"2023-09-30T09:05:34.624832+0000","last_unstale":"2023-09-30T09:05:34.625110+0000","last_undegraded":"2023-09-30T09:05:34.625110+0000","last_fullsized":"2023-09-30T09:05:34.625110+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630293+0000","last_change":"2023-09-30T09:05:34.630293+0000","last_active":"2023-09-30T09:05:34.630293+0000","last_peered":"2023-09-30T09:05:34.630293+0000","last_clean":"2023-09-30T09:05:34.630293+0000","last_became_active":"2023-09-30T09:05:34.630009+0000","last_became_peered":"2023-09-30T09:05:34.630009+0000","last_unstale":"2023-09-30T09:05:34.630293+0000","last_undegraded":"2023-09-30T09:05:34.630293+0000","last_fullsized":"2023-09-30T09:05:34.630293+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.622622+0000","last_change":"2023-09-30T09:05:34.621232+0000","last_active":"2023-09-30T09:05:34.622622+0000","last_peered":"2023-09-30T09:05:34.622622+0000","last_clean":"2023-09-30T09:05:34.622622+0000","last_became_active":"2023-09-30T09:05:34.620957+0000","last_became_peered":"2023-09-30T09:05:34.620957+0000","last_unstale":"2023-09-30T09:05:34.622622+0000","last_undegraded":"2023-09-30T09:05:34.622622+0000","last_fullsized":"2023-09-30T09:05:34.622622+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634073+0000","last_change":"2023-09-30T09:05:34.628488+0000","last_active":"2023-09-30T09:05:34.634073+0000","last_peered":"2023-09-30T09:05:34.634073+0000","last_clean":"2023-09-30T09:05:34.634073+0000","last_became_active":"2023-09-30T09:05:34.627478+0000","last_became_peered":"2023-09-30T09:05:34.627478+0000","last_unstale":"2023-09-30T09:05:34.634073+0000","last_undegraded":"2023-09-30T09:05:34.634073+0000","last_fullsized":"2023-09-30T09:05:34.634073+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:29.197022+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1f","version":"59'4","reported_seq":15,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.640078+0000","last_change":"2023-09-30T09:05:34.234912+0000","last_active":"2023-09-30T09:05:34.640078+0000","last_peered":"2023-09-30T09:05:34.640078+0000","last_clean":"2023-09-30T09:05:34.640078+0000","last_became_active":"2023-09-30T09:05:34.234619+0000","last_became_peered":"2023-09-30T09:05:34.234619+0000","last_unstale":"2023-09-30T09:05:34.640078+0000","last_undegraded":"2023-09-30T09:05:34.640078+0000","last_fullsized":"2023-09-30T09:05:34.640078+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":4,"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 @ 2023-10-01T14:30:00.880402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":554,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620713+0000","last_change":"2023-09-30T09:05:34.619828+0000","last_active":"2023-09-30T09:05:34.620713+0000","last_peered":"2023-09-30T09:05:34.620713+0000","last_clean":"2023-09-30T09:05:34.620713+0000","last_became_active":"2023-09-30T09:05:34.619583+0000","last_became_peered":"2023-09-30T09:05:34.619583+0000","last_unstale":"2023-09-30T09:05:34.620713+0000","last_undegraded":"2023-09-30T09:05:34.620713+0000","last_fullsized":"2023-09-30T09:05:34.620713+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:13:45.636407+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629997+0000","last_change":"2023-09-30T09:05:34.229889+0000","last_active":"2023-09-30T09:05:34.629997+0000","last_peered":"2023-09-30T09:05:34.629997+0000","last_clean":"2023-09-30T09:05:34.629997+0000","last_became_active":"2023-09-30T09:05:34.229521+0000","last_became_peered":"2023-09-30T09:05:34.229521+0000","last_unstale":"2023-09-30T09:05:34.629997+0000","last_undegraded":"2023-09-30T09:05:34.629997+0000","last_fullsized":"2023-09-30T09:05:34.629997+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T20:29:43.801809+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1f","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628755+0000","last_change":"2023-09-30T09:05:34.626239+0000","last_active":"2023-09-30T09:05:34.628755+0000","last_peered":"2023-09-30T09:05:34.628755+0000","last_clean":"2023-09-30T09:05:34.628755+0000","last_became_active":"2023-09-30T09:05:34.625922+0000","last_became_peered":"2023-09-30T09:05:34.625922+0000","last_unstale":"2023-09-30T09:05:34.628755+0000","last_undegraded":"2023-09-30T09:05:34.628755+0000","last_fullsized":"2023-09-30T09:05:34.628755+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:14:27.100202+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1d","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.637373+0000","last_change":"2023-09-30T09:05:34.225342+0000","last_active":"2023-09-30T09:05:34.637373+0000","last_peered":"2023-09-30T09:05:34.637373+0000","last_clean":"2023-09-30T09:05:34.637373+0000","last_became_active":"2023-09-30T09:05:34.224679+0000","last_became_peered":"2023-09-30T09:05:34.224679+0000","last_unstale":"2023-09-30T09:05:34.637373+0000","last_undegraded":"2023-09-30T09:05:34.637373+0000","last_fullsized":"2023-09-30T09:05:34.637373+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T14:16:33.524713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626941+0000","last_change":"2023-09-30T09:05:34.626941+0000","last_active":"2023-09-30T09:05:34.626941+0000","last_peered":"2023-09-30T09:05:34.626941+0000","last_clean":"2023-09-30T09:05:34.626941+0000","last_became_active":"2023-09-30T09:05:34.626665+0000","last_became_peered":"2023-09-30T09:05:34.626665+0000","last_unstale":"2023-09-30T09:05:34.626941+0000","last_undegraded":"2023-09-30T09:05:34.626941+0000","last_fullsized":"2023-09-30T09:05:34.626941+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630976+0000","last_change":"2023-09-30T09:05:34.230636+0000","last_active":"2023-09-30T09:05:34.630976+0000","last_peered":"2023-09-30T09:05:34.630976+0000","last_clean":"2023-09-30T09:05:34.630976+0000","last_became_active":"2023-09-30T09:05:34.229931+0000","last_became_peered":"2023-09-30T09:05:34.229931+0000","last_unstale":"2023-09-30T09:05:34.630976+0000","last_undegraded":"2023-09-30T09:05:34.630976+0000","last_fullsized":"2023-09-30T09:05:34.630976+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T16:14:58.554434+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626764+0000","last_change":"2023-09-30T09:05:34.626764+0000","last_active":"2023-09-30T09:05:34.626764+0000","last_peered":"2023-09-30T09:05:34.626764+0000","last_clean":"2023-09-30T09:05:34.626764+0000","last_became_active":"2023-09-30T09:05:34.626357+0000","last_became_peered":"2023-09-30T09:05:34.626357+0000","last_unstale":"2023-09-30T09:05:34.626764+0000","last_undegraded":"2023-09-30T09:05:34.626764+0000","last_fullsized":"2023-09-30T09:05:34.626764+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:26:31.508437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1b","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634422+0000","last_change":"2023-09-30T09:05:34.225669+0000","last_active":"2023-09-30T09:05:34.634422+0000","last_peered":"2023-09-30T09:05:34.634422+0000","last_clean":"2023-09-30T09:05:34.634422+0000","last_became_active":"2023-09-30T09:05:34.225104+0000","last_became_peered":"2023-09-30T09:05:34.225104+0000","last_unstale":"2023-09-30T09:05:34.634422+0000","last_undegraded":"2023-09-30T09:05:34.634422+0000","last_fullsized":"2023-09-30T09:05:34.634422+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T15:06:56.039863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630072+0000","last_change":"2023-09-30T09:05:34.624155+0000","last_active":"2023-09-30T09:05:34.630072+0000","last_peered":"2023-09-30T09:05:34.630072+0000","last_clean":"2023-09-30T09:05:34.630072+0000","last_became_active":"2023-09-30T09:05:34.623880+0000","last_became_peered":"2023-09-30T09:05:34.623880+0000","last_unstale":"2023-09-30T09:05:34.630072+0000","last_undegraded":"2023-09-30T09:05:34.630072+0000","last_fullsized":"2023-09-30T09:05:34.630072+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:35:24.095775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633378+0000","last_change":"2023-09-30T09:05:34.224454+0000","last_active":"2023-09-30T09:05:34.633378+0000","last_peered":"2023-09-30T09:05:34.633378+0000","last_clean":"2023-09-30T09:05:34.633378+0000","last_became_active":"2023-09-30T09:05:34.224139+0000","last_became_peered":"2023-09-30T09:05:34.224139+0000","last_unstale":"2023-09-30T09:05:34.633378+0000","last_undegraded":"2023-09-30T09:05:34.633378+0000","last_fullsized":"2023-09-30T09:05:34.633378+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T14:24:54.141913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628730+0000","last_change":"2023-09-30T09:05:34.624881+0000","last_active":"2023-09-30T09:05:34.628730+0000","last_peered":"2023-09-30T09:05:34.628730+0000","last_clean":"2023-09-30T09:05:34.628730+0000","last_became_active":"2023-09-30T09:05:34.624489+0000","last_became_peered":"2023-09-30T09:05:34.624489+0000","last_unstale":"2023-09-30T09:05:34.628730+0000","last_undegraded":"2023-09-30T09:05:34.628730+0000","last_fullsized":"2023-09-30T09:05:34.628730+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:28:07.481279+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.602754+0000","last_change":"2023-09-30T09:05:34.219909+0000","last_active":"2023-09-30T09:05:34.602754+0000","last_peered":"2023-09-30T09:05:34.602754+0000","last_clean":"2023-09-30T09:05:34.602754+0000","last_became_active":"2023-09-30T09:05:34.218869+0000","last_became_peered":"2023-09-30T09:05:34.218869+0000","last_unstale":"2023-09-30T09:05:34.602754+0000","last_undegraded":"2023-09-30T09:05:34.602754+0000","last_fullsized":"2023-09-30T09:05:34.602754+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:21:35.371932+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.617065+0000","last_change":"2023-09-30T09:05:34.611131+0000","last_active":"2023-09-30T09:05:34.617065+0000","last_peered":"2023-09-30T09:05:34.617065+0000","last_clean":"2023-09-30T09:05:34.617065+0000","last_became_active":"2023-09-30T09:05:34.610832+0000","last_became_peered":"2023-09-30T09:05:34.610832+0000","last_unstale":"2023-09-30T09:05:34.617065+0000","last_undegraded":"2023-09-30T09:05:34.617065+0000","last_fullsized":"2023-09-30T09:05:34.617065+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:22:58.745677+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234160+0000","last_change":"2023-09-30T09:05:34.233479+0000","last_active":"2023-09-30T09:05:34.234160+0000","last_peered":"2023-09-30T09:05:34.234160+0000","last_clean":"2023-09-30T09:05:34.234160+0000","last_became_active":"2023-09-30T09:05:34.232770+0000","last_became_peered":"2023-09-30T09:05:34.232770+0000","last_unstale":"2023-09-30T09:05:34.234160+0000","last_undegraded":"2023-09-30T09:05:34.234160+0000","last_fullsized":"2023-09-30T09:05:34.234160+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.622339+0000","last_change":"2023-09-30T09:05:34.621906+0000","last_active":"2023-09-30T09:05:34.622339+0000","last_peered":"2023-09-30T09:05:34.622339+0000","last_clean":"2023-09-30T09:05:34.622339+0000","last_became_active":"2023-09-30T09:05:34.621621+0000","last_became_peered":"2023-09-30T09:05:34.621621+0000","last_unstale":"2023-09-30T09:05:34.622339+0000","last_undegraded":"2023-09-30T09:05:34.622339+0000","last_fullsized":"2023-09-30T09:05:34.622339+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:41:13.077856+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603416+0000","last_change":"2023-09-30T09:05:34.227215+0000","last_active":"2023-09-30T09:05:34.603416+0000","last_peered":"2023-09-30T09:05:34.603416+0000","last_clean":"2023-09-30T09:05:34.603416+0000","last_became_active":"2023-09-30T09:05:34.226852+0000","last_became_peered":"2023-09-30T09:05:34.226852+0000","last_unstale":"2023-09-30T09:05:34.603416+0000","last_undegraded":"2023-09-30T09:05:34.603416+0000","last_fullsized":"2023-09-30T09:05:34.603416+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624205+0000","last_change":"2023-09-30T09:05:34.624205+0000","last_active":"2023-09-30T09:05:34.624205+0000","last_peered":"2023-09-30T09:05:34.624205+0000","last_clean":"2023-09-30T09:05:34.624205+0000","last_became_active":"2023-09-30T09:05:34.623860+0000","last_became_peered":"2023-09-30T09:05:34.623860+0000","last_unstale":"2023-09-30T09:05:34.624205+0000","last_undegraded":"2023-09-30T09:05:34.624205+0000","last_fullsized":"2023-09-30T09:05:34.624205+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.233915+0000","last_change":"2023-09-30T09:05:34.232931+0000","last_active":"2023-09-30T09:05:34.233915+0000","last_peered":"2023-09-30T09:05:34.233915+0000","last_clean":"2023-09-30T09:05:34.233915+0000","last_became_active":"2023-09-30T09:05:34.232641+0000","last_became_peered":"2023-09-30T09:05:34.232641+0000","last_unstale":"2023-09-30T09:05:34.233915+0000","last_undegraded":"2023-09-30T09:05:34.233915+0000","last_fullsized":"2023-09-30T09:05:34.233915+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628783+0000","last_change":"2023-09-30T09:05:34.626870+0000","last_active":"2023-09-30T09:05:34.628783+0000","last_peered":"2023-09-30T09:05:34.628783+0000","last_clean":"2023-09-30T09:05:34.628783+0000","last_became_active":"2023-09-30T09:05:34.626094+0000","last_became_peered":"2023-09-30T09:05:34.626094+0000","last_unstale":"2023-09-30T09:05:34.628783+0000","last_undegraded":"2023-09-30T09:05:34.628783+0000","last_fullsized":"2023-09-30T09:05:34.628783+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:29:09.949120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"59'3","reported_seq":14,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629312+0000","last_change":"2023-09-30T09:05:34.225467+0000","last_active":"2023-09-30T09:05:34.629312+0000","last_peered":"2023-09-30T09:05:34.629312+0000","last_clean":"2023-09-30T09:05:34.629312+0000","last_became_active":"2023-09-30T09:05:34.225041+0000","last_became_peered":"2023-09-30T09:05:34.225041+0000","last_unstale":"2023-09-30T09:05:34.629312+0000","last_undegraded":"2023-09-30T09:05:34.629312+0000","last_fullsized":"2023-09-30T09:05:34.629312+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":3,"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 @ 2023-10-01T18:48:51.325240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639872+0000","last_change":"2023-09-30T09:05:34.638021+0000","last_active":"2023-09-30T09:05:34.639872+0000","last_peered":"2023-09-30T09:05:34.639872+0000","last_clean":"2023-09-30T09:05:34.639872+0000","last_became_active":"2023-09-30T09:05:34.637539+0000","last_became_peered":"2023-09-30T09:05:34.637539+0000","last_unstale":"2023-09-30T09:05:34.639872+0000","last_undegraded":"2023-09-30T09:05:34.639872+0000","last_fullsized":"2023-09-30T09:05:34.639872+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:18:53.842541+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.14","version":"59'6","reported_seq":17,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.640171+0000","last_change":"2023-09-30T09:05:34.228561+0000","last_active":"2023-09-30T09:05:34.640171+0000","last_peered":"2023-09-30T09:05:34.640171+0000","last_clean":"2023-09-30T09:05:34.640171+0000","last_became_active":"2023-09-30T09:05:34.228231+0000","last_became_peered":"2023-09-30T09:05:34.228231+0000","last_unstale":"2023-09-30T09:05:34.640171+0000","last_undegraded":"2023-09-30T09:05:34.640171+0000","last_fullsized":"2023-09-30T09:05:34.640171+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":6,"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 @ 2023-10-01T16:02:05.727585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1536,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636142+0000","last_change":"2023-09-30T09:05:34.628701+0000","last_active":"2023-09-30T09:05:34.636142+0000","last_peered":"2023-09-30T09:05:34.636142+0000","last_clean":"2023-09-30T09:05:34.636142+0000","last_became_active":"2023-09-30T09:05:34.627954+0000","last_became_peered":"2023-09-30T09:05:34.627954+0000","last_unstale":"2023-09-30T09:05:34.636142+0000","last_undegraded":"2023-09-30T09:05:34.636142+0000","last_fullsized":"2023-09-30T09:05:34.636142+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:16:21.894258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639898+0000","last_change":"2023-09-30T09:05:34.232248+0000","last_active":"2023-09-30T09:05:34.639898+0000","last_peered":"2023-09-30T09:05:34.639898+0000","last_clean":"2023-09-30T09:05:34.639898+0000","last_became_active":"2023-09-30T09:05:34.231959+0000","last_became_peered":"2023-09-30T09:05:34.231959+0000","last_unstale":"2023-09-30T09:05:34.639898+0000","last_undegraded":"2023-09-30T09:05:34.639898+0000","last_fullsized":"2023-09-30T09:05:34.639898+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T09:28:51.778341+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":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.614180+0000","last_change":"2023-09-30T09:05:34.613796+0000","last_active":"2023-09-30T09:05:34.614180+0000","last_peered":"2023-09-30T09:05:34.614180+0000","last_clean":"2023-09-30T09:05:34.614180+0000","last_became_active":"2023-09-30T09:05:34.613436+0000","last_became_peered":"2023-09-30T09:05:34.613436+0000","last_unstale":"2023-09-30T09:05:34.614180+0000","last_undegraded":"2023-09-30T09:05:34.614180+0000","last_fullsized":"2023-09-30T09:05:34.614180+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:11:03.333314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234031+0000","last_change":"2023-09-30T09:05:34.233250+0000","last_active":"2023-09-30T09:05:34.234031+0000","last_peered":"2023-09-30T09:05:34.234031+0000","last_clean":"2023-09-30T09:05:34.234031+0000","last_became_active":"2023-09-30T09:05:34.232681+0000","last_became_peered":"2023-09-30T09:05:34.232681+0000","last_unstale":"2023-09-30T09:05:34.234031+0000","last_undegraded":"2023-09-30T09:05:34.234031+0000","last_fullsized":"2023-09-30T09:05:34.234031+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636119+0000","last_change":"2023-09-30T09:05:34.635822+0000","last_active":"2023-09-30T09:05:34.636119+0000","last_peered":"2023-09-30T09:05:34.636119+0000","last_clean":"2023-09-30T09:05:34.636119+0000","last_became_active":"2023-09-30T09:05:34.635505+0000","last_became_peered":"2023-09-30T09:05:34.635505+0000","last_unstale":"2023-09-30T09:05:34.636119+0000","last_undegraded":"2023-09-30T09:05:34.636119+0000","last_fullsized":"2023-09-30T09:05:34.636119+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:50:07.097814+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603259+0000","last_change":"2023-09-30T09:05:34.225299+0000","last_active":"2023-09-30T09:05:34.603259+0000","last_peered":"2023-09-30T09:05:34.603259+0000","last_clean":"2023-09-30T09:05:34.603259+0000","last_became_active":"2023-09-30T09:05:34.224984+0000","last_became_peered":"2023-09-30T09:05:34.224984+0000","last_unstale":"2023-09-30T09:05:34.603259+0000","last_undegraded":"2023-09-30T09:05:34.603259+0000","last_fullsized":"2023-09-30T09:05:34.603259+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636403+0000","last_change":"2023-09-30T09:05:34.632387+0000","last_active":"2023-09-30T09:05:34.636403+0000","last_peered":"2023-09-30T09:05:34.636403+0000","last_clean":"2023-09-30T09:05:34.636403+0000","last_became_active":"2023-09-30T09:05:34.631139+0000","last_became_peered":"2023-09-30T09:05:34.631139+0000","last_unstale":"2023-09-30T09:05:34.636403+0000","last_undegraded":"2023-09-30T09:05:34.636403+0000","last_fullsized":"2023-09-30T09:05:34.636403+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":19,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632238+0000","last_change":"2023-09-30T09:05:34.223190+0000","last_active":"2023-09-30T09:05:34.632238+0000","last_peered":"2023-09-30T09:05:34.632238+0000","last_clean":"2023-09-30T09:05:34.632238+0000","last_became_active":"2023-09-30T09:05:34.222868+0000","last_became_peered":"2023-09-30T09:05:34.222868+0000","last_unstale":"2023-09-30T09:05:34.632238+0000","last_undegraded":"2023-09-30T09:05:34.632238+0000","last_fullsized":"2023-09-30T09:05:34.632238+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":8,"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 @ 2023-10-01T11:08:23.278242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634130+0000","last_change":"2023-09-30T09:05:34.627779+0000","last_active":"2023-09-30T09:05:34.634130+0000","last_peered":"2023-09-30T09:05:34.634130+0000","last_clean":"2023-09-30T09:05:34.634130+0000","last_became_active":"2023-09-30T09:05:34.627492+0000","last_became_peered":"2023-09-30T09:05:34.627492+0000","last_unstale":"2023-09-30T09:05:34.634130+0000","last_undegraded":"2023-09-30T09:05:34.634130+0000","last_fullsized":"2023-09-30T09:05:34.634130+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:29:48.589121+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636733+0000","last_change":"2023-09-30T09:05:34.223168+0000","last_active":"2023-09-30T09:05:34.636733+0000","last_peered":"2023-09-30T09:05:34.636733+0000","last_clean":"2023-09-30T09:05:34.636733+0000","last_became_active":"2023-09-30T09:05:34.222309+0000","last_became_peered":"2023-09-30T09:05:34.222309+0000","last_unstale":"2023-09-30T09:05:34.636733+0000","last_undegraded":"2023-09-30T09:05:34.636733+0000","last_fullsized":"2023-09-30T09:05:34.636733+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T17:30:00.781152+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635894+0000","last_change":"2023-09-30T09:05:34.628763+0000","last_active":"2023-09-30T09:05:34.635894+0000","last_peered":"2023-09-30T09:05:34.635894+0000","last_clean":"2023-09-30T09:05:34.635894+0000","last_became_active":"2023-09-30T09:05:34.628473+0000","last_became_peered":"2023-09-30T09:05:34.628473+0000","last_unstale":"2023-09-30T09:05:34.635894+0000","last_undegraded":"2023-09-30T09:05:34.635894+0000","last_fullsized":"2023-09-30T09:05:34.635894+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:17:40.105406+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.604770+0000","last_change":"2023-09-30T09:05:34.228845+0000","last_active":"2023-09-30T09:05:34.604770+0000","last_peered":"2023-09-30T09:05:34.604770+0000","last_clean":"2023-09-30T09:05:34.604770+0000","last_became_active":"2023-09-30T09:05:34.227498+0000","last_became_peered":"2023-09-30T09:05:34.227498+0000","last_unstale":"2023-09-30T09:05:34.604770+0000","last_undegraded":"2023-09-30T09:05:34.604770+0000","last_fullsized":"2023-09-30T09:05:34.604770+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626515+0000","last_change":"2023-09-30T09:05:34.626515+0000","last_active":"2023-09-30T09:05:34.626515+0000","last_peered":"2023-09-30T09:05:34.626515+0000","last_clean":"2023-09-30T09:05:34.626515+0000","last_became_active":"2023-09-30T09:05:34.626171+0000","last_became_peered":"2023-09-30T09:05:34.626171+0000","last_unstale":"2023-09-30T09:05:34.626515+0000","last_undegraded":"2023-09-30T09:05:34.626515+0000","last_fullsized":"2023-09-30T09:05:34.626515+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.231425+0000","last_change":"2023-09-30T09:05:34.229683+0000","last_active":"2023-09-30T09:05:34.231425+0000","last_peered":"2023-09-30T09:05:34.231425+0000","last_clean":"2023-09-30T09:05:34.231425+0000","last_became_active":"2023-09-30T09:05:34.229396+0000","last_became_peered":"2023-09-30T09:05:34.229396+0000","last_unstale":"2023-09-30T09:05:34.231425+0000","last_undegraded":"2023-09-30T09:05:34.231425+0000","last_fullsized":"2023-09-30T09:05:34.231425+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639769+0000","last_change":"2023-09-30T09:05:34.639270+0000","last_active":"2023-09-30T09:05:34.639769+0000","last_peered":"2023-09-30T09:05:34.639769+0000","last_clean":"2023-09-30T09:05:34.639769+0000","last_became_active":"2023-09-30T09:05:34.638956+0000","last_became_peered":"2023-09-30T09:05:34.638956+0000","last_unstale":"2023-09-30T09:05:34.639769+0000","last_undegraded":"2023-09-30T09:05:34.639769+0000","last_fullsized":"2023-09-30T09:05:34.639769+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:46:08.846553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.0","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.615235+0000","last_change":"2023-09-30T09:05:34.612901+0000","last_active":"2023-09-30T09:05:34.615235+0000","last_peered":"2023-09-30T09:05:34.615235+0000","last_clean":"2023-09-30T09:05:34.615235+0000","last_became_active":"2023-09-30T09:05:34.612610+0000","last_became_peered":"2023-09-30T09:05:34.612610+0000","last_unstale":"2023-09-30T09:05:34.615235+0000","last_undegraded":"2023-09-30T09:05:34.615235+0000","last_fullsized":"2023-09-30T09:05:34.615235+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:01:21.653412+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.611577+0000","last_change":"2023-09-30T09:05:34.215793+0000","last_active":"2023-09-30T09:05:34.611577+0000","last_peered":"2023-09-30T09:05:34.611577+0000","last_clean":"2023-09-30T09:05:34.611577+0000","last_became_active":"2023-09-30T09:05:34.214547+0000","last_became_peered":"2023-09-30T09:05:34.214547+0000","last_unstale":"2023-09-30T09:05:34.611577+0000","last_undegraded":"2023-09-30T09:05:34.611577+0000","last_fullsized":"2023-09-30T09:05:34.611577+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630040+0000","last_change":"2023-09-30T09:05:34.626757+0000","last_active":"2023-09-30T09:05:34.630040+0000","last_peered":"2023-09-30T09:05:34.630040+0000","last_clean":"2023-09-30T09:05:34.630040+0000","last_became_active":"2023-09-30T09:05:34.626486+0000","last_became_peered":"2023-09-30T09:05:34.626486+0000","last_unstale":"2023-09-30T09:05:34.630040+0000","last_undegraded":"2023-09-30T09:05:34.630040+0000","last_fullsized":"2023-09-30T09:05:34.630040+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:12:42.320868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":10,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.234223+0000","last_change":"2023-09-30T09:05:34.233710+0000","last_active":"2023-09-30T09:05:34.234223+0000","last_peered":"2023-09-30T09:05:34.234223+0000","last_clean":"2023-09-30T09:05:34.234223+0000","last_became_active":"2023-09-30T09:05:34.232765+0000","last_became_peered":"2023-09-30T09:05:34.232765+0000","last_unstale":"2023-09-30T09:05:34.234223+0000","last_undegraded":"2023-09-30T09:05:34.234223+0000","last_fullsized":"2023-09-30T09:05:34.234223+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"22'117","reported_seq":231,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.613033+0000","last_change":"2023-09-30T09:05:21.893149+0000","last_active":"2023-09-30T09:05:34.613033+0000","last_peered":"2023-09-30T09:05:34.613033+0000","last_clean":"2023-09-30T09:05:34.613033+0000","last_became_active":"2023-09-30T09:05:21.892798+0000","last_became_peered":"2023-09-30T09:05:21.892798+0000","last_unstale":"2023-09-30T09:05:34.613033+0000","last_undegraded":"2023-09-30T09:05:34.613033+0000","last_fullsized":"2023-09-30T09:05:34.613033+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:59.134588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624624+0000","last_change":"2023-09-30T09:05:34.623970+0000","last_active":"2023-09-30T09:05:34.624624+0000","last_peered":"2023-09-30T09:05:34.624624+0000","last_clean":"2023-09-30T09:05:34.624624+0000","last_became_active":"2023-09-30T09:05:34.623657+0000","last_became_peered":"2023-09-30T09:05:34.623657+0000","last_unstale":"2023-09-30T09:05:34.624624+0000","last_undegraded":"2023-09-30T09:05:34.624624+0000","last_fullsized":"2023-09-30T09:05:34.624624+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:38:54.784780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.613152+0000","last_change":"2023-09-30T09:05:34.224900+0000","last_active":"2023-09-30T09:05:34.613152+0000","last_peered":"2023-09-30T09:05:34.613152+0000","last_clean":"2023-09-30T09:05:34.613152+0000","last_became_active":"2023-09-30T09:05:34.224625+0000","last_became_peered":"2023-09-30T09:05:34.224625+0000","last_unstale":"2023-09-30T09:05:34.613152+0000","last_undegraded":"2023-09-30T09:05:34.613152+0000","last_fullsized":"2023-09-30T09:05:34.613152+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:14:16.754563+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.5","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620840+0000","last_change":"2023-09-30T09:05:34.225534+0000","last_active":"2023-09-30T09:05:34.620840+0000","last_peered":"2023-09-30T09:05:34.620840+0000","last_clean":"2023-09-30T09:05:34.620840+0000","last_became_active":"2023-09-30T09:05:34.225050+0000","last_became_peered":"2023-09-30T09:05:34.225050+0000","last_unstale":"2023-09-30T09:05:34.620840+0000","last_undegraded":"2023-09-30T09:05:34.620840+0000","last_fullsized":"2023-09-30T09:05:34.620840+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:49:12.127401+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.4","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629945+0000","last_change":"2023-09-30T09:05:34.627235+0000","last_active":"2023-09-30T09:05:34.629945+0000","last_peered":"2023-09-30T09:05:34.629945+0000","last_clean":"2023-09-30T09:05:34.629945+0000","last_became_active":"2023-09-30T09:05:34.626961+0000","last_became_peered":"2023-09-30T09:05:34.626961+0000","last_unstale":"2023-09-30T09:05:34.629945+0000","last_undegraded":"2023-09-30T09:05:34.629945+0000","last_fullsized":"2023-09-30T09:05:34.629945+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:00:50.038785+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"60'1","reported_seq":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2023-09-30T09:05:37.011811+0000","last_change":"2023-09-30T09:05:34.225417+0000","last_active":"2023-09-30T09:05:37.011811+0000","last_peered":"2023-09-30T09:05:37.011811+0000","last_clean":"2023-09-30T09:05:37.011811+0000","last_became_active":"2023-09-30T09:05:34.225097+0000","last_became_peered":"2023-09-30T09:05:34.225097+0000","last_unstale":"2023-09-30T09:05:37.011811+0000","last_undegraded":"2023-09-30T09:05:37.011811+0000","last_fullsized":"2023-09-30T09:05:37.011811+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T12:29:09.897299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.627139+0000","last_change":"2023-09-30T09:05:34.623718+0000","last_active":"2023-09-30T09:05:34.627139+0000","last_peered":"2023-09-30T09:05:34.627139+0000","last_clean":"2023-09-30T09:05:34.627139+0000","last_became_active":"2023-09-30T09:05:34.623512+0000","last_became_peered":"2023-09-30T09:05:34.623512+0000","last_unstale":"2023-09-30T09:05:34.627139+0000","last_undegraded":"2023-09-30T09:05:34.627139+0000","last_fullsized":"2023-09-30T09:05:34.627139+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:49:40.318969+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.7","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.617397+0000","last_change":"2023-09-30T09:05:34.220409+0000","last_active":"2023-09-30T09:05:34.617397+0000","last_peered":"2023-09-30T09:05:34.617397+0000","last_clean":"2023-09-30T09:05:34.617397+0000","last_became_active":"2023-09-30T09:05:34.219885+0000","last_became_peered":"2023-09-30T09:05:34.219885+0000","last_unstale":"2023-09-30T09:05:34.617397+0000","last_undegraded":"2023-09-30T09:05:34.617397+0000","last_fullsized":"2023-09-30T09:05:34.617397+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T11:53:30.662431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628637+0000","last_change":"2023-09-30T09:05:34.624867+0000","last_active":"2023-09-30T09:05:34.628637+0000","last_peered":"2023-09-30T09:05:34.628637+0000","last_clean":"2023-09-30T09:05:34.628637+0000","last_became_active":"2023-09-30T09:05:34.624534+0000","last_became_peered":"2023-09-30T09:05:34.624534+0000","last_unstale":"2023-09-30T09:05:34.628637+0000","last_undegraded":"2023-09-30T09:05:34.628637+0000","last_fullsized":"2023-09-30T09:05:34.628637+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:52.267323+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.612944+0000","last_change":"2023-09-30T09:05:34.223242+0000","last_active":"2023-09-30T09:05:34.612944+0000","last_peered":"2023-09-30T09:05:34.612944+0000","last_clean":"2023-09-30T09:05:34.612944+0000","last_became_active":"2023-09-30T09:05:34.222921+0000","last_became_peered":"2023-09-30T09:05:34.222921+0000","last_unstale":"2023-09-30T09:05:34.612944+0000","last_undegraded":"2023-09-30T09:05:34.612944+0000","last_fullsized":"2023-09-30T09:05:34.612944+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:04:57.534346+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634918+0000","last_change":"2023-09-30T09:05:34.630746+0000","last_active":"2023-09-30T09:05:34.634918+0000","last_peered":"2023-09-30T09:05:34.634918+0000","last_clean":"2023-09-30T09:05:34.634918+0000","last_became_active":"2023-09-30T09:05:34.630469+0000","last_became_peered":"2023-09-30T09:05:34.630469+0000","last_unstale":"2023-09-30T09:05:34.634918+0000","last_undegraded":"2023-09-30T09:05:34.634918+0000","last_fullsized":"2023-09-30T09:05:34.634918+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:31.200312+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.9","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.605686+0000","last_change":"2023-09-30T09:05:34.228285+0000","last_active":"2023-09-30T09:05:34.605686+0000","last_peered":"2023-09-30T09:05:34.605686+0000","last_clean":"2023-09-30T09:05:34.605686+0000","last_became_active":"2023-09-30T09:05:34.227887+0000","last_became_peered":"2023-09-30T09:05:34.227887+0000","last_unstale":"2023-09-30T09:05:34.605686+0000","last_undegraded":"2023-09-30T09:05:34.605686+0000","last_fullsized":"2023-09-30T09:05:34.605686+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620730+0000","last_change":"2023-09-30T09:05:34.619705+0000","last_active":"2023-09-30T09:05:34.620730+0000","last_peered":"2023-09-30T09:05:34.620730+0000","last_clean":"2023-09-30T09:05:34.620730+0000","last_became_active":"2023-09-30T09:05:34.619425+0000","last_became_peered":"2023-09-30T09:05:34.619425+0000","last_unstale":"2023-09-30T09:05:34.620730+0000","last_undegraded":"2023-09-30T09:05:34.620730+0000","last_fullsized":"2023-09-30T09:05:34.620730+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:38:13.753790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.604411+0000","last_change":"2023-09-30T09:05:34.226526+0000","last_active":"2023-09-30T09:05:34.604411+0000","last_peered":"2023-09-30T09:05:34.604411+0000","last_clean":"2023-09-30T09:05:34.604411+0000","last_became_active":"2023-09-30T09:05:34.226277+0000","last_became_peered":"2023-09-30T09:05:34.226277+0000","last_unstale":"2023-09-30T09:05:34.604411+0000","last_undegraded":"2023-09-30T09:05:34.604411+0000","last_fullsized":"2023-09-30T09:05:34.604411+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630103+0000","last_change":"2023-09-30T09:05:34.627176+0000","last_active":"2023-09-30T09:05:34.630103+0000","last_peered":"2023-09-30T09:05:34.630103+0000","last_clean":"2023-09-30T09:05:34.630103+0000","last_became_active":"2023-09-30T09:05:34.626911+0000","last_became_peered":"2023-09-30T09:05:34.626911+0000","last_unstale":"2023-09-30T09:05:34.630103+0000","last_undegraded":"2023-09-30T09:05:34.630103+0000","last_fullsized":"2023-09-30T09:05:34.630103+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:40:48.911039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635240+0000","last_change":"2023-09-30T09:05:34.230133+0000","last_active":"2023-09-30T09:05:34.635240+0000","last_peered":"2023-09-30T09:05:34.635240+0000","last_clean":"2023-09-30T09:05:34.635240+0000","last_became_active":"2023-09-30T09:05:34.229735+0000","last_became_peered":"2023-09-30T09:05:34.229735+0000","last_unstale":"2023-09-30T09:05:34.635240+0000","last_undegraded":"2023-09-30T09:05:34.635240+0000","last_fullsized":"2023-09-30T09:05:34.635240+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T12:53:15.188132+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634161+0000","last_change":"2023-09-30T09:05:34.633306+0000","last_active":"2023-09-30T09:05:34.634161+0000","last_peered":"2023-09-30T09:05:34.634161+0000","last_clean":"2023-09-30T09:05:34.634161+0000","last_became_active":"2023-09-30T09:05:34.632975+0000","last_became_peered":"2023-09-30T09:05:34.632975+0000","last_unstale":"2023-09-30T09:05:34.634161+0000","last_undegraded":"2023-09-30T09:05:34.634161+0000","last_fullsized":"2023-09-30T09:05:34.634161+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.c","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.616094+0000","last_change":"2023-09-30T09:05:34.227516+0000","last_active":"2023-09-30T09:05:34.616094+0000","last_peered":"2023-09-30T09:05:34.616094+0000","last_clean":"2023-09-30T09:05:34.616094+0000","last_became_active":"2023-09-30T09:05:34.227215+0000","last_became_peered":"2023-09-30T09:05:34.227215+0000","last_unstale":"2023-09-30T09:05:34.616094+0000","last_undegraded":"2023-09-30T09:05:34.616094+0000","last_fullsized":"2023-09-30T09:05:34.616094+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639078+0000","last_change":"2023-09-30T09:05:34.637804+0000","last_active":"2023-09-30T09:05:34.639078+0000","last_peered":"2023-09-30T09:05:34.639078+0000","last_clean":"2023-09-30T09:05:34.639078+0000","last_became_active":"2023-09-30T09:05:34.637584+0000","last_became_peered":"2023-09-30T09:05:34.637584+0000","last_unstale":"2023-09-30T09:05:34.639078+0000","last_undegraded":"2023-09-30T09:05:34.639078+0000","last_fullsized":"2023-09-30T09:05:34.639078+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:46:23.566129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.d","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630392+0000","last_change":"2023-09-30T09:05:34.222788+0000","last_active":"2023-09-30T09:05:34.630392+0000","last_peered":"2023-09-30T09:05:34.630392+0000","last_clean":"2023-09-30T09:05:34.630392+0000","last_became_active":"2023-09-30T09:05:34.222468+0000","last_became_peered":"2023-09-30T09:05:34.222468+0000","last_unstale":"2023-09-30T09:05:34.630392+0000","last_undegraded":"2023-09-30T09:05:34.630392+0000","last_fullsized":"2023-09-30T09:05:34.630392+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T13:13:17.793358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625888+0000","last_change":"2023-09-30T09:05:34.625888+0000","last_active":"2023-09-30T09:05:34.625888+0000","last_peered":"2023-09-30T09:05:34.625888+0000","last_clean":"2023-09-30T09:05:34.625888+0000","last_became_active":"2023-09-30T09:05:34.625581+0000","last_became_peered":"2023-09-30T09:05:34.625581+0000","last_unstale":"2023-09-30T09:05:34.625888+0000","last_undegraded":"2023-09-30T09:05:34.625888+0000","last_fullsized":"2023-09-30T09:05:34.625888+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.e","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629320+0000","last_change":"2023-09-30T09:05:34.213632+0000","last_active":"2023-09-30T09:05:34.629320+0000","last_peered":"2023-09-30T09:05:34.629320+0000","last_clean":"2023-09-30T09:05:34.629320+0000","last_became_active":"2023-09-30T09:05:34.213321+0000","last_became_peered":"2023-09-30T09:05:34.213321+0000","last_unstale":"2023-09-30T09:05:34.629320+0000","last_undegraded":"2023-09-30T09:05:34.629320+0000","last_fullsized":"2023-09-30T09:05:34.629320+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T18:51:49.994921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635294+0000","last_change":"2023-09-30T09:05:34.631666+0000","last_active":"2023-09-30T09:05:34.635294+0000","last_peered":"2023-09-30T09:05:34.635294+0000","last_clean":"2023-09-30T09:05:34.635294+0000","last_became_active":"2023-09-30T09:05:34.631407+0000","last_became_peered":"2023-09-30T09:05:34.631407+0000","last_unstale":"2023-09-30T09:05:34.635294+0000","last_undegraded":"2023-09-30T09:05:34.635294+0000","last_fullsized":"2023-09-30T09:05:34.635294+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:28.102732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.20","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636431+0000","last_change":"2023-09-30T09:05:34.634444+0000","last_active":"2023-09-30T09:05:34.636431+0000","last_peered":"2023-09-30T09:05:34.636431+0000","last_clean":"2023-09-30T09:05:34.636431+0000","last_became_active":"2023-09-30T09:05:34.631505+0000","last_became_peered":"2023-09-30T09:05:34.631505+0000","last_unstale":"2023-09-30T09:05:34.636431+0000","last_undegraded":"2023-09-30T09:05:34.636431+0000","last_fullsized":"2023-09-30T09:05:34.636431+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632926+0000","last_change":"2023-09-30T09:05:34.632335+0000","last_active":"2023-09-30T09:05:34.632926+0000","last_peered":"2023-09-30T09:05:34.632926+0000","last_clean":"2023-09-30T09:05:34.632926+0000","last_became_active":"2023-09-30T09:05:34.632068+0000","last_became_peered":"2023-09-30T09:05:34.632068+0000","last_unstale":"2023-09-30T09:05:34.632926+0000","last_undegraded":"2023-09-30T09:05:34.632926+0000","last_fullsized":"2023-09-30T09:05:34.632926+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.626752+0000","last_change":"2023-09-30T09:05:34.626752+0000","last_active":"2023-09-30T09:05:34.626752+0000","last_peered":"2023-09-30T09:05:34.626752+0000","last_clean":"2023-09-30T09:05:34.626752+0000","last_became_active":"2023-09-30T09:05:34.625835+0000","last_became_peered":"2023-09-30T09:05:34.625835+0000","last_unstale":"2023-09-30T09:05:34.626752+0000","last_undegraded":"2023-09-30T09:05:34.626752+0000","last_fullsized":"2023-09-30T09:05:34.626752+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624961+0000","last_change":"2023-09-30T09:05:34.624265+0000","last_active":"2023-09-30T09:05:34.624961+0000","last_peered":"2023-09-30T09:05:34.624961+0000","last_clean":"2023-09-30T09:05:34.624961+0000","last_became_active":"2023-09-30T09:05:34.624000+0000","last_became_peered":"2023-09-30T09:05:34.624000+0000","last_unstale":"2023-09-30T09:05:34.624961+0000","last_undegraded":"2023-09-30T09:05:34.624961+0000","last_fullsized":"2023-09-30T09:05:34.624961+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:34:21.915832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.24","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624095+0000","last_change":"2023-09-30T09:05:34.623166+0000","last_active":"2023-09-30T09:05:34.624095+0000","last_peered":"2023-09-30T09:05:34.624095+0000","last_clean":"2023-09-30T09:05:34.624095+0000","last_became_active":"2023-09-30T09:05:34.622895+0000","last_became_peered":"2023-09-30T09:05:34.622895+0000","last_unstale":"2023-09-30T09:05:34.624095+0000","last_undegraded":"2023-09-30T09:05:34.624095+0000","last_fullsized":"2023-09-30T09:05:34.624095+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:25.143650+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.618779+0000","last_change":"2023-09-30T09:05:34.617315+0000","last_active":"2023-09-30T09:05:34.618779+0000","last_peered":"2023-09-30T09:05:34.618779+0000","last_clean":"2023-09-30T09:05:34.618779+0000","last_became_active":"2023-09-30T09:05:34.617052+0000","last_became_peered":"2023-09-30T09:05:34.617052+0000","last_unstale":"2023-09-30T09:05:34.618779+0000","last_undegraded":"2023-09-30T09:05:34.618779+0000","last_fullsized":"2023-09-30T09:05:34.618779+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:59:10.702009+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635438+0000","last_change":"2023-09-30T09:05:34.634582+0000","last_active":"2023-09-30T09:05:34.635438+0000","last_peered":"2023-09-30T09:05:34.635438+0000","last_clean":"2023-09-30T09:05:34.635438+0000","last_became_active":"2023-09-30T09:05:34.631397+0000","last_became_peered":"2023-09-30T09:05:34.631397+0000","last_unstale":"2023-09-30T09:05:34.635438+0000","last_undegraded":"2023-09-30T09:05:34.635438+0000","last_fullsized":"2023-09-30T09:05:34.635438+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630315+0000","last_change":"2023-09-30T09:05:34.627064+0000","last_active":"2023-09-30T09:05:34.630315+0000","last_peered":"2023-09-30T09:05:34.630315+0000","last_clean":"2023-09-30T09:05:34.630315+0000","last_became_active":"2023-09-30T09:05:34.626808+0000","last_became_peered":"2023-09-30T09:05:34.626808+0000","last_unstale":"2023-09-30T09:05:34.630315+0000","last_undegraded":"2023-09-30T09:05:34.630315+0000","last_fullsized":"2023-09-30T09:05:34.630315+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:22:11.577682+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624993+0000","last_change":"2023-09-30T09:05:34.624993+0000","last_active":"2023-09-30T09:05:34.624993+0000","last_peered":"2023-09-30T09:05:34.624993+0000","last_clean":"2023-09-30T09:05:34.624993+0000","last_became_active":"2023-09-30T09:05:34.624707+0000","last_became_peered":"2023-09-30T09:05:34.624707+0000","last_unstale":"2023-09-30T09:05:34.624993+0000","last_undegraded":"2023-09-30T09:05:34.624993+0000","last_fullsized":"2023-09-30T09:05:34.624993+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624002+0000","last_change":"2023-09-30T09:05:34.622844+0000","last_active":"2023-09-30T09:05:34.624002+0000","last_peered":"2023-09-30T09:05:34.624002+0000","last_clean":"2023-09-30T09:05:34.624002+0000","last_became_active":"2023-09-30T09:05:34.622535+0000","last_became_peered":"2023-09-30T09:05:34.622535+0000","last_unstale":"2023-09-30T09:05:34.624002+0000","last_undegraded":"2023-09-30T09:05:34.624002+0000","last_fullsized":"2023-09-30T09:05:34.624002+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:28.136171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":9,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.631981+0000","last_change":"2023-09-30T09:05:34.631981+0000","last_active":"2023-09-30T09:05:34.631981+0000","last_peered":"2023-09-30T09:05:34.631981+0000","last_clean":"2023-09-30T09:05:34.631981+0000","last_became_active":"2023-09-30T09:05:34.631712+0000","last_became_peered":"2023-09-30T09:05:34.631712+0000","last_unstale":"2023-09-30T09:05:34.631981+0000","last_undegraded":"2023-09-30T09:05:34.631981+0000","last_fullsized":"2023-09-30T09:05:34.631981+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624944+0000","last_change":"2023-09-30T09:05:34.622508+0000","last_active":"2023-09-30T09:05:34.624944+0000","last_peered":"2023-09-30T09:05:34.624944+0000","last_clean":"2023-09-30T09:05:34.624944+0000","last_became_active":"2023-09-30T09:05:34.622145+0000","last_became_peered":"2023-09-30T09:05:34.622145+0000","last_unstale":"2023-09-30T09:05:34.624944+0000","last_undegraded":"2023-09-30T09:05:34.624944+0000","last_fullsized":"2023-09-30T09:05:34.624944+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:40:06.099959+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632385+0000","last_change":"2023-09-30T09:05:34.631602+0000","last_active":"2023-09-30T09:05:34.632385+0000","last_peered":"2023-09-30T09:05:34.632385+0000","last_clean":"2023-09-30T09:05:34.632385+0000","last_became_active":"2023-09-30T09:05:34.631295+0000","last_became_peered":"2023-09-30T09:05:34.631295+0000","last_unstale":"2023-09-30T09:05:34.632385+0000","last_undegraded":"2023-09-30T09:05:34.632385+0000","last_fullsized":"2023-09-30T09:05:34.632385+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4157440,"data_stored":4132576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":2306,"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":13,"num_scrub_errors":0,"num_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":6918,"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}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299398,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6420,"kb_used_data":1164,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738732,"statfs":{"total":95995035648,"available":95988461568,"internally_reserved":0,"allocated":1191936,"data_stored":840045,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65500000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68200000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42199999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45400000000000001}]}]},{"osd":6,"up_from":45,"seq":193273528329,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6484,"kb_used_data":1164,"kb_used_omap":0,"kb_used_meta":5312,"kb_avail":93738668,"statfs":{"total":95995035648,"available":95988396032,"internally_reserved":0,"allocated":1191936,"data_stored":840704,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5439488},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63500000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67100000000000004}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60599999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70699999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6616,"kb_used_data":592,"kb_used_omap":0,"kb_used_meta":6016,"kb_avail":93738536,"statfs":{"total":95995035648,"available":95988260864,"internally_reserved":0,"allocated":606208,"data_stored":249849,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6160384},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:41 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.17199999999999999,"5min":0.17199999999999999,"15min":0.17199999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.189,"5min":0.189,"15min":0.189},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.36399999999999999}]},{"osd":2,"last update":"Sat Sep 30 09:04:59 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.32500000000000001}]},{"osd":3,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.40600000000000003}]},{"osd":4,"last update":"Sat Sep 30 09:05:27 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.68100000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79800000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75800000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738397,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":7332,"kb_used_data":1180,"kb_used_omap":0,"kb_used_meta":6144,"kb_avail":93737820,"statfs":{"total":95995035648,"available":95987527680,"internally_reserved":0,"allocated":1208320,"data_stored":840757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6291456},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:04:39 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.315},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.33000000000000002}]},{"osd":2,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.34899999999999998}]},{"osd":3,"last update":"Sat Sep 30 09:05:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.371},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.38100000000000001}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.57899999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61499999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]}]},{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6476,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738676,"statfs":{"total":95995035648,"available":95988404224,"internally_reserved":0,"allocated":593920,"data_stored":249388,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.247},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.34899999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.28199999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:12 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.314},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.33500000000000002}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.69999999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.751}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71499999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182420,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5988,"kb_used_data":604,"kb_used_omap":0,"kb_used_meta":5376,"kb_avail":93739164,"statfs":{"total":95995035648,"available":95988903936,"internally_reserved":0,"allocated":618496,"data_stored":251329,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5505024},"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":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.26700000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.312},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.29599999999999999}]},{"osd":2,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.28199999999999997}]},{"osd":4,"last update":"Sat Sep 30 09:05:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.54700000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40400000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52300000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]}]},{"osd":4,"up_from":30,"seq":128849018895,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6048,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":5440,"kb_avail":93739104,"statfs":{"total":95995035648,"available":95988842496,"internally_reserved":0,"allocated":614400,"data_stored":250369,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5570560},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.55200000000000005}]},{"osd":1,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.372},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.53600000000000003}]},{"osd":2,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.59599999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.51600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57299999999999995}]}]},{"osd":5,"up_from":37,"seq":158913789964,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5668,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739484,"statfs":{"total":95995035648,"available":95989231616,"internally_reserved":0,"allocated":552960,"data_stored":228461,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39000000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.505}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.497}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64500000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":1640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1626,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T09:05:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:40 smithi192 ceph-mon[114603]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:40 smithi192 ceph-mon[114603]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:40 smithi192 ceph-mon[114603]: pgmap v150: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 7 op/s 2023-09-30T09:05:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:40 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2413821800' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2023-09-30T09:05:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[123327]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[123327]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[123327]: pgmap v150: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 7 op/s 2023-09-30T09:05:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2413821800' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2023-09-30T09:05:41.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[110048]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:41.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[110048]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:41.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[110048]: pgmap v150: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 7 op/s 2023-09-30T09:05:41.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:40 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2413821800' entity='client.admin' cmd=[{"prefix": "status", "format": "json"}]: dispatch 2023-09-30T09:05:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:41 smithi192 ceph-mon[114603]: from='client.24473 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:41 smithi118 ceph-mon[110048]: from='client.24473 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:41 smithi118 ceph-mon[123327]: from='client.24473 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:42 smithi192 ceph-mon[114603]: pgmap v151: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 6 op/s 2023-09-30T09:05:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:42 smithi118 ceph-mon[110048]: pgmap v151: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 6 op/s 2023-09-30T09:05:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:42 smithi118 ceph-mon[123327]: pgmap v151: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 6 op/s 2023-09-30T09:05:43.166 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2023-09-30T09:05:43.495 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:05:43.497 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:05:43.507 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":152,"stamp":"2023-09-30T09:05:43.410223+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":592674,"num_objects":24,"num_object_clones":0,"num_object_copies":72,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":24,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":204,"num_write_kb":2429,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":156,"ondisk_log_size":156,"up":291,"acting":291,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":291,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":51340,"kb_used_data":6476,"kb_used_omap":0,"kb_used_meta":44800,"kb_avail":749909876,"statfs":{"total":767960285184,"available":767907713024,"internally_reserved":0,"allocated":6631424,"data_stored":3773132,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":45875200},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":2306,"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":13,"num_scrub_errors":0,"num_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":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.809213"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635222+0000","last_change":"2023-09-30T09:05:34.628828+0000","last_active":"2023-09-30T09:05:34.635222+0000","last_peered":"2023-09-30T09:05:34.635222+0000","last_clean":"2023-09-30T09:05:34.635222+0000","last_became_active":"2023-09-30T09:05:34.628500+0000","last_became_peered":"2023-09-30T09:05:34.628500+0000","last_unstale":"2023-09-30T09:05:34.635222+0000","last_undegraded":"2023-09-30T09:05:34.635222+0000","last_fullsized":"2023-09-30T09:05:34.635222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:48.918029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.615838+0000","last_change":"2023-09-30T09:05:34.615143+0000","last_active":"2023-09-30T09:05:34.615838+0000","last_peered":"2023-09-30T09:05:34.615838+0000","last_clean":"2023-09-30T09:05:34.615838+0000","last_became_active":"2023-09-30T09:05:34.614880+0000","last_became_peered":"2023-09-30T09:05:34.614880+0000","last_unstale":"2023-09-30T09:05:34.615838+0000","last_undegraded":"2023-09-30T09:05:34.615838+0000","last_fullsized":"2023-09-30T09:05:34.615838+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:49:22.153600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620279+0000","last_change":"2023-09-30T09:05:34.618702+0000","last_active":"2023-09-30T09:05:34.620279+0000","last_peered":"2023-09-30T09:05:34.620279+0000","last_clean":"2023-09-30T09:05:34.620279+0000","last_became_active":"2023-09-30T09:05:34.618386+0000","last_became_peered":"2023-09-30T09:05:34.618386+0000","last_unstale":"2023-09-30T09:05:34.620279+0000","last_undegraded":"2023-09-30T09:05:34.620279+0000","last_fullsized":"2023-09-30T09:05:34.620279+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:31:23.059382+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639680+0000","last_change":"2023-09-30T09:05:34.632033+0000","last_active":"2023-09-30T09:05:34.639680+0000","last_peered":"2023-09-30T09:05:34.639680+0000","last_clean":"2023-09-30T09:05:34.639680+0000","last_became_active":"2023-09-30T09:05:34.631764+0000","last_became_peered":"2023-09-30T09:05:34.631764+0000","last_unstale":"2023-09-30T09:05:34.639680+0000","last_undegraded":"2023-09-30T09:05:34.639680+0000","last_fullsized":"2023-09-30T09:05:34.639680+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636582+0000","last_change":"2023-09-30T09:05:34.636020+0000","last_active":"2023-09-30T09:05:34.636582+0000","last_peered":"2023-09-30T09:05:34.636582+0000","last_clean":"2023-09-30T09:05:34.636582+0000","last_became_active":"2023-09-30T09:05:34.635724+0000","last_became_peered":"2023-09-30T09:05:34.635724+0000","last_unstale":"2023-09-30T09:05:34.636582+0000","last_undegraded":"2023-09-30T09:05:34.636582+0000","last_fullsized":"2023-09-30T09:05:34.636582+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:44.085834+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628961+0000","last_change":"2023-09-30T09:05:34.626222+0000","last_active":"2023-09-30T09:05:34.628961+0000","last_peered":"2023-09-30T09:05:34.628961+0000","last_clean":"2023-09-30T09:05:34.628961+0000","last_became_active":"2023-09-30T09:05:34.625289+0000","last_became_peered":"2023-09-30T09:05:34.625289+0000","last_unstale":"2023-09-30T09:05:34.628961+0000","last_undegraded":"2023-09-30T09:05:34.628961+0000","last_fullsized":"2023-09-30T09:05:34.628961+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633936+0000","last_change":"2023-09-30T09:05:34.627256+0000","last_active":"2023-09-30T09:05:34.633936+0000","last_peered":"2023-09-30T09:05:34.633936+0000","last_clean":"2023-09-30T09:05:34.633936+0000","last_became_active":"2023-09-30T09:05:34.626858+0000","last_became_peered":"2023-09-30T09:05:34.626858+0000","last_unstale":"2023-09-30T09:05:34.633936+0000","last_undegraded":"2023-09-30T09:05:34.633936+0000","last_fullsized":"2023-09-30T09:05:34.633936+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:49:54.555632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.38","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630058+0000","last_change":"2023-09-30T09:05:34.628178+0000","last_active":"2023-09-30T09:05:34.630058+0000","last_peered":"2023-09-30T09:05:34.630058+0000","last_clean":"2023-09-30T09:05:34.630058+0000","last_became_active":"2023-09-30T09:05:34.626319+0000","last_became_peered":"2023-09-30T09:05:34.626319+0000","last_unstale":"2023-09-30T09:05:34.630058+0000","last_undegraded":"2023-09-30T09:05:34.630058+0000","last_fullsized":"2023-09-30T09:05:34.630058+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:36:16.070156+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635274+0000","last_change":"2023-09-30T09:05:34.630398+0000","last_active":"2023-09-30T09:05:34.635274+0000","last_peered":"2023-09-30T09:05:34.635274+0000","last_clean":"2023-09-30T09:05:34.635274+0000","last_became_active":"2023-09-30T09:05:34.630118+0000","last_became_peered":"2023-09-30T09:05:34.630118+0000","last_unstale":"2023-09-30T09:05:34.635274+0000","last_undegraded":"2023-09-30T09:05:34.635274+0000","last_fullsized":"2023-09-30T09:05:34.635274+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:59:26.454032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634947+0000","last_change":"2023-09-30T09:05:34.634469+0000","last_active":"2023-09-30T09:05:34.634947+0000","last_peered":"2023-09-30T09:05:34.634947+0000","last_clean":"2023-09-30T09:05:34.634947+0000","last_became_active":"2023-09-30T09:05:34.632208+0000","last_became_peered":"2023-09-30T09:05:34.632208+0000","last_unstale":"2023-09-30T09:05:34.634947+0000","last_undegraded":"2023-09-30T09:05:34.634947+0000","last_fullsized":"2023-09-30T09:05:34.634947+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636128+0000","last_change":"2023-09-30T09:05:34.635297+0000","last_active":"2023-09-30T09:05:34.636128+0000","last_peered":"2023-09-30T09:05:34.636128+0000","last_clean":"2023-09-30T09:05:34.636128+0000","last_became_active":"2023-09-30T09:05:34.635001+0000","last_became_peered":"2023-09-30T09:05:34.635001+0000","last_unstale":"2023-09-30T09:05:34.636128+0000","last_undegraded":"2023-09-30T09:05:34.636128+0000","last_fullsized":"2023-09-30T09:05:34.636128+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639895+0000","last_change":"2023-09-30T09:05:34.638238+0000","last_active":"2023-09-30T09:05:34.639895+0000","last_peered":"2023-09-30T09:05:34.639895+0000","last_clean":"2023-09-30T09:05:34.639895+0000","last_became_active":"2023-09-30T09:05:34.637552+0000","last_became_peered":"2023-09-30T09:05:34.637552+0000","last_unstale":"2023-09-30T09:05:34.639895+0000","last_undegraded":"2023-09-30T09:05:34.639895+0000","last_fullsized":"2023-09-30T09:05:34.639895+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:59:23.796883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.616098+0000","last_change":"2023-09-30T09:05:34.611301+0000","last_active":"2023-09-30T09:05:34.616098+0000","last_peered":"2023-09-30T09:05:34.616098+0000","last_clean":"2023-09-30T09:05:34.616098+0000","last_became_active":"2023-09-30T09:05:34.609934+0000","last_became_peered":"2023-09-30T09:05:34.609934+0000","last_unstale":"2023-09-30T09:05:34.616098+0000","last_undegraded":"2023-09-30T09:05:34.616098+0000","last_fullsized":"2023-09-30T09:05:34.616098+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:09:01.328352+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628702+0000","last_change":"2023-09-30T09:05:34.627698+0000","last_active":"2023-09-30T09:05:34.628702+0000","last_peered":"2023-09-30T09:05:34.628702+0000","last_clean":"2023-09-30T09:05:34.628702+0000","last_became_active":"2023-09-30T09:05:34.626023+0000","last_became_peered":"2023-09-30T09:05:34.626023+0000","last_unstale":"2023-09-30T09:05:34.628702+0000","last_undegraded":"2023-09-30T09:05:34.628702+0000","last_fullsized":"2023-09-30T09:05:34.628702+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:24:26.080148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633839+0000","last_change":"2023-09-30T09:05:34.627806+0000","last_active":"2023-09-30T09:05:34.633839+0000","last_peered":"2023-09-30T09:05:34.633839+0000","last_clean":"2023-09-30T09:05:34.633839+0000","last_became_active":"2023-09-30T09:05:34.627529+0000","last_became_peered":"2023-09-30T09:05:34.627529+0000","last_unstale":"2023-09-30T09:05:34.633839+0000","last_undegraded":"2023-09-30T09:05:34.633839+0000","last_fullsized":"2023-09-30T09:05:34.633839+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:27:46.504079+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628341+0000","last_change":"2023-09-30T09:05:34.625110+0000","last_active":"2023-09-30T09:05:34.628341+0000","last_peered":"2023-09-30T09:05:34.628341+0000","last_clean":"2023-09-30T09:05:34.628341+0000","last_became_active":"2023-09-30T09:05:34.624832+0000","last_became_peered":"2023-09-30T09:05:34.624832+0000","last_unstale":"2023-09-30T09:05:34.628341+0000","last_undegraded":"2023-09-30T09:05:34.628341+0000","last_fullsized":"2023-09-30T09:05:34.628341+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632060+0000","last_change":"2023-09-30T09:05:34.630293+0000","last_active":"2023-09-30T09:05:34.632060+0000","last_peered":"2023-09-30T09:05:34.632060+0000","last_clean":"2023-09-30T09:05:34.632060+0000","last_became_active":"2023-09-30T09:05:34.630009+0000","last_became_peered":"2023-09-30T09:05:34.630009+0000","last_unstale":"2023-09-30T09:05:34.632060+0000","last_undegraded":"2023-09-30T09:05:34.632060+0000","last_fullsized":"2023-09-30T09:05:34.632060+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.622622+0000","last_change":"2023-09-30T09:05:34.621232+0000","last_active":"2023-09-30T09:05:34.622622+0000","last_peered":"2023-09-30T09:05:34.622622+0000","last_clean":"2023-09-30T09:05:34.622622+0000","last_became_active":"2023-09-30T09:05:34.620957+0000","last_became_peered":"2023-09-30T09:05:34.620957+0000","last_unstale":"2023-09-30T09:05:34.622622+0000","last_undegraded":"2023-09-30T09:05:34.622622+0000","last_fullsized":"2023-09-30T09:05:34.622622+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634073+0000","last_change":"2023-09-30T09:05:34.628488+0000","last_active":"2023-09-30T09:05:34.634073+0000","last_peered":"2023-09-30T09:05:34.634073+0000","last_clean":"2023-09-30T09:05:34.634073+0000","last_became_active":"2023-09-30T09:05:34.627478+0000","last_became_peered":"2023-09-30T09:05:34.627478+0000","last_unstale":"2023-09-30T09:05:34.634073+0000","last_undegraded":"2023-09-30T09:05:34.634073+0000","last_fullsized":"2023-09-30T09:05:34.634073+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:29.197022+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1f","version":"59'4","reported_seq":15,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.640078+0000","last_change":"2023-09-30T09:05:34.234912+0000","last_active":"2023-09-30T09:05:34.640078+0000","last_peered":"2023-09-30T09:05:34.640078+0000","last_clean":"2023-09-30T09:05:34.640078+0000","last_became_active":"2023-09-30T09:05:34.234619+0000","last_became_peered":"2023-09-30T09:05:34.234619+0000","last_unstale":"2023-09-30T09:05:34.640078+0000","last_undegraded":"2023-09-30T09:05:34.640078+0000","last_fullsized":"2023-09-30T09:05:34.640078+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":4,"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 @ 2023-10-01T14:30:00.880402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":554,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620713+0000","last_change":"2023-09-30T09:05:34.619828+0000","last_active":"2023-09-30T09:05:34.620713+0000","last_peered":"2023-09-30T09:05:34.620713+0000","last_clean":"2023-09-30T09:05:34.620713+0000","last_became_active":"2023-09-30T09:05:34.619583+0000","last_became_peered":"2023-09-30T09:05:34.619583+0000","last_unstale":"2023-09-30T09:05:34.620713+0000","last_undegraded":"2023-09-30T09:05:34.620713+0000","last_fullsized":"2023-09-30T09:05:34.620713+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:13:45.636407+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629997+0000","last_change":"2023-09-30T09:05:34.229889+0000","last_active":"2023-09-30T09:05:34.629997+0000","last_peered":"2023-09-30T09:05:34.629997+0000","last_clean":"2023-09-30T09:05:34.629997+0000","last_became_active":"2023-09-30T09:05:34.229521+0000","last_became_peered":"2023-09-30T09:05:34.229521+0000","last_unstale":"2023-09-30T09:05:34.629997+0000","last_undegraded":"2023-09-30T09:05:34.629997+0000","last_fullsized":"2023-09-30T09:05:34.629997+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T20:29:43.801809+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1f","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628755+0000","last_change":"2023-09-30T09:05:34.626239+0000","last_active":"2023-09-30T09:05:34.628755+0000","last_peered":"2023-09-30T09:05:34.628755+0000","last_clean":"2023-09-30T09:05:34.628755+0000","last_became_active":"2023-09-30T09:05:34.625922+0000","last_became_peered":"2023-09-30T09:05:34.625922+0000","last_unstale":"2023-09-30T09:05:34.628755+0000","last_undegraded":"2023-09-30T09:05:34.628755+0000","last_fullsized":"2023-09-30T09:05:34.628755+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:14:27.100202+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1d","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.637373+0000","last_change":"2023-09-30T09:05:34.225342+0000","last_active":"2023-09-30T09:05:34.637373+0000","last_peered":"2023-09-30T09:05:34.637373+0000","last_clean":"2023-09-30T09:05:34.637373+0000","last_became_active":"2023-09-30T09:05:34.224679+0000","last_became_peered":"2023-09-30T09:05:34.224679+0000","last_unstale":"2023-09-30T09:05:34.637373+0000","last_undegraded":"2023-09-30T09:05:34.637373+0000","last_fullsized":"2023-09-30T09:05:34.637373+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T14:16:33.524713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628883+0000","last_change":"2023-09-30T09:05:34.626941+0000","last_active":"2023-09-30T09:05:34.628883+0000","last_peered":"2023-09-30T09:05:34.628883+0000","last_clean":"2023-09-30T09:05:34.628883+0000","last_became_active":"2023-09-30T09:05:34.626665+0000","last_became_peered":"2023-09-30T09:05:34.626665+0000","last_unstale":"2023-09-30T09:05:34.628883+0000","last_undegraded":"2023-09-30T09:05:34.628883+0000","last_fullsized":"2023-09-30T09:05:34.628883+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630976+0000","last_change":"2023-09-30T09:05:34.230636+0000","last_active":"2023-09-30T09:05:34.630976+0000","last_peered":"2023-09-30T09:05:34.630976+0000","last_clean":"2023-09-30T09:05:34.630976+0000","last_became_active":"2023-09-30T09:05:34.229931+0000","last_became_peered":"2023-09-30T09:05:34.229931+0000","last_unstale":"2023-09-30T09:05:34.630976+0000","last_undegraded":"2023-09-30T09:05:34.630976+0000","last_fullsized":"2023-09-30T09:05:34.630976+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T16:14:58.554434+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628864+0000","last_change":"2023-09-30T09:05:34.626764+0000","last_active":"2023-09-30T09:05:34.628864+0000","last_peered":"2023-09-30T09:05:34.628864+0000","last_clean":"2023-09-30T09:05:34.628864+0000","last_became_active":"2023-09-30T09:05:34.626357+0000","last_became_peered":"2023-09-30T09:05:34.626357+0000","last_unstale":"2023-09-30T09:05:34.628864+0000","last_undegraded":"2023-09-30T09:05:34.628864+0000","last_fullsized":"2023-09-30T09:05:34.628864+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:26:31.508437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1b","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634422+0000","last_change":"2023-09-30T09:05:34.225669+0000","last_active":"2023-09-30T09:05:34.634422+0000","last_peered":"2023-09-30T09:05:34.634422+0000","last_clean":"2023-09-30T09:05:34.634422+0000","last_became_active":"2023-09-30T09:05:34.225104+0000","last_became_peered":"2023-09-30T09:05:34.225104+0000","last_unstale":"2023-09-30T09:05:34.634422+0000","last_undegraded":"2023-09-30T09:05:34.634422+0000","last_fullsized":"2023-09-30T09:05:34.634422+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T15:06:56.039863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630072+0000","last_change":"2023-09-30T09:05:34.624155+0000","last_active":"2023-09-30T09:05:34.630072+0000","last_peered":"2023-09-30T09:05:34.630072+0000","last_clean":"2023-09-30T09:05:34.630072+0000","last_became_active":"2023-09-30T09:05:34.623880+0000","last_became_peered":"2023-09-30T09:05:34.623880+0000","last_unstale":"2023-09-30T09:05:34.630072+0000","last_undegraded":"2023-09-30T09:05:34.630072+0000","last_fullsized":"2023-09-30T09:05:34.630072+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:35:24.095775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.633378+0000","last_change":"2023-09-30T09:05:34.224454+0000","last_active":"2023-09-30T09:05:34.633378+0000","last_peered":"2023-09-30T09:05:34.633378+0000","last_clean":"2023-09-30T09:05:34.633378+0000","last_became_active":"2023-09-30T09:05:34.224139+0000","last_became_peered":"2023-09-30T09:05:34.224139+0000","last_unstale":"2023-09-30T09:05:34.633378+0000","last_undegraded":"2023-09-30T09:05:34.633378+0000","last_fullsized":"2023-09-30T09:05:34.633378+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T14:24:54.141913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628730+0000","last_change":"2023-09-30T09:05:34.624881+0000","last_active":"2023-09-30T09:05:34.628730+0000","last_peered":"2023-09-30T09:05:34.628730+0000","last_clean":"2023-09-30T09:05:34.628730+0000","last_became_active":"2023-09-30T09:05:34.624489+0000","last_became_peered":"2023-09-30T09:05:34.624489+0000","last_unstale":"2023-09-30T09:05:34.628730+0000","last_undegraded":"2023-09-30T09:05:34.628730+0000","last_fullsized":"2023-09-30T09:05:34.628730+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:28:07.481279+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.602754+0000","last_change":"2023-09-30T09:05:34.219909+0000","last_active":"2023-09-30T09:05:34.602754+0000","last_peered":"2023-09-30T09:05:34.602754+0000","last_clean":"2023-09-30T09:05:34.602754+0000","last_became_active":"2023-09-30T09:05:34.218869+0000","last_became_peered":"2023-09-30T09:05:34.218869+0000","last_unstale":"2023-09-30T09:05:34.602754+0000","last_undegraded":"2023-09-30T09:05:34.602754+0000","last_fullsized":"2023-09-30T09:05:34.602754+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:21:35.371932+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.617065+0000","last_change":"2023-09-30T09:05:34.611131+0000","last_active":"2023-09-30T09:05:34.617065+0000","last_peered":"2023-09-30T09:05:34.617065+0000","last_clean":"2023-09-30T09:05:34.617065+0000","last_became_active":"2023-09-30T09:05:34.610832+0000","last_became_peered":"2023-09-30T09:05:34.610832+0000","last_unstale":"2023-09-30T09:05:34.617065+0000","last_undegraded":"2023-09-30T09:05:34.617065+0000","last_fullsized":"2023-09-30T09:05:34.617065+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:22:58.745677+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.610431+0000","last_change":"2023-09-30T09:05:34.233479+0000","last_active":"2023-09-30T09:05:34.610431+0000","last_peered":"2023-09-30T09:05:34.610431+0000","last_clean":"2023-09-30T09:05:34.610431+0000","last_became_active":"2023-09-30T09:05:34.232770+0000","last_became_peered":"2023-09-30T09:05:34.232770+0000","last_unstale":"2023-09-30T09:05:34.610431+0000","last_undegraded":"2023-09-30T09:05:34.610431+0000","last_fullsized":"2023-09-30T09:05:34.610431+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.622339+0000","last_change":"2023-09-30T09:05:34.621906+0000","last_active":"2023-09-30T09:05:34.622339+0000","last_peered":"2023-09-30T09:05:34.622339+0000","last_clean":"2023-09-30T09:05:34.622339+0000","last_became_active":"2023-09-30T09:05:34.621621+0000","last_became_peered":"2023-09-30T09:05:34.621621+0000","last_unstale":"2023-09-30T09:05:34.622339+0000","last_undegraded":"2023-09-30T09:05:34.622339+0000","last_fullsized":"2023-09-30T09:05:34.622339+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:41:13.077856+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603416+0000","last_change":"2023-09-30T09:05:34.227215+0000","last_active":"2023-09-30T09:05:34.603416+0000","last_peered":"2023-09-30T09:05:34.603416+0000","last_clean":"2023-09-30T09:05:34.603416+0000","last_became_active":"2023-09-30T09:05:34.226852+0000","last_became_peered":"2023-09-30T09:05:34.226852+0000","last_unstale":"2023-09-30T09:05:34.603416+0000","last_undegraded":"2023-09-30T09:05:34.603416+0000","last_fullsized":"2023-09-30T09:05:34.603416+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.625424+0000","last_change":"2023-09-30T09:05:34.624205+0000","last_active":"2023-09-30T09:05:34.625424+0000","last_peered":"2023-09-30T09:05:34.625424+0000","last_clean":"2023-09-30T09:05:34.625424+0000","last_became_active":"2023-09-30T09:05:34.623860+0000","last_became_peered":"2023-09-30T09:05:34.623860+0000","last_unstale":"2023-09-30T09:05:34.625424+0000","last_undegraded":"2023-09-30T09:05:34.625424+0000","last_fullsized":"2023-09-30T09:05:34.625424+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.610769+0000","last_change":"2023-09-30T09:05:34.232931+0000","last_active":"2023-09-30T09:05:34.610769+0000","last_peered":"2023-09-30T09:05:34.610769+0000","last_clean":"2023-09-30T09:05:34.610769+0000","last_became_active":"2023-09-30T09:05:34.232641+0000","last_became_peered":"2023-09-30T09:05:34.232641+0000","last_unstale":"2023-09-30T09:05:34.610769+0000","last_undegraded":"2023-09-30T09:05:34.610769+0000","last_fullsized":"2023-09-30T09:05:34.610769+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628783+0000","last_change":"2023-09-30T09:05:34.626870+0000","last_active":"2023-09-30T09:05:34.628783+0000","last_peered":"2023-09-30T09:05:34.628783+0000","last_clean":"2023-09-30T09:05:34.628783+0000","last_became_active":"2023-09-30T09:05:34.626094+0000","last_became_peered":"2023-09-30T09:05:34.626094+0000","last_unstale":"2023-09-30T09:05:34.628783+0000","last_undegraded":"2023-09-30T09:05:34.628783+0000","last_fullsized":"2023-09-30T09:05:34.628783+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:29:09.949120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"59'3","reported_seq":14,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629312+0000","last_change":"2023-09-30T09:05:34.225467+0000","last_active":"2023-09-30T09:05:34.629312+0000","last_peered":"2023-09-30T09:05:34.629312+0000","last_clean":"2023-09-30T09:05:34.629312+0000","last_became_active":"2023-09-30T09:05:34.225041+0000","last_became_peered":"2023-09-30T09:05:34.225041+0000","last_unstale":"2023-09-30T09:05:34.629312+0000","last_undegraded":"2023-09-30T09:05:34.629312+0000","last_fullsized":"2023-09-30T09:05:34.629312+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":3,"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 @ 2023-10-01T18:48:51.325240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639872+0000","last_change":"2023-09-30T09:05:34.638021+0000","last_active":"2023-09-30T09:05:34.639872+0000","last_peered":"2023-09-30T09:05:34.639872+0000","last_clean":"2023-09-30T09:05:34.639872+0000","last_became_active":"2023-09-30T09:05:34.637539+0000","last_became_peered":"2023-09-30T09:05:34.637539+0000","last_unstale":"2023-09-30T09:05:34.639872+0000","last_undegraded":"2023-09-30T09:05:34.639872+0000","last_fullsized":"2023-09-30T09:05:34.639872+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:18:53.842541+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.14","version":"59'6","reported_seq":17,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.640171+0000","last_change":"2023-09-30T09:05:34.228561+0000","last_active":"2023-09-30T09:05:34.640171+0000","last_peered":"2023-09-30T09:05:34.640171+0000","last_clean":"2023-09-30T09:05:34.640171+0000","last_became_active":"2023-09-30T09:05:34.228231+0000","last_became_peered":"2023-09-30T09:05:34.228231+0000","last_unstale":"2023-09-30T09:05:34.640171+0000","last_undegraded":"2023-09-30T09:05:34.640171+0000","last_fullsized":"2023-09-30T09:05:34.640171+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":6,"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 @ 2023-10-01T16:02:05.727585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":1536,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":6,"num_write_kb":3,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636142+0000","last_change":"2023-09-30T09:05:34.628701+0000","last_active":"2023-09-30T09:05:34.636142+0000","last_peered":"2023-09-30T09:05:34.636142+0000","last_clean":"2023-09-30T09:05:34.636142+0000","last_became_active":"2023-09-30T09:05:34.627954+0000","last_became_peered":"2023-09-30T09:05:34.627954+0000","last_unstale":"2023-09-30T09:05:34.636142+0000","last_undegraded":"2023-09-30T09:05:34.636142+0000","last_fullsized":"2023-09-30T09:05:34.636142+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:16:21.894258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639898+0000","last_change":"2023-09-30T09:05:34.232248+0000","last_active":"2023-09-30T09:05:34.639898+0000","last_peered":"2023-09-30T09:05:34.639898+0000","last_clean":"2023-09-30T09:05:34.639898+0000","last_became_active":"2023-09-30T09:05:34.231959+0000","last_became_peered":"2023-09-30T09:05:34.231959+0000","last_unstale":"2023-09-30T09:05:34.639898+0000","last_undegraded":"2023-09-30T09:05:34.639898+0000","last_fullsized":"2023-09-30T09:05:34.639898+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T09:28:51.778341+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":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.614180+0000","last_change":"2023-09-30T09:05:34.613796+0000","last_active":"2023-09-30T09:05:34.614180+0000","last_peered":"2023-09-30T09:05:34.614180+0000","last_clean":"2023-09-30T09:05:34.614180+0000","last_became_active":"2023-09-30T09:05:34.613436+0000","last_became_peered":"2023-09-30T09:05:34.613436+0000","last_unstale":"2023-09-30T09:05:34.614180+0000","last_undegraded":"2023-09-30T09:05:34.614180+0000","last_fullsized":"2023-09-30T09:05:34.614180+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:11:03.333314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.614495+0000","last_change":"2023-09-30T09:05:34.233250+0000","last_active":"2023-09-30T09:05:34.614495+0000","last_peered":"2023-09-30T09:05:34.614495+0000","last_clean":"2023-09-30T09:05:34.614495+0000","last_became_active":"2023-09-30T09:05:34.232681+0000","last_became_peered":"2023-09-30T09:05:34.232681+0000","last_unstale":"2023-09-30T09:05:34.614495+0000","last_undegraded":"2023-09-30T09:05:34.614495+0000","last_fullsized":"2023-09-30T09:05:34.614495+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636119+0000","last_change":"2023-09-30T09:05:34.635822+0000","last_active":"2023-09-30T09:05:34.636119+0000","last_peered":"2023-09-30T09:05:34.636119+0000","last_clean":"2023-09-30T09:05:34.636119+0000","last_became_active":"2023-09-30T09:05:34.635505+0000","last_became_peered":"2023-09-30T09:05:34.635505+0000","last_unstale":"2023-09-30T09:05:34.636119+0000","last_undegraded":"2023-09-30T09:05:34.636119+0000","last_fullsized":"2023-09-30T09:05:34.636119+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:50:07.097814+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.603259+0000","last_change":"2023-09-30T09:05:34.225299+0000","last_active":"2023-09-30T09:05:34.603259+0000","last_peered":"2023-09-30T09:05:34.603259+0000","last_clean":"2023-09-30T09:05:34.603259+0000","last_became_active":"2023-09-30T09:05:34.224984+0000","last_became_peered":"2023-09-30T09:05:34.224984+0000","last_unstale":"2023-09-30T09:05:34.603259+0000","last_undegraded":"2023-09-30T09:05:34.603259+0000","last_fullsized":"2023-09-30T09:05:34.603259+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636403+0000","last_change":"2023-09-30T09:05:34.632387+0000","last_active":"2023-09-30T09:05:34.636403+0000","last_peered":"2023-09-30T09:05:34.636403+0000","last_clean":"2023-09-30T09:05:34.636403+0000","last_became_active":"2023-09-30T09:05:34.631139+0000","last_became_peered":"2023-09-30T09:05:34.631139+0000","last_unstale":"2023-09-30T09:05:34.636403+0000","last_undegraded":"2023-09-30T09:05:34.636403+0000","last_fullsized":"2023-09-30T09:05:34.636403+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":19,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632238+0000","last_change":"2023-09-30T09:05:34.223190+0000","last_active":"2023-09-30T09:05:34.632238+0000","last_peered":"2023-09-30T09:05:34.632238+0000","last_clean":"2023-09-30T09:05:34.632238+0000","last_became_active":"2023-09-30T09:05:34.222868+0000","last_became_peered":"2023-09-30T09:05:34.222868+0000","last_unstale":"2023-09-30T09:05:34.632238+0000","last_undegraded":"2023-09-30T09:05:34.632238+0000","last_fullsized":"2023-09-30T09:05:34.632238+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":8,"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 @ 2023-10-01T11:08:23.278242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634130+0000","last_change":"2023-09-30T09:05:34.627779+0000","last_active":"2023-09-30T09:05:34.634130+0000","last_peered":"2023-09-30T09:05:34.634130+0000","last_clean":"2023-09-30T09:05:34.634130+0000","last_became_active":"2023-09-30T09:05:34.627492+0000","last_became_peered":"2023-09-30T09:05:34.627492+0000","last_unstale":"2023-09-30T09:05:34.634130+0000","last_undegraded":"2023-09-30T09:05:34.634130+0000","last_fullsized":"2023-09-30T09:05:34.634130+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:29:48.589121+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636733+0000","last_change":"2023-09-30T09:05:34.223168+0000","last_active":"2023-09-30T09:05:34.636733+0000","last_peered":"2023-09-30T09:05:34.636733+0000","last_clean":"2023-09-30T09:05:34.636733+0000","last_became_active":"2023-09-30T09:05:34.222309+0000","last_became_peered":"2023-09-30T09:05:34.222309+0000","last_unstale":"2023-09-30T09:05:34.636733+0000","last_undegraded":"2023-09-30T09:05:34.636733+0000","last_fullsized":"2023-09-30T09:05:34.636733+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T17:30:00.781152+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635894+0000","last_change":"2023-09-30T09:05:34.628763+0000","last_active":"2023-09-30T09:05:34.635894+0000","last_peered":"2023-09-30T09:05:34.635894+0000","last_clean":"2023-09-30T09:05:34.635894+0000","last_became_active":"2023-09-30T09:05:34.628473+0000","last_became_peered":"2023-09-30T09:05:34.628473+0000","last_unstale":"2023-09-30T09:05:34.635894+0000","last_undegraded":"2023-09-30T09:05:34.635894+0000","last_fullsized":"2023-09-30T09:05:34.635894+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:17:40.105406+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,1],"acting":[7,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.604770+0000","last_change":"2023-09-30T09:05:34.228845+0000","last_active":"2023-09-30T09:05:34.604770+0000","last_peered":"2023-09-30T09:05:34.604770+0000","last_clean":"2023-09-30T09:05:34.604770+0000","last_became_active":"2023-09-30T09:05:34.227498+0000","last_became_peered":"2023-09-30T09:05:34.227498+0000","last_unstale":"2023-09-30T09:05:34.604770+0000","last_undegraded":"2023-09-30T09:05:34.604770+0000","last_fullsized":"2023-09-30T09:05:34.604770+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628846+0000","last_change":"2023-09-30T09:05:34.626515+0000","last_active":"2023-09-30T09:05:34.628846+0000","last_peered":"2023-09-30T09:05:34.628846+0000","last_clean":"2023-09-30T09:05:34.628846+0000","last_became_active":"2023-09-30T09:05:34.626171+0000","last_became_peered":"2023-09-30T09:05:34.626171+0000","last_unstale":"2023-09-30T09:05:34.628846+0000","last_undegraded":"2023-09-30T09:05:34.628846+0000","last_fullsized":"2023-09-30T09:05:34.628846+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.614390+0000","last_change":"2023-09-30T09:05:34.229683+0000","last_active":"2023-09-30T09:05:34.614390+0000","last_peered":"2023-09-30T09:05:34.614390+0000","last_clean":"2023-09-30T09:05:34.614390+0000","last_became_active":"2023-09-30T09:05:34.229396+0000","last_became_peered":"2023-09-30T09:05:34.229396+0000","last_unstale":"2023-09-30T09:05:34.614390+0000","last_undegraded":"2023-09-30T09:05:34.614390+0000","last_fullsized":"2023-09-30T09:05:34.614390+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639769+0000","last_change":"2023-09-30T09:05:34.639270+0000","last_active":"2023-09-30T09:05:34.639769+0000","last_peered":"2023-09-30T09:05:34.639769+0000","last_clean":"2023-09-30T09:05:34.639769+0000","last_became_active":"2023-09-30T09:05:34.638956+0000","last_became_peered":"2023-09-30T09:05:34.638956+0000","last_unstale":"2023-09-30T09:05:34.639769+0000","last_undegraded":"2023-09-30T09:05:34.639769+0000","last_fullsized":"2023-09-30T09:05:34.639769+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:46:08.846553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.0","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.615235+0000","last_change":"2023-09-30T09:05:34.612901+0000","last_active":"2023-09-30T09:05:34.615235+0000","last_peered":"2023-09-30T09:05:34.615235+0000","last_clean":"2023-09-30T09:05:34.615235+0000","last_became_active":"2023-09-30T09:05:34.612610+0000","last_became_peered":"2023-09-30T09:05:34.612610+0000","last_unstale":"2023-09-30T09:05:34.615235+0000","last_undegraded":"2023-09-30T09:05:34.615235+0000","last_fullsized":"2023-09-30T09:05:34.615235+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:01:21.653412+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.611577+0000","last_change":"2023-09-30T09:05:34.215793+0000","last_active":"2023-09-30T09:05:34.611577+0000","last_peered":"2023-09-30T09:05:34.611577+0000","last_clean":"2023-09-30T09:05:34.611577+0000","last_became_active":"2023-09-30T09:05:34.214547+0000","last_became_peered":"2023-09-30T09:05:34.214547+0000","last_unstale":"2023-09-30T09:05:34.611577+0000","last_undegraded":"2023-09-30T09:05:34.611577+0000","last_fullsized":"2023-09-30T09:05:34.611577+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.2","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630040+0000","last_change":"2023-09-30T09:05:34.626757+0000","last_active":"2023-09-30T09:05:34.630040+0000","last_peered":"2023-09-30T09:05:34.630040+0000","last_clean":"2023-09-30T09:05:34.630040+0000","last_became_active":"2023-09-30T09:05:34.626486+0000","last_became_peered":"2023-09-30T09:05:34.626486+0000","last_unstale":"2023-09-30T09:05:34.630040+0000","last_undegraded":"2023-09-30T09:05:34.630040+0000","last_fullsized":"2023-09-30T09:05:34.630040+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:12:42.320868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.609525+0000","last_change":"2023-09-30T09:05:34.233710+0000","last_active":"2023-09-30T09:05:34.609525+0000","last_peered":"2023-09-30T09:05:34.609525+0000","last_clean":"2023-09-30T09:05:34.609525+0000","last_became_active":"2023-09-30T09:05:34.232765+0000","last_became_peered":"2023-09-30T09:05:34.232765+0000","last_unstale":"2023-09-30T09:05:34.609525+0000","last_undegraded":"2023-09-30T09:05:34.609525+0000","last_fullsized":"2023-09-30T09:05:34.609525+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"22'117","reported_seq":231,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.613033+0000","last_change":"2023-09-30T09:05:21.893149+0000","last_active":"2023-09-30T09:05:34.613033+0000","last_peered":"2023-09-30T09:05:34.613033+0000","last_clean":"2023-09-30T09:05:34.613033+0000","last_became_active":"2023-09-30T09:05:21.892798+0000","last_became_peered":"2023-09-30T09:05:21.892798+0000","last_unstale":"2023-09-30T09:05:34.613033+0000","last_undegraded":"2023-09-30T09:05:34.613033+0000","last_fullsized":"2023-09-30T09:05:34.613033+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:59.134588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624624+0000","last_change":"2023-09-30T09:05:34.623970+0000","last_active":"2023-09-30T09:05:34.624624+0000","last_peered":"2023-09-30T09:05:34.624624+0000","last_clean":"2023-09-30T09:05:34.624624+0000","last_became_active":"2023-09-30T09:05:34.623657+0000","last_became_peered":"2023-09-30T09:05:34.623657+0000","last_unstale":"2023-09-30T09:05:34.624624+0000","last_undegraded":"2023-09-30T09:05:34.624624+0000","last_fullsized":"2023-09-30T09:05:34.624624+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:38:54.784780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.613152+0000","last_change":"2023-09-30T09:05:34.224900+0000","last_active":"2023-09-30T09:05:34.613152+0000","last_peered":"2023-09-30T09:05:34.613152+0000","last_clean":"2023-09-30T09:05:34.613152+0000","last_became_active":"2023-09-30T09:05:34.224625+0000","last_became_peered":"2023-09-30T09:05:34.224625+0000","last_unstale":"2023-09-30T09:05:34.613152+0000","last_undegraded":"2023-09-30T09:05:34.613152+0000","last_fullsized":"2023-09-30T09:05:34.613152+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:14:16.754563+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.5","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620840+0000","last_change":"2023-09-30T09:05:34.225534+0000","last_active":"2023-09-30T09:05:34.620840+0000","last_peered":"2023-09-30T09:05:34.620840+0000","last_clean":"2023-09-30T09:05:34.620840+0000","last_became_active":"2023-09-30T09:05:34.225050+0000","last_became_peered":"2023-09-30T09:05:34.225050+0000","last_unstale":"2023-09-30T09:05:34.620840+0000","last_undegraded":"2023-09-30T09:05:34.620840+0000","last_fullsized":"2023-09-30T09:05:34.620840+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:49:12.127401+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.4","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629945+0000","last_change":"2023-09-30T09:05:34.627235+0000","last_active":"2023-09-30T09:05:34.629945+0000","last_peered":"2023-09-30T09:05:34.629945+0000","last_clean":"2023-09-30T09:05:34.629945+0000","last_became_active":"2023-09-30T09:05:34.626961+0000","last_became_peered":"2023-09-30T09:05:34.626961+0000","last_unstale":"2023-09-30T09:05:34.629945+0000","last_undegraded":"2023-09-30T09:05:34.629945+0000","last_fullsized":"2023-09-30T09:05:34.629945+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:00:50.038785+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.6","version":"60'1","reported_seq":12,"reported_epoch":60,"state":"active+clean","last_fresh":"2023-09-30T09:05:37.011811+0000","last_change":"2023-09-30T09:05:34.225417+0000","last_active":"2023-09-30T09:05:37.011811+0000","last_peered":"2023-09-30T09:05:37.011811+0000","last_clean":"2023-09-30T09:05:37.011811+0000","last_became_active":"2023-09-30T09:05:34.225097+0000","last_became_peered":"2023-09-30T09:05:34.225097+0000","last_unstale":"2023-09-30T09:05:37.011811+0000","last_undegraded":"2023-09-30T09:05:37.011811+0000","last_fullsized":"2023-09-30T09:05:37.011811+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T12:29:09.897299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.627139+0000","last_change":"2023-09-30T09:05:34.623718+0000","last_active":"2023-09-30T09:05:34.627139+0000","last_peered":"2023-09-30T09:05:34.627139+0000","last_clean":"2023-09-30T09:05:34.627139+0000","last_became_active":"2023-09-30T09:05:34.623512+0000","last_became_peered":"2023-09-30T09:05:34.623512+0000","last_unstale":"2023-09-30T09:05:34.627139+0000","last_undegraded":"2023-09-30T09:05:34.627139+0000","last_fullsized":"2023-09-30T09:05:34.627139+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:49:40.318969+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.7","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.617397+0000","last_change":"2023-09-30T09:05:34.220409+0000","last_active":"2023-09-30T09:05:34.617397+0000","last_peered":"2023-09-30T09:05:34.617397+0000","last_clean":"2023-09-30T09:05:34.617397+0000","last_became_active":"2023-09-30T09:05:34.219885+0000","last_became_peered":"2023-09-30T09:05:34.219885+0000","last_unstale":"2023-09-30T09:05:34.617397+0000","last_undegraded":"2023-09-30T09:05:34.617397+0000","last_fullsized":"2023-09-30T09:05:34.617397+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T11:53:30.662431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628637+0000","last_change":"2023-09-30T09:05:34.624867+0000","last_active":"2023-09-30T09:05:34.628637+0000","last_peered":"2023-09-30T09:05:34.628637+0000","last_clean":"2023-09-30T09:05:34.628637+0000","last_became_active":"2023-09-30T09:05:34.624534+0000","last_became_peered":"2023-09-30T09:05:34.624534+0000","last_unstale":"2023-09-30T09:05:34.628637+0000","last_undegraded":"2023-09-30T09:05:34.628637+0000","last_fullsized":"2023-09-30T09:05:34.628637+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:52.267323+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.612944+0000","last_change":"2023-09-30T09:05:34.223242+0000","last_active":"2023-09-30T09:05:34.612944+0000","last_peered":"2023-09-30T09:05:34.612944+0000","last_clean":"2023-09-30T09:05:34.612944+0000","last_became_active":"2023-09-30T09:05:34.222921+0000","last_became_peered":"2023-09-30T09:05:34.222921+0000","last_unstale":"2023-09-30T09:05:34.612944+0000","last_undegraded":"2023-09-30T09:05:34.612944+0000","last_fullsized":"2023-09-30T09:05:34.612944+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:04:57.534346+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634918+0000","last_change":"2023-09-30T09:05:34.630746+0000","last_active":"2023-09-30T09:05:34.634918+0000","last_peered":"2023-09-30T09:05:34.634918+0000","last_clean":"2023-09-30T09:05:34.634918+0000","last_became_active":"2023-09-30T09:05:34.630469+0000","last_became_peered":"2023-09-30T09:05:34.630469+0000","last_unstale":"2023-09-30T09:05:34.634918+0000","last_undegraded":"2023-09-30T09:05:34.634918+0000","last_fullsized":"2023-09-30T09:05:34.634918+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:31.200312+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.9","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.605686+0000","last_change":"2023-09-30T09:05:34.228285+0000","last_active":"2023-09-30T09:05:34.605686+0000","last_peered":"2023-09-30T09:05:34.605686+0000","last_clean":"2023-09-30T09:05:34.605686+0000","last_became_active":"2023-09-30T09:05:34.227887+0000","last_became_peered":"2023-09-30T09:05:34.227887+0000","last_unstale":"2023-09-30T09:05:34.605686+0000","last_undegraded":"2023-09-30T09:05:34.605686+0000","last_fullsized":"2023-09-30T09:05:34.605686+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.620730+0000","last_change":"2023-09-30T09:05:34.619705+0000","last_active":"2023-09-30T09:05:34.620730+0000","last_peered":"2023-09-30T09:05:34.620730+0000","last_clean":"2023-09-30T09:05:34.620730+0000","last_became_active":"2023-09-30T09:05:34.619425+0000","last_became_peered":"2023-09-30T09:05:34.619425+0000","last_unstale":"2023-09-30T09:05:34.620730+0000","last_undegraded":"2023-09-30T09:05:34.620730+0000","last_fullsized":"2023-09-30T09:05:34.620730+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:38:13.753790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.604411+0000","last_change":"2023-09-30T09:05:34.226526+0000","last_active":"2023-09-30T09:05:34.604411+0000","last_peered":"2023-09-30T09:05:34.604411+0000","last_clean":"2023-09-30T09:05:34.604411+0000","last_became_active":"2023-09-30T09:05:34.226277+0000","last_became_peered":"2023-09-30T09:05:34.226277+0000","last_unstale":"2023-09-30T09:05:34.604411+0000","last_undegraded":"2023-09-30T09:05:34.604411+0000","last_fullsized":"2023-09-30T09:05:34.604411+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630103+0000","last_change":"2023-09-30T09:05:34.627176+0000","last_active":"2023-09-30T09:05:34.630103+0000","last_peered":"2023-09-30T09:05:34.630103+0000","last_clean":"2023-09-30T09:05:34.630103+0000","last_became_active":"2023-09-30T09:05:34.626911+0000","last_became_peered":"2023-09-30T09:05:34.626911+0000","last_unstale":"2023-09-30T09:05:34.630103+0000","last_undegraded":"2023-09-30T09:05:34.630103+0000","last_fullsized":"2023-09-30T09:05:34.630103+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:40:48.911039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635240+0000","last_change":"2023-09-30T09:05:34.230133+0000","last_active":"2023-09-30T09:05:34.635240+0000","last_peered":"2023-09-30T09:05:34.635240+0000","last_clean":"2023-09-30T09:05:34.635240+0000","last_became_active":"2023-09-30T09:05:34.229735+0000","last_became_peered":"2023-09-30T09:05:34.229735+0000","last_unstale":"2023-09-30T09:05:34.635240+0000","last_undegraded":"2023-09-30T09:05:34.635240+0000","last_fullsized":"2023-09-30T09:05:34.635240+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T12:53:15.188132+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.634161+0000","last_change":"2023-09-30T09:05:34.633306+0000","last_active":"2023-09-30T09:05:34.634161+0000","last_peered":"2023-09-30T09:05:34.634161+0000","last_clean":"2023-09-30T09:05:34.634161+0000","last_became_active":"2023-09-30T09:05:34.632975+0000","last_became_peered":"2023-09-30T09:05:34.632975+0000","last_unstale":"2023-09-30T09:05:34.634161+0000","last_undegraded":"2023-09-30T09:05:34.634161+0000","last_fullsized":"2023-09-30T09:05:34.634161+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.c","version":"0'0","reported_seq":11,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.616094+0000","last_change":"2023-09-30T09:05:34.227516+0000","last_active":"2023-09-30T09:05:34.616094+0000","last_peered":"2023-09-30T09:05:34.616094+0000","last_clean":"2023-09-30T09:05:34.616094+0000","last_became_active":"2023-09-30T09:05:34.227215+0000","last_became_peered":"2023-09-30T09:05:34.227215+0000","last_unstale":"2023-09-30T09:05:34.616094+0000","last_undegraded":"2023-09-30T09:05:34.616094+0000","last_fullsized":"2023-09-30T09:05:34.616094+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639078+0000","last_change":"2023-09-30T09:05:34.637804+0000","last_active":"2023-09-30T09:05:34.639078+0000","last_peered":"2023-09-30T09:05:34.639078+0000","last_clean":"2023-09-30T09:05:34.639078+0000","last_became_active":"2023-09-30T09:05:34.637584+0000","last_became_peered":"2023-09-30T09:05:34.637584+0000","last_unstale":"2023-09-30T09:05:34.639078+0000","last_undegraded":"2023-09-30T09:05:34.639078+0000","last_fullsized":"2023-09-30T09:05:34.639078+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:46:23.566129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.d","version":"59'1","reported_seq":12,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630392+0000","last_change":"2023-09-30T09:05:34.222788+0000","last_active":"2023-09-30T09:05:34.630392+0000","last_peered":"2023-09-30T09:05:34.630392+0000","last_clean":"2023-09-30T09:05:34.630392+0000","last_became_active":"2023-09-30T09:05:34.222468+0000","last_became_peered":"2023-09-30T09:05:34.222468+0000","last_unstale":"2023-09-30T09:05:34.630392+0000","last_undegraded":"2023-09-30T09:05:34.630392+0000","last_fullsized":"2023-09-30T09:05:34.630392+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T13:13:17.793358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628862+0000","last_change":"2023-09-30T09:05:34.625888+0000","last_active":"2023-09-30T09:05:34.628862+0000","last_peered":"2023-09-30T09:05:34.628862+0000","last_clean":"2023-09-30T09:05:34.628862+0000","last_became_active":"2023-09-30T09:05:34.625581+0000","last_became_peered":"2023-09-30T09:05:34.625581+0000","last_unstale":"2023-09-30T09:05:34.628862+0000","last_undegraded":"2023-09-30T09:05:34.628862+0000","last_fullsized":"2023-09-30T09:05:34.628862+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.e","version":"59'2","reported_seq":13,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.629320+0000","last_change":"2023-09-30T09:05:34.213632+0000","last_active":"2023-09-30T09:05:34.629320+0000","last_peered":"2023-09-30T09:05:34.629320+0000","last_clean":"2023-09-30T09:05:34.629320+0000","last_became_active":"2023-09-30T09:05:34.213321+0000","last_became_peered":"2023-09-30T09:05:34.213321+0000","last_unstale":"2023-09-30T09:05:34.629320+0000","last_undegraded":"2023-09-30T09:05:34.629320+0000","last_fullsized":"2023-09-30T09:05:34.629320+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T18:51:49.994921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635294+0000","last_change":"2023-09-30T09:05:34.631666+0000","last_active":"2023-09-30T09:05:34.635294+0000","last_peered":"2023-09-30T09:05:34.635294+0000","last_clean":"2023-09-30T09:05:34.635294+0000","last_became_active":"2023-09-30T09:05:34.631407+0000","last_became_peered":"2023-09-30T09:05:34.631407+0000","last_unstale":"2023-09-30T09:05:34.635294+0000","last_undegraded":"2023-09-30T09:05:34.635294+0000","last_fullsized":"2023-09-30T09:05:34.635294+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:28.102732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.20","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.636431+0000","last_change":"2023-09-30T09:05:34.634444+0000","last_active":"2023-09-30T09:05:34.636431+0000","last_peered":"2023-09-30T09:05:34.636431+0000","last_clean":"2023-09-30T09:05:34.636431+0000","last_became_active":"2023-09-30T09:05:34.631505+0000","last_became_peered":"2023-09-30T09:05:34.631505+0000","last_unstale":"2023-09-30T09:05:34.636431+0000","last_undegraded":"2023-09-30T09:05:34.636431+0000","last_fullsized":"2023-09-30T09:05:34.636431+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632926+0000","last_change":"2023-09-30T09:05:34.632335+0000","last_active":"2023-09-30T09:05:34.632926+0000","last_peered":"2023-09-30T09:05:34.632926+0000","last_clean":"2023-09-30T09:05:34.632926+0000","last_became_active":"2023-09-30T09:05:34.632068+0000","last_became_peered":"2023-09-30T09:05:34.632068+0000","last_unstale":"2023-09-30T09:05:34.632926+0000","last_undegraded":"2023-09-30T09:05:34.632926+0000","last_fullsized":"2023-09-30T09:05:34.632926+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628991+0000","last_change":"2023-09-30T09:05:34.626752+0000","last_active":"2023-09-30T09:05:34.628991+0000","last_peered":"2023-09-30T09:05:34.628991+0000","last_clean":"2023-09-30T09:05:34.628991+0000","last_became_active":"2023-09-30T09:05:34.625835+0000","last_became_peered":"2023-09-30T09:05:34.625835+0000","last_unstale":"2023-09-30T09:05:34.628991+0000","last_undegraded":"2023-09-30T09:05:34.628991+0000","last_fullsized":"2023-09-30T09:05:34.628991+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624961+0000","last_change":"2023-09-30T09:05:34.624265+0000","last_active":"2023-09-30T09:05:34.624961+0000","last_peered":"2023-09-30T09:05:34.624961+0000","last_clean":"2023-09-30T09:05:34.624961+0000","last_became_active":"2023-09-30T09:05:34.624000+0000","last_became_peered":"2023-09-30T09:05:34.624000+0000","last_unstale":"2023-09-30T09:05:34.624961+0000","last_undegraded":"2023-09-30T09:05:34.624961+0000","last_fullsized":"2023-09-30T09:05:34.624961+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:34:21.915832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.24","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624095+0000","last_change":"2023-09-30T09:05:34.623166+0000","last_active":"2023-09-30T09:05:34.624095+0000","last_peered":"2023-09-30T09:05:34.624095+0000","last_clean":"2023-09-30T09:05:34.624095+0000","last_became_active":"2023-09-30T09:05:34.622895+0000","last_became_peered":"2023-09-30T09:05:34.622895+0000","last_unstale":"2023-09-30T09:05:34.624095+0000","last_undegraded":"2023-09-30T09:05:34.624095+0000","last_fullsized":"2023-09-30T09:05:34.624095+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:25.143650+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.618779+0000","last_change":"2023-09-30T09:05:34.617315+0000","last_active":"2023-09-30T09:05:34.618779+0000","last_peered":"2023-09-30T09:05:34.618779+0000","last_clean":"2023-09-30T09:05:34.618779+0000","last_became_active":"2023-09-30T09:05:34.617052+0000","last_became_peered":"2023-09-30T09:05:34.617052+0000","last_unstale":"2023-09-30T09:05:34.618779+0000","last_undegraded":"2023-09-30T09:05:34.618779+0000","last_fullsized":"2023-09-30T09:05:34.618779+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:59:10.702009+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.635438+0000","last_change":"2023-09-30T09:05:34.634582+0000","last_active":"2023-09-30T09:05:34.635438+0000","last_peered":"2023-09-30T09:05:34.635438+0000","last_clean":"2023-09-30T09:05:34.635438+0000","last_became_active":"2023-09-30T09:05:34.631397+0000","last_became_peered":"2023-09-30T09:05:34.631397+0000","last_unstale":"2023-09-30T09:05:34.635438+0000","last_undegraded":"2023-09-30T09:05:34.635438+0000","last_fullsized":"2023-09-30T09:05:34.635438+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.630315+0000","last_change":"2023-09-30T09:05:34.627064+0000","last_active":"2023-09-30T09:05:34.630315+0000","last_peered":"2023-09-30T09:05:34.630315+0000","last_clean":"2023-09-30T09:05:34.630315+0000","last_became_active":"2023-09-30T09:05:34.626808+0000","last_became_peered":"2023-09-30T09:05:34.626808+0000","last_unstale":"2023-09-30T09:05:34.630315+0000","last_undegraded":"2023-09-30T09:05:34.630315+0000","last_fullsized":"2023-09-30T09:05:34.630315+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:22:11.577682+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.628322+0000","last_change":"2023-09-30T09:05:34.624993+0000","last_active":"2023-09-30T09:05:34.628322+0000","last_peered":"2023-09-30T09:05:34.628322+0000","last_clean":"2023-09-30T09:05:34.628322+0000","last_became_active":"2023-09-30T09:05:34.624707+0000","last_became_peered":"2023-09-30T09:05:34.624707+0000","last_unstale":"2023-09-30T09:05:34.628322+0000","last_undegraded":"2023-09-30T09:05:34.628322+0000","last_fullsized":"2023-09-30T09:05:34.628322+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624002+0000","last_change":"2023-09-30T09:05:34.622844+0000","last_active":"2023-09-30T09:05:34.624002+0000","last_peered":"2023-09-30T09:05:34.624002+0000","last_clean":"2023-09-30T09:05:34.624002+0000","last_became_active":"2023-09-30T09:05:34.622535+0000","last_became_peered":"2023-09-30T09:05:34.622535+0000","last_unstale":"2023-09-30T09:05:34.624002+0000","last_undegraded":"2023-09-30T09:05:34.624002+0000","last_fullsized":"2023-09-30T09:05:34.624002+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:28.136171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.639705+0000","last_change":"2023-09-30T09:05:34.631981+0000","last_active":"2023-09-30T09:05:34.639705+0000","last_peered":"2023-09-30T09:05:34.639705+0000","last_clean":"2023-09-30T09:05:34.639705+0000","last_became_active":"2023-09-30T09:05:34.631712+0000","last_became_peered":"2023-09-30T09:05:34.631712+0000","last_unstale":"2023-09-30T09:05:34.639705+0000","last_undegraded":"2023-09-30T09:05:34.639705+0000","last_fullsized":"2023-09-30T09:05:34.639705+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.624944+0000","last_change":"2023-09-30T09:05:34.622508+0000","last_active":"2023-09-30T09:05:34.624944+0000","last_peered":"2023-09-30T09:05:34.624944+0000","last_clean":"2023-09-30T09:05:34.624944+0000","last_became_active":"2023-09-30T09:05:34.622145+0000","last_became_peered":"2023-09-30T09:05:34.622145+0000","last_unstale":"2023-09-30T09:05:34.624944+0000","last_undegraded":"2023-09-30T09:05:34.624944+0000","last_fullsized":"2023-09-30T09:05:34.624944+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:40:06.099959+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2c","version":"0'0","reported_seq":10,"reported_epoch":59,"state":"active+clean","last_fresh":"2023-09-30T09:05:34.632385+0000","last_change":"2023-09-30T09:05:34.631602+0000","last_active":"2023-09-30T09:05:34.632385+0000","last_peered":"2023-09-30T09:05:34.632385+0000","last_clean":"2023-09-30T09:05:34.632385+0000","last_became_active":"2023-09-30T09:05:34.631295+0000","last_became_peered":"2023-09-30T09:05:34.631295+0000","last_unstale":"2023-09-30T09:05:34.632385+0000","last_undegraded":"2023-09-30T09:05:34.632385+0000","last_fullsized":"2023-09-30T09:05:34.632385+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":4157440,"data_stored":4132576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":2306,"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":13,"num_scrub_errors":0,"num_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":6918,"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}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299399,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6420,"kb_used_data":1164,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738732,"statfs":{"total":95995035648,"available":95988461568,"internally_reserved":0,"allocated":1191936,"data_stored":840045,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63200000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.374}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44500000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66600000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]}]},{"osd":6,"up_from":45,"seq":193273528330,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6484,"kb_used_data":1164,"kb_used_omap":0,"kb_used_meta":5312,"kb_avail":93738668,"statfs":{"total":95995035648,"available":95988396032,"internally_reserved":0,"allocated":1191936,"data_stored":840704,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5439488},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.442}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.375}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39300000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49199999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56399999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59899999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":32,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6616,"kb_used_data":592,"kb_used_omap":0,"kb_used_meta":6016,"kb_avail":93738536,"statfs":{"total":95995035648,"available":95988260864,"internally_reserved":0,"allocated":606208,"data_stored":249849,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6160384},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:41 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.17199999999999999,"5min":0.17199999999999999,"15min":0.17199999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.189,"5min":0.189,"15min":0.189},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.36399999999999999}]},{"osd":2,"last update":"Sat Sep 30 09:04:59 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.32500000000000001}]},{"osd":3,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.40600000000000003}]},{"osd":4,"last update":"Sat Sep 30 09:05:27 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.68100000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79800000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75800000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738398,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":7332,"kb_used_data":1180,"kb_used_omap":0,"kb_used_meta":6144,"kb_avail":93737820,"statfs":{"total":95995035648,"available":95987527680,"internally_reserved":0,"allocated":1208320,"data_stored":840757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6291456},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:05:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39500000000000002,"15min":0.39400000000000002},"min":{"1min":0.25600000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.54400000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.374},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.41199999999999998,"15min":0.41399999999999998},"min":{"1min":0.29499999999999998,"5min":0.217,"15min":0.217},"max":{"1min":0.50800000000000001,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.47299999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.41899999999999998}]},{"osd":3,"last update":"Sat Sep 30 09:05:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.495}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.91000000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78500000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.93999999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77300000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411352,"num_pgs":25,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6476,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5888,"kb_avail":93738676,"statfs":{"total":95995035648,"available":95988404224,"internally_reserved":0,"allocated":593920,"data_stored":249388,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6029312},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.45800000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:04:56 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.40699999999999997}]},{"osd":3,"last update":"Sat Sep 30 09:05:12 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.37}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.97199999999999998},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.747}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68400000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78600000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69399999999999995}]}]},{"osd":3,"up_from":25,"seq":107374182421,"num_pgs":34,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5988,"kb_used_data":604,"kb_used_omap":0,"kb_used_meta":5376,"kb_avail":93739164,"statfs":{"total":95995035648,"available":95988903936,"internally_reserved":0,"allocated":618496,"data_stored":251329,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5505024},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.55200000000000005}]},{"osd":1,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.38300000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:05:13 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.48699999999999999}]},{"osd":4,"last update":"Sat Sep 30 09:05:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.623},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.70299999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65700000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]}]},{"osd":4,"up_from":30,"seq":128849018896,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6048,"kb_used_data":600,"kb_used_omap":0,"kb_used_meta":5440,"kb_avail":93739104,"statfs":{"total":95995035648,"available":95988842496,"internally_reserved":0,"allocated":614400,"data_stored":250369,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5570560},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.61399999999999999}]},{"osd":1,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.51600000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.55400000000000005}]},{"osd":3,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.374},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.53900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.504}]}]},{"osd":5,"up_from":37,"seq":158913789965,"num_pgs":38,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5976,"kb_used_data":592,"kb_used_omap":0,"kb_used_meta":5376,"kb_avail":93739176,"statfs":{"total":95995035648,"available":95988916224,"internally_reserved":0,"allocated":606208,"data_stored":250691,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5505024},"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69699999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75800000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56699999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.623}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.78100000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":1640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":1626,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T09:05:43.513 INFO:tasks.cephfs.filesystem.ceph_manager:clean! 2023-09-30T09:05:43.513 INFO:tasks.cephadm:Adding prometheus.a on smithi192 2023-09-30T09:05:43.514 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch apply prometheus '1;smithi192=a' 2023-09-30T09:05:43.785 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:05:44.870 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:44 smithi192 ceph-mon[114603]: pgmap v152: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-09-30T09:05:44.870 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:44 smithi192 ceph-mon[114603]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:44.916 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled prometheus update... 2023-09-30T09:05:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:44 smithi118 ceph-mon[110048]: pgmap v152: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-09-30T09:05:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:44 smithi118 ceph-mon[110048]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:44 smithi118 ceph-mon[123327]: pgmap v152: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-09-30T09:05:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:44 smithi118 ceph-mon[123327]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:05:45.294 DEBUG:teuthology.orchestra.run.smithi192:prometheus.a> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@prometheus.a.service 2023-09-30T09:05:45.296 INFO:tasks.cephadm:Adding node-exporter.a on smithi118 2023-09-30T09:05:45.297 INFO:tasks.cephadm:Adding node-exporter.b on smithi192 2023-09-30T09:05:45.297 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch apply node-exporter '2;smithi118=a;smithi192=b' 2023-09-30T09:05:45.326 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:05:45.603 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:05:46.103 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:46.103 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: Saving service prometheus spec with placement smithi192=a;count:1 2023-09-30T09:05:46.103 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:46.103 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:46.103 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:46.104 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:46.104 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:46.104 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: Deploying daemon prometheus.a on smithi192 2023-09-30T09:05:46.104 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:45 smithi192 ceph-mon[114603]: pgmap v153: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-09-30T09:05:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: Saving service prometheus spec with placement smithi192=a;count:1 2023-09-30T09:05:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: Deploying daemon prometheus.a on smithi192 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[123327]: pgmap v153: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: Saving service prometheus spec with placement smithi192=a;count:1 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:05:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:46.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: Deploying daemon prometheus.a on smithi192 2023-09-30T09:05:46.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:45 smithi118 ceph-mon[110048]: pgmap v153: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-09-30T09:05:46.707 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled node-exporter update... 2023-09-30T09:05:47.181 DEBUG:teuthology.orchestra.run.smithi118:node-exporter.a> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.a.service 2023-09-30T09:05:47.184 DEBUG:teuthology.orchestra.run.smithi192:node-exporter.b> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.b.service 2023-09-30T09:05:47.186 INFO:tasks.cephadm:Adding alertmanager.a on smithi118 2023-09-30T09:05:47.186 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch apply alertmanager '1;smithi118=a' 2023-09-30T09:05:47.217 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:05:47.218 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:05:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:47 smithi192 ceph-mon[114603]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi118=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:47 smithi192 ceph-mon[114603]: Saving service node-exporter spec with placement smithi118=a;smithi192=b;count:2 2023-09-30T09:05:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:47 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:47.990 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:05:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:47 smithi118 ceph-mon[123327]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi118=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:47 smithi118 ceph-mon[123327]: Saving service node-exporter spec with placement smithi118=a;smithi192=b;count:2 2023-09-30T09:05:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:47 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:47 smithi118 ceph-mon[110048]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi118=a;smithi192=b", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:47 smithi118 ceph-mon[110048]: Saving service node-exporter spec with placement smithi118=a;smithi192=b;count:2 2023-09-30T09:05:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:47 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:48.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:48 smithi192 ceph-mon[114603]: pgmap v154: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2023-09-30T09:05:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:48 smithi118 ceph-mon[123327]: pgmap v154: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2023-09-30T09:05:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:48 smithi118 ceph-mon[110048]: pgmap v154: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2023-09-30T09:05:49.220 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled alertmanager update... 2023-09-30T09:05:50.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[123327]: from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:50.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[123327]: Saving service alertmanager spec with placement smithi118=a;count:1 2023-09-30T09:05:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[123327]: pgmap v155: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2023-09-30T09:05:50.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[110048]: from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:50.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[110048]: Saving service alertmanager spec with placement smithi118=a;count:1 2023-09-30T09:05:50.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:50.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:50 smithi118 ceph-mon[110048]: pgmap v155: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2023-09-30T09:05:50.705 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:50 smithi192 ceph-mon[114603]: from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:50.706 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:50 smithi192 ceph-mon[114603]: Saving service alertmanager spec with placement smithi118=a;count:1 2023-09-30T09:05:50.706 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:50 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:50.706 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:50 smithi192 ceph-mon[114603]: pgmap v155: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 853 B/s wr, 1 op/s 2023-09-30T09:05:51.131 DEBUG:teuthology.orchestra.run.smithi118:alertmanager.a> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@alertmanager.a.service 2023-09-30T09:05:51.134 INFO:tasks.cephadm:Adding grafana.a on smithi192 2023-09-30T09:05:51.134 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph orch apply grafana '1;smithi192=a' 2023-09-30T09:05:51.166 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:-- Logs begin at Sat 2023-09-30 08:50:09 UTC. -- 2023-09-30T09:05:51.835 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:05:52.732 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:52 smithi192 ceph-mon[114603]: pgmap v156: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:52 smithi118 ceph-mon[110048]: pgmap v156: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:52 smithi118 ceph-mon[123327]: pgmap v156: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:53.725 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled grafana update... 2023-09-30T09:05:54.389 DEBUG:teuthology.orchestra.run.smithi192:grafana.a> sudo journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@grafana.a.service 2023-09-30T09:05:54.391 INFO:tasks.cephadm:Setting up client nodes... 2023-09-30T09:05:54.392 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T09:05:54.525 INFO:journalctl@ceph.grafana.a.smithi192.stdout:-- Logs begin at Sat 2023-09-30 08:49:53 UTC. -- 2023-09-30T09:05:54.663 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:05:54.945 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:54 smithi192 ceph-mon[114603]: pgmap v157: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:54.945 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:54 smithi192 ceph-mon[114603]: from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:54.945 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:54 smithi192 ceph-mon[114603]: Saving service grafana spec with placement smithi192=a;count:1 2023-09-30T09:05:54.945 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:54 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:55.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[110048]: pgmap v157: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:55.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[110048]: from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:55.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[110048]: Saving service grafana spec with placement smithi192=a;count:1 2023-09-30T09:05:55.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:55.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[123327]: pgmap v157: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:55.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[123327]: from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi192=a", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:05:55.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[123327]: Saving service grafana spec with placement smithi192=a;count:1 2023-09-30T09:05:55.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:54 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:55.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:05:54 smithi192 systemd[1]: Started Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:05:55.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:05:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:05:54.988Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=17.068253ms db_storage=972ns remote_storage=1.043µs web_handler=346ns query_engine=622ns scrape=597.463µs scrape_sd=17.38µs notify=676ns notify_sd=1.323µs rules=16.252052ms tracing=5.85µs 2023-09-30T09:05:55.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:05:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:05:54.988Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-09-30T09:05:55.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:05:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:05:54.988Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-09-30T09:05:55.872 INFO:teuthology.orchestra.run.smithi118.stdout:[client.0] 2023-09-30T09:05:55.872 INFO:teuthology.orchestra.run.smithi118.stdout: key = AQDz5BdlB/W7MxAA0yuNxhJlcocS0O70DijlYg== 2023-09-30T09:05:56.262 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:05:56.262 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-30T09:05:56.262 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-30T09:05:56.291 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setuser ceph since I am not root 2023-09-30T09:05:56.291 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setgroup ceph since I am not root 2023-09-30T09:05:56.291 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mgr[110277]: -- 172.21.15.118:0/164759892 <== mon.0 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5557e29d89c0 con 0x5557e29af000 2023-09-30T09:05:56.291 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:56.212+0000 7ff564d6e1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[123327]: pgmap v158: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3749649613' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3749649613' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.292 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.293 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.293 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T09:05:56.293 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[110048]: pgmap v158: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:56.293 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3749649613' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:56.293 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3749649613' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T09:05:56.307 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-30T09:05:56.342 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ignoring --setuser ceph since I am not root 2023-09-30T09:05:56.342 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ignoring --setgroup ceph since I am not root 2023-09-30T09:05:56.342 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mgr[116546]: -- 172.21.15.192:0/3713779793 <== mon.2 v2:172.21.15.118:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5619459a89c0 con 0x56194597ec00 2023-09-30T09:05:56.342 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:56.219+0000 7f355f5d91c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:05:56.342 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.342 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.342 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' 2023-09-30T09:05:56.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-30T09:05:56.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mon[114603]: pgmap v158: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:05:56.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3749649613' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:56.343 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3749649613' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T09:05:56.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:56.382+0000 7ff564d6e1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:05:56.604 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.b/config 2023-09-30T09:05:56.707 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:56.382+0000 7f355f5d91c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:05:56.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:56.705+0000 7f355f5d91c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:05:57.049 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:56.678+0000 7ff564d6e1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:05:57.049 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:57 smithi118 ceph-mon[110048]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T09:05:57.049 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:57 smithi118 ceph-mon[110048]: mgrmap e16: y(active, since 3m), standbys: x 2023-09-30T09:05:57.341 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:57 smithi192 ceph-mon[114603]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T09:05:57.341 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:57 smithi192 ceph-mon[114603]: mgrmap e16: y(active, since 3m), standbys: x 2023-09-30T09:05:57.342 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:57.249+0000 7f355f5d91c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:05:57.345 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:57.187+0000 7ff564d6e1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:05:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:57 smithi118 ceph-mon[123327]: from='mgr.14152 172.21.15.118:0/3439128912' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-30T09:05:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:57 smithi118 ceph-mon[123327]: mgrmap e16: y(active, since 3m), standbys: x 2023-09-30T09:05:57.692 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:57.424+0000 7f355f5d91c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:05:57.753 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:57.355+0000 7ff564d6e1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:05:57.806 INFO:teuthology.orchestra.run.smithi192.stdout:[client.1] 2023-09-30T09:05:57.806 INFO:teuthology.orchestra.run.smithi192.stdout: key = AQD15BdlR2jPLxAASWEJgnFFonXftp7E24+41g== 2023-09-30T09:05:57.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:57.836+0000 7f355f5d91c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:05:58.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:57.751+0000 7ff564d6e1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:05:58.195 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-09-30T09:05:58.195 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-09-30T09:05:58.195 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-09-30T09:05:58.277 INFO:tasks.cephadm:Waiting for OSDs to come up 2023-09-30T09:05:58.277 DEBUG:teuthology.orchestra.run.smithi118:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2023-09-30T09:05:58.595 INFO:teuthology.misc.health.smithi118.stdout: 2023-09-30T09:05:58.596 INFO:teuthology.misc.health.smithi118.stdout:{"epoch":60,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:05:35.600588+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:05:58.608 DEBUG:teuthology.misc:8 of 8 OSDs are up 2023-09-30T09:05:58.608 INFO:tasks.cephadm:Creating RBD pool 2023-09-30T09:05:58.608 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- sudo ceph --cluster ceph osd pool create rbd 8 2023-09-30T09:05:58.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:58.527+0000 7ff564d6e1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:05:58.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:58.617+0000 7ff564d6e1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:05:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[123327]: from='client.? 172.21.15.192:0/2508665146' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T09:05:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4106898718' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[110048]: from='client.? 172.21.15.192:0/2508665146' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T09:05:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:05:58 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4106898718' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:58.878 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:05:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:58 smithi192 ceph-mon[114603]: from='client.? 172.21.15.192:0/2508665146' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:58 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-30T09:05:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:58 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-30T09:05:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:05:58 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4106898718' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:05:58.964 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:58.623+0000 7f355f5d91c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:05:58.964 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:58.712+0000 7f355f5d91c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:05:59.548 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:59.272+0000 7ff564d6e1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:05:59.549 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:59.357+0000 7ff564d6e1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:05:59.549 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:59.448+0000 7ff564d6e1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:05:59.574 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:59.313+0000 7f355f5d91c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:05:59.574 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:59.396+0000 7f355f5d91c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:05:59.575 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:59.482+0000 7f355f5d91c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:05:59.575 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:59.573+0000 7f355f5d91c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:05:59.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:59.546+0000 7ff564d6e1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:05:59.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:59.781+0000 7ff564d6e1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:05:59.892 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:59.799+0000 7f355f5d91c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:06:00.195 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:05:59.879+0000 7ff564d6e1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:06:00.195 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:00.096+0000 7ff564d6e1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:06:00.196 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:05:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:05:59.891+0000 7f355f5d91c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:06:00.196 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:00.100+0000 7f355f5d91c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:06:00.302 INFO:teuthology.orchestra.run.smithi118.stderr:pool 'rbd' created 2023-09-30T09:06:00.448 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:00.193+0000 7ff564d6e1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:06:00.449 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:00.386+0000 7ff564d6e1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:06:00.449 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/645140113' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-09-30T09:06:00.449 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-09-30T09:06:00.449 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/645140113' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-09-30T09:06:00.449 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-09-30T09:06:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:00 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/645140113' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-09-30T09:06:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:00 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]: dispatch 2023-09-30T09:06:00.462 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:00.195+0000 7f355f5d91c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:06:00.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:00.378+0000 7f355f5d91c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:06:00.682 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- sudo ceph --cluster ceph osd pool application enable rbd rbd --yes-i-really-mean-it 2023-09-30T09:06:00.711 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:00 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:00.472+0000 7ff564d6e1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:06:00.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:00.461+0000 7f355f5d91c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:06:00.960 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:01.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:01.201+0000 7f355f5d91c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:06:01.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:01.392+0000 7f355f5d91c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:06:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:01 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2023-09-30T09:06:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:01 smithi192 ceph-mon[114603]: osdmap e61: 8 total, 8 up, 8 in 2023-09-30T09:06:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:01 smithi192 ceph-mon[114603]: osdmap e62: 8 total, 8 up, 8 in 2023-09-30T09:06:01.471 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2023-09-30T09:06:01.472 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-mon[110048]: osdmap e61: 8 total, 8 up, 8 in 2023-09-30T09:06:01.472 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-mon[110048]: osdmap e62: 8 total, 8 up, 8 in 2023-09-30T09:06:01.472 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:01.271+0000 7ff564d6e1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:06:01.472 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:01.469+0000 7ff564d6e1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:06:01.472 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "rbd", "pg_num": 8}]': finished 2023-09-30T09:06:01.472 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-mon[123327]: osdmap e61: 8 total, 8 up, 8 in 2023-09-30T09:06:01.472 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-mon[123327]: osdmap e62: 8 total, 8 up, 8 in 2023-09-30T09:06:01.722 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:01 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:01.662+0000 7ff564d6e1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:06:01.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:01.566+0000 7f355f5d91c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:06:02.301 INFO:teuthology.orchestra.run.smithi118.stderr:enabled application 'rbd' on pool 'rbd' 2023-09-30T09:06:02.323 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.297+0000 7ff564d6e1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:06:02.324 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1294933364' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:06:02.324 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1294933364' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:06:02.324 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-mon[123327]: osdmap e63: 8 total, 8 up, 8 in 2023-09-30T09:06:02.324 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1294933364' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:06:02.324 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1294933364' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:06:02.324 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-mon[110048]: osdmap e63: 8 total, 8 up, 8 in 2023-09-30T09:06:02.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:02.165+0000 7f355f5d91c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:06:02.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:02.342+0000 7f355f5d91c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:06:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1294933364' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:06:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1294933364' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "rbd", "app": "rbd", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:06:02.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-mon[114603]: osdmap e63: 8 total, 8 up, 8 in 2023-09-30T09:06:02.584 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.486+0000 7ff564d6e1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:06:02.678 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-30T09:06:02.678 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-30T09:06:02.678 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-30T09:06:02.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.674+0000 7ff564d6e1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:06:02.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.800+0000 7ff564d6e1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:06:02.952 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:02.522+0000 7f355f5d91c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:06:02.952 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:02.634+0000 7f355f5d91c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:06:02.952 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: [30/Sep/2023:09:06:02] ENGINE Bus STARTING 2023-09-30T09:06:02.952 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: CherryPy Checker: 2023-09-30T09:06:02.952 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: The Application mounted at '' has an empty config. 2023-09-30T09:06:02.953 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: 2023-09-30T09:06:02.953 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: [30/Sep/2023:09:06:02] ENGINE Serving on http://:::9283 2023-09-30T09:06:02.953 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: [30/Sep/2023:09:06:02] ENGINE Bus STARTED 2023-09-30T09:06:03.023 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:03.156 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:02] ENGINE Bus STARTING 2023-09-30T09:06:03.157 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c8e94700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.157 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c8e94700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.157 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c8e94700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.157 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c8e94700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.157 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c8e94700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.157 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c3e8a700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.158 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c3e8a700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.158 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c3e8a700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.158 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c3e8a700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.158 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:02.964+0000 7ff4c3e8a700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:06:03.159 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: CherryPy Checker: 2023-09-30T09:06:03.159 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: The Application mounted at '' has an empty config. 2023-09-30T09:06:03.159 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:06:03.159 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:03] ENGINE Serving on http://:::9283 2023-09-30T09:06:03.159 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:03] ENGINE Bus STARTED 2023-09-30T09:06:03.517 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: Standby manager daemon x restarted 2023-09-30T09:06:03.517 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: Standby manager daemon x started 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: Active manager daemon y restarted 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: Activating manager daemon y 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: osdmap e64: 8 total, 8 up, 8 in 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: mgrmap e17: y(active, starting, since 0.0088957s), standbys: x 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:06:03.518 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:06:03.519 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: Manager daemon y is now available 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:06:03.520 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: Standby manager daemon x restarted 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: Standby manager daemon x started 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: Active manager daemon y restarted 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: Activating manager daemon y 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: osdmap e64: 8 total, 8 up, 8 in 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: mgrmap e17: y(active, starting, since 0.0088957s), standbys: x 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:06:03.521 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:06:03.522 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: Manager daemon y is now available 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:06:03.523 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:06:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: Standby manager daemon x restarted 2023-09-30T09:06:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: Standby manager daemon x started 2023-09-30T09:06:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:06:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:06:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:06:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3783719202' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:06:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: Active manager daemon y restarted 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: Activating manager daemon y 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: osdmap e64: 8 total, 8 up, 8 in 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: mgrmap e17: y(active, starting, since 0.0088957s), standbys: x 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:06:03.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: Manager daemon y is now available 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:03.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:03.717 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:06:03.717 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:06:04.444 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: [30/Sep/2023:09:06:03] ENGINE Bus STARTING 2023-09-30T09:06:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: [30/Sep/2023:09:06:03] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:06:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: [30/Sep/2023:09:06:03] ENGINE Bus STARTED 2023-09-30T09:06:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: mgrmap e18: y(active, since 1.01215s), standbys: x 2023-09-30T09:06:04.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: pgmap v3: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:04.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:04 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4079778749' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T09:06:04.758 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: [30/Sep/2023:09:06:03] ENGINE Bus STARTING 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: [30/Sep/2023:09:06:03] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: [30/Sep/2023:09:06:03] ENGINE Bus STARTED 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: mgrmap e18: y(active, since 1.01215s), standbys: x 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: pgmap v3: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4079778749' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: [30/Sep/2023:09:06:03] ENGINE Bus STARTING 2023-09-30T09:06:04.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: [30/Sep/2023:09:06:03] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:06:04.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: [30/Sep/2023:09:06:03] ENGINE Bus STARTED 2023-09-30T09:06:04.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: mgrmap e18: y(active, since 1.01215s), standbys: x 2023-09-30T09:06:04.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: pgmap v3: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:04.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:04.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:04 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4079778749' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-30T09:06:04.818 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":18,"active_gid":14604,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":883811925},{"type":"v1","addr":"172.21.15.118:6801","nonce":883811925}]},"active_addr":"172.21.15.118:6801/883811925","active_change":"2023-09-30T09:06:02.815953+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":14610,"name":"x","mgr_features":4540138320759226367,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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_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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","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":[]},"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":[]},"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":[]},"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":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]}}},{"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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_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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","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":[]},"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":[]},"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":[]},"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":[]},"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]}}},{"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":{},"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"]},"last_failure_osd_epoch":64,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":1666236335}]}]} 2023-09-30T09:06:04.824 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-30T09:06:04.824 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-30T09:06:04.824 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T09:06:05.106 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: pgmap v4: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:05.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:05.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:05.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:05 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: pgmap v4: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: pgmap v4: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:06:06.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:06.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:05 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:06.199 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:06.199 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":64,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:06:02.815773+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-09-30T09:06:00.239874+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":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":"63","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":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2583104717":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1320496071":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6800/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2997106918":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1202799162":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:06:06.583 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-30T09:06:06.583 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T09:06:06.834 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi118 to 2998M 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi192 to 2998M 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: mgrmap e19: y(active, since 3s), standbys: x 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1430268951' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi118 to 2998M 2023-09-30T09:06:06.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi192 to 2998M 2023-09-30T09:06:06.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:06:06.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: mgrmap e19: y(active, since 3s), standbys: x 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1430268951' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.838 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:06.870 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi118 to 2998M 2023-09-30T09:06:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi192 to 2998M 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: mgrmap e19: y(active, since 3s), standbys: x 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1430268951' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:07.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:07.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:06:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:06:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[110048]: Deploying daemon alertmanager.a on smithi118 2023-09-30T09:06:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[110048]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:08.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:06:08.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:06:08.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[123327]: Deploying daemon alertmanager.a on smithi118 2023-09-30T09:06:08.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:07 smithi118 ceph-mon[123327]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:07 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:06:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:07 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:06:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:07 smithi192 ceph-mon[114603]: Deploying daemon alertmanager.a on smithi118 2023-09-30T09:06:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:07 smithi192 ceph-mon[114603]: pgmap v5: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:08.217 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:08.217 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":64,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:06:02.815773+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-09-30T09:06:00.239874+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":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":"63","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":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2583104717":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1320496071":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6800/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2997106918":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1202799162":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:06:09.050 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:08 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2255334268' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:09.051 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:08 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2255334268' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:08 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2255334268' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:09.319 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-30T09:06:09.320 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-30T09:06:09.320 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-30T09:06:09.320 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-30T09:06:09.321 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-30T09:06:09.321 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-30T09:06:09.321 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-30T09:06:09.322 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-30T09:06:09.945 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:09.995 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:09 smithi118 ceph-mon[110048]: pgmap v6: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:09 smithi118 ceph-mon[123327]: pgmap v6: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:10.147 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:09 smithi192 ceph-mon[114603]: pgmap v6: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:11.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:10 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:06:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:06:11.942 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:11 smithi118 ceph-mon[123327]: pgmap v7: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:11.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:11 smithi118 ceph-mon[110048]: pgmap v7: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:11 smithi192 ceph-mon[114603]: pgmap v7: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:12.224 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:12.657 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:13.145 INFO:teuthology.orchestra.run.smithi118.stdout:158913789971 2023-09-30T09:06:13.145 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-30T09:06:13.685 INFO:teuthology.orchestra.run.smithi118.stdout:223338299404 2023-09-30T09:06:13.686 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-30T09:06:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:13 smithi192 ceph-mon[114603]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:13.984 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:14.007 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:13 smithi118 ceph-mon[123327]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:14.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:13 smithi118 ceph-mon[110048]: pgmap v8: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:14.938 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:15.644 INFO:teuthology.orchestra.run.smithi118.stdout:55834574881 2023-09-30T09:06:15.645 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-30T09:06:16.037 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:15 smithi192 ceph-mon[114603]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:16.288 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:15 smithi118 ceph-mon[123327]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:16.288 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:15 smithi118 ceph-mon[110048]: pgmap v9: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:17.211 INFO:teuthology.orchestra.run.smithi118.stdout:193273528336 2023-09-30T09:06:17.212 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-30T09:06:17.675 INFO:teuthology.orchestra.run.smithi118.stdout:77309411358 2023-09-30T09:06:17.675 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-30T09:06:17.932 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:17 smithi118 ceph-mon[123327]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:17.932 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:17 smithi118 ceph-mon[110048]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:17.952 INFO:teuthology.orchestra.run.smithi118.stdout:128849018902 2023-09-30T09:06:17.952 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-30T09:06:17.964 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:17 smithi192 ceph-mon[114603]: pgmap v10: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:18.519 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:18.596 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:18 smithi118 bash[161418]: ec63938dae7b7ce6b0ada36f44d6196c18fc5cf4efc85422df52f43d3660edb5 2023-09-30T09:06:18.596 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:18 smithi118 systemd[1]: Started Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:18.860 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:18] ENGINE Bus STOPPING 2023-09-30T09:06:18.860 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:06:18.860 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:18] ENGINE Bus STOPPED 2023-09-30T09:06:18.861 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:18] ENGINE Bus STARTING 2023-09-30T09:06:18.861 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:18] ENGINE Serving on http://:::9283 2023-09-30T09:06:18.861 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:18] ENGINE Bus STARTED 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T09:06:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T09:06:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:19.416 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:19.526 INFO:teuthology.orchestra.run.smithi118.stdout:158913789972 2023-09-30T09:06:20.078 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:19 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T09:06:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:19 smithi192 ceph-mon[114603]: Deploying daemon grafana.a on smithi192 2023-09-30T09:06:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:19 smithi192 ceph-mon[114603]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:19 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3010031573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T09:06:20.281 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T09:06:20.281 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[123327]: Deploying daemon grafana.a on smithi192 2023-09-30T09:06:20.281 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[123327]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:20.281 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3010031573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T09:06:20.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-30T09:06:20.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[110048]: Deploying daemon grafana.a on smithi192 2023-09-30T09:06:20.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[110048]: pgmap v11: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:20.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:19 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3010031573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-30T09:06:20.299 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789971 got 158913789972 for osd.5 2023-09-30T09:06:20.300 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:20.596 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:20 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[161676]: ts=2023-09-30T09:06:20.301Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000130335s 2023-09-30T09:06:20.741 INFO:teuthology.orchestra.run.smithi118.stdout:34359738404 2023-09-30T09:06:20.742 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-30T09:06:20.888 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:21.334 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:21.433 INFO:teuthology.orchestra.run.smithi118.stdout:107374182428 2023-09-30T09:06:21.433 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-30T09:06:21.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:06:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:06:21.918 INFO:teuthology.orchestra.run.smithi118.stdout:223338299406 2023-09-30T09:06:22.064 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:21 smithi118 ceph-mon[123327]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:22.064 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:21 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/906317495' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T09:06:22.065 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:21 smithi118 ceph-mon[110048]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:22.065 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:21 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/906317495' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T09:06:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:21 smithi192 ceph-mon[114603]: pgmap v12: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:21 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/906317495' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-30T09:06:22.721 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299404 got 223338299406 for osd.7 2023-09-30T09:06:22.721 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:23.011 INFO:teuthology.orchestra.run.smithi118.stdout:55834574882 2023-09-30T09:06:23.019 INFO:teuthology.orchestra.run.smithi118.stdout:128849018903 2023-09-30T09:06:23.030 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:23.740 INFO:teuthology.orchestra.run.smithi118.stdout:77309411359 2023-09-30T09:06:24.042 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[110048]: pgmap v13: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/729303334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2001191739' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4129815811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[123327]: pgmap v13: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/729303334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2001191739' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T09:06:24.043 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:23 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4129815811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T09:06:24.060 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574881 got 55834574882 for osd.1 2023-09-30T09:06:24.060 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:23 smithi192 ceph-mon[114603]: pgmap v13: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:23 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:23 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/729303334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-30T09:06:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:23 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2001191739' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-30T09:06:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:23 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4129815811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-30T09:06:24.514 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411358 got 77309411359 for osd.2 2023-09-30T09:06:24.514 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:24.590 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018902 got 128849018903 for osd.4 2023-09-30T09:06:24.590 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:24.679 INFO:teuthology.orchestra.run.smithi118.stdout:193273528337 2023-09-30T09:06:24.772 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:25.160 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:24 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/438469065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T09:06:25.161 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:24 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/438469065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T09:06:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:24 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/438469065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-30T09:06:25.308 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528336 got 193273528337 for osd.6 2023-09-30T09:06:25.308 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:25.974 INFO:teuthology.orchestra.run.smithi118.stdout:34359738406 2023-09-30T09:06:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:25 smithi118 ceph-mon[110048]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:26.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:25 smithi118 ceph-mon[123327]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:26.183 INFO:teuthology.orchestra.run.smithi118.stdout:107374182429 2023-09-30T09:06:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:25 smithi192 ceph-mon[114603]: pgmap v14: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:26.399 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2023-09-30T09:06:26.399 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:26.739 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182428 got 107374182429 for osd.3 2023-09-30T09:06:26.739 DEBUG:teuthology.parallel:result is None 2023-09-30T09:06:26.739 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-30T09:06:26.739 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T09:06:27.004 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:27.158 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:26 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1406044537' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T09:06:27.158 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:26 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3813582997' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T09:06:27.158 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:26 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1406044537' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T09:06:27.158 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:26 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3813582997' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T09:06:27.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:26 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1406044537' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-30T09:06:27.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:26 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3813582997' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-30T09:06:28.126 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:27 smithi118 ceph-mon[110048]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:28.126 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:27 smithi118 ceph-mon[123327]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:27 smithi192 ceph-mon[114603]: pgmap v15: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:28.227 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:28.229 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:06:28.409 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[161676]: ts=2023-09-30T09:06:28.303Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002608662s 2023-09-30T09:06:28.591 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":15,"stamp":"2023-09-30T09:06:26.834993+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":593464,"num_objects":24,"num_object_clones":0,"num_object_copies":72,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":24,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":227,"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":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":52236,"kb_used_data":6860,"kb_used_omap":0,"kb_used_meta":45312,"kb_avail":749908980,"statfs":{"total":767960285184,"available":767906795520,"internally_reserved":0,"allocated":7024640,"data_stored":3999134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":46399488},"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.002822"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763128+0000","last_change":"2023-09-30T09:05:34.628828+0000","last_active":"2023-09-30T09:06:02.763128+0000","last_peered":"2023-09-30T09:06:02.763128+0000","last_clean":"2023-09-30T09:06:02.763128+0000","last_became_active":"2023-09-30T09:05:34.628500+0000","last_became_peered":"2023-09-30T09:05:34.628500+0000","last_unstale":"2023-09-30T09:06:02.763128+0000","last_undegraded":"2023-09-30T09:06:02.763128+0000","last_fullsized":"2023-09-30T09:06:02.763128+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:48.918029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762653+0000","last_change":"2023-09-30T09:05:34.615143+0000","last_active":"2023-09-30T09:06:02.762653+0000","last_peered":"2023-09-30T09:06:02.762653+0000","last_clean":"2023-09-30T09:06:02.762653+0000","last_became_active":"2023-09-30T09:05:34.614880+0000","last_became_peered":"2023-09-30T09:05:34.614880+0000","last_unstale":"2023-09-30T09:06:02.762653+0000","last_undegraded":"2023-09-30T09:06:02.762653+0000","last_fullsized":"2023-09-30T09:06:02.762653+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:49:22.153600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762996+0000","last_change":"2023-09-30T09:05:34.618702+0000","last_active":"2023-09-30T09:06:02.762996+0000","last_peered":"2023-09-30T09:06:02.762996+0000","last_clean":"2023-09-30T09:06:02.762996+0000","last_became_active":"2023-09-30T09:05:34.618386+0000","last_became_peered":"2023-09-30T09:05:34.618386+0000","last_unstale":"2023-09-30T09:06:02.762996+0000","last_undegraded":"2023-09-30T09:06:02.762996+0000","last_fullsized":"2023-09-30T09:06:02.762996+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:31:23.059382+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415504+0000","last_change":"2023-09-30T09:05:34.632033+0000","last_active":"2023-09-30T09:06:02.415504+0000","last_peered":"2023-09-30T09:06:02.415504+0000","last_clean":"2023-09-30T09:06:02.415504+0000","last_became_active":"2023-09-30T09:05:34.631764+0000","last_became_peered":"2023-09-30T09:05:34.631764+0000","last_unstale":"2023-09-30T09:06:02.415504+0000","last_undegraded":"2023-09-30T09:06:02.415504+0000","last_fullsized":"2023-09-30T09:06:02.415504+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762911+0000","last_change":"2023-09-30T09:05:34.636020+0000","last_active":"2023-09-30T09:06:02.762911+0000","last_peered":"2023-09-30T09:06:02.762911+0000","last_clean":"2023-09-30T09:06:02.762911+0000","last_became_active":"2023-09-30T09:05:34.635724+0000","last_became_peered":"2023-09-30T09:05:34.635724+0000","last_unstale":"2023-09-30T09:06:02.762911+0000","last_undegraded":"2023-09-30T09:06:02.762911+0000","last_fullsized":"2023-09-30T09:06:02.762911+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:44.085834+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415468+0000","last_change":"2023-09-30T09:05:34.626222+0000","last_active":"2023-09-30T09:06:02.415468+0000","last_peered":"2023-09-30T09:06:02.415468+0000","last_clean":"2023-09-30T09:06:02.415468+0000","last_became_active":"2023-09-30T09:05:34.625289+0000","last_became_peered":"2023-09-30T09:05:34.625289+0000","last_unstale":"2023-09-30T09:06:02.415468+0000","last_undegraded":"2023-09-30T09:06:02.415468+0000","last_fullsized":"2023-09-30T09:06:02.415468+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762527+0000","last_change":"2023-09-30T09:05:34.627256+0000","last_active":"2023-09-30T09:06:02.762527+0000","last_peered":"2023-09-30T09:06:02.762527+0000","last_clean":"2023-09-30T09:06:02.762527+0000","last_became_active":"2023-09-30T09:05:34.626858+0000","last_became_peered":"2023-09-30T09:05:34.626858+0000","last_unstale":"2023-09-30T09:06:02.762527+0000","last_undegraded":"2023-09-30T09:06:02.762527+0000","last_fullsized":"2023-09-30T09:06:02.762527+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:49:54.555632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.38","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295282+0000","last_change":"2023-09-30T09:05:34.628178+0000","last_active":"2023-09-30T09:06:02.295282+0000","last_peered":"2023-09-30T09:06:02.295282+0000","last_clean":"2023-09-30T09:06:02.295282+0000","last_became_active":"2023-09-30T09:05:34.626319+0000","last_became_peered":"2023-09-30T09:05:34.626319+0000","last_unstale":"2023-09-30T09:06:02.295282+0000","last_undegraded":"2023-09-30T09:06:02.295282+0000","last_fullsized":"2023-09-30T09:06:02.295282+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:36:16.070156+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763088+0000","last_change":"2023-09-30T09:05:34.630398+0000","last_active":"2023-09-30T09:06:02.763088+0000","last_peered":"2023-09-30T09:06:02.763088+0000","last_clean":"2023-09-30T09:06:02.763088+0000","last_became_active":"2023-09-30T09:05:34.630118+0000","last_became_peered":"2023-09-30T09:05:34.630118+0000","last_unstale":"2023-09-30T09:06:02.763088+0000","last_undegraded":"2023-09-30T09:06:02.763088+0000","last_fullsized":"2023-09-30T09:06:02.763088+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:59:26.454032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639307+0000","last_change":"2023-09-30T09:05:34.634469+0000","last_active":"2023-09-30T09:06:02.639307+0000","last_peered":"2023-09-30T09:06:02.639307+0000","last_clean":"2023-09-30T09:06:02.639307+0000","last_became_active":"2023-09-30T09:05:34.632208+0000","last_became_peered":"2023-09-30T09:05:34.632208+0000","last_unstale":"2023-09-30T09:06:02.639307+0000","last_undegraded":"2023-09-30T09:06:02.639307+0000","last_fullsized":"2023-09-30T09:06:02.639307+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639219+0000","last_change":"2023-09-30T09:05:34.635297+0000","last_active":"2023-09-30T09:06:02.639219+0000","last_peered":"2023-09-30T09:06:02.639219+0000","last_clean":"2023-09-30T09:06:02.639219+0000","last_became_active":"2023-09-30T09:05:34.635001+0000","last_became_peered":"2023-09-30T09:05:34.635001+0000","last_unstale":"2023-09-30T09:06:02.639219+0000","last_undegraded":"2023-09-30T09:06:02.639219+0000","last_fullsized":"2023-09-30T09:06:02.639219+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296121+0000","last_change":"2023-09-30T09:05:34.638238+0000","last_active":"2023-09-30T09:06:02.296121+0000","last_peered":"2023-09-30T09:06:02.296121+0000","last_clean":"2023-09-30T09:06:02.296121+0000","last_became_active":"2023-09-30T09:05:34.637552+0000","last_became_peered":"2023-09-30T09:05:34.637552+0000","last_unstale":"2023-09-30T09:06:02.296121+0000","last_undegraded":"2023-09-30T09:06:02.296121+0000","last_fullsized":"2023-09-30T09:06:02.296121+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:59:23.796883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296145+0000","last_change":"2023-09-30T09:05:34.611301+0000","last_active":"2023-09-30T09:06:02.296145+0000","last_peered":"2023-09-30T09:06:02.296145+0000","last_clean":"2023-09-30T09:06:02.296145+0000","last_became_active":"2023-09-30T09:05:34.609934+0000","last_became_peered":"2023-09-30T09:05:34.609934+0000","last_unstale":"2023-09-30T09:06:02.296145+0000","last_undegraded":"2023-09-30T09:06:02.296145+0000","last_fullsized":"2023-09-30T09:06:02.296145+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:09:01.328352+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762889+0000","last_change":"2023-09-30T09:05:34.627698+0000","last_active":"2023-09-30T09:06:02.762889+0000","last_peered":"2023-09-30T09:06:02.762889+0000","last_clean":"2023-09-30T09:06:02.762889+0000","last_became_active":"2023-09-30T09:05:34.626023+0000","last_became_peered":"2023-09-30T09:05:34.626023+0000","last_unstale":"2023-09-30T09:06:02.762889+0000","last_undegraded":"2023-09-30T09:06:02.762889+0000","last_fullsized":"2023-09-30T09:06:02.762889+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:24:26.080148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763921+0000","last_change":"2023-09-30T09:05:34.627806+0000","last_active":"2023-09-30T09:06:02.763921+0000","last_peered":"2023-09-30T09:06:02.763921+0000","last_clean":"2023-09-30T09:06:02.763921+0000","last_became_active":"2023-09-30T09:05:34.627529+0000","last_became_peered":"2023-09-30T09:05:34.627529+0000","last_unstale":"2023-09-30T09:06:02.763921+0000","last_undegraded":"2023-09-30T09:06:02.763921+0000","last_fullsized":"2023-09-30T09:06:02.763921+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:27:46.504079+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415136+0000","last_change":"2023-09-30T09:05:34.625110+0000","last_active":"2023-09-30T09:06:02.415136+0000","last_peered":"2023-09-30T09:06:02.415136+0000","last_clean":"2023-09-30T09:06:02.415136+0000","last_became_active":"2023-09-30T09:05:34.624832+0000","last_became_peered":"2023-09-30T09:05:34.624832+0000","last_unstale":"2023-09-30T09:06:02.415136+0000","last_undegraded":"2023-09-30T09:06:02.415136+0000","last_fullsized":"2023-09-30T09:06:02.415136+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415770+0000","last_change":"2023-09-30T09:05:34.630293+0000","last_active":"2023-09-30T09:06:02.415770+0000","last_peered":"2023-09-30T09:06:02.415770+0000","last_clean":"2023-09-30T09:06:02.415770+0000","last_became_active":"2023-09-30T09:05:34.630009+0000","last_became_peered":"2023-09-30T09:05:34.630009+0000","last_unstale":"2023-09-30T09:06:02.415770+0000","last_undegraded":"2023-09-30T09:06:02.415770+0000","last_fullsized":"2023-09-30T09:06:02.415770+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297322+0000","last_change":"2023-09-30T09:05:34.621232+0000","last_active":"2023-09-30T09:06:02.297322+0000","last_peered":"2023-09-30T09:06:02.297322+0000","last_clean":"2023-09-30T09:06:02.297322+0000","last_became_active":"2023-09-30T09:05:34.620957+0000","last_became_peered":"2023-09-30T09:05:34.620957+0000","last_unstale":"2023-09-30T09:06:02.297322+0000","last_undegraded":"2023-09-30T09:06:02.297322+0000","last_fullsized":"2023-09-30T09:06:02.297322+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762810+0000","last_change":"2023-09-30T09:05:34.628488+0000","last_active":"2023-09-30T09:06:02.762810+0000","last_peered":"2023-09-30T09:06:02.762810+0000","last_clean":"2023-09-30T09:06:02.762810+0000","last_became_active":"2023-09-30T09:05:34.627478+0000","last_became_peered":"2023-09-30T09:05:34.627478+0000","last_unstale":"2023-09-30T09:06:02.762810+0000","last_undegraded":"2023-09-30T09:06:02.762810+0000","last_fullsized":"2023-09-30T09:06:02.762810+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:29.197022+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1f","version":"59'4","reported_seq":19,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763901+0000","last_change":"2023-09-30T09:05:34.234912+0000","last_active":"2023-09-30T09:06:02.763901+0000","last_peered":"2023-09-30T09:06:02.763901+0000","last_clean":"2023-09-30T09:06:02.763901+0000","last_became_active":"2023-09-30T09:05:34.234619+0000","last_became_peered":"2023-09-30T09:05:34.234619+0000","last_unstale":"2023-09-30T09:06:02.763901+0000","last_undegraded":"2023-09-30T09:06:02.763901+0000","last_fullsized":"2023-09-30T09:06:02.763901+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":4,"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 @ 2023-10-01T14:30:00.880402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":554,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295932+0000","last_change":"2023-09-30T09:05:34.619828+0000","last_active":"2023-09-30T09:06:02.295932+0000","last_peered":"2023-09-30T09:06:02.295932+0000","last_clean":"2023-09-30T09:06:02.295932+0000","last_became_active":"2023-09-30T09:05:34.619583+0000","last_became_peered":"2023-09-30T09:05:34.619583+0000","last_unstale":"2023-09-30T09:06:02.295932+0000","last_undegraded":"2023-09-30T09:06:02.295932+0000","last_fullsized":"2023-09-30T09:06:02.295932+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:13:45.636407+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296013+0000","last_change":"2023-09-30T09:05:34.229889+0000","last_active":"2023-09-30T09:06:02.296013+0000","last_peered":"2023-09-30T09:06:02.296013+0000","last_clean":"2023-09-30T09:06:02.296013+0000","last_became_active":"2023-09-30T09:05:34.229521+0000","last_became_peered":"2023-09-30T09:05:34.229521+0000","last_unstale":"2023-09-30T09:06:02.296013+0000","last_undegraded":"2023-09-30T09:06:02.296013+0000","last_fullsized":"2023-09-30T09:06:02.296013+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T20:29:43.801809+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763758+0000","last_change":"2023-09-30T09:05:34.626239+0000","last_active":"2023-09-30T09:06:02.763758+0000","last_peered":"2023-09-30T09:06:02.763758+0000","last_clean":"2023-09-30T09:06:02.763758+0000","last_became_active":"2023-09-30T09:05:34.625922+0000","last_became_peered":"2023-09-30T09:05:34.625922+0000","last_unstale":"2023-09-30T09:06:02.763758+0000","last_undegraded":"2023-09-30T09:06:02.763758+0000","last_fullsized":"2023-09-30T09:06:02.763758+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:14:27.100202+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1d","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763051+0000","last_change":"2023-09-30T09:05:34.225342+0000","last_active":"2023-09-30T09:06:02.763051+0000","last_peered":"2023-09-30T09:06:02.763051+0000","last_clean":"2023-09-30T09:06:02.763051+0000","last_became_active":"2023-09-30T09:05:34.224679+0000","last_became_peered":"2023-09-30T09:05:34.224679+0000","last_unstale":"2023-09-30T09:06:02.763051+0000","last_undegraded":"2023-09-30T09:06:02.763051+0000","last_fullsized":"2023-09-30T09:06:02.763051+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T14:16:33.524713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415602+0000","last_change":"2023-09-30T09:05:34.626941+0000","last_active":"2023-09-30T09:06:02.415602+0000","last_peered":"2023-09-30T09:06:02.415602+0000","last_clean":"2023-09-30T09:06:02.415602+0000","last_became_active":"2023-09-30T09:05:34.626665+0000","last_became_peered":"2023-09-30T09:05:34.626665+0000","last_unstale":"2023-09-30T09:06:02.415602+0000","last_undegraded":"2023-09-30T09:06:02.415602+0000","last_fullsized":"2023-09-30T09:06:02.415602+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762838+0000","last_change":"2023-09-30T09:05:34.230636+0000","last_active":"2023-09-30T09:06:02.762838+0000","last_peered":"2023-09-30T09:06:02.762838+0000","last_clean":"2023-09-30T09:06:02.762838+0000","last_became_active":"2023-09-30T09:05:34.229931+0000","last_became_peered":"2023-09-30T09:05:34.229931+0000","last_unstale":"2023-09-30T09:06:02.762838+0000","last_undegraded":"2023-09-30T09:06:02.762838+0000","last_fullsized":"2023-09-30T09:06:02.762838+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T16:14:58.554434+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415654+0000","last_change":"2023-09-30T09:05:34.626764+0000","last_active":"2023-09-30T09:06:02.415654+0000","last_peered":"2023-09-30T09:06:02.415654+0000","last_clean":"2023-09-30T09:06:02.415654+0000","last_became_active":"2023-09-30T09:05:34.626357+0000","last_became_peered":"2023-09-30T09:05:34.626357+0000","last_unstale":"2023-09-30T09:06:02.415654+0000","last_undegraded":"2023-09-30T09:06:02.415654+0000","last_fullsized":"2023-09-30T09:06:02.415654+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:26:31.508437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1b","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296364+0000","last_change":"2023-09-30T09:05:34.225669+0000","last_active":"2023-09-30T09:06:02.296364+0000","last_peered":"2023-09-30T09:06:02.296364+0000","last_clean":"2023-09-30T09:06:02.296364+0000","last_became_active":"2023-09-30T09:05:34.225104+0000","last_became_peered":"2023-09-30T09:05:34.225104+0000","last_unstale":"2023-09-30T09:06:02.296364+0000","last_undegraded":"2023-09-30T09:06:02.296364+0000","last_fullsized":"2023-09-30T09:06:02.296364+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T15:06:56.039863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295789+0000","last_change":"2023-09-30T09:05:34.624155+0000","last_active":"2023-09-30T09:06:02.295789+0000","last_peered":"2023-09-30T09:06:02.295789+0000","last_clean":"2023-09-30T09:06:02.295789+0000","last_became_active":"2023-09-30T09:05:34.623880+0000","last_became_peered":"2023-09-30T09:05:34.623880+0000","last_unstale":"2023-09-30T09:06:02.295789+0000","last_undegraded":"2023-09-30T09:06:02.295789+0000","last_fullsized":"2023-09-30T09:06:02.295789+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:35:24.095775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638947+0000","last_change":"2023-09-30T09:05:34.224454+0000","last_active":"2023-09-30T09:06:02.638947+0000","last_peered":"2023-09-30T09:06:02.638947+0000","last_clean":"2023-09-30T09:06:02.638947+0000","last_became_active":"2023-09-30T09:05:34.224139+0000","last_became_peered":"2023-09-30T09:05:34.224139+0000","last_unstale":"2023-09-30T09:06:02.638947+0000","last_undegraded":"2023-09-30T09:06:02.638947+0000","last_fullsized":"2023-09-30T09:06:02.638947+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T14:24:54.141913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763349+0000","last_change":"2023-09-30T09:05:34.624881+0000","last_active":"2023-09-30T09:06:02.763349+0000","last_peered":"2023-09-30T09:06:02.763349+0000","last_clean":"2023-09-30T09:06:02.763349+0000","last_became_active":"2023-09-30T09:05:34.624489+0000","last_became_peered":"2023-09-30T09:05:34.624489+0000","last_unstale":"2023-09-30T09:06:02.763349+0000","last_undegraded":"2023-09-30T09:06:02.763349+0000","last_fullsized":"2023-09-30T09:06:02.763349+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:28:07.481279+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296063+0000","last_change":"2023-09-30T09:05:34.219909+0000","last_active":"2023-09-30T09:06:02.296063+0000","last_peered":"2023-09-30T09:06:02.296063+0000","last_clean":"2023-09-30T09:06:02.296063+0000","last_became_active":"2023-09-30T09:05:34.218869+0000","last_became_peered":"2023-09-30T09:05:34.218869+0000","last_unstale":"2023-09-30T09:06:02.296063+0000","last_undegraded":"2023-09-30T09:06:02.296063+0000","last_fullsized":"2023-09-30T09:06:02.296063+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:21:35.371932+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295421+0000","last_change":"2023-09-30T09:05:34.611131+0000","last_active":"2023-09-30T09:06:02.295421+0000","last_peered":"2023-09-30T09:06:02.295421+0000","last_clean":"2023-09-30T09:06:02.295421+0000","last_became_active":"2023-09-30T09:05:34.610832+0000","last_became_peered":"2023-09-30T09:05:34.610832+0000","last_unstale":"2023-09-30T09:06:02.295421+0000","last_undegraded":"2023-09-30T09:06:02.295421+0000","last_fullsized":"2023-09-30T09:06:02.295421+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:22:58.745677+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415214+0000","last_change":"2023-09-30T09:05:34.233479+0000","last_active":"2023-09-30T09:06:02.415214+0000","last_peered":"2023-09-30T09:06:02.415214+0000","last_clean":"2023-09-30T09:06:02.415214+0000","last_became_active":"2023-09-30T09:05:34.232770+0000","last_became_peered":"2023-09-30T09:05:34.232770+0000","last_unstale":"2023-09-30T09:06:02.415214+0000","last_undegraded":"2023-09-30T09:06:02.415214+0000","last_fullsized":"2023-09-30T09:06:02.415214+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.764052+0000","last_change":"2023-09-30T09:05:34.621906+0000","last_active":"2023-09-30T09:06:02.764052+0000","last_peered":"2023-09-30T09:06:02.764052+0000","last_clean":"2023-09-30T09:06:02.764052+0000","last_became_active":"2023-09-30T09:05:34.621621+0000","last_became_peered":"2023-09-30T09:05:34.621621+0000","last_unstale":"2023-09-30T09:06:02.764052+0000","last_undegraded":"2023-09-30T09:06:02.764052+0000","last_fullsized":"2023-09-30T09:06:02.764052+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:41:13.077856+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639282+0000","last_change":"2023-09-30T09:05:34.227215+0000","last_active":"2023-09-30T09:06:02.639282+0000","last_peered":"2023-09-30T09:06:02.639282+0000","last_clean":"2023-09-30T09:06:02.639282+0000","last_became_active":"2023-09-30T09:05:34.226852+0000","last_became_peered":"2023-09-30T09:05:34.226852+0000","last_unstale":"2023-09-30T09:06:02.639282+0000","last_undegraded":"2023-09-30T09:06:02.639282+0000","last_fullsized":"2023-09-30T09:06:02.639282+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415624+0000","last_change":"2023-09-30T09:05:34.624205+0000","last_active":"2023-09-30T09:06:02.415624+0000","last_peered":"2023-09-30T09:06:02.415624+0000","last_clean":"2023-09-30T09:06:02.415624+0000","last_became_active":"2023-09-30T09:05:34.623860+0000","last_became_peered":"2023-09-30T09:05:34.623860+0000","last_unstale":"2023-09-30T09:06:02.415624+0000","last_undegraded":"2023-09-30T09:06:02.415624+0000","last_fullsized":"2023-09-30T09:06:02.415624+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415568+0000","last_change":"2023-09-30T09:05:34.232931+0000","last_active":"2023-09-30T09:06:02.415568+0000","last_peered":"2023-09-30T09:06:02.415568+0000","last_clean":"2023-09-30T09:06:02.415568+0000","last_became_active":"2023-09-30T09:05:34.232641+0000","last_became_peered":"2023-09-30T09:05:34.232641+0000","last_unstale":"2023-09-30T09:06:02.415568+0000","last_undegraded":"2023-09-30T09:06:02.415568+0000","last_fullsized":"2023-09-30T09:06:02.415568+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763678+0000","last_change":"2023-09-30T09:05:34.626870+0000","last_active":"2023-09-30T09:06:02.763678+0000","last_peered":"2023-09-30T09:06:02.763678+0000","last_clean":"2023-09-30T09:06:02.763678+0000","last_became_active":"2023-09-30T09:05:34.626094+0000","last_became_peered":"2023-09-30T09:05:34.626094+0000","last_unstale":"2023-09-30T09:06:02.763678+0000","last_undegraded":"2023-09-30T09:06:02.763678+0000","last_fullsized":"2023-09-30T09:06:02.763678+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:29:09.949120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"59'3","reported_seq":18,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763084+0000","last_change":"2023-09-30T09:05:34.225467+0000","last_active":"2023-09-30T09:06:02.763084+0000","last_peered":"2023-09-30T09:06:02.763084+0000","last_clean":"2023-09-30T09:06:02.763084+0000","last_became_active":"2023-09-30T09:05:34.225041+0000","last_became_peered":"2023-09-30T09:05:34.225041+0000","last_unstale":"2023-09-30T09:06:02.763084+0000","last_undegraded":"2023-09-30T09:06:02.763084+0000","last_fullsized":"2023-09-30T09:06:02.763084+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":3,"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 @ 2023-10-01T18:48:51.325240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296024+0000","last_change":"2023-09-30T09:05:34.638021+0000","last_active":"2023-09-30T09:06:02.296024+0000","last_peered":"2023-09-30T09:06:02.296024+0000","last_clean":"2023-09-30T09:06:02.296024+0000","last_became_active":"2023-09-30T09:05:34.637539+0000","last_became_peered":"2023-09-30T09:05:34.637539+0000","last_unstale":"2023-09-30T09:06:02.296024+0000","last_undegraded":"2023-09-30T09:06:02.296024+0000","last_fullsized":"2023-09-30T09:06:02.296024+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:18:53.842541+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.14","version":"64'9","reported_seq":24,"reported_epoch":64,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.972841+0000","last_change":"2023-09-30T09:05:34.228561+0000","last_active":"2023-09-30T09:06:02.972841+0000","last_peered":"2023-09-30T09:06:02.972841+0000","last_clean":"2023-09-30T09:06:02.972841+0000","last_became_active":"2023-09-30T09:05:34.228231+0000","last_became_peered":"2023-09-30T09:05:34.228231+0000","last_unstale":"2023-09-30T09:06:02.972841+0000","last_undegraded":"2023-09-30T09:06:02.972841+0000","last_fullsized":"2023-09-30T09:06:02.972841+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":9,"ondisk_log_size":9,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:02:05.727585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":2326,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762990+0000","last_change":"2023-09-30T09:05:34.628701+0000","last_active":"2023-09-30T09:06:02.762990+0000","last_peered":"2023-09-30T09:06:02.762990+0000","last_clean":"2023-09-30T09:06:02.762990+0000","last_became_active":"2023-09-30T09:05:34.627954+0000","last_became_peered":"2023-09-30T09:05:34.627954+0000","last_unstale":"2023-09-30T09:06:02.762990+0000","last_undegraded":"2023-09-30T09:06:02.762990+0000","last_fullsized":"2023-09-30T09:06:02.762990+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:16:21.894258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763652+0000","last_change":"2023-09-30T09:05:34.232248+0000","last_active":"2023-09-30T09:06:02.763652+0000","last_peered":"2023-09-30T09:06:02.763652+0000","last_clean":"2023-09-30T09:06:02.763652+0000","last_became_active":"2023-09-30T09:05:34.231959+0000","last_became_peered":"2023-09-30T09:05:34.231959+0000","last_unstale":"2023-09-30T09:06:02.763652+0000","last_undegraded":"2023-09-30T09:06:02.763652+0000","last_fullsized":"2023-09-30T09:06:02.763652+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T09:28:51.778341+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":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762805+0000","last_change":"2023-09-30T09:05:34.613796+0000","last_active":"2023-09-30T09:06:02.762805+0000","last_peered":"2023-09-30T09:06:02.762805+0000","last_clean":"2023-09-30T09:06:02.762805+0000","last_became_active":"2023-09-30T09:05:34.613436+0000","last_became_peered":"2023-09-30T09:05:34.613436+0000","last_unstale":"2023-09-30T09:06:02.762805+0000","last_undegraded":"2023-09-30T09:06:02.762805+0000","last_fullsized":"2023-09-30T09:06:02.762805+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:11:03.333314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415255+0000","last_change":"2023-09-30T09:05:34.233250+0000","last_active":"2023-09-30T09:06:02.415255+0000","last_peered":"2023-09-30T09:06:02.415255+0000","last_clean":"2023-09-30T09:06:02.415255+0000","last_became_active":"2023-09-30T09:05:34.232681+0000","last_became_peered":"2023-09-30T09:05:34.232681+0000","last_unstale":"2023-09-30T09:06:02.415255+0000","last_undegraded":"2023-09-30T09:06:02.415255+0000","last_fullsized":"2023-09-30T09:06:02.415255+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762829+0000","last_change":"2023-09-30T09:05:34.635822+0000","last_active":"2023-09-30T09:06:02.762829+0000","last_peered":"2023-09-30T09:06:02.762829+0000","last_clean":"2023-09-30T09:06:02.762829+0000","last_became_active":"2023-09-30T09:05:34.635505+0000","last_became_peered":"2023-09-30T09:05:34.635505+0000","last_unstale":"2023-09-30T09:06:02.762829+0000","last_undegraded":"2023-09-30T09:06:02.762829+0000","last_fullsized":"2023-09-30T09:06:02.762829+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:50:07.097814+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638839+0000","last_change":"2023-09-30T09:05:34.225299+0000","last_active":"2023-09-30T09:06:02.638839+0000","last_peered":"2023-09-30T09:06:02.638839+0000","last_clean":"2023-09-30T09:06:02.638839+0000","last_became_active":"2023-09-30T09:05:34.224984+0000","last_became_peered":"2023-09-30T09:05:34.224984+0000","last_unstale":"2023-09-30T09:06:02.638839+0000","last_undegraded":"2023-09-30T09:06:02.638839+0000","last_fullsized":"2023-09-30T09:06:02.638839+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638850+0000","last_change":"2023-09-30T09:05:34.632387+0000","last_active":"2023-09-30T09:06:02.638850+0000","last_peered":"2023-09-30T09:06:02.638850+0000","last_clean":"2023-09-30T09:06:02.638850+0000","last_became_active":"2023-09-30T09:05:34.631139+0000","last_became_peered":"2023-09-30T09:05:34.631139+0000","last_unstale":"2023-09-30T09:06:02.638850+0000","last_undegraded":"2023-09-30T09:06:02.638850+0000","last_fullsized":"2023-09-30T09:06:02.638850+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":23,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296938+0000","last_change":"2023-09-30T09:05:34.223190+0000","last_active":"2023-09-30T09:06:02.296938+0000","last_peered":"2023-09-30T09:06:02.296938+0000","last_clean":"2023-09-30T09:06:02.296938+0000","last_became_active":"2023-09-30T09:05:34.222868+0000","last_became_peered":"2023-09-30T09:05:34.222868+0000","last_unstale":"2023-09-30T09:06:02.296938+0000","last_undegraded":"2023-09-30T09:06:02.296938+0000","last_fullsized":"2023-09-30T09:06:02.296938+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":8,"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 @ 2023-10-01T11:08:23.278242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762622+0000","last_change":"2023-09-30T09:05:34.627779+0000","last_active":"2023-09-30T09:06:02.762622+0000","last_peered":"2023-09-30T09:06:02.762622+0000","last_clean":"2023-09-30T09:06:02.762622+0000","last_became_active":"2023-09-30T09:05:34.627492+0000","last_became_peered":"2023-09-30T09:05:34.627492+0000","last_unstale":"2023-09-30T09:06:02.762622+0000","last_undegraded":"2023-09-30T09:06:02.762622+0000","last_fullsized":"2023-09-30T09:06:02.762622+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:29:48.589121+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296232+0000","last_change":"2023-09-30T09:05:34.223168+0000","last_active":"2023-09-30T09:06:02.296232+0000","last_peered":"2023-09-30T09:06:02.296232+0000","last_clean":"2023-09-30T09:06:02.296232+0000","last_became_active":"2023-09-30T09:05:34.222309+0000","last_became_peered":"2023-09-30T09:05:34.222309+0000","last_unstale":"2023-09-30T09:06:02.296232+0000","last_undegraded":"2023-09-30T09:06:02.296232+0000","last_fullsized":"2023-09-30T09:06:02.296232+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T17:30:00.781152+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762950+0000","last_change":"2023-09-30T09:05:34.628763+0000","last_active":"2023-09-30T09:06:02.762950+0000","last_peered":"2023-09-30T09:06:02.762950+0000","last_clean":"2023-09-30T09:06:02.762950+0000","last_became_active":"2023-09-30T09:05:34.628473+0000","last_became_peered":"2023-09-30T09:05:34.628473+0000","last_unstale":"2023-09-30T09:06:02.762950+0000","last_undegraded":"2023-09-30T09:06:02.762950+0000","last_fullsized":"2023-09-30T09:06:02.762950+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:17:40.105406+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763290+0000","last_change":"2023-09-30T09:06:01.563432+0000","last_active":"2023-09-30T09:06:02.763290+0000","last_peered":"2023-09-30T09:06:02.763290+0000","last_clean":"2023-09-30T09:06:02.763290+0000","last_became_active":"2023-09-30T09:06:01.563185+0000","last_became_peered":"2023-09-30T09:06:01.563185+0000","last_unstale":"2023-09-30T09:06:02.763290+0000","last_undegraded":"2023-09-30T09:06:02.763290+0000","last_fullsized":"2023-09-30T09:06:02.763290+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:51:48.485319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763158+0000","last_change":"2023-09-30T09:05:34.228845+0000","last_active":"2023-09-30T09:06:02.763158+0000","last_peered":"2023-09-30T09:06:02.763158+0000","last_clean":"2023-09-30T09:06:02.763158+0000","last_became_active":"2023-09-30T09:05:34.227498+0000","last_became_peered":"2023-09-30T09:05:34.227498+0000","last_unstale":"2023-09-30T09:06:02.763158+0000","last_undegraded":"2023-09-30T09:06:02.763158+0000","last_fullsized":"2023-09-30T09:06:02.763158+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415685+0000","last_change":"2023-09-30T09:05:34.626515+0000","last_active":"2023-09-30T09:06:02.415685+0000","last_peered":"2023-09-30T09:06:02.415685+0000","last_clean":"2023-09-30T09:06:02.415685+0000","last_became_active":"2023-09-30T09:05:34.626171+0000","last_became_peered":"2023-09-30T09:05:34.626171+0000","last_unstale":"2023-09-30T09:06:02.415685+0000","last_undegraded":"2023-09-30T09:06:02.415685+0000","last_fullsized":"2023-09-30T09:06:02.415685+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763201+0000","last_change":"2023-09-30T09:06:01.562551+0000","last_active":"2023-09-30T09:06:02.763201+0000","last_peered":"2023-09-30T09:06:02.763201+0000","last_clean":"2023-09-30T09:06:02.763201+0000","last_became_active":"2023-09-30T09:06:01.562206+0000","last_became_peered":"2023-09-30T09:06:01.562206+0000","last_unstale":"2023-09-30T09:06:02.763201+0000","last_undegraded":"2023-09-30T09:06:02.763201+0000","last_fullsized":"2023-09-30T09:06:02.763201+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:44:58.667489+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415253+0000","last_change":"2023-09-30T09:05:34.229683+0000","last_active":"2023-09-30T09:06:02.415253+0000","last_peered":"2023-09-30T09:06:02.415253+0000","last_clean":"2023-09-30T09:06:02.415253+0000","last_became_active":"2023-09-30T09:05:34.229396+0000","last_became_peered":"2023-09-30T09:05:34.229396+0000","last_unstale":"2023-09-30T09:06:02.415253+0000","last_undegraded":"2023-09-30T09:06:02.415253+0000","last_fullsized":"2023-09-30T09:06:02.415253+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295993+0000","last_change":"2023-09-30T09:05:34.639270+0000","last_active":"2023-09-30T09:06:02.295993+0000","last_peered":"2023-09-30T09:06:02.295993+0000","last_clean":"2023-09-30T09:06:02.295993+0000","last_became_active":"2023-09-30T09:05:34.638956+0000","last_became_peered":"2023-09-30T09:05:34.638956+0000","last_unstale":"2023-09-30T09:06:02.295993+0000","last_undegraded":"2023-09-30T09:06:02.295993+0000","last_fullsized":"2023-09-30T09:06:02.295993+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:46:08.846553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.7","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762546+0000","last_change":"2023-09-30T09:06:01.563263+0000","last_active":"2023-09-30T09:06:02.762546+0000","last_peered":"2023-09-30T09:06:02.762546+0000","last_clean":"2023-09-30T09:06:02.762546+0000","last_became_active":"2023-09-30T09:06:01.562977+0000","last_became_peered":"2023-09-30T09:06:01.562977+0000","last_unstale":"2023-09-30T09:06:02.762546+0000","last_undegraded":"2023-09-30T09:06:02.762546+0000","last_fullsized":"2023-09-30T09:06:02.762546+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:26:05.228348+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762444+0000","last_change":"2023-09-30T09:05:34.612901+0000","last_active":"2023-09-30T09:06:02.762444+0000","last_peered":"2023-09-30T09:06:02.762444+0000","last_clean":"2023-09-30T09:06:02.762444+0000","last_became_active":"2023-09-30T09:05:34.612610+0000","last_became_peered":"2023-09-30T09:05:34.612610+0000","last_unstale":"2023-09-30T09:06:02.762444+0000","last_undegraded":"2023-09-30T09:06:02.762444+0000","last_fullsized":"2023-09-30T09:06:02.762444+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:01:21.653412+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297094+0000","last_change":"2023-09-30T09:05:34.215793+0000","last_active":"2023-09-30T09:06:02.297094+0000","last_peered":"2023-09-30T09:06:02.297094+0000","last_clean":"2023-09-30T09:06:02.297094+0000","last_became_active":"2023-09-30T09:05:34.214547+0000","last_became_peered":"2023-09-30T09:05:34.214547+0000","last_unstale":"2023-09-30T09:06:02.297094+0000","last_undegraded":"2023-09-30T09:06:02.297094+0000","last_fullsized":"2023-09-30T09:06:02.297094+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.5","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639106+0000","last_change":"2023-09-30T09:06:01.300458+0000","last_active":"2023-09-30T09:06:02.639106+0000","last_peered":"2023-09-30T09:06:02.639106+0000","last_clean":"2023-09-30T09:06:02.639106+0000","last_became_active":"2023-09-30T09:06:01.300158+0000","last_became_peered":"2023-09-30T09:06:01.300158+0000","last_unstale":"2023-09-30T09:06:02.639106+0000","last_undegraded":"2023-09-30T09:06:02.639106+0000","last_fullsized":"2023-09-30T09:06:02.639106+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:52:35.146673+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.2","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295628+0000","last_change":"2023-09-30T09:05:34.626757+0000","last_active":"2023-09-30T09:06:02.295628+0000","last_peered":"2023-09-30T09:06:02.295628+0000","last_clean":"2023-09-30T09:06:02.295628+0000","last_became_active":"2023-09-30T09:05:34.626486+0000","last_became_peered":"2023-09-30T09:05:34.626486+0000","last_unstale":"2023-09-30T09:06:02.295628+0000","last_undegraded":"2023-09-30T09:06:02.295628+0000","last_fullsized":"2023-09-30T09:06:02.295628+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:12:42.320868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415339+0000","last_change":"2023-09-30T09:05:34.233710+0000","last_active":"2023-09-30T09:06:02.415339+0000","last_peered":"2023-09-30T09:06:02.415339+0000","last_clean":"2023-09-30T09:06:02.415339+0000","last_became_active":"2023-09-30T09:05:34.232765+0000","last_became_peered":"2023-09-30T09:05:34.232765+0000","last_unstale":"2023-09-30T09:06:02.415339+0000","last_undegraded":"2023-09-30T09:06:02.415339+0000","last_fullsized":"2023-09-30T09:06:02.415339+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"64'128","reported_seq":274,"reported_epoch":64,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.944081+0000","last_change":"2023-09-30T09:05:21.893149+0000","last_active":"2023-09-30T09:06:02.944081+0000","last_peered":"2023-09-30T09:06:02.944081+0000","last_clean":"2023-09-30T09:06:02.944081+0000","last_became_active":"2023-09-30T09:05:21.892798+0000","last_became_peered":"2023-09-30T09:05:21.892798+0000","last_unstale":"2023-09-30T09:06:02.944081+0000","last_undegraded":"2023-09-30T09:06:02.944081+0000","last_fullsized":"2023-09-30T09:06:02.944081+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":128,"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 @ 2023-10-01T09:40:59.134588+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":"4.6","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763097+0000","last_change":"2023-09-30T09:06:01.562440+0000","last_active":"2023-09-30T09:06:02.763097+0000","last_peered":"2023-09-30T09:06:02.763097+0000","last_clean":"2023-09-30T09:06:02.763097+0000","last_became_active":"2023-09-30T09:06:01.562131+0000","last_became_peered":"2023-09-30T09:06:01.562131+0000","last_unstale":"2023-09-30T09:06:02.763097+0000","last_undegraded":"2023-09-30T09:06:02.763097+0000","last_fullsized":"2023-09-30T09:06:02.763097+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:14:30.666029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763045+0000","last_change":"2023-09-30T09:05:34.623970+0000","last_active":"2023-09-30T09:06:02.763045+0000","last_peered":"2023-09-30T09:06:02.763045+0000","last_clean":"2023-09-30T09:06:02.763045+0000","last_became_active":"2023-09-30T09:05:34.623657+0000","last_became_peered":"2023-09-30T09:05:34.623657+0000","last_unstale":"2023-09-30T09:06:02.763045+0000","last_undegraded":"2023-09-30T09:06:02.763045+0000","last_fullsized":"2023-09-30T09:06:02.763045+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:38:54.784780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762458+0000","last_change":"2023-09-30T09:05:34.224900+0000","last_active":"2023-09-30T09:06:02.762458+0000","last_peered":"2023-09-30T09:06:02.762458+0000","last_clean":"2023-09-30T09:06:02.762458+0000","last_became_active":"2023-09-30T09:05:34.224625+0000","last_became_peered":"2023-09-30T09:05:34.224625+0000","last_unstale":"2023-09-30T09:06:02.762458+0000","last_undegraded":"2023-09-30T09:06:02.762458+0000","last_fullsized":"2023-09-30T09:06:02.762458+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:14:16.754563+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"4.3","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763267+0000","last_change":"2023-09-30T09:06:01.563353+0000","last_active":"2023-09-30T09:06:02.763267+0000","last_peered":"2023-09-30T09:06:02.763267+0000","last_clean":"2023-09-30T09:06:02.763267+0000","last_became_active":"2023-09-30T09:06:01.563048+0000","last_became_peered":"2023-09-30T09:06:01.563048+0000","last_unstale":"2023-09-30T09:06:02.763267+0000","last_undegraded":"2023-09-30T09:06:02.763267+0000","last_fullsized":"2023-09-30T09:06:02.763267+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:16:48.605271+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762999+0000","last_change":"2023-09-30T09:05:34.225534+0000","last_active":"2023-09-30T09:06:02.762999+0000","last_peered":"2023-09-30T09:06:02.762999+0000","last_clean":"2023-09-30T09:06:02.762999+0000","last_became_active":"2023-09-30T09:05:34.225050+0000","last_became_peered":"2023-09-30T09:05:34.225050+0000","last_unstale":"2023-09-30T09:06:02.762999+0000","last_undegraded":"2023-09-30T09:06:02.762999+0000","last_fullsized":"2023-09-30T09:06:02.762999+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:49:12.127401+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.4","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763238+0000","last_change":"2023-09-30T09:05:34.627235+0000","last_active":"2023-09-30T09:06:02.763238+0000","last_peered":"2023-09-30T09:06:02.763238+0000","last_clean":"2023-09-30T09:06:02.763238+0000","last_became_active":"2023-09-30T09:05:34.626961+0000","last_became_peered":"2023-09-30T09:05:34.626961+0000","last_unstale":"2023-09-30T09:06:02.763238+0000","last_undegraded":"2023-09-30T09:06:02.763238+0000","last_fullsized":"2023-09-30T09:06:02.763238+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:00:50.038785+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295346+0000","last_change":"2023-09-30T09:06:01.300419+0000","last_active":"2023-09-30T09:06:02.295346+0000","last_peered":"2023-09-30T09:06:02.295346+0000","last_clean":"2023-09-30T09:06:02.295346+0000","last_became_active":"2023-09-30T09:06:01.300097+0000","last_became_peered":"2023-09-30T09:06:01.300097+0000","last_unstale":"2023-09-30T09:06:02.295346+0000","last_undegraded":"2023-09-30T09:06:02.295346+0000","last_fullsized":"2023-09-30T09:06:02.295346+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:36:21.632423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"60'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762868+0000","last_change":"2023-09-30T09:05:34.225417+0000","last_active":"2023-09-30T09:06:02.762868+0000","last_peered":"2023-09-30T09:06:02.762868+0000","last_clean":"2023-09-30T09:06:02.762868+0000","last_became_active":"2023-09-30T09:05:34.225097+0000","last_became_peered":"2023-09-30T09:05:34.225097+0000","last_unstale":"2023-09-30T09:06:02.762868+0000","last_undegraded":"2023-09-30T09:06:02.762868+0000","last_fullsized":"2023-09-30T09:06:02.762868+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T12:29:09.897299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296217+0000","last_change":"2023-09-30T09:05:34.623718+0000","last_active":"2023-09-30T09:06:02.296217+0000","last_peered":"2023-09-30T09:06:02.296217+0000","last_clean":"2023-09-30T09:06:02.296217+0000","last_became_active":"2023-09-30T09:05:34.623512+0000","last_became_peered":"2023-09-30T09:05:34.623512+0000","last_unstale":"2023-09-30T09:06:02.296217+0000","last_undegraded":"2023-09-30T09:06:02.296217+0000","last_fullsized":"2023-09-30T09:06:02.296217+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:49:40.318969+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295613+0000","last_change":"2023-09-30T09:06:01.563104+0000","last_active":"2023-09-30T09:06:02.295613+0000","last_peered":"2023-09-30T09:06:02.295613+0000","last_clean":"2023-09-30T09:06:02.295613+0000","last_became_active":"2023-09-30T09:06:01.562821+0000","last_became_peered":"2023-09-30T09:06:01.562821+0000","last_unstale":"2023-09-30T09:06:02.295613+0000","last_undegraded":"2023-09-30T09:06:02.295613+0000","last_fullsized":"2023-09-30T09:06:02.295613+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:11:17.044660+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639252+0000","last_change":"2023-09-30T09:05:34.220409+0000","last_active":"2023-09-30T09:06:02.639252+0000","last_peered":"2023-09-30T09:06:02.639252+0000","last_clean":"2023-09-30T09:06:02.639252+0000","last_became_active":"2023-09-30T09:05:34.219885+0000","last_became_peered":"2023-09-30T09:05:34.219885+0000","last_unstale":"2023-09-30T09:06:02.639252+0000","last_undegraded":"2023-09-30T09:06:02.639252+0000","last_fullsized":"2023-09-30T09:06:02.639252+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T11:53:30.662431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763296+0000","last_change":"2023-09-30T09:05:34.624867+0000","last_active":"2023-09-30T09:06:02.763296+0000","last_peered":"2023-09-30T09:06:02.763296+0000","last_clean":"2023-09-30T09:06:02.763296+0000","last_became_active":"2023-09-30T09:05:34.624534+0000","last_became_peered":"2023-09-30T09:05:34.624534+0000","last_unstale":"2023-09-30T09:06:02.763296+0000","last_undegraded":"2023-09-30T09:06:02.763296+0000","last_fullsized":"2023-09-30T09:06:02.763296+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:52.267323+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762736+0000","last_change":"2023-09-30T09:05:34.223242+0000","last_active":"2023-09-30T09:06:02.762736+0000","last_peered":"2023-09-30T09:06:02.762736+0000","last_clean":"2023-09-30T09:06:02.762736+0000","last_became_active":"2023-09-30T09:05:34.222921+0000","last_became_peered":"2023-09-30T09:05:34.222921+0000","last_unstale":"2023-09-30T09:06:02.762736+0000","last_undegraded":"2023-09-30T09:06:02.762736+0000","last_fullsized":"2023-09-30T09:06:02.762736+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:04:57.534346+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295830+0000","last_change":"2023-09-30T09:05:34.630746+0000","last_active":"2023-09-30T09:06:02.295830+0000","last_peered":"2023-09-30T09:06:02.295830+0000","last_clean":"2023-09-30T09:06:02.295830+0000","last_became_active":"2023-09-30T09:05:34.630469+0000","last_became_peered":"2023-09-30T09:05:34.630469+0000","last_unstale":"2023-09-30T09:06:02.295830+0000","last_undegraded":"2023-09-30T09:06:02.295830+0000","last_fullsized":"2023-09-30T09:06:02.295830+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:31.200312+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.9","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.764006+0000","last_change":"2023-09-30T09:05:34.228285+0000","last_active":"2023-09-30T09:06:02.764006+0000","last_peered":"2023-09-30T09:06:02.764006+0000","last_clean":"2023-09-30T09:06:02.764006+0000","last_became_active":"2023-09-30T09:05:34.227887+0000","last_became_peered":"2023-09-30T09:05:34.227887+0000","last_unstale":"2023-09-30T09:06:02.764006+0000","last_undegraded":"2023-09-30T09:06:02.764006+0000","last_fullsized":"2023-09-30T09:06:02.764006+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295377+0000","last_change":"2023-09-30T09:05:34.619705+0000","last_active":"2023-09-30T09:06:02.295377+0000","last_peered":"2023-09-30T09:06:02.295377+0000","last_clean":"2023-09-30T09:06:02.295377+0000","last_became_active":"2023-09-30T09:05:34.619425+0000","last_became_peered":"2023-09-30T09:05:34.619425+0000","last_unstale":"2023-09-30T09:06:02.295377+0000","last_undegraded":"2023-09-30T09:06:02.295377+0000","last_fullsized":"2023-09-30T09:06:02.295377+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:38:13.753790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763435+0000","last_change":"2023-09-30T09:05:34.226526+0000","last_active":"2023-09-30T09:06:02.763435+0000","last_peered":"2023-09-30T09:06:02.763435+0000","last_clean":"2023-09-30T09:06:02.763435+0000","last_became_active":"2023-09-30T09:05:34.226277+0000","last_became_peered":"2023-09-30T09:05:34.226277+0000","last_unstale":"2023-09-30T09:06:02.763435+0000","last_undegraded":"2023-09-30T09:06:02.763435+0000","last_fullsized":"2023-09-30T09:06:02.763435+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296222+0000","last_change":"2023-09-30T09:05:34.627176+0000","last_active":"2023-09-30T09:06:02.296222+0000","last_peered":"2023-09-30T09:06:02.296222+0000","last_clean":"2023-09-30T09:06:02.296222+0000","last_became_active":"2023-09-30T09:05:34.626911+0000","last_became_peered":"2023-09-30T09:05:34.626911+0000","last_unstale":"2023-09-30T09:06:02.296222+0000","last_undegraded":"2023-09-30T09:06:02.296222+0000","last_fullsized":"2023-09-30T09:06:02.296222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:40:48.911039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762680+0000","last_change":"2023-09-30T09:05:34.230133+0000","last_active":"2023-09-30T09:06:02.762680+0000","last_peered":"2023-09-30T09:06:02.762680+0000","last_clean":"2023-09-30T09:06:02.762680+0000","last_became_active":"2023-09-30T09:05:34.229735+0000","last_became_peered":"2023-09-30T09:05:34.229735+0000","last_unstale":"2023-09-30T09:06:02.762680+0000","last_undegraded":"2023-09-30T09:06:02.762680+0000","last_fullsized":"2023-09-30T09:06:02.762680+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T12:53:15.188132+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638917+0000","last_change":"2023-09-30T09:05:34.633306+0000","last_active":"2023-09-30T09:06:02.638917+0000","last_peered":"2023-09-30T09:06:02.638917+0000","last_clean":"2023-09-30T09:06:02.638917+0000","last_became_active":"2023-09-30T09:05:34.632975+0000","last_became_peered":"2023-09-30T09:05:34.632975+0000","last_unstale":"2023-09-30T09:06:02.638917+0000","last_undegraded":"2023-09-30T09:06:02.638917+0000","last_fullsized":"2023-09-30T09:06:02.638917+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.c","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297310+0000","last_change":"2023-09-30T09:05:34.227516+0000","last_active":"2023-09-30T09:06:02.297310+0000","last_peered":"2023-09-30T09:06:02.297310+0000","last_clean":"2023-09-30T09:06:02.297310+0000","last_became_active":"2023-09-30T09:05:34.227215+0000","last_became_peered":"2023-09-30T09:05:34.227215+0000","last_unstale":"2023-09-30T09:06:02.297310+0000","last_undegraded":"2023-09-30T09:06:02.297310+0000","last_fullsized":"2023-09-30T09:06:02.297310+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762909+0000","last_change":"2023-09-30T09:05:34.637804+0000","last_active":"2023-09-30T09:06:02.762909+0000","last_peered":"2023-09-30T09:06:02.762909+0000","last_clean":"2023-09-30T09:06:02.762909+0000","last_became_active":"2023-09-30T09:05:34.637584+0000","last_became_peered":"2023-09-30T09:05:34.637584+0000","last_unstale":"2023-09-30T09:06:02.762909+0000","last_undegraded":"2023-09-30T09:06:02.762909+0000","last_fullsized":"2023-09-30T09:06:02.762909+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:46:23.566129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.d","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763041+0000","last_change":"2023-09-30T09:05:34.222788+0000","last_active":"2023-09-30T09:06:02.763041+0000","last_peered":"2023-09-30T09:06:02.763041+0000","last_clean":"2023-09-30T09:06:02.763041+0000","last_became_active":"2023-09-30T09:05:34.222468+0000","last_became_peered":"2023-09-30T09:05:34.222468+0000","last_unstale":"2023-09-30T09:06:02.763041+0000","last_undegraded":"2023-09-30T09:06:02.763041+0000","last_fullsized":"2023-09-30T09:06:02.763041+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T13:13:17.793358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415448+0000","last_change":"2023-09-30T09:05:34.625888+0000","last_active":"2023-09-30T09:06:02.415448+0000","last_peered":"2023-09-30T09:06:02.415448+0000","last_clean":"2023-09-30T09:06:02.415448+0000","last_became_active":"2023-09-30T09:05:34.625581+0000","last_became_peered":"2023-09-30T09:05:34.625581+0000","last_unstale":"2023-09-30T09:06:02.415448+0000","last_undegraded":"2023-09-30T09:06:02.415448+0000","last_fullsized":"2023-09-30T09:06:02.415448+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.e","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297275+0000","last_change":"2023-09-30T09:05:34.213632+0000","last_active":"2023-09-30T09:06:02.297275+0000","last_peered":"2023-09-30T09:06:02.297275+0000","last_clean":"2023-09-30T09:06:02.297275+0000","last_became_active":"2023-09-30T09:05:34.213321+0000","last_became_peered":"2023-09-30T09:05:34.213321+0000","last_unstale":"2023-09-30T09:06:02.297275+0000","last_undegraded":"2023-09-30T09:06:02.297275+0000","last_fullsized":"2023-09-30T09:06:02.297275+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T18:51:49.994921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763165+0000","last_change":"2023-09-30T09:05:34.631666+0000","last_active":"2023-09-30T09:06:02.763165+0000","last_peered":"2023-09-30T09:06:02.763165+0000","last_clean":"2023-09-30T09:06:02.763165+0000","last_became_active":"2023-09-30T09:05:34.631407+0000","last_became_peered":"2023-09-30T09:05:34.631407+0000","last_unstale":"2023-09-30T09:06:02.763165+0000","last_undegraded":"2023-09-30T09:06:02.763165+0000","last_fullsized":"2023-09-30T09:06:02.763165+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:28.102732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.20","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638769+0000","last_change":"2023-09-30T09:05:34.634444+0000","last_active":"2023-09-30T09:06:02.638769+0000","last_peered":"2023-09-30T09:06:02.638769+0000","last_clean":"2023-09-30T09:06:02.638769+0000","last_became_active":"2023-09-30T09:05:34.631505+0000","last_became_peered":"2023-09-30T09:05:34.631505+0000","last_unstale":"2023-09-30T09:06:02.638769+0000","last_undegraded":"2023-09-30T09:06:02.638769+0000","last_fullsized":"2023-09-30T09:06:02.638769+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297159+0000","last_change":"2023-09-30T09:05:34.632335+0000","last_active":"2023-09-30T09:06:02.297159+0000","last_peered":"2023-09-30T09:06:02.297159+0000","last_clean":"2023-09-30T09:06:02.297159+0000","last_became_active":"2023-09-30T09:05:34.632068+0000","last_became_peered":"2023-09-30T09:05:34.632068+0000","last_unstale":"2023-09-30T09:06:02.297159+0000","last_undegraded":"2023-09-30T09:06:02.297159+0000","last_fullsized":"2023-09-30T09:06:02.297159+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415385+0000","last_change":"2023-09-30T09:05:34.626752+0000","last_active":"2023-09-30T09:06:02.415385+0000","last_peered":"2023-09-30T09:06:02.415385+0000","last_clean":"2023-09-30T09:06:02.415385+0000","last_became_active":"2023-09-30T09:05:34.625835+0000","last_became_peered":"2023-09-30T09:05:34.625835+0000","last_unstale":"2023-09-30T09:06:02.415385+0000","last_undegraded":"2023-09-30T09:06:02.415385+0000","last_fullsized":"2023-09-30T09:06:02.415385+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763426+0000","last_change":"2023-09-30T09:05:34.624265+0000","last_active":"2023-09-30T09:06:02.763426+0000","last_peered":"2023-09-30T09:06:02.763426+0000","last_clean":"2023-09-30T09:06:02.763426+0000","last_became_active":"2023-09-30T09:05:34.624000+0000","last_became_peered":"2023-09-30T09:05:34.624000+0000","last_unstale":"2023-09-30T09:06:02.763426+0000","last_undegraded":"2023-09-30T09:06:02.763426+0000","last_fullsized":"2023-09-30T09:06:02.763426+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:34:21.915832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.24","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296665+0000","last_change":"2023-09-30T09:05:34.623166+0000","last_active":"2023-09-30T09:06:02.296665+0000","last_peered":"2023-09-30T09:06:02.296665+0000","last_clean":"2023-09-30T09:06:02.296665+0000","last_became_active":"2023-09-30T09:05:34.622895+0000","last_became_peered":"2023-09-30T09:05:34.622895+0000","last_unstale":"2023-09-30T09:06:02.296665+0000","last_undegraded":"2023-09-30T09:06:02.296665+0000","last_fullsized":"2023-09-30T09:06:02.296665+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:25.143650+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762997+0000","last_change":"2023-09-30T09:05:34.617315+0000","last_active":"2023-09-30T09:06:02.762997+0000","last_peered":"2023-09-30T09:06:02.762997+0000","last_clean":"2023-09-30T09:06:02.762997+0000","last_became_active":"2023-09-30T09:05:34.617052+0000","last_became_peered":"2023-09-30T09:05:34.617052+0000","last_unstale":"2023-09-30T09:06:02.762997+0000","last_undegraded":"2023-09-30T09:06:02.762997+0000","last_fullsized":"2023-09-30T09:06:02.762997+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:59:10.702009+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639322+0000","last_change":"2023-09-30T09:05:34.634582+0000","last_active":"2023-09-30T09:06:02.639322+0000","last_peered":"2023-09-30T09:06:02.639322+0000","last_clean":"2023-09-30T09:06:02.639322+0000","last_became_active":"2023-09-30T09:05:34.631397+0000","last_became_peered":"2023-09-30T09:05:34.631397+0000","last_unstale":"2023-09-30T09:06:02.639322+0000","last_undegraded":"2023-09-30T09:06:02.639322+0000","last_fullsized":"2023-09-30T09:06:02.639322+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296289+0000","last_change":"2023-09-30T09:05:34.627064+0000","last_active":"2023-09-30T09:06:02.296289+0000","last_peered":"2023-09-30T09:06:02.296289+0000","last_clean":"2023-09-30T09:06:02.296289+0000","last_became_active":"2023-09-30T09:05:34.626808+0000","last_became_peered":"2023-09-30T09:05:34.626808+0000","last_unstale":"2023-09-30T09:06:02.296289+0000","last_undegraded":"2023-09-30T09:06:02.296289+0000","last_fullsized":"2023-09-30T09:06:02.296289+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:22:11.577682+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415227+0000","last_change":"2023-09-30T09:05:34.624993+0000","last_active":"2023-09-30T09:06:02.415227+0000","last_peered":"2023-09-30T09:06:02.415227+0000","last_clean":"2023-09-30T09:06:02.415227+0000","last_became_active":"2023-09-30T09:05:34.624707+0000","last_became_peered":"2023-09-30T09:05:34.624707+0000","last_unstale":"2023-09-30T09:06:02.415227+0000","last_undegraded":"2023-09-30T09:06:02.415227+0000","last_fullsized":"2023-09-30T09:06:02.415227+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295887+0000","last_change":"2023-09-30T09:05:34.622844+0000","last_active":"2023-09-30T09:06:02.295887+0000","last_peered":"2023-09-30T09:06:02.295887+0000","last_clean":"2023-09-30T09:06:02.295887+0000","last_became_active":"2023-09-30T09:05:34.622535+0000","last_became_peered":"2023-09-30T09:05:34.622535+0000","last_unstale":"2023-09-30T09:06:02.295887+0000","last_undegraded":"2023-09-30T09:06:02.295887+0000","last_fullsized":"2023-09-30T09:06:02.295887+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:28.136171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415330+0000","last_change":"2023-09-30T09:05:34.631981+0000","last_active":"2023-09-30T09:06:02.415330+0000","last_peered":"2023-09-30T09:06:02.415330+0000","last_clean":"2023-09-30T09:06:02.415330+0000","last_became_active":"2023-09-30T09:05:34.631712+0000","last_became_peered":"2023-09-30T09:05:34.631712+0000","last_unstale":"2023-09-30T09:06:02.415330+0000","last_undegraded":"2023-09-30T09:06:02.415330+0000","last_fullsized":"2023-09-30T09:06:02.415330+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763504+0000","last_change":"2023-09-30T09:05:34.622508+0000","last_active":"2023-09-30T09:06:02.763504+0000","last_peered":"2023-09-30T09:06:02.763504+0000","last_clean":"2023-09-30T09:06:02.763504+0000","last_became_active":"2023-09-30T09:05:34.622145+0000","last_became_peered":"2023-09-30T09:05:34.622145+0000","last_unstale":"2023-09-30T09:06:02.763504+0000","last_undegraded":"2023-09-30T09:06:02.763504+0000","last_fullsized":"2023-09-30T09:06:02.763504+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:40:06.099959+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639055+0000","last_change":"2023-09-30T09:05:34.631602+0000","last_active":"2023-09-30T09:06:02.639055+0000","last_peered":"2023-09-30T09:06:02.639055+0000","last_clean":"2023-09-30T09:06:02.639055+0000","last_became_active":"2023-09-30T09:05:34.631295+0000","last_became_peered":"2023-09-30T09:05:34.631295+0000","last_unstale":"2023-09-30T09:06:02.639055+0000","last_undegraded":"2023-09-30T09:06:02.639055+0000","last_fullsized":"2023-09-30T09:06:02.639055+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":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},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3096,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":16,"num_scrub_errors":0,"num_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":9288,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":42,"ondisk_log_size":42,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299407,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6532,"kb_used_data":1212,"kb_used_omap":0,"kb_used_meta":5312,"kb_avail":93738620,"statfs":{"total":95995035648,"available":95988346880,"internally_reserved":0,"allocated":1241088,"data_stored":867999,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5439488},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.34799999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.377},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.39400000000000002}]},{"osd":2,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.33400000000000002}]},{"osd":3,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":2.3130000000000002,"5min":2.3130000000000002,"15min":2.3130000000000002},"last":0.505}]},{"osd":4,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.48899999999999999}]},{"osd":5,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.47199999999999998}]},{"osd":6,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.56699999999999995}]}]},{"osd":6,"up_from":45,"seq":193273528338,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6596,"kb_used_data":1212,"kb_used_omap":0,"kb_used_meta":5376,"kb_avail":93738556,"statfs":{"total":95995035648,"available":95988281344,"internally_reserved":0,"allocated":1241088,"data_stored":869448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5505024},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.40899999999999997}]},{"osd":1,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.41699999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.49099999999999999}]},{"osd":3,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.371}]},{"osd":4,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.31900000000000001}]},{"osd":5,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.436},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.39900000000000002}]},{"osd":7,"last update":"Sat Sep 30 09:06:20 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.53500000000000003}]}]},{"osd":1,"up_from":13,"seq":55834574883,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6728,"kb_used_data":640,"kb_used_omap":0,"kb_used_meta":6080,"kb_avail":93738424,"statfs":{"total":95995035648,"available":95988146176,"internally_reserved":0,"allocated":655360,"data_stored":277803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6225920},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.36299999999999999,"15min":0.35699999999999998},"min":{"1min":0.28000000000000003,"5min":0.17199999999999999,"15min":0.17199999999999999},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.308},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.38,"15min":0.373},"min":{"1min":0.29199999999999998,"5min":0.189,"15min":0.189},"max":{"1min":0.56599999999999995,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40600000000000003}]},{"osd":2,"last update":"Sat Sep 30 09:05:59 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.46100000000000002,"15min":0.46200000000000002},"min":{"1min":0.28499999999999998,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.58399999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.40799999999999997,"15min":0.41399999999999998},"min":{"1min":0.26400000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.60299999999999998,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.32100000000000001}]},{"osd":3,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.46100000000000002,"15min":0.46700000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.438,"5min":0.503,"15min":0.51400000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.79600000000000004,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.34799999999999998}]},{"osd":4,"last update":"Sat Sep 30 09:05:27 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.432},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.504}]},{"osd":5,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.42699999999999999}]},{"osd":6,"last update":"Sat Sep 30 09:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.52800000000000002}]},{"osd":7,"last update":"Sat Sep 30 09:06:18 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.54600000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738406,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":7444,"kb_used_data":1228,"kb_used_omap":0,"kb_used_meta":6208,"kb_avail":93737708,"statfs":{"total":95995035648,"available":95987412992,"internally_reserved":0,"allocated":1257472,"data_stored":868711,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6356992},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:05:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39500000000000002,"15min":0.39400000000000002},"min":{"1min":0.25600000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.54400000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.41199999999999998,"15min":0.41399999999999998},"min":{"1min":0.29499999999999998,"5min":0.217,"15min":0.217},"max":{"1min":0.50800000000000001,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.46999999999999997}]},{"osd":2,"last update":"Sat Sep 30 09:05:57 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.433,"15min":0.42899999999999999},"min":{"1min":0.30599999999999999,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.28299999999999997,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.56899999999999995}]},{"osd":3,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.45900000000000002,"15min":0.46500000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.58099999999999996,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.45500000000000002,"15min":0.46100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.59699999999999998}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.44700000000000001}]},{"osd":5,"last update":"Sat Sep 30 09:05:47 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.72399999999999998}]},{"osd":6,"last update":"Sat Sep 30 09:06:01 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.81000000000000005}]},{"osd":7,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.65600000000000003}]}]},{"osd":2,"up_from":18,"seq":77309411360,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6588,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5952,"kb_avail":93738564,"statfs":{"total":95995035648,"available":95988289536,"internally_reserved":0,"allocated":643072,"data_stored":277342,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6094848},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:58 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.377,"15min":0.38300000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.47899999999999998,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.378,"15min":0.38},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.46000000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:05:58 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.36899999999999999,"15min":0.36599999999999999},"min":{"1min":0.27100000000000002,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.373,"5min":0.38100000000000001,"15min":0.38300000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.35499999999999998}]},{"osd":3,"last update":"Sat Sep 30 09:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.40899999999999997,"15min":0.41899999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.46200000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.437,"15min":0.44600000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.56999999999999995,"5min":0.62,"15min":0.62},"last":0.41499999999999998}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.434},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.55600000000000005}]},{"osd":5,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.40400000000000003}]},{"osd":6,"last update":"Sat Sep 30 09:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.59299999999999997}]},{"osd":7,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.60799999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182429,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":652,"kb_used_omap":0,"kb_used_meta":5440,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":667648,"data_stored":280073,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5570560},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.39800000000000002,"15min":0.40100000000000002},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.58199999999999996,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.47299999999999998,"15min":0.45000000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":4.0030000000000001,"5min":4.0030000000000001,"15min":4.0030000000000001},"last":0.318}]},{"osd":1,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.45200000000000001,"15min":0.46400000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59799999999999998,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.44500000000000001,"15min":0.45200000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.57799999999999996,"5min":0.62,"15min":0.62},"last":0.35499999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.48099999999999998,"15min":0.48899999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.375}]},{"osd":4,"last update":"Sat Sep 30 09:05:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.46200000000000002}]},{"osd":5,"last update":"Sat Sep 30 09:05:45 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.45000000000000001}]},{"osd":6,"last update":"Sat Sep 30 09:06:04 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.432},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.58299999999999996}]},{"osd":7,"last update":"Sat Sep 30 09:06:22 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.51400000000000001}]}]},{"osd":4,"up_from":30,"seq":128849018904,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":648,"kb_used_omap":0,"kb_used_meta":5504,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":663552,"data_stored":278323,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5636096},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.47499999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.436}]},{"osd":2,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.45500000000000002}]},{"osd":3,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.41799999999999998}]},{"osd":5,"last update":"Sat Sep 30 09:05:45 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.29999999999999999}]},{"osd":6,"last update":"Sat Sep 30 09:06:01 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.371},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.39100000000000001}]},{"osd":7,"last update":"Sat Sep 30 09:06:20 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.32500000000000001}]}]},{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":640,"kb_used_omap":0,"kb_used_meta":5440,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":655360,"data_stored":279435,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5570560},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.45300000000000001}]},{"osd":1,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.7310000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.42499999999999999}]},{"osd":2,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.55200000000000005}]},{"osd":3,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.443},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.53700000000000003}]},{"osd":4,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.6679999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.46899999999999997}]},{"osd":6,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":1.702,"5min":1.702,"15min":1.702},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.48199999999999998}]},{"osd":7,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.36499999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2430,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2326,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":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}]}} 2023-09-30T09:06:28.599 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T09:06:28.861 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:29.999 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:30.001 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:06:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:29 smithi192 ceph-mon[114603]: from='client.24686 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:06:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:29 smithi192 ceph-mon[114603]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:30.279 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:29 smithi118 ceph-mon[110048]: from='client.24686 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:06:30.279 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:29 smithi118 ceph-mon[110048]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:30.280 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:29 smithi118 ceph-mon[123327]: from='client.24686 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:06:30.280 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:29 smithi118 ceph-mon[123327]: pgmap v16: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:30.365 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2023-09-30T09:06:28.835421+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":593464,"num_objects":24,"num_object_clones":0,"num_object_copies":72,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":24,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":227,"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":315,"acting":315,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":315,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":52236,"kb_used_data":6860,"kb_used_omap":0,"kb_used_meta":45312,"kb_avail":749908980,"statfs":{"total":767960285184,"available":767906795520,"internally_reserved":0,"allocated":7024640,"data_stored":3999134,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":46399488},"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.002575"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763128+0000","last_change":"2023-09-30T09:05:34.628828+0000","last_active":"2023-09-30T09:06:02.763128+0000","last_peered":"2023-09-30T09:06:02.763128+0000","last_clean":"2023-09-30T09:06:02.763128+0000","last_became_active":"2023-09-30T09:05:34.628500+0000","last_became_peered":"2023-09-30T09:05:34.628500+0000","last_unstale":"2023-09-30T09:06:02.763128+0000","last_undegraded":"2023-09-30T09:06:02.763128+0000","last_fullsized":"2023-09-30T09:06:02.763128+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:48.918029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762653+0000","last_change":"2023-09-30T09:05:34.615143+0000","last_active":"2023-09-30T09:06:02.762653+0000","last_peered":"2023-09-30T09:06:02.762653+0000","last_clean":"2023-09-30T09:06:02.762653+0000","last_became_active":"2023-09-30T09:05:34.614880+0000","last_became_peered":"2023-09-30T09:05:34.614880+0000","last_unstale":"2023-09-30T09:06:02.762653+0000","last_undegraded":"2023-09-30T09:06:02.762653+0000","last_fullsized":"2023-09-30T09:06:02.762653+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:49:22.153600+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,6],"acting":[1,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762996+0000","last_change":"2023-09-30T09:05:34.618702+0000","last_active":"2023-09-30T09:06:02.762996+0000","last_peered":"2023-09-30T09:06:02.762996+0000","last_clean":"2023-09-30T09:06:02.762996+0000","last_became_active":"2023-09-30T09:05:34.618386+0000","last_became_peered":"2023-09-30T09:05:34.618386+0000","last_unstale":"2023-09-30T09:06:02.762996+0000","last_undegraded":"2023-09-30T09:06:02.762996+0000","last_fullsized":"2023-09-30T09:06:02.762996+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:31:23.059382+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415504+0000","last_change":"2023-09-30T09:05:34.632033+0000","last_active":"2023-09-30T09:06:02.415504+0000","last_peered":"2023-09-30T09:06:02.415504+0000","last_clean":"2023-09-30T09:06:02.415504+0000","last_became_active":"2023-09-30T09:05:34.631764+0000","last_became_peered":"2023-09-30T09:05:34.631764+0000","last_unstale":"2023-09-30T09:06:02.415504+0000","last_undegraded":"2023-09-30T09:06:02.415504+0000","last_fullsized":"2023-09-30T09:06:02.415504+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762911+0000","last_change":"2023-09-30T09:05:34.636020+0000","last_active":"2023-09-30T09:06:02.762911+0000","last_peered":"2023-09-30T09:06:02.762911+0000","last_clean":"2023-09-30T09:06:02.762911+0000","last_became_active":"2023-09-30T09:05:34.635724+0000","last_became_peered":"2023-09-30T09:05:34.635724+0000","last_unstale":"2023-09-30T09:06:02.762911+0000","last_undegraded":"2023-09-30T09:06:02.762911+0000","last_fullsized":"2023-09-30T09:06:02.762911+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:44.085834+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415468+0000","last_change":"2023-09-30T09:05:34.626222+0000","last_active":"2023-09-30T09:06:02.415468+0000","last_peered":"2023-09-30T09:06:02.415468+0000","last_clean":"2023-09-30T09:06:02.415468+0000","last_became_active":"2023-09-30T09:05:34.625289+0000","last_became_peered":"2023-09-30T09:05:34.625289+0000","last_unstale":"2023-09-30T09:06:02.415468+0000","last_undegraded":"2023-09-30T09:06:02.415468+0000","last_fullsized":"2023-09-30T09:06:02.415468+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762527+0000","last_change":"2023-09-30T09:05:34.627256+0000","last_active":"2023-09-30T09:06:02.762527+0000","last_peered":"2023-09-30T09:06:02.762527+0000","last_clean":"2023-09-30T09:06:02.762527+0000","last_became_active":"2023-09-30T09:05:34.626858+0000","last_became_peered":"2023-09-30T09:05:34.626858+0000","last_unstale":"2023-09-30T09:06:02.762527+0000","last_undegraded":"2023-09-30T09:06:02.762527+0000","last_fullsized":"2023-09-30T09:06:02.762527+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:49:54.555632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.38","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295282+0000","last_change":"2023-09-30T09:05:34.628178+0000","last_active":"2023-09-30T09:06:02.295282+0000","last_peered":"2023-09-30T09:06:02.295282+0000","last_clean":"2023-09-30T09:06:02.295282+0000","last_became_active":"2023-09-30T09:05:34.626319+0000","last_became_peered":"2023-09-30T09:05:34.626319+0000","last_unstale":"2023-09-30T09:06:02.295282+0000","last_undegraded":"2023-09-30T09:06:02.295282+0000","last_fullsized":"2023-09-30T09:06:02.295282+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:36:16.070156+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763088+0000","last_change":"2023-09-30T09:05:34.630398+0000","last_active":"2023-09-30T09:06:02.763088+0000","last_peered":"2023-09-30T09:06:02.763088+0000","last_clean":"2023-09-30T09:06:02.763088+0000","last_became_active":"2023-09-30T09:05:34.630118+0000","last_became_peered":"2023-09-30T09:05:34.630118+0000","last_unstale":"2023-09-30T09:06:02.763088+0000","last_undegraded":"2023-09-30T09:06:02.763088+0000","last_fullsized":"2023-09-30T09:06:02.763088+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:59:26.454032+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639307+0000","last_change":"2023-09-30T09:05:34.634469+0000","last_active":"2023-09-30T09:06:02.639307+0000","last_peered":"2023-09-30T09:06:02.639307+0000","last_clean":"2023-09-30T09:06:02.639307+0000","last_became_active":"2023-09-30T09:05:34.632208+0000","last_became_peered":"2023-09-30T09:05:34.632208+0000","last_unstale":"2023-09-30T09:06:02.639307+0000","last_undegraded":"2023-09-30T09:06:02.639307+0000","last_fullsized":"2023-09-30T09:06:02.639307+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639219+0000","last_change":"2023-09-30T09:05:34.635297+0000","last_active":"2023-09-30T09:06:02.639219+0000","last_peered":"2023-09-30T09:06:02.639219+0000","last_clean":"2023-09-30T09:06:02.639219+0000","last_became_active":"2023-09-30T09:05:34.635001+0000","last_became_peered":"2023-09-30T09:05:34.635001+0000","last_unstale":"2023-09-30T09:06:02.639219+0000","last_undegraded":"2023-09-30T09:06:02.639219+0000","last_fullsized":"2023-09-30T09:06:02.639219+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296121+0000","last_change":"2023-09-30T09:05:34.638238+0000","last_active":"2023-09-30T09:06:02.296121+0000","last_peered":"2023-09-30T09:06:02.296121+0000","last_clean":"2023-09-30T09:06:02.296121+0000","last_became_active":"2023-09-30T09:05:34.637552+0000","last_became_peered":"2023-09-30T09:05:34.637552+0000","last_unstale":"2023-09-30T09:06:02.296121+0000","last_undegraded":"2023-09-30T09:06:02.296121+0000","last_fullsized":"2023-09-30T09:06:02.296121+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:59:23.796883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296145+0000","last_change":"2023-09-30T09:05:34.611301+0000","last_active":"2023-09-30T09:06:02.296145+0000","last_peered":"2023-09-30T09:06:02.296145+0000","last_clean":"2023-09-30T09:06:02.296145+0000","last_became_active":"2023-09-30T09:05:34.609934+0000","last_became_peered":"2023-09-30T09:05:34.609934+0000","last_unstale":"2023-09-30T09:06:02.296145+0000","last_undegraded":"2023-09-30T09:06:02.296145+0000","last_fullsized":"2023-09-30T09:06:02.296145+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:09:01.328352+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762889+0000","last_change":"2023-09-30T09:05:34.627698+0000","last_active":"2023-09-30T09:06:02.762889+0000","last_peered":"2023-09-30T09:06:02.762889+0000","last_clean":"2023-09-30T09:06:02.762889+0000","last_became_active":"2023-09-30T09:05:34.626023+0000","last_became_peered":"2023-09-30T09:05:34.626023+0000","last_unstale":"2023-09-30T09:06:02.762889+0000","last_undegraded":"2023-09-30T09:06:02.762889+0000","last_fullsized":"2023-09-30T09:06:02.762889+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:24:26.080148+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763921+0000","last_change":"2023-09-30T09:05:34.627806+0000","last_active":"2023-09-30T09:06:02.763921+0000","last_peered":"2023-09-30T09:06:02.763921+0000","last_clean":"2023-09-30T09:06:02.763921+0000","last_became_active":"2023-09-30T09:05:34.627529+0000","last_became_peered":"2023-09-30T09:05:34.627529+0000","last_unstale":"2023-09-30T09:06:02.763921+0000","last_undegraded":"2023-09-30T09:06:02.763921+0000","last_fullsized":"2023-09-30T09:06:02.763921+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:27:46.504079+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,5],"acting":[1,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.30","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415136+0000","last_change":"2023-09-30T09:05:34.625110+0000","last_active":"2023-09-30T09:06:02.415136+0000","last_peered":"2023-09-30T09:06:02.415136+0000","last_clean":"2023-09-30T09:06:02.415136+0000","last_became_active":"2023-09-30T09:05:34.624832+0000","last_became_peered":"2023-09-30T09:05:34.624832+0000","last_unstale":"2023-09-30T09:06:02.415136+0000","last_undegraded":"2023-09-30T09:06:02.415136+0000","last_fullsized":"2023-09-30T09:06:02.415136+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415770+0000","last_change":"2023-09-30T09:05:34.630293+0000","last_active":"2023-09-30T09:06:02.415770+0000","last_peered":"2023-09-30T09:06:02.415770+0000","last_clean":"2023-09-30T09:06:02.415770+0000","last_became_active":"2023-09-30T09:05:34.630009+0000","last_became_peered":"2023-09-30T09:05:34.630009+0000","last_unstale":"2023-09-30T09:06:02.415770+0000","last_undegraded":"2023-09-30T09:06:02.415770+0000","last_fullsized":"2023-09-30T09:06:02.415770+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297322+0000","last_change":"2023-09-30T09:05:34.621232+0000","last_active":"2023-09-30T09:06:02.297322+0000","last_peered":"2023-09-30T09:06:02.297322+0000","last_clean":"2023-09-30T09:06:02.297322+0000","last_became_active":"2023-09-30T09:05:34.620957+0000","last_became_peered":"2023-09-30T09:05:34.620957+0000","last_unstale":"2023-09-30T09:06:02.297322+0000","last_undegraded":"2023-09-30T09:06:02.297322+0000","last_fullsized":"2023-09-30T09:06:02.297322+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762810+0000","last_change":"2023-09-30T09:05:34.628488+0000","last_active":"2023-09-30T09:06:02.762810+0000","last_peered":"2023-09-30T09:06:02.762810+0000","last_clean":"2023-09-30T09:06:02.762810+0000","last_became_active":"2023-09-30T09:05:34.627478+0000","last_became_peered":"2023-09-30T09:05:34.627478+0000","last_unstale":"2023-09-30T09:06:02.762810+0000","last_undegraded":"2023-09-30T09:06:02.762810+0000","last_fullsized":"2023-09-30T09:06:02.762810+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:40:29.197022+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1f","version":"59'4","reported_seq":19,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763901+0000","last_change":"2023-09-30T09:05:34.234912+0000","last_active":"2023-09-30T09:06:02.763901+0000","last_peered":"2023-09-30T09:06:02.763901+0000","last_clean":"2023-09-30T09:06:02.763901+0000","last_became_active":"2023-09-30T09:05:34.234619+0000","last_became_peered":"2023-09-30T09:05:34.234619+0000","last_unstale":"2023-09-30T09:06:02.763901+0000","last_undegraded":"2023-09-30T09:06:02.763901+0000","last_fullsized":"2023-09-30T09:06:02.763901+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":4,"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 @ 2023-10-01T14:30:00.880402+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":554,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295932+0000","last_change":"2023-09-30T09:05:34.619828+0000","last_active":"2023-09-30T09:06:02.295932+0000","last_peered":"2023-09-30T09:06:02.295932+0000","last_clean":"2023-09-30T09:06:02.295932+0000","last_became_active":"2023-09-30T09:05:34.619583+0000","last_became_peered":"2023-09-30T09:05:34.619583+0000","last_unstale":"2023-09-30T09:06:02.295932+0000","last_undegraded":"2023-09-30T09:06:02.295932+0000","last_fullsized":"2023-09-30T09:06:02.295932+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:13:45.636407+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296013+0000","last_change":"2023-09-30T09:05:34.229889+0000","last_active":"2023-09-30T09:06:02.296013+0000","last_peered":"2023-09-30T09:06:02.296013+0000","last_clean":"2023-09-30T09:06:02.296013+0000","last_became_active":"2023-09-30T09:05:34.229521+0000","last_became_peered":"2023-09-30T09:05:34.229521+0000","last_unstale":"2023-09-30T09:06:02.296013+0000","last_undegraded":"2023-09-30T09:06:02.296013+0000","last_fullsized":"2023-09-30T09:06:02.296013+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T20:29:43.801809+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763758+0000","last_change":"2023-09-30T09:05:34.626239+0000","last_active":"2023-09-30T09:06:02.763758+0000","last_peered":"2023-09-30T09:06:02.763758+0000","last_clean":"2023-09-30T09:06:02.763758+0000","last_became_active":"2023-09-30T09:05:34.625922+0000","last_became_peered":"2023-09-30T09:05:34.625922+0000","last_unstale":"2023-09-30T09:06:02.763758+0000","last_undegraded":"2023-09-30T09:06:02.763758+0000","last_fullsized":"2023-09-30T09:06:02.763758+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:14:27.100202+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1d","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763051+0000","last_change":"2023-09-30T09:05:34.225342+0000","last_active":"2023-09-30T09:06:02.763051+0000","last_peered":"2023-09-30T09:06:02.763051+0000","last_clean":"2023-09-30T09:06:02.763051+0000","last_became_active":"2023-09-30T09:05:34.224679+0000","last_became_peered":"2023-09-30T09:05:34.224679+0000","last_unstale":"2023-09-30T09:06:02.763051+0000","last_undegraded":"2023-09-30T09:06:02.763051+0000","last_fullsized":"2023-09-30T09:06:02.763051+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T14:16:33.524713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415602+0000","last_change":"2023-09-30T09:05:34.626941+0000","last_active":"2023-09-30T09:06:02.415602+0000","last_peered":"2023-09-30T09:06:02.415602+0000","last_clean":"2023-09-30T09:06:02.415602+0000","last_became_active":"2023-09-30T09:05:34.626665+0000","last_became_peered":"2023-09-30T09:05:34.626665+0000","last_unstale":"2023-09-30T09:06:02.415602+0000","last_undegraded":"2023-09-30T09:06:02.415602+0000","last_fullsized":"2023-09-30T09:06:02.415602+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762838+0000","last_change":"2023-09-30T09:05:34.230636+0000","last_active":"2023-09-30T09:06:02.762838+0000","last_peered":"2023-09-30T09:06:02.762838+0000","last_clean":"2023-09-30T09:06:02.762838+0000","last_became_active":"2023-09-30T09:05:34.229931+0000","last_became_peered":"2023-09-30T09:05:34.229931+0000","last_unstale":"2023-09-30T09:06:02.762838+0000","last_undegraded":"2023-09-30T09:06:02.762838+0000","last_fullsized":"2023-09-30T09:06:02.762838+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T16:14:58.554434+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415654+0000","last_change":"2023-09-30T09:05:34.626764+0000","last_active":"2023-09-30T09:06:02.415654+0000","last_peered":"2023-09-30T09:06:02.415654+0000","last_clean":"2023-09-30T09:06:02.415654+0000","last_became_active":"2023-09-30T09:05:34.626357+0000","last_became_peered":"2023-09-30T09:05:34.626357+0000","last_unstale":"2023-09-30T09:06:02.415654+0000","last_undegraded":"2023-09-30T09:06:02.415654+0000","last_fullsized":"2023-09-30T09:06:02.415654+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:26:31.508437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1b","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296364+0000","last_change":"2023-09-30T09:05:34.225669+0000","last_active":"2023-09-30T09:06:02.296364+0000","last_peered":"2023-09-30T09:06:02.296364+0000","last_clean":"2023-09-30T09:06:02.296364+0000","last_became_active":"2023-09-30T09:05:34.225104+0000","last_became_peered":"2023-09-30T09:05:34.225104+0000","last_unstale":"2023-09-30T09:06:02.296364+0000","last_undegraded":"2023-09-30T09:06:02.296364+0000","last_fullsized":"2023-09-30T09:06:02.296364+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T15:06:56.039863+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295789+0000","last_change":"2023-09-30T09:05:34.624155+0000","last_active":"2023-09-30T09:06:02.295789+0000","last_peered":"2023-09-30T09:06:02.295789+0000","last_clean":"2023-09-30T09:06:02.295789+0000","last_became_active":"2023-09-30T09:05:34.623880+0000","last_became_peered":"2023-09-30T09:05:34.623880+0000","last_unstale":"2023-09-30T09:06:02.295789+0000","last_undegraded":"2023-09-30T09:06:02.295789+0000","last_fullsized":"2023-09-30T09:06:02.295789+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:35:24.095775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638947+0000","last_change":"2023-09-30T09:05:34.224454+0000","last_active":"2023-09-30T09:06:02.638947+0000","last_peered":"2023-09-30T09:06:02.638947+0000","last_clean":"2023-09-30T09:06:02.638947+0000","last_became_active":"2023-09-30T09:05:34.224139+0000","last_became_peered":"2023-09-30T09:05:34.224139+0000","last_unstale":"2023-09-30T09:06:02.638947+0000","last_undegraded":"2023-09-30T09:06:02.638947+0000","last_fullsized":"2023-09-30T09:06:02.638947+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T14:24:54.141913+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763349+0000","last_change":"2023-09-30T09:05:34.624881+0000","last_active":"2023-09-30T09:06:02.763349+0000","last_peered":"2023-09-30T09:06:02.763349+0000","last_clean":"2023-09-30T09:06:02.763349+0000","last_became_active":"2023-09-30T09:05:34.624489+0000","last_became_peered":"2023-09-30T09:05:34.624489+0000","last_unstale":"2023-09-30T09:06:02.763349+0000","last_undegraded":"2023-09-30T09:06:02.763349+0000","last_fullsized":"2023-09-30T09:06:02.763349+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:28:07.481279+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296063+0000","last_change":"2023-09-30T09:05:34.219909+0000","last_active":"2023-09-30T09:06:02.296063+0000","last_peered":"2023-09-30T09:06:02.296063+0000","last_clean":"2023-09-30T09:06:02.296063+0000","last_became_active":"2023-09-30T09:05:34.218869+0000","last_became_peered":"2023-09-30T09:05:34.218869+0000","last_unstale":"2023-09-30T09:06:02.296063+0000","last_undegraded":"2023-09-30T09:06:02.296063+0000","last_fullsized":"2023-09-30T09:06:02.296063+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:21:35.371932+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295421+0000","last_change":"2023-09-30T09:05:34.611131+0000","last_active":"2023-09-30T09:06:02.295421+0000","last_peered":"2023-09-30T09:06:02.295421+0000","last_clean":"2023-09-30T09:06:02.295421+0000","last_became_active":"2023-09-30T09:05:34.610832+0000","last_became_peered":"2023-09-30T09:05:34.610832+0000","last_unstale":"2023-09-30T09:06:02.295421+0000","last_undegraded":"2023-09-30T09:06:02.295421+0000","last_fullsized":"2023-09-30T09:06:02.295421+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:22:58.745677+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415214+0000","last_change":"2023-09-30T09:05:34.233479+0000","last_active":"2023-09-30T09:06:02.415214+0000","last_peered":"2023-09-30T09:06:02.415214+0000","last_clean":"2023-09-30T09:06:02.415214+0000","last_became_active":"2023-09-30T09:05:34.232770+0000","last_became_peered":"2023-09-30T09:05:34.232770+0000","last_unstale":"2023-09-30T09:06:02.415214+0000","last_undegraded":"2023-09-30T09:06:02.415214+0000","last_fullsized":"2023-09-30T09:06:02.415214+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.764052+0000","last_change":"2023-09-30T09:05:34.621906+0000","last_active":"2023-09-30T09:06:02.764052+0000","last_peered":"2023-09-30T09:06:02.764052+0000","last_clean":"2023-09-30T09:06:02.764052+0000","last_became_active":"2023-09-30T09:05:34.621621+0000","last_became_peered":"2023-09-30T09:05:34.621621+0000","last_unstale":"2023-09-30T09:06:02.764052+0000","last_undegraded":"2023-09-30T09:06:02.764052+0000","last_fullsized":"2023-09-30T09:06:02.764052+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:41:13.077856+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639282+0000","last_change":"2023-09-30T09:05:34.227215+0000","last_active":"2023-09-30T09:06:02.639282+0000","last_peered":"2023-09-30T09:06:02.639282+0000","last_clean":"2023-09-30T09:06:02.639282+0000","last_became_active":"2023-09-30T09:05:34.226852+0000","last_became_peered":"2023-09-30T09:05:34.226852+0000","last_unstale":"2023-09-30T09:06:02.639282+0000","last_undegraded":"2023-09-30T09:06:02.639282+0000","last_fullsized":"2023-09-30T09:06:02.639282+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415624+0000","last_change":"2023-09-30T09:05:34.624205+0000","last_active":"2023-09-30T09:06:02.415624+0000","last_peered":"2023-09-30T09:06:02.415624+0000","last_clean":"2023-09-30T09:06:02.415624+0000","last_became_active":"2023-09-30T09:05:34.623860+0000","last_became_peered":"2023-09-30T09:05:34.623860+0000","last_unstale":"2023-09-30T09:06:02.415624+0000","last_undegraded":"2023-09-30T09:06:02.415624+0000","last_fullsized":"2023-09-30T09:06:02.415624+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415568+0000","last_change":"2023-09-30T09:05:34.232931+0000","last_active":"2023-09-30T09:06:02.415568+0000","last_peered":"2023-09-30T09:06:02.415568+0000","last_clean":"2023-09-30T09:06:02.415568+0000","last_became_active":"2023-09-30T09:05:34.232641+0000","last_became_peered":"2023-09-30T09:05:34.232641+0000","last_unstale":"2023-09-30T09:06:02.415568+0000","last_undegraded":"2023-09-30T09:06:02.415568+0000","last_fullsized":"2023-09-30T09:06:02.415568+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763678+0000","last_change":"2023-09-30T09:05:34.626870+0000","last_active":"2023-09-30T09:06:02.763678+0000","last_peered":"2023-09-30T09:06:02.763678+0000","last_clean":"2023-09-30T09:06:02.763678+0000","last_became_active":"2023-09-30T09:05:34.626094+0000","last_became_peered":"2023-09-30T09:05:34.626094+0000","last_unstale":"2023-09-30T09:06:02.763678+0000","last_undegraded":"2023-09-30T09:06:02.763678+0000","last_fullsized":"2023-09-30T09:06:02.763678+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:29:09.949120+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"59'3","reported_seq":18,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763084+0000","last_change":"2023-09-30T09:05:34.225467+0000","last_active":"2023-09-30T09:06:02.763084+0000","last_peered":"2023-09-30T09:06:02.763084+0000","last_clean":"2023-09-30T09:06:02.763084+0000","last_became_active":"2023-09-30T09:05:34.225041+0000","last_became_peered":"2023-09-30T09:05:34.225041+0000","last_unstale":"2023-09-30T09:06:02.763084+0000","last_undegraded":"2023-09-30T09:06:02.763084+0000","last_fullsized":"2023-09-30T09:06:02.763084+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":3,"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 @ 2023-10-01T18:48:51.325240+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296024+0000","last_change":"2023-09-30T09:05:34.638021+0000","last_active":"2023-09-30T09:06:02.296024+0000","last_peered":"2023-09-30T09:06:02.296024+0000","last_clean":"2023-09-30T09:06:02.296024+0000","last_became_active":"2023-09-30T09:05:34.637539+0000","last_became_peered":"2023-09-30T09:05:34.637539+0000","last_unstale":"2023-09-30T09:06:02.296024+0000","last_undegraded":"2023-09-30T09:06:02.296024+0000","last_fullsized":"2023-09-30T09:06:02.296024+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:18:53.842541+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.14","version":"64'9","reported_seq":24,"reported_epoch":64,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.972841+0000","last_change":"2023-09-30T09:05:34.228561+0000","last_active":"2023-09-30T09:06:02.972841+0000","last_peered":"2023-09-30T09:06:02.972841+0000","last_clean":"2023-09-30T09:06:02.972841+0000","last_became_active":"2023-09-30T09:05:34.228231+0000","last_became_peered":"2023-09-30T09:05:34.228231+0000","last_unstale":"2023-09-30T09:06:02.972841+0000","last_undegraded":"2023-09-30T09:06:02.972841+0000","last_fullsized":"2023-09-30T09:06:02.972841+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":9,"ondisk_log_size":9,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:02:05.727585+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":2326,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":9,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762990+0000","last_change":"2023-09-30T09:05:34.628701+0000","last_active":"2023-09-30T09:06:02.762990+0000","last_peered":"2023-09-30T09:06:02.762990+0000","last_clean":"2023-09-30T09:06:02.762990+0000","last_became_active":"2023-09-30T09:05:34.627954+0000","last_became_peered":"2023-09-30T09:05:34.627954+0000","last_unstale":"2023-09-30T09:06:02.762990+0000","last_undegraded":"2023-09-30T09:06:02.762990+0000","last_fullsized":"2023-09-30T09:06:02.762990+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:16:21.894258+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763652+0000","last_change":"2023-09-30T09:05:34.232248+0000","last_active":"2023-09-30T09:06:02.763652+0000","last_peered":"2023-09-30T09:06:02.763652+0000","last_clean":"2023-09-30T09:06:02.763652+0000","last_became_active":"2023-09-30T09:05:34.231959+0000","last_became_peered":"2023-09-30T09:05:34.231959+0000","last_unstale":"2023-09-30T09:06:02.763652+0000","last_undegraded":"2023-09-30T09:06:02.763652+0000","last_fullsized":"2023-09-30T09:06:02.763652+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T09:28:51.778341+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":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762805+0000","last_change":"2023-09-30T09:05:34.613796+0000","last_active":"2023-09-30T09:06:02.762805+0000","last_peered":"2023-09-30T09:06:02.762805+0000","last_clean":"2023-09-30T09:06:02.762805+0000","last_became_active":"2023-09-30T09:05:34.613436+0000","last_became_peered":"2023-09-30T09:05:34.613436+0000","last_unstale":"2023-09-30T09:06:02.762805+0000","last_undegraded":"2023-09-30T09:06:02.762805+0000","last_fullsized":"2023-09-30T09:06:02.762805+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:11:03.333314+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415255+0000","last_change":"2023-09-30T09:05:34.233250+0000","last_active":"2023-09-30T09:06:02.415255+0000","last_peered":"2023-09-30T09:06:02.415255+0000","last_clean":"2023-09-30T09:06:02.415255+0000","last_became_active":"2023-09-30T09:05:34.232681+0000","last_became_peered":"2023-09-30T09:05:34.232681+0000","last_unstale":"2023-09-30T09:06:02.415255+0000","last_undegraded":"2023-09-30T09:06:02.415255+0000","last_fullsized":"2023-09-30T09:06:02.415255+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762829+0000","last_change":"2023-09-30T09:05:34.635822+0000","last_active":"2023-09-30T09:06:02.762829+0000","last_peered":"2023-09-30T09:06:02.762829+0000","last_clean":"2023-09-30T09:06:02.762829+0000","last_became_active":"2023-09-30T09:05:34.635505+0000","last_became_peered":"2023-09-30T09:05:34.635505+0000","last_unstale":"2023-09-30T09:06:02.762829+0000","last_undegraded":"2023-09-30T09:06:02.762829+0000","last_fullsized":"2023-09-30T09:06:02.762829+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:50:07.097814+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638839+0000","last_change":"2023-09-30T09:05:34.225299+0000","last_active":"2023-09-30T09:06:02.638839+0000","last_peered":"2023-09-30T09:06:02.638839+0000","last_clean":"2023-09-30T09:06:02.638839+0000","last_became_active":"2023-09-30T09:05:34.224984+0000","last_became_peered":"2023-09-30T09:05:34.224984+0000","last_unstale":"2023-09-30T09:06:02.638839+0000","last_undegraded":"2023-09-30T09:06:02.638839+0000","last_fullsized":"2023-09-30T09:06:02.638839+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638850+0000","last_change":"2023-09-30T09:05:34.632387+0000","last_active":"2023-09-30T09:06:02.638850+0000","last_peered":"2023-09-30T09:06:02.638850+0000","last_clean":"2023-09-30T09:06:02.638850+0000","last_became_active":"2023-09-30T09:05:34.631139+0000","last_became_peered":"2023-09-30T09:05:34.631139+0000","last_unstale":"2023-09-30T09:06:02.638850+0000","last_undegraded":"2023-09-30T09:06:02.638850+0000","last_fullsized":"2023-09-30T09:06:02.638850+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":23,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296938+0000","last_change":"2023-09-30T09:05:34.223190+0000","last_active":"2023-09-30T09:06:02.296938+0000","last_peered":"2023-09-30T09:06:02.296938+0000","last_clean":"2023-09-30T09:06:02.296938+0000","last_became_active":"2023-09-30T09:05:34.222868+0000","last_became_peered":"2023-09-30T09:05:34.222868+0000","last_unstale":"2023-09-30T09:06:02.296938+0000","last_undegraded":"2023-09-30T09:06:02.296938+0000","last_fullsized":"2023-09-30T09:06:02.296938+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":8,"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 @ 2023-10-01T11:08:23.278242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762622+0000","last_change":"2023-09-30T09:05:34.627779+0000","last_active":"2023-09-30T09:06:02.762622+0000","last_peered":"2023-09-30T09:06:02.762622+0000","last_clean":"2023-09-30T09:06:02.762622+0000","last_became_active":"2023-09-30T09:05:34.627492+0000","last_became_peered":"2023-09-30T09:05:34.627492+0000","last_unstale":"2023-09-30T09:06:02.762622+0000","last_undegraded":"2023-09-30T09:06:02.762622+0000","last_fullsized":"2023-09-30T09:06:02.762622+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:29:48.589121+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.f","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296232+0000","last_change":"2023-09-30T09:05:34.223168+0000","last_active":"2023-09-30T09:06:02.296232+0000","last_peered":"2023-09-30T09:06:02.296232+0000","last_clean":"2023-09-30T09:06:02.296232+0000","last_became_active":"2023-09-30T09:05:34.222309+0000","last_became_peered":"2023-09-30T09:05:34.222309+0000","last_unstale":"2023-09-30T09:06:02.296232+0000","last_undegraded":"2023-09-30T09:06:02.296232+0000","last_fullsized":"2023-09-30T09:06:02.296232+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T17:30:00.781152+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762950+0000","last_change":"2023-09-30T09:05:34.628763+0000","last_active":"2023-09-30T09:06:02.762950+0000","last_peered":"2023-09-30T09:06:02.762950+0000","last_clean":"2023-09-30T09:06:02.762950+0000","last_became_active":"2023-09-30T09:05:34.628473+0000","last_became_peered":"2023-09-30T09:05:34.628473+0000","last_unstale":"2023-09-30T09:06:02.762950+0000","last_undegraded":"2023-09-30T09:06:02.762950+0000","last_fullsized":"2023-09-30T09:06:02.762950+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:17:40.105406+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763290+0000","last_change":"2023-09-30T09:06:01.563432+0000","last_active":"2023-09-30T09:06:02.763290+0000","last_peered":"2023-09-30T09:06:02.763290+0000","last_clean":"2023-09-30T09:06:02.763290+0000","last_became_active":"2023-09-30T09:06:01.563185+0000","last_became_peered":"2023-09-30T09:06:01.563185+0000","last_unstale":"2023-09-30T09:06:02.763290+0000","last_undegraded":"2023-09-30T09:06:02.763290+0000","last_fullsized":"2023-09-30T09:06:02.763290+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:51:48.485319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763158+0000","last_change":"2023-09-30T09:05:34.228845+0000","last_active":"2023-09-30T09:06:02.763158+0000","last_peered":"2023-09-30T09:06:02.763158+0000","last_clean":"2023-09-30T09:06:02.763158+0000","last_became_active":"2023-09-30T09:05:34.227498+0000","last_became_peered":"2023-09-30T09:05:34.227498+0000","last_unstale":"2023-09-30T09:06:02.763158+0000","last_undegraded":"2023-09-30T09:06:02.763158+0000","last_fullsized":"2023-09-30T09:06:02.763158+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415685+0000","last_change":"2023-09-30T09:05:34.626515+0000","last_active":"2023-09-30T09:06:02.415685+0000","last_peered":"2023-09-30T09:06:02.415685+0000","last_clean":"2023-09-30T09:06:02.415685+0000","last_became_active":"2023-09-30T09:05:34.626171+0000","last_became_peered":"2023-09-30T09:05:34.626171+0000","last_unstale":"2023-09-30T09:06:02.415685+0000","last_undegraded":"2023-09-30T09:06:02.415685+0000","last_fullsized":"2023-09-30T09:06:02.415685+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"4.4","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763201+0000","last_change":"2023-09-30T09:06:01.562551+0000","last_active":"2023-09-30T09:06:02.763201+0000","last_peered":"2023-09-30T09:06:02.763201+0000","last_clean":"2023-09-30T09:06:02.763201+0000","last_became_active":"2023-09-30T09:06:01.562206+0000","last_became_peered":"2023-09-30T09:06:01.562206+0000","last_unstale":"2023-09-30T09:06:02.763201+0000","last_undegraded":"2023-09-30T09:06:02.763201+0000","last_fullsized":"2023-09-30T09:06:02.763201+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:44:58.667489+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415253+0000","last_change":"2023-09-30T09:05:34.229683+0000","last_active":"2023-09-30T09:06:02.415253+0000","last_peered":"2023-09-30T09:06:02.415253+0000","last_clean":"2023-09-30T09:06:02.415253+0000","last_became_active":"2023-09-30T09:05:34.229396+0000","last_became_peered":"2023-09-30T09:05:34.229396+0000","last_unstale":"2023-09-30T09:06:02.415253+0000","last_undegraded":"2023-09-30T09:06:02.415253+0000","last_fullsized":"2023-09-30T09:06:02.415253+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295993+0000","last_change":"2023-09-30T09:05:34.639270+0000","last_active":"2023-09-30T09:06:02.295993+0000","last_peered":"2023-09-30T09:06:02.295993+0000","last_clean":"2023-09-30T09:06:02.295993+0000","last_became_active":"2023-09-30T09:05:34.638956+0000","last_became_peered":"2023-09-30T09:05:34.638956+0000","last_unstale":"2023-09-30T09:06:02.295993+0000","last_undegraded":"2023-09-30T09:06:02.295993+0000","last_fullsized":"2023-09-30T09:06:02.295993+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:46:08.846553+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.7","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762546+0000","last_change":"2023-09-30T09:06:01.563263+0000","last_active":"2023-09-30T09:06:02.762546+0000","last_peered":"2023-09-30T09:06:02.762546+0000","last_clean":"2023-09-30T09:06:02.762546+0000","last_became_active":"2023-09-30T09:06:01.562977+0000","last_became_peered":"2023-09-30T09:06:01.562977+0000","last_unstale":"2023-09-30T09:06:02.762546+0000","last_undegraded":"2023-09-30T09:06:02.762546+0000","last_fullsized":"2023-09-30T09:06:02.762546+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:26:05.228348+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762444+0000","last_change":"2023-09-30T09:05:34.612901+0000","last_active":"2023-09-30T09:06:02.762444+0000","last_peered":"2023-09-30T09:06:02.762444+0000","last_clean":"2023-09-30T09:06:02.762444+0000","last_became_active":"2023-09-30T09:05:34.612610+0000","last_became_peered":"2023-09-30T09:05:34.612610+0000","last_unstale":"2023-09-30T09:06:02.762444+0000","last_undegraded":"2023-09-30T09:06:02.762444+0000","last_fullsized":"2023-09-30T09:06:02.762444+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:01:21.653412+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297094+0000","last_change":"2023-09-30T09:05:34.215793+0000","last_active":"2023-09-30T09:06:02.297094+0000","last_peered":"2023-09-30T09:06:02.297094+0000","last_clean":"2023-09-30T09:06:02.297094+0000","last_became_active":"2023-09-30T09:05:34.214547+0000","last_became_peered":"2023-09-30T09:05:34.214547+0000","last_unstale":"2023-09-30T09:06:02.297094+0000","last_undegraded":"2023-09-30T09:06:02.297094+0000","last_fullsized":"2023-09-30T09:06:02.297094+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"4.5","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639106+0000","last_change":"2023-09-30T09:06:01.300458+0000","last_active":"2023-09-30T09:06:02.639106+0000","last_peered":"2023-09-30T09:06:02.639106+0000","last_clean":"2023-09-30T09:06:02.639106+0000","last_became_active":"2023-09-30T09:06:01.300158+0000","last_became_peered":"2023-09-30T09:06:01.300158+0000","last_unstale":"2023-09-30T09:06:02.639106+0000","last_undegraded":"2023-09-30T09:06:02.639106+0000","last_fullsized":"2023-09-30T09:06:02.639106+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:52:35.146673+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.2","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295628+0000","last_change":"2023-09-30T09:05:34.626757+0000","last_active":"2023-09-30T09:06:02.295628+0000","last_peered":"2023-09-30T09:06:02.295628+0000","last_clean":"2023-09-30T09:06:02.295628+0000","last_became_active":"2023-09-30T09:05:34.626486+0000","last_became_peered":"2023-09-30T09:05:34.626486+0000","last_unstale":"2023-09-30T09:06:02.295628+0000","last_undegraded":"2023-09-30T09:06:02.295628+0000","last_fullsized":"2023-09-30T09:06:02.295628+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:12:42.320868+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415339+0000","last_change":"2023-09-30T09:05:34.233710+0000","last_active":"2023-09-30T09:06:02.415339+0000","last_peered":"2023-09-30T09:06:02.415339+0000","last_clean":"2023-09-30T09:06:02.415339+0000","last_became_active":"2023-09-30T09:05:34.232765+0000","last_became_peered":"2023-09-30T09:05:34.232765+0000","last_unstale":"2023-09-30T09:06:02.415339+0000","last_undegraded":"2023-09-30T09:06:02.415339+0000","last_fullsized":"2023-09-30T09:06:02.415339+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"64'128","reported_seq":274,"reported_epoch":64,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.944081+0000","last_change":"2023-09-30T09:05:21.893149+0000","last_active":"2023-09-30T09:06:02.944081+0000","last_peered":"2023-09-30T09:06:02.944081+0000","last_clean":"2023-09-30T09:06:02.944081+0000","last_became_active":"2023-09-30T09:05:21.892798+0000","last_became_peered":"2023-09-30T09:05:21.892798+0000","last_unstale":"2023-09-30T09:06:02.944081+0000","last_undegraded":"2023-09-30T09:06:02.944081+0000","last_fullsized":"2023-09-30T09:06:02.944081+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":128,"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 @ 2023-10-01T09:40:59.134588+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":"4.6","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763097+0000","last_change":"2023-09-30T09:06:01.562440+0000","last_active":"2023-09-30T09:06:02.763097+0000","last_peered":"2023-09-30T09:06:02.763097+0000","last_clean":"2023-09-30T09:06:02.763097+0000","last_became_active":"2023-09-30T09:06:01.562131+0000","last_became_peered":"2023-09-30T09:06:01.562131+0000","last_unstale":"2023-09-30T09:06:02.763097+0000","last_undegraded":"2023-09-30T09:06:02.763097+0000","last_fullsized":"2023-09-30T09:06:02.763097+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:14:30.666029+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763045+0000","last_change":"2023-09-30T09:05:34.623970+0000","last_active":"2023-09-30T09:06:02.763045+0000","last_peered":"2023-09-30T09:06:02.763045+0000","last_clean":"2023-09-30T09:06:02.763045+0000","last_became_active":"2023-09-30T09:05:34.623657+0000","last_became_peered":"2023-09-30T09:05:34.623657+0000","last_unstale":"2023-09-30T09:06:02.763045+0000","last_undegraded":"2023-09-30T09:06:02.763045+0000","last_fullsized":"2023-09-30T09:06:02.763045+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:38:54.784780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762458+0000","last_change":"2023-09-30T09:05:34.224900+0000","last_active":"2023-09-30T09:06:02.762458+0000","last_peered":"2023-09-30T09:06:02.762458+0000","last_clean":"2023-09-30T09:06:02.762458+0000","last_became_active":"2023-09-30T09:05:34.224625+0000","last_became_peered":"2023-09-30T09:05:34.224625+0000","last_unstale":"2023-09-30T09:06:02.762458+0000","last_undegraded":"2023-09-30T09:06:02.762458+0000","last_fullsized":"2023-09-30T09:06:02.762458+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:14:16.754563+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"4.3","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763267+0000","last_change":"2023-09-30T09:06:01.563353+0000","last_active":"2023-09-30T09:06:02.763267+0000","last_peered":"2023-09-30T09:06:02.763267+0000","last_clean":"2023-09-30T09:06:02.763267+0000","last_became_active":"2023-09-30T09:06:01.563048+0000","last_became_peered":"2023-09-30T09:06:01.563048+0000","last_unstale":"2023-09-30T09:06:02.763267+0000","last_undegraded":"2023-09-30T09:06:02.763267+0000","last_fullsized":"2023-09-30T09:06:02.763267+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:16:48.605271+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762999+0000","last_change":"2023-09-30T09:05:34.225534+0000","last_active":"2023-09-30T09:06:02.762999+0000","last_peered":"2023-09-30T09:06:02.762999+0000","last_clean":"2023-09-30T09:06:02.762999+0000","last_became_active":"2023-09-30T09:05:34.225050+0000","last_became_peered":"2023-09-30T09:05:34.225050+0000","last_unstale":"2023-09-30T09:06:02.762999+0000","last_undegraded":"2023-09-30T09:06:02.762999+0000","last_fullsized":"2023-09-30T09:06:02.762999+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:49:12.127401+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.4","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763238+0000","last_change":"2023-09-30T09:05:34.627235+0000","last_active":"2023-09-30T09:06:02.763238+0000","last_peered":"2023-09-30T09:06:02.763238+0000","last_clean":"2023-09-30T09:06:02.763238+0000","last_became_active":"2023-09-30T09:05:34.626961+0000","last_became_peered":"2023-09-30T09:05:34.626961+0000","last_unstale":"2023-09-30T09:06:02.763238+0000","last_undegraded":"2023-09-30T09:06:02.763238+0000","last_fullsized":"2023-09-30T09:06:02.763238+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:00:50.038785+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"4.0","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295346+0000","last_change":"2023-09-30T09:06:01.300419+0000","last_active":"2023-09-30T09:06:02.295346+0000","last_peered":"2023-09-30T09:06:02.295346+0000","last_clean":"2023-09-30T09:06:02.295346+0000","last_became_active":"2023-09-30T09:06:01.300097+0000","last_became_peered":"2023-09-30T09:06:01.300097+0000","last_unstale":"2023-09-30T09:06:02.295346+0000","last_undegraded":"2023-09-30T09:06:02.295346+0000","last_fullsized":"2023-09-30T09:06:02.295346+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:36:21.632423+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"60'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762868+0000","last_change":"2023-09-30T09:05:34.225417+0000","last_active":"2023-09-30T09:06:02.762868+0000","last_peered":"2023-09-30T09:06:02.762868+0000","last_clean":"2023-09-30T09:06:02.762868+0000","last_became_active":"2023-09-30T09:05:34.225097+0000","last_became_peered":"2023-09-30T09:05:34.225097+0000","last_unstale":"2023-09-30T09:06:02.762868+0000","last_undegraded":"2023-09-30T09:06:02.762868+0000","last_fullsized":"2023-09-30T09:06:02.762868+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T12:29:09.897299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296217+0000","last_change":"2023-09-30T09:05:34.623718+0000","last_active":"2023-09-30T09:06:02.296217+0000","last_peered":"2023-09-30T09:06:02.296217+0000","last_clean":"2023-09-30T09:06:02.296217+0000","last_became_active":"2023-09-30T09:05:34.623512+0000","last_became_peered":"2023-09-30T09:05:34.623512+0000","last_unstale":"2023-09-30T09:06:02.296217+0000","last_undegraded":"2023-09-30T09:06:02.296217+0000","last_fullsized":"2023-09-30T09:06:02.296217+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:49:40.318969+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,7,0],"acting":[3,7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"4.1","version":"0'0","reported_seq":11,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295613+0000","last_change":"2023-09-30T09:06:01.563104+0000","last_active":"2023-09-30T09:06:02.295613+0000","last_peered":"2023-09-30T09:06:02.295613+0000","last_clean":"2023-09-30T09:06:02.295613+0000","last_became_active":"2023-09-30T09:06:01.562821+0000","last_became_peered":"2023-09-30T09:06:01.562821+0000","last_unstale":"2023-09-30T09:06:02.295613+0000","last_undegraded":"2023-09-30T09:06:02.295613+0000","last_fullsized":"2023-09-30T09:06:02.295613+0000","mapping_epoch":61,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":62,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:11:17.044660+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639252+0000","last_change":"2023-09-30T09:05:34.220409+0000","last_active":"2023-09-30T09:06:02.639252+0000","last_peered":"2023-09-30T09:06:02.639252+0000","last_clean":"2023-09-30T09:06:02.639252+0000","last_became_active":"2023-09-30T09:05:34.219885+0000","last_became_peered":"2023-09-30T09:05:34.219885+0000","last_unstale":"2023-09-30T09:06:02.639252+0000","last_undegraded":"2023-09-30T09:06:02.639252+0000","last_fullsized":"2023-09-30T09:06:02.639252+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T11:53:30.662431+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763296+0000","last_change":"2023-09-30T09:05:34.624867+0000","last_active":"2023-09-30T09:06:02.763296+0000","last_peered":"2023-09-30T09:06:02.763296+0000","last_clean":"2023-09-30T09:06:02.763296+0000","last_became_active":"2023-09-30T09:05:34.624534+0000","last_became_peered":"2023-09-30T09:05:34.624534+0000","last_unstale":"2023-09-30T09:06:02.763296+0000","last_undegraded":"2023-09-30T09:06:02.763296+0000","last_fullsized":"2023-09-30T09:06:02.763296+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:02:52.267323+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.8","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762736+0000","last_change":"2023-09-30T09:05:34.223242+0000","last_active":"2023-09-30T09:06:02.762736+0000","last_peered":"2023-09-30T09:06:02.762736+0000","last_clean":"2023-09-30T09:06:02.762736+0000","last_became_active":"2023-09-30T09:05:34.222921+0000","last_became_peered":"2023-09-30T09:05:34.222921+0000","last_unstale":"2023-09-30T09:06:02.762736+0000","last_undegraded":"2023-09-30T09:06:02.762736+0000","last_fullsized":"2023-09-30T09:06:02.762736+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:04:57.534346+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,1],"acting":[7,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.9","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295830+0000","last_change":"2023-09-30T09:05:34.630746+0000","last_active":"2023-09-30T09:06:02.295830+0000","last_peered":"2023-09-30T09:06:02.295830+0000","last_clean":"2023-09-30T09:06:02.295830+0000","last_became_active":"2023-09-30T09:05:34.630469+0000","last_became_peered":"2023-09-30T09:05:34.630469+0000","last_unstale":"2023-09-30T09:06:02.295830+0000","last_undegraded":"2023-09-30T09:06:02.295830+0000","last_fullsized":"2023-09-30T09:06:02.295830+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:42:31.200312+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.9","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.764006+0000","last_change":"2023-09-30T09:05:34.228285+0000","last_active":"2023-09-30T09:06:02.764006+0000","last_peered":"2023-09-30T09:06:02.764006+0000","last_clean":"2023-09-30T09:06:02.764006+0000","last_became_active":"2023-09-30T09:05:34.227887+0000","last_became_peered":"2023-09-30T09:05:34.227887+0000","last_unstale":"2023-09-30T09:06:02.764006+0000","last_undegraded":"2023-09-30T09:06:02.764006+0000","last_fullsized":"2023-09-30T09:06:02.764006+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295377+0000","last_change":"2023-09-30T09:05:34.619705+0000","last_active":"2023-09-30T09:06:02.295377+0000","last_peered":"2023-09-30T09:06:02.295377+0000","last_clean":"2023-09-30T09:06:02.295377+0000","last_became_active":"2023-09-30T09:05:34.619425+0000","last_became_peered":"2023-09-30T09:05:34.619425+0000","last_unstale":"2023-09-30T09:06:02.295377+0000","last_undegraded":"2023-09-30T09:06:02.295377+0000","last_fullsized":"2023-09-30T09:06:02.295377+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:38:13.753790+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.a","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763435+0000","last_change":"2023-09-30T09:05:34.226526+0000","last_active":"2023-09-30T09:06:02.763435+0000","last_peered":"2023-09-30T09:06:02.763435+0000","last_clean":"2023-09-30T09:06:02.763435+0000","last_became_active":"2023-09-30T09:05:34.226277+0000","last_became_peered":"2023-09-30T09:05:34.226277+0000","last_unstale":"2023-09-30T09:06:02.763435+0000","last_undegraded":"2023-09-30T09:06:02.763435+0000","last_fullsized":"2023-09-30T09:06:02.763435+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296222+0000","last_change":"2023-09-30T09:05:34.627176+0000","last_active":"2023-09-30T09:06:02.296222+0000","last_peered":"2023-09-30T09:06:02.296222+0000","last_clean":"2023-09-30T09:06:02.296222+0000","last_became_active":"2023-09-30T09:05:34.626911+0000","last_became_peered":"2023-09-30T09:05:34.626911+0000","last_unstale":"2023-09-30T09:06:02.296222+0000","last_undegraded":"2023-09-30T09:06:02.296222+0000","last_fullsized":"2023-09-30T09:06:02.296222+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:40:48.911039+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.b","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762680+0000","last_change":"2023-09-30T09:05:34.230133+0000","last_active":"2023-09-30T09:06:02.762680+0000","last_peered":"2023-09-30T09:06:02.762680+0000","last_clean":"2023-09-30T09:06:02.762680+0000","last_became_active":"2023-09-30T09:05:34.229735+0000","last_became_peered":"2023-09-30T09:05:34.229735+0000","last_unstale":"2023-09-30T09:06:02.762680+0000","last_undegraded":"2023-09-30T09:06:02.762680+0000","last_fullsized":"2023-09-30T09:06:02.762680+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T12:53:15.188132+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638917+0000","last_change":"2023-09-30T09:05:34.633306+0000","last_active":"2023-09-30T09:06:02.638917+0000","last_peered":"2023-09-30T09:06:02.638917+0000","last_clean":"2023-09-30T09:06:02.638917+0000","last_became_active":"2023-09-30T09:05:34.632975+0000","last_became_peered":"2023-09-30T09:05:34.632975+0000","last_unstale":"2023-09-30T09:06:02.638917+0000","last_undegraded":"2023-09-30T09:06:02.638917+0000","last_fullsized":"2023-09-30T09:06:02.638917+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2.c","version":"0'0","reported_seq":15,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297310+0000","last_change":"2023-09-30T09:05:34.227516+0000","last_active":"2023-09-30T09:06:02.297310+0000","last_peered":"2023-09-30T09:06:02.297310+0000","last_clean":"2023-09-30T09:06:02.297310+0000","last_became_active":"2023-09-30T09:05:34.227215+0000","last_became_peered":"2023-09-30T09:05:34.227215+0000","last_unstale":"2023-09-30T09:06:02.297310+0000","last_undegraded":"2023-09-30T09:06:02.297310+0000","last_fullsized":"2023-09-30T09:06:02.297310+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762909+0000","last_change":"2023-09-30T09:05:34.637804+0000","last_active":"2023-09-30T09:06:02.762909+0000","last_peered":"2023-09-30T09:06:02.762909+0000","last_clean":"2023-09-30T09:06:02.762909+0000","last_became_active":"2023-09-30T09:05:34.637584+0000","last_became_peered":"2023-09-30T09:05:34.637584+0000","last_unstale":"2023-09-30T09:06:02.762909+0000","last_undegraded":"2023-09-30T09:06:02.762909+0000","last_fullsized":"2023-09-30T09:06:02.762909+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:46:23.566129+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.d","version":"59'1","reported_seq":16,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763041+0000","last_change":"2023-09-30T09:05:34.222788+0000","last_active":"2023-09-30T09:06:02.763041+0000","last_peered":"2023-09-30T09:06:02.763041+0000","last_clean":"2023-09-30T09:06:02.763041+0000","last_became_active":"2023-09-30T09:05:34.222468+0000","last_became_peered":"2023-09-30T09:05:34.222468+0000","last_unstale":"2023-09-30T09:06:02.763041+0000","last_undegraded":"2023-09-30T09:06:02.763041+0000","last_fullsized":"2023-09-30T09:06:02.763041+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":1,"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 @ 2023-10-01T13:13:17.793358+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415448+0000","last_change":"2023-09-30T09:05:34.625888+0000","last_active":"2023-09-30T09:06:02.415448+0000","last_peered":"2023-09-30T09:06:02.415448+0000","last_clean":"2023-09-30T09:06:02.415448+0000","last_became_active":"2023-09-30T09:05:34.625581+0000","last_became_peered":"2023-09-30T09:05:34.625581+0000","last_unstale":"2023-09-30T09:06:02.415448+0000","last_undegraded":"2023-09-30T09:06:02.415448+0000","last_fullsized":"2023-09-30T09:06:02.415448+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.e","version":"59'2","reported_seq":17,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297275+0000","last_change":"2023-09-30T09:05:34.213632+0000","last_active":"2023-09-30T09:06:02.297275+0000","last_peered":"2023-09-30T09:06:02.297275+0000","last_clean":"2023-09-30T09:06:02.297275+0000","last_became_active":"2023-09-30T09:05:34.213321+0000","last_became_peered":"2023-09-30T09:05:34.213321+0000","last_unstale":"2023-09-30T09:06:02.297275+0000","last_undegraded":"2023-09-30T09:06:02.297275+0000","last_fullsized":"2023-09-30T09:06:02.297275+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":2,"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 @ 2023-10-01T18:51:49.994921+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763165+0000","last_change":"2023-09-30T09:05:34.631666+0000","last_active":"2023-09-30T09:06:02.763165+0000","last_peered":"2023-09-30T09:06:02.763165+0000","last_clean":"2023-09-30T09:06:02.763165+0000","last_became_active":"2023-09-30T09:05:34.631407+0000","last_became_peered":"2023-09-30T09:05:34.631407+0000","last_unstale":"2023-09-30T09:06:02.763165+0000","last_undegraded":"2023-09-30T09:06:02.763165+0000","last_fullsized":"2023-09-30T09:06:02.763165+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:28.102732+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.20","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.638769+0000","last_change":"2023-09-30T09:05:34.634444+0000","last_active":"2023-09-30T09:06:02.638769+0000","last_peered":"2023-09-30T09:06:02.638769+0000","last_clean":"2023-09-30T09:06:02.638769+0000","last_became_active":"2023-09-30T09:05:34.631505+0000","last_became_peered":"2023-09-30T09:05:34.631505+0000","last_unstale":"2023-09-30T09:06:02.638769+0000","last_undegraded":"2023-09-30T09:06:02.638769+0000","last_fullsized":"2023-09-30T09:06:02.638769+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.297159+0000","last_change":"2023-09-30T09:05:34.632335+0000","last_active":"2023-09-30T09:06:02.297159+0000","last_peered":"2023-09-30T09:06:02.297159+0000","last_clean":"2023-09-30T09:06:02.297159+0000","last_became_active":"2023-09-30T09:05:34.632068+0000","last_became_peered":"2023-09-30T09:05:34.632068+0000","last_unstale":"2023-09-30T09:06:02.297159+0000","last_undegraded":"2023-09-30T09:06:02.297159+0000","last_fullsized":"2023-09-30T09:06:02.297159+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415385+0000","last_change":"2023-09-30T09:05:34.626752+0000","last_active":"2023-09-30T09:06:02.415385+0000","last_peered":"2023-09-30T09:06:02.415385+0000","last_clean":"2023-09-30T09:06:02.415385+0000","last_became_active":"2023-09-30T09:05:34.625835+0000","last_became_peered":"2023-09-30T09:05:34.625835+0000","last_unstale":"2023-09-30T09:06:02.415385+0000","last_undegraded":"2023-09-30T09:06:02.415385+0000","last_fullsized":"2023-09-30T09:06:02.415385+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763426+0000","last_change":"2023-09-30T09:05:34.624265+0000","last_active":"2023-09-30T09:06:02.763426+0000","last_peered":"2023-09-30T09:06:02.763426+0000","last_clean":"2023-09-30T09:06:02.763426+0000","last_became_active":"2023-09-30T09:05:34.624000+0000","last_became_peered":"2023-09-30T09:05:34.624000+0000","last_unstale":"2023-09-30T09:06:02.763426+0000","last_undegraded":"2023-09-30T09:06:02.763426+0000","last_fullsized":"2023-09-30T09:06:02.763426+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:34:21.915832+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.24","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296665+0000","last_change":"2023-09-30T09:05:34.623166+0000","last_active":"2023-09-30T09:06:02.296665+0000","last_peered":"2023-09-30T09:06:02.296665+0000","last_clean":"2023-09-30T09:06:02.296665+0000","last_became_active":"2023-09-30T09:05:34.622895+0000","last_became_peered":"2023-09-30T09:05:34.622895+0000","last_unstale":"2023-09-30T09:06:02.296665+0000","last_undegraded":"2023-09-30T09:06:02.296665+0000","last_fullsized":"2023-09-30T09:06:02.296665+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:47:25.143650+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.762997+0000","last_change":"2023-09-30T09:05:34.617315+0000","last_active":"2023-09-30T09:06:02.762997+0000","last_peered":"2023-09-30T09:06:02.762997+0000","last_clean":"2023-09-30T09:06:02.762997+0000","last_became_active":"2023-09-30T09:05:34.617052+0000","last_became_peered":"2023-09-30T09:05:34.617052+0000","last_unstale":"2023-09-30T09:06:02.762997+0000","last_undegraded":"2023-09-30T09:06:02.762997+0000","last_fullsized":"2023-09-30T09:06:02.762997+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:59:10.702009+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639322+0000","last_change":"2023-09-30T09:05:34.634582+0000","last_active":"2023-09-30T09:06:02.639322+0000","last_peered":"2023-09-30T09:06:02.639322+0000","last_clean":"2023-09-30T09:06:02.639322+0000","last_became_active":"2023-09-30T09:05:34.631397+0000","last_became_peered":"2023-09-30T09:05:34.631397+0000","last_unstale":"2023-09-30T09:06:02.639322+0000","last_undegraded":"2023-09-30T09:06:02.639322+0000","last_fullsized":"2023-09-30T09:06:02.639322+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.296289+0000","last_change":"2023-09-30T09:05:34.627064+0000","last_active":"2023-09-30T09:06:02.296289+0000","last_peered":"2023-09-30T09:06:02.296289+0000","last_clean":"2023-09-30T09:06:02.296289+0000","last_became_active":"2023-09-30T09:05:34.626808+0000","last_became_peered":"2023-09-30T09:05:34.626808+0000","last_unstale":"2023-09-30T09:06:02.296289+0000","last_undegraded":"2023-09-30T09:06:02.296289+0000","last_fullsized":"2023-09-30T09:06:02.296289+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:22:11.577682+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415227+0000","last_change":"2023-09-30T09:05:34.624993+0000","last_active":"2023-09-30T09:06:02.415227+0000","last_peered":"2023-09-30T09:06:02.415227+0000","last_clean":"2023-09-30T09:06:02.415227+0000","last_became_active":"2023-09-30T09:05:34.624707+0000","last_became_peered":"2023-09-30T09:05:34.624707+0000","last_unstale":"2023-09-30T09:06:02.415227+0000","last_undegraded":"2023-09-30T09:06:02.415227+0000","last_fullsized":"2023-09-30T09:06:02.415227+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.295887+0000","last_change":"2023-09-30T09:05:34.622844+0000","last_active":"2023-09-30T09:06:02.295887+0000","last_peered":"2023-09-30T09:06:02.295887+0000","last_clean":"2023-09-30T09:06:02.295887+0000","last_became_active":"2023-09-30T09:05:34.622535+0000","last_became_peered":"2023-09-30T09:05:34.622535+0000","last_unstale":"2023-09-30T09:06:02.295887+0000","last_undegraded":"2023-09-30T09:06:02.295887+0000","last_fullsized":"2023-09-30T09:06:02.295887+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:09:28.136171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.415330+0000","last_change":"2023-09-30T09:05:34.631981+0000","last_active":"2023-09-30T09:06:02.415330+0000","last_peered":"2023-09-30T09:06:02.415330+0000","last_clean":"2023-09-30T09:06:02.415330+0000","last_became_active":"2023-09-30T09:05:34.631712+0000","last_became_peered":"2023-09-30T09:05:34.631712+0000","last_unstale":"2023-09-30T09:06:02.415330+0000","last_undegraded":"2023-09-30T09:06:02.415330+0000","last_fullsized":"2023-09-30T09:06:02.415330+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.763504+0000","last_change":"2023-09-30T09:05:34.622508+0000","last_active":"2023-09-30T09:06:02.763504+0000","last_peered":"2023-09-30T09:06:02.763504+0000","last_clean":"2023-09-30T09:06:02.763504+0000","last_became_active":"2023-09-30T09:05:34.622145+0000","last_became_peered":"2023-09-30T09:05:34.622145+0000","last_unstale":"2023-09-30T09:06:02.763504+0000","last_undegraded":"2023-09-30T09:06:02.763504+0000","last_fullsized":"2023-09-30T09:06:02.763504+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:40:06.099959+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2c","version":"0'0","reported_seq":14,"reported_epoch":63,"state":"active+clean","last_fresh":"2023-09-30T09:06:02.639055+0000","last_change":"2023-09-30T09:05:34.631602+0000","last_active":"2023-09-30T09:06:02.639055+0000","last_peered":"2023-09-30T09:06:02.639055+0000","last_clean":"2023-09-30T09:06:02.639055+0000","last_became_active":"2023-09-30T09:05:34.631295+0000","last_became_peered":"2023-09-30T09:05:34.631295+0000","last_unstale":"2023-09-30T09:06:02.639055+0000","last_undegraded":"2023-09-30T09:06:02.639055+0000","last_fullsized":"2023-09-30T09:06:02.639055+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":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},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":3096,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":48,"num_write_kb":16,"num_scrub_errors":0,"num_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":9288,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":42,"ondisk_log_size":42,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299407,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6532,"kb_used_data":1212,"kb_used_omap":0,"kb_used_meta":5312,"kb_avail":93738620,"statfs":{"total":95995035648,"available":95988346880,"internally_reserved":0,"allocated":1241088,"data_stored":867999,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5439488},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.34799999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.377},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.39400000000000002}]},{"osd":2,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.33400000000000002}]},{"osd":3,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":2.3130000000000002,"5min":2.3130000000000002,"15min":2.3130000000000002},"last":0.505}]},{"osd":4,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.48899999999999999}]},{"osd":5,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.47199999999999998}]},{"osd":6,"last update":"Sat Sep 30 09:06:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.56699999999999995}]}]},{"osd":6,"up_from":45,"seq":193273528339,"num_pgs":39,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6596,"kb_used_data":1212,"kb_used_omap":0,"kb_used_meta":5376,"kb_avail":93738556,"statfs":{"total":95995035648,"available":95988281344,"internally_reserved":0,"allocated":1241088,"data_stored":869448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5505024},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.623},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.49199999999999999}]},{"osd":1,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.50600000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.438},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.54500000000000004}]},{"osd":3,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.45900000000000002}]},{"osd":4,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.57799999999999996}]},{"osd":5,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.69799999999999995}]},{"osd":7,"last update":"Sat Sep 30 09:06:20 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.68000000000000005}]}]},{"osd":1,"up_from":13,"seq":55834574884,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6728,"kb_used_data":640,"kb_used_omap":0,"kb_used_meta":6080,"kb_avail":93738424,"statfs":{"total":95995035648,"available":95988146176,"internally_reserved":0,"allocated":655360,"data_stored":277803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6225920},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.36299999999999999,"15min":0.35699999999999998},"min":{"1min":0.28000000000000003,"5min":0.17199999999999999,"15min":0.17199999999999999},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.38,"15min":0.373},"min":{"1min":0.29199999999999998,"5min":0.189,"15min":0.189},"max":{"1min":0.56599999999999995,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.40699999999999997}]},{"osd":2,"last update":"Sat Sep 30 09:05:59 2023","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.46100000000000002,"15min":0.46200000000000002},"min":{"1min":0.28499999999999998,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.58399999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.375,"5min":0.40799999999999997,"15min":0.41399999999999998},"min":{"1min":0.26400000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.60299999999999998,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.36199999999999999}]},{"osd":3,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.46100000000000002,"15min":0.46700000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.438,"5min":0.503,"15min":0.51400000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.79600000000000004,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.46600000000000003}]},{"osd":4,"last update":"Sat Sep 30 09:06:28 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.63200000000000001,"15min":0.64400000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.71299999999999997,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.499},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.60999999999999999,"15min":0.61799999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.80200000000000005,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.51300000000000001}]},{"osd":5,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.44400000000000001}]},{"osd":6,"last update":"Sat Sep 30 09:06:03 2023","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.55000000000000004}]},{"osd":7,"last update":"Sat Sep 30 09:06:18 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.56499999999999995}]}]},{"osd":0,"up_from":8,"seq":34359738407,"num_pgs":47,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":7444,"kb_used_data":1228,"kb_used_omap":0,"kb_used_meta":6208,"kb_avail":93737708,"statfs":{"total":95995035648,"available":95987412992,"internally_reserved":0,"allocated":1257472,"data_stored":868711,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6356992},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:05:41 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39500000000000002,"15min":0.39400000000000002},"min":{"1min":0.25600000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.54400000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.41199999999999998,"15min":0.41399999999999998},"min":{"1min":0.29499999999999998,"5min":0.217,"15min":0.217},"max":{"1min":0.50800000000000001,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.26100000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:05:57 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.433,"15min":0.42899999999999999},"min":{"1min":0.30599999999999999,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.28299999999999997,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.36099999999999999}]},{"osd":3,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.42299999999999999,"5min":0.45900000000000002,"15min":0.46500000000000002},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.58099999999999996,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.45500000000000002,"15min":0.46100000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.34599999999999997}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.46899999999999997}]},{"osd":5,"last update":"Sat Sep 30 09:05:47 2023","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.441},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.51700000000000002}]},{"osd":6,"last update":"Sat Sep 30 09:06:01 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.434}]},{"osd":7,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.46300000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411361,"num_pgs":27,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6588,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5952,"kb_avail":93738564,"statfs":{"total":95995035648,"available":95988289536,"internally_reserved":0,"allocated":643072,"data_stored":277342,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":6094848},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:58 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.377,"15min":0.38300000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.47899999999999998,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.378,"15min":0.38},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.26600000000000001}]},{"osd":1,"last update":"Sat Sep 30 09:05:58 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.36899999999999999,"15min":0.36599999999999999},"min":{"1min":0.27100000000000002,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.373,"5min":0.38100000000000001,"15min":0.38300000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.33100000000000002}]},{"osd":3,"last update":"Sat Sep 30 09:06:13 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.40899999999999997,"15min":0.41899999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.46200000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.437,"15min":0.44600000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.56999999999999995,"5min":0.62,"15min":0.62},"last":0.40300000000000002}]},{"osd":4,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.46800000000000003}]},{"osd":5,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.35999999999999999}]},{"osd":6,"last update":"Sat Sep 30 09:06:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.371}]},{"osd":7,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.378},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.47599999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182430,"num_pgs":36,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6100,"kb_used_data":652,"kb_used_omap":0,"kb_used_meta":5440,"kb_avail":93739052,"statfs":{"total":95995035648,"available":95988789248,"internally_reserved":0,"allocated":667648,"data_stored":280073,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5570560},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.39800000000000002,"15min":0.40100000000000002},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.58199999999999996,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.47299999999999998,"15min":0.45000000000000001},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":4.0030000000000001,"5min":4.0030000000000001,"15min":4.0030000000000001},"last":0.34999999999999998}]},{"osd":1,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.45200000000000001,"15min":0.46400000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59799999999999998,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.44500000000000001,"15min":0.45200000000000001},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.57799999999999996,"5min":0.62,"15min":0.62},"last":0.25800000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:06:16 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.48099999999999998,"15min":0.48899999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.379},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.36599999999999999}]},{"osd":4,"last update":"Sat Sep 30 09:05:31 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.56599999999999995}]},{"osd":5,"last update":"Sat Sep 30 09:05:45 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.40100000000000002}]},{"osd":6,"last update":"Sat Sep 30 09:06:04 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.45500000000000002}]},{"osd":7,"last update":"Sat Sep 30 09:06:22 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.54600000000000004}]}]},{"osd":4,"up_from":30,"seq":128849018905,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":648,"kb_used_omap":0,"kb_used_meta":5504,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":663552,"data_stored":278323,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5636096},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.46400000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.44800000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.436}]},{"osd":3,"last update":"Sat Sep 30 09:05:30 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.42699999999999999}]},{"osd":5,"last update":"Sat Sep 30 09:05:45 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.38}]},{"osd":6,"last update":"Sat Sep 30 09:06:01 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.34200000000000003}]},{"osd":7,"last update":"Sat Sep 30 09:06:20 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.36899999999999999}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":42,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6088,"kb_used_data":640,"kb_used_omap":0,"kb_used_meta":5440,"kb_avail":93739064,"statfs":{"total":95995035648,"available":95988801536,"internally_reserved":0,"allocated":655360,"data_stored":279435,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5570560},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.55500000000000005}]},{"osd":1,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.7310000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":0.51100000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.499},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.43099999999999999}]},{"osd":3,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.53200000000000003}]},{"osd":4,"last update":"Sat Sep 30 09:05:46 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.6679999999999999,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.41499999999999998}]},{"osd":6,"last update":"Sat Sep 30 09:06:02 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":1.702,"5min":1.702,"15min":1.702},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.38}]},{"osd":7,"last update":"Sat Sep 30 09:06:19 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.40100000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":2430,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":2416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":2326,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":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}]}} 2023-09-30T09:06:30.371 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-30T09:06:30.371 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-30T09:06:30.371 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-30T09:06:30.371 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-30T09:06:30.636 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:30 smithi192 ceph-mon[114603]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:06:31.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:30 smithi118 ceph-mon[123327]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:06:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:30 smithi118 ceph-mon[110048]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:06:31.232 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:30 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:06:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:06:31.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:30 smithi192 systemd[1]: Started Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:31.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122483205Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2023-09-30T09:06:31.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122671597Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2023-09-30T09:06:31.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122689678Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2023-09-30T09:06:31.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122696689Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2023-09-30T09:06:31.233 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.12270299Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122709462Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122716353Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122742429Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122748525Z level=info msg="Path Home" path=/usr/share/grafana 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122754717Z level=info msg="Path Data" path=/var/lib/grafana 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122760558Z level=info msg="Path Logs" path=/var/log/grafana 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122766175Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122772061Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=settings t=2023-09-30T09:06:31.122779371Z level=info msg="App mode production" 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=sqlstore t=2023-09-30T09:06:31.122822347Z level=info msg="Connecting to DB" dbtype=sqlite3 2023-09-30T09:06:31.234 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=sqlstore t=2023-09-30T09:06:31.122838875Z 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----- 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.12368791Z level=info msg="Starting DB migrations" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.123759079Z level=info msg="Executing migration" id="create migration_log table" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.124286627Z level=info msg="Executing migration" id="create user table" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.124722796Z level=info msg="Executing migration" id="add unique index user.login" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.125156732Z level=info msg="Executing migration" id="add unique index user.email" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.127936324Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.130410157Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.133068964Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.135586127Z level=info msg="Executing migration" id="create user table v2" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.138502472Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.141042538Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.143594385Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2023-09-30T09:06:31.235 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.146331466Z level=info msg="Executing migration" id="Drop old table user_v1" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.149019981Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.149457322Z level=info msg="Executing migration" id="Update user table charset" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.152311748Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.154984342Z level=info msg="Executing migration" id="Add missing user data" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.157529954Z level=info msg="Executing migration" id="Add is_disabled column to user" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.157966028Z level=info msg="Executing migration" id="Add index user.login/user.email" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.160736049Z level=info msg="Executing migration" id="Add is_service_account column to user" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.163370884Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2023-09-30T09:06:31.236 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.166066971Z level=info msg="Executing migration" id="create temp user table v1-7" 2023-09-30T09:06:31.237 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.16651833Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2023-09-30T09:06:31.237 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.169122345Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2023-09-30T09:06:31.237 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.17187297Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2023-09-30T09:06:31.237 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.172305463Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.17308628Z level=info msg="Executing migration" id="Update temp_user table charset" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.174020324Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.174709258Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.175651734Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.176334101Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.177295774Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.178072111Z level=info msg="Executing migration" id="create temp_user v2" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.178993346Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.17971614Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2023-09-30T09:06:31.238 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.180600621Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.18127284Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.182103447Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.1830217Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.183461504Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.184266087Z level=info msg="Executing migration" id="create star table" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.18520659Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.185915363Z level=info msg="Executing migration" id="create org table v1" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.18630578Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.187178344Z level=info msg="Executing migration" id="create org_user table v1" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.188079504Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.188693952Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.189545313Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2023-09-30T09:06:31.239 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.190372165Z level=info msg="Executing migration" id="Update org table charset" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.19122935Z level=info msg="Executing migration" id="Update org_user table charset" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.191524082Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.192372202Z level=info msg="Executing migration" id="create dashboard table" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.192814914Z level=info msg="Executing migration" id="add index dashboard.account_id" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.193223755Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.194155857Z level=info msg="Executing migration" id="create dashboard_tag table" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.194845031Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.195825569Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.196517031Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.197372085Z level=info msg="Executing migration" id="create dashboard v2" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.197758361Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2023-09-30T09:06:31.240 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.198627096Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.199484459Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.200219892Z level=info msg="Executing migration" id="drop table dashboard_v1" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.200611699Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.201383248Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.201889893Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.202373864Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.203235413Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.204002236Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.206800399Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2023-09-30T09:06:31.241 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.209531709Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.212130935Z level=info msg="Executing migration" id="Update dashboard table charset" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.212443043Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.215356903Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.216055446Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.218006692Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.220607784Z level=info msg="Executing migration" id="Add column uid in dashboard" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.221215219Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.224112377Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.22661352Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.229468566Z level=info msg="Executing migration" id="Update dashboard title length" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.229890776Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2023-09-30T09:06:31.242 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.232597646Z level=info msg="Executing migration" id="create dashboard_provisioning" 2023-09-30T09:06:31.243 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.233106867Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-09-30T09:06:31.484 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.235150432Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2023-09-30T09:06:31.484 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.237922371Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-09-30T09:06:31.484 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.23852667Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-09-30T09:06:31.484 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.241086298Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2023-09-30T09:06:31.484 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.243767268Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2023-09-30T09:06:31.484 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.24645392Z level=info msg="Executing migration" id="Add check_sum column" 2023-09-30T09:06:31.484 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.247094582Z level=info msg="Executing migration" id="Add index for dashboard_title" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.249823204Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.252434287Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.254997907Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.255439536Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.258078014Z level=info msg="Executing migration" id="create data_source table" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.26050272Z level=info msg="Executing migration" id="add index data_source.account_id" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.260920319Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.263279813Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.26579314Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.268329373Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2023-09-30T09:06:31.485 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.271027823Z level=info msg="Executing migration" id="create data_source table v2" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.271485243Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.274176347Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.276645365Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.279339825Z level=info msg="Executing migration" id="Add column with_credentials" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.280120409Z level=info msg="Executing migration" id="Add secure json data column" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.280877386Z level=info msg="Executing migration" id="Update data_source table charset" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.281153236Z level=info msg="Executing migration" id="Update initial version to 1" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.281641624Z level=info msg="Executing migration" id="Add read_only data column" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.28219577Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.282516541Z level=info msg="Executing migration" id="Update json_data with nulls" 2023-09-30T09:06:31.486 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.282805127Z level=info msg="Executing migration" id="Add uid column" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.283365196Z level=info msg="Executing migration" id="Update uid value" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.284138025Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.284609589Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.28539228Z level=info msg="Executing migration" id="create api_key table" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.285841493Z level=info msg="Executing migration" id="add index api_key.account_id" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.286759734Z level=info msg="Executing migration" id="add index api_key.key" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.287387418Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.288304626Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.288926909Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.289353367Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2023-09-30T09:06:31.487 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.289766766Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.290797413Z level=info msg="Executing migration" id="create api_key table v2" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.291211629Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.291627832Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.29204869Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.292504499Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.292837326Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.293170921Z level=info msg="Executing migration" id="Update api_key table charset" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.293476671Z level=info msg="Executing migration" id="Add expires to api_key table" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.294011342Z level=info msg="Executing migration" id="Add service account foreign key" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.294578688Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2023-09-30T09:06:31.488 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.294904988Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.29546208Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.296019506Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.296442768Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.296849387Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.297230627Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.297676215Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.298120061Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.298573335Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.298869044Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.299134218Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2023-09-30T09:06:31.489 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.29972039Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.3002857Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.300608111Z level=info msg="Executing migration" id="create quota table v1" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.301040918Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.301522641Z level=info msg="Executing migration" id="Update quota table charset" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.30183475Z level=info msg="Executing migration" id="create plugin_setting table" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.302249217Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.302693126Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.303262955Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.303576404Z level=info msg="Executing migration" id="create session table" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.304033845Z level=info msg="Executing migration" id="Drop old table playlist table" 2023-09-30T09:06:31.490 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.30480346Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.305130685Z level=info msg="Executing migration" id="create playlist table v2" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.305579884Z level=info msg="Executing migration" id="create playlist item table v2" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.305999743Z level=info msg="Executing migration" id="Update playlist table charset" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.306291314Z level=info msg="Executing migration" id="Update playlist_item table charset" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.306589059Z level=info msg="Executing migration" id="drop preferences table v2" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.306891197Z level=info msg="Executing migration" id="drop preferences table v3" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.307174493Z level=info msg="Executing migration" id="create preferences table v3" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.307598513Z level=info msg="Executing migration" id="Update preferences table charset" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.307886873Z level=info msg="Executing migration" id="Add column team_id in preferences" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.308522635Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2023-09-30T09:06:31.491 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.308861431Z level=info msg="Executing migration" id="Add column week_start in preferences" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.309498683Z level=info msg="Executing migration" id="Add column preferences.json_data" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.310089723Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.310414536Z level=info msg="Executing migration" id="Add preferences index org_id" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.310853413Z level=info msg="Executing migration" id="Add preferences index user_id" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.311341965Z level=info msg="Executing migration" id="create alert table v1" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.312108195Z level=info msg="Executing migration" id="add index alert org_id & id " 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.31292837Z level=info msg="Executing migration" id="add index alert state" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.313397485Z level=info msg="Executing migration" id="add index alert dashboard_id" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.313827414Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.314217327Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-09-30T09:06:31.492 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.314655044Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-09-30T09:06:31.493 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.315070674Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.316485333Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.316895365Z 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" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.317675101Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.318016424Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.318399089Z level=info msg="Executing migration" id="create alert_notification table v1" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.318803747Z level=info msg="Executing migration" id="Add column is_default" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.319540022Z level=info msg="Executing migration" id="Add column frequency" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.3202087Z level=info msg="Executing migration" id="Add column send_reminder" 2023-09-30T09:06:31.494 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.320848831Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.321529005Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.321990445Z level=info msg="Executing migration" id="Update alert table charset" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.322272721Z level=info msg="Executing migration" id="Update alert_notification table charset" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.322582134Z level=info msg="Executing migration" id="create notification_journal table v1" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.322961738Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.323413589Z level=info msg="Executing migration" id="drop alert_notification_journal" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.323815318Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.324717702Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.325246684Z level=info msg="Executing migration" id="Add for to alert table" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.325896676Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2023-09-30T09:06:31.495 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.326762248Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.327768826Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.328483898Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.329390867Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.330253381Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.331127568Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.331790087Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.33285334Z level=info msg="Executing migration" id="Drop old annotation table v4" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.335020578Z level=info msg="Executing migration" id="create annotation table v5" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.337819015Z level=info msg="Executing migration" id="add index annotation 0 v3" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.340547303Z level=info msg="Executing migration" id="add index annotation 1 v3" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.343381015Z level=info msg="Executing migration" id="add index annotation 2 v3" 2023-09-30T09:06:31.496 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.345948591Z level=info msg="Executing migration" id="add index annotation 3 v3" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.348514872Z level=info msg="Executing migration" id="add index annotation 4 v3" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.351380949Z level=info msg="Executing migration" id="Update annotation table charset" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.353981441Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.356491586Z level=info msg="Executing migration" id="Drop category_id index" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.359051396Z level=info msg="Executing migration" id="Add column tags to annotation table" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.361923157Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.36448315Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.367102522Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.369821319Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.372390118Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.375111215Z 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" 2023-09-30T09:06:31.497 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.377721931Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.380519729Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.383237774Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.385701529Z level=info msg="Executing migration" id="Add created time to annotation table" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.388311117Z level=info msg="Executing migration" id="Add updated time to annotation table" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.390898885Z level=info msg="Executing migration" id="Add index for created in annotation table" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.393408941Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.396237809Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.398973048Z level=info msg="Executing migration" id="Add epoch_end column" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.40157659Z level=info msg="Executing migration" id="Add index for epoch_end" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.404095477Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.406577409Z level=info msg="Executing migration" id="Move region to single row" 2023-09-30T09:06:31.498 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.407290987Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.408045775Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.408898212Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.409708036Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.410469438Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.411286936Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.412176453Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.41291299Z level=info msg="Executing migration" id="create test_data table" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.413765141Z level=info msg="Executing migration" id="create dashboard_version table v1" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.414600147Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.415347453Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.416182665Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2023-09-30T09:06:31.499 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.41711512Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.417816565Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.418612581Z level=info msg="Executing migration" id="create team table" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.419254871Z level=info msg="Executing migration" id="add index team.org_id" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.419731449Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.420588697Z level=info msg="Executing migration" id="create team member table" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.421335902Z level=info msg="Executing migration" id="add index team_member.org_id" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.422302338Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.422991642Z level=info msg="Executing migration" id="add index team_member.team_id" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.423976868Z level=info msg="Executing migration" id="Add column email to team table" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.424830048Z level=info msg="Executing migration" id="Add column external to team_member table" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.425610164Z level=info msg="Executing migration" id="Add column permission to team_member table" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.42649163Z level=info msg="Executing migration" id="create dashboard acl table" 2023-09-30T09:06:31.500 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.427344134Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.428140112Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.429102191Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.429795606Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.430770711Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.431400267Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.432277726Z level=info msg="Executing migration" id="add index dashboard_permission" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.432684873Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.433496555Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.433815908Z level=info msg="Executing migration" id="create tag table" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.434389702Z level=info msg="Executing migration" id="add index tag.key_value" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.437296329Z level=info msg="Executing migration" id="create login attempt table" 2023-09-30T09:06:31.501 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.437675626Z level=info msg="Executing migration" id="add index login_attempt.username" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.440490853Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.443467876Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.446024265Z level=info msg="Executing migration" id="create login_attempt v2" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.446429065Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.449235296Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.451974186Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.454596578Z level=info msg="Executing migration" id="create user auth table" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.455019687Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.457817781Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.460479236Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2023-09-30T09:06:31.502 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.463163393Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.465994808Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.468453543Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.471114035Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.473652439Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.474552869Z level=info msg="Executing migration" id="create server_lock table" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.477351234Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.479907907Z level=info msg="Executing migration" id="create user auth token table" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.482465588Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2023-09-30T09:06:31.503 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.482937787Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.485545595Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.488156386Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.490942874Z level=info msg="Executing migration" id="create cache_data table" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.491383308Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.494100272Z level=info msg="Executing migration" id="create short_url table v1" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.496897915Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.49940079Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.499707391Z level=info msg="Executing migration" id="delete alert_definition table" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.502371176Z level=info msg="Executing migration" id="recreate alert_definition table" 2023-09-30T09:06:31.735 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.502854632Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.505083158Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.507939061Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.508242779Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.509042172Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.509939293Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.510657982Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.511093174Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.511923088Z level=info msg="Executing migration" id="drop alert_definition table" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.512774785Z level=info msg="Executing migration" id="delete alert_definition_version table" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.513675752Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.514264546Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2023-09-30T09:06:31.736 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.515103887Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.516042006Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.516752786Z level=info msg="Executing migration" id="drop alert_definition_version table" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.517344554Z level=info msg="Executing migration" id="create alert_instance table" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.518162573Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.518931616Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.519750188Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.520581363Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.521383464Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.522222744Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.525570129Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2023-09-30T09:06:31.737 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.528883662Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.529789234Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.530598305Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.531429606Z level=info msg="Executing migration" id="create alert_rule table" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.531841989Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.532913398Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.533553726Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.534359834Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.534690194Z level=info msg="Executing migration" id="add column for to alert_rule" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.53556344Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.536409333Z level=info msg="Executing migration" id="add column labels to alert_rule" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.537248208Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2023-09-30T09:06:31.738 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.537717518Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.540358958Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.541179485Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.543156802Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.545675888Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.546565578Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.549168324Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.552016332Z level=info msg="Executing migration" id="create alert_rule_version table" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.554396733Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.554866465Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2023-09-30T09:06:31.739 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.557527049Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.558072361Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.560905048Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.561789209Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.564284314Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.566850859Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.569571666Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.569985709Z level=info msg="Executing migration" id=create_alert_configuration_table 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.572628145Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.575241614Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-09-30T09:06:31.740 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.577656644Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.578585975Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.581320191Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.582217686Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.582983558Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.583836902Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.584770073Z level=info msg="Executing migration" id="create provenance_type table" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.585752054Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.586382249Z level=info msg="Executing migration" id="create alert_image table" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.586787106Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2023-09-30T09:06:31.741 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.587593999Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2023-09-30T09:06:31.742 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.588479674Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2023-09-30T09:06:31.742 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.588939143Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2023-09-30T09:06:31.742 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.589396264Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2023-09-30T09:06:31.742 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.589487432Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2023-09-30T09:06:31.742 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.590182246Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2023-09-30T09:06:31.742 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.59109601Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2023-09-30T09:06:31.742 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.591755675Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.591866689Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.591973958Z level=info msg="alerts found to migrate" alerts=0 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.592372995Z level=info msg="Executing migration" id="create library_element table v1" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.593329882Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.593961121Z level=info msg="Executing migration" id="create library_element_connection table v1" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.594770036Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.59523741Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.596037594Z level=info msg="Executing migration" id="increase max description length to 2048" 2023-09-30T09:06:31.743 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.596902471Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.597766308Z level=info msg="Executing migration" id="create data_keys table" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.598282725Z level=info msg="Executing migration" id="create secrets table" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.599114155Z level=info msg="Executing migration" id="rename data_keys name column to id" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.60342219Z level=info msg="Executing migration" id="add name column into data_keys" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.604350061Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.60465911Z level=info msg="Executing migration" id="rename data_keys name column to label" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.608856513Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.613136711Z level=info msg="Executing migration" id="create kv_store table v1" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.613622426Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.614047337Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2023-09-30T09:06:31.744 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.614385329Z level=info msg="Executing migration" id="create permission table" 2023-09-30T09:06:31.745 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.614768036Z level=info msg="Executing migration" id="add unique index permission.role_id" 2023-09-30T09:06:31.745 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.615180544Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2023-09-30T09:06:31.745 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.615622731Z level=info msg="Executing migration" id="create role table" 2023-09-30T09:06:31.745 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.615999185Z level=info msg="Executing migration" id="add column display_name" 2023-09-30T09:06:31.745 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.616908472Z level=info msg="Executing migration" id="add column group_name" 2023-09-30T09:06:31.745 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.618009423Z level=info msg="Executing migration" id="add index role.org_id" 2023-09-30T09:06:31.745 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.618453454Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2023-09-30T09:06:31.746 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.618873673Z level=info msg="Executing migration" id="add index role_org_id_uid" 2023-09-30T09:06:31.746 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.619292172Z level=info msg="Executing migration" id="create team role table" 2023-09-30T09:06:31.746 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.619686346Z level=info msg="Executing migration" id="add index team_role.org_id" 2023-09-30T09:06:31.746 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.620100219Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2023-09-30T09:06:31.746 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.620553867Z level=info msg="Executing migration" id="add index team_role.team_id" 2023-09-30T09:06:31.746 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.620972245Z level=info msg="Executing migration" id="create user role table" 2023-09-30T09:06:31.746 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.621358001Z level=info msg="Executing migration" id="add index user_role.org_id" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.621783064Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.622201298Z level=info msg="Executing migration" id="add index user_role.user_id" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.622639577Z level=info msg="Executing migration" id="create builtin role table" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.62304818Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.623482206Z level=info msg="Executing migration" id="add index builtin_role.name" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.623911431Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.624881283Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.625398754Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.626123336Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.626566131Z level=info msg="Executing migration" id="add unique index role.uid" 2023-09-30T09:06:31.747 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.626957303Z level=info msg="Executing migration" id="create seed assignment table" 2023-09-30T09:06:31.748 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.627345367Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2023-09-30T09:06:31.748 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.627784523Z level=info msg="Executing migration" id="add column hidden to role table" 2023-09-30T09:06:31.748 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.628764452Z level=info msg="Executing migration" id="create query_history table v1" 2023-09-30T09:06:31.748 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.629158589Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2023-09-30T09:06:31.748 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.629596463Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2023-09-30T09:06:31.748 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.629856637Z level=info msg="Executing migration" id="teams permissions migration" 2023-09-30T09:06:31.749 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.630230441Z level=info msg="Executing migration" id="dashboard permissions" 2023-09-30T09:06:31.749 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.630674542Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2023-09-30T09:06:31.749 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.631017907Z level=info msg="Executing migration" id="drop managed folder create actions" 2023-09-30T09:06:31.749 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.631334434Z level=info msg="Executing migration" id="alerting notification permissions" 2023-09-30T09:06:31.750 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.631683354Z level=info msg="Executing migration" id="create query_history_star table v1" 2023-09-30T09:06:31.750 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.632061406Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2023-09-30T09:06:31.750 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.632489805Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2023-09-30T09:06:31.750 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.633505596Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2023-09-30T09:06:31.750 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.633799956Z level=info msg="Executing migration" id="create correlation table v1" 2023-09-30T09:06:31.751 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.634200328Z level=info msg="Executing migration" id="add index correlations.uid" 2023-09-30T09:06:31.751 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.63462116Z level=info msg="Executing migration" id="add index correlations.source_uid" 2023-09-30T09:06:31.751 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.635030212Z level=info msg="Executing migration" id="add correlation config column" 2023-09-30T09:06:31.751 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.636001004Z level=info msg="Executing migration" id="create entity_events table" 2023-09-30T09:06:31.751 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.636462391Z level=info msg="Executing migration" id="create dashboard public config v1" 2023-09-30T09:06:31.751 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.636894159Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2023-09-30T09:06:31.751 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.636984843Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.637269314Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.637358885Z 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" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.637641545Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.638502796Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.638946114Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.639438704Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.642222696Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2023-09-30T09:06:31.752 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.644941722Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.647678091Z level=info msg="Executing migration" id="Drop public config table" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.650177839Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.653095594Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.65550747Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.658289951Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.661048611Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.664074609Z level=info msg="Executing migration" id="add annotations_enabled column" 2023-09-30T09:06:31.753 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.666657497Z level=info msg="Executing migration" id="add time_selection_enabled column" 2023-09-30T09:06:31.754 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.669348365Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2023-09-30T09:06:31.754 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.672090839Z level=info msg="Executing migration" id="add share column" 2023-09-30T09:06:31.754 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.674812429Z level=info msg="Executing migration" id="create default alerting folders" 2023-09-30T09:06:31.754 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.67731504Z level=info msg="Executing migration" id="create file table" 2023-09-30T09:06:31.754 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.680066867Z level=info msg="Executing migration" id="file table idx: path natural pk" 2023-09-30T09:06:31.754 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.682690409Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2023-09-30T09:06:31.755 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.685490043Z level=info msg="Executing migration" id="create file_meta table" 2023-09-30T09:06:31.755 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.6858825Z level=info msg="Executing migration" id="file table idx: path key" 2023-09-30T09:06:31.755 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.688352925Z level=info msg="Executing migration" id="set path collation in file table" 2023-09-30T09:06:31.755 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.69104367Z level=info msg="Executing migration" id="managed permissions migration" 2023-09-30T09:06:31.755 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.693847002Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2023-09-30T09:06:31.755 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.696434322Z level=info msg="Executing migration" id="RBAC action name migrator" 2023-09-30T09:06:31.755 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.69909115Z level=info msg="Executing migration" id="Add UID column to playlist" 2023-09-30T09:06:31.756 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.701538505Z level=info msg="Executing migration" id="Update uid column values in playlist" 2023-09-30T09:06:31.756 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.704122289Z level=info msg="Executing migration" id="Add index for uid in playlist" 2023-09-30T09:06:31.756 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.70690947Z level=info msg="Executing migration" id="update group index for alert rules" 2023-09-30T09:06:31.756 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.709573578Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2023-09-30T09:06:31.756 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.711788858Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2023-09-30T09:06:31.756 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.712399084Z level=info msg="Executing migration" id="add action column to seed_assignment" 2023-09-30T09:06:31.757 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.713521654Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2023-09-30T09:06:31.757 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.714589642Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2023-09-30T09:06:31.757 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.715412727Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2023-09-30T09:06:31.757 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.725178477Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2023-09-30T09:06:31.757 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.726162066Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2023-09-30T09:06:31.757 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.7268604Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2023-09-30T09:06:31.757 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.73020726Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2023-09-30T09:06:31.758 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.731058031Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2023-09-30T09:06:31.758 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.733862374Z level=info msg="Executing migration" id="create folder table" 2023-09-30T09:06:31.775 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:31 smithi118 systemd[1]: Starting Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:06:31.784 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:31.784 INFO:teuthology.orchestra.run.smithi118.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-30T09:06:32.053 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.736260788Z level=info msg="Executing migration" id="Add index for parent_uid" 2023-09-30T09:06:32.053 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.739097796Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2023-09-30T09:06:32.053 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.741860158Z level=info msg="Executing migration" id="Update folder title length" 2023-09-30T09:06:32.053 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.744581114Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2023-09-30T09:06:32.053 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=migrator t=2023-09-30T09:06:31.747168251Z level=info msg="migrations completed" performed=485 skipped=0 duration=623.426977ms 2023-09-30T09:06:32.053 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=sqlstore t=2023-09-30T09:06:31.747593244Z level=info msg="Created default organization" 2023-09-30T09:06:32.053 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=plugin.loader t=2023-09-30T09:06:31.806967399Z level=info msg="Plugin registered" pluginID=input 2023-09-30T09:06:32.054 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=plugin.loader t=2023-09-30T09:06:31.83364715Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2023-09-30T09:06:32.054 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=plugin.loader t=2023-09-30T09:06:31.833667899Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2023-09-30T09:06:32.054 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=secrets t=2023-09-30T09:06:31.833700762Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2023-09-30T09:06:32.054 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=query_data t=2023-09-30T09:06:31.835398282Z level=info msg="Query Service initialization" 2023-09-30T09:06:32.054 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=live.push_http t=2023-09-30T09:06:31.837874978Z level=info msg="Live Push Gateway initialization" 2023-09-30T09:06:32.160 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-30T09:06:32.162 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:06:32.346 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:32 smithi118 bash[163607]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2023-09-30T09:06:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[110048]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1261996223' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[123327]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:32 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1261996223' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T09:06:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-mon[114603]: pgmap v17: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:32.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1261996223' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-30T09:06:32.488 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:32.489 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":64,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:06:02.815773+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-09-30T09:06:00.239874+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":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":"63","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":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2583104717":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1320496071":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6800/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2997106918":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1202799162":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:06:32.503 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T09:03:57.670297+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}, {'pool': 2, 'pool_name': 'cephfs_metadata', 'create_time': '2023-09-30T09:05:32.613252+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': '59', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_autoscale_bias': 4, 'pg_num_min': 16, 'recovery_priority': 5}, 'application_metadata': {'cephfs': {'metadata': 'cephfs'}}}, {'pool': 3, 'pool_name': 'cephfs_data', 'create_time': '2023-09-30T09:05:33.768565+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 64, 'pg_placement_num': 64, 'pg_placement_num_target': 64, 'pg_num_target': 64, 'pg_num_pending': 64, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '60', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 64, 'target_size_ratio': 0.8999999761581421}, 'application_metadata': {'cephfs': {'data': 'cephfs'}}}, {'pool': 4, 'pool_name': 'rbd', 'create_time': '2023-09-30T09:06:00.239874+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': 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': '63', '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': {'rbd': {}}}] 2023-09-30T09:06:32.503 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-09-30T09:06:32.830 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2023-09-30T09:06:32.844 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2023-09-30T09:06:32.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=infra.usagestats.collector t=2023-09-30T09:06:32.546789202Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2023-09-30T09:06:32.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=provisioning.datasources t=2023-09-30T09:06:32.547084132Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-09-30T09:06:32.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=provisioning.datasources t=2023-09-30T09:06:32.580898741Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2023-09-30T09:06:32.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=provisioning.datasources t=2023-09-30T09:06:32.612514813Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2023-09-30T09:06:32.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=provisioning.alerting t=2023-09-30T09:06:32.634493819Z level=info msg="starting to provision alerting" 2023-09-30T09:06:32.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=provisioning.alerting t=2023-09-30T09:06:32.634512595Z level=info msg="finished to provision alerting" 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=ngalert.state.manager t=2023-09-30T09:06:32.634584282Z level=info msg="Warming state cache for startup" 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=grafanaStorageLogger t=2023-09-30T09:06:32.635082661Z level=info msg="storage starting" 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=http.server t=2023-09-30T09:06:32.640204314Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=ngalert.state.manager t=2023-09-30T09:06:32.645228533Z level=info msg="State cache has been initialized" states=0 duration=10.643757ms 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=ngalert.multiorg.alertmanager t=2023-09-30T09:06:32.64526046Z level=info msg="starting MultiOrg Alertmanager" 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=ticker t=2023-09-30T09:06:32.645290541Z level=info msg=starting first_tick=2023-09-30T09:06:40Z 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=sqlstore.transactions t=2023-09-30T09:06:32.646409595Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=sqlstore.transactions t=2023-09-30T09:06:32.683702206Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=sqlstore.transactions t=2023-09-30T09:06:32.713807126Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-09-30T09:06:32.964 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:06:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[150750]: logger=sqlstore.transactions t=2023-09-30T09:06:32.724615141Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2023-09-30T09:06:33.096 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:32 smithi118 bash[163607]: Getting image source signatures 2023-09-30T09:06:33.096 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:32 smithi118 bash[163607]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2023-09-30T09:06:33.096 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:32 smithi118 bash[163607]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2023-09-30T09:06:33.096 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:32 smithi118 bash[163607]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2023-09-30T09:06:33.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[123327]: Deploying daemon node-exporter.a on smithi118 2023-09-30T09:06:33.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3265147075' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:33.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1879975685' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:06:33.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[110048]: Deploying daemon node-exporter.a on smithi118 2023-09-30T09:06:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3265147075' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1879975685' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:06:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:33 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:33.181 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 32 2023-09-30T09:06:33.196 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2023-09-30T09:06:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:33 smithi192 ceph-mon[114603]: Deploying daemon node-exporter.a on smithi118 2023-09-30T09:06:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:33 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3265147075' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:33 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1879975685' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:06:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:33 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:33 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:33.551 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 64 2023-09-30T09:06:33.565 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2023-09-30T09:06:33.900 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 8 2023-09-30T09:06:33.915 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T09:06:34.300 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:34.300 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.118:6835/3635796439","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":3635796439},{"type":"v1","addr":"172.21.15.118:6835","nonce":3635796439}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2023-09-30T09:05:34.599176+0000","modified":"2023-09-30T09:05:37.611371+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.192:6833/117750584","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6832","nonce":117750584},{"type":"v1","addr":"172.21.15.192:6833","nonce":117750584}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2023-09-30T09:06:34.302 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 8 2023-09-30T09:06:34.313 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[110048]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:34.313 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2710035547' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.313 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2586001944' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.313 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1765748201' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.313 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[123327]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:34.313 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2710035547' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.314 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2586001944' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.314 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1765748201' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.315 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:06:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:34 smithi192 ceph-mon[114603]: pgmap v18: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:34 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2710035547' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:34 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2586001944' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:34 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1765748201' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-09-30T09:06:34.595 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 bash[163607]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2023-09-30T09:06:34.596 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 bash[163607]: Writing manifest to image destination 2023-09-30T09:06:34.632 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:34.633 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":64,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:06:02.815773+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-09-30T09:06:00.239874+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":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":"63","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":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2583104717":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1320496071":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6800/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2997106918":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1202799162":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:06:34.646 INFO:tasks.cephfs.filesystem.ceph_manager:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-30T09:03:57.670297+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}, {'pool': 2, 'pool_name': 'cephfs_metadata', 'create_time': '2023-09-30T09:05:32.613252+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': '59', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_autoscale_bias': 4, 'pg_num_min': 16, 'recovery_priority': 5}, 'application_metadata': {'cephfs': {'metadata': 'cephfs'}}}, {'pool': 3, 'pool_name': 'cephfs_data', 'create_time': '2023-09-30T09:05:33.768565+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 64, 'pg_placement_num': 64, 'pg_placement_num_target': 64, 'pg_num_target': 64, 'pg_num_pending': 64, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '60', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 64, 'target_size_ratio': 0.8999999761581421}, 'application_metadata': {'cephfs': {'data': 'cephfs'}}}, {'pool': 4, 'pool_name': 'rbd', 'create_time': '2023-09-30T09:06:00.239874+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': 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': '63', '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': {'rbd': {}}}] 2023-09-30T09:06:34.647 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get .mgr pg_num 2023-09-30T09:06:34.974 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2023-09-30T09:06:34.989 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_metadata pg_num 2023-09-30T09:06:35.311 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 32 2023-09-30T09:06:35.324 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:35 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/506404912' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:35.324 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:35 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/383318074' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:35.324 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:35 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3995833601' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:06:35.325 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:35 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/506404912' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:35.325 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:35 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/383318074' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:35.325 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:35 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3995833601' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:06:35.325 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.981Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-09-30T09:06:35.325 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.981Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2023-09-30T09:06:35.325 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z 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+$ 2023-09-30T09:06:35.325 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z 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/.+)($|/) 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z 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)$ 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=arp 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=bcache 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=bonding 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=btrfs 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=conntrack 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=cpu 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-09-30T09:06:35.326 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=diskstats 2023-09-30T09:06:35.327 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=dmi 2023-09-30T09:06:35.327 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=edac 2023-09-30T09:06:35.327 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=entropy 2023-09-30T09:06:35.327 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-09-30T09:06:35.327 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=filefd 2023-09-30T09:06:35.327 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=filesystem 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=hwmon 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=infiniband 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=ipvs 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=loadavg 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=mdadm 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=meminfo 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=netclass 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=netdev 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=netstat 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=nfs 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=nfsd 2023-09-30T09:06:35.328 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=nvme 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=os 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=pressure 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=rapl 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=schedstat 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=selinux 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=sockstat 2023-09-30T09:06:35.329 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=softnet 2023-09-30T09:06:35.330 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get cephfs_data pg_num 2023-09-30T09:06:35.330 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=stat 2023-09-30T09:06:35.330 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=tapestats 2023-09-30T09:06:35.330 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=textfile 2023-09-30T09:06:35.330 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-09-30T09:06:35.330 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=time 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=uname 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=vmstat 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=xfs 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.982Z caller=node_exporter.go:117 level=info collector=zfs 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.983Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[164044]: ts=2023-09-30T09:06:34.983Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:35 smithi118 bash[163607]: c716e4a3a48ddb4d12c20fd759f7d8a4eff9243eb0896b5ebe60ee7bddceffaf 2023-09-30T09:06:35.331 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:06:35 smithi118 systemd[1]: Started Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:35.410 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:35 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/506404912' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:35.410 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:35 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/383318074' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:35.410 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:35 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3995833601' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-30T09:06:35.645 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 64 2023-09-30T09:06:35.657 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool get rbd pg_num 2023-09-30T09:06:35.713 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:35 smithi192 systemd[1]: Starting Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:06:35.969 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 8 2023-09-30T09:06:35.983 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T09:06:36.074 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:35 smithi192 bash[151000]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2023-09-30T09:06:36.333 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:36.334 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.118:6835/3635796439","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":3635796439},{"type":"v1","addr":"172.21.15.118:6835","nonce":3635796439}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2023-09-30T09:05:34.599176+0000","modified":"2023-09-30T09:05:37.611371+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.192:6833/117750584","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6832","nonce":117750584},{"type":"v1","addr":"172.21.15.192:6833","nonce":117750584}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2023-09-30T09:06:36.336 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 8 2023-09-30T09:06:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: Deploying daemon node-exporter.b on smithi192 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/463996658' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/165335074' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/406317205' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: Deploying daemon node-exporter.b on smithi192 2023-09-30T09:06:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/463996658' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/165335074' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:36 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/406317205' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.348 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T09:06:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: pgmap v19: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: Deploying daemon node-exporter.b on smithi192 2023-09-30T09:06:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/463996658' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_metadata", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/165335074' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "cephfs_data", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:36 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/406317205' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "rbd", "var": "pg_num"}]: dispatch 2023-09-30T09:06:36.657 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:36.657 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":64,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:06:02.815773+0000","last_up_change":"2023-09-30T09:05:17.687116+0000","last_in_change":"2023-09-30T09:05:03.922513+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}}},{"pool":4,"pool_name":"rbd","create_time":"2023-09-30T09:06:00.239874+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":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":"63","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":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6803","nonce":3896408430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6805","nonce":3896408430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6809","nonce":3896408430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3896408430},{"type":"v1","addr":"172.21.15.118:6807","nonce":3896408430}]},"public_addr":"172.21.15.118:6803/3896408430","cluster_addr":"172.21.15.118:6805/3896408430","heartbeat_back_addr":"172.21.15.118:6809/3896408430","heartbeat_front_addr":"172.21.15.118:6807/3896408430","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6811","nonce":3836890648}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6813","nonce":3836890648}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6817","nonce":3836890648}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":3836890648},{"type":"v1","addr":"172.21.15.118:6815","nonce":3836890648}]},"public_addr":"172.21.15.118:6811/3836890648","cluster_addr":"172.21.15.118:6813/3836890648","heartbeat_back_addr":"172.21.15.118:6817/3836890648","heartbeat_front_addr":"172.21.15.118:6815/3836890648","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6819","nonce":420629660}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6821","nonce":420629660}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6825","nonce":420629660}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":420629660},{"type":"v1","addr":"172.21.15.118:6823","nonce":420629660}]},"public_addr":"172.21.15.118:6819/420629660","cluster_addr":"172.21.15.118:6821/420629660","heartbeat_back_addr":"172.21.15.118:6825/420629660","heartbeat_front_addr":"172.21.15.118:6823/420629660","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6827","nonce":4168215166}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6829","nonce":4168215166}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6833","nonce":4168215166}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":4168215166},{"type":"v1","addr":"172.21.15.118:6831","nonce":4168215166}]},"public_addr":"172.21.15.118:6827/4168215166","cluster_addr":"172.21.15.118:6829/4168215166","heartbeat_back_addr":"172.21.15.118:6833/4168215166","heartbeat_front_addr":"172.21.15.118:6831/4168215166","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6801","nonce":226867989}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6803","nonce":226867989}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6807","nonce":226867989}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":226867989},{"type":"v1","addr":"172.21.15.192:6805","nonce":226867989}]},"public_addr":"172.21.15.192:6801/226867989","cluster_addr":"172.21.15.192:6803/226867989","heartbeat_back_addr":"172.21.15.192:6807/226867989","heartbeat_front_addr":"172.21.15.192:6805/226867989","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6809","nonce":4128833907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6811","nonce":4128833907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6815","nonce":4128833907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4128833907},{"type":"v1","addr":"172.21.15.192:6813","nonce":4128833907}]},"public_addr":"172.21.15.192:6809/4128833907","cluster_addr":"172.21.15.192:6811/4128833907","heartbeat_back_addr":"172.21.15.192:6815/4128833907","heartbeat_front_addr":"172.21.15.192:6813/4128833907","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":61,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6817","nonce":3275287076}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6819","nonce":3275287076}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6823","nonce":3275287076}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3275287076},{"type":"v1","addr":"172.21.15.192:6821","nonce":3275287076}]},"public_addr":"172.21.15.192:6817/3275287076","cluster_addr":"172.21.15.192:6819/3275287076","heartbeat_back_addr":"172.21.15.192:6823/3275287076","heartbeat_front_addr":"172.21.15.192:6821/3275287076","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6825","nonce":2982645783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6827","nonce":2982645783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6831","nonce":2982645783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2982645783},{"type":"v1","addr":"172.21.15.192:6829","nonce":2982645783}]},"public_addr":"172.21.15.192:6825/2982645783","cluster_addr":"172.21.15.192:6827/2982645783","heartbeat_back_addr":"172.21.15.192:6831/2982645783","heartbeat_front_addr":"172.21.15.192:6829/2982645783","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:20.841106+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:0/2583104717":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1320496071":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6800/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2997106918":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1202799162":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+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}} 2023-09-30T09:06:36.671 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T09:06:36.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:36 smithi192 bash[151000]: Getting image source signatures 2023-09-30T09:06:36.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:36 smithi192 bash[151000]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2023-09-30T09:06:36.963 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:36 smithi192 bash[151000]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2023-09-30T09:06:36.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:36 smithi192 bash[151000]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2023-09-30T09:06:37.025 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:06:37.025 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":8,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":14445,"name":"a","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.118:6835/3635796439","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":3635796439},{"type":"v1","addr":"172.21.15.118:6835","nonce":3635796439}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"epoch":2}],"filesystems":[{"mdsmap":{"epoch":8,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2023-09-30T09:05:34.599176+0000","modified":"2023-09-30T09:05:37.611371+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"last_failure":0,"last_failure_osd_epoch":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"max_mds":1,"in":[0],"up":{"mds_0":24349},"failed":[],"damaged":[],"stopped":[],"info":{"gid_24349":{"gid":24349,"name":"b","rank":0,"incarnation":4,"state":"up:active","state_seq":3,"addr":"172.21.15.192:6833/117750584","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6832","nonce":117750584},{"type":"v1","addr":"172.21.15.192:6833","nonce":117750584}]},"join_fscid":-1,"export_targets":[],"features":4540138320759226367,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","standby_count_wanted":0},"id":1}]} 2023-09-30T09:06:37.027 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 8 2023-09-30T09:06:37.039 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: mds map: {'epoch': 8, 'flags': 18, 'flags_state': {'joinable': True, 'allow_snaps': True, 'allow_multimds_snaps': True, 'allow_standby_replay': False}, 'ever_allowed_features': 0, 'explicitly_allowed_features': 0, 'created': '2023-09-30T09:05:34.599176+0000', 'modified': '2023-09-30T09:05:37.611371+0000', 'tableserver': 0, 'root': 0, 'session_timeout': 60, 'session_autoclose': 300, 'required_client_features': {}, 'max_file_size': 1099511627776, 'last_failure': 0, 'last_failure_osd_epoch': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}, 'max_mds': 1, 'in': [0], 'up': {'mds_0': 24349}, 'failed': [], 'damaged': [], 'stopped': [], 'info': {'gid_24349': {'gid': 24349, 'name': 'b', 'rank': 0, 'incarnation': 4, 'state': 'up:active', 'state_seq': 3, 'addr': '172.21.15.192:6833/117750584', 'addrs': {'addrvec': [{'type': 'v2', 'addr': '172.21.15.192:6832', 'nonce': 117750584}, {'type': 'v1', 'addr': '172.21.15.192:6833', 'nonce': 117750584}]}, 'join_fscid': -1, 'export_targets': [], 'features': 4540138320759226367, 'flags': 0, 'compat': {'compat': {}, 'ro_compat': {}, 'incompat': {'feature_1': 'base v0.20', 'feature_2': 'client writeable ranges', 'feature_3': 'default file layouts on dirs', 'feature_4': 'dir inode in separate object', 'feature_5': 'mds uses versioned encoding', 'feature_6': 'dirfrag is stored in omap', 'feature_7': 'mds uses inline data', 'feature_8': 'no anchor table', 'feature_9': 'file layout v2', 'feature_10': 'snaprealm v2'}}}}, 'data_pools': [3], 'metadata_pool': 2, 'enabled': True, 'fs_name': 'cephfs', 'balancer': '', 'standby_count_wanted': 0} 2023-09-30T09:06:37.039 DEBUG:tasks.cephfs.filesystem:are_daemons_healthy: 1/1 2023-09-30T09:06:37.039 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell mds.b status 2023-09-30T09:06:37.172 INFO:teuthology.orchestra.run.smithi118.stderr:2023-09-30T09:06:37.171+0000 7f4d497fa700 0 client.24794 ms_handle_reset on v2:172.21.15.192:6832/117750584 2023-09-30T09:06:37.192 INFO:teuthology.orchestra.run.smithi118.stderr:2023-09-30T09:06:37.191+0000 7f4d497fa700 0 client.24800 ms_handle_reset on v2:172.21.15.192:6832/117750584 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "cluster_fsid": "d797746c-5f6f-11ee-8db4-212e2dc638e7", 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "whoami": 0, 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "id": 24349, 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "want_state": "up:active", 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "state": "up:active", 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "fs_name": "cephfs", 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "rank_uptime": 62.590018031, 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "mdsmap_epoch": 8, 2023-09-30T09:06:37.193 INFO:teuthology.orchestra.run.smithi118.stdout: "osdmap_epoch": 64, 2023-09-30T09:06:37.194 INFO:teuthology.orchestra.run.smithi118.stdout: "osdmap_epoch_barrier": 60, 2023-09-30T09:06:37.194 INFO:teuthology.orchestra.run.smithi118.stdout: "uptime": 69.450368953999998 2023-09-30T09:06:37.194 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:06:37.205 INFO:tasks.cephadm:Setup complete, yielding 2023-09-30T09:06:37.205 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:06:37.217 INFO:teuthology.task.print:**** done end installing quincy cephadm ... 2023-09-30T09:06:37.217 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:06:37.225 INFO:teuthology.task.print:**** done start cephadm.shell ceph config set mgr... 2023-09-30T09:06:37.225 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-30T09:06:37.234 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi118.front.sepia.ceph.com 2023-09-30T09:06:37.235 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest true --force' 2023-09-30T09:06:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:37 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/572446917' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:37 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/180392825' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:37 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1501864291' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:37 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/572446917' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:37 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/180392825' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:37 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1501864291' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:37 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/572446917' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:37 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/180392825' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:37 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1501864291' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T09:06:37.498 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:06:38.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-mon[110048]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:38.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-mon[123327]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-mon[114603]: pgmap v20: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:38.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 bash[151000]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2023-09-30T09:06:38.463 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 bash[151000]: Writing manifest to image destination 2023-09-30T09:06:38.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:38] ENGINE Bus STOPPING 2023-09-30T09:06:38.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:38] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:06:38.847 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:38] ENGINE Bus STOPPED 2023-09-30T09:06:38.847 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:38] ENGINE Bus STARTING 2023-09-30T09:06:38.847 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:38] ENGINE Serving on http://:::9283 2023-09-30T09:06:38.847 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:38] ENGINE Bus STARTED 2023-09-30T09:06:38.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.587Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-09-30T09:06:38.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.587Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2023-09-30T09:06:38.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.588Z 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/.+)($|/) 2023-09-30T09:06:38.964 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.588Z 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)$ 2023-09-30T09:06:38.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.588Z 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+$ 2023-09-30T09:06:38.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.588Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-09-30T09:06:38.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.588Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-09-30T09:06:38.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.588Z caller=node_exporter.go:117 level=info collector=arp 2023-09-30T09:06:38.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=bcache 2023-09-30T09:06:38.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=bonding 2023-09-30T09:06:38.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=btrfs 2023-09-30T09:06:38.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=conntrack 2023-09-30T09:06:38.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=cpu 2023-09-30T09:06:38.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-09-30T09:06:38.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=diskstats 2023-09-30T09:06:38.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=dmi 2023-09-30T09:06:38.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=edac 2023-09-30T09:06:38.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=entropy 2023-09-30T09:06:38.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-09-30T09:06:38.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=filefd 2023-09-30T09:06:38.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=filesystem 2023-09-30T09:06:38.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=hwmon 2023-09-30T09:06:38.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=infiniband 2023-09-30T09:06:38.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=ipvs 2023-09-30T09:06:38.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=loadavg 2023-09-30T09:06:38.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=mdadm 2023-09-30T09:06:38.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=meminfo 2023-09-30T09:06:38.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=netclass 2023-09-30T09:06:38.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=netdev 2023-09-30T09:06:38.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=netstat 2023-09-30T09:06:38.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=nfs 2023-09-30T09:06:38.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=nfsd 2023-09-30T09:06:38.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=nvme 2023-09-30T09:06:38.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=os 2023-09-30T09:06:38.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-09-30T09:06:38.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=pressure 2023-09-30T09:06:38.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=rapl 2023-09-30T09:06:38.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=schedstat 2023-09-30T09:06:38.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=selinux 2023-09-30T09:06:38.971 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=sockstat 2023-09-30T09:06:38.971 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=softnet 2023-09-30T09:06:38.971 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=stat 2023-09-30T09:06:38.971 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=tapestats 2023-09-30T09:06:38.971 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=textfile 2023-09-30T09:06:38.972 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-09-30T09:06:38.972 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=time 2023-09-30T09:06:38.972 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-09-30T09:06:38.972 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=uname 2023-09-30T09:06:38.972 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=vmstat 2023-09-30T09:06:38.972 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=xfs 2023-09-30T09:06:38.973 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=node_exporter.go:117 level=info collector=zfs 2023-09-30T09:06:38.973 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-09-30T09:06:38.973 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[151051]: ts=2023-09-30T09:06:38.589Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-09-30T09:06:38.973 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 bash[151000]: b857722aee1978c65a2dd6642bf81ebbcfe801b36d37681face3b627be427259 2023-09-30T09:06:38.973 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:06:38 smithi192 systemd[1]: Started Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:38.997 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:06:39.011 INFO:teuthology.task.print:**** done cephadm.shell ceph config set mgr... 2023-09-30T09:06:39.011 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:06:39.020 INFO:teuthology.task.print:**** done start telemetry quincy... 2023-09-30T09:06:39.021 INFO:teuthology.run_tasks:Running task workunit... 2023-09-30T09:06:39.033 INFO:tasks.workunit:Pulling workunits from ref 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:06:39.033 INFO:tasks.workunit:Making a separate scratch dir for every client... 2023-09-30T09:06:39.034 DEBUG:teuthology.orchestra.run.smithi118:> stat -- /home/ubuntu/cephtest/mnt.0 2023-09-30T09:06:39.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T09:06:39.053 INFO:teuthology.orchestra.run.smithi118.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2023-09-30T09:06:39.053 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -- /home/ubuntu/cephtest/mnt.0 2023-09-30T09:06:39.112 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2023-09-30T09:06:39.112 DEBUG:teuthology.orchestra.run.smithi118:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2023-09-30T09:06:39.170 INFO:tasks.workunit:timeout=3h 2023-09-30T09:06:39.171 INFO:tasks.workunit:cleanup=True 2023-09-30T09:06:39.171 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone https://github.com/ceph/ceph-ci.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 && git checkout 1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:06:39.230 INFO:tasks.workunit.client.0.smithi118.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2023-09-30T09:06:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2517271078' entity='client.admin' 2023-09-30T09:06:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:39 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2517271078' entity='client.admin' 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2517271078' entity='client.admin' 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: pgmap v21: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:39 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:41.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:06:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:06:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:06:42.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:42.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:42.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:42 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: pgmap v22: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:42 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-mon[110048]: Reconfiguring alertmanager.a (dependencies changed)... 2023-09-30T09:06:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-mon[110048]: Reconfiguring daemon alertmanager.a on smithi118 2023-09-30T09:06:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:43.097 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:42 smithi118 systemd[1]: Stopping Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:06:43.097 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[161676]: ts=2023-09-30T09:06:43.016Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-09-30T09:06:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-mon[123327]: Reconfiguring alertmanager.a (dependencies changed)... 2023-09-30T09:06:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-mon[123327]: Reconfiguring daemon alertmanager.a on smithi118 2023-09-30T09:06:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:43 smithi192 ceph-mon[114603]: Reconfiguring alertmanager.a (dependencies changed)... 2023-09-30T09:06:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:43 smithi192 ceph-mon[114603]: Reconfiguring daemon alertmanager.a on smithi118 2023-09-30T09:06:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:43 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:43.474 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 bash[165423]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a 2023-09-30T09:06:43.769 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-09-30T09:06:43.769 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 systemd[1]: Stopped Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:43.769 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 systemd[1]: Starting Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:06:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:44 smithi118 ceph-mon[123327]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:44 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:44.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:44 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:44 smithi118 ceph-mon[110048]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:44 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:44 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:44.097 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.830Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2023-09-30T09:06:44.097 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.830Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2023-09-30T09:06:44.097 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.831Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.118 port=9094 2023-09-30T09:06:44.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.832Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-09-30T09:06:44.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 bash[165532]: eeaec1ea84dd78072d4bbfc1743b09a33154727c0e0d0e598bc70e081f87b9f4 2023-09-30T09:06:44.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 systemd[1]: Started Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:44.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.865Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-09-30T09:06:44.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.866Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-09-30T09:06:44.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.869Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2023-09-30T09:06:44.099 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:43.869Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-09-30T09:06:44.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:44 smithi192 ceph-mon[114603]: pgmap v23: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:44.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:44 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:44.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:44 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:45.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-mon[114603]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:06:45.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-mon[114603]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:06:45.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:45 smithi118 ceph-mon[110048]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:06:45.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:45 smithi118 ceph-mon[110048]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:06:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:45 smithi118 ceph-mon[123327]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:06:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:45 smithi118 ceph-mon[123327]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:06:45.621 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 systemd[1]: Stopping Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:06:45.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-09-30T09:06:45.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-09-30T09:06:45.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-09-30T09:06:45.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.620Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[148556]: ts=2023-09-30T09:06:45.621Z caller=main.go:1147 level=info msg="See you next time!" 2023-09-30T09:06:45.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:45 smithi192 bash[151851]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a 2023-09-30T09:06:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-mon[110048]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:46.096 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:45.833Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000433771s 2023-09-30T09:06:46.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-mon[123327]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:46.289 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-mon[114603]: pgmap v24: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:46.290 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@prometheus.a.service: Succeeded. 2023-09-30T09:06:46.290 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 systemd[1]: Stopped Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:46.290 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 systemd[1]: Starting Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:06:46.713 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.348Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-09-30T09:06:46.713 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.348Z 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)" 2023-09-30T09:06:46.713 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.348Z caller=main.go:570 level=info host_details="(Linux 4.18.0-514.el8.x86_64 #1 SMP Tue Sep 19 13:19:58 UTC 2023 x86_64 smithi192 (none))" 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.348Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.348Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.349Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.350Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.351Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.351Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.353Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.353Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.529µs 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.353Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-09-30T09:06:46.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.354Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.354Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.354Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.754µs wal_replay_duration=665.733µs wbl_replay_duration=122ns total_replay_duration=707.62µs 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 bash[151960]: 426af3c6d540428bd7ecdf69f85a6dbb2ee2e16119063358c3c548c4e7231840 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.355Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.355Z caller=main.go:1029 level=info msg="TSDB started" 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.355Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 systemd[1]: Started Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.370Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=15.172608ms db_storage=899ns remote_storage=1.275µs web_handler=440ns query_engine=1.076µs scrape=684.487µs scrape_sd=33.29µs notify=32.57µs notify_sd=9.677µs rules=14.075546ms tracing=6.219µs 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.370Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-09-30T09:06:46.715 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:06:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:06:46.370Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-09-30T09:06:46.773 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STOPPING 2023-09-30T09:06:46.773 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:06:46.773 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STOPPED 2023-09-30T09:06:46.773 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STARTING 2023-09-30T09:06:46.773 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Serving on http://:::9283 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STARTED 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STOPPING 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STOPPED 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STARTING 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Serving on http://:::9283 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STARTED 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STOPPING 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STOPPED 2023-09-30T09:06:46.774 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STARTING 2023-09-30T09:06:46.775 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Serving on http://:::9283 2023-09-30T09:06:46.775 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:06:46] ENGINE Bus STARTED 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:47.689 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[123327]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.690 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:47.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:47 smithi118 ceph-mon[110048]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi192.front.sepia.ceph.com:9095"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:06:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T09:06:47.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi192.front.sepia.ceph.com:3000"}]: dispatch 2023-09-30T09:06:47.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:47.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:47.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:47 smithi192 ceph-mon[114603]: pgmap v25: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:48 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:06:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:48 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:49.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:49 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:49.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:49 smithi118 ceph-mon[110048]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:50.007 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:49 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:50.007 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:49 smithi118 ceph-mon[123327]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:49 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:06:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:49 smithi192 ceph-mon[114603]: pgmap v26: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:51.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:51.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:51 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: pgmap v27: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:06:52.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:51 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:06:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:53 smithi118 ceph-mon[110048]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:54.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:53 smithi118 ceph-mon[123327]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:54.096 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:06:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:06:53.836Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003494515s 2023-09-30T09:06:54.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:53 smithi192 ceph-mon[114603]: pgmap v28: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:54.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:06:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:06:54] "GET /metrics HTTP/1.1" 200 235526 "" "Prometheus/2.43.0" 2023-09-30T09:06:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:55 smithi192 ceph-mon[114603]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:56.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:55 smithi118 ceph-mon[123327]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:55 smithi118 ceph-mon[110048]: pgmap v29: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:57 smithi192 ceph-mon[114603]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:57 smithi118 ceph-mon[110048]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:06:58.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:57 smithi118 ceph-mon[123327]: pgmap v30: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:06:59 smithi192 ceph-mon[114603]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:00.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:06:59 smithi118 ceph-mon[123327]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:06:59 smithi118 ceph-mon[110048]: pgmap v31: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:01.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:07:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:07:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:01 smithi192 ceph-mon[114603]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:02.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:01 smithi118 ceph-mon[123327]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:01 smithi118 ceph-mon[110048]: pgmap v32: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2023-09-30T09:07:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]: dispatch 2023-09-30T09:07:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2023-09-30T09:07:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.31", "id": [4, 2]}]: dispatch 2023-09-30T09:07:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3e", "id": [0, 2]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.31", "id": [4, 2]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3e", "id": [0, 2]}]: dispatch 2023-09-30T09:07:04.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: pgmap v33: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2023-09-30T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]: dispatch 2023-09-30T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]: dispatch 2023-09-30T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.31", "id": [4, 2]}]: dispatch 2023-09-30T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]: dispatch 2023-09-30T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3e", "id": [0, 2]}]: dispatch 2023-09-30T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:04.718 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:04] "GET /metrics HTTP/1.1" 200 235540 "" "Prometheus/2.43.0" 2023-09-30T09:07:04.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]': finished 2023-09-30T09:07:04.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]': finished 2023-09-30T09:07:04.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.31", "id": [4, 2]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3e", "id": [0, 2]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[110048]: osdmap e65: 8 total, 8 up, 8 in 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.31", "id": [4, 2]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]': finished 2023-09-30T09:07:04.720 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3e", "id": [0, 2]}]': finished 2023-09-30T09:07:04.721 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:04 smithi118 ceph-mon[123327]: osdmap e65: 8 total, 8 up, 8 in 2023-09-30T09:07:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]': finished 2023-09-30T09:07:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.e", "id": [4, 3]}]': finished 2023-09-30T09:07:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.1d", "id": [5, 2]}]': finished 2023-09-30T09:07:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.31", "id": [4, 2]}]': finished 2023-09-30T09:07:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.39", "id": [0, 1]}]': finished 2023-09-30T09:07:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:04 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.3e", "id": [0, 2]}]': finished 2023-09-30T09:07:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:04 smithi192 ceph-mon[114603]: osdmap e65: 8 total, 8 up, 8 in 2023-09-30T09:07:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:05 smithi118 ceph-mon[110048]: osdmap e66: 8 total, 8 up, 8 in 2023-09-30T09:07:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:05 smithi118 ceph-mon[110048]: pgmap v36: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:06.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:05 smithi118 ceph-mon[123327]: osdmap e66: 8 total, 8 up, 8 in 2023-09-30T09:07:06.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:05 smithi118 ceph-mon[123327]: pgmap v36: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:05 smithi192 ceph-mon[114603]: osdmap e66: 8 total, 8 up, 8 in 2023-09-30T09:07:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:05 smithi192 ceph-mon[114603]: pgmap v36: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:06 smithi118 ceph-mon[110048]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2023-09-30T09:07:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:06 smithi118 ceph-mon[123327]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2023-09-30T09:07:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:06 smithi192 ceph-mon[114603]: Health check failed: Reduced data availability: 4 pgs peering (PG_AVAILABILITY) 2023-09-30T09:07:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:07 smithi118 ceph-mon[123327]: pgmap v37: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:07 smithi118 ceph-mon[110048]: pgmap v37: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:07 smithi192 ceph-mon[114603]: pgmap v37: 105 pgs: 6 peering, 99 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:08 smithi192 ceph-mon[114603]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2023-09-30T09:07:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:08 smithi192 ceph-mon[114603]: Cluster is now healthy 2023-09-30T09:07:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:08 smithi118 ceph-mon[110048]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2023-09-30T09:07:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:08 smithi118 ceph-mon[110048]: Cluster is now healthy 2023-09-30T09:07:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:08 smithi118 ceph-mon[123327]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs peering) 2023-09-30T09:07:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:08 smithi118 ceph-mon[123327]: Cluster is now healthy 2023-09-30T09:07:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:09 smithi192 ceph-mon[114603]: pgmap v38: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:09 smithi118 ceph-mon[110048]: pgmap v38: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:10.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:09 smithi118 ceph-mon[123327]: pgmap v38: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:11.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:07:10 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:07:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:11 smithi192 ceph-mon[114603]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:11 smithi118 ceph-mon[110048]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:12.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:11 smithi118 ceph-mon[123327]: pgmap v39: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:13 smithi118 ceph-mon[110048]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:14.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:13 smithi118 ceph-mon[123327]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:13 smithi192 ceph-mon[114603]: pgmap v40: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:14.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:14] "GET /metrics HTTP/1.1" 200 235540 "" "Prometheus/2.43.0" 2023-09-30T09:07:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:15 smithi192 ceph-mon[114603]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:15 smithi118 ceph-mon[110048]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:16.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:15 smithi118 ceph-mon[123327]: pgmap v41: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:17 smithi192 ceph-mon[114603]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:17 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:18.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:17 smithi118 ceph-mon[123327]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:18.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:17 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:17 smithi118 ceph-mon[110048]: pgmap v42: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:17 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:19 smithi192 ceph-mon[114603]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:19 smithi118 ceph-mon[123327]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:20.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:19 smithi118 ceph-mon[110048]: pgmap v43: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:21.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:07:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:07:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:21 smithi192 ceph-mon[114603]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:21 smithi118 ceph-mon[110048]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:22.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:21 smithi118 ceph-mon[123327]: pgmap v44: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:23.317 INFO:tasks.workunit.client.0.smithi118.stderr:Updating files: 97% (11379/11620) Updating files: 98% (11388/11620) Updating files: 99% (11504/11620) Updating files: 100% (11620/11620) Updating files: 100% (11620/11620), done. 2023-09-30T09:07:23.908 INFO:tasks.workunit.client.0.smithi118.stderr:Note: switching to '1d10b71792f3be8887a7631e69851ac2df3585af'. 2023-09-30T09:07:23.909 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:23.909 INFO:tasks.workunit.client.0.smithi118.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2023-09-30T09:07:23.909 INFO:tasks.workunit.client.0.smithi118.stderr:changes and commit them, and you can discard any commits you make in this 2023-09-30T09:07:23.909 INFO:tasks.workunit.client.0.smithi118.stderr:state without impacting any branches by switching back to a branch. 2023-09-30T09:07:23.909 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:23.909 INFO:tasks.workunit.client.0.smithi118.stderr:If you want to create a new branch to retain commits you create, you may 2023-09-30T09:07:23.909 INFO:tasks.workunit.client.0.smithi118.stderr:do so (now or later) by using -c with the switch command. Example: 2023-09-30T09:07:23.910 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:23.910 INFO:tasks.workunit.client.0.smithi118.stderr: git switch -c 2023-09-30T09:07:23.910 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:23.910 INFO:tasks.workunit.client.0.smithi118.stderr:Or undo this operation with: 2023-09-30T09:07:23.910 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:23.910 INFO:tasks.workunit.client.0.smithi118.stderr: git switch - 2023-09-30T09:07:23.911 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:23.911 INFO:tasks.workunit.client.0.smithi118.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2023-09-30T09:07:23.911 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:23.911 INFO:tasks.workunit.client.0.smithi118.stderr:HEAD is now at 1d10b71792f Merge pull request #53723 from zdover23/wip-doc-2023-09-29-architecture-13-of-x 2023-09-30T09:07:23.913 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T09:07:23.980 INFO:tasks.workunit.client.0.smithi118.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2023-09-30T09:07:23.982 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-09-30T09:07:23.982 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2023-09-30T09:07:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:23 smithi118 ceph-mon[110048]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:23 smithi118 ceph-mon[123327]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:23 smithi192 ceph-mon[114603]: pgmap v45: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:24.611 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2023-09-30T09:07:24.674 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2023-09-30T09:07:24.713 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-09-30T09:07:24.715 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-09-30T09:07:24.715 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2023-09-30T09:07:24.752 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-09-30T09:07:24.756 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:07:24.756 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2023-09-30T09:07:24.814 INFO:tasks.workunit:Running workunits matching test_telemetry_quincy.sh on client.0... 2023-09-30T09:07:24.815 INFO:tasks.workunit:Running workunit test_telemetry_quincy.sh... 2023-09-30T09:07:24.815 DEBUG:teuthology.orchestra.run.smithi118:workunit test test_telemetry_quincy.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=1d10b71792f3be8887a7631e69851ac2df3585af TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/test_telemetry_quincy.sh 2023-09-30T09:07:24.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:24 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:24] "GET /metrics HTTP/1.1" 200 235602 "" "Prometheus/2.43.0" 2023-09-30T09:07:24.866 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph config set mgr mgr/telemetry/channel_ident true 2023-09-30T09:07:25.319 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph config set mgr mgr/telemetry/organization ceph-qa 2023-09-30T09:07:25.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STOPPING 2023-09-30T09:07:25.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:07:25.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STOPPED 2023-09-30T09:07:25.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STARTING 2023-09-30T09:07:25.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Serving on http://:::9283 2023-09-30T09:07:25.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STARTED 2023-09-30T09:07:25.775 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph config set mgr mgr/telemetry/description 'upgrade test cluster' 2023-09-30T09:07:25.901 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STOPPING 2023-09-30T09:07:25.901 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:07:25.901 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STOPPED 2023-09-30T09:07:25.902 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STARTING 2023-09-30T09:07:25.902 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Serving on http://:::9283 2023-09-30T09:07:25.902 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:25] ENGINE Bus STARTED 2023-09-30T09:07:26.199 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:26 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:26] ENGINE Bus STOPPING 2023-09-30T09:07:26.199 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:26 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:07:26.199 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:26 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:26] ENGINE Bus STOPPED 2023-09-30T09:07:26.199 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:26 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:26] ENGINE Bus STARTING 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:26.200 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:26.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:26.202 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:26.202 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:25 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: pgmap v46: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:26.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:26.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:25 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:26.229 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry preview 2023-09-30T09:07:26.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:26 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:26] ENGINE Serving on http://:::9283 2023-09-30T09:07:26.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:26 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:26] ENGINE Bus STARTED 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout:{ 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer": { 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout: "active": true, 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout: "mode": "" 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout: "channels": [ 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:26.782 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "ident" 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "channels_available": [ 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "ident", 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "perf" 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_available": [ 2023-09-30T09:07:26.783 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_opted_in": [ 2023-09-30T09:07:26.784 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.785 INFO:tasks.workunit.client.0.smithi118.stdout: "config": { 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "active_changed": [ 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "client_check_pool_perm", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_gid", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_uid", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "client_quota", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:26.786 INFO:tasks.workunit.client.0.smithi118.stdout: "daemonize", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "keyring", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_block_size", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_cache_size", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_compression", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_log", 2023-09-30T09:07:26.787 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_write_buffer_size", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_file", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_journald", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_stderr", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:26.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_host", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:26.789 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "no_config_file", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:26.790 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_lim", 2023-09-30T09:07:26.791 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_res", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_wgt", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:26.792 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addr", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addrv", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_default_features", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_qos_exclude_ops", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "setgroup", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "setuser" 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_changed": [ 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:26.793 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:26.794 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_join_fs", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/allow_ptrace", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/container_init", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/migration_current", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/use_repo_digest", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ssl_server_port", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/orchestrator/orchestrator", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/channel_ident", 2023-09-30T09:07:26.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/description", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/organization", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:26.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:26.797 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:26.798 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_cache_enabled", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_ops_log", 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_usage_log" 2023-09-30T09:07:26.799 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "contact": null, 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "crashes": [], 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "created": "2023-09-30T09:01:32.181955Z", 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "crush": { 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_algs": { 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "straw2": 3 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_sizes": { 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "2": 1, 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: "4": 2 2023-09-30T09:07:26.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_types": { 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "1": 2, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "11": 1 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "compat_weight_set": false, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "device_classes": [ 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: 8 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_buckets": 6, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_devices": 8, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_rules": 1, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_types": 12, 2023-09-30T09:07:26.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_weight_sets": 0, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "tunables": { 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "allowed_bucket_algs": 54, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_fallback_tries": 0, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_tries": 0, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_total_tries": 50, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_descend_once": 1, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_stable": 1, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_vary_r": 1, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v2_rules": 0, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v3_rules": 0, 2023-09-30T09:07:26.802 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v4_buckets": 1, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v5_rules": 0, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "legacy_tunables": 0, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "minimum_required_version": "jewel", 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "optimal_tunables": 1, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "profile": "jewel", 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables": 1, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables2": 1, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables3": 1, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables5": 1, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "straw_calc_version": 1 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.803 INFO:tasks.workunit.client.0.smithi118.stdout: "description": "upgrade test cluster", 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "fs": { 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "feature_flags": { 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "enable_multiple": true, 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_enabled_multiple": true 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "filesystems": [ 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "approx_ctime": "2023-09", 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer_enabled": false, 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:26.804 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_caps": 2, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_dns": 10, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_inos": 13, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_subtrees": 2, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_allowed_features": 0, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "explicitly_allowed_features": 0, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "files": 0, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "max_mds": 1, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "num_data_pools": 1, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "num_in": 1, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "num_mds": 1, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": 2, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_replay": 0, 2023-09-30T09:07:26.805 INFO:tasks.workunit.client.0.smithi118.stdout: "num_up": 1, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "snaps": 0, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "standby_count_wanted": 0 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_mds": 1, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "total_num_mds": 2 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "hosts": { 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "num": 2, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mds": 2, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mgr": 2, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mon": 2, 2023-09-30T09:07:26.806 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_osd": 2 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "leaderboard": false, 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "license": "sharing-1-0", 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "metadata": { 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 2 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.807 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 2 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 2 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 2 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 2 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.808 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 2 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 2 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 3 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:26.809 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 3 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 3 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 3 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.810 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 3 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 3 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 3 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:26.811 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 8 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 8 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 8 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 8 2023-09-30T09:07:26.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 8 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 8 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 8 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_objectstore": { 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": 8 2023-09-30T09:07:26.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "rotational": { 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "0": 8 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "features": { 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "optional": [], 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "persistent": [ 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "kraken", 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "luminous", 2023-09-30T09:07:26.814 INFO:tasks.workunit.client.0.smithi118.stdout: "mimic", 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap-prune", 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "nautilus", 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "octopus", 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "pacific", 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "elector-pinging", 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "quincy" 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv4_addr_mons": 6, 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv6_addr_mons": 0, 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "min_mon_release": 17, 2023-09-30T09:07:26.815 INFO:tasks.workunit.client.0.smithi118.stdout: "v1_addr_mons": 3, 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "v2_addr_mons": 3 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "organization": "ceph-qa", 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_network": false, 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 8, 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "require_min_compat_client": "luminous", 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "require_osd_release": "quincy" 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": [ 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:26.816 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr" 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 1, 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 1, 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 1, 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:26.817 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 1781760, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 1781760, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 2, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 2.4424305138381897e-06, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:26.818 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 212, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 313344, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 590368, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 590368, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 1771104, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 179, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 2473984 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:26.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 32, 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 32, 2023-09-30T09:07:26.820 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 2, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 98304, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 98304, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 22, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:26.821 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 1.3475509774707461e-07, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 3096, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 3096, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 9288, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 48, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 16384 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.822 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:26.823 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 64, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 64, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 3, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:26.824 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:26.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd" 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:26.826 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 8, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 8, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 4, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:26.827 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:26.828 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": { 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: "mirroring_by_pool": [ 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: false 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: "num_images_by_pool": [ 2023-09-30T09:07:26.829 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pools": 1 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "report_id": "3f9710cd-fea3-4073-8da3-555fde90f17b", 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "report_timestamp": "2023-09-30T09:07:26.775108", 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "report_version": 1, 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "rook": { 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster": { 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "external-mode": null, 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "allow-multiple-per-node": null, 2023-09-30T09:07:26.830 INFO:tasks.workunit.client.0.smithi118.stdout: "count": null, 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "max-id": null, 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "pvc": { 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "stretch": { 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "network": { 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "provider": null 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.831 INFO:tasks.workunit.client.0.smithi118.stdout: "storage": { 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "device-set": { 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "non-portable": null, 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "portable": null, 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "csi": { 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.832 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes": { 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "node": { 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes-total": null, 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "with-ceph-daemons": null, 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-cephfs-plugin": null, 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-nfs-plugin": null, 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-rbd-plugin": null 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.833 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "storage-class": { 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket": null, 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs": null, 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "nfs": null, 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": null, 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.834 INFO:tasks.workunit.client.0.smithi118.stdout: "services": {}, 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 105, 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": 4, 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_by_class": { 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "ssd": { 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906467840, 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53817344, 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_bytes": 53817344, 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_ratio": 7.007829117355868e-05 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:26.836 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906467840, 2023-09-30T09:07:26.836 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:26.836 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53817344 2023-09-30T09:07:26.836 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:26.836 INFO:tasks.workunit.client.0.smithi118.stdout:} 2023-09-30T09:07:26.836 INFO:tasks.workunit.client.0.smithi118.stdout:Device report is generated separately. To see it run 'ceph telemetry preview-device'. 2023-09-30T09:07:26.836 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry preview-device 2023-09-30T09:07:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' 2023-09-30T09:07:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:27 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout:{ 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "c6ce6b26-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPED1D480GA_c6cee218-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090359": { 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:27.350 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "E2010325", 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6ce6b26-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064639 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:27.351 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPED1D480GA", 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:27.352 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:27.353 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.354 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 5263388 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.355 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.356 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:27.357 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:27.358 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 16 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.359 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1095413 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.360 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 0, 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 0, 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 0, 2023-09-30T09:07:27.361 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 2034, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 75947072, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 344941460, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 1219083942, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 7282595637, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 0, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 13686, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 24210, 2023-09-30T09:07:27.362 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 37, 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 4546 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 13686, 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 24210 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.363 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:27.364 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPED1D480GA", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: E2010325", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2023-09-30T09:07:27.365 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:27.366 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 37 Celsius", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 0%", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 0%", 2023-09-30T09:07:27.367 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 75,947,072 [38.8 TB]", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 344,941,460 [176 TB]", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 1,219,083,942", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 7,282,595,637", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 2,034", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 13,686", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 24,210", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 4,546", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:27.368 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 37 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.369 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "c6cff86a-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPEDMD400G4_c6d0641c-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090401": { 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:27.370 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "8DV101H0", 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6cff86a-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:27.371 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064641 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.372 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:27.373 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.374 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 27228732 2023-09-30T09:07:27.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 44517062 2023-09-30T09:07:27.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.377 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.378 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:27.379 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 64 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 90, 2023-09-30T09:07:27.380 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 2991, 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 3005, 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 2976 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 10, 2023-09-30T09:07:27.381 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 0, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 369637337, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 1784462231, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 6248795218, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 29513652061, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 9, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 46225, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 48055, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 27, 2023-09-30T09:07:27.382 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 103 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 46225, 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 48055 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:27.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:27.384 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: 8DV101H0", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:27.385 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:27.386 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: " 1 - 512 8 2", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: " 2 - 512 16 2", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: " 3 - 4096 0 0", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: " 4 - 4096 8 0", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: " 5 - 4096 64 0", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: " 6 - 4096 128 0", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:27.387 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 27 Celsius", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 10%", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 9%", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 369,637,337 [189 TB]", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 1,784,462,231 [913 TB]", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 6,248,795,218", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 29,513,652,061", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 0", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 46,225", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 48,055", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 103", 2023-09-30T09:07:27.388 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:27.389 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 27 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.390 INFO:tasks.workunit.client.0.smithi118.stdout:} 2023-09-30T09:07:27.391 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry preview-all 2023-09-30T09:07:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' 2023-09-30T09:07:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:27 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:27.917 INFO:tasks.workunit.client.0.smithi118.stdout:{ 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "device_report": { 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "c6ce6b26-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPED1D480GA_c6cee218-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090359": { 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "E2010325", 2023-09-30T09:07:27.918 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6ce6b26-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064639 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPED1D480GA", 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:27.919 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:27.921 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.922 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 5263388 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.923 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:27.924 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:27.925 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.926 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 16 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.927 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1095413 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 0, 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 0, 2023-09-30T09:07:27.928 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 0, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 2034, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 75947072, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 344941460, 2023-09-30T09:07:27.929 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 1219083942, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 7282595637, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 0, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 13686, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 24210, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 37, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 4546 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 13686, 2023-09-30T09:07:27.930 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 24210 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:27.931 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPED1D480GA", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:27.932 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: E2010325", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:27.933 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:27.934 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 37 Celsius", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 0%", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 0%", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 75,947,072 [38.8 TB]", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 344,941,460 [176 TB]", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 1,219,083,942", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 7,282,595,637", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 2,034", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 13,686", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 24,210", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 4,546", 2023-09-30T09:07:27.935 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:27.936 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 37 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: "c6cff86a-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.937 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPEDMD400G4_c6d0641c-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090401": { 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "8DV101H0", 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6cff86a-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:27.938 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064641 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.939 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.940 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.941 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.942 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 27228732 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:27.943 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 44517062 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:27.944 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:27.945 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:27.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 64 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.947 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 90, 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 2991, 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 3005, 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 2976 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:27.948 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 10, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 0, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 369637337, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 1784462231, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 6248795218, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 29513652061, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 9, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 46225, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 48055, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 27, 2023-09-30T09:07:27.949 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 103 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 46225, 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 48055 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.950 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:27.951 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: 8DV101H0", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-09-30T09:07:27.952 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:27.953 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: " 1 - 512 8 2", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: " 2 - 512 16 2", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: " 3 - 4096 0 0", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: " 4 - 4096 8 0", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: " 5 - 4096 64 0", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: " 6 - 4096 128 0", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.954 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 27 Celsius", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 10%", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 9%", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 369,637,337 [189 TB]", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 1,784,462,231 [913 TB]", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 6,248,795,218", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 29,513,652,061", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 0", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 46,225", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 48,055", 2023-09-30T09:07:27.955 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 103", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:27.956 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 27 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "report": { 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer": { 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "active": true, 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "mode": "" 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "channels": [ 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "ident" 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "channels_available": [ 2023-09-30T09:07:27.958 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "ident", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "perf" 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_available": [ 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:27.959 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_opted_in": [ 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:27.960 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "config": { 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "active_changed": [ 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:27.961 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "client_check_pool_perm", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_gid", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_uid", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "client_quota", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "daemonize", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:27.962 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "keyring", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_block_size", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_cache_size", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_compression", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_log", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_write_buffer_size", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:27.963 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_file", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_journald", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_stderr", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_host", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:27.964 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:27.965 INFO:tasks.workunit.client.0.smithi118.stdout: "no_config_file", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:27.966 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_lim", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_res", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_wgt", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:27.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addr", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addrv", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_default_features", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_qos_exclude_ops", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "setgroup", 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: "setuser" 2023-09-30T09:07:27.968 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_changed": [ 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:27.969 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_join_fs", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/allow_ptrace", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/container_init", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/migration_current", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/use_repo_digest", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-09-30T09:07:27.970 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ssl_server_port", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/orchestrator/orchestrator", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/channel_ident", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/description", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/organization", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:27.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:27.972 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target", 2023-09-30T09:07:27.973 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_cache_enabled", 2023-09-30T09:07:27.974 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_ops_log", 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_usage_log" 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "contact": null, 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "crashes": [], 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "created": "2023-09-30T09:01:32.181955Z", 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "crush": { 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_algs": { 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "straw2": 3 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_sizes": { 2023-09-30T09:07:27.975 INFO:tasks.workunit.client.0.smithi118.stdout: "2": 1, 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "4": 2 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_types": { 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "1": 2, 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "11": 1 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "compat_weight_set": false, 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "device_classes": [ 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: 8 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_buckets": 6, 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_devices": 8, 2023-09-30T09:07:27.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_rules": 1, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_types": 12, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_weight_sets": 0, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "tunables": { 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "allowed_bucket_algs": 54, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_fallback_tries": 0, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_tries": 0, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_total_tries": 50, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_descend_once": 1, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_stable": 1, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_vary_r": 1, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v2_rules": 0, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v3_rules": 0, 2023-09-30T09:07:27.977 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v4_buckets": 1, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v5_rules": 0, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "legacy_tunables": 0, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "minimum_required_version": "jewel", 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "optimal_tunables": 1, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "profile": "jewel", 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables": 1, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables2": 1, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables3": 1, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables5": 1, 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: "straw_calc_version": 1 2023-09-30T09:07:27.978 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "description": "upgrade test cluster", 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "fs": { 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "feature_flags": { 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "enable_multiple": true, 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_enabled_multiple": true 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "filesystems": [ 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "approx_ctime": "2023-09", 2023-09-30T09:07:27.979 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer_enabled": false, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_caps": 2, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_dns": 10, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_inos": 13, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_subtrees": 2, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_allowed_features": 0, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "explicitly_allowed_features": 0, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "files": 0, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "max_mds": 1, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_data_pools": 1, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_in": 1, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_mds": 1, 2023-09-30T09:07:27.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": 2, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_replay": 0, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_up": 1, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "snaps": 0, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "standby_count_wanted": 0 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_mds": 1, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "total_num_mds": 2 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "hosts": { 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num": 2, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mds": 2, 2023-09-30T09:07:27.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mgr": 2, 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mon": 2, 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_osd": 2 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "leaderboard": false, 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "license": "sharing-1-0", 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "metadata": { 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 2 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:27.982 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 2 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 2 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 2 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 2 2023-09-30T09:07:27.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 2 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 2 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 3 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.984 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 3 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 3 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 3 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:27.985 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 3 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 3 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 3 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 8 2023-09-30T09:07:27.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 8 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 8 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 8 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.987 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 8 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 8 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 8 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_objectstore": { 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": 8 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "rotational": { 2023-09-30T09:07:27.988 INFO:tasks.workunit.client.0.smithi118.stdout: "0": 8 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "features": { 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "optional": [], 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "persistent": [ 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "kraken", 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "luminous", 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "mimic", 2023-09-30T09:07:27.989 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap-prune", 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "nautilus", 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "octopus", 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "pacific", 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "elector-pinging", 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "quincy" 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv4_addr_mons": 6, 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv6_addr_mons": 0, 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "min_mon_release": 17, 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "v1_addr_mons": 3, 2023-09-30T09:07:27.990 INFO:tasks.workunit.client.0.smithi118.stdout: "v2_addr_mons": 3 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "organization": "ceph-qa", 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_network": false, 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 8, 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "require_min_compat_client": "luminous", 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "require_osd_release": "quincy" 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": [ 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr" 2023-09-30T09:07:27.991 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 1, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 1, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 1, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 1781760, 2023-09-30T09:07:27.992 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 1781760, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 2, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 2.4424305138381897e-06, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 212, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 313344, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 590368, 2023-09-30T09:07:27.993 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 590368, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 1771104, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 179, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 2473984 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:27.994 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 32, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 32, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 2, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:27.995 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 98304, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 98304, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 22, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 1.3475509774707461e-07, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 3096, 2023-09-30T09:07:27.996 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 3096, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 9288, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 48, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 16384 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:27.997 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 64, 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 64, 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 3, 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:27.998 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:27.999 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:28.000 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd" 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 8, 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 8, 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 4, 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:28.001 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729501083914, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243167019008, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:28.002 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.003 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": { 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: "mirroring_by_pool": [ 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: false 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: "num_images_by_pool": [ 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pools": 1 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: "report_id": "3f9710cd-fea3-4073-8da3-555fde90f17b", 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: "report_timestamp": "2023-09-30T09:07:27.899385", 2023-09-30T09:07:28.004 INFO:tasks.workunit.client.0.smithi118.stdout: "report_version": 1, 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "rook": { 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster": { 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "external-mode": null, 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "allow-multiple-per-node": null, 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "count": null, 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "max-id": null, 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "pvc": { 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "stretch": { 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:28.005 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "network": { 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "provider": null 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "storage": { 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "device-set": { 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "non-portable": null, 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "portable": null, 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.006 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "csi": { 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes": { 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "node": { 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes-total": null, 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "with-ceph-daemons": null, 2023-09-30T09:07:28.007 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-cephfs-plugin": null, 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-nfs-plugin": null, 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-rbd-plugin": null 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "storage-class": { 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket": null, 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs": null, 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "nfs": null, 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": null, 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:28.008 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "services": {}, 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 105, 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": 4, 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_by_class": { 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "ssd": { 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906467840, 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:28.009 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53817344, 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_bytes": 53817344, 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_ratio": 7.007829117355868e-05 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906467840, 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53817344 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:28.010 INFO:tasks.workunit.client.0.smithi118.stdout:} 2023-09-30T09:07:28.011 INFO:tasks.workunit.client.0.smithi118.stderr:++ ceph telemetry collection ls 2023-09-30T09:07:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='client.24830 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='client.24830 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='client.24830 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='client.24830 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='client.24830 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='client.24830 -' entity='client.admin' cmd=[{"prefix": "telemetry preview", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: pgmap v47: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:28 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:28.475 INFO:tasks.workunit.client.0.smithi118.stderr:+ COLLECTIONS='New collections are available: 2023-09-30T09:07:28.475 INFO:tasks.workunit.client.0.smithi118.stderr:['\''basic_base'\'', '\''basic_mds_metadata'\'', '\''basic_pool_options_bluestore'\'', '\''basic_pool_usage'\'', '\''basic_rook_v01'\'', '\''basic_usage_by_class'\'', '\''crash_base'\'', '\''device_base'\'', '\''ident_base'\'', '\''perf_memory_metrics'\'', '\''perf_perf'\''] 2023-09-30T09:07:28.475 INFO:tasks.workunit.client.0.smithi118.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-09-30T09:07:28.475 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:28.475 INFO:tasks.workunit.client.0.smithi118.stderr:NAME STATUS DESC 2023-09-30T09:07:28.475 INFO:tasks.workunit.client.0.smithi118.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-09-30T09:07:28.475 INFO:tasks.workunit.client.0.smithi118.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster ' 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:+ NEW_COLLECTIONS=("perf_perf" "basic_mds_metadata" "basic_pool_usage" "basic_rook_v01" "perf_memory_metrics") 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-09-30T09:07:28.476 INFO:tasks.workunit.client.0.smithi118.stderr:+ [[ New collections are available: 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:NAME STATUS DESC 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-09-30T09:07:28.477 INFO:tasks.workunit.client.0.smithi118.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *perf_perf* ]] 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:+ [[ New collections are available: 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:NAME STATUS DESC 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-09-30T09:07:28.478 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_mds_metadata* ]] 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:+ [[ New collections are available: 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2023-09-30T09:07:28.479 INFO:tasks.workunit.client.0.smithi118.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:NAME STATUS DESC 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-09-30T09:07:28.480 INFO:tasks.workunit.client.0.smithi118.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_pool_usage* ]] 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:+ [[ New collections are available: 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:NAME STATUS DESC 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-09-30T09:07:28.481 INFO:tasks.workunit.client.0.smithi118.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *basic_rook_v01* ]] 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:+ for col in ${NEW_COLLECTIONS[@]} 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:+ [[ New collections are available: 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:['basic_base', 'basic_mds_metadata', 'basic_pool_options_bluestore', 'basic_pool_usage', 'basic_rook_v01', 'basic_usage_by_class', 'crash_base', 'device_base', 'ident_base', 'perf_memory_metrics', 'perf_perf'] 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:Run `ceph telemetry on` to opt-in to these collections. 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr: 2023-09-30T09:07:28.482 INFO:tasks.workunit.client.0.smithi118.stderr:NAME STATUS DESC 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:basic_base NOT REPORTING: NOT OPTED-IN Basic information about the cluster (capacity, number and type of daemons, version, etc.) 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_options_bluestore NOT REPORTING: NOT OPTED-IN Per-pool bluestore config options 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:basic_rook_v01 NOT REPORTING: NOT OPTED-IN Basic Rook deployment data 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:basic_usage_by_class NOT REPORTING: NOT OPTED-IN Default device class usage statistics 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:crash_base NOT REPORTING: NOT OPTED-IN Information about daemon crashes (daemon type and version, backtrace, etc.) 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:device_base NOT REPORTING: NOT OPTED-IN Information about device health metrics 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:ident_base NOT REPORTING: NOT OPTED-IN User-provided identifying information about the cluster 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:perf_memory_metrics NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Heap stats and mempools for mon and mds 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:perf_perf NOT REPORTING: NOT OPTED-IN, CHANNEL perf IS OFF Information about performance counters of the cluster == *perf_memory_metrics* ]] 2023-09-30T09:07:28.483 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry on --license sharing-1-0 2023-09-30T09:07:29.023 INFO:tasks.workunit.client.0.smithi118.stdout:Telemetry is on. 2023-09-30T09:07:29.023 INFO:tasks.workunit.client.0.smithi118.stdout:Some channels are disabled, please enable with: 2023-09-30T09:07:29.024 INFO:tasks.workunit.client.0.smithi118.stdout:`ceph telemetry enable channel perf` 2023-09-30T09:07:29.035 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry enable channel perf 2023-09-30T09:07:29.083 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:28] ENGINE Bus STOPPING 2023-09-30T09:07:29.083 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:28] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:07:29.083 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:28] ENGINE Bus STOPPED 2023-09-30T09:07:29.083 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:28] ENGINE Bus STARTING 2023-09-30T09:07:29.083 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:28] ENGINE Serving on http://:::9283 2023-09-30T09:07:29.083 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:28] ENGINE Bus STARTED 2023-09-30T09:07:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: mgrmap e20: y(active, since 85s), standbys: x 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: mgrmap e20: y(active, since 85s), standbys: x 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:29.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:29.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='client.24842 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "telemetry preview-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: mgrmap e20: y(active, since 85s), standbys: x 2023-09-30T09:07:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:29 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:29.576 INFO:tasks.workunit.client.0.smithi118.stdout:channel_perf is enabled 2023-09-30T09:07:29.589 INFO:tasks.workunit.client.0.smithi118.stderr:++ ceph config get mgr mgr/telemetry/last_opt_revision 2023-09-30T09:07:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:29] ENGINE Bus STOPPING 2023-09-30T09:07:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:07:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:29] ENGINE Bus STOPPED 2023-09-30T09:07:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:29] ENGINE Bus STARTING 2023-09-30T09:07:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:29] ENGINE Serving on http://:::9283 2023-09-30T09:07:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:07:29] ENGINE Bus STARTED 2023-09-30T09:07:30.010 INFO:tasks.workunit.client.0.smithi118.stderr:+ LAST_OPT_REVISION=1 2023-09-30T09:07:30.010 INFO:tasks.workunit.client.0.smithi118.stderr:+ '[' 1 -ne 1 ']' 2023-09-30T09:07:30.010 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry show 2023-09-30T09:07:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='client.24860 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='client.24860 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2051548342' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2051548342' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='client.24860 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='client.24860 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2051548342' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-09-30T09:07:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:30 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2051548342' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-09-30T09:07:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='client.14946 -' entity='client.admin' cmd=[{"prefix": "telemetry collection ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='client.24860 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: pgmap v48: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='client.24860 -' entity='client.admin' cmd=[{"prefix": "telemetry on", "license": "sharing-1-0", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:30.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:30.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:30.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:30.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2051548342' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-09-30T09:07:30.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2051548342' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/telemetry/last_opt_revision"}]: dispatch 2023-09-30T09:07:30.770 INFO:tasks.workunit.client.0.smithi118.stdout:{ 2023-09-30T09:07:30.770 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer": { 2023-09-30T09:07:30.770 INFO:tasks.workunit.client.0.smithi118.stdout: "active": true, 2023-09-30T09:07:30.770 INFO:tasks.workunit.client.0.smithi118.stdout: "mode": "" 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "channels": [ 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "ident", 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "perf" 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "channels_available": [ 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:30.771 INFO:tasks.workunit.client.0.smithi118.stdout: "ident", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "perf" 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_available": [ 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:30.772 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_opted_in": [ 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:30.773 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "config": { 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "active_changed": [ 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:30.774 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "client_check_pool_perm", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_gid", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_uid", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "client_quota", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "daemonize", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:30.775 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "keyring", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_block_size", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_cache_size", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_compression", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_log", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_write_buffer_size", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:30.776 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_file", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_journald", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_stderr", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_host", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:30.777 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "no_config_file", 2023-09-30T09:07:30.778 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-09-30T09:07:30.779 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_lim", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_res", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_wgt", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:30.780 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addr", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addrv", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_default_features", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_qos_exclude_ops", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "setgroup", 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: "setuser" 2023-09-30T09:07:30.781 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_changed": [ 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:30.782 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_join_fs", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/allow_ptrace", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/container_init", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/migration_current", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/use_repo_digest", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-09-30T09:07:30.783 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ssl_server_port", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/orchestrator/orchestrator", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/channel_ident", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/channel_perf", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/description", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/enabled", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/organization", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:30.784 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:30.785 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:30.786 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:30.787 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_cache_enabled", 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_ops_log", 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_usage_log" 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "contact": null, 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "crashes": [], 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "created": "2023-09-30T09:01:32.181955Z", 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "crush": { 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_algs": { 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: "straw2": 3 2023-09-30T09:07:30.788 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_sizes": { 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "2": 1, 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "4": 2 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_types": { 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "1": 2, 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "11": 1 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "compat_weight_set": false, 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: "device_classes": [ 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: 8 2023-09-30T09:07:30.789 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_buckets": 6, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_devices": 8, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_rules": 1, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_types": 12, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_weight_sets": 0, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "tunables": { 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "allowed_bucket_algs": 54, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_fallback_tries": 0, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_tries": 0, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_total_tries": 50, 2023-09-30T09:07:30.790 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_descend_once": 1, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_stable": 1, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_vary_r": 1, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v2_rules": 0, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v3_rules": 0, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v4_buckets": 1, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v5_rules": 0, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "legacy_tunables": 0, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "minimum_required_version": "jewel", 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "optimal_tunables": 1, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "profile": "jewel", 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables": 1, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables2": 1, 2023-09-30T09:07:30.791 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables3": 1, 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables5": 1, 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "straw_calc_version": 1 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "description": "upgrade test cluster", 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "fs": { 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "feature_flags": { 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "enable_multiple": true, 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_enabled_multiple": true 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.792 INFO:tasks.workunit.client.0.smithi118.stdout: "filesystems": [ 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "approx_ctime": "2023-09", 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer_enabled": false, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_caps": 2, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_dns": 10, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_inos": 13, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_subtrees": 2, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_allowed_features": 0, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "explicitly_allowed_features": 0, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "files": 0, 2023-09-30T09:07:30.793 INFO:tasks.workunit.client.0.smithi118.stdout: "max_mds": 1, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "num_data_pools": 1, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "num_in": 1, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "num_mds": 1, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": 2, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_replay": 0, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "num_up": 1, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "snaps": 0, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "standby_count_wanted": 0 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_mds": 1, 2023-09-30T09:07:30.794 INFO:tasks.workunit.client.0.smithi118.stdout: "total_num_mds": 2 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_stats": { 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 19218432, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 339832, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 172032, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 0, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 305, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 1040944, 2023-09-30T09:07:30.795 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 12, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 489984, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 14423128, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 19218432 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 20185088, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 406768, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 81920, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 379, 2023-09-30T09:07:30.796 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 1103064, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 20, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1068032, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 14854712, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 20267008 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.83504c4a57136c998a501659124619f40ac864ed": { 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 34480128, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 774592, 2023-09-30T09:07:30.797 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 15253504, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 910, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 6127976, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 21, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1373696, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 23451352, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 49733632 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:30.798 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 45031424, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 1692592, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 729088, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 7749632, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1683, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 10598712, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 23, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2453504, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 26805016, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 52781056 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.799 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 35160064, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 807432, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 8192, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 14565376, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1055, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 6701352, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 21, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1112576, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 23778000, 2023-09-30T09:07:30.800 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 49725440 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.0": { 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 273367040, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 985392, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 491520, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1269, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4662728, 2023-09-30T09:07:30.801 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 45, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2552064, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 262283272, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 273858560 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.1": { 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 237461504, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 851208, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 614400, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1195, 2023-09-30T09:07:30.802 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4947176, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2111744, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 226667792, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 238075904 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.2": { 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 239181824, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 770440, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 1032192, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 8192, 2023-09-30T09:07:30.803 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1132, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4806408, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2483968, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 227205232, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 239190016 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.3": { 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 270286848, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 786928, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.804 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 425984, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1091, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 3906696, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 44, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1681152, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 261028488, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 270712832 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.4": { 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 271278080, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 681816, 2023-09-30T09:07:30.805 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 483328, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1117, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4400816, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1653504, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 261658360, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 271761408 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.5": { 2023-09-30T09:07:30.806 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 237985792, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 998176, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 1269760, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1118, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4241680, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1833216, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 228029136, 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 239255552 2023-09-30T09:07:30.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.6": { 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 237412352, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 1143760, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 794624, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1134, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4174656, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 45, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1877248, 2023-09-30T09:07:30.808 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 227333104, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 238206976 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.7": { 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 240123904, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 898952, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 4980736, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 1163264, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1169, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4304344, 2023-09-30T09:07:30.809 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2133760, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 227806112, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 241287168 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "hosts": { 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num": 2, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mds": 2, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mgr": 2, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mon": 2, 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_osd": 2 2023-09-30T09:07:30.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "io_rate": { 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_stats_delta": { 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 0, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 0, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "stamp_delta": "12.002379", 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:30.811 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:30.812 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:30.813 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 146, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 248, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 32, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.814 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.815 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 0 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "leaderboard": false, 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "license": "sharing-1-0", 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "mempool": { 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.816 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.817 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.820 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 149321, 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 32 2023-09-30T09:07:30.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 856, 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.823 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.824 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.825 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.830 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.831 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 213415, 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 65 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.832 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 51208, 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 210 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.833 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7840, 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 123 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.834 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.835 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.83504c4a57136c998a501659124619f40ac864ed": { 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.836 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.837 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.838 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.839 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.840 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1077783, 2023-09-30T09:07:30.841 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 346 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.842 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6488, 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 122 2023-09-30T09:07:30.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12584, 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1542 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5152, 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 83 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.845 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.846 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.848 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.849 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.850 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1148167, 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 333 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 440, 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 5 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.851 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.852 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6488, 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 122 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12584, 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1542 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.853 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 10304, 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.854 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.855 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.856 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.857 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.858 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.859 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1067847, 2023-09-30T09:07:30.860 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 346 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6488, 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 122 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.862 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12584, 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1542 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5152, 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 83 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.863 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.0": { 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6192, 2023-09-30T09:07:30.864 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 128 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19936, 2023-09-30T09:07:30.865 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 178 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1344, 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 12 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8544, 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 178 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19936, 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 178 2023-09-30T09:07:30.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1280, 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 16 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 602112, 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 16 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 49648, 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 9190 2023-09-30T09:07:30.867 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 132600, 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 195 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 11108, 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 715 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 30856, 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 195 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 382343, 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 85 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.869 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2449752, 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 195 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6688, 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 76 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.870 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 520200, 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 45 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.871 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 88920, 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 175 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.872 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.1": { 2023-09-30T09:07:30.873 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6192, 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 128 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.874 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1120, 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.875 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7968, 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1120, 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 14 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.876 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8192, 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43796, 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8242 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 123080, 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.877 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9112, 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 543 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 26668, 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.878 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1472, 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 418823, 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 94 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 40192, 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2442625, 2023-09-30T09:07:30.879 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 191 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4752, 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 54 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 427720, 2023-09-30T09:07:30.880 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 37 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7280, 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 18 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:30.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.2": { 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6192, 2023-09-30T09:07:30.883 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 128 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18256, 2023-09-30T09:07:30.884 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 163 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 224, 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7824, 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 163 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18256, 2023-09-30T09:07:30.885 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 163 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1120, 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 14 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8192, 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 41467, 2023-09-30T09:07:30.886 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 7904 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 117640, 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 173 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7980, 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 485 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 25124, 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 173 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 277719, 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 60 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.888 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2399880, 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4136, 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 47 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.889 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 358360, 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 31 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8320, 2023-09-30T09:07:30.890 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 24 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 214080, 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3299 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.891 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.3": { 2023-09-30T09:07:30.892 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.893 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18928, 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 896, 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.894 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8112, 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18928, 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480, 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.895 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43426, 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8235 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 123080, 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9172, 2023-09-30T09:07:30.896 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 549 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 26164, 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1472, 2023-09-30T09:07:30.897 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 286575, 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 62 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 40192, 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2417807, 2023-09-30T09:07:30.898 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 177 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4312, 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 49 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 427720, 2023-09-30T09:07:30.899 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 37 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8840, 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 17 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.900 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.901 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.4": { 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.902 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.903 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18816, 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 896, 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8064, 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18816, 2023-09-30T09:07:30.904 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 640, 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18721, 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 4 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43768, 2023-09-30T09:07:30.905 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8316 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 124440, 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9344, 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 547 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.906 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 26844, 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 736, 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 882825, 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 65 2023-09-30T09:07:30.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 24192, 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2451254, 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 185 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5016, 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 57 2023-09-30T09:07:30.908 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 450840, 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 39 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.909 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7904, 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 16 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215616, 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3379 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.910 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.5": { 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 896, 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.913 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7968, 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 720, 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 9 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.914 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43994, 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8294 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 124440, 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:30.915 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9560, 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 547 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 27180, 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:30.916 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1472, 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 842138, 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 55 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 40192, 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:30.917 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2421119, 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 171 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4928, 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 56 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 473960, 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 41 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 10400, 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 20 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.919 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 214080, 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3299 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.920 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.6": { 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.921 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.922 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8352, 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:30.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 560, 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 7 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 44065, 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8544 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 123080, 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 10548, 2023-09-30T09:07:30.925 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 701 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 27864, 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 190668, 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 39 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2415726, 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:30.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4400, 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 50 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 450840, 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 39 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.928 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 86840, 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 175 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 214080, 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3299 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.929 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.930 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.7": { 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5904, 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 104 2023-09-30T09:07:30.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.932 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 672, 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8352, 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:30.933 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 640, 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 266240, 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 46816, 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8916 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 129200, 2023-09-30T09:07:30.934 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 190 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 11332, 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 708 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 30168, 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 190 2023-09-30T09:07:30.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 141630, 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 28 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.936 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2439105, 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 200 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5720, 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 65 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.937 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 531760, 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 46 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 91000, 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 203 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.938 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:30.939 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "metadata": { 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:30.940 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 2 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 2 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 2 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 2 2023-09-30T09:07:30.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 2 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 2 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 2 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:30.942 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 3 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 3 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 3 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.943 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 3 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 3 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 3 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 3 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.944 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 8 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 8 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 8 2023-09-30T09:07:30.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 8 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 8 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 8 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 8 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.946 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_objectstore": { 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": 8 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "rotational": { 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "0": 8 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "features": { 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "optional": [], 2023-09-30T09:07:30.947 INFO:tasks.workunit.client.0.smithi118.stdout: "persistent": [ 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "kraken", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "luminous", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "mimic", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap-prune", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "nautilus", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "octopus", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "pacific", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "elector-pinging", 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "quincy" 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv4_addr_mons": 6, 2023-09-30T09:07:30.948 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv6_addr_mons": 0, 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "min_mon_release": 17, 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "v1_addr_mons": 3, 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "v2_addr_mons": 3 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "organization": "ceph-qa", 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_network": false, 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 8, 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "require_min_compat_client": "luminous", 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "require_osd_release": "quincy" 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.949 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_perf_histograms": [ 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:30.950 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:30.951 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:30.952 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:30.953 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:30.954 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:30.955 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:30.956 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.957 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.958 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:30.959 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.960 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.961 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:30.962 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:30.963 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:30.963 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:30.963 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:30.963 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:30.963 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.033 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.033 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.033 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.033 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.034 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.035 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.036 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.037 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.038 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:31.039 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.040 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.041 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.042 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.043 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.044 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.045 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.046 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.047 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.048 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.049 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.050 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.051 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:31.052 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:31.053 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:31.054 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:31.055 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:31.056 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:31.057 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:31.058 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.059 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.060 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.061 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.062 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.063 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.064 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.065 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.066 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.067 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.068 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.069 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.069 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.069 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.069 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.069 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.069 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.140 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.141 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.142 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.143 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.144 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.145 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.146 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.147 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.148 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.149 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.150 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.151 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.152 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.153 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:31.154 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:31.155 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:31.156 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:31.157 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:31.158 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:31.159 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:31.159 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:31.159 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:31.164 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:31.164 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:31.164 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:31.164 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:31.164 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:31.164 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:31.165 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.166 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.167 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.168 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.169 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.170 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.171 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.172 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.173 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.174 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.175 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.176 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.177 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.178 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.179 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.180 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.181 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.182 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.183 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.184 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.185 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.186 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.187 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.188 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.189 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:31.190 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:31.191 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:31.192 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.193 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:31.194 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:31.195 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.196 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.197 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.198 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.199 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 8, 4, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.200 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 13, 3, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 17, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.201 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.202 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.203 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.204 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.205 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.206 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.207 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.208 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.209 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.210 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.211 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.212 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.213 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.214 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.215 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.216 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.217 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.218 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.219 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.220 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_counters": { 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:31.221 INFO:tasks.workunit.client.0.smithi118.stdout: "caps": { 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_flush_ack": { 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_flushsnap_ack": { 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_grant": { 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.222 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_revoke": { 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_trunc": { 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_commit": { 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_fetch": { 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_merge": { 2023-09-30T09:07:31.223 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_split": { 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "exported_inodes": { 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "forward": { 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_cap_release": { 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.224 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_caps": { 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_caps_dirty": { 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_inode_file_caps": { 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "imported_inodes": { 2023-09-30T09:07:31.225 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes": { 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes_expired": { 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes_pinned": { 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes_with_caps": { 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.226 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "load_cent": { 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "openino_dir_fetch": { 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "process_request_cap_release": { 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "reply_latency": { 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 102616 2023-09-30T09:07:31.227 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "request": { 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "root_rbytes": { 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "root_rfiles": { 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "root_rsnaps": { 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.228 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_reply": { 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "subtrees": { 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_cache": { 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_enqueue_scrub": { 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_exportdir": { 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.229 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_flush": { 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_fragmentdir": { 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_fragstats": { 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_inodestats": { 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.230 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "num_recovering_enqueued": { 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "num_recovering_prioritized": { 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "num_recovering_processing": { 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "num_strays": { 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.231 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_strays_delayed": { 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_strays_enqueuing": { 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_completed": { 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_started": { 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.232 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_created": { 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_enqueued": { 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_migrated": { 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_reintegrated": { 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.233 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_log": { 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "ev": { 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "evadd": { 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "evex": { 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "evexd": { 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.234 INFO:tasks.workunit.client.0.smithi118.stdout: "evexg": { 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "evtrm": { 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "jlat": { 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10529673 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "replayed": { 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "seg": { 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "segadd": { 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "segex": { 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "segexd": { 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.236 INFO:tasks.workunit.client.0.smithi118.stdout: "segexg": { 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "segtrm": { 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_mem": { 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "cap": { 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "cap+": { 2023-09-30T09:07:31.237 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "cap-": { 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "dir": { 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "dir+": { 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "dir-": { 2023-09-30T09:07:31.238 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "dn": { 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "dn+": { 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "dn-": { 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "heap": { 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 207132 2023-09-30T09:07:31.239 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "ino": { 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "ino+": { 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "ino-": { 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_server": { 2023-09-30T09:07:31.240 INFO:tasks.workunit.client.0.smithi118.stdout: "cap_acquisition_throttle": { 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "cap_revoke_eviction": { 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_request": { 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_session": { 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.241 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_peer_request": { 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "req_create_latency": { 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "req_getattr_latency": { 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 102616 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "req_getfilelock_latency": { 2023-09-30T09:07:31.242 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "req_getvxattr_latency": { 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "req_link_latency": { 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookup_latency": { 2023-09-30T09:07:31.243 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookuphash_latency": { 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupino_latency": { 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupname_latency": { 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.244 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupparent_latency": { 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupsnap_latency": { 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lssnap_latency": { 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.245 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "req_mkdir_latency": { 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "req_mknod_latency": { 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "req_mksnap_latency": { 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.246 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "req_open_latency": { 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "req_readdir_latency": { 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rename_latency": { 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.247 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "req_renamesnap_latency": { 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rmdir_latency": { 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rmsnap_latency": { 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.248 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rmxattr_latency": { 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setattr_latency": { 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setdirlayout_latency": { 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.249 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setfilelock_latency": { 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setlayout_latency": { 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setxattr_latency": { 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.250 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "req_symlink_latency": { 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "req_unlink_latency": { 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_sessions": { 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "average_load": { 2023-09-30T09:07:31.251 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "avg_session_uptime": { 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 84 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "session_count": { 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "session_remove": { 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "sessions_open": { 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "sessions_stale": { 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "total_load": { 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.253 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 42 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.254 INFO:tasks.workunit.client.0.smithi118.stdout: "purge_queue": { 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executed": { 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing": { 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing_high_water": { 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing_ops": { 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.255 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing_ops_high_water": { 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_item_in_journal": { 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.83504c4a57136c998a501659124619f40ac864ed": { 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "election_call": { 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.256 INFO:tasks.workunit.client.0.smithi118.stdout: "election_lose": { 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "election_win": { 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_elections": { 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": { 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:31.257 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "session_rm": { 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 109 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "session_trim": { 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "paxos": { 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "accept_timeout": { 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "begin": { 2023-09-30T09:07:31.258 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 688 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_bytes": { 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 688, 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3347617 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_keys": { 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_latency": { 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 688, 2023-09-30T09:07:31.259 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 79998274 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "collect": { 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_bytes": { 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 73 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_keys": { 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.260 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_latency": { 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 999979 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_timeout": { 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_uncommitted": { 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "commit": { 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 690 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.261 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_bytes": { 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_keys": { 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_latency": { 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.262 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_ack_timeout": { 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_timeout": { 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn": { 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn_latency": { 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh": { 2023-09-30T09:07:31.263 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 690 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh_latency": { 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 690, 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1476968230 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: "restart": { 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state": { 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.264 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_bytes": { 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_keys": { 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "start_leader": { 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "start_peon": { 2023-09-30T09:07:31.265 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state": { 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 689 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_bytes": { 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 689, 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6566399 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_keys": { 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 689, 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4974 2023-09-30T09:07:31.266 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_latency": { 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 689, 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95997928 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache": { 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1020054731 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 46981120 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.267 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 31088640 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2147483648 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 15892480 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:full": { 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.268 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 255109 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.269 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.270 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.271 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70844068 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:inc": { 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.272 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 39774 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.273 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.274 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71059403 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:kv": { 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 322961408 2023-09-30T09:07:31.275 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184685370 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.276 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.277 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.278 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71167174 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb": { 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: "compact": { 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_len": { 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_merge": { 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.279 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_range": { 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "get_latency": { 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29404, 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62710458 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_delay_time": { 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_memtable_time": { 2023-09-30T09:07:31.280 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_pre_and_post_time": { 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_wal_time": { 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_latency": { 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.281 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_sync_latency": { 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1479, 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 172068169 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: "election_call": { 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.282 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "election_lose": { 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "election_win": { 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_elections": { 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": { 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:31.283 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "session_rm": { 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "session_trim": { 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "paxos": { 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "accept_timeout": { 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.284 INFO:tasks.workunit.client.0.smithi118.stdout: "begin": { 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 820 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_bytes": { 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4377452 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_keys": { 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2460 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_latency": { 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:31.285 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 119997425 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "collect": { 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_bytes": { 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_keys": { 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.286 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_latency": { 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_timeout": { 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_uncommitted": { 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "commit": { 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 820 2023-09-30T09:07:31.287 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_bytes": { 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4318472 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_keys": { 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5049 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_latency": { 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 111487439 2023-09-30T09:07:31.288 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_ack_timeout": { 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_timeout": { 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn": { 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn_latency": { 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.289 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh": { 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 822 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh_latency": { 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 822, 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1849960184 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "restart": { 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.290 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state": { 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_bytes": { 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1627 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_keys": { 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "start_leader": { 2023-09-30T09:07:31.291 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "start_peon": { 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state": { 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_bytes": { 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.292 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_keys": { 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_latency": { 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache": { 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1020054731 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.293 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 50028544 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41066496 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2147483648 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8962048 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.294 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:full": { 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277029117 2023-09-30T09:07:31.295 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 254679 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.296 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.297 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70843436 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:inc": { 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.298 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277029117 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 37371 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.299 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.300 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71060744 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:kv": { 2023-09-30T09:07:31.301 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 322961408 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184686078 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.302 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.303 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.304 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71166466 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb": { 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "compact": { 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_len": { 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.305 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_merge": { 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_range": { 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "get_latency": { 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 36980, 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 130626595 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_delay_time": { 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.306 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_memtable_time": { 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_pre_and_post_time": { 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_wal_time": { 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.307 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_latency": { 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_sync_latency": { 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1772, 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 227372431 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:31.308 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "election_call": { 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "election_lose": { 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "election_win": { 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_elections": { 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7 2023-09-30T09:07:31.309 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": { 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "session_rm": { 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 51 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "session_trim": { 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.310 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "paxos": { 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "accept_timeout": { 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "begin": { 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 698 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_bytes": { 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 698, 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3372993 2023-09-30T09:07:31.311 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_keys": { 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_latency": { 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 698, 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 134997390 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "collect": { 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.312 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_bytes": { 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 146 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_keys": { 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_latency": { 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_timeout": { 2023-09-30T09:07:31.313 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_uncommitted": { 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "commit": { 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 699 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_bytes": { 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.314 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_keys": { 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_latency": { 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_ack_timeout": { 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_timeout": { 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.315 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn": { 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn_latency": { 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh": { 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 699 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh_latency": { 2023-09-30T09:07:31.316 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1456971860 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "restart": { 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state": { 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_bytes": { 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.317 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_keys": { 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "start_leader": { 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "start_peon": { 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state": { 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 699 2023-09-30T09:07:31.318 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_bytes": { 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6615053 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_keys": { 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5051 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_latency": { 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 367992894 2023-09-30T09:07:31.319 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache": { 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1020054731 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 46972928 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 32399360 2023-09-30T09:07:31.320 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2147483648 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14573568 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:full": { 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.321 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 255109 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.322 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.323 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70844068 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.324 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:inc": { 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.325 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 39774 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.326 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.327 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71059403 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:kv": { 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 322961408 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.328 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184685370 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.329 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.330 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71167174 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.331 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb": { 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "compact": { 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_len": { 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_merge": { 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_range": { 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.332 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "get_latency": { 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29770, 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 59598881 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_delay_time": { 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_memtable_time": { 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.333 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_pre_and_post_time": { 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_wal_time": { 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_latency": { 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.334 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_sync_latency": { 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1516, 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 559005740 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.0": { 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.335 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.336 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2932736 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.337 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6422528 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1740800 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.338 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1601536 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6356992 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.339 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.340 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.341 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.342 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.343 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.344 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4603904 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.345 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1282048 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 172057 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.346 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.347 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 23, 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 63714 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 376, 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72077524 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 362, 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11584823 2023-09-30T09:07:31.348 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 376, 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 419417 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 376, 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72496941 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.349 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 45649 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.350 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 16012 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 820 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.351 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 217 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 110, 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1680675 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 307, 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 265506 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 197, 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1132058 2023-09-30T09:07:31.352 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 28487 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10449629 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 124, 2023-09-30T09:07:31.353 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8739107 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 124, 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 442651814983 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 124, 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 144626765596 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.354 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44305205610 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44117 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 448715 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.355 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 155340654 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 165761 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 73214748 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.356 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 20440003 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 883133 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.357 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 259971511 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 24802860 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3125007 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.358 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 270974976 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 270393344 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 581632 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.362 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142486483 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.363 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 602112 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.364 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75015213 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.365 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068648626 2023-09-30T09:07:31.366 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.367 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.368 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72200894 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.369 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 94990989 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.370 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.371 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.372 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72780707 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.373 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068648626 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.374 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12706 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 94595 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.375 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 162365 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71932396 2023-09-30T09:07:31.376 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.377 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 47 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:31.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 588 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.379 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48975725 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2265683 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.380 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44916225 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.381 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.382 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.383 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:31.384 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 588 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48975725 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:31.385 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2265683 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44916225 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1771104 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.386 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7712768 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.1": { 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.387 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.388 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2551808 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.389 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6225920 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.390 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1507328 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1368064 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6160384 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.391 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.392 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.393 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.394 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.395 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.396 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3989504 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.397 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 679936 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 162274 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.398 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 30, 2023-09-30T09:07:31.399 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72201 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 319, 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62205984 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 297, 2023-09-30T09:07:31.400 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 21188710 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 319, 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 371018 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 319, 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62577002 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.401 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1194 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14953 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.402 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 15526 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 806 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.403 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 227 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 127, 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1855939 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 335, 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 319138 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 208, 2023-09-30T09:07:31.404 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1176701 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 111851 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14018714 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.405 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8236184 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 116, 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 311867241369 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 118519887311 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.406 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 414, 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 28103627512 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 414, 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 40950 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 398009 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.407 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 243532001 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 132889 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 112114182 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.408 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17976230 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 292225 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.409 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 388108391 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 21812914 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3082159 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.410 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235192320 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234520576 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.411 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 671744 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.412 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142523701 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.413 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.414 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75571915 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.415 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068927764 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.416 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.417 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.418 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71921756 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.419 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95015801 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.420 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.421 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.422 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755895 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.423 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068927764 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.424 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12377 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 77016 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 154032 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.425 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71679499 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.426 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.427 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 37 2023-09-30T09:07:31.428 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.428 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.428 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.428 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.428 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.428 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 155 2023-09-30T09:07:31.428 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.430 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.430 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2429440 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 460710061 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.431 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1063 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 50466647 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184211291 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 33 2023-09-30T09:07:31.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 33, 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4829390 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1063 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.433 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 33, 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4263633 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 33, 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3443906 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 22, 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18115757 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.435 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 22, 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8129034 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 22, 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17043287 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 100 2023-09-30T09:07:31.436 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2429440 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 100, 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 437764914 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 100, 2023-09-30T09:07:31.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 38073980 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 100, 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 163724098 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 590368 2023-09-30T09:07:31.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6914048 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.439 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.2": { 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2224128 2023-09-30T09:07:31.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.442 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6094848 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1318912 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1179648 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6029312 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.443 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.444 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.448 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3473408 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 667648 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.450 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 167915 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.451 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 13, 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13429 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.452 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 273, 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 52338043 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 263, 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7239664 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 273, 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 335720 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 273, 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 52673763 2023-09-30T09:07:31.453 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2074 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.454 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14223 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.455 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 566 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 205 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 84, 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 875635 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 242, 2023-09-30T09:07:31.456 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 273303 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 158, 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 541286 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 89111 2023-09-30T09:07:31.457 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9779980 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 111, 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7917475 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 111, 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 255818291638 2023-09-30T09:07:31.458 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 111, 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 109301267057 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 46302919484 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.459 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 32077 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 355939 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95400784 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.460 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 104794 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67860520 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 16012863 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 291764 2023-09-30T09:07:31.461 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 189456349 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.462 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 19376565 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1978541 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235257856 2023-09-30T09:07:31.463 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235167744 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 90112 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.464 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142524431 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.465 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.466 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.467 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75571185 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068933235 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.470 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.471 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71916285 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.472 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95016287 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.474 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755409 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068933235 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12317 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 76642 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 147810 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.478 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71680684 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.479 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 29 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.480 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 121876969 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4020116 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.482 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 88119344 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.484 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.485 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 121876969 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.487 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4020116 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 88119344 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6770688 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.3": { 2023-09-30T09:07:31.489 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.490 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1146880 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 761856 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 622592 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:31.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.524 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.526 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.529 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1839104 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.530 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 692224 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4718 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.532 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 137, 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 30295313 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7633472 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.533 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 137, 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 248038 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 137, 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 30543351 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.534 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.535 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10175 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 312 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 212 2023-09-30T09:07:31.536 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 82, 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 954420 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 140, 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 409771 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 58, 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 135678 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.537 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6088013 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 46, 2023-09-30T09:07:31.538 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3998872 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 44, 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 559040502370 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 46, 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70944385550 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 222, 2023-09-30T09:07:31.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 395268 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 222, 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25380 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1240769 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.540 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 177742415 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67881 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 61643702 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10398836 2023-09-30T09:07:31.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 294495 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 257151818 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.542 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12793989 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1413218 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.543 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 267829248 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 267272192 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 557056 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.544 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142524206 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.545 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.546 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.547 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75579602 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.548 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068931551 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.549 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.550 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.551 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.570 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.570 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.570 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.570 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.570 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71917969 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.571 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95016137 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.572 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.573 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.574 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755559 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.575 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068931551 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.576 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13740 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72825 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 153895 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.577 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71678677 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.578 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.579 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 36 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.580 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.581 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 640194 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.582 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.583 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.584 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.585 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.586 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 640194 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.587 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.588 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6270976 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.4": { 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.589 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.590 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1187840 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.591 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5636096 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 753664 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 614400 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.592 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.593 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.594 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.595 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.596 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.597 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.598 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1871872 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 688128 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.599 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 8, 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 265669 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.600 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6006 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:31.601 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48677698 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4482456 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 205270 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48882968 2023-09-30T09:07:31.602 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1411 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.603 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18305 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.604 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 352 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 228 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 92, 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1150388 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 247973 2023-09-30T09:07:31.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 63, 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 477556 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 104183 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.606 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5731206 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 40, 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3771940 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 39, 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 290123651161 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 40, 2023-09-30T09:07:31.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62148275687 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 257, 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 388385 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 257, 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 24621 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1099844 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 211180273 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 64509 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.609 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 191185340 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14921745 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 292745 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 563 2023-09-30T09:07:31.610 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 424149726 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17295413 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1603146 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.611 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 268877824 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 268312576 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.612 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 565248 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.613 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142523332 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75568188 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.616 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.617 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.617 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.617 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.617 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.617 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068924994 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.618 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71924526 2023-09-30T09:07:31.620 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.621 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95015555 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72756141 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.624 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068924994 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10972 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 90520 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 146752 2023-09-30T09:07:31.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.627 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.627 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.627 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.627 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.627 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.676 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71677450 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.677 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.678 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.679 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13389907 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.680 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2499246 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11777966 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.681 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.682 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.684 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13389907 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2499246 2023-09-30T09:07:31.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11777966 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6332416 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.5": { 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.688 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.689 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.715 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.715 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.715 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.715 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.715 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.715 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.715 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1073152 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.716 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 704512 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 565248 2023-09-30T09:07:31.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.718 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.719 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.720 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1708032 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.724 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 679936 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 162890 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.725 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3100 2023-09-30T09:07:31.726 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 53014871 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6479439 2023-09-30T09:07:31.727 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 150965 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 53165836 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.728 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1230 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.729 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10656 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 314 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.730 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 233 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 86, 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 676128 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 256216 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 49, 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 317739 2023-09-30T09:07:31.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75425 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17054203 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.732 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 34, 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3007826 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 32, 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 324107601582 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 34, 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 58338378680 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.733 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 259, 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 374724 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 259, 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25854 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6358410 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.734 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 345427728 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 64865 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 221143506 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10411425 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 293857 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 628 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 600426144 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.736 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12516732 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1601431 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.737 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 236371968 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234848256 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1523712 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.738 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142524055 2023-09-30T09:07:31.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75579753 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068930418 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.743 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71919102 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.745 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95016037 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.746 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.747 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755659 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.749 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068930418 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1372 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 93350 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 148262 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71677286 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.752 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.753 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.757 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 42 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.758 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.759 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.760 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.761 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.764 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.765 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.766 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6258688 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.767 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.6": { 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.768 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1249280 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.769 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.770 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 897024 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 757760 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.771 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.773 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.774 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.775 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.776 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.777 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.778 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2076672 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.779 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.780 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3214 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.781 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 170, 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41172541 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 162, 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6437493 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 170, 2023-09-30T09:07:31.782 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 137747 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 170, 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41310288 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.783 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.784 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18459 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 328 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 240 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.785 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 85, 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 762958 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 126, 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 376516 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 41, 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 290989 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.786 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2291330 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29, 2023-09-30T09:07:31.787 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2617640 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29, 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 407553321938 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29, 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 47096704734 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 384534 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.788 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 29284 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 198772 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 123032051 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.789 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 85742 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 55728732 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10352741 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.790 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 883870 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 510 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 191644306 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.791 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12338624 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1703010 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235323392 2023-09-30T09:07:31.792 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234356736 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 966656 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.793 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142523906 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.794 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.796 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75579902 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068929295 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.799 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71920225 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.800 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95015937 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755759 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.804 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068929295 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.805 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 15419 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 82703 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 149987 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.806 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71673284 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.807 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.808 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 39 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2416 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 125837123 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.810 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 12, 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6153941 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 108238826 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.812 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.813 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.814 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2416 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 125837123 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 12, 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6153941 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 108238826 2023-09-30T09:07:31.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6844416 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.7": { 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.818 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:31.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1085440 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.820 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 770048 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 630784 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:31.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5439488 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:31.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.823 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.824 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.825 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.826 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:31.827 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1785856 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:31.828 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 108563 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.829 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 7, 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 24233 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:31.830 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 139, 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 51141444 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 129, 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9704156 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 139, 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 106980 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:31.831 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 139, 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 51248424 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11566 2023-09-30T09:07:31.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 560 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 267 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 110, 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2497503 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:31.834 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 168, 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 311065 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 58, 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1850169 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12232 2023-09-30T09:07:31.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2814776 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 19, 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1923782 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 19, 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 285205345930 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.836 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 19, 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 27660891715 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 390956 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 31337 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:31.837 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 217712 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 461047955 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 81846 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:31.838 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 238903460 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10705580 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 882421 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:31.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 833 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 713725367 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12713888 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:31.840 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1809992 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 236306432 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235012096 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.841 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1294336 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142515057 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.843 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 135168 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.844 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75453583 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:31.845 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068862930 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.846 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.848 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71986590 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.849 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95010038 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.850 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.851 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72761658 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:31.852 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068862930 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.853 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14001 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:31.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 92409 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 154016 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.855 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71727332 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:31.856 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 47 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 101 2023-09-30T09:07:31.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 101, 2023-09-30T09:07:31.858 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 163691267 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 264707 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 103, 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25508728 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 101, 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 100803839 2023-09-30T09:07:31.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 70, 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11788692 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:31.860 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 264707 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 70, 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10508676 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 70, 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8712942 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 26 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.861 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 26, 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 26939782 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:31.862 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 26, 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11624944 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 26, 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25225781 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.863 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 124962793 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 7, 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3375108 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 66865116 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6778880 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": [ 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr" 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 1, 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 1, 2023-09-30T09:07:31.867 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 1, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 1781760, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 1781760, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 2, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:31.868 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 2.442432332827593e-06, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 358, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 567296, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 590368, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 590368, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 1771104, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 211, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 2473984 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.869 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:31.870 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 32, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 32, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 2, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 98304, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 98304, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:31.871 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 22, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 1.3475519722305762e-07, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 3096, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 3096, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 9288, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 48, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 16384 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.872 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:31.873 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 64, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 64, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 3, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:31.874 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:31.875 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd" 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:31.876 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 8, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 8, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 4, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:31.877 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:31.878 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": { 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: "mirroring_by_pool": [ 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: false 2023-09-30T09:07:31.879 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "num_images_by_pool": [ 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pools": 1 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "report_id": "3f9710cd-fea3-4073-8da3-555fde90f17b", 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "report_timestamp": "2023-09-30T09:07:30.647700", 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "report_version": 1, 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_stats": { 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "6.15.5" 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.880 INFO:tasks.workunit.client.0.smithi118.stdout: "rook": { 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster": { 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "external-mode": null, 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "allow-multiple-per-node": null, 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "count": null, 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "max-id": null, 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "pvc": { 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "stretch": { 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:31.881 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "network": { 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "provider": null 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "storage": { 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "device-set": { 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "non-portable": null, 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "portable": null, 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.882 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "csi": { 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes": { 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "node": { 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes-total": null, 2023-09-30T09:07:31.883 INFO:tasks.workunit.client.0.smithi118.stdout: "with-ceph-daemons": null, 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-cephfs-plugin": null, 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-nfs-plugin": null, 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-rbd-plugin": null 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "storage-class": { 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket": null, 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs": null, 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "nfs": null, 2023-09-30T09:07:31.884 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": null, 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: "services": {}, 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_per_pg": [ 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.885 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.628500+0000", 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.628500+0000", 2023-09-30T09:07:31.886 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628828+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:31.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.888 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3f", 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:40:48.918029+0000", 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.889 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.894 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:05.480324+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:05.480324+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.895 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.896 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3e", 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:18:09.098671+0000", 2023-09-30T09:07:31.897 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.898 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:31.901 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:31.902 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.618386+0000", 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.618386+0000", 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.618702+0000", 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.903 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.904 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3d", 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.905 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:31:23.059382+0000", 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.906 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.909 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.910 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.911 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631764+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631764+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.632033+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.913 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3c", 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000", 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.914 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.918 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.919 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.635724+0000", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.635724+0000", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.636020+0000", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.920 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.921 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3b", 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.922 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:02:44.085834+0000", 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.923 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.926 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:31.927 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625289+0000", 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625289+0000", 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626222+0000", 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.928 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.929 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3a", 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.930 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000", 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.931 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.934 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.935 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:04.731532+0000", 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:04.731532+0000", 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.936 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:31.937 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.938 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.39", 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:39:14.037780+0000", 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.939 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.940 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.943 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:31.944 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626319+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626319+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628178+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.945 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.946 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.38", 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:36:16.070156+0000", 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.947 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.950 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:31.951 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.952 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.630118+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.630118+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.630398+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:31.953 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.954 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.37", 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.955 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:59:26.454032+0000", 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.959 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.960 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.632208+0000", 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.632208+0000", 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.634469+0000", 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:31.961 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:31.962 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.36", 2023-09-30T09:07:31.963 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000", 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.966 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.967 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.968 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.969 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.635001+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.635001+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.635297+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.970 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.971 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.35", 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.973 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000", 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.975 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.976 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.977 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.978 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.637552+0000", 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.637552+0000", 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.638238+0000", 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:31.979 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:31.980 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.981 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.34", 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:59:23.796883+0000", 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.984 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.985 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:31.986 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.987 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.609934+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.609934+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.611301+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:31.988 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.989 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.33", 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:09:01.328352+0000", 2023-09-30T09:07:31.990 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:31.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:31.992 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:31.993 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:31.994 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:31.995 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626023+0000", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626023+0000", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627698+0000", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.996 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:31.997 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.32", 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:31.998 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:24:26.080148+0000", 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:31.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.000 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.002 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.003 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:04.865826+0000", 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:04.865826+0000", 2023-09-30T09:07:32.004 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.005 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.006 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.31", 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:35:09.939948+0000", 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.007 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.008 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.009 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.010 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.011 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.012 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624832+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624832+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.625110+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:32.013 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.014 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.30", 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000", 2023-09-30T09:07:32.015 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.016 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.017 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.018 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.019 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.020 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.630009+0000", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.630009+0000", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.630293+0000", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.021 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.022 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2f", 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.023 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000", 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.024 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.025 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.027 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.028 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.620957+0000", 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.620957+0000", 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.621232+0000", 2023-09-30T09:07:32.029 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.030 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.031 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2e", 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000", 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.032 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.033 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.034 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.035 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.036 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.037 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.627478+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.627478+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628488+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:32.038 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.039 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2d", 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.040 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:40:29.197022+0000", 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.041 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.042 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.043 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.044 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.045 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.234619+0000", 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.234619+0000", 2023-09-30T09:07:32.046 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.234912+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:32.047 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 4, 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 4, 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.048 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1f", 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 21, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:30:00.880402+0000", 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 554, 2023-09-30T09:07:32.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 4, 2023-09-30T09:07:32.052 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'4" 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.053 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.619583+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.619583+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.619828+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.055 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.056 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1e", 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:13:45.636407+0000", 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.057 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.058 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.059 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.060 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.061 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.062 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229521+0000", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229521+0000", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.229889+0000", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.063 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.064 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1e", 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.065 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:29:43.801809+0000", 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.066 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.067 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.069 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.070 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.071 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625922+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625922+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626239+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:32.072 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.073 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1f", 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:14:27.100202+0000", 2023-09-30T09:07:32.074 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.075 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.076 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.077 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.078 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.079 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224679+0000", 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224679+0000", 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225342+0000", 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.080 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:32.081 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1d", 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.082 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:16:33.524713+0000", 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.083 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.084 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.085 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.086 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.087 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.088 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626665+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626665+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626941+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:32.089 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.090 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1c", 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.091 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000", 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.093 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.095 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.096 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229931+0000", 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229931+0000", 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.230636+0000", 2023-09-30T09:07:32.097 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.098 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.099 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1c", 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:14:58.554434+0000", 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.102 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.103 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:32.104 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.105 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:05.480892+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:05.480892+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.106 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.107 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1d", 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.108 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 10, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:20:09.009955+0000", 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.111 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.112 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.113 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.114 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225104+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225104+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225669+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.115 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:32.116 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1b", 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:06:56.039863+0000", 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.117 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.121 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.122 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623880+0000", 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623880+0000", 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624155+0000", 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.123 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.124 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1a", 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.125 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:35:24.095775+0000", 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.127 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.128 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.129 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.130 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.131 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224139+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224139+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.224454+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.132 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.133 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1a", 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:24:54.141913+0000", 2023-09-30T09:07:32.134 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.135 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.136 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.138 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.139 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624489+0000", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624489+0000", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624881+0000", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.140 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.141 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1b", 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.142 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:28:07.481279+0000", 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.143 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.144 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.146 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.147 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.218869+0000", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.218869+0000", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.219909+0000", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.148 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.149 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.19", 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.150 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:21:35.371932+0000", 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.151 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.152 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.154 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.155 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.610832+0000", 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.610832+0000", 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.611131+0000", 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:32.156 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.157 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.18", 2023-09-30T09:07:32.158 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:22:58.745677+0000", 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.159 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.160 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.163 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.164 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232770+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232770+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.233479+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:32.165 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.166 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.18", 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000", 2023-09-30T09:07:32.167 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.168 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.169 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.171 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.172 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.621621+0000", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.621621+0000", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.621906+0000", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.173 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.174 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.19", 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.175 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:41:13.077856+0000", 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.179 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.180 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.226852+0000", 2023-09-30T09:07:32.181 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.226852+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.227215+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.182 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.183 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.17", 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000", 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.184 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.185 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.186 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.187 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.188 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.189 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623860+0000", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623860+0000", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624205+0000", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.190 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.191 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.16", 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.192 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000", 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.193 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.196 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.197 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232641+0000", 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232641+0000", 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.232931+0000", 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:32.198 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:32.199 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.200 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.16", 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000", 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.201 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.202 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.203 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.204 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.205 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.206 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626094+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626094+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626870+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:32.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.208 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.17", 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:29:09.949120+0000", 2023-09-30T09:07:32.209 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.210 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.211 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.212 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.213 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.214 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225041+0000", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225041+0000", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225467+0000", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.215 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 3, 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.216 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 3, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.15", 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 20, 2023-09-30T09:07:32.217 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:48:51.325240+0000", 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 90, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 4, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.221 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'3" 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.222 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.637539+0000", 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.637539+0000", 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.638021+0000", 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.223 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.224 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.14", 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.225 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.226 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.226 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.226 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.226 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:18:53.842541+0000", 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.308 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.308 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.309 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.310 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.311 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.312 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.228231+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.228231+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.228561+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:32.313 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 9, 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.314 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 9, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.14", 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.315 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:02:05.727585+0000", 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 2326, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.316 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 12, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 4, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 4, 2023-09-30T09:07:32.317 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.318 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 9, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 6 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.319 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "64'9" 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.320 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.627954+0000", 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.627954+0000", 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628701+0000", 2023-09-30T09:07:32.321 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:32.322 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.323 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.15", 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:16:21.894258+0000", 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.324 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.328 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.329 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.231959+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.231959+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.232248+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:32.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.331 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.13", 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.332 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:28:51.778341+0000", 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 34, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.333 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 6 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.336 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.337 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.613436+0000", 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.613436+0000", 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.613796+0000", 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.338 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.339 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.340 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.12", 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:11:03.333314+0000", 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.341 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.342 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.343 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.344 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.345 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:32.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232681+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232681+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.233250+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.348 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.12", 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000", 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.353 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.354 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.635505+0000", 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.635505+0000", 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.635822+0000", 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:32.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:32.356 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.357 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.13", 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:50:07.097814+0000", 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.362 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.363 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224984+0000", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224984+0000", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225299+0000", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.365 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.11", 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.366 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000", 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.370 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.371 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631139+0000", 2023-09-30T09:07:32.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631139+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.632387+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.374 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.10", 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000", 2023-09-30T09:07:32.375 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.379 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.380 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.222868+0000", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.222868+0000", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.223190+0000", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 8, 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.382 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 8, 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.10", 2023-09-30T09:07:32.383 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.385 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.385 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.385 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 25, 2023-09-30T09:07:32.385 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.385 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:08:23.278242+0000", 2023-09-30T09:07:32.385 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.385 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 12, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 4, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 4, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 4, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.388 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 12, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.389 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'8" 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.390 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.627492+0000", 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.627492+0000", 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627779+0000", 2023-09-30T09:07:32.391 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:32.392 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.393 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.11", 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:29:48.589121+0000", 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.397 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.398 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.222309+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.222309+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.223168+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.400 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.401 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.f", 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:30:00.781152+0000", 2023-09-30T09:07:32.402 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 22, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.406 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.407 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:05.445339+0000", 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:05.445339+0000", 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.409 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.410 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.e", 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:40:50.935506+0000", 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.414 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.415 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.416 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.563185+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.563185+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563432+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:32.417 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.418 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.2", 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.419 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:51:48.485319+0000", 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.422 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.423 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.424 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.227498+0000", 2023-09-30T09:07:32.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.227498+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.228845+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.427 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.4", 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000", 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.428 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.432 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.433 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626171+0000", 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626171+0000", 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626515+0000", 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.435 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.5", 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.436 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000", 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.439 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.440 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.441 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562206+0000", 2023-09-30T09:07:32.442 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562206+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.562551+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.443 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.444 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.4", 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:44:58.667489+0000", 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.447 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.448 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.461 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229396+0000", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229396+0000", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.229683+0000", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.462 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.463 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.2", 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.464 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000", 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.465 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.466 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.467 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.468 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.469 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.470 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.638956+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.638956+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.639270+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:32.471 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.472 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3", 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.473 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:46:08.846553+0000", 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.474 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.475 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.476 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.477 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.478 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562977+0000", 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562977+0000", 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563263+0000", 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.479 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.480 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.7", 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.481 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:26:05.228348+0000", 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.482 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.483 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.484 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.486 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.487 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.612610+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.612610+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.612901+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:32.488 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.489 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.0", 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.490 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:01:21.653412+0000", 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.492 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.493 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.494 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.495 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.214547+0000", 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.214547+0000", 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.215793+0000", 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:32.496 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:32.497 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.498 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1", 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000", 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.499 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.500 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.501 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.503 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.504 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.300158+0000", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.300158+0000", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.300458+0000", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.505 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.506 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.5", 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.507 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:52:35.146673+0000", 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.508 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.509 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.510 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.511 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.512 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.513 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626486+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626486+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626757+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:32.514 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.515 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2", 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:12:42.320868+0000", 2023-09-30T09:07:32.516 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.517 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.518 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.520 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.521 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232765+0000", 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232765+0000", 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.233710+0000", 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.522 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.523 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.3", 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.524 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000", 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.525 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.526 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.528 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.529 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 20, 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:32.530 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:21.892798+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:21.892798+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:21.893149+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:03:57.672205+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:03:57.672205+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 56, 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.531 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:03:57.672205+0000", 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 144, 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 55, 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.532 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 144, 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "1.0", 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 334, 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:40:59.134588+0000", 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.533 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 590368, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 1771104, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.534 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 6, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 358, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 554, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 211, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 2416 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.537 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "66'144" 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.538 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562131+0000", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562131+0000", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.562440+0000", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.539 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.540 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.6", 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.541 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:14:30.666029+0000", 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.542 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.545 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.546 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623657+0000", 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623657+0000", 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.623970+0000", 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.547 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.548 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1", 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.549 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:38:54.784780+0000", 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.550 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.551 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.553 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.554 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:32.555 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224625+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224625+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.224900+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.556 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.557 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.0", 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:14:16.754563+0000", 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.558 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.559 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.562 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.563 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.563048+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.563048+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563353+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:32.564 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.565 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.3", 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.566 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:16:48.605271+0000", 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.567 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.570 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.571 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:32.572 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225050+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225050+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225534+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.573 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.574 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.5", 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:49:12.127401+0000", 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.575 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.576 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.579 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.580 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626961+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626961+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627235+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:32.581 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.582 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.4", 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.583 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:00:50.038785+0000", 2023-09-30T09:07:32.584 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.584 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.585 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.588 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.589 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.300097+0000", 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.300097+0000", 2023-09-30T09:07:32.590 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.300419+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:32.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.592 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.0", 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:36:21.632423+0000", 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.593 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.597 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.598 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225097+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225097+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225417+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:32.599 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.600 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.6", 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:29:09.897299+0000", 2023-09-30T09:07:32.601 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.602 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.605 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "60'1" 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.606 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623512+0000", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623512+0000", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.623718+0000", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.607 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.608 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.7", 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.609 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:49:40.318969+0000", 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.610 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.611 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.613 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.614 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562821+0000", 2023-09-30T09:07:32.615 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562821+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563104+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.616 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.617 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.1", 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:11:17.044660+0000", 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.618 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.619 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:32.622 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.623 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.219885+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.219885+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.220409+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:32.624 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.625 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.7", 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:32.626 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:53:30.662431+0000", 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.627 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.628 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.630 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.631 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624534+0000", 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624534+0000", 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624867+0000", 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:32.632 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.633 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.6", 2023-09-30T09:07:32.634 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:02:52.267323+0000", 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.650 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.651 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:04.733350+0000", 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:04.733350+0000", 2023-09-30T09:07:32.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.654 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.8", 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 10, 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:43:14.472573+0000", 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.655 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.659 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.660 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.630469+0000", 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.630469+0000", 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.630746+0000", 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.662 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.9", 2023-09-30T09:07:32.663 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:42:31.200312+0000", 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.667 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.668 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.669 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.227887+0000", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.227887+0000", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.228285+0000", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.671 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.9", 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.672 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000", 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.676 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.677 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.619425+0000", 2023-09-30T09:07:32.678 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.619425+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.619705+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.680 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.8", 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:38:13.753790+0000", 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.681 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.685 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.686 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.226277+0000", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.226277+0000", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.226526+0000", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.688 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.a", 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.689 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000", 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.693 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.694 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.695 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626911+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626911+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627176+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:32.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.697 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.b", 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.698 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:40:48.911039+0000", 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.702 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.703 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:32.704 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229735+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229735+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.230133+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.706 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.b", 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:53:15.188132+0000", 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.707 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.711 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.712 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.632975+0000", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.632975+0000", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.633306+0000", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.714 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.a", 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.715 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000", 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.720 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.721 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.227215+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.227215+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.227516+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:32.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.723 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.c", 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000", 2023-09-30T09:07:32.724 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.728 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.729 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.637584+0000", 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.637584+0000", 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.637804+0000", 2023-09-30T09:07:32.730 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:32.731 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.732 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.d", 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:46:23.566129+0000", 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.733 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.738 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.222468+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.222468+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.222788+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:32.739 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.740 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.d", 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.741 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:13:17.793358+0000", 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 70, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.745 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.746 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625581+0000", 2023-09-30T09:07:32.747 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625581+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.625888+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.748 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.749 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.c", 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000", 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.750 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.751 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.752 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.753 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.754 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.755 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.213321+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.213321+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.213632+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:32.756 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.757 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.e", 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:32.758 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:51:49.994921+0000", 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.759 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.760 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.761 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.762 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.763 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631407+0000", 2023-09-30T09:07:32.764 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631407+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.631666+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.765 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.766 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.f", 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:12:28.102732+0000", 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.767 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.768 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.769 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.770 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.771 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.772 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631505+0000", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631505+0000", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.634444+0000", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.773 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.774 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.20", 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.775 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000", 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.776 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.840 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.840 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.840 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.840 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.840 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.840 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.840 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.841 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.841 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.841 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.841 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.841 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.841 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.841 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.842 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.843 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.845 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.632068+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.632068+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.632335+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:32.846 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.847 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.21", 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000", 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.848 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.849 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.850 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.851 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.852 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.853 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625835+0000", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625835+0000", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626752+0000", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.854 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.855 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.22", 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.856 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000", 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.857 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.858 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.859 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.860 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.861 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624000+0000", 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624000+0000", 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624265+0000", 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.862 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.863 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.23", 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.864 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:34:21.915832+0000", 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.865 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.866 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.867 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.868 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.869 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.622895+0000", 2023-09-30T09:07:32.870 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.622895+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.623166+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.871 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.872 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.24", 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:47:25.143650+0000", 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.873 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.874 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.875 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.876 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.878 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.617052+0000", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.617052+0000", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.617315+0000", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.879 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.880 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.25", 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.881 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:59:10.702009+0000", 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.882 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.883 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.884 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.885 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.886 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631397+0000", 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631397+0000", 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.634582+0000", 2023-09-30T09:07:32.887 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:32.888 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.889 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.26", 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000", 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.890 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.891 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.892 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.893 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.894 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.895 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626808+0000", 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626808+0000", 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627064+0000", 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.896 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.897 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.27", 2023-09-30T09:07:32.898 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:22:11.577682+0000", 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.899 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.900 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.901 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.902 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.903 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624707+0000", 2023-09-30T09:07:32.904 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624707+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624993+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.905 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.906 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.28", 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000", 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.907 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.911 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:32.912 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.622535+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.622535+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.622844+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.914 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.29", 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:09:28.136171+0000", 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.915 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.916 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.919 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.920 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631712+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631712+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.631981+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:32.921 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.922 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2a", 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.923 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000", 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.924 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.925 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:32.927 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.928 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.622145+0000", 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.622145+0000", 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.622508+0000", 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.929 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.930 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2b", 2023-09-30T09:07:32.931 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:40:06.099959+0000", 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.932 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.933 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.934 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:32.936 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:32.937 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631295+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631295+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.631602+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:32.938 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:32.939 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2c", 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000", 2023-09-30T09:07:32.940 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.941 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.942 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.943 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:32.944 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_per_pool": [ 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 24, 2023-09-30T09:07:32.945 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd" 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 8, 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 8, 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 4, 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.948 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.949 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:32.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 24 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 192, 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 64, 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 8, 2023-09-30T09:07:32.951 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 3, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.952 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 0, 2023-09-30T09:07:32.955 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 192 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 3, 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr" 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 144, 2023-09-30T09:07:32.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 1, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 3, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 144, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 1, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 590368, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 1771104, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.957 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.958 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 6, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.959 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 358, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 554, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 211, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 2416 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 1781760, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:32.960 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 1771104, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 3 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 96, 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:32.961 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 42, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 32, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 8, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 42, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 2, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 3096, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:32.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 66, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 22, 2023-09-30T09:07:32.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 22, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 14, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:32.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 48, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 16 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 98304, 2023-09-30T09:07:32.965 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 9288, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 96 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.966 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 105, 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": 4, 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_by_class": { 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "ssd": { 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906402304, 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53882880, 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_bytes": 53882880, 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_ratio": 7.016363088041544e-05 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.967 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906402304, 2023-09-30T09:07:32.968 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:32.968 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53882880 2023-09-30T09:07:32.968 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.968 INFO:tasks.workunit.client.0.smithi118.stdout:} 2023-09-30T09:07:32.968 INFO:tasks.workunit.client.0.smithi118.stdout:Device report is generated separately. To see it run 'ceph telemetry show-device'. 2023-09-30T09:07:32.969 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry show-device 2023-09-30T09:07:32.969 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:07:30 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout:{ 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "c6ce6b26-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPED1D480GA_c6cee218-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090359": { 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.970 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "E2010325", 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6ce6b26-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064639 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPED1D480GA", 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:32.971 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:32.972 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:32.973 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.974 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 5263388 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.975 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.976 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:32.978 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 16 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:32.979 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1095413 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 0, 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 0, 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0 2023-09-30T09:07:32.980 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 0, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 2034, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 75947072, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 344941460, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 1219083942, 2023-09-30T09:07:32.981 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 7282595637, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 0, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 13686, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 24210, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 37, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 4546 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 13686, 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:32.982 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 24210 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:32.983 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPED1D480GA", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:32.984 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: E2010325", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:32.985 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:32.986 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 37 Celsius", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 0%", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 0%", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 75,947,072 [38.8 TB]", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 344,941,460 [176 TB]", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 1,219,083,942", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 7,282,595,637", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 2,034", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 13,686", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 24,210", 2023-09-30T09:07:32.987 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 4,546", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:32.988 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 37 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: "c6cff86a-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:32.989 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPEDMD400G4_c6d0641c-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090401": { 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "8DV101H0", 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6cff86a-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:32.990 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064641 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:32.991 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:32.992 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.993 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 27228732 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.995 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 44517062 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.996 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:32.997 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:32.998 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 64 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:32.999 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 90, 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 2991, 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 3005, 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 2976 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:33.000 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 10, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 0, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 369637337, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 1784462231, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 6248795218, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 29513652061, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 9, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 46225, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 48055, 2023-09-30T09:07:33.001 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 27, 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 103 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 46225, 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 48055 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.002 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:33.003 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: 8DV101H0", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-09-30T09:07:33.004 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:33.005 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: " 1 - 512 8 2", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: " 2 - 512 16 2", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: " 3 - 4096 0 0", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: " 4 - 4096 8 0", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: " 5 - 4096 64 0", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: " 6 - 4096 128 0", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:33.006 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 27 Celsius", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 10%", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 9%", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 369,637,337 [189 TB]", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 1,784,462,231 [913 TB]", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 6,248,795,218", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 29,513,652,061", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 0", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 46,225", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 48,055", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 103", 2023-09-30T09:07:33.007 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.008 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 27 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.009 INFO:tasks.workunit.client.0.smithi118.stdout:} 2023-09-30T09:07:33.010 INFO:tasks.workunit.client.0.smithi118.stderr:+ ceph telemetry show-all 2023-09-30T09:07:33.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.012 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.013 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.015 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.016 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.017 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.018 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.019 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.020 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:32 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.021 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "telemetry enable channel", "channels": ["perf"], "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.022 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.023 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.024 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.025 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.026 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.027 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:33.029 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:33.029 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:33.029 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:33.029 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:33.036 INFO:tasks.workunit.client.0.smithi118.stdout:{ 2023-09-30T09:07:33.036 INFO:tasks.workunit.client.0.smithi118.stdout: "device_report": { 2023-09-30T09:07:33.036 INFO:tasks.workunit.client.0.smithi118.stdout: "c6ce6b26-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:33.036 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPED1D480GA_c6cee218-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:33.036 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090359": { 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "E2010325", 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6ce6b26-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:33.037 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064639 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPED1D480GA", 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:33.038 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.039 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.040 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:33.041 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 5263388 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.042 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:33.043 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.044 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 16 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.045 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1095413 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.046 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 0, 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 0, 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.047 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 0, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 2034, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 75947072, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 344941460, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 1219083942, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 7282595637, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 0, 2023-09-30T09:07:33.048 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 13686, 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 24210, 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 37, 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 4546 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 13686, 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 24210 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:33.049 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.050 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPED1D480GA", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: E2010325", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:33.051 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 480,103,981,056 [480 GB]", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:03:59 2023 UTC", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0007): Security Format Frmw_DL", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:33.052 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 18.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 37 Celsius", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:33.053 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 0%", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 0%", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 75,947,072 [38.8 TB]", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 344,941,460 [176 TB]", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 1,219,083,942", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 7,282,595,637", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 2,034", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 13,686", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 24,210", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 4,546", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:33.054 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.055 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 37 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 937703088, 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480103981056 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "c6cff86a-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "INTEL_SSDPEDMD400G4_c6d0641c-5f70-11ee-9291-0cc47a8fd725": { 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "20230930-090401": { 2023-09-30T09:07:33.056 INFO:tasks.workunit.client.0.smithi118.stdout: "device": { 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "info_name": "/dev/nvme0n1", 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "/dev/nvme0n1", 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "protocol": "NVMe", 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "nvme" 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "firmware_version": "8DV101H0", 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "host_id": "c6cff86a-5f70-11ee-9291-0cc47a8fd725", 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "json_format_version": [ 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "local_time": { 2023-09-30T09:07:33.057 INFO:tasks.workunit.client.0.smithi118.stdout: "asctime": "Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "time_t": 1696064641 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "logical_block_size": 512, 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "model_name": "INTEL SSDPEDMD400G4", 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_controller_id": 0, 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_ieee_oui_identifier": 6083300, 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_namespaces": [ 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "capacity": { 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:33.058 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "formatted_lba_size": 512, 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 1, 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "size": { 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "utilization": { 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.059 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_number_of_namespaces": 1, 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_pci_vendor": { 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "id": 32902, 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "subsystem_id": 32902 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_add_log": { 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "Device stats": { 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_fw_downgrades": { 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "crc_error_count": { 2023-09-30T09:07:33.060 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "end_to_end_error_detection_count": { 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "erase_fail_count": { 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.061 INFO:tasks.workunit.client.0.smithi118.stdout: "host_bytes_written": { 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 27228732 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "host_ctx_wear_used": { 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 1 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "media_bytes_read": { 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.062 INFO:tasks.workunit.client.0.smithi118.stdout: "nand_bytes_written": { 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 44517062 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_stat_indicator": { 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "pll_lock_loss_count": { 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "program_fail_count": { 2023-09-30T09:07:33.063 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "re_alloc_sectr_cnt": { 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "retry_buffer_overflow_count": { 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "soft_ecc_err_rate": { 2023-09-30T09:07:33.064 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "thermal_throttle_status": { 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "cnt": 0, 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "pct": 0 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_host_reads": { 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.065 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_media_wear": { 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 64 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "timed_workload_timer": { 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 100, 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 65535 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "unexp_power_loss": { 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 0, 2023-09-30T09:07:33.066 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": 0 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "wear_leveling": { 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "normalized": 90, 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "raw": { 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "avg": 2991, 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "max": 3005, 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 2976 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel Smart log": "nvme0n1" 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.067 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_smart_health_information_log": { 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare": 100, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "available_spare_threshold": 10, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "controller_busy_time": 0, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "critical_warning": 0, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_read": 369637337, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "data_units_written": 1784462231, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "host_reads": 6248795218, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "host_writes": 29513652061, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "media_errors": 0, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "num_err_log_entries": 0, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "percentage_used": 9, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycles": 46225, 2023-09-30T09:07:33.068 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_hours": 48055, 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": 27, 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "unsafe_shutdowns": 103 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme_vendor": "intel", 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "power_cycle_count": 46225, 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "power_on_time": { 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "hours": 48055 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "serial_number": "deleted", 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "smart_status": { 2023-09-30T09:07:33.069 INFO:tasks.workunit.client.0.smithi118.stdout: "nvme": { 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "passed": true 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl": { 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "argv": [ 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl", 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "-x", 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "--json=o", 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "/dev/nvme0n1" 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.070 INFO:tasks.workunit.client.0.smithi118.stdout: "build_info": "(local build)", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "exit_status": 0, 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "output": [ 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "smartctl 7.1 2019-12-30 r5022 [x86_64-linux-4.18.0-514.el8.x86_64] (local build)", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF INFORMATION SECTION ===", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "Model Number: INTEL SSDPEDMD400G4", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "Serial Number: deleted", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Version: 8DV101H0", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "PCI Vendor/Subsystem ID: 0x8086", 2023-09-30T09:07:33.071 INFO:tasks.workunit.client.0.smithi118.stdout: "IEEE OUI Identifier: 0x5cd2e4", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller ID: 0", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Number of Namespaces: 1", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Size/Capacity: 400,088,457,216 [400 GB]", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Namespace 1 Formatted LBA Size: 512", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Local Time is: Sat Sep 30 09:04:01 2023 UTC", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Firmware Updates (0x02): 1 Slot", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional Admin Commands (0x0006): Format Frmw_DL", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Optional NVM Commands (0x0006): Wr_Unc DS_Mngmt", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Maximum Data Transfer Size: 32 Pages", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported Power States", 2023-09-30T09:07:33.072 INFO:tasks.workunit.client.0.smithi118.stdout: "St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 25.00W - - 0 0 0 0 0 0", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: "Supported LBA Sizes (NSID 0x1)", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: "Id Fmt Data Metadt Rel_Perf", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 0 + 512 0 2", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 1 - 512 8 2", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 2 - 512 16 2", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 3 - 4096 0 0", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 4 - 4096 8 0", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 5 - 4096 64 0", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: " 6 - 4096 128 0", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.073 INFO:tasks.workunit.client.0.smithi118.stdout: "=== START OF SMART DATA SECTION ===", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART overall-health self-assessment test result: PASSED", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "SMART/Health Information (NVMe Log 0x02)", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Critical Warning: 0x00", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Temperature: 27 Celsius", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare: 100%", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Available Spare Threshold: 10%", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Percentage Used: 9%", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Read: 369,637,337 [189 TB]", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Data Units Written: 1,784,462,231 [913 TB]", 2023-09-30T09:07:33.074 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Read Commands: 6,248,795,218", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Host Write Commands: 29,513,652,061", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Controller Busy Time: 0", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Power Cycles: 46,225", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Power On Hours: 48,055", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Unsafe Shutdowns: 103", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Media and Data Integrity Errors: 0", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information Log Entries: 0", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "Error Information (NVMe Log 0x01, max 64 entries)", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "No Errors Logged", 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "" 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.075 INFO:tasks.workunit.client.0.smithi118.stdout: "platform_info": "x86_64-linux-4.18.0-514.el8.x86_64", 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: "svn_revision": "5022", 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: "version": [ 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: "temperature": { 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: "current": 27 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: "user_capacity": { 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: "blocks": 781422768, 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 400088457216 2023-09-30T09:07:33.076 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: "report": { 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer": { 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: "active": true, 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: "mode": "" 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.077 INFO:tasks.workunit.client.0.smithi118.stdout: "channels": [ 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "ident", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "perf" 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "channels_available": [ 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "basic", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "ident", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "crash", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "device", 2023-09-30T09:07:33.078 INFO:tasks.workunit.client.0.smithi118.stdout: "perf" 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_available": [ 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:33.079 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "collections_opted_in": [ 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_base", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "device_base", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "crash_base", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "ident_base", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_perf", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_mds_metadata", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_usage", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_usage_by_class", 2023-09-30T09:07:33.080 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_rook_v01", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_memory_metrics", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "basic_pool_options_bluestore" 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "config": { 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "active_changed": [ 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "client_check_pool_perm", 2023-09-30T09:07:33.081 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_gid", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "client_mount_uid", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "client_quota", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "daemonize", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "keyring", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_block_size", 2023-09-30T09:07:33.082 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_cache_size", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_compression", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_log", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "leveldb_write_buffer_size", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_file", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_journald", 2023-09-30T09:07:33.083 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_to_stderr", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_host", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:33.084 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "no_config_file", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:33.085 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_lim", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_res", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_best_effort_wgt", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_lim", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_res", 2023-09-30T09:07:33.086 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_background_recovery_wgt", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_lim", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_res", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_scheduler_client_wgt", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:33.087 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addr", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "public_addrv", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_default_features", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd_qos_exclude_ops", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "setgroup", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "setuser" 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_changed": [ 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_allow_insecure_global_id_reclaim", 2023-09-30T09:07:33.088 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_debug", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_mon_ticket_ttl", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "auth_service_ticket_ttl", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "bdev_debug_aio", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "container_image", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_asserts_on_shutdown", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mgr", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_mon", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_ms", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_osd", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "debug_paxos", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_file", 2023-09-30T09:07:33.089 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_journald", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "log_to_stderr", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_join_fs", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/allow_ptrace", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/container_init", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/migration_current", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/cephadm/use_repo_digest", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ALERTMANAGER_API_HOST", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_SSL_VERIFY", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/GRAFANA_API_URL", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/PROMETHEUS_API_HOST", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/dashboard/ssl_server_port", 2023-09-30T09:07:33.090 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/orchestrator/orchestrator", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/channel_ident", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/channel_perf", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/description", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/enabled", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr/telemetry/organization", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_allow_pool_delete", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_clock_drift_allowed", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_cluster_log_file_level", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_data_avail_warn", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_election_default_strategy", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_max_pg_per_osd", 2023-09-30T09:07:33.091 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_mgr_mkfs_grace", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_prime_pg_temp", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_osd_reporter_subtree_level", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_pg_warn_max_object_skew", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_bytes_per_osd", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_reweight_min_pgs_per_osd", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_crush_straw_calc_version_zero", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_insecure_global_id_reclaim_allowed", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_legacy_crush_tunables", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_osd_down_out_interval_zero", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_pool_pg_num_not_power_of_two", 2023-09-30T09:07:33.092 INFO:tasks.workunit.client.0.smithi118.stdout: "mon_warn_on_too_few_osds", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_bug", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "ms_die_on_old_message", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_default_list", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_class_load_list", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_misdirected_ops", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_op_order", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_pg_log_writeout", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_shutdown", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_cached_snaps", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_missing_on_start", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_debug_verify_stray_on_activate", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_deep_scrub_update_digest_min_age", 2023-09-30T09:07:33.093 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mclock_profile", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_memory_target_autotune", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_op_queue_cut_off", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_erasure_code_profile", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pool_default_pg_autoscale_mode", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recover_clone_overlap", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_recovery_max_chunk", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_load_threshold", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_scrub_max_interval", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_shutdown_pgref_assert", 2023-09-30T09:07:33.094 INFO:tasks.workunit.client.0.smithi118.stdout: "public_network", 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_cache_enabled", 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_ops_log", 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "rgw_enable_usage_log" 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "contact": null, 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "crashes": [], 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "created": "2023-09-30T09:01:32.181955Z", 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "crush": { 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_algs": { 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "straw2": 3 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.095 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_sizes": { 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: "2": 1, 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: "4": 2 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket_types": { 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: "1": 2, 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: "11": 1 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: "compat_weight_set": false, 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: "device_classes": [ 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: 8 2023-09-30T09:07:33.096 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "num_buckets": 6, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "num_devices": 8, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "num_rules": 1, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "num_types": 12, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "num_weight_sets": 0, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "tunables": { 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "allowed_bucket_algs": 54, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_fallback_tries": 0, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_local_tries": 0, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "choose_total_tries": 50, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_descend_once": 1, 2023-09-30T09:07:33.097 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_stable": 1, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "chooseleaf_vary_r": 1, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v2_rules": 0, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v3_rules": 0, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v4_buckets": 1, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "has_v5_rules": 0, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "legacy_tunables": 0, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "minimum_required_version": "jewel", 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "optimal_tunables": 1, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "profile": "jewel", 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables": 1, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables2": 1, 2023-09-30T09:07:33.098 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables3": 1, 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "require_feature_tunables5": 1, 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "straw_calc_version": 1 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "description": "upgrade test cluster", 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "fs": { 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "feature_flags": { 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "enable_multiple": true, 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_enabled_multiple": true 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: "filesystems": [ 2023-09-30T09:07:33.099 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "approx_ctime": "2023-09", 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "balancer_enabled": false, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_caps": 2, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_dns": 10, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_inos": 13, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "cached_subtrees": 2, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "ever_allowed_features": 0, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "explicitly_allowed_features": 0, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "files": 0, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "max_mds": 1, 2023-09-30T09:07:33.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_data_pools": 1, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_in": 1, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_mds": 1, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": 2, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_replay": 0, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_up": 1, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "snaps": 0, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "standby_count_wanted": 0 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_standby_mds": 1, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "total_num_mds": 2 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.101 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_stats": { 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 19218432, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 335976, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 155648, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 0, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 306, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 1061184, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 12, 2023-09-30T09:07:33.102 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 489984, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 14423128, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 19218432 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 20201472, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 404784, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 65536, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 379, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 1123016, 2023-09-30T09:07:33.103 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 20, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1066496, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 14854664, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 20267008 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.83504c4a57136c998a501659124619f40ac864ed": { 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 35086336, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 799584, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 548864, 2023-09-30T09:07:33.104 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 14647296, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 913, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 5440120, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 21, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2093568, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 23451688, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 49733632 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 45088768, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 1990056, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:33.105 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 704512, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 7692288, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1694, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 10225800, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 23, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2621440, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 26794448, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 52781056 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 35299328, 2023-09-30T09:07:33.106 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 758696, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2752512, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 8192, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 14426112, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1057, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 6874264, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 21, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1132544, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 23773120, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 49725440 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.107 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.0": { 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 273367040, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 1042560, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 491520, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1269, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4660648, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 45, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2487040, 2023-09-30T09:07:33.108 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 262293208, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 273858560 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.1": { 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 237502464, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 841120, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 16384, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 573440, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1196, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 5040688, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:33.109 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2047744, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 226672944, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 238075904 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.2": { 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 238149632, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 791320, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 1040384, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1132, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.110 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4840312, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 2426112, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 227208304, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 239190016 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.3": { 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 270286848, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 762128, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:33.111 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 425984, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1091, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 3989864, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 44, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1616640, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 261034632, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 270712832 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.4": { 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 271278080, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 647560, 2023-09-30T09:07:33.112 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 16384, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 483328, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1118, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4476032, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1593088, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 261661432, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 271761408 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.5": { 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 238026752, 2023-09-30T09:07:33.113 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 974544, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 1228800, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1119, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4434272, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1702144, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 228032208, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 239255552 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.6": { 2023-09-30T09:07:33.114 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 237453312, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 1138720, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 2883584, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 8192, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 753664, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1137, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4251824, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 45, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1821952, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 227349040, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 238206976 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.115 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.7": { 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "actual_memory_used": 240164864, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "central_cache_freelist": 897544, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "malloc_metadata": 4980736, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "page_heap_freelist": 0, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "released_to_os": 1122304, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "spans_in_use": 1173, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "tcmalloc_page_size": 8192, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_cache_freelists": 4530584, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "thread_heaps_in_use": 46, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "transfer_cache_freelist": 1931520, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "use_by_application": 227824480, 2023-09-30T09:07:33.116 INFO:tasks.workunit.client.0.smithi118.stdout: "virtual_address_space_used": 241287168 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "hosts": { 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num": 2, 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mds": 2, 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mgr": 2, 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_mon": 2, 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_with_osd": 2 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "io_rate": { 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_stats_delta": { 2023-09-30T09:07:33.117 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "stamp_delta": "12.002618", 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:33.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:33.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:33.120 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 146, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 248, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 32, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.121 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 0 2023-09-30T09:07:33.122 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "leaderboard": false, 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "license": "sharing-1-0", 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "mempool": { 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.123 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.124 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.125 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.126 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.127 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.128 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 149321, 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 32 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 856, 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:33.129 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.130 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.131 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.132 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.133 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.134 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.135 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.136 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.137 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 213415, 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 65 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.138 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 51208, 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 210 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.139 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7840, 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 123 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.140 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.141 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.83504c4a57136c998a501659124619f40ac864ed": { 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.142 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.143 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.144 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.145 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.146 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.147 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.148 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1078567, 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 352 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.149 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.150 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6488, 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 122 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12584, 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1542 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5152, 2023-09-30T09:07:33.151 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 83 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.152 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.153 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.154 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.155 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.156 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.157 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1148631, 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 337 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.158 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 440, 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 5 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.159 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6488, 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 122 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.160 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12584, 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1542 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 10304, 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.161 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.162 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.163 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.164 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.165 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.166 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.167 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1072247, 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 351 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.168 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.169 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6488, 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 122 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12584, 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1542 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.170 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5152, 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 83 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.171 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.0": { 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6192, 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 128 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.172 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19936, 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 178 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1344, 2023-09-30T09:07:33.173 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 12 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8544, 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 178 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19936, 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 178 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1280, 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 16 2023-09-30T09:07:33.174 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 602112, 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 16 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 49648, 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 9190 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 132600, 2023-09-30T09:07:33.175 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 195 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 11108, 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 715 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 30856, 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 195 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.176 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 382343, 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 85 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.177 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2449752, 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 195 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6688, 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 76 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.178 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 520200, 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 45 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 95160, 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 187 2023-09-30T09:07:33.179 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.180 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.1": { 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.181 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6192, 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 128 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.182 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1120, 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7968, 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.183 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1120, 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 14 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8192, 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.184 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43796, 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8242 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 123080, 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9112, 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 543 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.185 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 26668, 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1472, 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 418823, 2023-09-30T09:07:33.186 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 94 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 40192, 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2442625, 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 191 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4752, 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 54 2023-09-30T09:07:33.187 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 427720, 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 37 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.188 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7280, 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 18 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.189 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.190 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.2": { 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6192, 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 128 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.191 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18256, 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 163 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 224, 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.192 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7824, 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 163 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18256, 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 163 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1120, 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 14 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.193 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8192, 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 41467, 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 7904 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 117640, 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 173 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.194 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7980, 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 485 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 25124, 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 173 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.195 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 277719, 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 60 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2399880, 2023-09-30T09:07:33.196 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4136, 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 47 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 358360, 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 31 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.197 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8320, 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 24 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 214080, 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3299 2023-09-30T09:07:33.198 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.201 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.3": { 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.202 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.203 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18928, 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 896, 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8112, 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.204 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18928, 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 169 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 480, 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43426, 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8235 2023-09-30T09:07:33.205 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 123080, 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9172, 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 549 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.206 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 26164, 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1472, 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 286575, 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 62 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.207 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 40192, 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2417807, 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 177 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4312, 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 49 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.208 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 427720, 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 37 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.209 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8840, 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 17 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.210 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.211 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.4": { 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.212 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18816, 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.213 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 896, 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8064, 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.214 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18816, 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 640, 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18721, 2023-09-30T09:07:33.215 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 4 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43768, 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8316 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 124440, 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.216 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9344, 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 547 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.217 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 26844, 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 736, 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 1 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 882825, 2023-09-30T09:07:33.218 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 65 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 24192, 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2451254, 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 185 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.219 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5016, 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 57 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 450840, 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 39 2023-09-30T09:07:33.220 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7904, 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 16 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.221 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215616, 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3379 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.222 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.223 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.5": { 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.224 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.225 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 896, 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 7968, 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.226 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 18592, 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 166 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 720, 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 9 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.227 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 43994, 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8294 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 124440, 2023-09-30T09:07:33.228 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 9560, 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 547 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.229 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.230 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.230 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 27180, 2023-09-30T09:07:33.230 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 183 2023-09-30T09:07:33.231 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.231 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.232 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 1472, 2023-09-30T09:07:33.232 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 2 2023-09-30T09:07:33.232 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.232 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.232 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 842138, 2023-09-30T09:07:33.232 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 55 2023-09-30T09:07:33.232 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 40192, 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 10 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2421119, 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 171 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4928, 2023-09-30T09:07:33.233 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 56 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 473960, 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 41 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.234 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 10400, 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 20 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 214080, 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3299 2023-09-30T09:07:33.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.236 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.6": { 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.237 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 6000, 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 112 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.238 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.239 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8352, 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:33.240 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 560, 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 7 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.241 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 44065, 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8544 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 123080, 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.242 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 10548, 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 701 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 27864, 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 181 2023-09-30T09:07:33.243 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 190668, 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 39 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.244 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2415726, 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 168 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 4400, 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 50 2023-09-30T09:07:33.245 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 450840, 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 39 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.246 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 93080, 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 187 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 214080, 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3299 2023-09-30T09:07:33.247 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.248 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.7": { 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: "bloom_filter": { 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.249 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5904, 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 104 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_reader": { 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 12672, 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs_file_writer": { 2023-09-30T09:07:33.250 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 576, 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Blob": { 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Buffer": { 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 672, 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.251 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_Extent": { 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 8352, 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_SharedBlob": { 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 19488, 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 174 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_alloc": { 2023-09-30T09:07:33.252 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 640, 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_data": { 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 266240, 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 6 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_meta": { 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 46816, 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 8916 2023-09-30T09:07:33.253 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_onode": { 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 129200, 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 190 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_cache_other": { 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 11332, 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 708 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_fsck": { 2023-09-30T09:07:33.254 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_inline_bl": { 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 30168, 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 190 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_txc": { 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.255 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing": { 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 141630, 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 28 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore_writing_deferred": { 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_anon": { 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 2439105, 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 200 2023-09-30T09:07:33.256 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "buffer_meta": { 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 5720, 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 65 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_co": { 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 531760, 2023-09-30T09:07:33.257 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 46 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_mapbl": { 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_pglog": { 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 98488, 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 227 2023-09-30T09:07:33.258 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap": { 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 215360, 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 3367 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap_mapping": { 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.259 INFO:tasks.workunit.client.0.smithi118.stdout: "pgmap": { 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_1": { 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "unittest_2": { 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes": 0, 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: "items": 0 2023-09-30T09:07:33.260 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: "metadata": { 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 2 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:33.261 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 2 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 2 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 2 2023-09-30T09:07:33.262 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 2 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 2 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 2 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.263 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 3 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.264 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 3 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 3 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 3 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 3 2023-09-30T09:07:33.265 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 3 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 3 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.266 INFO:tasks.workunit.client.0.smithi118.stdout: "arch": { 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: "x86_64": 8 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_version": { 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: "cpu": { 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: "Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz": 8 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: "distro": { 2023-09-30T09:07:33.267 INFO:tasks.workunit.client.0.smithi118.stdout: "centos": 8 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: "distro_description": { 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: "CentOS Stream 8": 8 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_description": { 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: "#1 SMP Tue Sep 19 13:19:58 UTC 2023": 8 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: "kernel_version": { 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: "4.18.0-514.el8.x86_64": 8 2023-09-30T09:07:33.268 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: "os": { 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: "Linux": 8 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_objectstore": { 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": 8 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: "rotational": { 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: "0": 8 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "features": { 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "optional": [], 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "persistent": [ 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "kraken", 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "luminous", 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "mimic", 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "osdmap-prune", 2023-09-30T09:07:33.270 INFO:tasks.workunit.client.0.smithi118.stdout: "nautilus", 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: "octopus", 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: "pacific", 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: "elector-pinging", 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: "quincy" 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv4_addr_mons": 6, 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: "ipv6_addr_mons": 0, 2023-09-30T09:07:33.271 INFO:tasks.workunit.client.0.smithi118.stdout: "min_mon_release": 17, 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "v1_addr_mons": 3, 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "v2_addr_mons": 3 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "organization": "ceph-qa", 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster_network": false, 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 8, 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "require_min_compat_client": "luminous", 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "require_osd_release": "quincy" 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.272 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_perf_histograms": [ 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.273 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:33.274 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:33.275 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:33.276 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:33.277 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:33.278 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:33.279 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:33.280 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:33.281 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.282 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.283 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.284 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.285 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.286 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.287 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.288 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.289 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.290 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.291 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.292 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.293 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.294 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.295 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.296 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.297 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.298 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.299 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.300 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.301 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.302 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.303 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.304 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.305 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.306 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.307 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.308 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.309 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.310 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.311 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:33.312 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:33.313 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:33.314 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:33.315 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:33.316 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:33.317 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:33.318 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.319 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.320 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.321 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.322 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.323 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.324 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.325 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.326 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.327 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.328 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.329 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:33.330 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.331 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.332 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.333 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.334 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.335 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.336 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.337 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.338 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.339 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.340 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.341 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.342 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.343 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.344 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.345 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.346 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.347 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.348 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.349 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:33.350 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:33.351 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:33.352 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.353 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:33.354 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:33.355 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:33.356 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.357 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.358 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.359 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.360 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.361 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.362 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.363 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.364 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:33.365 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.366 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.367 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.368 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.369 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.370 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.371 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.372 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.373 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.374 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.375 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.376 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.377 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.378 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.379 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.380 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.381 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.382 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.383 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.384 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.385 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.386 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.387 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "axes": [ 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Latency (usec)", 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 100000, 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 99999]", 2023-09-30T09:07:33.388 INFO:tasks.workunit.client.0.smithi118.stdout: "[100000, 199999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[200000, 399999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[400000, 799999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[800000, 1599999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[1600000, 3199999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[3200000, 6399999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[6400000, 12799999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[12800000, 25599999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[25600000, 51199999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[51200000, 102399999]", 2023-09-30T09:07:33.389 INFO:tasks.workunit.client.0.smithi118.stdout: "[102400000, 204799999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[204800000, 409599999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[409600000, 819199999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[819200000, 1638399999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[1638400000, 3276799999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[3276800000, 6553599999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[6553600000, 13107199999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[13107200000, 26214399999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[26214400000, 52428799999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[52428800000, 104857599999]", 2023-09-30T09:07:33.390 INFO:tasks.workunit.client.0.smithi118.stdout: "[104857600000, 209715199999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[209715200000, 419430399999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[419430400000, 838860799999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[838860800000, 1677721599999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[1677721600000, 3355443199999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[3355443200000, 6710886399999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[6710886400000, 13421772799999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[13421772800000, 26843545599999]", 2023-09-30T09:07:33.391 INFO:tasks.workunit.client.0.smithi118.stdout: "[26843545600000, 53687091199999]", 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "[53687091200000, None]" 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "buckets": 32, 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "min": 0, 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "name": "Request size (bytes)", 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "quant_size": 512, 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "ranges": [ 2023-09-30T09:07:33.392 INFO:tasks.workunit.client.0.smithi118.stdout: "[None, -1]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 511]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[512, 1023]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[1024, 2047]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[2048, 4095]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[4096, 8191]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[8192, 16383]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[16384, 32767]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[32768, 65535]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[65536, 131071]", 2023-09-30T09:07:33.393 INFO:tasks.workunit.client.0.smithi118.stdout: "[131072, 262143]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[262144, 524287]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[524288, 1048575]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[1048576, 2097151]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[2097152, 4194303]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[4194304, 8388607]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[8388608, 16777215]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[16777216, 33554431]", 2023-09-30T09:07:33.394 INFO:tasks.workunit.client.0.smithi118.stdout: "[33554432, 67108863]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[67108864, 134217727]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[134217728, 268435455]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[268435456, 536870911]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[536870912, 1073741823]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[1073741824, 2147483647]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[2147483648, 4294967295]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[4294967296, 8589934591]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[8589934592, 17179869183]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[17179869184, 34359738367]", 2023-09-30T09:07:33.395 INFO:tasks.workunit.client.0.smithi118.stdout: "[34359738368, 68719476735]", 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: "[68719476736, 137438953471]", 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: "[137438953472, 274877906943]", 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: "[274877906944, None]" 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: "scale_type": "log2" 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: "osds": [ 2023-09-30T09:07:33.396 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 0, 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.397 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.398 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.399 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.400 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 1, 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 8, 4, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 13, 3, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.401 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 17, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 8, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.402 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.403 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 2, 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.404 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.405 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.406 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.407 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 3, 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.408 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.409 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.410 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.413 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.413 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.413 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.413 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.413 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.413 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.413 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 4, 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.414 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.415 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.416 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 5, 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.417 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.418 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.419 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 6, 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.420 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.421 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.422 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "osd_id": 7, 2023-09-30T09:07:33.423 INFO:tasks.workunit.client.0.smithi118.stdout: "values": [ 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.424 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.425 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]", 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: "[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]" 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: ] 2023-09-30T09:07:33.426 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "perf_counters": { 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "mds.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "mds": { 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "caps": { 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_flush_ack": { 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_flushsnap_ack": { 2023-09-30T09:07:33.427 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_grant": { 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_revoke": { 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "ceph_cap_op_trunc": { 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_commit": { 2023-09-30T09:07:33.428 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_fetch": { 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_merge": { 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "dir_split": { 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "exported_inodes": { 2023-09-30T09:07:33.429 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "forward": { 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_cap_release": { 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_caps": { 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_caps_dirty": { 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.430 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_inode_file_caps": { 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "imported_inodes": { 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes": { 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes_expired": { 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes_pinned": { 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "inodes_with_caps": { 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "load_cent": { 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "openino_dir_fetch": { 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.432 INFO:tasks.workunit.client.0.smithi118.stdout: "process_request_cap_release": { 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "reply_latency": { 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 102616 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "request": { 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "root_rbytes": { 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.433 INFO:tasks.workunit.client.0.smithi118.stdout: "root_rfiles": { 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: "root_rsnaps": { 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_reply": { 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: "subtrees": { 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.434 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_cache": { 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_enqueue_scrub": { 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_exportdir": { 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_flush": { 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.435 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_fragmentdir": { 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_fragstats": { 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: "ireq_inodestats": { 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.436 INFO:tasks.workunit.client.0.smithi118.stdout: "num_recovering_enqueued": { 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_recovering_prioritized": { 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_recovering_processing": { 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_strays": { 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.437 INFO:tasks.workunit.client.0.smithi118.stdout: "num_strays_delayed": { 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "num_strays_enqueuing": { 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_completed": { 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_started": { 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.438 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_created": { 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_enqueued": { 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_migrated": { 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: "strays_reintegrated": { 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.439 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_log": { 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "ev": { 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "evadd": { 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "evex": { 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.440 INFO:tasks.workunit.client.0.smithi118.stdout: "evexd": { 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "evexg": { 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "evtrm": { 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "jlat": { 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10529673 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.441 INFO:tasks.workunit.client.0.smithi118.stdout: "replayed": { 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "seg": { 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "segadd": { 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "segex": { 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.442 INFO:tasks.workunit.client.0.smithi118.stdout: "segexd": { 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "segexg": { 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "segtrm": { 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_mem": { 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "cap": { 2023-09-30T09:07:33.443 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "cap+": { 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "cap-": { 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "dir": { 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "dir+": { 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:33.444 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "dir-": { 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "dn": { 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "dn+": { 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "dn-": { 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.445 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "heap": { 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 207132 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "ino": { 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "ino+": { 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "ino-": { 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.446 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_server": { 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "cap_acquisition_throttle": { 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "cap_revoke_eviction": { 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_request": { 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.447 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_client_session": { 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "handle_peer_request": { 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "req_create_latency": { 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "req_getattr_latency": { 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.448 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 102616 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "req_getfilelock_latency": { 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "req_getvxattr_latency": { 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "req_link_latency": { 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.449 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookup_latency": { 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookuphash_latency": { 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupino_latency": { 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.450 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupname_latency": { 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupparent_latency": { 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lookupsnap_latency": { 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.451 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "req_lssnap_latency": { 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "req_mkdir_latency": { 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "req_mknod_latency": { 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.452 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "req_mksnap_latency": { 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "req_open_latency": { 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "req_readdir_latency": { 2023-09-30T09:07:33.453 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rename_latency": { 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "req_renamesnap_latency": { 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rmdir_latency": { 2023-09-30T09:07:33.454 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rmsnap_latency": { 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "req_rmxattr_latency": { 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setattr_latency": { 2023-09-30T09:07:33.455 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setdirlayout_latency": { 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setfilelock_latency": { 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.456 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setlayout_latency": { 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "req_setxattr_latency": { 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "req_symlink_latency": { 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.457 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "req_unlink_latency": { 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "mds_sessions": { 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "average_load": { 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "avg_session_uptime": { 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 84 2023-09-30T09:07:33.458 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "session_count": { 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "session_remove": { 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "sessions_open": { 2023-09-30T09:07:33.459 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: "sessions_stale": { 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: "total_load": { 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.460 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 42 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.461 INFO:tasks.workunit.client.0.smithi118.stdout: "purge_queue": { 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executed": { 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing": { 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing_high_water": { 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing_ops": { 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.462 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_executing_ops_high_water": { 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: "pq_item_in_journal": { 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.83504c4a57136c998a501659124619f40ac864ed": { 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:33.463 INFO:tasks.workunit.client.0.smithi118.stdout: "election_call": { 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "election_lose": { 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "election_win": { 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "num_elections": { 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": { 2023-09-30T09:07:33.464 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: "session_rm": { 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 109 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: "session_trim": { 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.465 INFO:tasks.workunit.client.0.smithi118.stdout: "paxos": { 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "accept_timeout": { 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "begin": { 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 688 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_bytes": { 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 688, 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3347617 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_keys": { 2023-09-30T09:07:33.466 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_latency": { 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 688, 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 79998274 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "collect": { 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_bytes": { 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 73 2023-09-30T09:07:33.467 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_keys": { 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_latency": { 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 999979 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_timeout": { 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.468 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_uncommitted": { 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "commit": { 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 690 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_bytes": { 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_keys": { 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.469 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_latency": { 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_ack_timeout": { 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_timeout": { 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn": { 2023-09-30T09:07:33.470 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn_latency": { 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh": { 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 690 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh_latency": { 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 690, 2023-09-30T09:07:33.471 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1476968230 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "restart": { 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state": { 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_bytes": { 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_keys": { 2023-09-30T09:07:33.472 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "start_leader": { 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "start_peon": { 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state": { 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 689 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.473 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_bytes": { 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 689, 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6566399 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_keys": { 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 689, 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4974 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_latency": { 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 689, 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95997928 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.474 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache": { 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1020054731 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 46981120 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 31088640 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2147483648 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.475 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 15892480 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:full": { 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 255109 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.477 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.478 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70844068 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:inc": { 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.479 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 39774 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.480 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.481 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.482 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71059403 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:kv": { 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 322961408 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.483 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184685370 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.484 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.485 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71167174 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.486 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb": { 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "compact": { 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_len": { 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_merge": { 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_range": { 2023-09-30T09:07:33.487 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "get_latency": { 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29404, 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62710458 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_delay_time": { 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_memtable_time": { 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.488 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_pre_and_post_time": { 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_wal_time": { 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_latency": { 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.489 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_sync_latency": { 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1479, 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 172068169 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.cacda4d36acab7e1f7e29106c154bd1db4e801bf": { 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "election_call": { 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "election_lose": { 2023-09-30T09:07:33.490 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "election_win": { 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_elections": { 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": { 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:33.491 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: "session_rm": { 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: "session_trim": { 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: "paxos": { 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: "accept_timeout": { 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.492 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "begin": { 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 820 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_bytes": { 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4377452 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_keys": { 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2460 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.493 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_latency": { 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 119997425 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: "collect": { 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_bytes": { 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.494 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_keys": { 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_latency": { 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_timeout": { 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.495 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_uncommitted": { 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "commit": { 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 820 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_bytes": { 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4318472 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_keys": { 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:33.496 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5049 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_latency": { 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 820, 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 111487439 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_ack_timeout": { 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_timeout": { 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.497 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn": { 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn_latency": { 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh": { 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 822 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh_latency": { 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 822, 2023-09-30T09:07:33.498 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1849960184 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "restart": { 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state": { 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_bytes": { 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1627 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.499 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_keys": { 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "start_leader": { 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "start_peon": { 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state": { 2023-09-30T09:07:33.500 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_bytes": { 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_keys": { 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_latency": { 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.501 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache": { 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1020054731 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 50028544 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41066496 2023-09-30T09:07:33.502 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2147483648 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8962048 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:full": { 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.503 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277029117 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 254679 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.504 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.505 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.506 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70843436 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:inc": { 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.507 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277029117 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 37371 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.508 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.509 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71060744 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.510 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:kv": { 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 322961408 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184686078 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.511 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.512 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.513 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71166466 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb": { 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: "compact": { 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.514 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_len": { 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_merge": { 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_range": { 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "get_latency": { 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 36980, 2023-09-30T09:07:33.515 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 130626595 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_delay_time": { 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_memtable_time": { 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_pre_and_post_time": { 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.516 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_wal_time": { 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_latency": { 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_sync_latency": { 2023-09-30T09:07:33.517 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1772, 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 227372431 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: "mon.fb9a26322dd2e57aa262e4c11b1305843cf9e193": { 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: "election_call": { 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: "election_lose": { 2023-09-30T09:07:33.518 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "election_win": { 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_elections": { 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_sessions": { 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "session_add": { 2023-09-30T09:07:33.519 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "session_rm": { 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 51 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "session_trim": { 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "paxos": { 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "accept_timeout": { 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.520 INFO:tasks.workunit.client.0.smithi118.stdout: "begin": { 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 698 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_bytes": { 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 698, 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3372993 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_keys": { 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.521 INFO:tasks.workunit.client.0.smithi118.stdout: "begin_latency": { 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 698, 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 134997390 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: "collect": { 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_bytes": { 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 146 2023-09-30T09:07:33.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_keys": { 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_latency": { 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_timeout": { 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.523 INFO:tasks.workunit.client.0.smithi118.stdout: "collect_uncommitted": { 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "commit": { 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 699 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_bytes": { 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_keys": { 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.524 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "commit_latency": { 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_ack_timeout": { 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "lease_timeout": { 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.525 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn": { 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "new_pn_latency": { 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh": { 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 699 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "refresh_latency": { 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:33.526 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1456971860 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "restart": { 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state": { 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_bytes": { 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.527 INFO:tasks.workunit.client.0.smithi118.stdout: "share_state_keys": { 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "start_leader": { 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "start_peon": { 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state": { 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 699 2023-09-30T09:07:33.528 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_bytes": { 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6615053 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_keys": { 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5051 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "store_state_latency": { 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 699, 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 367992894 2023-09-30T09:07:33.529 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache": { 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1020054731 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 46972928 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 32399360 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.530 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2147483648 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14573568 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:full": { 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.531 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 255109 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.532 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.533 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70844068 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.534 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:inc": { 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 348127232 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 277028055 2023-09-30T09:07:33.535 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 39774 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.536 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.537 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71059403 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "prioritycache:kv": { 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 322961408 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.538 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184685370 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.539 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.540 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.541 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71167174 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb": { 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "compact": { 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_len": { 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_queue_merge": { 2023-09-30T09:07:33.542 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_range": { 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "get_latency": { 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29770, 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 59598881 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_delay_time": { 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.543 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_memtable_time": { 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_pre_and_post_time": { 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_write_wal_time": { 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.544 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_latency": { 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: "submit_sync_latency": { 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1516, 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 559005740 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.545 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.0": { 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.546 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.547 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:33.547 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.603 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.603 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:33.603 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.603 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.603 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2932736 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.604 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6422528 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1740800 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:33.605 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1601536 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6356992 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.607 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:33.608 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.609 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:33.610 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.611 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:33.612 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4603904 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:33.613 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1282048 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 172057 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.614 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:33.615 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 23, 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 63714 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 376, 2023-09-30T09:07:33.616 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72077524 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 362, 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11584823 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 376, 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 419417 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:33.617 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 376, 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72496941 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:33.618 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 45649 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:33.619 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 16012 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 820 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 217 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 110, 2023-09-30T09:07:33.620 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1680675 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 307, 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 265506 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 197, 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1132058 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.621 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 28487 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10449629 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 124, 2023-09-30T09:07:33.622 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8739107 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 124, 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 442651814983 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 124, 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 144626765596 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.623 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44305205610 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44117 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 448715 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:33.624 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 155340654 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 165761 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 73214748 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:33.625 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 20440003 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 883133 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.626 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 259971511 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 24802860 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 481, 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3125007 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.627 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 270974976 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 270393344 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.628 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 581632 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.629 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142486483 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.630 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 602112 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.631 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75015213 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.632 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.633 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068648626 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.634 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.635 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72200894 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.636 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 94990989 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.637 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.638 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.639 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72780707 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:33.640 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068648626 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.641 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12706 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.642 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 94595 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 162365 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.643 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71932396 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.644 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.645 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 47 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:33.646 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 588 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48975725 2023-09-30T09:07:33.647 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2265683 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44916225 2023-09-30T09:07:33.648 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.649 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.650 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.651 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.652 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 588 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:33.653 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48975725 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2265683 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.654 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 44916225 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1771104 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6 2023-09-30T09:07:33.655 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7712768 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.1": { 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:33.656 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.657 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2551808 2023-09-30T09:07:33.658 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:33.659 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6225920 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1507328 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1368064 2023-09-30T09:07:33.660 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6160384 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.661 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:33.662 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:33.663 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.664 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.665 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:33.666 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3989504 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.667 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 679936 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 162274 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.668 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.669 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 30, 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72201 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:33.670 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 319, 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62205984 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 297, 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 21188710 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 319, 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 371018 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:33.671 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 319, 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62577002 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1194 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:33.672 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14953 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.673 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 15526 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 806 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 227 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 127, 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1855939 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.674 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 335, 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 319138 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 208, 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1176701 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:33.675 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 111851 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14018714 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8236184 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.676 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 116, 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 311867241369 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 118519887311 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 414, 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 28103627512 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:33.677 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 414, 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 40950 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 398009 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 243532001 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.678 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 132889 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 112114182 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17976230 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.679 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 292225 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 388108391 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.680 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 21812914 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 416, 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3082159 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.681 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235192320 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234520576 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.682 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 671744 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.683 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142523701 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.684 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.685 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75571915 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:33.686 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068927764 2023-09-30T09:07:33.687 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.688 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.689 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71921756 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.690 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95015801 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.691 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.692 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.693 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755895 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.694 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068927764 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.695 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12377 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 77016 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 154032 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.696 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71679499 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.697 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.698 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 37 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 155 2023-09-30T09:07:33.699 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2429440 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:33.700 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 460710061 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1063 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 50466647 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:33.701 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 184211291 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 33 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 33, 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4829390 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.702 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1063 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 33, 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4263633 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 33, 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3443906 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.703 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 22, 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18115757 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.704 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:33.705 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 22, 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8129034 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 22, 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17043287 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 100 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.706 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2429440 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 100, 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 437764914 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 100, 2023-09-30T09:07:33.707 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 38073980 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 100, 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 163724098 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 590368 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.708 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6914048 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.709 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.2": { 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.710 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.711 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2224128 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.712 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6094848 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1318912 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1179648 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6029312 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.713 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:33.714 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:33.715 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:33.716 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.717 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:33.718 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:33.719 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3473408 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.720 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 667648 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 167915 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.721 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.722 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 13, 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13429 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 273, 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 52338043 2023-09-30T09:07:33.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 263, 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7239664 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 273, 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 335720 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 273, 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 52673763 2023-09-30T09:07:33.724 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2074 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.725 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14223 2023-09-30T09:07:33.726 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 566 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 205 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 84, 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 875635 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:33.727 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 242, 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 273303 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 158, 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 541286 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:33.728 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 89111 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9779980 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 111, 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7917475 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:33.729 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 111, 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 255818291638 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 111, 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 109301267057 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 46302919484 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.730 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 32077 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 355939 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95400784 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.731 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 104794 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67860520 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 16012863 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.732 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 291764 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 189456349 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:33.733 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 19376565 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 326, 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1978541 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.734 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235257856 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235167744 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 90112 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.735 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142524431 2023-09-30T09:07:33.736 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.737 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.738 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75571185 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:33.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068933235 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.741 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.742 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71916285 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.743 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95016287 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.744 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.745 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.746 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755409 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.747 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068933235 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.748 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12317 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 76642 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.749 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 147810 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71680684 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.751 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 29 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.752 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:33.753 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 121876969 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:33.754 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4020116 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 88119344 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.755 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.756 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.757 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:33.758 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:33.759 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 121876969 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:33.760 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4020116 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 88119344 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.761 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6770688 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.762 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.3": { 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:33.763 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.764 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:33.764 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.764 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.764 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:33.764 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.764 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.764 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:33.795 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.795 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:33.795 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.795 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.795 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1146880 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.796 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:33.797 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 761856 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 622592 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.798 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:33.799 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.800 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.801 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:33.802 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:33.803 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.804 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1839104 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.805 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 692224 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.806 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.807 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4718 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 137, 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 30295313 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.808 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 7633472 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 137, 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 248038 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 137, 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 30543351 2023-09-30T09:07:33.809 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.810 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:33.811 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.813 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10175 2023-09-30T09:07:33.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.813 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:33.813 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 312 2023-09-30T09:07:33.813 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.813 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:33.813 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 212 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 82, 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 954420 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 140, 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 409771 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.814 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 58, 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 135678 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.815 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6088013 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 46, 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3998872 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 44, 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 559040502370 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:33.816 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 46, 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70944385550 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 222, 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 395268 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 222, 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25380 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.817 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1240769 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 177742415 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67881 2023-09-30T09:07:33.818 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 61643702 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10398836 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 294495 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.819 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 257151818 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12793989 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.820 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 224, 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1413218 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 267829248 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.821 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 267272192 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 557056 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.822 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.823 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:33.823 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.823 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:33.823 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.823 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.823 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.824 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.824 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.824 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.824 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142524206 2023-09-30T09:07:33.824 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.825 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.825 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.825 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.825 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.825 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.826 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.826 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.826 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.826 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.826 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.827 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.828 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75579602 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.829 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068931551 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.830 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.831 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.832 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71917969 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.833 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95016137 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.834 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.835 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.836 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755559 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.837 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068931551 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.838 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13740 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72825 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 153895 2023-09-30T09:07:33.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.840 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.840 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.840 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.840 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.841 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.841 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.841 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.841 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.842 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71678677 2023-09-30T09:07:33.842 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.842 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.842 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:33.842 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:33.843 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.843 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.843 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.843 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.843 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:33.843 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.844 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.844 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.844 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.844 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.844 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.844 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:33.845 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 36 2023-09-30T09:07:33.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.845 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:33.845 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.845 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.845 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:33.846 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.846 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:33.846 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.846 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.846 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.847 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:33.848 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.848 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.848 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:33.848 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.848 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 640194 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.849 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.850 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.851 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:33.851 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.851 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.851 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.851 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.852 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:33.853 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.854 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.855 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 640194 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.856 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6270976 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.857 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.4": { 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.858 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.859 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1187840 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.860 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.861 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:33.861 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.861 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.861 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:33.861 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.861 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5636096 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 753664 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 614400 2023-09-30T09:07:33.862 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.863 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:33.864 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:33.865 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:33.866 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.867 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.868 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.869 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1871872 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.870 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 688128 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 8, 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 265669 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:33.871 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.872 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6006 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48677698 2023-09-30T09:07:33.873 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4482456 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 205270 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:33.874 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 48882968 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1411 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.875 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.876 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18305 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 352 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 228 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 92, 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1150388 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:33.877 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 155, 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 247973 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 63, 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 477556 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:33.878 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 104183 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5731206 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 40, 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3771940 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:33.879 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 39, 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 290123651161 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 40, 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 62148275687 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 257, 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 388385 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:33.880 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 257, 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 24621 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1099844 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 211180273 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:33.881 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 64509 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 191185340 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14921745 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.882 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 292745 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 563 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 424149726 2023-09-30T09:07:33.883 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.884 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:33.884 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.884 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17295413 2023-09-30T09:07:33.884 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.884 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:33.884 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 258, 2023-09-30T09:07:33.884 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1603146 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 268877824 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 268312576 2023-09-30T09:07:33.885 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 565248 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.886 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142523332 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.887 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.888 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.889 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75568188 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.890 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068924994 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.891 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.892 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.893 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71924526 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.894 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95015555 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.895 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.896 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.897 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72756141 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:33.898 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068924994 2023-09-30T09:07:33.899 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10972 2023-09-30T09:07:33.900 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 90520 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 146752 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.901 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71677450 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:33.902 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.903 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:33.904 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13389907 2023-09-30T09:07:33.905 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2499246 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11777966 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.906 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.907 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:33.908 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.909 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.910 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13389907 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:33.911 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2499246 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11777966 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.912 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6332416 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.913 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.5": { 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:33.914 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:33.915 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1073152 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.916 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 704512 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 565248 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.917 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.918 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.919 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:33.921 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:33.922 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:33.923 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:33.924 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1708032 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 679936 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.925 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 6, 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 162890 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:33.926 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3100 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.927 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 53014871 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 118, 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6479439 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:33.928 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 150965 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 123, 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 53165836 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.929 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1230 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:33.930 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10656 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 314 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.931 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 233 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 86, 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 676128 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 135, 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 256216 2023-09-30T09:07:33.932 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 49, 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 317739 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 4, 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75425 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.933 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 17054203 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 34, 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3007826 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 32, 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 324107601582 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.934 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 34, 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 58338378680 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 259, 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 374724 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 259, 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25854 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.935 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6358410 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 345427728 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 64865 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.936 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 221143506 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10411425 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 293857 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:33.937 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 628 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 600426144 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12516732 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:33.938 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 261, 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1601431 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 236371968 2023-09-30T09:07:33.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234848256 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1523712 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.940 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142524055 2023-09-30T09:07:33.941 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.942 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.943 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75579753 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.944 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068930418 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.945 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.946 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71919102 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.948 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95016037 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.949 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.950 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.951 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755659 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.952 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068930418 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.953 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1372 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 93350 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 148262 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.954 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71677286 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.955 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.956 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 42 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.957 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.958 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.959 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.960 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.961 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.962 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.963 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.964 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.965 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.966 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6258688 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.6": { 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:33.967 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:33.968 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1249280 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.969 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5570560 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.970 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 897024 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 757760 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.971 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.972 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:33.973 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:33.974 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:33.975 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.976 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:33.977 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2076672 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:33.978 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.979 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3214 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.980 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 170, 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41172541 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 162, 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6437493 2023-09-30T09:07:33.981 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 170, 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 137747 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 170, 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 41310288 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:33.982 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:33.983 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18459 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:33.984 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 328 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 240 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 85, 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 762958 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 126, 2023-09-30T09:07:33.985 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 376516 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 41, 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 290989 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:33.986 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2291330 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29, 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2617640 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29, 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 407553321938 2023-09-30T09:07:33.987 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 29, 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 47096704734 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 384534 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 29284 2023-09-30T09:07:33.988 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 198772 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 123032051 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 85742 2023-09-30T09:07:33.989 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 55728732 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10352741 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:33.990 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 883870 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 510 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 191644306 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.991 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12338624 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 264, 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1703010 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:33.992 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235323392 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234356736 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.993 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 966656 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.994 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142523906 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.995 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.996 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75579902 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:33.997 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068929295 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.998 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:33.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71920225 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.001 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:34.002 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95015937 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:34.003 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:34.004 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72755759 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.005 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068929295 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.006 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 15419 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:34.007 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 82703 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 149987 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.008 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71673284 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:34.009 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 39 2023-09-30T09:07:34.010 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.011 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2416 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 125837123 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:34.012 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 12, 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6153941 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 108238826 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.013 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.014 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:34.015 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.016 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.016 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.016 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:34.016 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.016 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:34.017 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:34.018 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2416 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 125837123 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 12, 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6153941 2023-09-30T09:07:34.019 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 10, 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 108238826 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:34.020 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6844416 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: "osd.7": { 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: "bluefs": { 2023-09-30T09:07:34.021 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_fallback": { 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_slow_size_fallback": { 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_db": { 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 65536 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_main": { 2023-09-30T09:07:34.022 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit_wal": { 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_slow": { 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_sst": { 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8192 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.023 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_written_wal": { 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1085440 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lat": { 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "compact_lock_lat": { 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "db_total_bytes": { 2023-09-30T09:07:34.024 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: "db_used_bytes": { 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5505024 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: "log_bytes": { 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 770048 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: "logged_bytes": { 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 630784 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.025 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_db": { 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5439488 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_slow": { 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "max_bytes_wal": { 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "num_files": { 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 13 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.026 INFO:tasks.workunit.client.0.smithi118.stdout: "read_bytes": { 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 193929 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: "read_count": { 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 22 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes": { 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_db": { 2023-09-30T09:07:34.027 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1269760 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_slow": { 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_bytes_wal": { 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "read_disk_count": { 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_bytes": { 2023-09-30T09:07:34.028 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3653 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: "read_prefetch_count": { 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_bytes": { 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_buffer_count": { 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.029 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_bytes": { 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3833 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_count": { 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 18 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes": { 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_db": { 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.030 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_slow": { 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_bytes_wal": { 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "read_random_disk_count": { 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_total_bytes": { 2023-09-30T09:07:34.031 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "slow_used_bytes": { 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_total_bytes": { 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "wal_used_bytes": { 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "write_bytes": { 2023-09-30T09:07:34.032 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1785856 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore": { 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "alloc_unit": { 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4096 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": { 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1265664 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "clist_lat": { 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 3, 2023-09-30T09:07:34.033 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 108563 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_lat": { 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed": { 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_allocated": { 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.034 INFO:tasks.workunit.client.0.smithi118.stdout: "compressed_original": { 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "csum_lat": { 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 7, 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 24233 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "decompress_lat": { 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_commit_lat": { 2023-09-30T09:07:34.035 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 139, 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 51141444 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_final_lat": { 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 129, 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 9704156 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_flush_lat": { 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 139, 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 106980 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.036 INFO:tasks.workunit.client.0.smithi118.stdout: "kv_sync_lat": { 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 139, 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 51248424 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_keys_lat": { 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_get_values_lat": { 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.037 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_lower_bound_lat": { 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_next_lat": { 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_seek_to_first_lat": { 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 0, 2023-09-30T09:07:34.038 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_upper_bound_lat": { 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11566 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_hits": { 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 560 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "onode_misses": { 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 267 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "read_lat": { 2023-09-30T09:07:34.039 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 110, 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2497503 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "read_onode_meta_lat": { 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 168, 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 311065 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "read_wait_aio_lat": { 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 58, 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1850169 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "reads_with_retries": { 2023-09-30T09:07:34.040 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "remove_lat": { 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 1, 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12232 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "state_aio_wait_lat": { 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2814776 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_aio_wait_lat": { 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 19, 2023-09-30T09:07:34.041 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1923782 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_cleanup_lat": { 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 19, 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 285205345930 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "state_deferred_queued_lat": { 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 19, 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 27660891715 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "state_done_lat": { 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.042 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 390956 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "state_finishing_lat": { 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 31337 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "state_io_done_lat": { 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 217712 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_commiting_lat": { 2023-09-30T09:07:34.043 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 461047955 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_done_lat": { 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 81846 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: "state_kv_queued_lat": { 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 238903460 2023-09-30T09:07:34.044 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "state_prepare_lat": { 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10705580 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": { 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 882421 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "truncate_lat": { 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 2, 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 833 2023-09-30T09:07:34.045 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_commit_lat": { 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 713725367 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_submit_lat": { 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 12713888 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "txc_throttle_lat": { 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 289, 2023-09-30T09:07:34.046 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1809992 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache": { 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_bytes": { 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 2845415832 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: "heap_bytes": { 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 236306432 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: "mapped_bytes": { 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 235012096 2023-09-30T09:07:34.047 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "target_bytes": { 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 4294967296 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "unmapped_bytes": { 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1294336 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:data": { 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 218103808 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.048 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 142515057 2023-09-30T09:07:34.049 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:34.050 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 135168 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:34.051 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 75453583 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv": { 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1207959552 2023-09-30T09:07:34.052 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068862930 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.053 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:34.054 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1168 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.055 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71986590 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:kv_onode": { 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 234881024 2023-09-30T09:07:34.056 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 67108864 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 464 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95010038 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:34.057 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.058 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.059 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 72761658 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: "bluestore-pricache:meta": { 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: "committed_bytes": { 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1140850688 2023-09-30T09:07:34.060 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "pri0_bytes": { 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "pri10_bytes": { 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "pri11_bytes": { 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 1068862930 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "pri1_bytes": { 2023-09-30T09:07:34.061 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: "pri2_bytes": { 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: "pri3_bytes": { 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: "pri4_bytes": { 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 14001 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.062 INFO:tasks.workunit.client.0.smithi118.stdout: "pri5_bytes": { 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 92409 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: "pri6_bytes": { 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 154016 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: "pri7_bytes": { 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: "pri8_bytes": { 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.063 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "pri9_bytes": { 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "reserved_bytes": { 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 71727332 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "objecter": { 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "op_active": { 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.064 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rmw": { 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "osd": { 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg": { 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 47 2023-09-30T09:07:34.065 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: "numpg_removing": { 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: "op": { 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 101 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_degraded": { 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.066 INFO:tasks.workunit.client.0.smithi118.stdout: "op_delayed_unreadable": { 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "op_in_bytes": { 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "op_latency": { 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 101, 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 163691267 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "op_out_bytes": { 2023-09-30T09:07:34.067 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 264707 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "op_prepare_latency": { 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 103, 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25508728 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "op_process_latency": { 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 101, 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 100803839 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r": { 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 70 2023-09-30T09:07:34.068 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency": { 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 70, 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11788692 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_latency_out_bytes_histogram": { 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_out_bytes": { 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 264707 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_prepare_latency": { 2023-09-30T09:07:34.069 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 70, 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 10508676 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "op_r_process_latency": { 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 70, 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 8712942 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw": { 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 26 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_in_bytes": { 2023-09-30T09:07:34.070 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency": { 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 26, 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 26939782 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_in_bytes_histogram": { 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_latency_out_bytes_histogram": { 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_out_bytes": { 2023-09-30T09:07:34.071 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_prepare_latency": { 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 26, 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 11624944 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "op_rw_process_latency": { 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 26, 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 25225781 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w": { 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 5 2023-09-30T09:07:34.072 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_in_bytes": { 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency": { 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 124962793 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_latency_in_bytes_histogram": { 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_prepare_latency": { 2023-09-30T09:07:34.073 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 7, 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 3375108 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "op_w_process_latency": { 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "count": 5, 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 66865116 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "op_wip": { 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_bytes": { 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.074 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: "recovery_ops": { 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 0 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes": { 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 95995035648 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_bytes_used": { 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: "value": 6778880 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.075 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": [ 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr" 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:34.076 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 1, 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 1, 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 1, 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 1781760, 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:34.077 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:34.078 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 1781760, 2023-09-30T09:07:34.078 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:34.078 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:34.078 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 2, 2023-09-30T09:07:34.078 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:34.078 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 2.442432332827593e-06, 2023-09-30T09:07:34.079 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:34.079 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:34.079 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 358, 2023-09-30T09:07:34.079 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 567296, 2023-09-30T09:07:34.079 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 590368, 2023-09-30T09:07:34.079 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 590368, 2023-09-30T09:07:34.080 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:34.080 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 1771104, 2023-09-30T09:07:34.080 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 211, 2023-09-30T09:07:34.080 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 2473984 2023-09-30T09:07:34.080 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:34.081 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.082 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:34.082 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:34.082 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:34.082 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:34.082 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:34.082 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 32, 2023-09-30T09:07:34.082 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 32, 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 2, 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 98304, 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:34.083 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 98304, 2023-09-30T09:07:34.084 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:34.084 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:34.084 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 22, 2023-09-30T09:07:34.084 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:34.084 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 1.3475519722305762e-07, 2023-09-30T09:07:34.084 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:34.084 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:34.085 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:34.085 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:34.085 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 3096, 2023-09-30T09:07:34.085 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 3096, 2023-09-30T09:07:34.085 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:34.085 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 9288, 2023-09-30T09:07:34.085 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 48, 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 16384 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.086 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 64, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 64, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 3, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:34.087 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:34.088 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:34.089 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd" 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "cache_mode": "none", 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "erasure_code_profile": {}, 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "min_size": 2, 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "options": {}, 2023-09-30T09:07:34.090 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_autoscale_mode": "off", 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 8, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "pgp_num": 8, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "pool": 4, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "size": 3, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "stats": { 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_raw": 729500559626, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "bytes_used": 0, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_bytes_used": 0, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "compress_under_bytes": 0, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "data_bytes_used": 0, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty": 0, 2023-09-30T09:07:34.091 INFO:tasks.workunit.client.0.smithi118.stdout: "max_avail": 243166855168, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "objects": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_bytes_used": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "percent_used": 0.0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_bytes": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "quota_objects": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "rd": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "rd_bytes": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "stored": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_data": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_omap": 0, 2023-09-30T09:07:34.092 INFO:tasks.workunit.client.0.smithi118.stdout: "stored_raw": 0, 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: "wr": 0, 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: "wr_bytes": 0 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_bytes": 0, 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: "target_max_objects": 0, 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: "type": "replicated" 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": { 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: "mirroring_by_pool": [ 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: false 2023-09-30T09:07:34.093 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_images_by_pool": [ 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pools": 1 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: "report_id": "3f9710cd-fea3-4073-8da3-555fde90f17b", 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: "report_timestamp": "2023-09-30T09:07:31.978333", 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: "report_version": 1, 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: "rocksdb_stats": { 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "6.15.5" 2023-09-30T09:07:34.094 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "rook": { 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "cluster": { 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "external-mode": null, 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "mon": { 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "allow-multiple-per-node": null, 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "count": null, 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "max-id": null, 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "pvc": { 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "stretch": { 2023-09-30T09:07:34.095 INFO:tasks.workunit.client.0.smithi118.stdout: "enabled": null 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "network": { 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "provider": null 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "storage": { 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "device-set": { 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "non-portable": null, 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "portable": null, 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.096 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "csi": { 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes": { 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "node": { 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "kubernetes-total": null, 2023-09-30T09:07:34.097 INFO:tasks.workunit.client.0.smithi118.stdout: "with-ceph-daemons": null, 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-cephfs-plugin": null, 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-nfs-plugin": null, 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "with-csi-rbd-plugin": null 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "storage-class": { 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "count": { 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "bucket": null, 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs": null, 2023-09-30T09:07:34.098 INFO:tasks.workunit.client.0.smithi118.stdout: "nfs": null, 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd": null, 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: "total": null 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: "version": null 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: "services": {}, 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_per_pg": [ 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.099 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.100 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.628500+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.628500+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628828+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.101 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727778+0000", 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.102 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3f", 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.103 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:40:48.918029+0000", 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.104 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.105 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.106 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.108 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.163 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.164 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.164 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.164 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.164 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.164 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.165 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.165 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.165 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.165 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.166 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.166 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.166 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.166 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:05.480324+0000", 2023-09-30T09:07:34.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:05.480324+0000", 2023-09-30T09:07:34.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:34.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.169 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.169 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.169 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.170 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.170 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.170 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.170 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:05.480805+0000", 2023-09-30T09:07:34.170 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.171 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.171 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.171 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:34.171 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.172 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.172 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.172 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.172 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.172 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.172 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.173 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.173 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3e", 2023-09-30T09:07:34.173 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.173 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.173 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:34.174 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:34.174 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.174 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:18:09.098671+0000", 2023-09-30T09:07:34.174 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.174 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.174 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.175 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.175 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.175 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.175 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.175 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.175 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.176 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.177 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.178 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.179 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.180 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.180 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.180 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.180 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.180 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.180 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.181 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.181 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.181 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.181 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.181 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.181 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.182 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.182 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.182 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.182 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.182 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.183 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.183 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.183 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.183 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.183 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.183 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:34.184 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.184 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.184 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.184 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.184 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.185 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.185 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.185 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.185 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.185 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.185 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.186 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.186 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.186 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.186 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.186 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:34.187 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.618386+0000", 2023-09-30T09:07:34.187 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.618386+0000", 2023-09-30T09:07:34.187 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.618702+0000", 2023-09-30T09:07:34.187 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:34.187 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.187 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.188 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.188 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.188 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:34.188 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:34.188 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:34.189 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.189 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.189 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.189 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:34.189 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727484+0000", 2023-09-30T09:07:34.190 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.190 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.190 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.190 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.190 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.190 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.191 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.191 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.191 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.191 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.191 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.192 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.192 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3d", 2023-09-30T09:07:34.192 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.192 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.192 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.192 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.193 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.193 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:31:23.059382+0000", 2023-09-30T09:07:34.193 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.193 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.193 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.194 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.195 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.196 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.197 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.197 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.197 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.197 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.197 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.198 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.198 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.198 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.198 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.198 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.198 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.199 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.199 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.199 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.199 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.199 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.200 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.200 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.200 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.200 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.200 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.201 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.201 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.201 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.201 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.201 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.201 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.202 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.202 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.202 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.202 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.202 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.203 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.203 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.203 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.203 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.203 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.204 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.204 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.204 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.204 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.204 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.204 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.205 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.205 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.205 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.205 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.205 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.206 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:34.206 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631764+0000", 2023-09-30T09:07:34.206 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631764+0000", 2023-09-30T09:07:34.206 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.632033+0000", 2023-09-30T09:07:34.206 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:34.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:34.207 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:34.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:34.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.208 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:34.209 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729054+0000", 2023-09-30T09:07:34.209 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.209 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.209 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.209 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.210 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.210 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.210 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.210 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.210 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.211 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.211 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.211 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.211 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3c", 2023-09-30T09:07:34.211 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.211 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.212 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.212 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.212 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.212 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:47:21.635562+0000", 2023-09-30T09:07:34.212 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.213 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.213 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.213 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.214 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.214 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.214 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.214 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.214 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.215 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.215 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.215 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.215 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.215 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.215 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.216 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.216 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.216 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.216 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.216 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.217 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.217 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.217 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.217 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.217 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.217 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.218 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.219 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.220 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.220 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.220 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.221 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.221 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.221 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.221 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.221 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.222 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.222 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.222 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.222 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.222 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.223 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.223 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.223 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.223 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.223 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.223 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.224 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.224 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.224 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.224 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.224 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.225 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.225 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:34.225 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.635724+0000", 2023-09-30T09:07:34.225 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.635724+0000", 2023-09-30T09:07:34.225 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.636020+0000", 2023-09-30T09:07:34.225 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:34.226 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.226 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.226 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.226 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.226 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:34.227 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:34.227 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:34.227 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.227 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.227 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.227 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:34.228 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727088+0000", 2023-09-30T09:07:34.228 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.228 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.228 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.228 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.229 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.229 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.229 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.229 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.229 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.230 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.230 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.230 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.230 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3b", 2023-09-30T09:07:34.230 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.231 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.231 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.231 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.231 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.231 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:02:44.085834+0000", 2023-09-30T09:07:34.231 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.232 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.233 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.234 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.235 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.236 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625289+0000", 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625289+0000", 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626222+0000", 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:34.237 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728898+0000", 2023-09-30T09:07:34.238 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3a", 2023-09-30T09:07:34.239 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:29:29.865674+0000", 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.240 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.241 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.242 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.243 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.244 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.245 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:04.731532+0000", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:04.731532+0000", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:34.246 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:04.731930+0000", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.247 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.39", 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.248 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:39:14.037780+0000", 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.249 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.250 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.251 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.252 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.253 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626319+0000", 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626319+0000", 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628178+0000", 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.254 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718078+0000", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.255 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.38", 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.256 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:36:16.070156+0000", 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.257 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.258 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.259 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.260 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.261 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.630118+0000", 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.630118+0000", 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.630398+0000", 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:34.262 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727698+0000", 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.263 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.37", 2023-09-30T09:07:34.264 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:59:26.454032+0000", 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.265 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.266 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.267 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.268 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.269 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.270 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.632208+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.632208+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.634469+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:34.271 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725654+0000", 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.272 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.36", 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:23:11.466259+0000", 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.273 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.274 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.275 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.276 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.277 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.278 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.635001+0000", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.635001+0000", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.635297+0000", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.279 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724889+0000", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.280 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.35", 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.281 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:40:42.623399+0000", 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.282 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.283 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.284 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.285 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.286 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.637552+0000", 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.637552+0000", 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.638238+0000", 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:34.287 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725789+0000", 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.288 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.34", 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.289 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:59:23.796883+0000", 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.290 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.291 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.292 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.293 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.294 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.609934+0000", 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.609934+0000", 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.611301+0000", 2023-09-30T09:07:34.295 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.296 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718715+0000", 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.297 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.33", 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:09:01.328352+0000", 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.298 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.300 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.301 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.302 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.303 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626023+0000", 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626023+0000", 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627698+0000", 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.304 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.322 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726450+0000", 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.323 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.32", 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:24:26.080148+0000", 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.324 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.325 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.326 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.327 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.328 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.329 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.330 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:04.865826+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:04.865826+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.331 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:04.866184+0000", 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.332 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.31", 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.333 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:35:09.939948+0000", 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.334 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.335 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.336 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.337 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.338 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624832+0000", 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624832+0000", 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.625110+0000", 2023-09-30T09:07:34.339 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:34.340 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.340 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.346 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728383+0000", 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.347 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.30", 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:12:23.056450+0000", 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.348 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.349 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.350 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.351 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.352 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.353 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.630009+0000", 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.630009+0000", 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.630293+0000", 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:34.354 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729359+0000", 2023-09-30T09:07:34.355 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.356 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2f", 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:00:57.379319+0000", 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.357 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.358 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.359 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.360 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.361 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.362 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.620957+0000", 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.620957+0000", 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.621232+0000", 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.363 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.364 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2e", 2023-09-30T09:07:34.365 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:03:05.865905+0000", 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.366 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.367 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.368 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.369 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.370 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.371 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.627478+0000", 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.627478+0000", 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628488+0000", 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.372 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725226+0000", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.373 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2d", 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.374 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:40:29.197022+0000", 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.375 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.376 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.377 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.378 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.379 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:34.380 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.234619+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.234619+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.234912+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:34.381 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727931+0000", 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 4, 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.382 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 4, 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1f", 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 21, 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:30:00.880402+0000", 2023-09-30T09:07:34.383 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 554, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.384 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:34.385 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.386 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 4, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.387 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'4" 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.388 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.619583+0000", 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.619583+0000", 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.619828+0000", 2023-09-30T09:07:34.389 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.390 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719625+0000", 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.391 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1e", 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:13:45.636407+0000", 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.392 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.393 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.394 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.395 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.396 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.397 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229521+0000", 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229521+0000", 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.229889+0000", 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.398 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719720+0000", 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:34.399 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.400 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1e", 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:29:43.801809+0000", 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.401 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.402 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.403 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.404 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.405 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.406 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625922+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625922+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626239+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.407 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727833+0000", 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.408 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1f", 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:14:27.100202+0000", 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.409 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.410 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.411 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.412 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.413 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.414 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224679+0000", 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224679+0000", 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225342+0000", 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.415 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728165+0000", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.416 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1d", 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.417 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:16:33.524713+0000", 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.418 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.419 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.420 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.421 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.422 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626665+0000", 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626665+0000", 2023-09-30T09:07:34.423 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626941+0000", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:34.425 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729225+0000", 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.426 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1c", 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:39:38.480755+0000", 2023-09-30T09:07:34.427 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.428 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.429 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.430 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.431 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.432 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229931+0000", 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229931+0000", 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.230636+0000", 2023-09-30T09:07:34.433 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:34.434 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726767+0000", 2023-09-30T09:07:34.526 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:34.526 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.526 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.526 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.526 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.527 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.527 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.527 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1c", 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.528 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:14:58.554434+0000", 2023-09-30T09:07:34.529 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.529 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.529 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:34.564 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.565 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.566 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.567 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:05.480892+0000", 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:05.480892+0000", 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.568 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.569 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:05.481225+0000", 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.570 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1d", 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 10, 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:20:09.009955+0000", 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.571 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.573 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.574 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.575 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.576 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225104+0000", 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225104+0000", 2023-09-30T09:07:34.577 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225669+0000", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.578 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718929+0000", 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:34.579 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1b", 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:06:56.039863+0000", 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.582 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.583 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.584 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.585 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623880+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623880+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624155+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:34.586 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723047+0000", 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.587 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1a", 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:35:24.095775+0000", 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.588 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.590 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.591 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:34.592 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.593 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224139+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224139+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.224454+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.594 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725073+0000", 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.595 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1a", 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:24:54.141913+0000", 2023-09-30T09:07:34.596 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.599 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.600 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.601 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624489+0000", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624489+0000", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624881+0000", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.602 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726606+0000", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.603 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1b", 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.604 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:28:07.481279+0000", 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.608 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.609 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.218869+0000", 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.218869+0000", 2023-09-30T09:07:34.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.219909+0000", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.611 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720087+0000", 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.612 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.19", 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:21:35.371932+0000", 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.616 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.617 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:34.618 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.619 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.619 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.619 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.619 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.619 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.619 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:34.619 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.610832+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.610832+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.611131+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:34.620 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718320+0000", 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.621 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.18", 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.622 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:22:58.745677+0000", 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.624 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.625 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.626 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.627 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232770+0000", 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232770+0000", 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.233479+0000", 2023-09-30T09:07:34.628 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:34.629 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727910+0000", 2023-09-30T09:07:34.630 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.630 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.630 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.630 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.630 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.630 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.630 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.18", 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.633 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:42:12.165761+0000", 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.634 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.635 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.636 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.637 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.638 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.621621+0000", 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.621621+0000", 2023-09-30T09:07:34.639 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.621906+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:34.640 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722104+0000", 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.641 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.19", 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:41:13.077856+0000", 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.642 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.643 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.643 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.643 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.643 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.643 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.712 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.713 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.714 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.226852+0000", 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.226852+0000", 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.227215+0000", 2023-09-30T09:07:34.715 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:34.716 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724927+0000", 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.717 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.17", 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:53:22.490232+0000", 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.720 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.721 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.722 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.723 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623860+0000", 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623860+0000", 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624205+0000", 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.724 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729241+0000", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.725 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.16", 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.726 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:24:51.530068+0000", 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.731 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.732 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232641+0000", 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232641+0000", 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.232931+0000", 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.733 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:34.734 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729145+0000", 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.735 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.16", 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:42:37.291637+0000", 2023-09-30T09:07:34.736 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.739 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.740 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.741 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:34.742 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626094+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626094+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626870+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:34.743 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727826+0000", 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.744 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.17", 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:29:09.949120+0000", 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.749 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.750 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225041+0000", 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225041+0000", 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225467+0000", 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.751 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721404+0000", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 3, 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.752 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 3, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.15", 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.753 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 20, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:48:51.325240+0000", 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 90, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.754 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.755 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.756 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.757 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 4, 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.758 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'3" 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:34.759 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.637539+0000", 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.637539+0000", 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.638021+0000", 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.760 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725683+0000", 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.761 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.14", 2023-09-30T09:07:34.762 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:18:53.842541+0000", 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.763 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.764 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.765 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.766 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.767 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.768 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.228231+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.228231+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.228561+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:34.769 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724344+0000", 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 9, 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.770 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 9, 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.14", 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.771 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:02:05.727585+0000", 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 2326, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.772 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 12, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 4, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.773 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 4, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.774 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 9, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 6 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.775 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "64'9" 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.776 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.777 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.627954+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.627954+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.628701+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:34.778 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727868+0000", 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.779 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.15", 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.780 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:16:21.894258+0000", 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.781 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.782 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.783 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.784 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.785 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.231959+0000", 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.231959+0000", 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.232248+0000", 2023-09-30T09:07:34.786 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726881+0000", 2023-09-30T09:07:34.787 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.13", 2023-09-30T09:07:34.788 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:28:51.778341+0000", 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 34, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.789 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:34.790 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.791 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.792 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 6 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.793 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.794 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.613436+0000", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.613436+0000", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.613796+0000", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.795 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726370+0000", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.796 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.12", 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.797 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:11:03.333314+0000", 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.798 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.799 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.800 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.801 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.802 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232681+0000", 2023-09-30T09:07:34.803 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232681+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.233250+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.804 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728696+0000", 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.805 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.12", 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:57:12.642713+0000", 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.806 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.807 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.808 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.809 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.810 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.811 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.635505+0000", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.635505+0000", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.635822+0000", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.812 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726969+0000", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.813 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.13", 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.814 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:50:07.097814+0000", 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.815 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.816 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.817 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.818 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.819 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.820 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224984+0000", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224984+0000", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225299+0000", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.821 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725127+0000", 2023-09-30T09:07:34.822 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.823 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.11", 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:05:23.263143+0000", 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.824 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.825 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.826 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.827 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.828 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.829 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.830 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631139+0000", 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631139+0000", 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.632387+0000", 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.831 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:34.833 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725409+0000", 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.834 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.10", 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:46:19.578775+0000", 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.835 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.836 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.837 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.838 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:34.839 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.840 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.222868+0000", 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.222868+0000", 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.223190+0000", 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.841 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724104+0000", 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 8, 2023-09-30T09:07:34.842 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.906 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.906 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.906 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.906 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.906 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.906 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 8, 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.10", 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 25, 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.907 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:08:23.278242+0000", 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.908 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 12, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 4, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.909 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 4, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 4, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.910 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 12, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.911 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'8" 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.912 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.913 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.627492+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.627492+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627779+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.914 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727398+0000", 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.915 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.11", 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.916 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:29:48.589121+0000", 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.917 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.918 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.919 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.920 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.921 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.922 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.222309+0000", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.222309+0000", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.223168+0000", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.923 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723836+0000", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.924 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.f", 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.925 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:30:00.781152+0000", 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 22, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.926 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.927 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.928 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.929 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:34.930 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.931 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:05.445339+0000", 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:05.445339+0000", 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.932 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:05.445674+0000", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.933 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.e", 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.934 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 26, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:40:50.935506+0000", 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.935 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.936 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.937 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.938 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.939 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.940 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.563185+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.563185+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563432+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:34.941 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720976+0000", 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.942 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.2", 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:51:48.485319+0000", 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.943 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.944 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.945 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.946 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.947 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.948 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.949 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.949 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.949 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.949 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.949 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.949 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:34.950 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.227498+0000", 2023-09-30T09:07:34.950 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.227498+0000", 2023-09-30T09:07:34.950 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.228845+0000", 2023-09-30T09:07:34.950 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:34.950 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.950 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721372+0000", 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.951 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.4", 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.952 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:05:23.836700+0000", 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.953 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.954 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.955 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.956 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.957 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.958 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626171+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626171+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626515+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:34.959 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.729427+0000", 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.960 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.5", 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.961 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:09:26.127632+0000", 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.962 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.963 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.964 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.965 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.966 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.967 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562206+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562206+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.562551+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:34.968 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721418+0000", 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.969 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.4", 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:44:58.667489+0000", 2023-09-30T09:07:34.970 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.971 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.972 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.973 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.974 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.975 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229396+0000", 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229396+0000", 2023-09-30T09:07:34.976 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.229683+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:34.977 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728637+0000", 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.978 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.2", 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:48:19.619857+0000", 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.979 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.980 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.981 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.982 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:34.983 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.984 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.638956+0000", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.638956+0000", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.639270+0000", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:34.985 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723346+0000", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:34.986 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.3", 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:34.987 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:46:08.846553+0000", 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.988 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.989 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.990 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:34.991 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:34.992 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562977+0000", 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562977+0000", 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563263+0000", 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:34.993 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722245+0000", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:34.994 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.7", 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:34.995 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:26:05.228348+0000", 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:34.996 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:34.997 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:34.998 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:34.999 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.000 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.612610+0000", 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.612610+0000", 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.612901+0000", 2023-09-30T09:07:35.001 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:35.002 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720761+0000", 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.003 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.046 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.046 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.046 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.046 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.0", 2023-09-30T09:07:35.046 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:01:21.653412+0000", 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.047 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.048 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.049 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.050 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.051 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.052 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.214547+0000", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.214547+0000", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.215793+0000", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.053 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724335+0000", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.054 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.1", 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.055 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.056 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:35.056 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.056 INFO:tasks.workunit.client.0.smithi118.stderr:+ echo OK 2023-09-30T09:07:35.059 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:27:07.875668+0000", 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.089 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.090 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.091 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.092 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.093 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.094 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.300158+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.300158+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.300458+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:35.095 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724053+0000", 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.096 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.5", 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.097 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T16:52:35.146673+0000", 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.098 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.099 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.100 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.101 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.102 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626486+0000", 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626486+0000", 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626757+0000", 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:35.103 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:35.104 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718616+0000", 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.105 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2", 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:12:42.320868+0000", 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.106 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.107 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.108 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.109 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.110 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.111 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:35.112 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.232765+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.232765+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.233710+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.113 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728655+0000", 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.114 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.3", 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:54:19.257006+0000", 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.115 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.116 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.117 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.118 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.119 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.120 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 20, 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:21.892798+0000", 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:21.892798+0000", 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:21.893149+0000", 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:35.121 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:03:57.672205+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:03:57.672205+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 56, 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:03:57.672205+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:27.913428+0000", 2023-09-30T09:07:35.122 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 144, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 55, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 144, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.123 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "1.0", 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 334, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:40:59.134588+0000", 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 590368, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.124 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 1771104, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.125 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.126 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:35.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:35.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:35.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.137 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 6, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.138 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 358, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 554, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 211, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 2416 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.139 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "66'144" 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.140 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562131+0000", 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562131+0000", 2023-09-30T09:07:35.141 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.562440+0000", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.142 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726352+0000", 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.143 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.6", 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:14:30.666029+0000", 2023-09-30T09:07:35.144 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.145 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.146 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.147 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.148 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:35.149 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623657+0000", 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623657+0000", 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.623970+0000", 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.150 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725755+0000", 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.151 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.1", 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.152 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:38:54.784780+0000", 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.153 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.154 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.155 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.156 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.157 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.224625+0000", 2023-09-30T09:07:35.158 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.224625+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.224900+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.159 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727109+0000", 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.160 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.0", 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:14:16.754563+0000", 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.161 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.162 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.163 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.164 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.165 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.166 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.563048+0000", 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.563048+0000", 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563353+0000", 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.167 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726532+0000", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.168 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.3", 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.169 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:16:48.605271+0000", 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.170 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.171 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.172 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.173 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.299 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:35.300 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225050+0000", 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225050+0000", 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225534+0000", 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:35.301 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:35.302 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728067+0000", 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.303 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.5", 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:49:12.127401+0000", 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.304 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.305 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.306 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.307 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.308 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.309 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626961+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626961+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627235+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:35.310 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721491+0000", 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.311 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.4", 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.312 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:00:50.038785+0000", 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.313 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.314 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.315 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.445 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.446 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.447 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.300097+0000", 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.300097+0000", 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.300419+0000", 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.448 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718167+0000", 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.449 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.0", 2023-09-30T09:07:35.450 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:36:21.632423+0000", 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.451 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.452 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.453 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.454 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.455 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.456 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.225097+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.225097+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.225417+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:35.457 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722519+0000", 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.458 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.6", 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:29:09.897299+0000", 2023-09-30T09:07:35.459 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.460 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.461 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.462 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.463 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "60'1" 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.464 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.623512+0000", 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.623512+0000", 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.623718+0000", 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:35.465 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.466 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720177+0000", 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.467 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.7", 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:49:40.318969+0000", 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.468 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.469 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.470 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.471 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.472 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.473 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 61, 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:06:01.562821+0000", 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:06:01.562821+0000", 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:06:01.563104+0000", 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:35.474 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 62, 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:06:00.290017+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723327+0000", 2023-09-30T09:07:35.475 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 61, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "4.1", 2023-09-30T09:07:35.476 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 13, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:11:17.044660+0000", 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.477 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.478 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.479 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.480 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.481 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.482 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.219885+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.219885+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.220409+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:35.483 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724829+0000", 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.484 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.7", 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:53:30.662431+0000", 2023-09-30T09:07:35.485 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.486 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.487 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.488 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:35.489 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.490 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624534+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624534+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624867+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:35.491 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726523+0000", 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.492 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.6", 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.493 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:02:52.267323+0000", 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.494 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.495 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.496 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.497 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.498 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:07:04.733350+0000", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:07:04.733350+0000", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.499 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 66, 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:04.733650+0000", 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.500 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 65, 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.8", 2023-09-30T09:07:35.501 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 66, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 10, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:43:14.472573+0000", 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.502 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.503 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.504 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.505 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.506 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 4, 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.507 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.630469+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.630469+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.630746+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.508 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723818+0000", 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.509 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.9", 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:42:31.200312+0000", 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.510 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.511 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.512 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.513 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 4, 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.514 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.515 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.227887+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.227887+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.228285+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.516 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.722018+0000", 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.517 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.9", 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:50:08.060199+0000", 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.518 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.519 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.520 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.521 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.522 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.523 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.619425+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.619425+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.619705+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:35.524 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718244+0000", 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.525 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.8", 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T10:38:13.753790+0000", 2023-09-30T09:07:35.526 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.527 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.528 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.529 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.530 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:35.531 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.226277+0000", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.226277+0000", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.226526+0000", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.532 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721228+0000", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.533 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.a", 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.534 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:50:34.541013+0000", 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.535 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.536 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.537 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.538 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.539 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626911+0000", 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626911+0000", 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627176+0000", 2023-09-30T09:07:35.540 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.541 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.718792+0000", 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.542 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.b", 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T14:40:48.911039+0000", 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.543 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.544 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.545 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.546 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.547 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.548 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.229735+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.229735+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.230133+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:35.549 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726912+0000", 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.550 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.b", 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:35.551 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:53:15.188132+0000", 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.552 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.553 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.554 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.555 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.556 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.632975+0000", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.632975+0000", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.633306+0000", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.557 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724986+0000", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.558 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.a", 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.559 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:54:51.094746+0000", 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.560 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.561 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.562 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.563 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.564 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.227215+0000", 2023-09-30T09:07:35.565 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.227215+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.227516+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.566 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.723735+0000", 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.567 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.c", 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 17, 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:46:45.386552+0000", 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.568 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.569 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.570 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.571 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.572 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.573 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.637584+0000", 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.637584+0000", 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.637804+0000", 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.574 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727972+0000", 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.575 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.576 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.d", 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T11:46:23.566129+0000", 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.577 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.578 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.579 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.580 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.581 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.582 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.222468+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.222468+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.222788+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:35.583 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721317+0000", 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 1, 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.584 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 1, 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.d", 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 18, 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.585 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:13:17.793358+0000", 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 70, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.586 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.587 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.588 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 1, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 1 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.589 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: 3 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'1" 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.590 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625581+0000", 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625581+0000", 2023-09-30T09:07:35.591 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.625888+0000", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.592 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728965+0000", 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.593 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.c", 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:53:51.731748+0000", 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.594 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.595 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.596 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.597 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.598 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.599 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 57, 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.213321+0000", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.213321+0000", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.213632+0000", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.600 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 58, 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:33.195824+0000", 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724988+0000", 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 2, 2023-09-30T09:07:35.601 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 57, 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 2, 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "2.e", 2023-09-30T09:07:35.602 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 19, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:51:49.994921+0000", 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.603 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.604 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 3, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 1, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 1, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 1, 2023-09-30T09:07:35.605 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.606 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 3, 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: 7 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "59'2" 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.607 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 7, 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.608 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631407+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631407+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.631666+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:35.609 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727864+0000", 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.610 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.f", 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.611 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:12:28.102732+0000", 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.612 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.613 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.614 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.615 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 7, 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:35.616 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631505+0000", 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631505+0000", 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.634444+0000", 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.617 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725256+0000", 2023-09-30T09:07:35.618 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.619 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.20", 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T19:16:02.118782+0000", 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.620 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.621 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.622 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.623 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: 5 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.624 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 2, 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:35.625 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.632068+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.632068+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.632335+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.626 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724414+0000", 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.627 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.21", 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:37:44.246854+0000", 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.628 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.629 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.630 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.631 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: 2, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.632 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 2, 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.633 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.625835+0000", 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.625835+0000", 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.626752+0000", 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.634 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728740+0000", 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.635 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.22", 2023-09-30T09:07:35.636 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:40:03.258309+0000", 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.637 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.638 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.639 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.640 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.641 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.642 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624000+0000", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624000+0000", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624265+0000", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.643 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726682+0000", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.644 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.23", 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.645 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:34:21.915832+0000", 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.646 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.647 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.648 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.649 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.650 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.622895+0000", 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.622895+0000", 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.623166+0000", 2023-09-30T09:07:35.651 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:35.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.652 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:35.653 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719192+0000", 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.654 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.24", 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:47:25.143650+0000", 2023-09-30T09:07:35.655 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.656 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.657 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.658 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.659 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 1, 2023-09-30T09:07:35.660 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.617052+0000", 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.617052+0000", 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.617315+0000", 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:35.661 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.721229+0000", 2023-09-30T09:07:35.662 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.663 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.25", 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T12:59:10.702009+0000", 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.664 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.665 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.666 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.667 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: 1, 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 1, 2023-09-30T09:07:35.668 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.669 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631397+0000", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631397+0000", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.634582+0000", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.670 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.725574+0000", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.671 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.26", 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.672 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T15:28:32.136689+0000", 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.673 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.674 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.675 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.676 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: 4 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.677 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:35.678 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.626808+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.626808+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.627064+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.679 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.720215+0000", 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.680 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.27", 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:22:11.577682+0000", 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.681 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.682 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.683 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.684 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.685 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.686 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.624707+0000", 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.624707+0000", 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.624993+0000", 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.687 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.727997+0000", 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.688 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.28", 2023-09-30T09:07:35.689 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T20:09:17.932449+0000", 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.690 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.691 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.692 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.693 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: 2 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.694 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 3, 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:35.695 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.622535+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.622535+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.622844+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.696 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.719922+0000", 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.697 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.29", 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T17:09:28.136171+0000", 2023-09-30T09:07:35.698 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.699 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.700 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.701 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.702 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: 3, 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 3, 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.703 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 5, 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631712+0000", 2023-09-30T09:07:35.704 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631712+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.631981+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.705 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.728778+0000", 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.706 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2a", 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T13:05:10.546285+0000", 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.707 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.708 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.709 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.710 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: 5, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.711 INFO:tasks.workunit.client.0.smithi118.stdout: 6 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 5, 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 0, 2023-09-30T09:07:35.712 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.622145+0000", 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.622145+0000", 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.622508+0000", 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.713 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.726753+0000", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.714 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2b", 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.715 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T18:40:06.099959+0000", 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.716 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.717 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.718 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.719 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: 0, 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: 7, 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: 1 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 0, 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.720 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": [ 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "acting_primary": 6, 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "avail_no_missing": [], 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "blocked_by": [], 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "created": 58, 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "dirty_stats_invalid": false, 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_bytes_stats_invalid": false, 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "hitset_stats_invalid": false, 2023-09-30T09:07:35.721 INFO:tasks.workunit.client.0.smithi118.stdout: "last_active": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_active": "2023-09-30T09:05:34.631295+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_became_peered": "2023-09-30T09:05:34.631295+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_change": "2023-09-30T09:05:34.631602+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_clean_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub": "0'0", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_deep_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_epoch_clean": 59, 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fresh": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_fullsized": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_peered": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub": "0'0", 2023-09-30T09:07:35.722 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_duration": 0, 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "last_scrub_stamp": "2023-09-30T09:05:34.200418+0000", 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "last_undegraded": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "last_unstale": "2023-09-30T09:07:03.724179+0000", 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "log_start": "0'0", 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "manifest_stats_invalid": false, 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "mapping_epoch": 58, 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "object_location_counts": [], 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_scrubbed": 0, 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "objects_trimmed": 0, 2023-09-30T09:07:35.723 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_stats_invalid": false, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_start": "0'0", 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "parent": "0.0", 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "parent_split_bits": 0, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "pgid": "3.2c", 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "pin_stats_invalid": false, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "purged_snaps": [], 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_epoch": 65, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "reported_seq": 16, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_duration": 0.0, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "scrub_schedule": "periodic scrub scheduled @ 2023-10-01T09:41:54.185638+0000", 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrim_duration": 0.0, 2023-09-30T09:07:35.724 INFO:tasks.workunit.client.0.smithi118.stdout: "snaptrimq_len": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.725 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.726 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.727 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: "state": "active+clean", 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_invalid": false, 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: "up": [ 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: 6, 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: 4, 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: "up_primary": 6, 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: "version": "0'0" 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:35.728 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_per_pool": [ 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 24, 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "rbd" 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 8, 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 8, 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 4, 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.729 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.730 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.731 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.732 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:35.733 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 24 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 192, 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 0, 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 64, 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 8, 2023-09-30T09:07:35.734 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 3, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.735 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 0, 2023-09-30T09:07:35.736 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.737 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 0 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:35.738 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 0, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 192 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 3, 2023-09-30T09:07:35.739 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "mgr" 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 144, 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 1, 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 3, 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 144, 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 1, 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 590368, 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.740 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 1771104, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.741 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 6, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 2, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 2, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.742 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 6, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 358, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 554, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.743 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 211, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 2416 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 1781760, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 1771104, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:35.744 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 3 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: { 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "acting": 96, 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "application": [ 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "cephfs" 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "log_size": 42, 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_pg": 32, 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "num_store_stats": 8, 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "ondisk_log_size": 42, 2023-09-30T09:07:35.745 INFO:tasks.workunit.client.0.smithi118.stdout: "poolid": 2, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "stat_sum": { 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes": 3096, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_hit_set_archive": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_bytes_recovered": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_deep_scrub_errors": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_kb": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_full": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_evict_mode_some": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush": 0, 2023-09-30T09:07:35.746 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_kb": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_high": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_flush_mode_low": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_keys_recovered": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_large_omap_objects": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_legacy_snapsets": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_clones": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_object_copies": 66, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects": 22, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_degraded": 0, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_dirty": 22, 2023-09-30T09:07:35.747 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_hit_set_archive": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_manifest": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_misplaced": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_missing_on_primary": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_omap": 14, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_pinned": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_recovered": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_repaired": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_objects_unfound": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_bytes": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_omap_keys": 0, 2023-09-30T09:07:35.748 INFO:tasks.workunit.client.0.smithi118.stdout: "num_promote": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_read_kb": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_scrub_errors": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_shallow_scrub_errors": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_whiteouts": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write": 48, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "num_write_kb": 16 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "store_stats": { 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "allocated": 98304, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "available": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed": 0, 2023-09-30T09:07:35.749 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_allocated": 0, 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "data_compressed_original": 0, 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "data_stored": 9288, 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "internal_metadata": 0, 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "internally_reserved": 0, 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "omap_allocated": 0, 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "total": 0 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "up": 96 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: ], 2023-09-30T09:07:35.750 INFO:tasks.workunit.client.0.smithi118.stdout: "usage": { 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "pg_num": 105, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "pools": 4, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "stats_by_class": { 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "ssd": { 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906402304, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53882880, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_bytes": 53882880, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_raw_ratio": 7.016363088041544e-05 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: }, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "total_avail_bytes": 767906402304, 2023-09-30T09:07:35.751 INFO:tasks.workunit.client.0.smithi118.stdout: "total_bytes": 767960285184, 2023-09-30T09:07:35.752 INFO:tasks.workunit.client.0.smithi118.stdout: "total_used_bytes": 53882880 2023-09-30T09:07:35.752 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:35.752 INFO:tasks.workunit.client.0.smithi118.stdout: } 2023-09-30T09:07:35.752 INFO:tasks.workunit.client.0.smithi118.stdout:} 2023-09-30T09:07:35.752 INFO:tasks.workunit.client.0.smithi118.stdout:OK 2023-09-30T09:07:35.752 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:33 smithi192 ceph-mon[114603]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.752 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:33 smithi192 ceph-mon[114603]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.753 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:33 smithi192 ceph-mon[114603]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.753 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:33 smithi192 ceph-mon[114603]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.753 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:33 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:35.753 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:34 smithi192 ceph-mon[114603]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:35.753 INFO:teuthology.orchestra.run:Running command with timeout 3600 2023-09-30T09:07:35.753 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0/tmp 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.755 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "telemetry show", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.756 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: pgmap v49: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.757 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.758 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.759 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.760 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.790 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.790 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config-key dump", "format": "json"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd='heap' args=[stats]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='admin socket' entity='admin socket' cmd=heap args=[stats]: finished 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:32 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[110048]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[110048]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[110048]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.793 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[110048]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.794 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:35.794 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[123327]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.794 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[123327]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "telemetry show-device", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.794 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[123327]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.794 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[123327]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "telemetry show-all", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:35.794 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:33 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:35.794 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:34 smithi118 ceph-mon[123327]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:35.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:34 smithi118 ceph-mon[110048]: pgmap v50: 105 pgs: 105 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 14 op/s 2023-09-30T09:07:35.795 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:34] "GET /metrics HTTP/1.1" 200 235588 "" "Prometheus/2.43.0" 2023-09-30T09:07:35.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:35 smithi118 ceph-mon[110048]: mgrmap e21: y(active, since 91s), standbys: x 2023-09-30T09:07:35.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:35 smithi118 ceph-mon[123327]: mgrmap e21: y(active, since 91s), standbys: x 2023-09-30T09:07:35.796 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:35 smithi192 ceph-mon[114603]: mgrmap e21: y(active, since 91s), standbys: x 2023-09-30T09:07:35.835 INFO:tasks.workunit:Stopping ['test_telemetry_quincy.sh'] on client.0... 2023-09-30T09:07:35.835 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2023-09-30T09:07:36.143 DEBUG:teuthology.parallel:result is None 2023-09-30T09:07:36.143 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -rf -- /home/ubuntu/cephtest/mnt.0/client.0 2023-09-30T09:07:36.170 INFO:tasks.workunit:Deleted dir /home/ubuntu/cephtest/mnt.0/client.0 2023-09-30T09:07:36.170 DEBUG:teuthology.orchestra.run.smithi118:> rmdir -- /home/ubuntu/cephtest/mnt.0 2023-09-30T09:07:36.236 INFO:tasks.workunit:Deleted artificial mount point /home/ubuntu/cephtest/mnt.0/client.0 2023-09-30T09:07:36.328 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:07:36.338 INFO:teuthology.task.print:**** done end telemetry quincy... 2023-09-30T09:07:36.338 INFO:teuthology.run_tasks:Running task print... 2023-09-30T09:07:36.348 INFO:teuthology.task.print:**** done start parallel 2023-09-30T09:07:36.348 INFO:teuthology.run_tasks:Running task parallel... 2023-09-30T09:07:36.358 INFO:teuthology.task.parallel:starting parallel... 2023-09-30T09:07:36.358 INFO:teuthology.task.parallel:In parallel, running task full_sequential... 2023-09-30T09:07:36.359 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2023-09-30T09:07:36.359 INFO:teuthology.task.print:**** done start ec-rados-default.yaml 2023-09-30T09:07:36.359 INFO:teuthology.task.full_sequential:In full_sequential, running task rados... 2023-09-30T09:07:36.361 INFO:tasks.rados:Beginning rados... 2023-09-30T09:07:36.361 INFO:tasks.rados:joining rados 2023-09-30T09:07:36.361 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-30T09:07:36.362 INFO:teuthology.task.sequential:In sequential, running task print... 2023-09-30T09:07:36.362 INFO:teuthology.task.print:**** done start upgrade, wait 2023-09-30T09:07:36.362 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-30T09:07:36.362 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi118.front.sepia.ceph.com 2023-09-30T09:07:36.363 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph config set global log_to_journald false --force' 2023-09-30T09:07:36.363 INFO:tasks.rados:clients are ['client.0', 'client.1'] 2023-09-30T09:07:36.363 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd erasure-code-profile set teuthologyprofile k=2 m=1 crush-failure-domain=osd 2023-09-30T09:07:36.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:36 smithi118 ceph-mon[110048]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:36.388 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:36 smithi118 ceph-mon[123327]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:36 smithi192 ceph-mon[114603]: pgmap v51: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:36.631 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:07:36.988 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:07:38.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:38 smithi118 ceph-mon[110048]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:38.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:38 smithi118 ceph-mon[123327]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:38 smithi192 ceph-mon[114603]: pgmap v52: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:38.821 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-09-30T09:07:39.085 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:07:39.460 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:39 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2648098746' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-09-30T09:07:39.461 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:39 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2648098746' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-09-30T09:07:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:39 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2648098746' entity='client.admin' cmd=[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]: dispatch 2023-09-30T09:07:39.579 INFO:tasks.rados:starting run 0 out of 1 2023-09-30T09:07:39.579 INFO:tasks.cephadm.ceph_manager.ceph:creating pool_name unique_pool_0 2023-09-30T09:07:39.580 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd pool create unique_pool_0 16 16 erasure teuthologyprofile 2023-09-30T09:07:39.953 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:07:40.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:40 smithi118 ceph-mon[110048]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:40.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:40 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2648098746' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2023-09-30T09:07:40.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:40 smithi118 ceph-mon[110048]: osdmap e67: 8 total, 8 up, 8 in 2023-09-30T09:07:40.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:40 smithi118 ceph-mon[123327]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:40.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:40 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2648098746' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2023-09-30T09:07:40.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:40 smithi118 ceph-mon[123327]: osdmap e67: 8 total, 8 up, 8 in 2023-09-30T09:07:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:40 smithi192 ceph-mon[114603]: pgmap v53: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 255 B/s wr, 33 op/s 2023-09-30T09:07:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:40 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2648098746' entity='client.admin' cmd='[{"prefix": "osd erasure-code-profile set", "name": "teuthologyprofile", "profile": ["k=2", "m=1", "crush-failure-domain=osd"]}]': finished 2023-09-30T09:07:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:40 smithi192 ceph-mon[114603]: osdmap e67: 8 total, 8 up, 8 in 2023-09-30T09:07:40.956 INFO:teuthology.orchestra.run.smithi118.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:07:41.369 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done' 2023-09-30T09:07:41.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:07:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:40] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:07:41.638 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:07:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 307 B/s wr, 22 op/s 2023-09-30T09:07:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:07:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2653384671' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]: dispatch 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 307 B/s wr, 22 op/s 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:42.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:41 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2653384671' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]: dispatch 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: pgmap v55: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 307 B/s wr, 22 op/s 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: from='client.24932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:41 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2653384671' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]: dispatch 2023-09-30T09:07:42.919 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:07:43.127 INFO:teuthology.orchestra.run.smithi118.stderr:pool 'unique_pool_0' created 2023-09-30T09:07:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:42 smithi192 ceph-mon[114603]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:07:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:42 smithi192 ceph-mon[114603]: osdmap e68: 8 total, 8 up, 8 in 2023-09-30T09:07:43.269 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:07:43.269 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (59s) 52s ago 84s 15.2M - 0.25.0 c8568f914cd2 eeaec1ea84dd 2023-09-30T09:07:43.269 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (72s) 51s ago 72s 80.6M - 9.4.7 2c41d148cca3 90052b8f6b91 2023-09-30T09:07:43.269 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (2m) 52s ago 2m 15.3M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (2m) 51s ago 2m 15.9M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443 running (4m) 51s ago 4m 438M - 17.2.6-1161-g191c1869 8497a1260037 ef47e170f9a7 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:9283 running (6m) 52s ago 6m 495M - 17.2.6-1161-g191c1869 8497a1260037 bc19f68eaef0 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (6m) 52s ago 6m 84.6M 2048M 17.2.6-1161-g191c1869 8497a1260037 37449c87c6d0 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (5m) 51s ago 4m 65.0M 2048M 17.2.6-1161-g191c1869 8497a1260037 74cd2e6d34fe 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (4m) 52s ago 4m 66.6M 2048M 17.2.6-1161-g191c1869 8497a1260037 3bafd4b66f52 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (68s) 52s ago 68s 4106k - 1.5.0 0da6a335fe13 c716e4a3a48d 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (64s) 51s ago 64s 4018k - 1.5.0 0da6a335fe13 b857722aee19 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (4m) 52s ago 4m 61.0M 2998M 17.2.6-1161-g191c1869 8497a1260037 7496ad849d71 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (4m) 52s ago 4m 59.4M 2998M 17.2.6-1161-g191c1869 8497a1260037 7aa0bb3bf5ad 2023-09-30T09:07:43.270 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (3m) 52s ago 3m 55.1M 2998M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:07:43.271 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (3m) 52s ago 3m 50.4M 2998M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:07:43.271 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (3m) 51s ago 3m 51.6M 2998M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:07:43.271 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (3m) 51s ago 3m 56.5M 2998M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:07:43.271 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (2m) 51s ago 2m 54.3M 2998M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:07:43.271 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (2m) 51s ago 2m 57.3M 2998M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:07:43.271 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (57s) 51s ago 108s 25.3M - 2.43.0 a07b618ecd1d 426af3c6d540 2023-09-30T09:07:43.315 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:42 smithi118 ceph-mon[123327]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:07:43.315 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:42 smithi118 ceph-mon[123327]: osdmap e68: 8 total, 8 up, 8 in 2023-09-30T09:07:43.315 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:42 smithi118 ceph-mon[110048]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:1d10b71792f3be8887a7631e69851ac2df3585af 2023-09-30T09:07:43.315 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:42 smithi118 ceph-mon[110048]: osdmap e68: 8 total, 8 up, 8 in 2023-09-30T09:07:43.527 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2023-09-30T09:07:43.736 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:07:43.736 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:07:43.736 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:07:43.736 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:07:43.736 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 15 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:07:43.737 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:07:43.818 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:07:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:43 smithi192 ceph-mon[114603]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:43 smithi192 ceph-mon[114603]: from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2653384671' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]': finished 2023-09-30T09:07:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:43 smithi192 ceph-mon[114603]: osdmap e69: 8 total, 8 up, 8 in 2023-09-30T09:07:44.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:43 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1492271336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:07:44.326 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[123327]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:44.326 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[123327]: from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:44.326 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2653384671' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]': finished 2023-09-30T09:07:44.326 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[123327]: osdmap e69: 8 total, 8 up, 8 in 2023-09-30T09:07:44.326 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1492271336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:07:44.326 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[110048]: pgmap v57: 105 pgs: 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:44.327 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[110048]: from='client.24944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:44.327 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2653384671' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "unique_pool_0", "pg_num": 16, "pgp_num": 16, "pool_type": "erasure", "erasure_code_profile": "teuthologyprofile"}]': finished 2023-09-30T09:07:44.327 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[110048]: osdmap e69: 8 total, 8 up, 8 in 2023-09-30T09:07:44.327 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:43 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1492271336' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:07:44.584 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:44] "GET /metrics HTTP/1.1" 200 235588 "" "Prometheus/2.43.0" 2023-09-30T09:07:45.125 INFO:teuthology.orchestra.run.smithi118.stderr:enabled application 'rados' on pool 'unique_pool_0' 2023-09-30T09:07:45.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:44 smithi192 ceph-mon[114603]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:45.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:44 smithi192 ceph-mon[114603]: osdmap e70: 8 total, 8 up, 8 in 2023-09-30T09:07:45.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:44 smithi118 ceph-mon[123327]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:45.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:44 smithi118 ceph-mon[123327]: osdmap e70: 8 total, 8 up, 8 in 2023-09-30T09:07:45.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:44 smithi118 ceph-mon[110048]: from='client.24950 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:07:45.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:44 smithi118 ceph-mon[110048]: osdmap e70: 8 total, 8 up, 8 in 2023-09-30T09:07:46.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:45 smithi192 ceph-mon[114603]: pgmap v60: 121 pgs: 16 creating+peering, 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:46.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:45 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4062923321' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:07:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:45 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:07:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:45 smithi192 ceph-mon[114603]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:07:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:45 smithi192 ceph-mon[114603]: osdmap e71: 8 total, 8 up, 8 in 2023-09-30T09:07:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[123327]: pgmap v60: 121 pgs: 16 creating+peering, 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4062923321' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:07:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:07:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[123327]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:07:46.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[123327]: osdmap e71: 8 total, 8 up, 8 in 2023-09-30T09:07:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[110048]: pgmap v60: 121 pgs: 16 creating+peering, 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4062923321' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:07:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:07:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[110048]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "unique_pool_0", "app": "rados", "yes_i_really_mean_it": true}]': finished 2023-09-30T09:07:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:45 smithi118 ceph-mon[110048]: osdmap e71: 8 total, 8 up, 8 in 2023-09-30T09:07:46.481 DEBUG:teuthology.orchestra.run.smithi118:> CEPH_CLIENT_ID=0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph_test_rados --no-omap --ec-pool --max-ops 4000 --objects 50 --max-in-flight 16 --size 4000000 --min-stride-size 400000 --max-stride-size 800000 --max-seconds 0 --op read 100 --op write 0 --op delete 50 --op snap_create 50 --op snap_remove 50 --op rollback 50 --op setattr 25 --op rmattr 25 --op copy_from 50 --op append 100 --pool unique_pool_0 2023-09-30T09:07:46.509 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight read -> 100 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight delete -> 50 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight snap_create -> 50 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight snap_remove -> 50 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight rollback -> 50 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight setattr -> 25 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight rmattr -> 25 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight copy_from -> 50 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:adding op weight append -> 100 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable) 2023-09-30T09:07:46.510 INFO:tasks.rados.rados.0.smithi118.stdout:Configuration: 2023-09-30T09:07:46.511 INFO:tasks.rados.rados.0.smithi118.stdout: Number of operations: 4000 2023-09-30T09:07:46.511 INFO:tasks.rados.rados.0.smithi118.stdout: Number of objects: 50 2023-09-30T09:07:46.511 INFO:tasks.rados.rados.0.smithi118.stdout: Max in flight operations: 16 2023-09-30T09:07:46.511 INFO:tasks.rados.rados.0.smithi118.stdout: Object size (in bytes): 4000000 2023-09-30T09:07:46.511 INFO:tasks.rados.rados.0.smithi118.stdout: Write stride min: 400000 2023-09-30T09:07:46.511 INFO:tasks.rados.rados.0.smithi118.stdout: Write stride max: 800000 2023-09-30T09:07:46.967 INFO:tasks.rados.rados.0.smithi118.stdout:1: write initial oid 1 2023-09-30T09:07:46.967 INFO:tasks.rados.rados.0.smithi118.stdout:1: seq_num 0 ranges {0=24576} 2023-09-30T09:07:46.967 INFO:tasks.rados.rados.0.smithi118.stdout:1: writing smithi118168640-1 from 0 to 24576 tid 1 2023-09-30T09:07:46.967 INFO:tasks.rados.rados.0.smithi118.stdout:2: write initial oid 2 2023-09-30T09:07:46.967 INFO:tasks.rados.rados.0.smithi118.stdout:2: seq_num 1 ranges {0=24576} 2023-09-30T09:07:46.968 INFO:tasks.rados.rados.0.smithi118.stdout:2: writing smithi118168640-2 from 0 to 24576 tid 1 2023-09-30T09:07:46.968 INFO:tasks.rados.rados.0.smithi118.stdout:3: write initial oid 3 2023-09-30T09:07:46.969 INFO:tasks.rados.rados.0.smithi118.stdout:3: seq_num 2 ranges {0=40960} 2023-09-30T09:07:46.969 INFO:tasks.rados.rados.0.smithi118.stdout:3: writing smithi118168640-3 from 0 to 40960 tid 1 2023-09-30T09:07:46.969 INFO:tasks.rados.rados.0.smithi118.stdout:4: write initial oid 4 2023-09-30T09:07:46.969 INFO:tasks.rados.rados.0.smithi118.stdout:4: seq_num 3 ranges {0=57344} 2023-09-30T09:07:46.969 INFO:tasks.rados.rados.0.smithi118.stdout:4: writing smithi118168640-4 from 0 to 57344 tid 1 2023-09-30T09:07:46.969 INFO:tasks.rados.rados.0.smithi118.stdout:5: write initial oid 5 2023-09-30T09:07:46.969 INFO:tasks.rados.rados.0.smithi118.stdout:5: seq_num 4 ranges {0=73728} 2023-09-30T09:07:46.970 INFO:tasks.rados.rados.0.smithi118.stdout:5: writing smithi118168640-5 from 0 to 73728 tid 1 2023-09-30T09:07:46.970 INFO:tasks.rados.rados.0.smithi118.stdout:6: write initial oid 6 2023-09-30T09:07:46.970 INFO:tasks.rados.rados.0.smithi118.stdout:6: seq_num 5 ranges {0=90112} 2023-09-30T09:07:46.970 INFO:tasks.rados.rados.0.smithi118.stdout:6: writing smithi118168640-6 from 0 to 90112 tid 1 2023-09-30T09:07:46.970 INFO:tasks.rados.rados.0.smithi118.stdout:7: write initial oid 7 2023-09-30T09:07:46.970 INFO:tasks.rados.rados.0.smithi118.stdout:7: seq_num 6 ranges {0=106496} 2023-09-30T09:07:46.971 INFO:tasks.rados.rados.0.smithi118.stdout:7: writing smithi118168640-7 from 0 to 106496 tid 1 2023-09-30T09:07:46.971 INFO:tasks.rados.rados.0.smithi118.stdout:8: write initial oid 8 2023-09-30T09:07:46.971 INFO:tasks.rados.rados.0.smithi118.stdout:8: seq_num 7 ranges {0=122880} 2023-09-30T09:07:46.971 INFO:tasks.rados.rados.0.smithi118.stdout:8: writing smithi118168640-8 from 0 to 122880 tid 1 2023-09-30T09:07:46.972 INFO:tasks.rados.rados.0.smithi118.stdout:9: write initial oid 9 2023-09-30T09:07:46.972 INFO:tasks.rados.rados.0.smithi118.stdout:9: seq_num 8 ranges {0=139264} 2023-09-30T09:07:46.973 INFO:tasks.rados.rados.0.smithi118.stdout:9: writing smithi118168640-9 from 0 to 139264 tid 1 2023-09-30T09:07:46.973 INFO:tasks.rados.rados.0.smithi118.stdout:10: write initial oid 10 2023-09-30T09:07:46.974 INFO:tasks.rados.rados.0.smithi118.stdout:10: seq_num 9 ranges {0=155648} 2023-09-30T09:07:46.974 INFO:tasks.rados.rados.0.smithi118.stdout:10: writing smithi118168640-10 from 0 to 155648 tid 1 2023-09-30T09:07:46.974 INFO:tasks.rados.rados.0.smithi118.stdout:11: write initial oid 11 2023-09-30T09:07:46.974 INFO:tasks.rados.rados.0.smithi118.stdout:11: seq_num 10 ranges {0=172032} 2023-09-30T09:07:46.975 INFO:tasks.rados.rados.0.smithi118.stdout:11: writing smithi118168640-11 from 0 to 172032 tid 1 2023-09-30T09:07:46.975 INFO:tasks.rados.rados.0.smithi118.stdout:12: write initial oid 12 2023-09-30T09:07:46.975 INFO:tasks.rados.rados.0.smithi118.stdout:12: seq_num 11 ranges {0=188416} 2023-09-30T09:07:46.980 INFO:tasks.rados.rados.0.smithi118.stdout:12: writing smithi118168640-12 from 0 to 188416 tid 1 2023-09-30T09:07:46.980 INFO:tasks.rados.rados.0.smithi118.stdout:13: write initial oid 13 2023-09-30T09:07:46.980 INFO:tasks.rados.rados.0.smithi118.stdout:13: seq_num 12 ranges {0=204800} 2023-09-30T09:07:46.981 INFO:tasks.rados.rados.0.smithi118.stdout:13: writing smithi118168640-13 from 0 to 204800 tid 1 2023-09-30T09:07:46.981 INFO:tasks.rados.rados.0.smithi118.stdout:14: write initial oid 14 2023-09-30T09:07:46.981 INFO:tasks.rados.rados.0.smithi118.stdout:14: seq_num 13 ranges {0=221184} 2023-09-30T09:07:46.981 INFO:tasks.rados.rados.0.smithi118.stdout:14: writing smithi118168640-14 from 0 to 221184 tid 1 2023-09-30T09:07:46.981 INFO:tasks.rados.rados.0.smithi118.stdout:15: write initial oid 15 2023-09-30T09:07:46.981 INFO:tasks.rados.rados.0.smithi118.stdout:15: seq_num 14 ranges {0=237568} 2023-09-30T09:07:46.982 INFO:tasks.rados.rados.0.smithi118.stdout:15: writing smithi118168640-15 from 0 to 237568 tid 1 2023-09-30T09:07:46.982 INFO:tasks.rados.rados.0.smithi118.stdout:16: write initial oid 16 2023-09-30T09:07:46.982 INFO:tasks.rados.rados.0.smithi118.stdout:16: seq_num 15 ranges {0=253952} 2023-09-30T09:07:46.984 INFO:tasks.rados.rados.0.smithi118.stdout:16: writing smithi118168640-16 from 0 to 253952 tid 1 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:1: finishing write tid 1 to smithi118168640-1 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:5: finishing write tid 1 to smithi118168640-5 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:7: finishing write tid 1 to smithi118168640-7 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:5: finishing write tid 2 to smithi118168640-5 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:7: finishing write tid 2 to smithi118168640-7 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:5: finishing write tid 3 to smithi118168640-5 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 3 (ObjNum 4 snap 0 seq_num 4) dirty exists 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:5: left oid 5 (ObjNum 4 snap 0 seq_num 4) 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:7: finishing write tid 3 to smithi118168640-7 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 4 (ObjNum 6 snap 0 seq_num 6) dirty exists 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:7: left oid 7 (ObjNum 6 snap 0 seq_num 6) 2023-09-30T09:07:46.985 INFO:tasks.rados.rados.0.smithi118.stdout:1: finishing write tid 2 to smithi118168640-1 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:1: finishing write tid 3 to smithi118168640-1 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 2 (ObjNum 0 snap 0 seq_num 0) dirty exists 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:1: left oid 1 (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:4: finishing write tid 1 to smithi118168640-4 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:2: finishing write tid 1 to smithi118168640-2 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:9: finishing write tid 1 to smithi118168640-9 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:4: finishing write tid 2 to smithi118168640-4 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:8: finishing write tid 1 to smithi118168640-8 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:12: finishing write tid 1 to smithi118168640-12 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:1: done (15 left) 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:5: done (14 left) 2023-09-30T09:07:46.986 INFO:tasks.rados.rados.0.smithi118.stdout:7: done (13 left) 2023-09-30T09:07:46.987 INFO:tasks.rados.rados.0.smithi118.stdout:17: write initial oid 17 2023-09-30T09:07:46.987 INFO:tasks.rados.rados.0.smithi118.stdout:17: seq_num 16 ranges {0=270336} 2023-09-30T09:07:46.987 INFO:tasks.rados.rados.0.smithi118.stdout:17: writing smithi118168640-17 from 0 to 270336 tid 1 2023-09-30T09:07:46.987 INFO:tasks.rados.rados.0.smithi118.stdout:18: write initial oid 18 2023-09-30T09:07:46.987 INFO:tasks.rados.rados.0.smithi118.stdout:18: seq_num 17 ranges {0=286720} 2023-09-30T09:07:46.988 INFO:tasks.rados.rados.0.smithi118.stdout:18: writing smithi118168640-18 from 0 to 286720 tid 1 2023-09-30T09:07:46.989 INFO:tasks.rados.rados.0.smithi118.stdout:19: write initial oid 19 2023-09-30T09:07:46.989 INFO:tasks.rados.rados.0.smithi118.stdout:19: seq_num 18 ranges {0=303104} 2023-09-30T09:07:46.991 INFO:tasks.rados.rados.0.smithi118.stdout:19: writing smithi118168640-19 from 0 to 303104 tid 1 2023-09-30T09:07:46.991 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:46.991 INFO:tasks.rados.rados.0.smithi118.stdout:4: finishing write tid 3 to smithi118168640-4 2023-09-30T09:07:46.991 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 2 (ObjNum 3 snap 0 seq_num 3) dirty exists 2023-09-30T09:07:46.991 INFO:tasks.rados.rados.0.smithi118.stdout:4: left oid 4 (ObjNum 3 snap 0 seq_num 3) 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:2: finishing write tid 2 to smithi118168640-2 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:12: finishing write tid 2 to smithi118168640-12 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:10: finishing write tid 1 to smithi118168640-10 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:2: finishing write tid 3 to smithi118168640-2 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 2 (ObjNum 1 snap 0 seq_num 1) dirty exists 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:2: left oid 2 (ObjNum 1 snap 0 seq_num 1) 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:8: finishing write tid 2 to smithi118168640-8 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:12: finishing write tid 3 to smithi118168640-12 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 2 (ObjNum 11 snap 0 seq_num 11) dirty exists 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:12: left oid 12 (ObjNum 11 snap 0 seq_num 11) 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:3: finishing write tid 1 to smithi118168640-3 2023-09-30T09:07:46.992 INFO:tasks.rados.rados.0.smithi118.stdout:6: finishing write tid 1 to smithi118168640-6 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:9: finishing write tid 2 to smithi118168640-9 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:11: finishing write tid 1 to smithi118168640-11 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:13: finishing write tid 1 to smithi118168640-13 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:9: finishing write tid 3 to smithi118168640-9 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 2 (ObjNum 8 snap 0 seq_num 8) dirty exists 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:9: left oid 9 (ObjNum 8 snap 0 seq_num 8) 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:14: finishing write tid 1 to smithi118168640-14 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:8: finishing write tid 3 to smithi118168640-8 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 2 (ObjNum 7 snap 0 seq_num 7) dirty exists 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:8: left oid 8 (ObjNum 7 snap 0 seq_num 7) 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:10: finishing write tid 2 to smithi118168640-10 2023-09-30T09:07:46.993 INFO:tasks.rados.rados.0.smithi118.stdout:16: finishing write tid 1 to smithi118168640-16 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:6: finishing write tid 2 to smithi118168640-6 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:10: finishing write tid 3 to smithi118168640-10 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 2 (ObjNum 9 snap 0 seq_num 9) dirty exists 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:10: left oid 10 (ObjNum 9 snap 0 seq_num 9) 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:13: finishing write tid 2 to smithi118168640-13 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:2: done (15 left) 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:4: done (14 left) 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:8: done (13 left) 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:9: done (12 left) 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:10: done (11 left) 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:12: done (10 left) 2023-09-30T09:07:46.994 INFO:tasks.rados.rados.0.smithi118.stdout:20: write initial oid 20 2023-09-30T09:07:46.995 INFO:tasks.rados.rados.0.smithi118.stdout:20: seq_num 19 ranges {0=319488} 2023-09-30T09:07:46.995 INFO:tasks.rados.rados.0.smithi118.stdout:20: writing smithi118168640-20 from 0 to 319488 tid 1 2023-09-30T09:07:46.995 INFO:tasks.rados.rados.0.smithi118.stdout:21: write initial oid 21 2023-09-30T09:07:46.995 INFO:tasks.rados.rados.0.smithi118.stdout:21: seq_num 20 ranges {0=344064} 2023-09-30T09:07:46.996 INFO:tasks.rados.rados.0.smithi118.stdout:21: writing smithi118168640-21 from 0 to 344064 tid 1 2023-09-30T09:07:46.996 INFO:tasks.rados.rados.0.smithi118.stdout:22: write initial oid 22 2023-09-30T09:07:46.996 INFO:tasks.rados.rados.0.smithi118.stdout:22: seq_num 21 ranges {0=360448} 2023-09-30T09:07:46.998 INFO:tasks.rados.rados.0.smithi118.stdout:22: writing smithi118168640-22 from 0 to 360448 tid 1 2023-09-30T09:07:46.998 INFO:tasks.rados.rados.0.smithi118.stdout:23: write initial oid 23 2023-09-30T09:07:46.998 INFO:tasks.rados.rados.0.smithi118.stdout:23: seq_num 22 ranges {0=376832} 2023-09-30T09:07:47.001 INFO:tasks.rados.rados.0.smithi118.stdout:23: writing smithi118168640-23 from 0 to 376832 tid 1 2023-09-30T09:07:47.001 INFO:tasks.rados.rados.0.smithi118.stdout:24: write initial oid 24 2023-09-30T09:07:47.001 INFO:tasks.rados.rados.0.smithi118.stdout:24: seq_num 23 ranges {0=393216} 2023-09-30T09:07:47.003 INFO:tasks.rados.rados.0.smithi118.stdout:24: writing smithi118168640-24 from 0 to 393216 tid 1 2023-09-30T09:07:47.003 INFO:tasks.rados.rados.0.smithi118.stdout:25: write initial oid 25 2023-09-30T09:07:47.004 INFO:tasks.rados.rados.0.smithi118.stdout:25: seq_num 24 ranges {0=409600} 2023-09-30T09:07:47.006 INFO:tasks.rados.rados.0.smithi118.stdout:25: writing smithi118168640-25 from 0 to 409600 tid 1 2023-09-30T09:07:47.006 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:14: finishing write tid 2 to smithi118168640-14 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:11: finishing write tid 2 to smithi118168640-11 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:16: finishing write tid 2 to smithi118168640-16 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:3: finishing write tid 2 to smithi118168640-3 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:6: finishing write tid 3 to smithi118168640-6 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 3 (ObjNum 5 snap 0 seq_num 5) dirty exists 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:6: left oid 6 (ObjNum 5 snap 0 seq_num 5) 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:17: finishing write tid 1 to smithi118168640-17 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:18: finishing write tid 1 to smithi118168640-18 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:15: finishing write tid 1 to smithi118168640-15 2023-09-30T09:07:47.007 INFO:tasks.rados.rados.0.smithi118.stdout:13: finishing write tid 3 to smithi118168640-13 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 3 (ObjNum 12 snap 0 seq_num 12) dirty exists 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:13: left oid 13 (ObjNum 12 snap 0 seq_num 12) 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:11: finishing write tid 3 to smithi118168640-11 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 4 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:11: left oid 11 (ObjNum 10 snap 0 seq_num 10) 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:14: finishing write tid 3 to smithi118168640-14 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 4 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:14: left oid 14 (ObjNum 13 snap 0 seq_num 13) 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:17: finishing write tid 2 to smithi118168640-17 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:3: finishing write tid 3 to smithi118168640-3 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 4 (ObjNum 2 snap 0 seq_num 2) dirty exists 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:3: left oid 3 (ObjNum 2 snap 0 seq_num 2) 2023-09-30T09:07:47.008 INFO:tasks.rados.rados.0.smithi118.stdout:16: finishing write tid 3 to smithi118168640-16 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 4 (ObjNum 15 snap 0 seq_num 15) dirty exists 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:16: left oid 16 (ObjNum 15 snap 0 seq_num 15) 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:19: finishing write tid 1 to smithi118168640-19 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:15: finishing write tid 2 to smithi118168640-15 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:18: finishing write tid 2 to smithi118168640-18 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:15: finishing write tid 3 to smithi118168640-15 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 2 (ObjNum 14 snap 0 seq_num 14) dirty exists 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:15: left oid 15 (ObjNum 14 snap 0 seq_num 14) 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:17: finishing write tid 3 to smithi118168640-17 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 5 (ObjNum 16 snap 0 seq_num 16) dirty exists 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:17: left oid 17 (ObjNum 16 snap 0 seq_num 16) 2023-09-30T09:07:47.009 INFO:tasks.rados.rados.0.smithi118.stdout:20: finishing write tid 1 to smithi118168640-20 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:19: finishing write tid 2 to smithi118168640-19 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:3: done (15 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:6: done (14 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:11: done (13 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:13: done (12 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:14: done (11 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:15: done (10 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:16: done (9 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:17: done (8 left) 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:26: write initial oid 26 2023-09-30T09:07:47.010 INFO:tasks.rados.rados.0.smithi118.stdout:26: seq_num 25 ranges {0=425984} 2023-09-30T09:07:47.011 INFO:tasks.rados.rados.0.smithi118.stdout:26: writing smithi118168640-26 from 0 to 425984 tid 1 2023-09-30T09:07:47.011 INFO:tasks.rados.rados.0.smithi118.stdout:27: write initial oid 27 2023-09-30T09:07:47.011 INFO:tasks.rados.rados.0.smithi118.stdout:27: seq_num 26 ranges {0=442368} 2023-09-30T09:07:47.012 INFO:tasks.rados.rados.0.smithi118.stdout:27: writing smithi118168640-27 from 0 to 442368 tid 1 2023-09-30T09:07:47.012 INFO:tasks.rados.rados.0.smithi118.stdout:28: write initial oid 28 2023-09-30T09:07:47.012 INFO:tasks.rados.rados.0.smithi118.stdout:28: seq_num 27 ranges {0=458752} 2023-09-30T09:07:47.014 INFO:tasks.rados.rados.0.smithi118.stdout:28: writing smithi118168640-28 from 0 to 458752 tid 1 2023-09-30T09:07:47.015 INFO:tasks.rados.rados.0.smithi118.stdout:29: write initial oid 29 2023-09-30T09:07:47.015 INFO:tasks.rados.rados.0.smithi118.stdout:29: seq_num 28 ranges {0=475136} 2023-09-30T09:07:47.018 INFO:tasks.rados.rados.0.smithi118.stdout:29: writing smithi118168640-29 from 0 to 475136 tid 1 2023-09-30T09:07:47.018 INFO:tasks.rados.rados.0.smithi118.stdout:30: write initial oid 30 2023-09-30T09:07:47.018 INFO:tasks.rados.rados.0.smithi118.stdout:30: seq_num 29 ranges {0=491520} 2023-09-30T09:07:47.021 INFO:tasks.rados.rados.0.smithi118.stdout:30: writing smithi118168640-30 from 0 to 491520 tid 1 2023-09-30T09:07:47.021 INFO:tasks.rados.rados.0.smithi118.stdout:31: write initial oid 31 2023-09-30T09:07:47.021 INFO:tasks.rados.rados.0.smithi118.stdout:31: seq_num 30 ranges {0=507904} 2023-09-30T09:07:47.024 INFO:tasks.rados.rados.0.smithi118.stdout:31: writing smithi118168640-31 from 0 to 507904 tid 1 2023-09-30T09:07:47.024 INFO:tasks.rados.rados.0.smithi118.stdout:32: write initial oid 32 2023-09-30T09:07:47.024 INFO:tasks.rados.rados.0.smithi118.stdout:32: seq_num 31 ranges {0=524288} 2023-09-30T09:07:47.027 INFO:tasks.rados.rados.0.smithi118.stdout:32: writing smithi118168640-32 from 0 to 524288 tid 1 2023-09-30T09:07:47.027 INFO:tasks.rados.rados.0.smithi118.stdout:33: write initial oid 33 2023-09-30T09:07:47.027 INFO:tasks.rados.rados.0.smithi118.stdout:33: seq_num 32 ranges {0=540672} 2023-09-30T09:07:47.031 INFO:tasks.rados.rados.0.smithi118.stdout:33: writing smithi118168640-33 from 0 to 540672 tid 1 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:18: finishing write tid 3 to smithi118168640-18 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 6 (ObjNum 17 snap 0 seq_num 17) dirty exists 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:18: left oid 18 (ObjNum 17 snap 0 seq_num 17) 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:20: finishing write tid 2 to smithi118168640-20 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:19: finishing write tid 3 to smithi118168640-19 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 4 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:19: left oid 19 (ObjNum 18 snap 0 seq_num 18) 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:20: finishing write tid 3 to smithi118168640-20 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 4 (ObjNum 19 snap 0 seq_num 19) dirty exists 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:20: left oid 20 (ObjNum 19 snap 0 seq_num 19) 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:21: finishing write tid 1 to smithi118168640-21 2023-09-30T09:07:47.032 INFO:tasks.rados.rados.0.smithi118.stdout:18: done (15 left) 2023-09-30T09:07:47.033 INFO:tasks.rados.rados.0.smithi118.stdout:19: done (14 left) 2023-09-30T09:07:47.033 INFO:tasks.rados.rados.0.smithi118.stdout:20: done (13 left) 2023-09-30T09:07:47.033 INFO:tasks.rados.rados.0.smithi118.stdout:34: write initial oid 34 2023-09-30T09:07:47.033 INFO:tasks.rados.rados.0.smithi118.stdout:34: seq_num 33 ranges {0=557056} 2023-09-30T09:07:47.035 INFO:tasks.rados.rados.0.smithi118.stdout:34: writing smithi118168640-34 from 0 to 557056 tid 1 2023-09-30T09:07:47.035 INFO:tasks.rados.rados.0.smithi118.stdout:35: write initial oid 35 2023-09-30T09:07:47.035 INFO:tasks.rados.rados.0.smithi118.stdout:35: seq_num 34 ranges {0=573440} 2023-09-30T09:07:47.039 INFO:tasks.rados.rados.0.smithi118.stdout:35: writing smithi118168640-35 from 0 to 573440 tid 1 2023-09-30T09:07:47.039 INFO:tasks.rados.rados.0.smithi118.stdout:36: write initial oid 36 2023-09-30T09:07:47.039 INFO:tasks.rados.rados.0.smithi118.stdout:36: seq_num 35 ranges {0=589824} 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:36: writing smithi118168640-36 from 0 to 589824 tid 1 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:21: finishing write tid 2 to smithi118168640-21 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:22: finishing write tid 1 to smithi118168640-22 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:21: finishing write tid 3 to smithi118168640-21 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 2 (ObjNum 20 snap 0 seq_num 20) dirty exists 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:21: left oid 21 (ObjNum 20 snap 0 seq_num 20) 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:22: finishing write tid 2 to smithi118168640-22 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:22: finishing write tid 3 to smithi118168640-22 2023-09-30T09:07:47.043 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 4 (ObjNum 21 snap 0 seq_num 21) dirty exists 2023-09-30T09:07:47.044 INFO:tasks.rados.rados.0.smithi118.stdout:22: left oid 22 (ObjNum 21 snap 0 seq_num 21) 2023-09-30T09:07:47.044 INFO:tasks.rados.rados.0.smithi118.stdout:21: done (15 left) 2023-09-30T09:07:47.044 INFO:tasks.rados.rados.0.smithi118.stdout:22: done (14 left) 2023-09-30T09:07:47.044 INFO:tasks.rados.rados.0.smithi118.stdout:37: write initial oid 37 2023-09-30T09:07:47.044 INFO:tasks.rados.rados.0.smithi118.stdout:37: seq_num 36 ranges {0=606208} 2023-09-30T09:07:47.046 INFO:tasks.rados.rados.0.smithi118.stdout:37: writing smithi118168640-37 from 0 to 606208 tid 1 2023-09-30T09:07:47.046 INFO:tasks.rados.rados.0.smithi118.stdout:38: write initial oid 38 2023-09-30T09:07:47.046 INFO:tasks.rados.rados.0.smithi118.stdout:38: seq_num 37 ranges {0=622592} 2023-09-30T09:07:47.050 INFO:tasks.rados.rados.0.smithi118.stdout:38: writing smithi118168640-38 from 0 to 622592 tid 1 2023-09-30T09:07:47.050 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.050 INFO:tasks.rados.rados.0.smithi118.stdout:23: finishing write tid 1 to smithi118168640-23 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:24: finishing write tid 1 to smithi118168640-24 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:25: finishing write tid 1 to smithi118168640-25 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:24: finishing write tid 2 to smithi118168640-24 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:25: finishing write tid 2 to smithi118168640-25 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:24: finishing write tid 3 to smithi118168640-24 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:24: left oid 24 (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:25: finishing write tid 3 to smithi118168640-25 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 2 (ObjNum 24 snap 0 seq_num 24) dirty exists 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:25: left oid 25 (ObjNum 24 snap 0 seq_num 24) 2023-09-30T09:07:47.051 INFO:tasks.rados.rados.0.smithi118.stdout:26: finishing write tid 1 to smithi118168640-26 2023-09-30T09:07:47.052 INFO:tasks.rados.rados.0.smithi118.stdout:24: done (15 left) 2023-09-30T09:07:47.052 INFO:tasks.rados.rados.0.smithi118.stdout:25: done (14 left) 2023-09-30T09:07:47.052 INFO:tasks.rados.rados.0.smithi118.stdout:39: write initial oid 39 2023-09-30T09:07:47.052 INFO:tasks.rados.rados.0.smithi118.stdout:39: seq_num 38 ranges {0=638976} 2023-09-30T09:07:47.054 INFO:tasks.rados.rados.0.smithi118.stdout:39: writing smithi118168640-39 from 0 to 638976 tid 1 2023-09-30T09:07:47.054 INFO:tasks.rados.rados.0.smithi118.stdout:40: write initial oid 40 2023-09-30T09:07:47.054 INFO:tasks.rados.rados.0.smithi118.stdout:40: seq_num 39 ranges {0=663552} 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:40: writing smithi118168640-40 from 0 to 663552 tid 1 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:26: finishing write tid 2 to smithi118168640-26 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:23: finishing write tid 2 to smithi118168640-23 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:26: finishing write tid 3 to smithi118168640-26 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 6 (ObjNum 25 snap 0 seq_num 25) dirty exists 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:26: left oid 26 (ObjNum 25 snap 0 seq_num 25) 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:23: finishing write tid 3 to smithi118168640-23 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 4 (ObjNum 22 snap 0 seq_num 22) dirty exists 2023-09-30T09:07:47.059 INFO:tasks.rados.rados.0.smithi118.stdout:23: left oid 23 (ObjNum 22 snap 0 seq_num 22) 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:27: finishing write tid 1 to smithi118168640-27 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:27: finishing write tid 2 to smithi118168640-27 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:27: finishing write tid 3 to smithi118168640-27 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 2 (ObjNum 26 snap 0 seq_num 26) dirty exists 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:27: left oid 27 (ObjNum 26 snap 0 seq_num 26) 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:28: finishing write tid 1 to smithi118168640-28 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:28: finishing write tid 2 to smithi118168640-28 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:28: finishing write tid 3 to smithi118168640-28 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 6 (ObjNum 27 snap 0 seq_num 27) dirty exists 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:28: left oid 28 (ObjNum 27 snap 0 seq_num 27) 2023-09-30T09:07:47.060 INFO:tasks.rados.rados.0.smithi118.stdout:29: finishing write tid 1 to smithi118168640-29 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:29: finishing write tid 2 to smithi118168640-29 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:29: finishing write tid 3 to smithi118168640-29 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 6 (ObjNum 28 snap 0 seq_num 28) dirty exists 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:29: left oid 29 (ObjNum 28 snap 0 seq_num 28) 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:30: finishing write tid 1 to smithi118168640-30 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:23: done (15 left) 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:26: done (14 left) 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:27: done (13 left) 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:28: done (12 left) 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:29: done (11 left) 2023-09-30T09:07:47.061 INFO:tasks.rados.rados.0.smithi118.stdout:41: write initial oid 41 2023-09-30T09:07:47.062 INFO:tasks.rados.rados.0.smithi118.stdout:41: seq_num 40 ranges {0=679936} 2023-09-30T09:07:47.063 INFO:tasks.rados.rados.0.smithi118.stdout:41: writing smithi118168640-41 from 0 to 679936 tid 1 2023-09-30T09:07:47.063 INFO:tasks.rados.rados.0.smithi118.stdout:42: write initial oid 42 2023-09-30T09:07:47.063 INFO:tasks.rados.rados.0.smithi118.stdout:42: seq_num 41 ranges {0=696320} 2023-09-30T09:07:47.066 INFO:tasks.rados.rados.0.smithi118.stdout:42: writing smithi118168640-42 from 0 to 696320 tid 1 2023-09-30T09:07:47.067 INFO:tasks.rados.rados.0.smithi118.stdout:43: write initial oid 43 2023-09-30T09:07:47.067 INFO:tasks.rados.rados.0.smithi118.stdout:43: seq_num 42 ranges {0=712704} 2023-09-30T09:07:47.071 INFO:tasks.rados.rados.0.smithi118.stdout:43: writing smithi118168640-43 from 0 to 712704 tid 1 2023-09-30T09:07:47.071 INFO:tasks.rados.rados.0.smithi118.stdout:44: write initial oid 44 2023-09-30T09:07:47.071 INFO:tasks.rados.rados.0.smithi118.stdout:44: seq_num 43 ranges {0=729088} 2023-09-30T09:07:47.076 INFO:tasks.rados.rados.0.smithi118.stdout:44: writing smithi118168640-44 from 0 to 729088 tid 1 2023-09-30T09:07:47.076 INFO:tasks.rados.rados.0.smithi118.stdout:45: write initial oid 45 2023-09-30T09:07:47.076 INFO:tasks.rados.rados.0.smithi118.stdout:45: seq_num 44 ranges {0=745472} 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:45: writing smithi118168640-45 from 0 to 745472 tid 1 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:30: finishing write tid 2 to smithi118168640-30 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:30: finishing write tid 3 to smithi118168640-30 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 6 (ObjNum 29 snap 0 seq_num 29) dirty exists 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:30: left oid 30 (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:31: finishing write tid 1 to smithi118168640-31 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:30: done (15 left) 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:46: write initial oid 46 2023-09-30T09:07:47.081 INFO:tasks.rados.rados.0.smithi118.stdout:46: seq_num 45 ranges {0=761856} 2023-09-30T09:07:47.085 INFO:tasks.rados.rados.0.smithi118.stdout:46: writing smithi118168640-46 from 0 to 761856 tid 1 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:31: finishing write tid 2 to smithi118168640-31 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:31: finishing write tid 3 to smithi118168640-31 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 6 (ObjNum 30 snap 0 seq_num 30) dirty exists 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:31: left oid 31 (ObjNum 30 snap 0 seq_num 30) 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:32: finishing write tid 1 to smithi118168640-32 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:32: finishing write tid 2 to smithi118168640-32 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:32: finishing write tid 3 to smithi118168640-32 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 4 (ObjNum 31 snap 0 seq_num 31) dirty exists 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:32: left oid 32 (ObjNum 31 snap 0 seq_num 31) 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:33: finishing write tid 1 to smithi118168640-33 2023-09-30T09:07:47.086 INFO:tasks.rados.rados.0.smithi118.stdout:31: done (15 left) 2023-09-30T09:07:47.087 INFO:tasks.rados.rados.0.smithi118.stdout:32: done (14 left) 2023-09-30T09:07:47.087 INFO:tasks.rados.rados.0.smithi118.stdout:47: write initial oid 47 2023-09-30T09:07:47.087 INFO:tasks.rados.rados.0.smithi118.stdout:47: seq_num 46 ranges {0=778240} 2023-09-30T09:07:47.090 INFO:tasks.rados.rados.0.smithi118.stdout:47: writing smithi118168640-47 from 0 to 778240 tid 1 2023-09-30T09:07:47.090 INFO:tasks.rados.rados.0.smithi118.stdout:48: write initial oid 48 2023-09-30T09:07:47.090 INFO:tasks.rados.rados.0.smithi118.stdout:48: seq_num 47 ranges {0=794624} 2023-09-30T09:07:47.095 INFO:tasks.rados.rados.0.smithi118.stdout:48: writing smithi118168640-48 from 0 to 794624 tid 1 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:33: finishing write tid 2 to smithi118168640-33 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:33: finishing write tid 3 to smithi118168640-33 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 4 (ObjNum 32 snap 0 seq_num 32) dirty exists 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:33: left oid 33 (ObjNum 32 snap 0 seq_num 32) 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:34: finishing write tid 1 to smithi118168640-34 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:34: finishing write tid 2 to smithi118168640-34 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:34: finishing write tid 3 to smithi118168640-34 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 6 (ObjNum 33 snap 0 seq_num 33) dirty exists 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:34: left oid 34 (ObjNum 33 snap 0 seq_num 33) 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:35: finishing write tid 1 to smithi118168640-35 2023-09-30T09:07:47.096 INFO:tasks.rados.rados.0.smithi118.stdout:33: done (15 left) 2023-09-30T09:07:47.097 INFO:tasks.rados.rados.0.smithi118.stdout:34: done (14 left) 2023-09-30T09:07:47.097 INFO:tasks.rados.rados.0.smithi118.stdout:49: write initial oid 49 2023-09-30T09:07:47.097 INFO:tasks.rados.rados.0.smithi118.stdout:49: seq_num 48 ranges {0=409600,409600=401408} 2023-09-30T09:07:47.097 INFO:tasks.rados.rados.0.smithi118.stdout:49: writing smithi118168640-49 from 0 to 409600 tid 1 2023-09-30T09:07:47.100 INFO:tasks.rados.rados.0.smithi118.stdout:49: writing smithi118168640-49 from 409600 to 811008 tid 2 2023-09-30T09:07:47.100 INFO:tasks.rados.rados.0.smithi118.stdout:50: write initial oid 50 2023-09-30T09:07:47.100 INFO:tasks.rados.rados.0.smithi118.stdout:50: seq_num 49 ranges {0=425984,425984=401408} 2023-09-30T09:07:47.102 INFO:tasks.rados.rados.0.smithi118.stdout:50: writing smithi118168640-50 from 0 to 425984 tid 1 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout:50: writing smithi118168640-50 from 425984 to 827392 tid 2 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 16 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout:35: finishing write tid 2 to smithi118168640-35 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout:35: finishing write tid 3 to smithi118168640-35 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 8 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout:35: left oid 35 (ObjNum 34 snap 0 seq_num 34) 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout:36: finishing write tid 1 to smithi118168640-36 2023-09-30T09:07:47.106 INFO:tasks.rados.rados.0.smithi118.stdout:36: finishing write tid 2 to smithi118168640-36 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:35: done (15 left) 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:51: copy_from oid 2 from oid 11 current snap is 0 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:36: finishing write tid 3 to smithi118168640-36 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 6 (ObjNum 35 snap 0 seq_num 35) dirty exists 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:36: left oid 36 (ObjNum 35 snap 0 seq_num 35) 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:37: finishing write tid 1 to smithi118168640-37 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:37: finishing write tid 2 to smithi118168640-37 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:37: finishing write tid 3 to smithi118168640-37 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:37: left oid 37 (ObjNum 36 snap 0 seq_num 36) 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:38: finishing write tid 1 to smithi118168640-38 2023-09-30T09:07:47.107 INFO:tasks.rados.rados.0.smithi118.stdout:36: done (15 left) 2023-09-30T09:07:47.108 INFO:tasks.rados.rados.0.smithi118.stdout:37: done (14 left) 2023-09-30T09:07:47.108 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 0 2023-09-30T09:07:47.108 INFO:tasks.rados.rados.0.smithi118.stdout:38: finishing write tid 2 to smithi118168640-38 2023-09-30T09:07:47.108 INFO:tasks.rados.rados.0.smithi118.stdout:52: seq_num 50 ranges {286720=442368,729088=401408} 2023-09-30T09:07:47.109 INFO:tasks.rados.rados.0.smithi118.stdout:52: writing smithi118168640-18 from 286720 to 729088 tid 1 2023-09-30T09:07:47.113 INFO:tasks.rados.rados.0.smithi118.stdout:52: writing smithi118168640-18 from 729088 to 1130496 tid 2 2023-09-30T09:07:47.113 INFO:tasks.rados.rados.0.smithi118.stdout:53: rmattr oid 30 current snap is 0 2023-09-30T09:07:47.113 INFO:tasks.rados.rados.0.smithi118.stdout:53: done (15 left) 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:54: delete oid 3 current snap is 0 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:38: finishing write tid 3 to smithi118168640-38 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 6 (ObjNum 37 snap 0 seq_num 37) dirty exists 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:38: left oid 38 (ObjNum 37 snap 0 seq_num 37) 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:39: finishing write tid 1 to smithi118168640-39 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:39: finishing write tid 2 to smithi118168640-39 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:40: finishing write tid 1 to smithi118168640-40 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:40: finishing write tid 2 to smithi118168640-40 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:40: finishing write tid 3 to smithi118168640-40 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 4 (ObjNum 39 snap 0 seq_num 39) dirty exists 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:40: left oid 40 (ObjNum 39 snap 0 seq_num 39) 2023-09-30T09:07:47.114 INFO:tasks.rados.rados.0.smithi118.stdout:39: finishing write tid 3 to smithi118168640-39 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 2 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:39: left oid 39 (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:41: finishing write tid 1 to smithi118168640-41 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:41: finishing write tid 2 to smithi118168640-41 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:41: finishing write tid 3 to smithi118168640-41 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 8 (ObjNum 40 snap 0 seq_num 40) dirty exists 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:41: left oid 41 (ObjNum 40 snap 0 seq_num 40) 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:42: finishing write tid 1 to smithi118168640-42 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:42: finishing write tid 2 to smithi118168640-42 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:42: finishing write tid 3 to smithi118168640-42 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 6 (ObjNum 41 snap 0 seq_num 41) dirty exists 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:42: left oid 42 (ObjNum 41 snap 0 seq_num 41) 2023-09-30T09:07:47.115 INFO:tasks.rados.rados.0.smithi118.stdout:43: finishing write tid 1 to smithi118168640-43 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:43: finishing write tid 2 to smithi118168640-43 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:43: finishing write tid 3 to smithi118168640-43 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 10 (ObjNum 42 snap 0 seq_num 42) dirty exists 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:43: left oid 43 (ObjNum 42 snap 0 seq_num 42) 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:44: finishing write tid 1 to smithi118168640-44 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:44: finishing write tid 2 to smithi118168640-44 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:44: finishing write tid 3 to smithi118168640-44 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 6 (ObjNum 43 snap 0 seq_num 43) dirty exists 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:44: left oid 44 (ObjNum 43 snap 0 seq_num 43) 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:45: finishing write tid 1 to smithi118168640-45 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:45: finishing write tid 2 to smithi118168640-45 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:45: finishing write tid 3 to smithi118168640-45 2023-09-30T09:07:47.116 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 2 (ObjNum 44 snap 0 seq_num 44) dirty exists 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:45: left oid 45 (ObjNum 44 snap 0 seq_num 44) 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:46: finishing write tid 1 to smithi118168640-46 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:46: finishing write tid 2 to smithi118168640-46 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:46: finishing write tid 3 to smithi118168640-46 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 6 (ObjNum 45 snap 0 seq_num 45) dirty exists 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:46: left oid 46 (ObjNum 45 snap 0 seq_num 45) 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:47: finishing write tid 1 to smithi118168640-47 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:47: finishing write tid 2 to smithi118168640-47 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:47: finishing write tid 3 to smithi118168640-47 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 8 (ObjNum 46 snap 0 seq_num 46) dirty exists 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:47: left oid 47 (ObjNum 46 snap 0 seq_num 46) 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:48: finishing write tid 1 to smithi118168640-48 2023-09-30T09:07:47.117 INFO:tasks.rados.rados.0.smithi118.stdout:48: finishing write tid 2 to smithi118168640-48 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:48: finishing write tid 3 to smithi118168640-48 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 10 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:48: left oid 48 (ObjNum 47 snap 0 seq_num 47) 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:49: finishing write tid 1 to smithi118168640-49 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:49: finishing write tid 2 to smithi118168640-49 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:49: finishing write tid 3 to smithi118168640-49 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:49: finishing write tid 4 to smithi118168640-49 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 9 (ObjNum 48 snap 0 seq_num 48) dirty exists 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:49: left oid 49 (ObjNum 48 snap 0 seq_num 48) 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:50: finishing write tid 1 to smithi118168640-50 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:50: finishing write tid 2 to smithi118168640-50 2023-09-30T09:07:47.118 INFO:tasks.rados.rados.0.smithi118.stdout:50: finishing write tid 3 to smithi118168640-50 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:50: finishing write tid 4 to smithi118168640-50 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 13 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:50: left oid 50 (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:51: finishing copy_from to smithi118168640-2 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 4 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:52: finishing write tid 1 to smithi118168640-18 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:51: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:38: done (15 left) 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:39: done (14 left) 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:40: done (13 left) 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:41: done (12 left) 2023-09-30T09:07:47.119 INFO:tasks.rados.rados.0.smithi118.stdout:42: done (11 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:43: done (10 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:44: done (9 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:45: done (8 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:46: done (7 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:47: done (6 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:48: done (5 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:49: done (4 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:50: done (3 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:51: done (2 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:54: done (1 left) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:55: read oid 15 snap -1 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:55: expect (ObjNum 14 snap 0 seq_num 14) 2023-09-30T09:07:47.120 INFO:tasks.rados.rados.0.smithi118.stdout:56: rollback oid 31 current snap is 0 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:56: done (2 left) 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:57: read oid 28 snap -1 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:57: expect (ObjNum 27 snap 0 seq_num 27) 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:58: copy_from oid 29 from oid 47 current snap is 0 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:59: rollback oid 45 current snap is 0 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:59: done (4 left) 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:60: copy_from oid 23 from oid 48 current snap is 0 2023-09-30T09:07:47.121 INFO:tasks.rados.rados.0.smithi118.stdout:61: delete oid 1 current snap is 0 2023-09-30T09:07:47.122 INFO:tasks.rados.rados.0.smithi118.stdout:52: finishing write tid 2 to smithi118168640-18 2023-09-30T09:07:47.122 INFO:tasks.rados.rados.0.smithi118.stdout:52: finishing write tid 3 to smithi118168640-18 2023-09-30T09:07:47.122 INFO:tasks.rados.rados.0.smithi118.stdout:52: finishing write tid 4 to smithi118168640-18 2023-09-30T09:07:47.122 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 11 (ObjNum 50 snap 0 seq_num 50) dirty exists 2023-09-30T09:07:47.122 INFO:tasks.rados.rados.0.smithi118.stdout:52: left oid 18 (ObjNum 50 snap 0 seq_num 50) 2023-09-30T09:07:47.122 INFO:tasks.rados.rados.0.smithi118.stdout:55: expect (ObjNum 14 snap 0 seq_num 14) 2023-09-30T09:07:47.124 INFO:tasks.rados.rados.0.smithi118.stdout:52: done (5 left) 2023-09-30T09:07:47.124 INFO:tasks.rados.rados.0.smithi118.stdout:55: done (4 left) 2023-09-30T09:07:47.124 INFO:tasks.rados.rados.0.smithi118.stdout:61: done (3 left) 2023-09-30T09:07:47.124 INFO:tasks.rados.rados.0.smithi118.stdout:62: read oid 12 snap -1 2023-09-30T09:07:47.124 INFO:tasks.rados.rados.0.smithi118.stdout:62: expect (ObjNum 11 snap 0 seq_num 11) 2023-09-30T09:07:47.124 INFO:tasks.rados.rados.0.smithi118.stdout:63: snap_create 2023-09-30T09:07:47.124 INFO:tasks.rados.rados.0.smithi118.stdout:57: expect (ObjNum 27 snap 0 seq_num 27) 2023-09-30T09:07:47.136 INFO:tasks.rados.rados.0.smithi118.stdout:60: finishing copy_from to smithi118168640-23 2023-09-30T09:07:47.136 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 10 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-09-30T09:07:47.136 INFO:tasks.rados.rados.0.smithi118.stdout:60: finishing copy_from racing read to smithi118168640-23 2023-09-30T09:07:47.136 INFO:tasks.rados.rados.0.smithi118.stdout:58: finishing copy_from to smithi118168640-29 2023-09-30T09:07:47.136 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 8 (ObjNum 46 snap 0 seq_num 46) dirty exists 2023-09-30T09:07:47.136 INFO:tasks.rados.rados.0.smithi118.stdout:58: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:07:47.136 INFO:tasks.rados.rados.0.smithi118.stdout:62: expect (ObjNum 11 snap 0 seq_num 11) 2023-09-30T09:07:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:46 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/1696881450' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-09-30T09:07:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:46 smithi118 ceph-mon[123327]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-09-30T09:07:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:46 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/1696881450' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-09-30T09:07:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:46 smithi118 ceph-mon[110048]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-09-30T09:07:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:46 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/1696881450' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-09-30T09:07:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:46 smithi192 ceph-mon[114603]: from='client.? ' entity='client.0' cmd=[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]: dispatch 2023-09-30T09:07:47.974 INFO:tasks.rados.rados.0.smithi118.stdout:57: done (4 left) 2023-09-30T09:07:47.974 INFO:tasks.rados.rados.0.smithi118.stdout:58: done (3 left) 2023-09-30T09:07:47.974 INFO:tasks.rados.rados.0.smithi118.stdout:60: done (2 left) 2023-09-30T09:07:47.975 INFO:tasks.rados.rados.0.smithi118.stdout:62: done (1 left) 2023-09-30T09:07:47.975 INFO:tasks.rados.rados.0.smithi118.stdout:63: done (0 left) 2023-09-30T09:07:47.975 INFO:tasks.rados.rados.0.smithi118.stdout:64: copy_from oid 15 from oid 2 current snap is 1 2023-09-30T09:07:47.975 INFO:tasks.rados.rados.0.smithi118.stdout:65: read oid 30 snap -1 2023-09-30T09:07:47.975 INFO:tasks.rados.rados.0.smithi118.stdout:65: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:07:47.975 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 1 2023-09-30T09:07:47.975 INFO:tasks.rados.rados.0.smithi118.stdout:66: seq_num 53 ranges {794624=491520,1286144=401408} 2023-09-30T09:07:47.981 INFO:tasks.rados.rados.0.smithi118.stdout:66: writing smithi118168640-23 from 794624 to 1286144 tid 1 2023-09-30T09:07:47.984 INFO:tasks.rados.rados.0.smithi118.stdout:66: writing smithi118168640-23 from 1286144 to 1687552 tid 2 2023-09-30T09:07:47.984 INFO:tasks.rados.rados.0.smithi118.stdout:67: rollback oid 10 current snap is 1 2023-09-30T09:07:47.984 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 0 2023-09-30T09:07:47.984 INFO:tasks.rados.rados.0.smithi118.stdout:65: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:07:47.998 INFO:tasks.rados.rados.0.smithi118.stdout:66: finishing write tid 1 to smithi118168640-23 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:64: finishing copy_from to smithi118168640-15 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 4 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:64: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:66: finishing write tid 2 to smithi118168640-23 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:66: finishing write tid 3 to smithi118168640-23 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:64: done (3 left) 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:65: done (2 left) 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:68: setattr oid 20 current snap is 1 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:67: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:67: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:07:47.999 INFO:tasks.rados.rados.0.smithi118.stdout:66: finishing write tid 4 to smithi118168640-23 2023-09-30T09:07:48.000 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 13 (ObjNum 53 snap 1 seq_num 53) dirty exists 2023-09-30T09:07:48.000 INFO:tasks.rados.rados.0.smithi118.stdout:66: left oid 23 (ObjNum 53 snap 1 seq_num 53) 2023-09-30T09:07:48.000 INFO:tasks.rados.rados.0.smithi118.stdout:67: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:07:48.000 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 16 (ObjNum 9 snap 0 seq_num 9) dirty exists 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:66: done (2 left) 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:67: done (1 left) 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:69: copy_from oid 45 from oid 34 current snap is 1 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:70: read oid 24 snap 0 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:70: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:71: copy_from oid 36 from oid 28 current snap is 1 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:72: rollback oid 49 current snap is 1 2023-09-30T09:07:48.001 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 49 to 0 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:73: read oid 4 snap 0 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:73: expect (ObjNum 3 snap 0 seq_num 3) 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:74: rmattr oid 7 current snap is 1 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:74: done (6 left) 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:75: copy_from oid 21 from oid 12 current snap is 1 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:76: read oid 39 snap -1 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:76: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:77: copy_from oid 6 from oid 37 current snap is 1 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:78: read oid 2 snap -1 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:78: expect (ObjNum 10 snap 0 seq_num 10) 2023-09-30T09:07:48.002 INFO:tasks.rados.rados.0.smithi118.stdout:79: setattr oid 41 current snap is 1 2023-09-30T09:07:48.003 INFO:tasks.rados.rados.0.smithi118.stdout:80: snap_create 2023-09-30T09:07:48.003 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 10 (ObjNum 19 snap 0 seq_num 19) dirty exists 2023-09-30T09:07:48.003 INFO:tasks.rados.rados.0.smithi118.stdout:73: expect (ObjNum 3 snap 0 seq_num 3) 2023-09-30T09:07:48.005 INFO:tasks.rados.rados.0.smithi118.stdout:72: finishing rollback tid 0 to smithi118168640-49 2023-09-30T09:07:48.006 INFO:tasks.rados.rados.0.smithi118.stdout:72: finishing rollback tid 1 to smithi118168640-49 2023-09-30T09:07:48.006 INFO:tasks.rados.rados.0.smithi118.stdout:76: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:07:48.033 INFO:tasks.rados.rados.0.smithi118.stdout:72: finishing rollback tid 2 to smithi118168640-49 2023-09-30T09:07:48.034 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 14 (ObjNum 48 snap 0 seq_num 48) dirty exists 2023-09-30T09:07:48.034 INFO:tasks.rados.rados.0.smithi118.stdout:70: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:07:48.044 INFO:tasks.rados.rados.0.smithi118.stdout:78: expect (ObjNum 10 snap 0 seq_num 10) 2023-09-30T09:07:48.049 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 16 (ObjNum 40 snap 0 seq_num 40) dirty exists 2023-09-30T09:07:48.049 INFO:tasks.rados.rados.0.smithi118.stdout:71: finishing copy_from to smithi118168640-36 2023-09-30T09:07:48.049 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 6 (ObjNum 27 snap 0 seq_num 27) dirty exists 2023-09-30T09:07:48.049 INFO:tasks.rados.rados.0.smithi118.stdout:71: finishing copy_from racing read to smithi118168640-36 2023-09-30T09:07:48.049 INFO:tasks.rados.rados.0.smithi118.stdout:69: finishing copy_from to smithi118168640-45 2023-09-30T09:07:48.049 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 6 (ObjNum 33 snap 0 seq_num 33) dirty exists 2023-09-30T09:07:48.050 INFO:tasks.rados.rados.0.smithi118.stdout:69: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:07:48.050 INFO:tasks.rados.rados.0.smithi118.stdout:75: finishing copy_from to smithi118168640-21 2023-09-30T09:07:48.050 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 2 (ObjNum 11 snap 0 seq_num 11) dirty exists 2023-09-30T09:07:48.050 INFO:tasks.rados.rados.0.smithi118.stdout:75: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:07:48.050 INFO:tasks.rados.rados.0.smithi118.stdout:77: finishing copy_from to smithi118168640-6 2023-09-30T09:07:48.050 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-09-30T09:07:48.050 INFO:tasks.rados.rados.0.smithi118.stdout:77: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:07:48.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[110048]: pgmap v62: 121 pgs: 16 creating+peering, 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[110048]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2023-09-30T09:07:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[110048]: osdmap e72: 8 total, 8 up, 8 in 2023-09-30T09:07:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:48.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[123327]: pgmap v62: 121 pgs: 16 creating+peering, 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:48.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[123327]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2023-09-30T09:07:48.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[123327]: osdmap e72: 8 total, 8 up, 8 in 2023-09-30T09:07:48.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:47 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:47 smithi192 ceph-mon[114603]: pgmap v62: 121 pgs: 16 creating+peering, 105 active+clean; 580 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:47 smithi192 ceph-mon[114603]: from='client.? ' entity='client.0' cmd='[{"prefix": "osd pool set", "pool": "unique_pool_0", "var": "write_fadvise_dontneed", "val": "false"}]': finished 2023-09-30T09:07:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:47 smithi192 ceph-mon[114603]: osdmap e72: 8 total, 8 up, 8 in 2023-09-30T09:07:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:47 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:07:48.980 INFO:tasks.rados.rados.0.smithi118.stdout:68: done (11 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:69: done (10 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:70: done (9 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:71: done (8 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:72: done (7 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:73: done (6 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:75: done (5 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:76: done (4 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:77: done (3 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:78: done (2 left) 2023-09-30T09:07:48.981 INFO:tasks.rados.rados.0.smithi118.stdout:79: done (1 left) 2023-09-30T09:07:48.982 INFO:tasks.rados.rados.0.smithi118.stdout:80: done (0 left) 2023-09-30T09:07:48.982 INFO:tasks.rados.rados.0.smithi118.stdout:81: rollback oid 40 current snap is 2 2023-09-30T09:07:48.982 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 1 2023-09-30T09:07:48.982 INFO:tasks.rados.rados.0.smithi118.stdout:82: snap_create 2023-09-30T09:07:48.984 INFO:tasks.rados.rados.0.smithi118.stdout:81: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:07:48.984 INFO:tasks.rados.rados.0.smithi118.stdout:81: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:07:48.984 INFO:tasks.rados.rados.0.smithi118.stdout:81: finishing rollback tid 2 to smithi118168640-40 2023-09-30T09:07:48.984 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 8 (ObjNum 39 snap 0 seq_num 39) dirty exists 2023-09-30T09:07:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:48 smithi118 ceph-mon[110048]: osdmap e73: 8 total, 8 up, 8 in 2023-09-30T09:07:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:48 smithi118 ceph-mon[123327]: osdmap e73: 8 total, 8 up, 8 in 2023-09-30T09:07:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:48 smithi192 ceph-mon[114603]: osdmap e73: 8 total, 8 up, 8 in 2023-09-30T09:07:49.985 INFO:tasks.rados.rados.0.smithi118.stdout:81: done (1 left) 2023-09-30T09:07:49.985 INFO:tasks.rados.rados.0.smithi118.stdout:82: done (0 left) 2023-09-30T09:07:49.985 INFO:tasks.rados.rados.0.smithi118.stdout:83: rollback oid 9 current snap is 3 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 0 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:84: read oid 20 snap 1 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:84: expect (ObjNum 19 snap 0 seq_num 19) 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:85: read oid 25 snap -1 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:85: expect (ObjNum 24 snap 0 seq_num 24) 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:86: copy_from oid 34 from oid 28 current snap is 3 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:87: setattr oid 48 current snap is 3 2023-09-30T09:07:49.986 INFO:tasks.rados.rados.0.smithi118.stdout:88: snap_remove snap 2 2023-09-30T09:07:50.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:49 smithi118 ceph-mon[123327]: pgmap v65: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.3 MiB/s wr, 64 op/s 2023-09-30T09:07:50.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:49 smithi118 ceph-mon[123327]: osdmap e74: 8 total, 8 up, 8 in 2023-09-30T09:07:50.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:49 smithi118 ceph-mon[110048]: pgmap v65: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.3 MiB/s wr, 64 op/s 2023-09-30T09:07:50.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:49 smithi118 ceph-mon[110048]: osdmap e74: 8 total, 8 up, 8 in 2023-09-30T09:07:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:49 smithi192 ceph-mon[114603]: pgmap v65: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s rd, 5.3 MiB/s wr, 64 op/s 2023-09-30T09:07:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:49 smithi192 ceph-mon[114603]: osdmap e74: 8 total, 8 up, 8 in 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:88: done (5 left) 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:89: read oid 38 snap 1 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:89: expect (ObjNum 37 snap 0 seq_num 37) 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:90: read oid 18 snap -1 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:90: expect (ObjNum 50 snap 0 seq_num 50) 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:91: copy_from oid 2 from oid 29 current snap is 3 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:92: rmattr oid 43 current snap is 3 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:92: done (8 left) 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:93: delete oid 14 current snap is 3 2023-09-30T09:07:50.991 INFO:tasks.rados.rados.0.smithi118.stdout:83: finishing rollback tid 0 to smithi118168640-9 2023-09-30T09:07:50.992 INFO:tasks.rados.rados.0.smithi118.stdout:83: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:07:50.992 INFO:tasks.rados.rados.0.smithi118.stdout:83: finishing rollback tid 2 to smithi118168640-9 2023-09-30T09:07:50.992 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 8 (ObjNum 8 snap 0 seq_num 8) dirty exists 2023-09-30T09:07:50.992 INFO:tasks.rados.rados.0.smithi118.stdout:84: expect (ObjNum 19 snap 0 seq_num 19) 2023-09-30T09:07:51.003 INFO:tasks.rados.rados.0.smithi118.stdout:85: expect (ObjNum 24 snap 0 seq_num 24) 2023-09-30T09:07:51.014 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 18 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-09-30T09:07:51.014 INFO:tasks.rados.rados.0.smithi118.stdout:86: finishing copy_from to smithi118168640-34 2023-09-30T09:07:51.015 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 6 (ObjNum 27 snap 0 seq_num 27) dirty exists 2023-09-30T09:07:51.015 INFO:tasks.rados.rados.0.smithi118.stdout:86: finishing copy_from racing read to smithi118168640-34 2023-09-30T09:07:51.015 INFO:tasks.rados.rados.0.smithi118.stdout:89: expect (ObjNum 37 snap 0 seq_num 37) 2023-09-30T09:07:51.031 INFO:tasks.rados.rados.0.smithi118.stdout:91: finishing copy_from to smithi118168640-2 2023-09-30T09:07:51.031 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 8 (ObjNum 46 snap 0 seq_num 46) dirty exists 2023-09-30T09:07:51.031 INFO:tasks.rados.rados.0.smithi118.stdout:91: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:07:51.031 INFO:tasks.rados.rados.0.smithi118.stdout:90: expect (ObjNum 50 snap 0 seq_num 50) 2023-09-30T09:07:51.065 INFO:tasks.rados.rados.0.smithi118.stdout:83: done (8 left) 2023-09-30T09:07:51.065 INFO:tasks.rados.rados.0.smithi118.stdout:84: done (7 left) 2023-09-30T09:07:51.065 INFO:tasks.rados.rados.0.smithi118.stdout:85: done (6 left) 2023-09-30T09:07:51.065 INFO:tasks.rados.rados.0.smithi118.stdout:86: done (5 left) 2023-09-30T09:07:51.065 INFO:tasks.rados.rados.0.smithi118.stdout:87: done (4 left) 2023-09-30T09:07:51.065 INFO:tasks.rados.rados.0.smithi118.stdout:89: done (3 left) 2023-09-30T09:07:51.065 INFO:tasks.rados.rados.0.smithi118.stdout:90: done (2 left) 2023-09-30T09:07:51.066 INFO:tasks.rados.rados.0.smithi118.stdout:91: done (1 left) 2023-09-30T09:07:51.066 INFO:tasks.rados.rados.0.smithi118.stdout:93: done (0 left) 2023-09-30T09:07:51.066 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 3 2023-09-30T09:07:51.066 INFO:tasks.rados.rados.0.smithi118.stdout:94: seq_num 55 ranges {778240=524288,1302528=401408} 2023-09-30T09:07:51.072 INFO:tasks.rados.rados.0.smithi118.stdout:94: writing smithi118168640-29 from 778240 to 1302528 tid 1 2023-09-30T09:07:51.075 INFO:tasks.rados.rados.0.smithi118.stdout:94: writing smithi118168640-29 from 1302528 to 1703936 tid 2 2023-09-30T09:07:51.075 INFO:tasks.rados.rados.0.smithi118.stdout:95: read oid 13 snap 0 2023-09-30T09:07:51.075 INFO:tasks.rados.rados.0.smithi118.stdout:95: expect (ObjNum 12 snap 0 seq_num 12) 2023-09-30T09:07:51.075 INFO:tasks.rados.rados.0.smithi118.stdout:96: snap_remove snap 1 2023-09-30T09:07:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:50 smithi118 ceph-mon[123327]: osdmap e75: 8 total, 8 up, 8 in 2023-09-30T09:07:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:50 smithi118 ceph-mon[110048]: osdmap e75: 8 total, 8 up, 8 in 2023-09-30T09:07:51.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:50 smithi192 ceph-mon[114603]: osdmap e75: 8 total, 8 up, 8 in 2023-09-30T09:07:51.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:07:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:50] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:07:51.994 INFO:tasks.rados.rados.0.smithi118.stdout:96: done (2 left) 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:97: copy_from oid 34 from oid 37 current snap is 3 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:94: finishing write tid 1 to smithi118168640-29 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:94: finishing write tid 2 to smithi118168640-29 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:94: finishing write tid 3 to smithi118168640-29 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:94: finishing write tid 4 to smithi118168640-29 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 11 (ObjNum 55 snap 3 seq_num 55) dirty exists 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:94: left oid 29 (ObjNum 55 snap 3 seq_num 55) 2023-09-30T09:07:51.995 INFO:tasks.rados.rados.0.smithi118.stdout:95: expect (ObjNum 12 snap 0 seq_num 12) 2023-09-30T09:07:52.006 INFO:tasks.rados.rados.0.smithi118.stdout:94: done (2 left) 2023-09-30T09:07:52.006 INFO:tasks.rados.rados.0.smithi118.stdout:95: done (1 left) 2023-09-30T09:07:52.007 INFO:tasks.rados.rados.0.smithi118.stdout:98: read oid 13 snap 0 2023-09-30T09:07:52.007 INFO:tasks.rados.rados.0.smithi118.stdout:98: expect (ObjNum 12 snap 0 seq_num 12) 2023-09-30T09:07:52.007 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 3 2023-09-30T09:07:52.007 INFO:tasks.rados.rados.0.smithi118.stdout:99: seq_num 56 ranges {172032=540672,712704=401408} 2023-09-30T09:07:52.007 INFO:tasks.rados.rados.0.smithi118.stdout:99: writing smithi118168640-11 from 172032 to 712704 tid 1 2023-09-30T09:07:52.009 INFO:tasks.rados.rados.0.smithi118.stdout:99: writing smithi118168640-11 from 712704 to 1114112 tid 2 2023-09-30T09:07:52.012 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 3 2023-09-30T09:07:52.012 INFO:tasks.rados.rados.0.smithi118.stdout:100: seq_num 57 ranges {622592=557056,1179648=401408} 2023-09-30T09:07:52.016 INFO:tasks.rados.rados.0.smithi118.stdout:100: writing smithi118168640-38 from 622592 to 1179648 tid 1 2023-09-30T09:07:52.019 INFO:tasks.rados.rados.0.smithi118.stdout:100: writing smithi118168640-38 from 1179648 to 1581056 tid 2 2023-09-30T09:07:52.019 INFO:tasks.rados.rados.0.smithi118.stdout:101: copy_from oid 2 from oid 26 current snap is 3 2023-09-30T09:07:52.019 INFO:tasks.rados.rados.0.smithi118.stdout:97: finishing copy_from to smithi118168640-34 2023-09-30T09:07:52.019 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-09-30T09:07:52.019 INFO:tasks.rados.rados.0.smithi118.stdout:97: finishing copy_from racing read to smithi118168640-34 2023-09-30T09:07:52.019 INFO:tasks.rados.rados.0.smithi118.stdout:98: expect (ObjNum 12 snap 0 seq_num 12) 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:99: finishing write tid 1 to smithi118168640-11 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:99: finishing write tid 2 to smithi118168640-11 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:97: done (4 left) 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:98: done (3 left) 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 3 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:99: finishing write tid 3 to smithi118168640-11 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:99: finishing write tid 4 to smithi118168640-11 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 17 (ObjNum 56 snap 3 seq_num 56) dirty exists 2023-09-30T09:07:52.025 INFO:tasks.rados.rados.0.smithi118.stdout:99: left oid 11 (ObjNum 56 snap 3 seq_num 56) 2023-09-30T09:07:52.026 INFO:tasks.rados.rados.0.smithi118.stdout:100: finishing write tid 1 to smithi118168640-38 2023-09-30T09:07:52.026 INFO:tasks.rados.rados.0.smithi118.stdout:102: seq_num 58 ranges {557056=573440,1130496=401408} 2023-09-30T09:07:52.031 INFO:tasks.rados.rados.0.smithi118.stdout:102: writing smithi118168640-45 from 557056 to 1130496 tid 1 2023-09-30T09:07:52.033 INFO:tasks.rados.rados.0.smithi118.stdout:102: writing smithi118168640-45 from 1130496 to 1531904 tid 2 2023-09-30T09:07:52.034 INFO:tasks.rados.rados.0.smithi118.stdout:99: done (3 left) 2023-09-30T09:07:52.034 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 3 2023-09-30T09:07:52.034 INFO:tasks.rados.rados.0.smithi118.stdout:100: finishing write tid 2 to smithi118168640-38 2023-09-30T09:07:52.034 INFO:tasks.rados.rados.0.smithi118.stdout:100: finishing write tid 3 to smithi118168640-38 2023-09-30T09:07:52.034 INFO:tasks.rados.rados.0.smithi118.stdout:103: seq_num 59 ranges {204800=598016,802816=401408} 2023-09-30T09:07:52.038 INFO:tasks.rados.rados.0.smithi118.stdout:103: writing smithi118168640-13 from 204800 to 802816 tid 1 2023-09-30T09:07:52.041 INFO:tasks.rados.rados.0.smithi118.stdout:103: writing smithi118168640-13 from 802816 to 1204224 tid 2 2023-09-30T09:07:52.041 INFO:tasks.rados.rados.0.smithi118.stdout:104: rollback oid 11 current snap is 3 2023-09-30T09:07:52.041 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 11 to 0 2023-09-30T09:07:52.041 INFO:tasks.rados.rados.0.smithi118.stdout:100: finishing write tid 4 to smithi118168640-38 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 14 (ObjNum 57 snap 3 seq_num 57) dirty exists 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:100: left oid 38 (ObjNum 57 snap 3 seq_num 57) 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:101: finishing copy_from to smithi118168640-2 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 6 (ObjNum 25 snap 0 seq_num 25) dirty exists 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:101: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:102: finishing write tid 1 to smithi118168640-45 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:102: finishing write tid 2 to smithi118168640-45 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:102: finishing write tid 3 to smithi118168640-45 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:100: done (4 left) 2023-09-30T09:07:52.042 INFO:tasks.rados.rados.0.smithi118.stdout:101: done (3 left) 2023-09-30T09:07:52.043 INFO:tasks.rados.rados.0.smithi118.stdout:105: delete oid 42 current snap is 3 2023-09-30T09:07:52.043 INFO:tasks.rados.rados.0.smithi118.stdout:102: finishing write tid 4 to smithi118168640-45 2023-09-30T09:07:52.043 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 9 (ObjNum 58 snap 3 seq_num 58) dirty exists 2023-09-30T09:07:52.043 INFO:tasks.rados.rados.0.smithi118.stdout:102: left oid 45 (ObjNum 58 snap 3 seq_num 58) 2023-09-30T09:07:52.043 INFO:tasks.rados.rados.0.smithi118.stdout:103: finishing write tid 1 to smithi118168640-13 2023-09-30T09:07:52.043 INFO:tasks.rados.rados.0.smithi118.stdout:102: done (3 left) 2023-09-30T09:07:52.044 INFO:tasks.rados.rados.0.smithi118.stdout:105: done (2 left) 2023-09-30T09:07:52.044 INFO:tasks.rados.rados.0.smithi118.stdout:106: read oid 45 snap -1 2023-09-30T09:07:52.044 INFO:tasks.rados.rados.0.smithi118.stdout:106: expect (ObjNum 58 snap 3 seq_num 58) 2023-09-30T09:07:52.044 INFO:tasks.rados.rados.0.smithi118.stdout:107: rollback oid 4 current snap is 3 2023-09-30T09:07:52.044 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 4 to 0 2023-09-30T09:07:52.044 INFO:tasks.rados.rados.0.smithi118.stdout:108: delete oid 18 current snap is 3 2023-09-30T09:07:52.044 INFO:tasks.rados.rados.0.smithi118.stdout:103: finishing write tid 2 to smithi118168640-13 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:103: finishing write tid 3 to smithi118168640-13 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:104: finishing rollback tid 0 to smithi118168640-11 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:107: finishing rollback tid 0 to smithi118168640-4 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:108: done (4 left) 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:109: read oid 20 snap 0 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:109: expect (ObjNum 19 snap 0 seq_num 19) 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:110: rollback oid 19 current snap is 3 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 0 2023-09-30T09:07:52.046 INFO:tasks.rados.rados.0.smithi118.stdout:111: delete oid 2 current snap is 3 2023-09-30T09:07:52.047 INFO:tasks.rados.rados.0.smithi118.stdout:107: finishing rollback tid 1 to smithi118168640-4 2023-09-30T09:07:52.047 INFO:tasks.rados.rados.0.smithi118.stdout:107: finishing rollback tid 2 to smithi118168640-4 2023-09-30T09:07:52.047 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 14 (ObjNum 3 snap 0 seq_num 3) dirty exists 2023-09-30T09:07:52.048 INFO:tasks.rados.rados.0.smithi118.stdout:103: finishing write tid 4 to smithi118168640-13 2023-09-30T09:07:52.048 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 21 (ObjNum 59 snap 3 seq_num 59) dirty exists 2023-09-30T09:07:52.048 INFO:tasks.rados.rados.0.smithi118.stdout:103: left oid 13 (ObjNum 59 snap 3 seq_num 59) 2023-09-30T09:07:52.048 INFO:tasks.rados.rados.0.smithi118.stdout:104: finishing rollback tid 1 to smithi118168640-11 2023-09-30T09:07:52.049 INFO:tasks.rados.rados.0.smithi118.stdout:104: finishing rollback tid 2 to smithi118168640-11 2023-09-30T09:07:52.049 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 24 (ObjNum 10 snap 0 seq_num 10) dirty exists 2023-09-30T09:07:52.049 INFO:tasks.rados.rados.0.smithi118.stdout:110: finishing rollback tid 0 to smithi118168640-19 2023-09-30T09:07:52.049 INFO:tasks.rados.rados.0.smithi118.stdout:110: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:07:52.049 INFO:tasks.rados.rados.0.smithi118.stdout:110: finishing rollback tid 2 to smithi118168640-19 2023-09-30T09:07:52.049 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 31 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-09-30T09:07:52.049 INFO:tasks.rados.rados.0.smithi118.stdout:106: expect (ObjNum 58 snap 3 seq_num 58) 2023-09-30T09:07:52.097 INFO:tasks.rados.rados.0.smithi118.stdout:109: expect (ObjNum 19 snap 0 seq_num 19) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:103: done (6 left) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:104: done (5 left) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:106: done (4 left) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:107: done (3 left) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:109: done (2 left) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:110: done (1 left) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:111: done (0 left) 2023-09-30T09:07:52.105 INFO:tasks.rados.rados.0.smithi118.stdout:112: setattr oid 35 current snap is 3 2023-09-30T09:07:52.106 INFO:tasks.rados.rados.0.smithi118.stdout:113: snap_create 2023-09-30T09:07:52.108 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 16 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-09-30T09:07:52.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:51 smithi118 ceph-mon[110048]: pgmap v68: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 6.3 MiB/s wr, 75 op/s 2023-09-30T09:07:52.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:51 smithi118 ceph-mon[110048]: osdmap e76: 8 total, 8 up, 8 in 2023-09-30T09:07:52.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:51 smithi118 ceph-mon[123327]: pgmap v68: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 6.3 MiB/s wr, 75 op/s 2023-09-30T09:07:52.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:51 smithi118 ceph-mon[123327]: osdmap e76: 8 total, 8 up, 8 in 2023-09-30T09:07:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:51 smithi192 ceph-mon[114603]: pgmap v68: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 1.9 MiB/s rd, 6.3 MiB/s wr, 75 op/s 2023-09-30T09:07:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:51 smithi192 ceph-mon[114603]: osdmap e76: 8 total, 8 up, 8 in 2023-09-30T09:07:52.998 INFO:tasks.rados.rados.0.smithi118.stdout:112: done (1 left) 2023-09-30T09:07:52.998 INFO:tasks.rados.rados.0.smithi118.stdout:113: done (0 left) 2023-09-30T09:07:52.999 INFO:tasks.rados.rados.0.smithi118.stdout:114: copy_from oid 25 from oid 6 current snap is 4 2023-09-30T09:07:52.999 INFO:tasks.rados.rados.0.smithi118.stdout:115: setattr oid 23 current snap is 4 2023-09-30T09:07:52.999 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 4 2023-09-30T09:07:53.000 INFO:tasks.rados.rados.0.smithi118.stdout:116: seq_num 63 ranges {172032=663552,835584=401408} 2023-09-30T09:07:53.005 INFO:tasks.rados.rados.0.smithi118.stdout:116: writing smithi118168640-15 from 172032 to 835584 tid 1 2023-09-30T09:07:53.008 INFO:tasks.rados.rados.0.smithi118.stdout:116: writing smithi118168640-15 from 835584 to 1236992 tid 2 2023-09-30T09:07:53.008 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 4 2023-09-30T09:07:53.008 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 19 (ObjNum 53 snap 1 seq_num 53) dirty exists 2023-09-30T09:07:53.008 INFO:tasks.rados.rados.0.smithi118.stdout:117: seq_num 64 ranges {319488=679936,999424=401408} 2023-09-30T09:07:53.013 INFO:tasks.rados.rados.0.smithi118.stdout:117: writing smithi118168640-20 from 319488 to 999424 tid 1 2023-09-30T09:07:53.016 INFO:tasks.rados.rados.0.smithi118.stdout:117: writing smithi118168640-20 from 999424 to 1400832 tid 2 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:115: done (3 left) 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:118: rollback oid 14 current snap is 4 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 14 to 0 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:114: finishing copy_from to smithi118168640-25 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 8 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:116: finishing write tid 1 to smithi118168640-15 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:114: finishing copy_from racing read to smithi118168640-25 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:116: finishing write tid 2 to smithi118168640-15 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:116: finishing write tid 3 to smithi118168640-15 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:116: finishing write tid 4 to smithi118168640-15 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 14 (ObjNum 63 snap 4 seq_num 63) dirty exists 2023-09-30T09:07:53.017 INFO:tasks.rados.rados.0.smithi118.stdout:116: left oid 15 (ObjNum 63 snap 4 seq_num 63) 2023-09-30T09:07:53.018 INFO:tasks.rados.rados.0.smithi118.stdout:114: done (3 left) 2023-09-30T09:07:53.018 INFO:tasks.rados.rados.0.smithi118.stdout:116: done (2 left) 2023-09-30T09:07:53.018 INFO:tasks.rados.rados.0.smithi118.stdout:119: read oid 27 snap -1 2023-09-30T09:07:53.018 INFO:tasks.rados.rados.0.smithi118.stdout:119: expect (ObjNum 26 snap 0 seq_num 26) 2023-09-30T09:07:53.018 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 4 2023-09-30T09:07:53.018 INFO:tasks.rados.rados.0.smithi118.stdout:120: seq_num 65 ranges {188416=696320,884736=401408} 2023-09-30T09:07:53.023 INFO:tasks.rados.rados.0.smithi118.stdout:120: writing smithi118168640-21 from 188416 to 884736 tid 1 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:120: writing smithi118168640-21 from 884736 to 1286144 tid 2 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:121: snap_create 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:117: finishing write tid 1 to smithi118168640-20 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:118: finishing rollback tid 1 to smithi118168640-14 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:117: finishing write tid 2 to smithi118168640-20 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:117: finishing write tid 3 to smithi118168640-20 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:118: finishing rollback tid 2 to smithi118168640-14 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 13 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:07:53.025 INFO:tasks.rados.rados.0.smithi118.stdout:119: expect (ObjNum 26 snap 0 seq_num 26) 2023-09-30T09:07:53.038 INFO:tasks.rados.rados.0.smithi118.stdout:117: finishing write tid 4 to smithi118168640-20 2023-09-30T09:07:53.038 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 18 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:07:53.038 INFO:tasks.rados.rados.0.smithi118.stdout:117: left oid 20 (ObjNum 64 snap 4 seq_num 64) 2023-09-30T09:07:53.038 INFO:tasks.rados.rados.0.smithi118.stdout:120: finishing write tid 1 to smithi118168640-21 2023-09-30T09:07:53.038 INFO:tasks.rados.rados.0.smithi118.stdout:120: finishing write tid 2 to smithi118168640-21 2023-09-30T09:07:53.038 INFO:tasks.rados.rados.0.smithi118.stdout:120: finishing write tid 3 to smithi118168640-21 2023-09-30T09:07:53.039 INFO:tasks.rados.rados.0.smithi118.stdout:120: finishing write tid 4 to smithi118168640-21 2023-09-30T09:07:53.039 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 18 (ObjNum 65 snap 4 seq_num 65) dirty exists 2023-09-30T09:07:53.039 INFO:tasks.rados.rados.0.smithi118.stdout:120: left oid 21 (ObjNum 65 snap 4 seq_num 65) 2023-09-30T09:07:53.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:52 smithi118 ceph-mon[110048]: osdmap e77: 8 total, 8 up, 8 in 2023-09-30T09:07:53.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:52 smithi118 ceph-mon[123327]: osdmap e77: 8 total, 8 up, 8 in 2023-09-30T09:07:53.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:52 smithi192 ceph-mon[114603]: osdmap e77: 8 total, 8 up, 8 in 2023-09-30T09:07:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:117: done (4 left) 2023-09-30T09:07:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:118: done (3 left) 2023-09-30T09:07:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:119: done (2 left) 2023-09-30T09:07:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:120: done (1 left) 2023-09-30T09:07:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:121: done (0 left) 2023-09-30T09:07:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:122: read oid 48 snap 3 2023-09-30T09:07:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:122: expect (ObjNum 47 snap 0 seq_num 47) 2023-09-30T09:07:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:123: rollback oid 22 current snap is 5 2023-09-30T09:07:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 0 2023-09-30T09:07:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:124: read oid 17 snap 0 2023-09-30T09:07:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:124: expect (ObjNum 16 snap 0 seq_num 16) 2023-09-30T09:07:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 5 2023-09-30T09:07:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:125: seq_num 66 ranges {524288=712704,1236992=401408} 2023-09-30T09:07:54.011 INFO:tasks.rados.rados.0.smithi118.stdout:125: writing smithi118168640-32 from 524288 to 1236992 tid 1 2023-09-30T09:07:54.013 INFO:tasks.rados.rados.0.smithi118.stdout:125: writing smithi118168640-32 from 1236992 to 1638400 tid 2 2023-09-30T09:07:54.013 INFO:tasks.rados.rados.0.smithi118.stdout:126: copy_from oid 1 from oid 24 current snap is 5 2023-09-30T09:07:54.013 INFO:tasks.rados.rados.0.smithi118.stdout:123: finishing rollback tid 0 to smithi118168640-22 2023-09-30T09:07:54.013 INFO:tasks.rados.rados.0.smithi118.stdout:123: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:07:54.013 INFO:tasks.rados.rados.0.smithi118.stdout:122: expect (ObjNum 47 snap 0 seq_num 47) 2023-09-30T09:07:54.038 INFO:tasks.rados.rados.0.smithi118.stdout:123: finishing rollback tid 2 to smithi118168640-22 2023-09-30T09:07:54.038 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 10 (ObjNum 21 snap 0 seq_num 21) dirty exists 2023-09-30T09:07:54.038 INFO:tasks.rados.rados.0.smithi118.stdout:124: expect (ObjNum 16 snap 0 seq_num 16) 2023-09-30T09:07:54.045 INFO:tasks.rados.rados.0.smithi118.stdout:125: finishing write tid 1 to smithi118168640-32 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:125: finishing write tid 2 to smithi118168640-32 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:125: finishing write tid 3 to smithi118168640-32 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:125: finishing write tid 4 to smithi118168640-32 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 19 (ObjNum 66 snap 5 seq_num 66) dirty exists 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:125: left oid 32 (ObjNum 66 snap 5 seq_num 66) 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:126: finishing copy_from to smithi118168640-1 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:126: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:122: done (4 left) 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:123: done (3 left) 2023-09-30T09:07:54.046 INFO:tasks.rados.rados.0.smithi118.stdout:124: done (2 left) 2023-09-30T09:07:54.047 INFO:tasks.rados.rados.0.smithi118.stdout:125: done (1 left) 2023-09-30T09:07:54.047 INFO:tasks.rados.rados.0.smithi118.stdout:126: done (0 left) 2023-09-30T09:07:54.047 INFO:tasks.rados.rados.0.smithi118.stdout:127: read oid 30 snap -1 2023-09-30T09:07:54.047 INFO:tasks.rados.rados.0.smithi118.stdout:127: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:07:54.047 INFO:tasks.rados.rados.0.smithi118.stdout:128: copy_from oid 23 from oid 46 current snap is 5 2023-09-30T09:07:54.047 INFO:tasks.rados.rados.0.smithi118.stdout:129: copy_from oid 29 from oid 10 current snap is 5 2023-09-30T09:07:54.047 INFO:tasks.rados.rados.0.smithi118.stdout:130: snap_create 2023-09-30T09:07:54.050 INFO:tasks.rados.rados.0.smithi118.stdout:127: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:07:54.065 INFO:tasks.rados.rados.0.smithi118.stdout:129: finishing copy_from to smithi118168640-29 2023-09-30T09:07:54.066 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 16 (ObjNum 9 snap 0 seq_num 9) dirty exists 2023-09-30T09:07:54.066 INFO:tasks.rados.rados.0.smithi118.stdout:129: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:07:54.066 INFO:tasks.rados.rados.0.smithi118.stdout:128: finishing copy_from to smithi118168640-23 2023-09-30T09:07:54.066 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 6 (ObjNum 45 snap 0 seq_num 45) dirty exists 2023-09-30T09:07:54.066 INFO:tasks.rados.rados.0.smithi118.stdout:128: finishing copy_from racing read to smithi118168640-23 2023-09-30T09:07:54.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:53 smithi118 ceph-mon[110048]: pgmap v71: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:54.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:53 smithi118 ceph-mon[110048]: osdmap e78: 8 total, 8 up, 8 in 2023-09-30T09:07:54.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:53 smithi118 ceph-mon[123327]: pgmap v71: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:54.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:53 smithi118 ceph-mon[123327]: osdmap e78: 8 total, 8 up, 8 in 2023-09-30T09:07:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:53 smithi192 ceph-mon[114603]: pgmap v71: 121 pgs: 121 active+clean; 25 MiB data, 90 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:07:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:53 smithi192 ceph-mon[114603]: osdmap e78: 8 total, 8 up, 8 in 2023-09-30T09:07:54.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:07:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:07:54] "GET /metrics HTTP/1.1" 200 237907 "" "Prometheus/2.43.0" 2023-09-30T09:07:55.008 INFO:tasks.rados.rados.0.smithi118.stdout:127: done (3 left) 2023-09-30T09:07:55.008 INFO:tasks.rados.rados.0.smithi118.stdout:128: done (2 left) 2023-09-30T09:07:55.008 INFO:tasks.rados.rados.0.smithi118.stdout:129: done (1 left) 2023-09-30T09:07:55.008 INFO:tasks.rados.rados.0.smithi118.stdout:130: done (0 left) 2023-09-30T09:07:55.008 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 6 2023-09-30T09:07:55.008 INFO:tasks.rados.rados.0.smithi118.stdout:131: seq_num 67 ranges {139264=729088,868352=401408} 2023-09-30T09:07:55.012 INFO:tasks.rados.rados.0.smithi118.stdout:131: writing smithi118168640-9 from 139264 to 868352 tid 1 2023-09-30T09:07:55.015 INFO:tasks.rados.rados.0.smithi118.stdout:131: writing smithi118168640-9 from 868352 to 1269760 tid 2 2023-09-30T09:07:55.015 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 6 2023-09-30T09:07:55.015 INFO:tasks.rados.rados.0.smithi118.stdout:132: seq_num 68 ranges {188416=745472,933888=401408} 2023-09-30T09:07:55.020 INFO:tasks.rados.rados.0.smithi118.stdout:132: writing smithi118168640-12 from 188416 to 933888 tid 1 2023-09-30T09:07:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:132: writing smithi118168640-12 from 933888 to 1335296 tid 2 2023-09-30T09:07:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:133: rollback oid 22 current snap is 6 2023-09-30T09:07:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 0 2023-09-30T09:07:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:131: finishing write tid 1 to smithi118168640-9 2023-09-30T09:07:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:134: snap_create 2023-09-30T09:07:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:131: finishing write tid 2 to smithi118168640-9 2023-09-30T09:07:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:131: finishing write tid 3 to smithi118168640-9 2023-09-30T09:07:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:131: finishing write tid 4 to smithi118168640-9 2023-09-30T09:07:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 16 (ObjNum 67 snap 6 seq_num 67) dirty exists 2023-09-30T09:07:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:131: left oid 9 (ObjNum 67 snap 6 seq_num 67) 2023-09-30T09:07:55.029 INFO:tasks.rados.rados.0.smithi118.stdout:132: finishing write tid 1 to smithi118168640-12 2023-09-30T09:07:55.029 INFO:tasks.rados.rados.0.smithi118.stdout:132: finishing write tid 2 to smithi118168640-12 2023-09-30T09:07:55.029 INFO:tasks.rados.rados.0.smithi118.stdout:132: finishing write tid 3 to smithi118168640-12 2023-09-30T09:07:55.030 INFO:tasks.rados.rados.0.smithi118.stdout:133: finishing rollback tid 0 to smithi118168640-22 2023-09-30T09:07:55.030 INFO:tasks.rados.rados.0.smithi118.stdout:133: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:07:55.031 INFO:tasks.rados.rados.0.smithi118.stdout:132: finishing write tid 4 to smithi118168640-12 2023-09-30T09:07:55.031 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 14 (ObjNum 68 snap 6 seq_num 68) dirty exists 2023-09-30T09:07:55.031 INFO:tasks.rados.rados.0.smithi118.stdout:132: left oid 12 (ObjNum 68 snap 6 seq_num 68) 2023-09-30T09:07:55.032 INFO:tasks.rados.rados.0.smithi118.stdout:133: finishing rollback tid 2 to smithi118168640-22 2023-09-30T09:07:55.032 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 18 (ObjNum 21 snap 0 seq_num 21) dirty exists 2023-09-30T09:07:55.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:55 smithi118 ceph-mon[123327]: osdmap e79: 8 total, 8 up, 8 in 2023-09-30T09:07:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:55 smithi118 ceph-mon[110048]: osdmap e79: 8 total, 8 up, 8 in 2023-09-30T09:07:55.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:55 smithi192 ceph-mon[114603]: osdmap e79: 8 total, 8 up, 8 in 2023-09-30T09:07:56.012 INFO:tasks.rados.rados.0.smithi118.stdout:131: done (3 left) 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:132: done (2 left) 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:133: done (1 left) 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:134: done (0 left) 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:135: read oid 33 snap -1 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:135: expect (ObjNum 32 snap 0 seq_num 32) 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:136: read oid 45 snap -1 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:136: expect (ObjNum 58 snap 3 seq_num 58) 2023-09-30T09:07:56.013 INFO:tasks.rados.rados.0.smithi118.stdout:137: snap_create 2023-09-30T09:07:56.020 INFO:tasks.rados.rados.0.smithi118.stdout:135: expect (ObjNum 32 snap 0 seq_num 32) 2023-09-30T09:07:56.034 INFO:tasks.rados.rados.0.smithi118.stdout:136: expect (ObjNum 58 snap 3 seq_num 58) 2023-09-30T09:07:56.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:56 smithi118 ceph-mon[123327]: pgmap v74: 121 pgs: 121 active+clean; 33 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 38 op/s 2023-09-30T09:07:56.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:56 smithi118 ceph-mon[123327]: osdmap e80: 8 total, 8 up, 8 in 2023-09-30T09:07:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:56 smithi118 ceph-mon[110048]: pgmap v74: 121 pgs: 121 active+clean; 33 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 38 op/s 2023-09-30T09:07:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:56 smithi118 ceph-mon[110048]: osdmap e80: 8 total, 8 up, 8 in 2023-09-30T09:07:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:56 smithi192 ceph-mon[114603]: pgmap v74: 121 pgs: 121 active+clean; 33 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 38 op/s 2023-09-30T09:07:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:56 smithi192 ceph-mon[114603]: osdmap e80: 8 total, 8 up, 8 in 2023-09-30T09:07:57.018 INFO:tasks.rados.rados.0.smithi118.stdout:135: done (2 left) 2023-09-30T09:07:57.018 INFO:tasks.rados.rados.0.smithi118.stdout:136: done (1 left) 2023-09-30T09:07:57.018 INFO:tasks.rados.rados.0.smithi118.stdout:137: done (0 left) 2023-09-30T09:07:57.018 INFO:tasks.rados.rados.0.smithi118.stdout:138: copy_from oid 48 from oid 42 current snap is 8 2023-09-30T09:07:57.019 INFO:tasks.rados.rados.0.smithi118.stdout:139: delete oid 29 current snap is 8 2023-09-30T09:07:57.022 INFO:tasks.rados.rados.0.smithi118.stdout:139: done (1 left) 2023-09-30T09:07:57.022 INFO:tasks.rados.rados.0.smithi118.stdout:140: snap_create 2023-09-30T09:07:57.022 INFO:tasks.rados.rados.0.smithi118.stdout:138: finishing copy_from to smithi118168640-48 2023-09-30T09:07:57.022 INFO:tasks.rados.rados.0.smithi118.stdout:138: got expected ENOENT (src dne) 2023-09-30T09:07:57.022 INFO:tasks.rados.rados.0.smithi118.stdout:138: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:07:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:57 smithi118 ceph-mon[110048]: osdmap e81: 8 total, 8 up, 8 in 2023-09-30T09:07:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:57 smithi118 ceph-mon[123327]: osdmap e81: 8 total, 8 up, 8 in 2023-09-30T09:07:57.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:57 smithi192 ceph-mon[114603]: osdmap e81: 8 total, 8 up, 8 in 2023-09-30T09:07:57.726 INFO:tasks.rados.rados.0.smithi118.stdout:138: done (1 left) 2023-09-30T09:07:57.726 INFO:tasks.rados.rados.0.smithi118.stdout:140: done (0 left) 2023-09-30T09:07:57.726 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 9 2023-09-30T09:07:57.726 INFO:tasks.rados.rados.0.smithi118.stdout:141: seq_num 70 ranges {712704=778240,1490944=401408} 2023-09-30T09:07:57.735 INFO:tasks.rados.rados.0.smithi118.stdout:141: writing smithi118168640-43 from 712704 to 1490944 tid 1 2023-09-30T09:07:57.737 INFO:tasks.rados.rados.0.smithi118.stdout:141: writing smithi118168640-43 from 1490944 to 1892352 tid 2 2023-09-30T09:07:57.737 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 9 2023-09-30T09:07:57.737 INFO:tasks.rados.rados.0.smithi118.stdout:142: seq_num 71 ranges {155648=794624,950272=401408} 2023-09-30T09:07:57.743 INFO:tasks.rados.rados.0.smithi118.stdout:142: writing smithi118168640-10 from 155648 to 950272 tid 1 2023-09-30T09:07:57.746 INFO:tasks.rados.rados.0.smithi118.stdout:142: writing smithi118168640-10 from 950272 to 1351680 tid 2 2023-09-30T09:07:57.746 INFO:tasks.rados.rados.0.smithi118.stdout:143: snap_create 2023-09-30T09:07:57.746 INFO:tasks.rados.rados.0.smithi118.stdout:141: finishing write tid 1 to smithi118168640-43 2023-09-30T09:07:57.746 INFO:tasks.rados.rados.0.smithi118.stdout:141: finishing write tid 2 to smithi118168640-43 2023-09-30T09:07:57.746 INFO:tasks.rados.rados.0.smithi118.stdout:141: finishing write tid 3 to smithi118168640-43 2023-09-30T09:07:57.747 INFO:tasks.rados.rados.0.smithi118.stdout:141: finishing write tid 4 to smithi118168640-43 2023-09-30T09:07:57.747 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 20 (ObjNum 70 snap 9 seq_num 70) dirty exists 2023-09-30T09:07:57.747 INFO:tasks.rados.rados.0.smithi118.stdout:141: left oid 43 (ObjNum 70 snap 9 seq_num 70) 2023-09-30T09:07:57.749 INFO:tasks.rados.rados.0.smithi118.stdout:142: finishing write tid 1 to smithi118168640-10 2023-09-30T09:07:57.749 INFO:tasks.rados.rados.0.smithi118.stdout:142: finishing write tid 2 to smithi118168640-10 2023-09-30T09:07:57.749 INFO:tasks.rados.rados.0.smithi118.stdout:142: finishing write tid 3 to smithi118168640-10 2023-09-30T09:07:57.749 INFO:tasks.rados.rados.0.smithi118.stdout:142: finishing write tid 4 to smithi118168640-10 2023-09-30T09:07:57.750 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 25 (ObjNum 71 snap 9 seq_num 71) dirty exists 2023-09-30T09:07:57.750 INFO:tasks.rados.rados.0.smithi118.stdout:142: left oid 10 (ObjNum 71 snap 9 seq_num 71) 2023-09-30T09:07:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[110048]: pgmap v77: 121 pgs: 121 active+clean; 33 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 38 op/s 2023-09-30T09:07:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[110048]: osdmap e82: 8 total, 8 up, 8 in 2023-09-30T09:07:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[110048]: osdmap e83: 8 total, 8 up, 8 in 2023-09-30T09:07:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[123327]: pgmap v77: 121 pgs: 121 active+clean; 33 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 38 op/s 2023-09-30T09:07:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[123327]: osdmap e82: 8 total, 8 up, 8 in 2023-09-30T09:07:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[123327]: osdmap e83: 8 total, 8 up, 8 in 2023-09-30T09:07:58.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:58 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:58.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:58 smithi192 ceph-mon[114603]: pgmap v77: 121 pgs: 121 active+clean; 33 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 2.6 MiB/s wr, 38 op/s 2023-09-30T09:07:58.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:58 smithi192 ceph-mon[114603]: osdmap e82: 8 total, 8 up, 8 in 2023-09-30T09:07:58.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:58 smithi192 ceph-mon[114603]: osdmap e83: 8 total, 8 up, 8 in 2023-09-30T09:07:58.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:58 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:07:58.732 INFO:tasks.rados.rados.0.smithi118.stdout:141: done (2 left) 2023-09-30T09:07:58.732 INFO:tasks.rados.rados.0.smithi118.stdout:142: done (1 left) 2023-09-30T09:07:58.732 INFO:tasks.rados.rados.0.smithi118.stdout:143: done (0 left) 2023-09-30T09:07:58.732 INFO:tasks.rados.rados.0.smithi118.stdout:144: snap_create 2023-09-30T09:07:59.737 INFO:tasks.rados.rados.0.smithi118.stdout:144: done (0 left) 2023-09-30T09:07:59.738 INFO:tasks.rados.rados.0.smithi118.stdout:145: read oid 42 snap -1 2023-09-30T09:07:59.738 INFO:tasks.rados.rados.0.smithi118.stdout:145: expect deleted 2023-09-30T09:07:59.738 INFO:tasks.rados.rados.0.smithi118.stdout:146: rmattr oid 17 current snap is 11 2023-09-30T09:07:59.738 INFO:tasks.rados.rados.0.smithi118.stdout:146: done (1 left) 2023-09-30T09:07:59.738 INFO:tasks.rados.rados.0.smithi118.stdout:147: setattr oid 28 current snap is 11 2023-09-30T09:07:59.740 INFO:tasks.rados.rados.0.smithi118.stdout:145: done (1 left) 2023-09-30T09:07:59.740 INFO:tasks.rados.rados.0.smithi118.stdout:148: copy_from oid 7 from oid 24 current snap is 11 2023-09-30T09:07:59.740 INFO:tasks.rados.rados.0.smithi118.stdout:149: setattr oid 10 current snap is 11 2023-09-30T09:07:59.743 INFO:tasks.rados.rados.0.smithi118.stdout:150: snap_remove snap 4 2023-09-30T09:08:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:59 smithi118 ceph-mon[110048]: osdmap e84: 8 total, 8 up, 8 in 2023-09-30T09:08:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:07:59 smithi118 ceph-mon[110048]: pgmap v81: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 13 op/s 2023-09-30T09:08:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:59 smithi118 ceph-mon[123327]: osdmap e84: 8 total, 8 up, 8 in 2023-09-30T09:08:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:07:59 smithi118 ceph-mon[123327]: pgmap v81: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 13 op/s 2023-09-30T09:08:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:59 smithi192 ceph-mon[114603]: osdmap e84: 8 total, 8 up, 8 in 2023-09-30T09:08:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:07:59 smithi192 ceph-mon[114603]: pgmap v81: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 13 op/s 2023-09-30T09:08:00.751 INFO:tasks.rados.rados.0.smithi118.stdout:150: done (3 left) 2023-09-30T09:08:00.752 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 11 2023-09-30T09:08:00.752 INFO:tasks.rados.rados.0.smithi118.stdout:151: seq_num 72 ranges {761856=409600,1171456=524288,1695744=278528} 2023-09-30T09:08:00.752 INFO:tasks.rados.rados.0.smithi118.stdout:151: writing smithi118168640-46 from 761856 to 1171456 tid 1 2023-09-30T09:08:00.753 INFO:tasks.rados.rados.0.smithi118.stdout:151: writing smithi118168640-46 from 1171456 to 1695744 tid 2 2023-09-30T09:08:00.755 INFO:tasks.rados.rados.0.smithi118.stdout:151: writing smithi118168640-46 from 1695744 to 1974272 tid 3 2023-09-30T09:08:00.755 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 11 2023-09-30T09:08:00.756 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 16 (ObjNum 27 snap 0 seq_num 27) dirty exists 2023-09-30T09:08:00.756 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 27 (ObjNum 71 snap 9 seq_num 71) dirty exists 2023-09-30T09:08:00.756 INFO:tasks.rados.rados.0.smithi118.stdout:148: finishing copy_from to smithi118168640-7 2023-09-30T09:08:00.756 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:08:00.756 INFO:tasks.rados.rados.0.smithi118.stdout:148: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:08:00.756 INFO:tasks.rados.rados.0.smithi118.stdout:151: finishing write tid 1 to smithi118168640-46 2023-09-30T09:08:00.757 INFO:tasks.rados.rados.0.smithi118.stdout:152: seq_num 73 ranges {442368=425984,868352=409600,1277952=393216} 2023-09-30T09:08:00.760 INFO:tasks.rados.rados.0.smithi118.stdout:152: writing smithi118168640-27 from 442368 to 868352 tid 1 2023-09-30T09:08:00.762 INFO:tasks.rados.rados.0.smithi118.stdout:152: writing smithi118168640-27 from 868352 to 1277952 tid 2 2023-09-30T09:08:00.765 INFO:tasks.rados.rados.0.smithi118.stdout:152: writing smithi118168640-27 from 1277952 to 1671168 tid 3 2023-09-30T09:08:00.765 INFO:tasks.rados.rados.0.smithi118.stdout:147: done (4 left) 2023-09-30T09:08:00.765 INFO:tasks.rados.rados.0.smithi118.stdout:148: done (3 left) 2023-09-30T09:08:00.765 INFO:tasks.rados.rados.0.smithi118.stdout:149: done (2 left) 2023-09-30T09:08:00.765 INFO:tasks.rados.rados.0.smithi118.stdout:153: snap_remove snap 7 2023-09-30T09:08:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:00 smithi118 ceph-mon[110048]: osdmap e85: 8 total, 8 up, 8 in 2023-09-30T09:08:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:00 smithi118 ceph-mon[123327]: osdmap e85: 8 total, 8 up, 8 in 2023-09-30T09:08:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:00 smithi192 ceph-mon[114603]: osdmap e85: 8 total, 8 up, 8 in 2023-09-30T09:08:01.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:00] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:08:01.759 INFO:tasks.rados.rados.0.smithi118.stdout:153: done (2 left) 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:154: delete oid 22 current snap is 11 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:151: finishing write tid 2 to smithi118168640-46 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:151: finishing write tid 3 to smithi118168640-46 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:151: finishing write tid 4 to smithi118168640-46 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:151: finishing write tid 5 to smithi118168640-46 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 21 (ObjNum 72 snap 11 seq_num 72) dirty exists 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:151: left oid 46 (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:152: finishing write tid 1 to smithi118168640-27 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:152: finishing write tid 2 to smithi118168640-27 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:152: finishing write tid 3 to smithi118168640-27 2023-09-30T09:08:01.760 INFO:tasks.rados.rados.0.smithi118.stdout:152: finishing write tid 4 to smithi118168640-27 2023-09-30T09:08:01.761 INFO:tasks.rados.rados.0.smithi118.stdout:152: finishing write tid 5 to smithi118168640-27 2023-09-30T09:08:01.761 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 15 (ObjNum 73 snap 11 seq_num 73) dirty exists 2023-09-30T09:08:01.761 INFO:tasks.rados.rados.0.smithi118.stdout:152: left oid 27 (ObjNum 73 snap 11 seq_num 73) 2023-09-30T09:08:01.761 INFO:tasks.rados.rados.0.smithi118.stdout:151: done (2 left) 2023-09-30T09:08:01.761 INFO:tasks.rados.rados.0.smithi118.stdout:152: done (1 left) 2023-09-30T09:08:01.761 INFO:tasks.rados.rados.0.smithi118.stdout:154: done (0 left) 2023-09-30T09:08:01.761 INFO:tasks.rados.rados.0.smithi118.stdout:155: snap_create 2023-09-30T09:08:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:01 smithi118 ceph-mon[123327]: osdmap e86: 8 total, 8 up, 8 in 2023-09-30T09:08:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:01 smithi118 ceph-mon[123327]: pgmap v84: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 13 op/s 2023-09-30T09:08:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:01 smithi118 ceph-mon[110048]: osdmap e86: 8 total, 8 up, 8 in 2023-09-30T09:08:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:01 smithi118 ceph-mon[110048]: pgmap v84: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 13 op/s 2023-09-30T09:08:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:01 smithi192 ceph-mon[114603]: osdmap e86: 8 total, 8 up, 8 in 2023-09-30T09:08:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:01 smithi192 ceph-mon[114603]: pgmap v84: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 1.8 MiB/s wr, 13 op/s 2023-09-30T09:08:02.758 INFO:tasks.rados.rados.0.smithi118.stdout:155: done (0 left) 2023-09-30T09:08:02.758 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 12 2023-09-30T09:08:02.758 INFO:tasks.rados.rados.0.smithi118.stdout:156: seq_num 75 ranges {507904=458752,966656=581632,1548288=221184} 2023-09-30T09:08:02.763 INFO:tasks.rados.rados.0.smithi118.stdout:156: writing smithi118168640-31 from 507904 to 966656 tid 1 2023-09-30T09:08:02.766 INFO:tasks.rados.rados.0.smithi118.stdout:156: writing smithi118168640-31 from 966656 to 1548288 tid 2 2023-09-30T09:08:02.768 INFO:tasks.rados.rados.0.smithi118.stdout:156: writing smithi118168640-31 from 1548288 to 1769472 tid 3 2023-09-30T09:08:02.768 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 12 2023-09-30T09:08:02.768 INFO:tasks.rados.rados.0.smithi118.stdout:157: seq_num 76 ranges {253952=475136,729088=458752,1187840=344064} 2023-09-30T09:08:02.772 INFO:tasks.rados.rados.0.smithi118.stdout:157: writing smithi118168640-16 from 253952 to 729088 tid 1 2023-09-30T09:08:02.775 INFO:tasks.rados.rados.0.smithi118.stdout:157: writing smithi118168640-16 from 729088 to 1187840 tid 2 2023-09-30T09:08:02.778 INFO:tasks.rados.rados.0.smithi118.stdout:157: writing smithi118168640-16 from 1187840 to 1531904 tid 3 2023-09-30T09:08:02.778 INFO:tasks.rados.rados.0.smithi118.stdout:158: copy_from oid 10 from oid 39 current snap is 12 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:156: finishing write tid 1 to smithi118168640-31 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:156: finishing write tid 2 to smithi118168640-31 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:156: finishing write tid 3 to smithi118168640-31 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:156: finishing write tid 4 to smithi118168640-31 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:156: finishing write tid 5 to smithi118168640-31 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 29 (ObjNum 75 snap 12 seq_num 75) dirty exists 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:156: left oid 31 (ObjNum 75 snap 12 seq_num 75) 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:157: finishing write tid 1 to smithi118168640-16 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:156: done (2 left) 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:159: read oid 25 snap 0 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:159: expect (ObjNum 24 snap 0 seq_num 24) 2023-09-30T09:08:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:160: copy_from oid 21 from oid 35 current snap is 12 2023-09-30T09:08:02.780 INFO:tasks.rados.rados.0.smithi118.stdout:161: snap_remove snap 6 2023-09-30T09:08:03.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:02 smithi118 ceph-mon[123327]: osdmap e87: 8 total, 8 up, 8 in 2023-09-30T09:08:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:02 smithi118 ceph-mon[110048]: osdmap e87: 8 total, 8 up, 8 in 2023-09-30T09:08:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:02 smithi192 ceph-mon[114603]: osdmap e87: 8 total, 8 up, 8 in 2023-09-30T09:08:03.766 INFO:tasks.rados.rados.0.smithi118.stdout:161: done (4 left) 2023-09-30T09:08:03.848 INFO:tasks.rados.rados.0.smithi118.stdout:162: delete oid 8 current snap is 12 2023-09-30T09:08:03.848 INFO:tasks.rados.rados.0.smithi118.stdout:157: finishing write tid 2 to smithi118168640-16 2023-09-30T09:08:03.848 INFO:tasks.rados.rados.0.smithi118.stdout:157: finishing write tid 3 to smithi118168640-16 2023-09-30T09:08:03.848 INFO:tasks.rados.rados.0.smithi118.stdout:157: finishing write tid 4 to smithi118168640-16 2023-09-30T09:08:03.849 INFO:tasks.rados.rados.0.smithi118.stdout:159: expect (ObjNum 24 snap 0 seq_num 24) 2023-09-30T09:08:03.849 INFO:tasks.rados.rados.0.smithi118.stdout:157: finishing write tid 5 to smithi118168640-16 2023-09-30T09:08:03.974 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 29 (ObjNum 76 snap 12 seq_num 76) dirty exists 2023-09-30T09:08:03.974 INFO:tasks.rados.rados.0.smithi118.stdout:157: left oid 16 (ObjNum 76 snap 12 seq_num 76) 2023-09-30T09:08:03.974 INFO:tasks.rados.rados.0.smithi118.stdout:158: finishing copy_from to smithi118168640-10 2023-09-30T09:08:03.974 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 2 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-09-30T09:08:03.974 INFO:tasks.rados.rados.0.smithi118.stdout:158: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:08:03.974 INFO:tasks.rados.rados.0.smithi118.stdout:160: finishing copy_from to smithi118168640-21 2023-09-30T09:08:03.974 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 16 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-09-30T09:08:03.975 INFO:tasks.rados.rados.0.smithi118.stdout:160: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:08:03.975 INFO:tasks.rados.rados.0.smithi118.stdout:157: done (4 left) 2023-09-30T09:08:03.975 INFO:tasks.rados.rados.0.smithi118.stdout:158: done (3 left) 2023-09-30T09:08:03.975 INFO:tasks.rados.rados.0.smithi118.stdout:159: done (2 left) 2023-09-30T09:08:03.975 INFO:tasks.rados.rados.0.smithi118.stdout:160: done (1 left) 2023-09-30T09:08:03.975 INFO:tasks.rados.rados.0.smithi118.stdout:162: done (0 left) 2023-09-30T09:08:03.975 INFO:tasks.rados.rados.0.smithi118.stdout:163: snap_remove snap 5 2023-09-30T09:08:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:03 smithi118 ceph-mon[123327]: osdmap e88: 8 total, 8 up, 8 in 2023-09-30T09:08:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:03 smithi118 ceph-mon[123327]: pgmap v87: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:03 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:03 smithi118 ceph-mon[110048]: osdmap e88: 8 total, 8 up, 8 in 2023-09-30T09:08:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:03 smithi118 ceph-mon[110048]: pgmap v87: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:03 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:03 smithi192 ceph-mon[114603]: osdmap e88: 8 total, 8 up, 8 in 2023-09-30T09:08:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:03 smithi192 ceph-mon[114603]: pgmap v87: 121 pgs: 121 active+clean; 40 MiB data, 116 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:03 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:04.760 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:04 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:04] "GET /metrics HTTP/1.1" 200 238916 "" "Prometheus/2.43.0" 2023-09-30T09:08:05.011 INFO:tasks.rados.rados.0.smithi118.stdout:163: done (0 left) 2023-09-30T09:08:05.012 INFO:tasks.rados.rados.0.smithi118.stdout:164: snap_create 2023-09-30T09:08:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:04 smithi118 ceph-mon[110048]: osdmap e89: 8 total, 8 up, 8 in 2023-09-30T09:08:05.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:04 smithi118 ceph-mon[123327]: osdmap e89: 8 total, 8 up, 8 in 2023-09-30T09:08:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:04 smithi192 ceph-mon[114603]: osdmap e89: 8 total, 8 up, 8 in 2023-09-30T09:08:05.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:05 smithi118 ceph-mon[123327]: osdmap e90: 8 total, 8 up, 8 in 2023-09-30T09:08:05.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:05 smithi118 ceph-mon[123327]: pgmap v90: 121 pgs: 121 active+clean; 46 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 301 KiB/s rd, 1.6 MiB/s wr, 17 op/s 2023-09-30T09:08:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:05 smithi118 ceph-mon[110048]: osdmap e90: 8 total, 8 up, 8 in 2023-09-30T09:08:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:05 smithi118 ceph-mon[110048]: pgmap v90: 121 pgs: 121 active+clean; 46 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 301 KiB/s rd, 1.6 MiB/s wr, 17 op/s 2023-09-30T09:08:05.987 INFO:tasks.rados.rados.0.smithi118.stdout:164: done (0 left) 2023-09-30T09:08:05.987 INFO:tasks.rados.rados.0.smithi118.stdout:165: read oid 46 snap -1 2023-09-30T09:08:06.086 INFO:tasks.rados.rados.0.smithi118.stdout:165: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:08:06.086 INFO:tasks.rados.rados.0.smithi118.stdout:166: read oid 7 snap 11 2023-09-30T09:08:06.086 INFO:tasks.rados.rados.0.smithi118.stdout:166: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:06.086 INFO:tasks.rados.rados.0.smithi118.stdout:167: snap_create 2023-09-30T09:08:06.086 INFO:tasks.rados.rados.0.smithi118.stdout:166: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:06.086 INFO:tasks.rados.rados.0.smithi118.stdout:165: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:08:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:05 smithi192 ceph-mon[114603]: osdmap e90: 8 total, 8 up, 8 in 2023-09-30T09:08:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:05 smithi192 ceph-mon[114603]: pgmap v90: 121 pgs: 121 active+clean; 46 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 301 KiB/s rd, 1.6 MiB/s wr, 17 op/s 2023-09-30T09:08:06.774 INFO:tasks.rados.rados.0.smithi118.stdout:165: done (2 left) 2023-09-30T09:08:06.774 INFO:tasks.rados.rados.0.smithi118.stdout:166: done (1 left) 2023-09-30T09:08:06.775 INFO:tasks.rados.rados.0.smithi118.stdout:167: done (0 left) 2023-09-30T09:08:06.775 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 14 2023-09-30T09:08:06.775 INFO:tasks.rados.rados.0.smithi118.stdout:168: seq_num 78 ranges {1204224=516096,1720320=679936,2400256=122880} 2023-09-30T09:08:06.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[110048]: osdmap e91: 8 total, 8 up, 8 in 2023-09-30T09:08:06.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:06.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[110048]: Upgrade: Target is version 18.0.0-6447-g1d10b717 (unknown) 2023-09-30T09:08:06.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[110048]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0, digests ['quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0'] 2023-09-30T09:08:06.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:06.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:06.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[110048]: Upgrade: Need to upgrade myself (mgr.y) 2023-09-30T09:08:06.784 INFO:tasks.rados.rados.0.smithi118.stdout:168: writing smithi118168640-13 from 1204224 to 1720320 tid 1 2023-09-30T09:08:06.788 INFO:tasks.rados.rados.0.smithi118.stdout:168: writing smithi118168640-13 from 1720320 to 2400256 tid 2 2023-09-30T09:08:06.789 INFO:tasks.rados.rados.0.smithi118.stdout:168: writing smithi118168640-13 from 2400256 to 2523136 tid 3 2023-09-30T09:08:06.789 INFO:tasks.rados.rados.0.smithi118.stdout:169: copy_from oid 15 from oid 5 current snap is 14 2023-09-30T09:08:06.789 INFO:tasks.rados.rados.0.smithi118.stdout:170: rollback oid 19 current snap is 14 2023-09-30T09:08:06.789 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 13 2023-09-30T09:08:06.789 INFO:tasks.rados.rados.0.smithi118.stdout:171: copy_from oid 21 from oid 24 current snap is 14 2023-09-30T09:08:06.789 INFO:tasks.rados.rados.0.smithi118.stdout:172: copy_from oid 3 from oid 7 current snap is 14 2023-09-30T09:08:06.790 INFO:tasks.rados.rados.0.smithi118.stdout:173: read oid 33 snap -1 2023-09-30T09:08:06.790 INFO:tasks.rados.rados.0.smithi118.stdout:173: expect (ObjNum 32 snap 0 seq_num 32) 2023-09-30T09:08:06.794 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 14 2023-09-30T09:08:06.794 INFO:tasks.rados.rados.0.smithi118.stdout:174: seq_num 79 ranges {1531904=532480,2064384=565248,2629632=237568} 2023-09-30T09:08:06.801 INFO:tasks.rados.rados.0.smithi118.stdout:174: writing smithi118168640-16 from 1531904 to 2064384 tid 1 2023-09-30T09:08:06.804 INFO:tasks.rados.rados.0.smithi118.stdout:174: writing smithi118168640-16 from 2064384 to 2629632 tid 2 2023-09-30T09:08:06.805 INFO:tasks.rados.rados.0.smithi118.stdout:174: writing smithi118168640-16 from 2629632 to 2867200 tid 3 2023-09-30T09:08:06.806 INFO:tasks.rados.rados.0.smithi118.stdout:175: rmattr oid 34 current snap is 14 2023-09-30T09:08:06.806 INFO:tasks.rados.rados.0.smithi118.stdout:175: done (7 left) 2023-09-30T09:08:06.806 INFO:tasks.rados.rados.0.smithi118.stdout:176: snap_remove snap 8 2023-09-30T09:08:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[123327]: osdmap e91: 8 total, 8 up, 8 in 2023-09-30T09:08:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[123327]: Upgrade: Target is version 18.0.0-6447-g1d10b717 (unknown) 2023-09-30T09:08:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[123327]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0, digests ['quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0'] 2023-09-30T09:08:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:06 smithi118 ceph-mon[123327]: Upgrade: Need to upgrade myself (mgr.y) 2023-09-30T09:08:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:06 smithi192 ceph-mon[114603]: osdmap e91: 8 total, 8 up, 8 in 2023-09-30T09:08:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:06 smithi192 ceph-mon[114603]: Upgrade: Target is version 18.0.0-6447-g1d10b717 (unknown) 2023-09-30T09:08:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:06 smithi192 ceph-mon[114603]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0, digests ['quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0'] 2023-09-30T09:08:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:06 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:06 smithi192 ceph-mon[114603]: Upgrade: Need to upgrade myself (mgr.y) 2023-09-30T09:08:07.737 INFO:tasks.rados.rados.0.smithi118.stdout:176: done (7 left) 2023-09-30T09:08:07.737 INFO:tasks.rados.rados.0.smithi118.stdout:177: read oid 39 snap -1 2023-09-30T09:08:07.737 INFO:tasks.rados.rados.0.smithi118.stdout:177: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:07.737 INFO:tasks.rados.rados.0.smithi118.stdout:178: rmattr oid 4 current snap is 14 2023-09-30T09:08:07.737 INFO:tasks.rados.rados.0.smithi118.stdout:178: done (8 left) 2023-09-30T09:08:07.737 INFO:tasks.rados.rados.0.smithi118.stdout:179: snap_create 2023-09-30T09:08:07.741 INFO:tasks.rados.rados.0.smithi118.stdout:168: finishing write tid 1 to smithi118168640-13 2023-09-30T09:08:07.741 INFO:tasks.rados.rados.0.smithi118.stdout:168: finishing write tid 2 to smithi118168640-13 2023-09-30T09:08:07.741 INFO:tasks.rados.rados.0.smithi118.stdout:168: finishing write tid 3 to smithi118168640-13 2023-09-30T09:08:07.742 INFO:tasks.rados.rados.0.smithi118.stdout:168: finishing write tid 4 to smithi118168640-13 2023-09-30T09:08:07.742 INFO:tasks.rados.rados.0.smithi118.stdout:170: finishing rollback tid 0 to smithi118168640-19 2023-09-30T09:08:07.742 INFO:tasks.rados.rados.0.smithi118.stdout:170: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:08:07.742 INFO:tasks.rados.rados.0.smithi118.stdout:170: finishing rollback tid 2 to smithi118168640-19 2023-09-30T09:08:07.742 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 36 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-09-30T09:08:07.742 INFO:tasks.rados.rados.0.smithi118.stdout:173: expect (ObjNum 32 snap 0 seq_num 32) 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:171: finishing copy_from to smithi118168640-21 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:169: finishing copy_from to smithi118168640-15 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 3 (ObjNum 4 snap 0 seq_num 4) dirty exists 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:171: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:168: finishing write tid 5 to smithi118168640-13 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 41 (ObjNum 78 snap 14 seq_num 78) dirty exists 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:168: left oid 13 (ObjNum 78 snap 14 seq_num 78) 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:169: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:08:07.753 INFO:tasks.rados.rados.0.smithi118.stdout:172: finishing copy_from to smithi118168640-3 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:172: finishing copy_from racing read to smithi118168640-3 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:174: finishing write tid 1 to smithi118168640-16 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:174: finishing write tid 2 to smithi118168640-16 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:174: finishing write tid 3 to smithi118168640-16 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:174: finishing write tid 4 to smithi118168640-16 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:174: finishing write tid 5 to smithi118168640-16 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 42 (ObjNum 79 snap 14 seq_num 79) dirty exists 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:174: left oid 16 (ObjNum 79 snap 14 seq_num 79) 2023-09-30T09:08:07.754 INFO:tasks.rados.rados.0.smithi118.stdout:177: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[123327]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 on smithi192 2023-09-30T09:08:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[123327]: osdmap e92: 8 total, 8 up, 8 in 2023-09-30T09:08:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[123327]: pgmap v93: 121 pgs: 121 active+clean; 46 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 301 KiB/s rd, 1.6 MiB/s wr, 17 op/s 2023-09-30T09:08:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[123327]: osdmap e93: 8 total, 8 up, 8 in 2023-09-30T09:08:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[110048]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 on smithi192 2023-09-30T09:08:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[110048]: osdmap e92: 8 total, 8 up, 8 in 2023-09-30T09:08:08.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[110048]: pgmap v93: 121 pgs: 121 active+clean; 46 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 301 KiB/s rd, 1.6 MiB/s wr, 17 op/s 2023-09-30T09:08:08.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:07 smithi118 ceph-mon[110048]: osdmap e93: 8 total, 8 up, 8 in 2023-09-30T09:08:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:07 smithi192 ceph-mon[114603]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:842fd637775ede364d8d63f7b11a1a5940cb8e14653cebf5ae1ff346603854c0 on smithi192 2023-09-30T09:08:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:07 smithi192 ceph-mon[114603]: osdmap e92: 8 total, 8 up, 8 in 2023-09-30T09:08:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:07 smithi192 ceph-mon[114603]: pgmap v93: 121 pgs: 121 active+clean; 46 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 301 KiB/s rd, 1.6 MiB/s wr, 17 op/s 2023-09-30T09:08:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:07 smithi192 ceph-mon[114603]: osdmap e93: 8 total, 8 up, 8 in 2023-09-30T09:08:08.738 INFO:tasks.rados.rados.0.smithi118.stdout:168: done (8 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:169: done (7 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:170: done (6 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:171: done (5 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:172: done (4 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:173: done (3 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:174: done (2 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:177: done (1 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:179: done (0 left) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:180: copy_from oid 17 from oid 8 current snap is 15 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:181: read oid 32 snap -1 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:181: expect (ObjNum 66 snap 5 seq_num 66) 2023-09-30T09:08:08.739 INFO:tasks.rados.rados.0.smithi118.stdout:182: snap_remove snap 14 2023-09-30T09:08:09.743 INFO:tasks.rados.rados.0.smithi118.stdout:182: done (2 left) 2023-09-30T09:08:09.916 INFO:tasks.rados.rados.0.smithi118.stdout:183: rmattr oid 13 current snap is 15 2023-09-30T09:08:09.916 INFO:tasks.rados.rados.0.smithi118.stdout:183: done (2 left) 2023-09-30T09:08:09.916 INFO:tasks.rados.rados.0.smithi118.stdout:184: copy_from oid 27 from oid 29 current snap is 15 2023-09-30T09:08:09.916 INFO:tasks.rados.rados.0.smithi118.stdout:180: finishing copy_from to smithi118168640-17 2023-09-30T09:08:09.916 INFO:tasks.rados.rados.0.smithi118.stdout:180: got expected ENOENT (src dne) 2023-09-30T09:08:09.916 INFO:tasks.rados.rados.0.smithi118.stdout:180: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:08:09.916 INFO:tasks.rados.rados.0.smithi118.stdout:181: expect (ObjNum 66 snap 5 seq_num 66) 2023-09-30T09:08:09.917 INFO:tasks.rados.rados.0.smithi118.stdout:184: finishing copy_from to smithi118168640-27 2023-09-30T09:08:09.917 INFO:tasks.rados.rados.0.smithi118.stdout:184: got expected ENOENT (src dne) 2023-09-30T09:08:09.917 INFO:tasks.rados.rados.0.smithi118.stdout:184: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:08:09.917 INFO:tasks.rados.rados.0.smithi118.stdout:180: done (2 left) 2023-09-30T09:08:09.917 INFO:tasks.rados.rados.0.smithi118.stdout:181: done (1 left) 2023-09-30T09:08:09.917 INFO:tasks.rados.rados.0.smithi118.stdout:184: done (0 left) 2023-09-30T09:08:09.918 INFO:tasks.rados.rados.0.smithi118.stdout:185: snap_remove snap 9 2023-09-30T09:08:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:09 smithi118 ceph-mon[110048]: osdmap e94: 8 total, 8 up, 8 in 2023-09-30T09:08:10.152 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:09 smithi118 ceph-mon[110048]: pgmap v96: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 858 KiB/s wr, 9 op/s 2023-09-30T09:08:10.152 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:09 smithi118 ceph-mon[123327]: osdmap e94: 8 total, 8 up, 8 in 2023-09-30T09:08:10.152 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:09 smithi118 ceph-mon[123327]: pgmap v96: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 858 KiB/s wr, 9 op/s 2023-09-30T09:08:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:09 smithi192 ceph-mon[114603]: osdmap e94: 8 total, 8 up, 8 in 2023-09-30T09:08:10.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:09 smithi192 ceph-mon[114603]: pgmap v96: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 858 KiB/s wr, 9 op/s 2023-09-30T09:08:10.748 INFO:tasks.rados.rados.0.smithi118.stdout:185: done (0 left) 2023-09-30T09:08:10.749 INFO:tasks.rados.rados.0.smithi118.stdout:186: read oid 1 snap -1 2023-09-30T09:08:10.749 INFO:tasks.rados.rados.0.smithi118.stdout:186: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:10.749 INFO:tasks.rados.rados.0.smithi118.stdout:187: rollback oid 20 current snap is 15 2023-09-30T09:08:10.749 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 20 to 13 2023-09-30T09:08:10.749 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 15 2023-09-30T09:08:10.749 INFO:tasks.rados.rados.0.smithi118.stdout:188: seq_num 80 ranges {270336=548864,819200=450560,1269760=352256} 2023-09-30T09:08:10.753 INFO:tasks.rados.rados.0.smithi118.stdout:188: writing smithi118168640-17 from 270336 to 819200 tid 1 2023-09-30T09:08:10.758 INFO:tasks.rados.rados.0.smithi118.stdout:188: writing smithi118168640-17 from 819200 to 1269760 tid 2 2023-09-30T09:08:10.759 INFO:tasks.rados.rados.0.smithi118.stdout:188: writing smithi118168640-17 from 1269760 to 1622016 tid 3 2023-09-30T09:08:10.759 INFO:tasks.rados.rados.0.smithi118.stdout:189: read oid 29 snap -1 2023-09-30T09:08:10.759 INFO:tasks.rados.rados.0.smithi118.stdout:189: expect deleted 2023-09-30T09:08:10.759 INFO:tasks.rados.rados.0.smithi118.stdout:190: rollback oid 40 current snap is 15 2023-09-30T09:08:10.760 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 0 2023-09-30T09:08:10.760 INFO:tasks.rados.rados.0.smithi118.stdout:191: delete oid 28 current snap is 15 2023-09-30T09:08:10.764 INFO:tasks.rados.rados.0.smithi118.stdout:186: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:10.772 INFO:tasks.rados.rados.0.smithi118.stdout:188: finishing write tid 1 to smithi118168640-17 2023-09-30T09:08:10.772 INFO:tasks.rados.rados.0.smithi118.stdout:187: finishing rollback tid 0 to smithi118168640-20 2023-09-30T09:08:10.772 INFO:tasks.rados.rados.0.smithi118.stdout:187: finishing rollback tid 1 to smithi118168640-20 2023-09-30T09:08:10.772 INFO:tasks.rados.rados.0.smithi118.stdout:187: finishing rollback tid 2 to smithi118168640-20 2023-09-30T09:08:10.772 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 26 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:08:10.772 INFO:tasks.rados.rados.0.smithi118.stdout:190: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:188: finishing write tid 2 to smithi118168640-17 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:190: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:188: finishing write tid 3 to smithi118168640-17 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:188: finishing write tid 4 to smithi118168640-17 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:190: finishing rollback tid 2 to smithi118168640-40 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 29 (ObjNum 39 snap 0 seq_num 39) dirty exists 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:188: finishing write tid 5 to smithi118168640-17 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 26 (ObjNum 80 snap 15 seq_num 80) dirty exists 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:188: left oid 17 (ObjNum 80 snap 15 seq_num 80) 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:186: done (5 left) 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:187: done (4 left) 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:188: done (3 left) 2023-09-30T09:08:10.773 INFO:tasks.rados.rados.0.smithi118.stdout:189: done (2 left) 2023-09-30T09:08:10.774 INFO:tasks.rados.rados.0.smithi118.stdout:190: done (1 left) 2023-09-30T09:08:10.774 INFO:tasks.rados.rados.0.smithi118.stdout:191: done (0 left) 2023-09-30T09:08:10.774 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 15 2023-09-30T09:08:10.774 INFO:tasks.rados.rados.0.smithi118.stdout:192: seq_num 82 ranges {729088=581632,1310720=622592,1933312=180224} 2023-09-30T09:08:10.779 INFO:tasks.rados.rados.0.smithi118.stdout:192: writing smithi118168640-44 from 729088 to 1310720 tid 1 2023-09-30T09:08:10.782 INFO:tasks.rados.rados.0.smithi118.stdout:192: writing smithi118168640-44 from 1310720 to 1933312 tid 2 2023-09-30T09:08:10.784 INFO:tasks.rados.rados.0.smithi118.stdout:192: writing smithi118168640-44 from 1933312 to 2113536 tid 3 2023-09-30T09:08:10.784 INFO:tasks.rados.rados.0.smithi118.stdout:192: finishing write tid 1 to smithi118168640-44 2023-09-30T09:08:10.784 INFO:tasks.rados.rados.0.smithi118.stdout:193: snap_create 2023-09-30T09:08:10.785 INFO:tasks.rados.rados.0.smithi118.stdout:192: finishing write tid 2 to smithi118168640-44 2023-09-30T09:08:10.785 INFO:tasks.rados.rados.0.smithi118.stdout:192: finishing write tid 3 to smithi118168640-44 2023-09-30T09:08:10.786 INFO:tasks.rados.rados.0.smithi118.stdout:192: finishing write tid 4 to smithi118168640-44 2023-09-30T09:08:10.787 INFO:tasks.rados.rados.0.smithi118.stdout:192: finishing write tid 5 to smithi118168640-44 2023-09-30T09:08:10.787 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 33 (ObjNum 82 snap 15 seq_num 82) dirty exists 2023-09-30T09:08:10.787 INFO:tasks.rados.rados.0.smithi118.stdout:192: left oid 44 (ObjNum 82 snap 15 seq_num 82) 2023-09-30T09:08:11.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:10 smithi118 ceph-mon[123327]: osdmap e95: 8 total, 8 up, 8 in 2023-09-30T09:08:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:10 smithi118 ceph-mon[110048]: osdmap e95: 8 total, 8 up, 8 in 2023-09-30T09:08:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:10 smithi192 ceph-mon[114603]: osdmap e95: 8 total, 8 up, 8 in 2023-09-30T09:08:11.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:10 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:10] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:08:11.753 INFO:tasks.rados.rados.0.smithi118.stdout:192: done (1 left) 2023-09-30T09:08:11.753 INFO:tasks.rados.rados.0.smithi118.stdout:193: done (0 left) 2023-09-30T09:08:11.753 INFO:tasks.rados.rados.0.smithi118.stdout:194: snap_remove snap 10 2023-09-30T09:08:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:11 smithi118 ceph-mon[110048]: osdmap e96: 8 total, 8 up, 8 in 2023-09-30T09:08:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:11 smithi118 ceph-mon[110048]: pgmap v99: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 858 KiB/s wr, 9 op/s 2023-09-30T09:08:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:11 smithi118 ceph-mon[123327]: osdmap e96: 8 total, 8 up, 8 in 2023-09-30T09:08:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:11 smithi118 ceph-mon[123327]: pgmap v99: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 858 KiB/s wr, 9 op/s 2023-09-30T09:08:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:11 smithi192 ceph-mon[114603]: osdmap e96: 8 total, 8 up, 8 in 2023-09-30T09:08:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:11 smithi192 ceph-mon[114603]: pgmap v99: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail; 3.7 MiB/s rd, 858 KiB/s wr, 9 op/s 2023-09-30T09:08:12.731 INFO:tasks.rados.rados.0.smithi118.stdout:194: done (0 left) 2023-09-30T09:08:12.731 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 16 2023-09-30T09:08:12.731 INFO:tasks.rados.rados.0.smithi118.stdout:195: seq_num 83 ranges {0=598016,598016=499712,1097728=303104} 2023-09-30T09:08:12.736 INFO:tasks.rados.rados.0.smithi118.stdout:195: writing smithi118168640-22 from 0 to 598016 tid 1 2023-09-30T09:08:12.738 INFO:tasks.rados.rados.0.smithi118.stdout:195: writing smithi118168640-22 from 598016 to 1097728 tid 2 2023-09-30T09:08:12.741 INFO:tasks.rados.rados.0.smithi118.stdout:195: writing smithi118168640-22 from 1097728 to 1400832 tid 3 2023-09-30T09:08:12.741 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 16 2023-09-30T09:08:12.741 INFO:tasks.rados.rados.0.smithi118.stdout:196: seq_num 84 ranges {638976=614400,1253376=434176,1687552=368640} 2023-09-30T09:08:12.748 INFO:tasks.rados.rados.0.smithi118.stdout:196: writing smithi118168640-10 from 638976 to 1253376 tid 1 2023-09-30T09:08:12.751 INFO:tasks.rados.rados.0.smithi118.stdout:196: writing smithi118168640-10 from 1253376 to 1687552 tid 2 2023-09-30T09:08:12.754 INFO:tasks.rados.rados.0.smithi118.stdout:196: writing smithi118168640-10 from 1687552 to 2056192 tid 3 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:197: setattr oid 6 current snap is 16 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:195: finishing write tid 1 to smithi118168640-22 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:195: finishing write tid 2 to smithi118168640-22 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:195: finishing write tid 3 to smithi118168640-22 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:195: finishing write tid 4 to smithi118168640-22 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:195: finishing write tid 5 to smithi118168640-22 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 55 (ObjNum 83 snap 16 seq_num 83) dirty exists 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:195: left oid 22 (ObjNum 83 snap 16 seq_num 83) 2023-09-30T09:08:12.755 INFO:tasks.rados.rados.0.smithi118.stdout:196: finishing write tid 1 to smithi118168640-10 2023-09-30T09:08:12.756 INFO:tasks.rados.rados.0.smithi118.stdout:196: finishing write tid 2 to smithi118168640-10 2023-09-30T09:08:12.756 INFO:tasks.rados.rados.0.smithi118.stdout:195: done (2 left) 2023-09-30T09:08:12.756 INFO:tasks.rados.rados.0.smithi118.stdout:198: read oid 12 snap 13 2023-09-30T09:08:12.756 INFO:tasks.rados.rados.0.smithi118.stdout:198: expect (ObjNum 68 snap 6 seq_num 68) 2023-09-30T09:08:12.757 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 16 2023-09-30T09:08:12.757 INFO:tasks.rados.rados.0.smithi118.stdout:199: seq_num 85 ranges {393216=630784,1024000=720896,1744896=81920} 2023-09-30T09:08:12.761 INFO:tasks.rados.rados.0.smithi118.stdout:199: writing smithi118168640-3 from 393216 to 1024000 tid 1 2023-09-30T09:08:12.765 INFO:tasks.rados.rados.0.smithi118.stdout:199: writing smithi118168640-3 from 1024000 to 1744896 tid 2 2023-09-30T09:08:12.767 INFO:tasks.rados.rados.0.smithi118.stdout:199: writing smithi118168640-3 from 1744896 to 1826816 tid 3 2023-09-30T09:08:12.767 INFO:tasks.rados.rados.0.smithi118.stdout:200: snap_create 2023-09-30T09:08:12.767 INFO:tasks.rados.rados.0.smithi118.stdout:196: finishing write tid 3 to smithi118168640-10 2023-09-30T09:08:12.767 INFO:tasks.rados.rados.0.smithi118.stdout:196: finishing write tid 4 to smithi118168640-10 2023-09-30T09:08:12.768 INFO:tasks.rados.rados.0.smithi118.stdout:196: finishing write tid 5 to smithi118168640-10 2023-09-30T09:08:12.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 50 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:08:12.768 INFO:tasks.rados.rados.0.smithi118.stdout:196: left oid 10 (ObjNum 84 snap 16 seq_num 84) 2023-09-30T09:08:12.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 36 (ObjNum 36 snap 0 seq_num 36) dirty exists 2023-09-30T09:08:12.768 INFO:tasks.rados.rados.0.smithi118.stdout:199: finishing write tid 1 to smithi118168640-3 2023-09-30T09:08:12.769 INFO:tasks.rados.rados.0.smithi118.stdout:198: expect (ObjNum 68 snap 6 seq_num 68) 2023-09-30T09:08:12.803 INFO:tasks.rados.rados.0.smithi118.stdout:199: finishing write tid 2 to smithi118168640-3 2023-09-30T09:08:12.804 INFO:tasks.rados.rados.0.smithi118.stdout:199: finishing write tid 3 to smithi118168640-3 2023-09-30T09:08:12.804 INFO:tasks.rados.rados.0.smithi118.stdout:199: finishing write tid 4 to smithi118168640-3 2023-09-30T09:08:12.804 INFO:tasks.rados.rados.0.smithi118.stdout:199: finishing write tid 5 to smithi118168640-3 2023-09-30T09:08:12.804 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 41 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:12.804 INFO:tasks.rados.rados.0.smithi118.stdout:199: left oid 3 (ObjNum 85 snap 16 seq_num 85) 2023-09-30T09:08:13.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:12 smithi118 ceph-mon[123327]: osdmap e97: 8 total, 8 up, 8 in 2023-09-30T09:08:13.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:12 smithi118 ceph-mon[123327]: osdmap e98: 8 total, 8 up, 8 in 2023-09-30T09:08:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:12 smithi118 ceph-mon[110048]: osdmap e97: 8 total, 8 up, 8 in 2023-09-30T09:08:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:12 smithi118 ceph-mon[110048]: osdmap e98: 8 total, 8 up, 8 in 2023-09-30T09:08:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:12 smithi192 ceph-mon[114603]: osdmap e97: 8 total, 8 up, 8 in 2023-09-30T09:08:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:12 smithi192 ceph-mon[114603]: osdmap e98: 8 total, 8 up, 8 in 2023-09-30T09:08:13.761 INFO:tasks.rados.rados.0.smithi118.stdout:196: done (4 left) 2023-09-30T09:08:13.761 INFO:tasks.rados.rados.0.smithi118.stdout:197: done (3 left) 2023-09-30T09:08:13.761 INFO:tasks.rados.rados.0.smithi118.stdout:198: done (2 left) 2023-09-30T09:08:13.761 INFO:tasks.rados.rados.0.smithi118.stdout:199: done (1 left) 2023-09-30T09:08:13.761 INFO:tasks.rados.rados.0.smithi118.stdout:200: done (0 left) 2023-09-30T09:08:13.761 INFO:tasks.rados.rados.0.smithi118.stdout:201: snap_create 2023-09-30T09:08:14.082 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:08:14.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:13 smithi118 ceph-mon[123327]: pgmap v102: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:14.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:13 smithi118 ceph-mon[110048]: pgmap v102: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:13 smithi192 ceph-mon[114603]: pgmap v102: 121 pgs: 121 active+clean; 49 MiB data, 138 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (90s) 83s ago 116s 15.2M - 0.25.0 c8568f914cd2 eeaec1ea84dd 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (103s) 83s ago 103s 80.6M - 9.4.7 2c41d148cca3 90052b8f6b91 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (2m) 83s ago 2m 15.3M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (2m) 83s ago 2m 15.9M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443 running (5m) 83s ago 5m 438M - 17.2.6-1161-g191c1869 8497a1260037 ef47e170f9a7 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:9283 running (6m) 83s ago 6m 495M - 17.2.6-1161-g191c1869 8497a1260037 bc19f68eaef0 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (6m) 83s ago 6m 84.6M 2048M 17.2.6-1161-g191c1869 8497a1260037 37449c87c6d0 2023-09-30T09:08:14.384 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (5m) 83s ago 5m 65.0M 2048M 17.2.6-1161-g191c1869 8497a1260037 74cd2e6d34fe 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (5m) 83s ago 5m 66.6M 2048M 17.2.6-1161-g191c1869 8497a1260037 3bafd4b66f52 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (99s) 83s ago 99s 4106k - 1.5.0 0da6a335fe13 c716e4a3a48d 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (95s) 83s ago 95s 4018k - 1.5.0 0da6a335fe13 b857722aee19 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (4m) 83s ago 4m 61.0M 2998M 17.2.6-1161-g191c1869 8497a1260037 7496ad849d71 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (4m) 83s ago 4m 59.4M 2998M 17.2.6-1161-g191c1869 8497a1260037 7aa0bb3bf5ad 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (4m) 83s ago 4m 55.1M 2998M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (4m) 83s ago 4m 50.4M 2998M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (3m) 83s ago 3m 51.6M 2998M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (3m) 83s ago 3m 56.5M 2998M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (3m) 83s ago 3m 54.3M 2998M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:08:14.385 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (3m) 83s ago 3m 57.3M 2998M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:08:14.386 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (88s) 83s ago 2m 25.3M - 2.43.0 a07b618ecd1d 426af3c6d540 2023-09-30T09:08:14.755 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:14] "GET /metrics HTTP/1.1" 200 238916 "" "Prometheus/2.43.0" 2023-09-30T09:08:14.794 INFO:tasks.rados.rados.0.smithi118.stdout:201: done (0 left) 2023-09-30T09:08:14.795 INFO:tasks.rados.rados.0.smithi118.stdout:202: read oid 45 snap -1 2023-09-30T09:08:14.795 INFO:tasks.rados.rados.0.smithi118.stdout:202: expect (ObjNum 58 snap 3 seq_num 58) 2023-09-30T09:08:14.795 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 18 2023-09-30T09:08:14.795 INFO:tasks.rados.rados.0.smithi118.stdout:203: seq_num 86 ranges {1769472=647168,2416640=606208,3022848=196608} 2023-09-30T09:08:14.795 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:08:14.795 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:08:14.795 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:08:14.795 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:14.795 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 15 2023-09-30T09:08:14.796 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:08:14.797 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:08:14.797 INFO:tasks.rados.rados.0.smithi118.stdout:203: writing smithi118168640-31 from 1769472 to 2416640 tid 1 2023-09-30T09:08:14.797 INFO:tasks.rados.rados.0.smithi118.stdout:203: writing smithi118168640-31 from 2416640 to 3022848 tid 2 2023-09-30T09:08:14.797 INFO:tasks.rados.rados.0.smithi118.stdout:203: writing smithi118168640-31 from 3022848 to 3219456 tid 3 2023-09-30T09:08:14.797 INFO:tasks.rados.rados.0.smithi118.stdout:204: read oid 49 snap -1 2023-09-30T09:08:14.797 INFO:tasks.rados.rados.0.smithi118.stdout:204: expect (ObjNum 48 snap 0 seq_num 48) 2023-09-30T09:08:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:205: read oid 38 snap -1 2023-09-30T09:08:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:205: expect (ObjNum 57 snap 3 seq_num 57) 2023-09-30T09:08:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:206: read oid 40 snap -1 2023-09-30T09:08:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:206: expect (ObjNum 39 snap 0 seq_num 39) 2023-09-30T09:08:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:207: snap_create 2023-09-30T09:08:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:202: expect (ObjNum 58 snap 3 seq_num 58) 2023-09-30T09:08:14.830 INFO:tasks.rados.rados.0.smithi118.stdout:203: finishing write tid 1 to smithi118168640-31 2023-09-30T09:08:14.830 INFO:tasks.rados.rados.0.smithi118.stdout:206: expect (ObjNum 39 snap 0 seq_num 39) 2023-09-30T09:08:14.846 INFO:tasks.rados.rados.0.smithi118.stdout:203: finishing write tid 2 to smithi118168640-31 2023-09-30T09:08:14.846 INFO:tasks.rados.rados.0.smithi118.stdout:203: finishing write tid 3 to smithi118168640-31 2023-09-30T09:08:14.846 INFO:tasks.rados.rados.0.smithi118.stdout:203: finishing write tid 4 to smithi118168640-31 2023-09-30T09:08:14.846 INFO:tasks.rados.rados.0.smithi118.stdout:203: finishing write tid 5 to smithi118168640-31 2023-09-30T09:08:14.847 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 60 (ObjNum 86 snap 18 seq_num 86) dirty exists 2023-09-30T09:08:14.847 INFO:tasks.rados.rados.0.smithi118.stdout:203: left oid 31 (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:14.847 INFO:tasks.rados.rados.0.smithi118.stdout:205: expect (ObjNum 57 snap 3 seq_num 57) 2023-09-30T09:08:14.893 INFO:tasks.rados.rados.0.smithi118.stdout:204: expect (ObjNum 48 snap 0 seq_num 48) 2023-09-30T09:08:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:14 smithi118 ceph-mon[110048]: osdmap e99: 8 total, 8 up, 8 in 2023-09-30T09:08:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:14 smithi118 ceph-mon[110048]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:15.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:14 smithi118 ceph-mon[123327]: osdmap e99: 8 total, 8 up, 8 in 2023-09-30T09:08:15.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:14 smithi118 ceph-mon[123327]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:14 smithi192 ceph-mon[114603]: osdmap e99: 8 total, 8 up, 8 in 2023-09-30T09:08:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:14 smithi192 ceph-mon[114603]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:15.768 INFO:tasks.rados.rados.0.smithi118.stdout:202: done (5 left) 2023-09-30T09:08:15.768 INFO:tasks.rados.rados.0.smithi118.stdout:203: done (4 left) 2023-09-30T09:08:15.769 INFO:tasks.rados.rados.0.smithi118.stdout:204: done (3 left) 2023-09-30T09:08:15.769 INFO:tasks.rados.rados.0.smithi118.stdout:205: done (2 left) 2023-09-30T09:08:15.769 INFO:tasks.rados.rados.0.smithi118.stdout:206: done (1 left) 2023-09-30T09:08:15.769 INFO:tasks.rados.rados.0.smithi118.stdout:207: done (0 left) 2023-09-30T09:08:15.769 INFO:tasks.rados.rados.0.smithi118.stdout:208: snap_remove snap 0 2023-09-30T09:08:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[110048]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[110048]: osdmap e100: 8 total, 8 up, 8 in 2023-09-30T09:08:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/4036276546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:08:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[110048]: pgmap v105: 121 pgs: 121 active+clean; 56 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.7 MiB/s wr, 14 op/s 2023-09-30T09:08:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[123327]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:16.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[123327]: osdmap e100: 8 total, 8 up, 8 in 2023-09-30T09:08:16.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/4036276546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:08:16.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:15 smithi118 ceph-mon[123327]: pgmap v105: 121 pgs: 121 active+clean; 56 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.7 MiB/s wr, 14 op/s 2023-09-30T09:08:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:15 smithi192 ceph-mon[114603]: from='client.24980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:15 smithi192 ceph-mon[114603]: osdmap e100: 8 total, 8 up, 8 in 2023-09-30T09:08:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:15 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/4036276546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:08:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:15 smithi192 ceph-mon[114603]: pgmap v105: 121 pgs: 121 active+clean; 56 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.7 MiB/s wr, 14 op/s 2023-09-30T09:08:16.773 INFO:tasks.rados.rados.0.smithi118.stdout:208: done (0 left) 2023-09-30T09:08:16.774 INFO:tasks.rados.rados.0.smithi118.stdout:209: read oid 36 snap -1 2023-09-30T09:08:16.774 INFO:tasks.rados.rados.0.smithi118.stdout:209: expect (ObjNum 27 snap 0 seq_num 27) 2023-09-30T09:08:16.774 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 19 2023-09-30T09:08:16.774 INFO:tasks.rados.rados.0.smithi118.stdout:210: seq_num 87 ranges {393216=663552,1056768=491520,1548288=311296} 2023-09-30T09:08:16.781 INFO:tasks.rados.rados.0.smithi118.stdout:210: writing smithi118168640-1 from 393216 to 1056768 tid 1 2023-09-30T09:08:16.783 INFO:tasks.rados.rados.0.smithi118.stdout:210: writing smithi118168640-1 from 1056768 to 1548288 tid 2 2023-09-30T09:08:16.791 INFO:tasks.rados.rados.0.smithi118.stdout:210: writing smithi118168640-1 from 1548288 to 1859584 tid 3 2023-09-30T09:08:16.791 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 19 2023-09-30T09:08:16.791 INFO:tasks.rados.rados.0.smithi118.stdout:211: seq_num 88 ranges {1269760=679936,1949696=778240,2727936=24576} 2023-09-30T09:08:16.796 INFO:tasks.rados.rados.0.smithi118.stdout:211: writing smithi118168640-9 from 1269760 to 1949696 tid 1 2023-09-30T09:08:16.801 INFO:tasks.rados.rados.0.smithi118.stdout:211: writing smithi118168640-9 from 1949696 to 2727936 tid 2 2023-09-30T09:08:16.801 INFO:tasks.rados.rados.0.smithi118.stdout:211: writing smithi118168640-9 from 2727936 to 2752512 tid 3 2023-09-30T09:08:16.801 INFO:tasks.rados.rados.0.smithi118.stdout:212: rmattr oid 11 current snap is 19 2023-09-30T09:08:16.801 INFO:tasks.rados.rados.0.smithi118.stdout:212: done (3 left) 2023-09-30T09:08:16.802 INFO:tasks.rados.rados.0.smithi118.stdout:213: snap_remove snap 13 2023-09-30T09:08:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:16 smithi118 ceph-mon[110048]: osdmap e101: 8 total, 8 up, 8 in 2023-09-30T09:08:17.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:16 smithi118 ceph-mon[123327]: osdmap e101: 8 total, 8 up, 8 in 2023-09-30T09:08:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:16 smithi192 ceph-mon[114603]: osdmap e101: 8 total, 8 up, 8 in 2023-09-30T09:08:17.732 INFO:tasks.rados.rados.0.smithi118.stdout:213: done (3 left) 2023-09-30T09:08:17.732 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 19 2023-09-30T09:08:17.733 INFO:tasks.rados.rados.0.smithi118.stdout:214: seq_num 89 ranges {0=696320,696320=655360,1351680=147456} 2023-09-30T09:08:17.742 INFO:tasks.rados.rados.0.smithi118.stdout:214: writing smithi118168640-2 from 0 to 696320 tid 1 2023-09-30T09:08:17.742 INFO:tasks.rados.rados.0.smithi118.stdout:214: writing smithi118168640-2 from 696320 to 1351680 tid 2 2023-09-30T09:08:17.742 INFO:tasks.rados.rados.0.smithi118.stdout:214: writing smithi118168640-2 from 1351680 to 1499136 tid 3 2023-09-30T09:08:17.742 INFO:tasks.rados.rados.0.smithi118.stdout:215: copy_from oid 38 from oid 46 current snap is 19 2023-09-30T09:08:17.743 INFO:tasks.rados.rados.0.smithi118.stdout:209: expect (ObjNum 27 snap 0 seq_num 27) 2023-09-30T09:08:17.757 INFO:tasks.rados.rados.0.smithi118.stdout:210: finishing write tid 1 to smithi118168640-1 2023-09-30T09:08:17.757 INFO:tasks.rados.rados.0.smithi118.stdout:210: finishing write tid 2 to smithi118168640-1 2023-09-30T09:08:17.757 INFO:tasks.rados.rados.0.smithi118.stdout:210: finishing write tid 3 to smithi118168640-1 2023-09-30T09:08:17.757 INFO:tasks.rados.rados.0.smithi118.stdout:210: finishing write tid 4 to smithi118168640-1 2023-09-30T09:08:17.758 INFO:tasks.rados.rados.0.smithi118.stdout:209: done (4 left) 2023-09-30T09:08:17.758 INFO:tasks.rados.rados.0.smithi118.stdout:216: snap_remove snap 17 2023-09-30T09:08:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:17 smithi118 ceph-mon[110048]: osdmap e102: 8 total, 8 up, 8 in 2023-09-30T09:08:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:17 smithi118 ceph-mon[110048]: pgmap v108: 121 pgs: 121 active+clean; 56 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.7 MiB/s wr, 14 op/s 2023-09-30T09:08:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:17 smithi118 ceph-mon[110048]: osdmap e103: 8 total, 8 up, 8 in 2023-09-30T09:08:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:17 smithi118 ceph-mon[123327]: osdmap e102: 8 total, 8 up, 8 in 2023-09-30T09:08:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:17 smithi118 ceph-mon[123327]: pgmap v108: 121 pgs: 121 active+clean; 56 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.7 MiB/s wr, 14 op/s 2023-09-30T09:08:18.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:17 smithi118 ceph-mon[123327]: osdmap e103: 8 total, 8 up, 8 in 2023-09-30T09:08:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:17 smithi192 ceph-mon[114603]: osdmap e102: 8 total, 8 up, 8 in 2023-09-30T09:08:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:17 smithi192 ceph-mon[114603]: pgmap v108: 121 pgs: 121 active+clean; 56 MiB data, 156 MiB used, 715 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.7 MiB/s wr, 14 op/s 2023-09-30T09:08:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:17 smithi192 ceph-mon[114603]: osdmap e103: 8 total, 8 up, 8 in 2023-09-30T09:08:18.743 INFO:tasks.rados.rados.0.smithi118.stdout:216: done (4 left) 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:217: rmattr oid 20 current snap is 19 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:210: finishing write tid 5 to smithi118168640-1 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 41 (ObjNum 87 snap 19 seq_num 87) dirty exists 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:210: left oid 1 (ObjNum 87 snap 19 seq_num 87) 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:211: finishing write tid 1 to smithi118168640-9 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:211: finishing write tid 2 to smithi118168640-9 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:211: finishing write tid 3 to smithi118168640-9 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:211: finishing write tid 4 to smithi118168640-9 2023-09-30T09:08:18.744 INFO:tasks.rados.rados.0.smithi118.stdout:211: finishing write tid 5 to smithi118168640-9 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 27 (ObjNum 88 snap 19 seq_num 88) dirty exists 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:211: left oid 9 (ObjNum 88 snap 19 seq_num 88) 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:214: finishing write tid 1 to smithi118168640-2 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:214: finishing write tid 2 to smithi118168640-2 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:210: done (4 left) 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:211: done (3 left) 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:218: rmattr oid 25 current snap is 19 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:218: done (3 left) 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:219: rmattr oid 4 current snap is 19 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:219: done (3 left) 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:220: read oid 1 snap -1 2023-09-30T09:08:18.745 INFO:tasks.rados.rados.0.smithi118.stdout:220: expect (ObjNum 87 snap 19 seq_num 87) 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:221: read oid 6 snap -1 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:221: expect (ObjNum 36 snap 0 seq_num 36) 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:222: delete oid 25 current snap is 19 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:214: finishing write tid 3 to smithi118168640-2 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:214: finishing write tid 4 to smithi118168640-2 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:214: finishing write tid 5 to smithi118168640-2 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 56 (ObjNum 89 snap 19 seq_num 89) dirty exists 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:214: left oid 2 (ObjNum 89 snap 19 seq_num 89) 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:215: finishing copy_from to smithi118168640-38 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 21 (ObjNum 72 snap 11 seq_num 72) dirty exists 2023-09-30T09:08:18.746 INFO:tasks.rados.rados.0.smithi118.stdout:215: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:214: done (5 left) 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:215: done (4 left) 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:222: done (3 left) 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:223: read oid 4 snap -1 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:223: expect (ObjNum 3 snap 0 seq_num 3) 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:224: copy_from oid 27 from oid 3 current snap is 19 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:225: copy_from oid 16 from oid 21 current snap is 19 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:226: read oid 33 snap 15 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:226: expect (ObjNum 32 snap 0 seq_num 32) 2023-09-30T09:08:18.747 INFO:tasks.rados.rados.0.smithi118.stdout:227: delete oid 47 current snap is 19 2023-09-30T09:08:18.748 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 53 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:08:18.752 INFO:tasks.rados.rados.0.smithi118.stdout:223: expect (ObjNum 3 snap 0 seq_num 3) 2023-09-30T09:08:18.754 INFO:tasks.rados.rados.0.smithi118.stdout:217: done (7 left) 2023-09-30T09:08:18.754 INFO:tasks.rados.rados.0.smithi118.stdout:223: done (6 left) 2023-09-30T09:08:18.754 INFO:tasks.rados.rados.0.smithi118.stdout:227: done (5 left) 2023-09-30T09:08:18.755 INFO:tasks.rados.rados.0.smithi118.stdout:228: rollback oid 20 current snap is 19 2023-09-30T09:08:18.755 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 20 to 18 2023-09-30T09:08:18.755 INFO:tasks.rados.rados.0.smithi118.stdout:226: expect (ObjNum 32 snap 0 seq_num 32) 2023-09-30T09:08:18.771 INFO:tasks.rados.rados.0.smithi118.stdout:221: expect (ObjNum 36 snap 0 seq_num 36) 2023-09-30T09:08:18.789 INFO:tasks.rados.rados.0.smithi118.stdout:228: finishing rollback tid 0 to smithi118168640-20 2023-09-30T09:08:18.789 INFO:tasks.rados.rados.0.smithi118.stdout:228: finishing rollback tid 1 to smithi118168640-20 2023-09-30T09:08:18.789 INFO:tasks.rados.rados.0.smithi118.stdout:228: finishing rollback tid 2 to smithi118168640-20 2023-09-30T09:08:18.789 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 56 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:08:18.789 INFO:tasks.rados.rados.0.smithi118.stdout:220: expect (ObjNum 87 snap 19 seq_num 87) 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:225: finishing copy_from to smithi118168640-16 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:225: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:224: finishing copy_from to smithi118168640-27 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 41 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:224: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:220: done (5 left) 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:221: done (4 left) 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:224: done (3 left) 2023-09-30T09:08:18.843 INFO:tasks.rados.rados.0.smithi118.stdout:225: done (2 left) 2023-09-30T09:08:18.844 INFO:tasks.rados.rados.0.smithi118.stdout:226: done (1 left) 2023-09-30T09:08:18.844 INFO:tasks.rados.rados.0.smithi118.stdout:228: done (0 left) 2023-09-30T09:08:18.844 INFO:tasks.rados.rados.0.smithi118.stdout:229: delete oid 4 current snap is 19 2023-09-30T09:08:18.844 INFO:tasks.rados.rados.0.smithi118.stdout:229: done (0 left) 2023-09-30T09:08:18.844 INFO:tasks.rados.rados.0.smithi118.stdout:230: copy_from oid 44 from oid 24 current snap is 19 2023-09-30T09:08:18.845 INFO:tasks.rados.rados.0.smithi118.stdout:231: rollback oid 13 current snap is 19 2023-09-30T09:08:18.845 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 13 to 12 2023-09-30T09:08:18.845 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 19 2023-09-30T09:08:18.845 INFO:tasks.rados.rados.0.smithi118.stdout:232: seq_num 93 ranges {1622016=761856,2383872=647168,3031040=155648} 2023-09-30T09:08:18.857 INFO:tasks.rados.rados.0.smithi118.stdout:232: writing smithi118168640-17 from 1622016 to 2383872 tid 1 2023-09-30T09:08:18.862 INFO:tasks.rados.rados.0.smithi118.stdout:232: writing smithi118168640-17 from 2383872 to 3031040 tid 2 2023-09-30T09:08:18.862 INFO:tasks.rados.rados.0.smithi118.stdout:232: writing smithi118168640-17 from 3031040 to 3186688 tid 3 2023-09-30T09:08:18.862 INFO:tasks.rados.rados.0.smithi118.stdout:233: rollback oid 35 current snap is 19 2023-09-30T09:08:18.862 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 18 2023-09-30T09:08:18.865 INFO:tasks.rados.rados.0.smithi118.stdout:231: finishing rollback tid 0 to smithi118168640-13 2023-09-30T09:08:18.865 INFO:tasks.rados.rados.0.smithi118.stdout:231: finishing rollback tid 1 to smithi118168640-13 2023-09-30T09:08:18.866 INFO:tasks.rados.rados.0.smithi118.stdout:231: finishing rollback tid 2 to smithi118168640-13 2023-09-30T09:08:18.866 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 59 (ObjNum 59 snap 3 seq_num 59) dirty exists 2023-09-30T09:08:18.866 INFO:tasks.rados.rados.0.smithi118.stdout:230: finishing copy_from to smithi118168640-44 2023-09-30T09:08:18.866 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:08:18.866 INFO:tasks.rados.rados.0.smithi118.stdout:230: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:08:18.866 INFO:tasks.rados.rados.0.smithi118.stdout:232: finishing write tid 1 to smithi118168640-17 2023-09-30T09:08:18.867 INFO:tasks.rados.rados.0.smithi118.stdout:230: done (3 left) 2023-09-30T09:08:18.867 INFO:tasks.rados.rados.0.smithi118.stdout:231: done (2 left) 2023-09-30T09:08:18.867 INFO:tasks.rados.rados.0.smithi118.stdout:234: snap_remove snap 11 2023-09-30T09:08:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:18 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:18 smithi118 ceph-mon[110048]: osdmap e104: 8 total, 8 up, 8 in 2023-09-30T09:08:19.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:18 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:19.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:18 smithi118 ceph-mon[123327]: osdmap e104: 8 total, 8 up, 8 in 2023-09-30T09:08:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:18 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:18 smithi192 ceph-mon[114603]: osdmap e104: 8 total, 8 up, 8 in 2023-09-30T09:08:19.800 INFO:tasks.rados.rados.0.smithi118.stdout:234: done (2 left) 2023-09-30T09:08:19.800 INFO:tasks.rados.rados.0.smithi118.stdout:235: snap_remove snap 16 2023-09-30T09:08:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:19 smithi118 ceph-mon[110048]: pgmap v111: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s rd, 2.4 MiB/s wr, 18 op/s 2023-09-30T09:08:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:19 smithi118 ceph-mon[123327]: pgmap v111: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s rd, 2.4 MiB/s wr, 18 op/s 2023-09-30T09:08:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:19 smithi192 ceph-mon[114603]: pgmap v111: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s rd, 2.4 MiB/s wr, 18 op/s 2023-09-30T09:08:20.803 INFO:tasks.rados.rados.0.smithi118.stdout:235: done (2 left) 2023-09-30T09:08:20.803 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 19 2023-09-30T09:08:20.803 INFO:tasks.rados.rados.0.smithi118.stdout:232: finishing write tid 2 to smithi118168640-17 2023-09-30T09:08:20.804 INFO:tasks.rados.rados.0.smithi118.stdout:232: finishing write tid 3 to smithi118168640-17 2023-09-30T09:08:20.804 INFO:tasks.rados.rados.0.smithi118.stdout:232: finishing write tid 4 to smithi118168640-17 2023-09-30T09:08:20.804 INFO:tasks.rados.rados.0.smithi118.stdout:233: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:08:20.804 INFO:tasks.rados.rados.0.smithi118.stdout:233: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:08:20.804 INFO:tasks.rados.rados.0.smithi118.stdout:236: seq_num 94 ranges {393216=778240,1171456=532480,1703936=270336} 2023-09-30T09:08:20.810 INFO:tasks.rados.rados.0.smithi118.stdout:236: writing smithi118168640-24 from 393216 to 1171456 tid 1 2023-09-30T09:08:20.812 INFO:tasks.rados.rados.0.smithi118.stdout:236: writing smithi118168640-24 from 1171456 to 1703936 tid 2 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:236: writing smithi118168640-24 from 1703936 to 1974272 tid 3 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:237: copy_from oid 18 from oid 39 current snap is 19 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:233: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 68 (ObjNum 34 snap 0 seq_num 34) dirty exists 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:232: finishing write tid 5 to smithi118168640-17 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 43 (ObjNum 93 snap 19 seq_num 93) dirty exists 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:232: left oid 17 (ObjNum 93 snap 19 seq_num 93) 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:232: done (3 left) 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:233: done (2 left) 2023-09-30T09:08:20.815 INFO:tasks.rados.rados.0.smithi118.stdout:238: delete oid 15 current snap is 19 2023-09-30T09:08:20.863 INFO:tasks.rados.rados.0.smithi118.stdout:238: done (2 left) 2023-09-30T09:08:20.863 INFO:tasks.rados.rados.0.smithi118.stdout:239: delete oid 41 current snap is 19 2023-09-30T09:08:20.865 INFO:tasks.rados.rados.0.smithi118.stdout:236: finishing write tid 1 to smithi118168640-24 2023-09-30T09:08:20.865 INFO:tasks.rados.rados.0.smithi118.stdout:236: finishing write tid 2 to smithi118168640-24 2023-09-30T09:08:20.866 INFO:tasks.rados.rados.0.smithi118.stdout:236: finishing write tid 3 to smithi118168640-24 2023-09-30T09:08:20.866 INFO:tasks.rados.rados.0.smithi118.stdout:236: finishing write tid 4 to smithi118168640-24 2023-09-30T09:08:20.866 INFO:tasks.rados.rados.0.smithi118.stdout:239: done (2 left) 2023-09-30T09:08:20.866 INFO:tasks.rados.rados.0.smithi118.stdout:240: setattr oid 8 current snap is 19 2023-09-30T09:08:20.867 INFO:tasks.rados.rados.0.smithi118.stdout:236: finishing write tid 5 to smithi118168640-24 2023-09-30T09:08:20.867 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 38 (ObjNum 94 snap 19 seq_num 94) dirty exists 2023-09-30T09:08:20.867 INFO:tasks.rados.rados.0.smithi118.stdout:236: left oid 24 (ObjNum 94 snap 19 seq_num 94) 2023-09-30T09:08:20.868 INFO:tasks.rados.rados.0.smithi118.stdout:237: finishing copy_from to smithi118168640-18 2023-09-30T09:08:20.868 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 2 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-09-30T09:08:20.869 INFO:tasks.rados.rados.0.smithi118.stdout:237: finishing copy_from racing read to smithi118168640-18 2023-09-30T09:08:20.869 INFO:tasks.rados.rados.0.smithi118.stdout:236: done (2 left) 2023-09-30T09:08:20.869 INFO:tasks.rados.rados.0.smithi118.stdout:237: done (1 left) 2023-09-30T09:08:20.869 INFO:tasks.rados.rados.0.smithi118.stdout:241: snap_remove snap 3 2023-09-30T09:08:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:20 smithi118 ceph-mon[110048]: osdmap e105: 8 total, 8 up, 8 in 2023-09-30T09:08:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:20 smithi118 ceph-mon[123327]: osdmap e105: 8 total, 8 up, 8 in 2023-09-30T09:08:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:20 smithi192 ceph-mon[114603]: osdmap e105: 8 total, 8 up, 8 in 2023-09-30T09:08:21.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:20] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:08:21.809 INFO:tasks.rados.rados.0.smithi118.stdout:241: done (1 left) 2023-09-30T09:08:21.809 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 19 2023-09-30T09:08:21.809 INFO:tasks.rados.rados.0.smithi118.stdout:242: seq_num 97 ranges {606208=434176,1040384=581632,1622016=540672,2162688=81920} 2023-09-30T09:08:21.819 INFO:tasks.rados.rados.0.smithi118.stdout:242: writing smithi118168640-37 from 606208 to 1040384 tid 1 2023-09-30T09:08:21.819 INFO:tasks.rados.rados.0.smithi118.stdout:242: writing smithi118168640-37 from 1040384 to 1622016 tid 2 2023-09-30T09:08:21.829 INFO:tasks.rados.rados.0.smithi118.stdout:242: writing smithi118168640-37 from 1622016 to 2162688 tid 3 2023-09-30T09:08:21.829 INFO:tasks.rados.rados.0.smithi118.stdout:242: writing smithi118168640-37 from 2162688 to 2244608 tid 4 2023-09-30T09:08:21.830 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 19 2023-09-30T09:08:21.830 INFO:tasks.rados.rados.0.smithi118.stdout:243: seq_num 98 ranges {794624=450560,1245184=466944,1712128=737280} 2023-09-30T09:08:21.831 INFO:tasks.rados.rados.0.smithi118.stdout:243: writing smithi118168640-48 from 794624 to 1245184 tid 1 2023-09-30T09:08:21.833 INFO:tasks.rados.rados.0.smithi118.stdout:243: writing smithi118168640-48 from 1245184 to 1712128 tid 2 2023-09-30T09:08:21.838 INFO:tasks.rados.rados.0.smithi118.stdout:243: writing smithi118168640-48 from 1712128 to 2449408 tid 3 2023-09-30T09:08:21.838 INFO:tasks.rados.rados.0.smithi118.stdout:244: copy_from oid 26 from oid 14 current snap is 19 2023-09-30T09:08:21.838 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 51 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-09-30T09:08:21.838 INFO:tasks.rados.rados.0.smithi118.stdout:242: finishing write tid 1 to smithi118168640-37 2023-09-30T09:08:21.838 INFO:tasks.rados.rados.0.smithi118.stdout:242: finishing write tid 2 to smithi118168640-37 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:240: done (3 left) 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:245: snap_create 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:242: finishing write tid 3 to smithi118168640-37 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:242: finishing write tid 4 to smithi118168640-37 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:242: finishing write tid 5 to smithi118168640-37 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:242: finishing write tid 6 to smithi118168640-37 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 61 (ObjNum 97 snap 19 seq_num 97) dirty exists 2023-09-30T09:08:21.839 INFO:tasks.rados.rados.0.smithi118.stdout:242: left oid 37 (ObjNum 97 snap 19 seq_num 97) 2023-09-30T09:08:21.840 INFO:tasks.rados.rados.0.smithi118.stdout:243: finishing write tid 1 to smithi118168640-48 2023-09-30T09:08:21.840 INFO:tasks.rados.rados.0.smithi118.stdout:243: finishing write tid 2 to smithi118168640-48 2023-09-30T09:08:21.841 INFO:tasks.rados.rados.0.smithi118.stdout:243: finishing write tid 3 to smithi118168640-48 2023-09-30T09:08:21.841 INFO:tasks.rados.rados.0.smithi118.stdout:243: finishing write tid 4 to smithi118168640-48 2023-09-30T09:08:21.842 INFO:tasks.rados.rados.0.smithi118.stdout:243: finishing write tid 5 to smithi118168640-48 2023-09-30T09:08:21.842 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 69 (ObjNum 98 snap 19 seq_num 98) dirty exists 2023-09-30T09:08:21.843 INFO:tasks.rados.rados.0.smithi118.stdout:243: left oid 48 (ObjNum 98 snap 19 seq_num 98) 2023-09-30T09:08:21.844 INFO:tasks.rados.rados.0.smithi118.stdout:244: finishing copy_from to smithi118168640-26 2023-09-30T09:08:21.844 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 13 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:08:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:244: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:08:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:21 smithi118 ceph-mon[110048]: osdmap e106: 8 total, 8 up, 8 in 2023-09-30T09:08:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:21 smithi118 ceph-mon[110048]: pgmap v114: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s rd, 2.4 MiB/s wr, 18 op/s 2023-09-30T09:08:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:21 smithi118 ceph-mon[123327]: osdmap e106: 8 total, 8 up, 8 in 2023-09-30T09:08:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:21 smithi118 ceph-mon[123327]: pgmap v114: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s rd, 2.4 MiB/s wr, 18 op/s 2023-09-30T09:08:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:21 smithi192 ceph-mon[114603]: osdmap e106: 8 total, 8 up, 8 in 2023-09-30T09:08:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:21 smithi192 ceph-mon[114603]: pgmap v114: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s rd, 2.4 MiB/s wr, 18 op/s 2023-09-30T09:08:22.733 INFO:tasks.rados.rados.0.smithi118.stdout:242: done (3 left) 2023-09-30T09:08:22.734 INFO:tasks.rados.rados.0.smithi118.stdout:243: done (2 left) 2023-09-30T09:08:22.734 INFO:tasks.rados.rados.0.smithi118.stdout:244: done (1 left) 2023-09-30T09:08:22.734 INFO:tasks.rados.rados.0.smithi118.stdout:245: done (0 left) 2023-09-30T09:08:22.734 INFO:tasks.rados.rados.0.smithi118.stdout:246: snap_create 2023-09-30T09:08:23.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:22 smithi118 ceph-mon[110048]: osdmap e107: 8 total, 8 up, 8 in 2023-09-30T09:08:23.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:22 smithi118 ceph-mon[110048]: osdmap e108: 8 total, 8 up, 8 in 2023-09-30T09:08:23.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:22 smithi118 ceph-mon[123327]: osdmap e107: 8 total, 8 up, 8 in 2023-09-30T09:08:23.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:22 smithi118 ceph-mon[123327]: osdmap e108: 8 total, 8 up, 8 in 2023-09-30T09:08:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:22 smithi192 ceph-mon[114603]: osdmap e107: 8 total, 8 up, 8 in 2023-09-30T09:08:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:22 smithi192 ceph-mon[114603]: osdmap e108: 8 total, 8 up, 8 in 2023-09-30T09:08:23.739 INFO:tasks.rados.rados.0.smithi118.stdout:246: done (0 left) 2023-09-30T09:08:23.739 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 21 2023-09-30T09:08:23.740 INFO:tasks.rados.rados.0.smithi118.stdout:247: seq_num 99 ranges {3186688=466944,3653632=802816,4456448=401408} 2023-09-30T09:08:23.758 INFO:tasks.rados.rados.0.smithi118.stdout:247: writing smithi118168640-17 from 3186688 to 3653632 tid 1 2023-09-30T09:08:23.763 INFO:tasks.rados.rados.0.smithi118.stdout:247: writing smithi118168640-17 from 3653632 to 4456448 tid 2 2023-09-30T09:08:23.766 INFO:tasks.rados.rados.0.smithi118.stdout:247: writing smithi118168640-17 from 4456448 to 4857856 tid 3 2023-09-30T09:08:23.766 INFO:tasks.rados.rados.0.smithi118.stdout:248: rollback oid 8 current snap is 21 2023-09-30T09:08:23.766 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 8 to 18 2023-09-30T09:08:23.766 INFO:tasks.rados.rados.0.smithi118.stdout:247: finishing write tid 1 to smithi118168640-17 2023-09-30T09:08:23.766 INFO:tasks.rados.rados.0.smithi118.stdout:249: rmattr oid 26 current snap is 21 2023-09-30T09:08:23.766 INFO:tasks.rados.rados.0.smithi118.stdout:249: done (2 left) 2023-09-30T09:08:23.766 INFO:tasks.rados.rados.0.smithi118.stdout:250: delete oid 2 current snap is 21 2023-09-30T09:08:23.768 INFO:tasks.rados.rados.0.smithi118.stdout:247: finishing write tid 2 to smithi118168640-17 2023-09-30T09:08:23.770 INFO:tasks.rados.rados.0.smithi118.stdout:247: finishing write tid 3 to smithi118168640-17 2023-09-30T09:08:23.770 INFO:tasks.rados.rados.0.smithi118.stdout:247: finishing write tid 4 to smithi118168640-17 2023-09-30T09:08:23.770 INFO:tasks.rados.rados.0.smithi118.stdout:248: finishing rollback tid 0 to smithi118168640-8 2023-09-30T09:08:23.771 INFO:tasks.rados.rados.0.smithi118.stdout:247: finishing write tid 5 to smithi118168640-17 2023-09-30T09:08:23.771 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 66 (ObjNum 99 snap 21 seq_num 99) dirty exists 2023-09-30T09:08:23.771 INFO:tasks.rados.rados.0.smithi118.stdout:247: left oid 17 (ObjNum 99 snap 21 seq_num 99) 2023-09-30T09:08:23.771 INFO:tasks.rados.rados.0.smithi118.stdout:248: finishing rollback tid 1 to smithi118168640-8 2023-09-30T09:08:23.771 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 69 (ObjNum 65 snap 0 seq_num 1901617237) dirty dne 2023-09-30T09:08:23.772 INFO:tasks.rados.rados.0.smithi118.stdout:247: done (2 left) 2023-09-30T09:08:23.772 INFO:tasks.rados.rados.0.smithi118.stdout:248: done (1 left) 2023-09-30T09:08:23.772 INFO:tasks.rados.rados.0.smithi118.stdout:250: done (0 left) 2023-09-30T09:08:23.772 INFO:tasks.rados.rados.0.smithi118.stdout:251: rmattr oid 38 current snap is 21 2023-09-30T09:08:23.772 INFO:tasks.rados.rados.0.smithi118.stdout:251: done (0 left) 2023-09-30T09:08:23.772 INFO:tasks.rados.rados.0.smithi118.stdout:252: snap_create 2023-09-30T09:08:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:23 smithi118 ceph-mon[110048]: pgmap v117: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:23 smithi118 ceph-mon[110048]: osdmap e109: 8 total, 8 up, 8 in 2023-09-30T09:08:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:23 smithi118 ceph-mon[123327]: pgmap v117: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:23 smithi118 ceph-mon[123327]: osdmap e109: 8 total, 8 up, 8 in 2023-09-30T09:08:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:23 smithi192 ceph-mon[114603]: pgmap v117: 121 pgs: 121 active+clean; 61 MiB data, 169 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:23 smithi192 ceph-mon[114603]: osdmap e109: 8 total, 8 up, 8 in 2023-09-30T09:08:24.742 INFO:tasks.rados.rados.0.smithi118.stdout:252: done (0 left) 2023-09-30T09:08:24.742 INFO:tasks.rados.rados.0.smithi118.stdout:253: copy_from oid 48 from oid 47 current snap is 22 2023-09-30T09:08:24.742 INFO:tasks.rados.rados.0.smithi118.stdout:254: read oid 34 snap -1 2023-09-30T09:08:24.742 INFO:tasks.rados.rados.0.smithi118.stdout:254: expect (ObjNum 36 snap 0 seq_num 36) 2023-09-30T09:08:24.742 INFO:tasks.rados.rados.0.smithi118.stdout:255: snap_create 2023-09-30T09:08:24.746 INFO:tasks.rados.rados.0.smithi118.stdout:254: expect (ObjNum 36 snap 0 seq_num 36) 2023-09-30T09:08:24.762 INFO:tasks.rados.rados.0.smithi118.stdout:253: finishing copy_from to smithi118168640-48 2023-09-30T09:08:24.762 INFO:tasks.rados.rados.0.smithi118.stdout:253: got expected ENOENT (src dne) 2023-09-30T09:08:24.762 INFO:tasks.rados.rados.0.smithi118.stdout:253: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:08:24.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:24 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:24] "GET /metrics HTTP/1.1" 200 239018 "" "Prometheus/2.43.0" 2023-09-30T09:08:25.746 INFO:tasks.rados.rados.0.smithi118.stdout:253: done (2 left) 2023-09-30T09:08:25.747 INFO:tasks.rados.rados.0.smithi118.stdout:254: done (1 left) 2023-09-30T09:08:25.747 INFO:tasks.rados.rados.0.smithi118.stdout:255: done (0 left) 2023-09-30T09:08:25.747 INFO:tasks.rados.rados.0.smithi118.stdout:256: read oid 47 snap -1 2023-09-30T09:08:25.747 INFO:tasks.rados.rados.0.smithi118.stdout:256: expect deleted 2023-09-30T09:08:25.747 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 23 2023-09-30T09:08:25.747 INFO:tasks.rados.rados.0.smithi118.stdout:257: seq_num 101 ranges {1531904=499712,2031616=573440,2605056=524288,3129344=106496} 2023-09-30T09:08:25.757 INFO:tasks.rados.rados.0.smithi118.stdout:257: writing smithi118168640-45 from 1531904 to 2031616 tid 1 2023-09-30T09:08:25.761 INFO:tasks.rados.rados.0.smithi118.stdout:257: writing smithi118168640-45 from 2031616 to 2605056 tid 2 2023-09-30T09:08:25.766 INFO:tasks.rados.rados.0.smithi118.stdout:257: writing smithi118168640-45 from 2605056 to 3129344 tid 3 2023-09-30T09:08:25.766 INFO:tasks.rados.rados.0.smithi118.stdout:257: writing smithi118168640-45 from 3129344 to 3235840 tid 4 2023-09-30T09:08:25.766 INFO:tasks.rados.rados.0.smithi118.stdout:258: read oid 49 snap 15 2023-09-30T09:08:25.766 INFO:tasks.rados.rados.0.smithi118.stdout:258: expect (ObjNum 48 snap 0 seq_num 48) 2023-09-30T09:08:25.767 INFO:tasks.rados.rados.0.smithi118.stdout:259: read oid 28 snap -1 2023-09-30T09:08:25.767 INFO:tasks.rados.rados.0.smithi118.stdout:259: expect deleted 2023-09-30T09:08:25.767 INFO:tasks.rados.rados.0.smithi118.stdout:260: read oid 46 snap 12 2023-09-30T09:08:25.767 INFO:tasks.rados.rados.0.smithi118.stdout:260: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:08:25.767 INFO:tasks.rados.rados.0.smithi118.stdout:261: snap_remove snap 19 2023-09-30T09:08:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:25 smithi118 ceph-mon[110048]: osdmap e110: 8 total, 8 up, 8 in 2023-09-30T09:08:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:25 smithi118 ceph-mon[110048]: pgmap v120: 121 pgs: 121 active+clean; 63 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:08:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:25 smithi118 ceph-mon[123327]: osdmap e110: 8 total, 8 up, 8 in 2023-09-30T09:08:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:25 smithi118 ceph-mon[123327]: pgmap v120: 121 pgs: 121 active+clean; 63 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:08:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:25 smithi192 ceph-mon[114603]: osdmap e110: 8 total, 8 up, 8 in 2023-09-30T09:08:26.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:25 smithi192 ceph-mon[114603]: pgmap v120: 121 pgs: 121 active+clean; 63 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:08:26.753 INFO:tasks.rados.rados.0.smithi118.stdout:261: done (5 left) 2023-09-30T09:08:26.753 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 23 2023-09-30T09:08:26.753 INFO:tasks.rados.rados.0.smithi118.stdout:262: seq_num 102 ranges {2449408=516096,2965504=450560,3416064=729088,4145152=24576} 2023-09-30T09:08:26.768 INFO:tasks.rados.rados.0.smithi118.stdout:262: writing smithi118168640-48 from 2449408 to 2965504 tid 1 2023-09-30T09:08:26.771 INFO:tasks.rados.rados.0.smithi118.stdout:262: writing smithi118168640-48 from 2965504 to 3416064 tid 2 2023-09-30T09:08:26.775 INFO:tasks.rados.rados.0.smithi118.stdout:262: writing smithi118168640-48 from 3416064 to 4145152 tid 3 2023-09-30T09:08:26.775 INFO:tasks.rados.rados.0.smithi118.stdout:262: writing smithi118168640-48 from 4145152 to 4169728 tid 4 2023-09-30T09:08:26.776 INFO:tasks.rados.rados.0.smithi118.stdout:263: read oid 8 snap -1 2023-09-30T09:08:26.776 INFO:tasks.rados.rados.0.smithi118.stdout:263: expect deleted 2023-09-30T09:08:26.776 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 23 2023-09-30T09:08:26.776 INFO:tasks.rados.rados.0.smithi118.stdout:264: seq_num 103 ranges {1400832=532480,1933312=737280,2670592=466944} 2023-09-30T09:08:26.786 INFO:tasks.rados.rados.0.smithi118.stdout:264: writing smithi118168640-22 from 1400832 to 1933312 tid 1 2023-09-30T09:08:26.790 INFO:tasks.rados.rados.0.smithi118.stdout:264: writing smithi118168640-22 from 1933312 to 2670592 tid 2 2023-09-30T09:08:26.793 INFO:tasks.rados.rados.0.smithi118.stdout:264: writing smithi118168640-22 from 2670592 to 3137536 tid 3 2023-09-30T09:08:26.793 INFO:tasks.rados.rados.0.smithi118.stdout:265: setattr oid 18 current snap is 23 2023-09-30T09:08:26.793 INFO:tasks.rados.rados.0.smithi118.stdout:257: finishing write tid 1 to smithi118168640-45 2023-09-30T09:08:26.793 INFO:tasks.rados.rados.0.smithi118.stdout:257: finishing write tid 2 to smithi118168640-45 2023-09-30T09:08:26.794 INFO:tasks.rados.rados.0.smithi118.stdout:257: finishing write tid 3 to smithi118168640-45 2023-09-30T09:08:26.794 INFO:tasks.rados.rados.0.smithi118.stdout:257: finishing write tid 4 to smithi118168640-45 2023-09-30T09:08:26.794 INFO:tasks.rados.rados.0.smithi118.stdout:257: finishing write tid 5 to smithi118168640-45 2023-09-30T09:08:26.794 INFO:tasks.rados.rados.0.smithi118.stdout:257: finishing write tid 6 to smithi118168640-45 2023-09-30T09:08:26.794 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 15 (ObjNum 101 snap 23 seq_num 101) dirty exists 2023-09-30T09:08:26.794 INFO:tasks.rados.rados.0.smithi118.stdout:257: left oid 45 (ObjNum 101 snap 23 seq_num 101) 2023-09-30T09:08:26.794 INFO:tasks.rados.rados.0.smithi118.stdout:258: expect (ObjNum 48 snap 0 seq_num 48) 2023-09-30T09:08:26.812 INFO:tasks.rados.rados.0.smithi118.stdout:260: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:08:26.872 INFO:tasks.rados.rados.0.smithi118.stdout:262: finishing write tid 1 to smithi118168640-48 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:262: finishing write tid 2 to smithi118168640-48 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:262: finishing write tid 3 to smithi118168640-48 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:262: finishing write tid 4 to smithi118168640-48 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:262: finishing write tid 5 to smithi118168640-48 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:262: finishing write tid 6 to smithi118168640-48 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 81 (ObjNum 102 snap 23 seq_num 102) dirty exists 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:262: left oid 48 (ObjNum 102 snap 23 seq_num 102) 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:264: finishing write tid 1 to smithi118168640-22 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:264: finishing write tid 2 to smithi118168640-22 2023-09-30T09:08:26.873 INFO:tasks.rados.rados.0.smithi118.stdout:264: finishing write tid 3 to smithi118168640-22 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:264: finishing write tid 4 to smithi118168640-22 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:264: finishing write tid 5 to smithi118168640-22 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 85 (ObjNum 103 snap 23 seq_num 103) dirty exists 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:264: left oid 22 (ObjNum 103 snap 23 seq_num 103) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:256: done (8 left) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:257: done (7 left) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:258: done (6 left) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:259: done (5 left) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:260: done (4 left) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:262: done (3 left) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:263: done (2 left) 2023-09-30T09:08:26.874 INFO:tasks.rados.rados.0.smithi118.stdout:264: done (1 left) 2023-09-30T09:08:26.875 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 23 2023-09-30T09:08:26.875 INFO:tasks.rados.rados.0.smithi118.stdout:266: seq_num 104 ranges {0=548864,548864=622592,1171456=581632} 2023-09-30T09:08:26.875 INFO:tasks.rados.rados.0.smithi118.stdout:266: writing smithi118168640-2 from 0 to 548864 tid 1 2023-09-30T09:08:26.879 INFO:tasks.rados.rados.0.smithi118.stdout:266: writing smithi118168640-2 from 548864 to 1171456 tid 2 2023-09-30T09:08:26.882 INFO:tasks.rados.rados.0.smithi118.stdout:266: writing smithi118168640-2 from 1171456 to 1753088 tid 3 2023-09-30T09:08:26.882 INFO:tasks.rados.rados.0.smithi118.stdout:267: read oid 1 snap 20 2023-09-30T09:08:26.882 INFO:tasks.rados.rados.0.smithi118.stdout:267: expect (ObjNum 87 snap 19 seq_num 87) 2023-09-30T09:08:26.882 INFO:tasks.rados.rados.0.smithi118.stdout:268: snap_remove snap 15 2023-09-30T09:08:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:26 smithi118 ceph-mon[110048]: osdmap e111: 8 total, 8 up, 8 in 2023-09-30T09:08:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:26 smithi118 ceph-mon[123327]: osdmap e111: 8 total, 8 up, 8 in 2023-09-30T09:08:27.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:26 smithi192 ceph-mon[114603]: osdmap e111: 8 total, 8 up, 8 in 2023-09-30T09:08:27.737 INFO:tasks.rados.rados.0.smithi118.stdout:268: done (3 left) 2023-09-30T09:08:27.738 INFO:tasks.rados.rados.0.smithi118.stdout:269: copy_from oid 5 from oid 26 current snap is 23 2023-09-30T09:08:27.738 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 23 2023-09-30T09:08:27.738 INFO:tasks.rados.rados.0.smithi118.stdout:270: seq_num 105 ranges {0=565248,565248=507904,1073152=507904,1581056=188416} 2023-09-30T09:08:27.740 INFO:tasks.rados.rados.0.smithi118.stdout:270: writing smithi118168640-42 from 0 to 565248 tid 1 2023-09-30T09:08:27.743 INFO:tasks.rados.rados.0.smithi118.stdout:270: writing smithi118168640-42 from 565248 to 1073152 tid 2 2023-09-30T09:08:27.747 INFO:tasks.rados.rados.0.smithi118.stdout:270: writing smithi118168640-42 from 1073152 to 1581056 tid 3 2023-09-30T09:08:27.748 INFO:tasks.rados.rados.0.smithi118.stdout:270: writing smithi118168640-42 from 1581056 to 1769472 tid 4 2023-09-30T09:08:27.749 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 23 2023-09-30T09:08:27.749 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 75 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-09-30T09:08:27.749 INFO:tasks.rados.rados.0.smithi118.stdout:266: finishing write tid 1 to smithi118168640-2 2023-09-30T09:08:27.749 INFO:tasks.rados.rados.0.smithi118.stdout:266: finishing write tid 2 to smithi118168640-2 2023-09-30T09:08:27.749 INFO:tasks.rados.rados.0.smithi118.stdout:266: finishing write tid 3 to smithi118168640-2 2023-09-30T09:08:27.749 INFO:tasks.rados.rados.0.smithi118.stdout:266: finishing write tid 4 to smithi118168640-2 2023-09-30T09:08:27.749 INFO:tasks.rados.rados.0.smithi118.stdout:271: seq_num 106 ranges {221184=581632,802816=794624,1597440=409600} 2023-09-30T09:08:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:271: writing smithi118168640-14 from 221184 to 802816 tid 1 2023-09-30T09:08:27.760 INFO:tasks.rados.rados.0.smithi118.stdout:271: writing smithi118168640-14 from 802816 to 1597440 tid 2 2023-09-30T09:08:27.763 INFO:tasks.rados.rados.0.smithi118.stdout:271: writing smithi118168640-14 from 1597440 to 2007040 tid 3 2023-09-30T09:08:27.763 INFO:tasks.rados.rados.0.smithi118.stdout:265: done (5 left) 2023-09-30T09:08:27.763 INFO:tasks.rados.rados.0.smithi118.stdout:272: read oid 37 snap -1 2023-09-30T09:08:27.763 INFO:tasks.rados.rados.0.smithi118.stdout:272: expect (ObjNum 97 snap 19 seq_num 97) 2023-09-30T09:08:27.763 INFO:tasks.rados.rados.0.smithi118.stdout:273: read oid 31 snap 18 2023-09-30T09:08:27.763 INFO:tasks.rados.rados.0.smithi118.stdout:273: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:27.764 INFO:tasks.rados.rados.0.smithi118.stdout:274: setattr oid 32 current snap is 23 2023-09-30T09:08:27.764 INFO:tasks.rados.rados.0.smithi118.stdout:266: finishing write tid 5 to smithi118168640-2 2023-09-30T09:08:27.764 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 85 (ObjNum 104 snap 23 seq_num 104) dirty exists 2023-09-30T09:08:27.764 INFO:tasks.rados.rados.0.smithi118.stdout:266: left oid 2 (ObjNum 104 snap 23 seq_num 104) 2023-09-30T09:08:27.764 INFO:tasks.rados.rados.0.smithi118.stdout:267: expect (ObjNum 87 snap 19 seq_num 87) 2023-09-30T09:08:27.819 INFO:tasks.rados.rados.0.smithi118.stdout:270: finishing write tid 1 to smithi118168640-42 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:271: finishing write tid 1 to smithi118168640-14 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:270: finishing write tid 2 to smithi118168640-42 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:270: finishing write tid 3 to smithi118168640-42 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:269: finishing copy_from to smithi118168640-5 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 13 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:270: finishing write tid 4 to smithi118168640-42 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:270: finishing write tid 5 to smithi118168640-42 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:269: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:270: finishing write tid 6 to smithi118168640-42 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 71 (ObjNum 105 snap 23 seq_num 105) dirty exists 2023-09-30T09:08:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:270: left oid 42 (ObjNum 105 snap 23 seq_num 105) 2023-09-30T09:08:27.821 INFO:tasks.rados.rados.0.smithi118.stdout:271: finishing write tid 2 to smithi118168640-14 2023-09-30T09:08:27.821 INFO:tasks.rados.rados.0.smithi118.stdout:271: finishing write tid 3 to smithi118168640-14 2023-09-30T09:08:27.821 INFO:tasks.rados.rados.0.smithi118.stdout:271: finishing write tid 4 to smithi118168640-14 2023-09-30T09:08:27.821 INFO:tasks.rados.rados.0.smithi118.stdout:271: finishing write tid 5 to smithi118168640-14 2023-09-30T09:08:27.821 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 62 (ObjNum 106 snap 23 seq_num 106) dirty exists 2023-09-30T09:08:27.821 INFO:tasks.rados.rados.0.smithi118.stdout:271: left oid 14 (ObjNum 106 snap 23 seq_num 106) 2023-09-30T09:08:27.821 INFO:tasks.rados.rados.0.smithi118.stdout:272: expect (ObjNum 97 snap 19 seq_num 97) 2023-09-30T09:08:27.885 INFO:tasks.rados.rados.0.smithi118.stdout:273: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:27.999 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 41 (ObjNum 66 snap 5 seq_num 66) dirty exists 2023-09-30T09:08:28.000 INFO:tasks.rados.rados.0.smithi118.stdout:266: done (7 left) 2023-09-30T09:08:28.000 INFO:tasks.rados.rados.0.smithi118.stdout:267: done (6 left) 2023-09-30T09:08:28.000 INFO:tasks.rados.rados.0.smithi118.stdout:269: done (5 left) 2023-09-30T09:08:28.000 INFO:tasks.rados.rados.0.smithi118.stdout:270: done (4 left) 2023-09-30T09:08:28.000 INFO:tasks.rados.rados.0.smithi118.stdout:271: done (3 left) 2023-09-30T09:08:28.000 INFO:tasks.rados.rados.0.smithi118.stdout:272: done (2 left) 2023-09-30T09:08:28.000 INFO:tasks.rados.rados.0.smithi118.stdout:273: done (1 left) 2023-09-30T09:08:28.001 INFO:tasks.rados.rados.0.smithi118.stdout:274: done (0 left) 2023-09-30T09:08:28.001 INFO:tasks.rados.rados.0.smithi118.stdout:275: rollback oid 32 current snap is 23 2023-09-30T09:08:28.001 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 32 to 12 2023-09-30T09:08:28.001 INFO:tasks.rados.rados.0.smithi118.stdout:276: delete oid 49 current snap is 23 2023-09-30T09:08:28.002 INFO:tasks.rados.rados.0.smithi118.stdout:276: done (1 left) 2023-09-30T09:08:28.002 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 23 2023-09-30T09:08:28.002 INFO:tasks.rados.rados.0.smithi118.stdout:277: seq_num 108 ranges {573440=614400,1187840=606208,1794048=598016} 2023-09-30T09:08:28.008 INFO:tasks.rados.rados.0.smithi118.stdout:277: writing smithi118168640-35 from 573440 to 1187840 tid 1 2023-09-30T09:08:28.012 INFO:tasks.rados.rados.0.smithi118.stdout:277: writing smithi118168640-35 from 1187840 to 1794048 tid 2 2023-09-30T09:08:28.017 INFO:tasks.rados.rados.0.smithi118.stdout:277: writing smithi118168640-35 from 1794048 to 2392064 tid 3 2023-09-30T09:08:28.017 INFO:tasks.rados.rados.0.smithi118.stdout:278: setattr oid 42 current snap is 23 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:275: finishing rollback tid 0 to smithi118168640-32 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:275: finishing rollback tid 1 to smithi118168640-32 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:275: finishing rollback tid 2 to smithi118168640-32 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 44 (ObjNum 66 snap 5 seq_num 66) dirty exists 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:277: finishing write tid 1 to smithi118168640-35 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:277: finishing write tid 2 to smithi118168640-35 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:275: done (2 left) 2023-09-30T09:08:28.018 INFO:tasks.rados.rados.0.smithi118.stdout:279: setattr oid 3 current snap is 23 2023-09-30T09:08:28.019 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 72 (ObjNum 105 snap 23 seq_num 105) dirty exists 2023-09-30T09:08:28.019 INFO:tasks.rados.rados.0.smithi118.stdout:277: finishing write tid 3 to smithi118168640-35 2023-09-30T09:08:28.019 INFO:tasks.rados.rados.0.smithi118.stdout:278: done (2 left) 2023-09-30T09:08:28.019 INFO:tasks.rados.rados.0.smithi118.stdout:280: snap_remove snap 12 2023-09-30T09:08:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:27 smithi118 ceph-mon[110048]: osdmap e112: 8 total, 8 up, 8 in 2023-09-30T09:08:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:27 smithi118 ceph-mon[110048]: pgmap v123: 121 pgs: 121 active+clean; 63 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:08:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:27 smithi118 ceph-mon[110048]: osdmap e113: 8 total, 8 up, 8 in 2023-09-30T09:08:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:27 smithi118 ceph-mon[123327]: osdmap e112: 8 total, 8 up, 8 in 2023-09-30T09:08:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:27 smithi118 ceph-mon[123327]: pgmap v123: 121 pgs: 121 active+clean; 63 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:08:28.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:27 smithi118 ceph-mon[123327]: osdmap e113: 8 total, 8 up, 8 in 2023-09-30T09:08:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:27 smithi192 ceph-mon[114603]: osdmap e112: 8 total, 8 up, 8 in 2023-09-30T09:08:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:27 smithi192 ceph-mon[114603]: pgmap v123: 121 pgs: 121 active+clean; 63 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:08:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:27 smithi192 ceph-mon[114603]: osdmap e113: 8 total, 8 up, 8 in 2023-09-30T09:08:28.774 INFO:tasks.rados.rados.0.smithi118.stdout:280: done (2 left) 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:281: read oid 46 snap -1 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:281: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:282: read oid 17 snap -1 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:282: expect (ObjNum 99 snap 21 seq_num 99) 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:283: read oid 18 snap -1 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:283: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:284: copy_from oid 30 from oid 50 current snap is 23 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:285: copy_from oid 6 from oid 9 current snap is 23 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:286: read oid 47 snap -1 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:286: expect deleted 2023-09-30T09:08:28.775 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 23 2023-09-30T09:08:28.776 INFO:tasks.rados.rados.0.smithi118.stdout:287: seq_num 109 ranges {1859584=630784,2490368=491520,2981888=483328,3465216=229376} 2023-09-30T09:08:28.789 INFO:tasks.rados.rados.0.smithi118.stdout:287: writing smithi118168640-1 from 1859584 to 2490368 tid 1 2023-09-30T09:08:28.792 INFO:tasks.rados.rados.0.smithi118.stdout:287: writing smithi118168640-1 from 2490368 to 2981888 tid 2 2023-09-30T09:08:28.795 INFO:tasks.rados.rados.0.smithi118.stdout:287: writing smithi118168640-1 from 2981888 to 3465216 tid 3 2023-09-30T09:08:28.796 INFO:tasks.rados.rados.0.smithi118.stdout:287: writing smithi118168640-1 from 3465216 to 3694592 tid 4 2023-09-30T09:08:28.796 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 23 2023-09-30T09:08:28.797 INFO:tasks.rados.rados.0.smithi118.stdout:277: finishing write tid 4 to smithi118168640-35 2023-09-30T09:08:28.797 INFO:tasks.rados.rados.0.smithi118.stdout:288: seq_num 110 ranges {1753088=647168,2400256=778240,3178496=425984} 2023-09-30T09:08:28.810 INFO:tasks.rados.rados.0.smithi118.stdout:288: writing smithi118168640-2 from 1753088 to 2400256 tid 1 2023-09-30T09:08:28.815 INFO:tasks.rados.rados.0.smithi118.stdout:288: writing smithi118168640-2 from 2400256 to 3178496 tid 2 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:288: writing smithi118168640-2 from 3178496 to 3604480 tid 3 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:289: rollback oid 48 current snap is 23 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 18 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:277: finishing write tid 5 to smithi118168640-35 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 99 (ObjNum 108 snap 23 seq_num 108) dirty exists 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:277: left oid 35 (ObjNum 108 snap 23 seq_num 108) 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 63 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:277: done (10 left) 2023-09-30T09:08:28.819 INFO:tasks.rados.rados.0.smithi118.stdout:279: done (9 left) 2023-09-30T09:08:28.820 INFO:tasks.rados.rados.0.smithi118.stdout:286: done (8 left) 2023-09-30T09:08:28.820 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 23 2023-09-30T09:08:28.820 INFO:tasks.rados.rados.0.smithi118.stdout:283: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:28.836 INFO:tasks.rados.rados.0.smithi118.stdout:281: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:08:28.896 INFO:tasks.rados.rados.0.smithi118.stdout:284: finishing copy_from to smithi118168640-30 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 13 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:284: finishing copy_from racing read to smithi118168640-30 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:287: finishing write tid 1 to smithi118168640-1 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:287: finishing write tid 2 to smithi118168640-1 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:287: finishing write tid 3 to smithi118168640-1 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:287: finishing write tid 4 to smithi118168640-1 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:287: finishing write tid 5 to smithi118168640-1 2023-09-30T09:08:28.897 INFO:tasks.rados.rados.0.smithi118.stdout:290: seq_num 111 ranges {2244608=663552,2908160=663552,3571712=450560,4022272=90112} 2023-09-30T09:08:28.911 INFO:tasks.rados.rados.0.smithi118.stdout:290: writing smithi118168640-37 from 2244608 to 2908160 tid 1 2023-09-30T09:08:28.915 INFO:tasks.rados.rados.0.smithi118.stdout:290: writing smithi118168640-37 from 2908160 to 3571712 tid 2 2023-09-30T09:08:28.918 INFO:tasks.rados.rados.0.smithi118.stdout:290: writing smithi118168640-37 from 3571712 to 4022272 tid 3 2023-09-30T09:08:28.919 INFO:tasks.rados.rados.0.smithi118.stdout:290: writing smithi118168640-37 from 4022272 to 4112384 tid 4 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:281: done (8 left) 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:283: done (7 left) 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:284: done (6 left) 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:291: read oid 22 snap -1 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:291: expect (ObjNum 103 snap 23 seq_num 103) 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:292: rollback oid 10 current snap is 23 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 22 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:287: finishing write tid 6 to smithi118168640-1 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 74 (ObjNum 109 snap 23 seq_num 109) dirty exists 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:287: left oid 1 (ObjNum 109 snap 23 seq_num 109) 2023-09-30T09:08:28.920 INFO:tasks.rados.rados.0.smithi118.stdout:287: done (7 left) 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:293: rmattr oid 38 current snap is 23 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:293: done (7 left) 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:294: copy_from oid 32 from oid 31 current snap is 23 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:288: finishing write tid 1 to smithi118168640-2 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:285: finishing copy_from to smithi118168640-6 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 27 (ObjNum 88 snap 19 seq_num 88) dirty exists 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:285: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:08:28.921 INFO:tasks.rados.rados.0.smithi118.stdout:282: expect (ObjNum 99 snap 21 seq_num 99) 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:288: finishing write tid 2 to smithi118168640-2 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:288: finishing write tid 3 to smithi118168640-2 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:288: finishing write tid 4 to smithi118168640-2 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:289: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:289: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:288: finishing write tid 5 to smithi118168640-2 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 103 (ObjNum 110 snap 23 seq_num 110) dirty exists 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:288: left oid 2 (ObjNum 110 snap 23 seq_num 110) 2023-09-30T09:08:29.117 INFO:tasks.rados.rados.0.smithi118.stdout:289: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 106 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:282: done (7 left) 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:285: done (6 left) 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:288: done (5 left) 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:289: done (4 left) 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 23 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:290: finishing write tid 1 to smithi118168640-37 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:290: finishing write tid 2 to smithi118168640-37 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:290: finishing write tid 3 to smithi118168640-37 2023-09-30T09:08:29.118 INFO:tasks.rados.rados.0.smithi118.stdout:295: seq_num 112 ranges {540672=679936,1220608=548864,1769472=655360} 2023-09-30T09:08:29.123 INFO:tasks.rados.rados.0.smithi118.stdout:295: writing smithi118168640-33 from 540672 to 1220608 tid 1 2023-09-30T09:08:29.126 INFO:tasks.rados.rados.0.smithi118.stdout:295: writing smithi118168640-33 from 1220608 to 1769472 tid 2 2023-09-30T09:08:29.130 INFO:tasks.rados.rados.0.smithi118.stdout:295: writing smithi118168640-33 from 1769472 to 2424832 tid 3 2023-09-30T09:08:29.131 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 23 2023-09-30T09:08:29.131 INFO:tasks.rados.rados.0.smithi118.stdout:290: finishing write tid 4 to smithi118168640-37 2023-09-30T09:08:29.131 INFO:tasks.rados.rados.0.smithi118.stdout:290: finishing write tid 5 to smithi118168640-37 2023-09-30T09:08:29.131 INFO:tasks.rados.rados.0.smithi118.stdout:296: seq_num 113 ranges {1335296=696320,2031616=434176,2465792=466944,2932736=303104} 2023-09-30T09:08:29.141 INFO:tasks.rados.rados.0.smithi118.stdout:296: writing smithi118168640-12 from 1335296 to 2031616 tid 1 2023-09-30T09:08:29.143 INFO:tasks.rados.rados.0.smithi118.stdout:296: writing smithi118168640-12 from 2031616 to 2465792 tid 2 2023-09-30T09:08:29.146 INFO:tasks.rados.rados.0.smithi118.stdout:296: writing smithi118168640-12 from 2465792 to 2932736 tid 3 2023-09-30T09:08:29.148 INFO:tasks.rados.rados.0.smithi118.stdout:296: writing smithi118168640-12 from 2932736 to 3235840 tid 4 2023-09-30T09:08:29.148 INFO:tasks.rados.rados.0.smithi118.stdout:297: read oid 47 snap 21 2023-09-30T09:08:29.148 INFO:tasks.rados.rados.0.smithi118.stdout:297: expect deleted 2023-09-30T09:08:29.149 INFO:tasks.rados.rados.0.smithi118.stdout:298: rmattr oid 16 current snap is 23 2023-09-30T09:08:29.149 INFO:tasks.rados.rados.0.smithi118.stdout:298: done (7 left) 2023-09-30T09:08:29.149 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 23 2023-09-30T09:08:29.149 INFO:tasks.rados.rados.0.smithi118.stdout:292: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:08:29.149 INFO:tasks.rados.rados.0.smithi118.stdout:292: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:08:29.149 INFO:tasks.rados.rados.0.smithi118.stdout:299: seq_num 114 ranges {221184=712704,933888=712704,1646592=491520} 2023-09-30T09:08:29.153 INFO:tasks.rados.rados.0.smithi118.stdout:299: writing smithi118168640-5 from 221184 to 933888 tid 1 2023-09-30T09:08:29.157 INFO:tasks.rados.rados.0.smithi118.stdout:299: writing smithi118168640-5 from 933888 to 1646592 tid 2 2023-09-30T09:08:29.161 INFO:tasks.rados.rados.0.smithi118.stdout:299: writing smithi118168640-5 from 1646592 to 2138112 tid 3 2023-09-30T09:08:29.161 INFO:tasks.rados.rados.0.smithi118.stdout:300: read oid 49 snap -1 2023-09-30T09:08:29.161 INFO:tasks.rados.rados.0.smithi118.stdout:300: expect deleted 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:301: read oid 18 snap 21 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:301: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 23 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:292: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 78 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:290: finishing write tid 6 to smithi118168640-37 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 89 (ObjNum 111 snap 23 seq_num 111) dirty exists 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:290: left oid 37 (ObjNum 111 snap 23 seq_num 111) 2023-09-30T09:08:29.162 INFO:tasks.rados.rados.0.smithi118.stdout:291: expect (ObjNum 103 snap 23 seq_num 103) 2023-09-30T09:08:29.259 INFO:tasks.rados.rados.0.smithi118.stdout:294: finishing copy_from to smithi118168640-32 2023-09-30T09:08:29.260 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 60 (ObjNum 86 snap 18 seq_num 86) dirty exists 2023-09-30T09:08:29.260 INFO:tasks.rados.rados.0.smithi118.stdout:294: finishing copy_from racing read to smithi118168640-32 2023-09-30T09:08:29.260 INFO:tasks.rados.rados.0.smithi118.stdout:295: finishing write tid 1 to smithi118168640-33 2023-09-30T09:08:29.260 INFO:tasks.rados.rados.0.smithi118.stdout:302: seq_num 115 ranges {1974272=729088,2703360=647168,3350528=434176,3784704=122880} 2023-09-30T09:08:29.273 INFO:tasks.rados.rados.0.smithi118.stdout:302: writing smithi118168640-24 from 1974272 to 2703360 tid 1 2023-09-30T09:08:29.277 INFO:tasks.rados.rados.0.smithi118.stdout:302: writing smithi118168640-24 from 2703360 to 3350528 tid 2 2023-09-30T09:08:29.280 INFO:tasks.rados.rados.0.smithi118.stdout:302: writing smithi118168640-24 from 3350528 to 3784704 tid 3 2023-09-30T09:08:29.281 INFO:tasks.rados.rados.0.smithi118.stdout:302: writing smithi118168640-24 from 3784704 to 3907584 tid 4 2023-09-30T09:08:29.281 INFO:tasks.rados.rados.0.smithi118.stdout:290: done (10 left) 2023-09-30T09:08:29.281 INFO:tasks.rados.rados.0.smithi118.stdout:291: done (9 left) 2023-09-30T09:08:29.281 INFO:tasks.rados.rados.0.smithi118.stdout:292: done (8 left) 2023-09-30T09:08:29.281 INFO:tasks.rados.rados.0.smithi118.stdout:294: done (7 left) 2023-09-30T09:08:29.281 INFO:tasks.rados.rados.0.smithi118.stdout:303: snap_remove snap 22 2023-09-30T09:08:29.778 INFO:tasks.rados.rados.0.smithi118.stdout:303: done (7 left) 2023-09-30T09:08:29.778 INFO:tasks.rados.rados.0.smithi118.stdout:304: copy_from oid 11 from oid 23 current snap is 23 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:295: finishing write tid 2 to smithi118168640-33 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:295: finishing write tid 3 to smithi118168640-33 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:295: finishing write tid 4 to smithi118168640-33 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:295: finishing write tid 5 to smithi118168640-33 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 75 (ObjNum 112 snap 23 seq_num 112) dirty exists 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:295: left oid 33 (ObjNum 112 snap 23 seq_num 112) 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:296: finishing write tid 1 to smithi118168640-12 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:296: finishing write tid 2 to smithi118168640-12 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:296: finishing write tid 3 to smithi118168640-12 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:296: finishing write tid 4 to smithi118168640-12 2023-09-30T09:08:29.779 INFO:tasks.rados.rados.0.smithi118.stdout:296: finishing write tid 5 to smithi118168640-12 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:296: finishing write tid 6 to smithi118168640-12 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 95 (ObjNum 113 snap 23 seq_num 113) dirty exists 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:296: left oid 12 (ObjNum 113 snap 23 seq_num 113) 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:299: finishing write tid 1 to smithi118168640-5 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:299: finishing write tid 2 to smithi118168640-5 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:299: finishing write tid 3 to smithi118168640-5 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:295: done (7 left) 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:296: done (6 left) 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:297: done (5 left) 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:300: done (4 left) 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:305: rollback oid 30 current snap is 23 2023-09-30T09:08:29.780 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 21 2023-09-30T09:08:29.781 INFO:tasks.rados.rados.0.smithi118.stdout:299: finishing write tid 4 to smithi118168640-5 2023-09-30T09:08:29.781 INFO:tasks.rados.rados.0.smithi118.stdout:299: finishing write tid 5 to smithi118168640-5 2023-09-30T09:08:29.781 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 38 (ObjNum 114 snap 23 seq_num 114) dirty exists 2023-09-30T09:08:29.781 INFO:tasks.rados.rados.0.smithi118.stdout:299: left oid 5 (ObjNum 114 snap 23 seq_num 114) 2023-09-30T09:08:29.781 INFO:tasks.rados.rados.0.smithi118.stdout:301: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:302: finishing write tid 1 to smithi118168640-24 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:302: finishing write tid 2 to smithi118168640-24 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:302: finishing write tid 3 to smithi118168640-24 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:302: finishing write tid 4 to smithi118168640-24 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:302: finishing write tid 5 to smithi118168640-24 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:302: finishing write tid 6 to smithi118168640-24 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 58 (ObjNum 115 snap 23 seq_num 115) dirty exists 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:302: left oid 24 (ObjNum 115 snap 23 seq_num 115) 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:305: finishing rollback tid 0 to smithi118168640-30 2023-09-30T09:08:29.800 INFO:tasks.rados.rados.0.smithi118.stdout:305: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:299: done (4 left) 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:301: done (3 left) 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:302: done (2 left) 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:306: rollback oid 3 current snap is 23 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 21 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:305: finishing rollback tid 2 to smithi118168640-30 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 114 (ObjNum 29 snap 0 seq_num 29) dirty exists 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:304: finishing copy_from to smithi118168640-11 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 6 (ObjNum 45 snap 0 seq_num 45) dirty exists 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:304: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:304: done (2 left) 2023-09-30T09:08:29.801 INFO:tasks.rados.rados.0.smithi118.stdout:305: done (1 left) 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:307: rmattr oid 11 current snap is 23 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:307: done (1 left) 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:308: rollback oid 48 current snap is 23 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 18 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:309: rmattr oid 7 current snap is 23 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:309: done (2 left) 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:310: copy_from oid 35 from oid 27 current snap is 23 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:311: rollback oid 39 current snap is 23 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 39 to 20 2023-09-30T09:08:29.802 INFO:tasks.rados.rados.0.smithi118.stdout:312: snap_create 2023-09-30T09:08:29.803 INFO:tasks.rados.rados.0.smithi118.stdout:311: finishing rollback tid 0 to smithi118168640-39 2023-09-30T09:08:29.803 INFO:tasks.rados.rados.0.smithi118.stdout:311: finishing rollback tid 1 to smithi118168640-39 2023-09-30T09:08:29.803 INFO:tasks.rados.rados.0.smithi118.stdout:311: finishing rollback tid 2 to smithi118168640-39 2023-09-30T09:08:29.803 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 6 (ObjNum 38 snap 0 seq_num 38) dirty exists 2023-09-30T09:08:29.803 INFO:tasks.rados.rados.0.smithi118.stdout:306: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:08:29.804 INFO:tasks.rados.rados.0.smithi118.stdout:308: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:08:29.804 INFO:tasks.rados.rados.0.smithi118.stdout:306: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:08:29.804 INFO:tasks.rados.rados.0.smithi118.stdout:308: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:08:29.804 INFO:tasks.rados.rados.0.smithi118.stdout:306: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:08:29.804 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 78 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:29.804 INFO:tasks.rados.rados.0.smithi118.stdout:308: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:08:29.805 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 111 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-09-30T09:08:29.809 INFO:tasks.rados.rados.0.smithi118.stdout:310: finishing copy_from to smithi118168640-35 2023-09-30T09:08:29.810 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 41 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:29.810 INFO:tasks.rados.rados.0.smithi118.stdout:310: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:08:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:29 smithi118 ceph-mon[110048]: osdmap e114: 8 total, 8 up, 8 in 2023-09-30T09:08:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:29 smithi118 ceph-mon[110048]: pgmap v126: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 4.7 MiB/s wr, 44 op/s 2023-09-30T09:08:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:29 smithi118 ceph-mon[123327]: osdmap e114: 8 total, 8 up, 8 in 2023-09-30T09:08:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:29 smithi118 ceph-mon[123327]: pgmap v126: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 4.7 MiB/s wr, 44 op/s 2023-09-30T09:08:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:29 smithi192 ceph-mon[114603]: osdmap e114: 8 total, 8 up, 8 in 2023-09-30T09:08:30.308 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:29 smithi192 ceph-mon[114603]: pgmap v126: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 4.7 MiB/s wr, 44 op/s 2023-09-30T09:08:30.781 INFO:tasks.rados.rados.0.smithi118.stdout:306: done (4 left) 2023-09-30T09:08:31.186 INFO:tasks.rados.rados.0.smithi118.stdout:308: done (3 left) 2023-09-30T09:08:31.186 INFO:tasks.rados.rados.0.smithi118.stdout:310: done (2 left) 2023-09-30T09:08:31.186 INFO:tasks.rados.rados.0.smithi118.stdout:311: done (1 left) 2023-09-30T09:08:31.186 INFO:tasks.rados.rados.0.smithi118.stdout:312: done (0 left) 2023-09-30T09:08:31.186 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 24 2023-09-30T09:08:31.186 INFO:tasks.rados.rados.0.smithi118.stdout:313: seq_num 116 ranges {393216=745472,1138688=532480,1671168=638976,2310144=32768} 2023-09-30T09:08:31.187 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:30 smithi192 ceph-mon[114603]: osdmap e115: 8 total, 8 up, 8 in 2023-09-30T09:08:31.188 INFO:tasks.rados.rados.0.smithi118.stdout:313: writing smithi118168640-16 from 393216 to 1138688 tid 1 2023-09-30T09:08:31.188 INFO:tasks.rados.rados.0.smithi118.stdout:313: writing smithi118168640-16 from 1138688 to 1671168 tid 2 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:313: writing smithi118168640-16 from 1671168 to 2310144 tid 3 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:313: writing smithi118168640-16 from 2310144 to 2342912 tid 4 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 24 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:313: finishing write tid 1 to smithi118168640-16 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:314: seq_num 117 ranges {638976=770048,1409024=417792,1826816=442368,2269184=344064} 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:314: writing smithi118168640-18 from 638976 to 1409024 tid 1 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:314: writing smithi118168640-18 from 1409024 to 1826816 tid 2 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:314: writing smithi118168640-18 from 1826816 to 2269184 tid 3 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:314: writing smithi118168640-18 from 2269184 to 2613248 tid 4 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:315: setattr oid 45 current snap is 24 2023-09-30T09:08:31.189 INFO:tasks.rados.rados.0.smithi118.stdout:313: finishing write tid 2 to smithi118168640-16 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:313: finishing write tid 3 to smithi118168640-16 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:313: finishing write tid 4 to smithi118168640-16 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:313: finishing write tid 5 to smithi118168640-16 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:313: finishing write tid 6 to smithi118168640-16 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 121 (ObjNum 116 snap 24 seq_num 116) dirty exists 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:313: left oid 16 (ObjNum 116 snap 24 seq_num 116) 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:314: finishing write tid 1 to smithi118168640-18 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:314: finishing write tid 2 to smithi118168640-18 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:314: finishing write tid 3 to smithi118168640-18 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:313: done (2 left) 2023-09-30T09:08:31.190 INFO:tasks.rados.rados.0.smithi118.stdout:316: snap_remove snap 18 2023-09-30T09:08:31.191 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:30 smithi118 ceph-mon[110048]: osdmap e115: 8 total, 8 up, 8 in 2023-09-30T09:08:31.191 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:30 smithi118 ceph-mon[123327]: osdmap e115: 8 total, 8 up, 8 in 2023-09-30T09:08:31.253 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:30 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[116496]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:30] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:08:31.791 INFO:tasks.rados.rados.0.smithi118.stdout:316: done (2 left) 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:317: setattr oid 15 current snap is 24 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:318: snap_create 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:314: finishing write tid 4 to smithi118168640-18 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:314: finishing write tid 5 to smithi118168640-18 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:314: finishing write tid 6 to smithi118168640-18 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 99 (ObjNum 117 snap 24 seq_num 117) dirty exists 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:314: left oid 18 (ObjNum 117 snap 24 seq_num 117) 2023-09-30T09:08:31.792 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 25 (ObjNum 101 snap 23 seq_num 101) dirty exists 2023-09-30T09:08:31.799 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 93 (ObjNum 129 snap 0 seq_num 2569858952) dirty exists 2023-09-30T09:08:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:31 smithi192 ceph-mon[114603]: osdmap e116: 8 total, 8 up, 8 in 2023-09-30T09:08:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:31 smithi192 ceph-mon[114603]: pgmap v129: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 4.7 MiB/s wr, 44 op/s 2023-09-30T09:08:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:08:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:08:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:31 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[110048]: osdmap e116: 8 total, 8 up, 8 in 2023-09-30T09:08:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[110048]: pgmap v129: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 4.7 MiB/s wr, 44 op/s 2023-09-30T09:08:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:08:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:08:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:32.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[123327]: osdmap e116: 8 total, 8 up, 8 in 2023-09-30T09:08:32.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[123327]: pgmap v129: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 13 MiB/s rd, 4.7 MiB/s wr, 44 op/s 2023-09-30T09:08:32.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:32.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:08:32.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:08:32.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:31 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:32.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:32 smithi192 systemd[1]: Stopping Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:08:32.736 INFO:tasks.rados.rados.0.smithi118.stdout:314: done (3 left) 2023-09-30T09:08:32.737 INFO:tasks.rados.rados.0.smithi118.stdout:315: done (2 left) 2023-09-30T09:08:32.737 INFO:tasks.rados.rados.0.smithi118.stdout:317: done (1 left) 2023-09-30T09:08:32.737 INFO:tasks.rados.rados.0.smithi118.stdout:318: done (0 left) 2023-09-30T09:08:32.737 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 25 2023-09-30T09:08:32.737 INFO:tasks.rados.rados.0.smithi118.stdout:319: seq_num 118 ranges {2424832=786432,3211264=704512,3915776=499712} 2023-09-30T09:08:32.753 INFO:tasks.rados.rados.0.smithi118.stdout:319: writing smithi118168640-33 from 2424832 to 3211264 tid 1 2023-09-30T09:08:32.758 INFO:tasks.rados.rados.0.smithi118.stdout:319: writing smithi118168640-33 from 3211264 to 3915776 tid 2 2023-09-30T09:08:32.761 INFO:tasks.rados.rados.0.smithi118.stdout:319: writing smithi118168640-33 from 3915776 to 4415488 tid 3 2023-09-30T09:08:32.761 INFO:tasks.rados.rados.0.smithi118.stdout:320: copy_from oid 18 from oid 13 current snap is 25 2023-09-30T09:08:32.761 INFO:tasks.rados.rados.0.smithi118.stdout:321: snap_create 2023-09-30T09:08:32.763 INFO:tasks.rados.rados.0.smithi118.stdout:319: finishing write tid 1 to smithi118168640-33 2023-09-30T09:08:32.764 INFO:tasks.rados.rados.0.smithi118.stdout:319: finishing write tid 2 to smithi118168640-33 2023-09-30T09:08:32.764 INFO:tasks.rados.rados.0.smithi118.stdout:319: finishing write tid 3 to smithi118168640-33 2023-09-30T09:08:32.764 INFO:tasks.rados.rados.0.smithi118.stdout:319: finishing write tid 4 to smithi118168640-33 2023-09-30T09:08:32.765 INFO:tasks.rados.rados.0.smithi118.stdout:319: finishing write tid 5 to smithi118168640-33 2023-09-30T09:08:32.765 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 88 (ObjNum 118 snap 25 seq_num 118) dirty exists 2023-09-30T09:08:32.765 INFO:tasks.rados.rados.0.smithi118.stdout:319: left oid 33 (ObjNum 118 snap 25 seq_num 118) 2023-09-30T09:08:32.772 INFO:tasks.rados.rados.0.smithi118.stdout:320: finishing copy_from to smithi118168640-18 2023-09-30T09:08:32.772 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 59 (ObjNum 59 snap 3 seq_num 59) dirty exists 2023-09-30T09:08:32.772 INFO:tasks.rados.rados.0.smithi118.stdout:320: finishing copy_from racing read to smithi118168640-18 2023-09-30T09:08:32.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:32 smithi192 bash[153884]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x 2023-09-30T09:08:32.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:32 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:08:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:32 smithi192 ceph-mon[114603]: Upgrade: Updating mgr.x 2023-09-30T09:08:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:32 smithi192 ceph-mon[114603]: Deploying daemon mgr.x on smithi192 2023-09-30T09:08:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:32 smithi192 ceph-mon[114603]: osdmap e117: 8 total, 8 up, 8 in 2023-09-30T09:08:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:32 smithi192 ceph-mon[114603]: osdmap e118: 8 total, 8 up, 8 in 2023-09-30T09:08:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[110048]: Upgrade: Updating mgr.x 2023-09-30T09:08:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[110048]: Deploying daemon mgr.x on smithi192 2023-09-30T09:08:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[110048]: osdmap e117: 8 total, 8 up, 8 in 2023-09-30T09:08:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[110048]: osdmap e118: 8 total, 8 up, 8 in 2023-09-30T09:08:33.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[123327]: Upgrade: Updating mgr.x 2023-09-30T09:08:33.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[123327]: Deploying daemon mgr.x on smithi192 2023-09-30T09:08:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[123327]: osdmap e117: 8 total, 8 up, 8 in 2023-09-30T09:08:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:32 smithi118 ceph-mon[123327]: osdmap e118: 8 total, 8 up, 8 in 2023-09-30T09:08:33.376 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x.service: Failed with result 'exit-code'. 2023-09-30T09:08:33.377 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 systemd[1]: Stopped Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:08:33.377 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 systemd[1]: Starting Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:08:33.742 INFO:tasks.rados.rados.0.smithi118.stdout:319: done (2 left) 2023-09-30T09:08:33.742 INFO:tasks.rados.rados.0.smithi118.stdout:320: done (1 left) 2023-09-30T09:08:33.742 INFO:tasks.rados.rados.0.smithi118.stdout:321: done (0 left) 2023-09-30T09:08:33.742 INFO:tasks.rados.rados.0.smithi118.stdout:322: snap_create 2023-09-30T09:08:33.789 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-mgr[154046]: -- 172.21.15.192:0/2571953534 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556ab9e1f1e0 con 0x556ab9df5000 2023-09-30T09:08:33.789 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 bash[154028]: 8ffc9050795c8724fd61a68c59ad307229f80c5759519209c4eaf5897c54d368 2023-09-30T09:08:33.790 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 systemd[1]: Started Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:08:33.790 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:33.613+0000 7f9f9fcf5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:08:33.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-mon[114603]: pgmap v132: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:33.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:33.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:33.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:33.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:33.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-mon[114603]: osdmap e119: 8 total, 8 up, 8 in 2023-09-30T09:08:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[110048]: pgmap v132: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[110048]: osdmap e119: 8 total, 8 up, 8 in 2023-09-30T09:08:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[123327]: pgmap v132: 121 pgs: 121 active+clean; 78 MiB data, 213 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:33 smithi118 ceph-mon[123327]: osdmap e119: 8 total, 8 up, 8 in 2023-09-30T09:08:34.166 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:33 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:33.788+0000 7f9f9fcf5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:08:34.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:34 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:34.162+0000 7f9f9fcf5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:08:34.744 INFO:tasks.rados.rados.0.smithi118.stdout:322: done (0 left) 2023-09-30T09:08:34.744 INFO:tasks.rados.rados.0.smithi118.stdout:323: read oid 15 snap -1 2023-09-30T09:08:34.744 INFO:tasks.rados.rados.0.smithi118.stdout:323: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:08:34.744 INFO:tasks.rados.rados.0.smithi118.stdout:324: snap_create 2023-09-30T09:08:34.746 INFO:tasks.rados.rados.0.smithi118.stdout:323: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:08:34.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:34] "GET /metrics HTTP/1.1" 200 239143 "" "Prometheus/2.43.0" 2023-09-30T09:08:34.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:34 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:34.708+0000 7f9f9fcf5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:08:35.424 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:34 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:34.962+0000 7f9f9fcf5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:08:35.424 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:35.422+0000 7f9f9fcf5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:08:35.751 INFO:tasks.rados.rados.0.smithi118.stdout:323: done (1 left) 2023-09-30T09:08:35.751 INFO:tasks.rados.rados.0.smithi118.stdout:324: done (0 left) 2023-09-30T09:08:35.751 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 28 2023-09-30T09:08:35.751 INFO:tasks.rados.rados.0.smithi118.stdout:325: seq_num 119 ranges {761856=802816,1564672=589824,2154496=409600,2564096=204800} 2023-09-30T09:08:35.759 INFO:tasks.rados.rados.0.smithi118.stdout:325: writing smithi118168640-23 from 761856 to 1564672 tid 1 2023-09-30T09:08:35.763 INFO:tasks.rados.rados.0.smithi118.stdout:325: writing smithi118168640-23 from 1564672 to 2154496 tid 2 2023-09-30T09:08:35.765 INFO:tasks.rados.rados.0.smithi118.stdout:325: writing smithi118168640-23 from 2154496 to 2564096 tid 3 2023-09-30T09:08:35.767 INFO:tasks.rados.rados.0.smithi118.stdout:325: writing smithi118168640-23 from 2564096 to 2768896 tid 4 2023-09-30T09:08:35.767 INFO:tasks.rados.rados.0.smithi118.stdout:326: rollback oid 9 current snap is 28 2023-09-30T09:08:35.767 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 25 2023-09-30T09:08:35.767 INFO:tasks.rados.rados.0.smithi118.stdout:325: finishing write tid 1 to smithi118168640-23 2023-09-30T09:08:35.767 INFO:tasks.rados.rados.0.smithi118.stdout:327: snap_remove snap 21 2023-09-30T09:08:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:35 smithi192 ceph-mon[114603]: osdmap e120: 8 total, 8 up, 8 in 2023-09-30T09:08:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:35 smithi192 ceph-mon[114603]: pgmap v135: 121 pgs: 121 active+clean; 86 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 5.3 MiB/s wr, 27 op/s 2023-09-30T09:08:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:35 smithi118 ceph-mon[123327]: osdmap e120: 8 total, 8 up, 8 in 2023-09-30T09:08:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:35 smithi118 ceph-mon[123327]: pgmap v135: 121 pgs: 121 active+clean; 86 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 5.3 MiB/s wr, 27 op/s 2023-09-30T09:08:36.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:35 smithi118 ceph-mon[110048]: osdmap e120: 8 total, 8 up, 8 in 2023-09-30T09:08:36.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:35 smithi118 ceph-mon[110048]: pgmap v135: 121 pgs: 121 active+clean; 86 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 5.3 MiB/s wr, 27 op/s 2023-09-30T09:08:36.304 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:36.207+0000 7f9f9fcf5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:08:36.304 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:36.302+0000 7f9f9fcf5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:08:36.757 INFO:tasks.rados.rados.0.smithi118.stdout:327: done (2 left) 2023-09-30T09:08:36.758 INFO:tasks.rados.rados.0.smithi118.stdout:328: read oid 18 snap 20 2023-09-30T09:08:36.758 INFO:tasks.rados.rados.0.smithi118.stdout:328: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:36.758 INFO:tasks.rados.rados.0.smithi118.stdout:329: snap_create 2023-09-30T09:08:36.758 INFO:tasks.rados.rados.0.smithi118.stdout:325: finishing write tid 2 to smithi118168640-23 2023-09-30T09:08:36.758 INFO:tasks.rados.rados.0.smithi118.stdout:325: finishing write tid 3 to smithi118168640-23 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:325: finishing write tid 4 to smithi118168640-23 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:325: finishing write tid 5 to smithi118168640-23 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:325: finishing write tid 6 to smithi118168640-23 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 88 (ObjNum 119 snap 28 seq_num 119) dirty exists 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:325: left oid 23 (ObjNum 119 snap 28 seq_num 119) 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:326: finishing rollback tid 0 to smithi118168640-9 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:326: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:326: finishing rollback tid 2 to smithi118168640-9 2023-09-30T09:08:36.759 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 68 (ObjNum 88 snap 19 seq_num 88) dirty exists 2023-09-30T09:08:36.764 INFO:tasks.rados.rados.0.smithi118.stdout:328: expect (ObjNum 38 snap 0 seq_num 38) 2023-09-30T09:08:37.048 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:36 smithi192 ceph-mon[114603]: osdmap e121: 8 total, 8 up, 8 in 2023-09-30T09:08:37.048 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:36 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:37.049 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:36 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:37.049 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:36.955+0000 7f9f9fcf5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:08:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:36 smithi118 ceph-mon[110048]: osdmap e121: 8 total, 8 up, 8 in 2023-09-30T09:08:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:36 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:36 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:36 smithi118 ceph-mon[123327]: osdmap e121: 8 total, 8 up, 8 in 2023-09-30T09:08:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:36 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:37.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:36 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:37.393 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:37.047+0000 7f9f9fcf5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:08:37.393 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:37.143+0000 7f9f9fcf5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:08:37.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:37.391+0000 7f9f9fcf5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:08:37.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:37.491+0000 7f9f9fcf5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:08:37.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:37.591+0000 7f9f9fcf5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:08:37.738 INFO:tasks.rados.rados.0.smithi118.stdout:325: done (3 left) 2023-09-30T09:08:37.738 INFO:tasks.rados.rados.0.smithi118.stdout:326: done (2 left) 2023-09-30T09:08:37.738 INFO:tasks.rados.rados.0.smithi118.stdout:328: done (1 left) 2023-09-30T09:08:37.738 INFO:tasks.rados.rados.0.smithi118.stdout:329: done (0 left) 2023-09-30T09:08:37.739 INFO:tasks.rados.rados.0.smithi118.stdout:330: read oid 23 snap -1 2023-09-30T09:08:37.739 INFO:tasks.rados.rados.0.smithi118.stdout:330: expect (ObjNum 119 snap 28 seq_num 119) 2023-09-30T09:08:37.739 INFO:tasks.rados.rados.0.smithi118.stdout:331: snap_remove snap 26 2023-09-30T09:08:38.066 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-mon[114603]: osdmap e122: 8 total, 8 up, 8 in 2023-09-30T09:08:38.067 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-mon[114603]: pgmap v138: 121 pgs: 121 active+clean; 86 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 5.3 MiB/s wr, 27 op/s 2023-09-30T09:08:38.067 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:38.067 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:38.067 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-mon[114603]: osdmap e123: 8 total, 8 up, 8 in 2023-09-30T09:08:38.067 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:37.817+0000 7f9f9fcf5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:08:38.067 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:37.923+0000 7f9f9fcf5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:08:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[110048]: osdmap e122: 8 total, 8 up, 8 in 2023-09-30T09:08:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[110048]: pgmap v138: 121 pgs: 121 active+clean; 86 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 5.3 MiB/s wr, 27 op/s 2023-09-30T09:08:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[110048]: osdmap e123: 8 total, 8 up, 8 in 2023-09-30T09:08:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[123327]: osdmap e122: 8 total, 8 up, 8 in 2023-09-30T09:08:38.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[123327]: pgmap v138: 121 pgs: 121 active+clean; 86 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 2.7 MiB/s rd, 5.3 MiB/s wr, 27 op/s 2023-09-30T09:08:38.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:38.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:38.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:37 smithi118 ceph-mon[123327]: osdmap e123: 8 total, 8 up, 8 in 2023-09-30T09:08:38.386 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:38.119+0000 7f9f9fcf5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:08:38.387 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:38.211+0000 7f9f9fcf5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:08:38.745 INFO:tasks.rados.rados.0.smithi118.stdout:331: done (1 left) 2023-09-30T09:08:38.745 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 29 2023-09-30T09:08:38.745 INFO:tasks.rados.rados.0.smithi118.stdout:332: seq_num 120 ranges {3235840=417792,3653632=475136,4128768=622592,4751360=507904} 2023-09-30T09:08:38.765 INFO:tasks.rados.rados.0.smithi118.stdout:332: writing smithi118168640-45 from 3235840 to 3653632 tid 1 2023-09-30T09:08:38.768 INFO:tasks.rados.rados.0.smithi118.stdout:332: writing smithi118168640-45 from 3653632 to 4128768 tid 2 2023-09-30T09:08:38.772 INFO:tasks.rados.rados.0.smithi118.stdout:332: writing smithi118168640-45 from 4128768 to 4751360 tid 3 2023-09-30T09:08:38.775 INFO:tasks.rados.rados.0.smithi118.stdout:332: writing smithi118168640-45 from 4751360 to 5259264 tid 4 2023-09-30T09:08:38.775 INFO:tasks.rados.rados.0.smithi118.stdout:333: rollback oid 35 current snap is 29 2023-09-30T09:08:38.775 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 27 2023-09-30T09:08:38.775 INFO:tasks.rados.rados.0.smithi118.stdout:330: expect (ObjNum 119 snap 28 seq_num 119) 2023-09-30T09:08:38.855 INFO:tasks.rados.rados.0.smithi118.stdout:332: finishing write tid 1 to smithi118168640-45 2023-09-30T09:08:38.855 INFO:tasks.rados.rados.0.smithi118.stdout:332: finishing write tid 2 to smithi118168640-45 2023-09-30T09:08:38.855 INFO:tasks.rados.rados.0.smithi118.stdout:332: finishing write tid 3 to smithi118168640-45 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:332: finishing write tid 4 to smithi118168640-45 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:332: finishing write tid 5 to smithi118168640-45 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:333: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:333: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:330: done (2 left) 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:334: snap_create 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:332: finishing write tid 6 to smithi118168640-45 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 35 (ObjNum 120 snap 29 seq_num 120) dirty exists 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:332: left oid 45 (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:333: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:08:38.856 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 139 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:39.436 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:39.036+0000 7f9f9fcf5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:08:39.436 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:39.239+0000 7f9f9fcf5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:08:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:39.434+0000 7f9f9fcf5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:08:39.749 INFO:tasks.rados.rados.0.smithi118.stdout:332: done (2 left) 2023-09-30T09:08:39.750 INFO:tasks.rados.rados.0.smithi118.stdout:333: done (1 left) 2023-09-30T09:08:39.750 INFO:tasks.rados.rados.0.smithi118.stdout:334: done (0 left) 2023-09-30T09:08:39.750 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 30 2023-09-30T09:08:39.750 INFO:tasks.rados.rados.0.smithi118.stdout:335: seq_num 121 ranges {1204224=434176,1638400=753664,2392064=425984,2818048=425984} 2023-09-30T09:08:39.758 INFO:tasks.rados.rados.0.smithi118.stdout:335: writing smithi118168640-18 from 1204224 to 1638400 tid 1 2023-09-30T09:08:39.763 INFO:tasks.rados.rados.0.smithi118.stdout:335: writing smithi118168640-18 from 1638400 to 2392064 tid 2 2023-09-30T09:08:39.765 INFO:tasks.rados.rados.0.smithi118.stdout:335: writing smithi118168640-18 from 2392064 to 2818048 tid 3 2023-09-30T09:08:39.768 INFO:tasks.rados.rados.0.smithi118.stdout:335: writing smithi118168640-18 from 2818048 to 3244032 tid 4 2023-09-30T09:08:39.768 INFO:tasks.rados.rados.0.smithi118.stdout:336: read oid 31 snap -1 2023-09-30T09:08:39.768 INFO:tasks.rados.rados.0.smithi118.stdout:336: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:39.768 INFO:tasks.rados.rados.0.smithi118.stdout:337: read oid 5 snap -1 2023-09-30T09:08:39.768 INFO:tasks.rados.rados.0.smithi118.stdout:337: expect (ObjNum 114 snap 23 seq_num 114) 2023-09-30T09:08:39.768 INFO:tasks.rados.rados.0.smithi118.stdout:338: copy_from oid 21 from oid 32 current snap is 30 2023-09-30T09:08:39.769 INFO:tasks.rados.rados.0.smithi118.stdout:335: finishing write tid 1 to smithi118168640-18 2023-09-30T09:08:39.769 INFO:tasks.rados.rados.0.smithi118.stdout:335: finishing write tid 2 to smithi118168640-18 2023-09-30T09:08:39.769 INFO:tasks.rados.rados.0.smithi118.stdout:335: finishing write tid 3 to smithi118168640-18 2023-09-30T09:08:39.769 INFO:tasks.rados.rados.0.smithi118.stdout:339: snap_create 2023-09-30T09:08:39.780 INFO:tasks.rados.rados.0.smithi118.stdout:337: expect (ObjNum 114 snap 23 seq_num 114) 2023-09-30T09:08:39.838 INFO:tasks.rados.rados.0.smithi118.stdout:335: finishing write tid 4 to smithi118168640-18 2023-09-30T09:08:39.838 INFO:tasks.rados.rados.0.smithi118.stdout:335: finishing write tid 5 to smithi118168640-18 2023-09-30T09:08:39.838 INFO:tasks.rados.rados.0.smithi118.stdout:335: finishing write tid 6 to smithi118168640-18 2023-09-30T09:08:39.838 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 115 (ObjNum 121 snap 30 seq_num 121) dirty exists 2023-09-30T09:08:39.838 INFO:tasks.rados.rados.0.smithi118.stdout:335: left oid 18 (ObjNum 121 snap 30 seq_num 121) 2023-09-30T09:08:39.838 INFO:tasks.rados.rados.0.smithi118.stdout:336: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:39.950 INFO:tasks.rados.rados.0.smithi118.stdout:338: finishing copy_from to smithi118168640-21 2023-09-30T09:08:39.950 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 60 (ObjNum 86 snap 18 seq_num 86) dirty exists 2023-09-30T09:08:39.950 INFO:tasks.rados.rados.0.smithi118.stdout:338: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:08:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:39 smithi118 ceph-mon[110048]: osdmap e124: 8 total, 8 up, 8 in 2023-09-30T09:08:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:39 smithi118 ceph-mon[110048]: pgmap v141: 121 pgs: 121 active+clean; 90 MiB data, 252 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 984 KiB/s wr, 6 op/s 2023-09-30T09:08:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:39 smithi118 ceph-mon[123327]: osdmap e124: 8 total, 8 up, 8 in 2023-09-30T09:08:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:39 smithi118 ceph-mon[123327]: pgmap v141: 121 pgs: 121 active+clean; 90 MiB data, 252 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 984 KiB/s wr, 6 op/s 2023-09-30T09:08:40.118 INFO:tasks.rados.rados.0.smithi118.stdout:335: done (4 left) 2023-09-30T09:08:40.118 INFO:tasks.rados.rados.0.smithi118.stdout:336: done (3 left) 2023-09-30T09:08:40.118 INFO:tasks.rados.rados.0.smithi118.stdout:337: done (2 left) 2023-09-30T09:08:40.119 INFO:tasks.rados.rados.0.smithi118.stdout:338: done (1 left) 2023-09-30T09:08:40.119 INFO:tasks.rados.rados.0.smithi118.stdout:339: done (0 left) 2023-09-30T09:08:40.119 INFO:tasks.rados.rados.0.smithi118.stdout:340: read oid 41 snap -1 2023-09-30T09:08:40.119 INFO:tasks.rados.rados.0.smithi118.stdout:340: expect deleted 2023-09-30T09:08:40.119 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 31 2023-09-30T09:08:40.119 INFO:tasks.rados.rados.0.smithi118.stdout:341: seq_num 122 ranges {2342912=450560,2793472=688128,3481600=630784,4112384=286720} 2023-09-30T09:08:40.133 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:39 smithi192 ceph-mon[114603]: osdmap e124: 8 total, 8 up, 8 in 2023-09-30T09:08:40.134 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:39 smithi192 ceph-mon[114603]: pgmap v141: 121 pgs: 121 active+clean; 90 MiB data, 252 MiB used, 715 GiB / 715 GiB avail; 2.4 MiB/s rd, 984 KiB/s wr, 6 op/s 2023-09-30T09:08:40.134 INFO:tasks.rados.rados.0.smithi118.stdout:341: writing smithi118168640-16 from 2342912 to 2793472 tid 1 2023-09-30T09:08:40.139 INFO:tasks.rados.rados.0.smithi118.stdout:341: writing smithi118168640-16 from 2793472 to 3481600 tid 2 2023-09-30T09:08:40.144 INFO:tasks.rados.rados.0.smithi118.stdout:341: writing smithi118168640-16 from 3481600 to 4112384 tid 3 2023-09-30T09:08:40.146 INFO:tasks.rados.rados.0.smithi118.stdout:341: writing smithi118168640-16 from 4112384 to 4399104 tid 4 2023-09-30T09:08:40.146 INFO:tasks.rados.rados.0.smithi118.stdout:342: setattr oid 13 current snap is 31 2023-09-30T09:08:40.146 INFO:tasks.rados.rados.0.smithi118.stdout:341: finishing write tid 1 to smithi118168640-16 2023-09-30T09:08:40.146 INFO:tasks.rados.rados.0.smithi118.stdout:341: finishing write tid 2 to smithi118168640-16 2023-09-30T09:08:40.148 INFO:tasks.rados.rados.0.smithi118.stdout:341: finishing write tid 3 to smithi118168640-16 2023-09-30T09:08:40.148 INFO:tasks.rados.rados.0.smithi118.stdout:341: finishing write tid 4 to smithi118168640-16 2023-09-30T09:08:40.148 INFO:tasks.rados.rados.0.smithi118.stdout:341: finishing write tid 5 to smithi118168640-16 2023-09-30T09:08:40.149 INFO:tasks.rados.rados.0.smithi118.stdout:341: finishing write tid 6 to smithi118168640-16 2023-09-30T09:08:40.149 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 145 (ObjNum 122 snap 31 seq_num 122) dirty exists 2023-09-30T09:08:40.149 INFO:tasks.rados.rados.0.smithi118.stdout:341: left oid 16 (ObjNum 122 snap 31 seq_num 122) 2023-09-30T09:08:40.151 INFO:tasks.rados.rados.0.smithi118.stdout:340: done (2 left) 2023-09-30T09:08:40.151 INFO:tasks.rados.rados.0.smithi118.stdout:341: done (1 left) 2023-09-30T09:08:40.151 INFO:tasks.rados.rados.0.smithi118.stdout:343: delete oid 31 current snap is 31 2023-09-30T09:08:40.156 INFO:tasks.rados.rados.0.smithi118.stdout:343: done (1 left) 2023-09-30T09:08:40.156 INFO:tasks.rados.rados.0.smithi118.stdout:344: read oid 21 snap -1 2023-09-30T09:08:40.156 INFO:tasks.rados.rados.0.smithi118.stdout:344: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:40.156 INFO:tasks.rados.rados.0.smithi118.stdout:345: read oid 28 snap 20 2023-09-30T09:08:40.156 INFO:tasks.rados.rados.0.smithi118.stdout:345: expect deleted 2023-09-30T09:08:40.156 INFO:tasks.rados.rados.0.smithi118.stdout:346: delete oid 8 current snap is 31 2023-09-30T09:08:40.157 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 81 (ObjNum 59 snap 3 seq_num 59) dirty exists 2023-09-30T09:08:40.160 INFO:tasks.rados.rados.0.smithi118.stdout:342: done (3 left) 2023-09-30T09:08:40.160 INFO:tasks.rados.rados.0.smithi118.stdout:345: done (2 left) 2023-09-30T09:08:40.160 INFO:tasks.rados.rados.0.smithi118.stdout:346: done (1 left) 2023-09-30T09:08:40.161 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 31 2023-09-30T09:08:40.161 INFO:tasks.rados.rados.0.smithi118.stdout:347: seq_num 125 ranges {3694592=499712,4194304=745472,4939776=409600,5349376=450560} 2023-09-30T09:08:40.183 INFO:tasks.rados.rados.0.smithi118.stdout:347: writing smithi118168640-1 from 3694592 to 4194304 tid 1 2023-09-30T09:08:40.187 INFO:tasks.rados.rados.0.smithi118.stdout:347: writing smithi118168640-1 from 4194304 to 4939776 tid 2 2023-09-30T09:08:40.190 INFO:tasks.rados.rados.0.smithi118.stdout:347: writing smithi118168640-1 from 4939776 to 5349376 tid 3 2023-09-30T09:08:40.193 INFO:tasks.rados.rados.0.smithi118.stdout:347: writing smithi118168640-1 from 5349376 to 5799936 tid 4 2023-09-30T09:08:40.193 INFO:tasks.rados.rados.0.smithi118.stdout:348: delete oid 16 current snap is 31 2023-09-30T09:08:40.193 INFO:tasks.rados.rados.0.smithi118.stdout:344: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:40.317 INFO:tasks.rados.rados.0.smithi118.stdout:347: finishing write tid 1 to smithi118168640-1 2023-09-30T09:08:40.317 INFO:tasks.rados.rados.0.smithi118.stdout:347: finishing write tid 2 to smithi118168640-1 2023-09-30T09:08:40.317 INFO:tasks.rados.rados.0.smithi118.stdout:344: done (2 left) 2023-09-30T09:08:40.317 INFO:tasks.rados.rados.0.smithi118.stdout:348: done (1 left) 2023-09-30T09:08:40.317 INFO:tasks.rados.rados.0.smithi118.stdout:349: copy_from oid 29 from oid 45 current snap is 31 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:347: finishing write tid 3 to smithi118168640-1 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:347: finishing write tid 4 to smithi118168640-1 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:347: finishing write tid 5 to smithi118168640-1 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:347: finishing write tid 6 to smithi118168640-1 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 92 (ObjNum 125 snap 31 seq_num 125) dirty exists 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:347: left oid 1 (ObjNum 125 snap 31 seq_num 125) 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:347: done (1 left) 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:350: read oid 7 snap -1 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:350: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:351: read oid 19 snap -1 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:351: expect (ObjNum 18 snap 0 seq_num 18) 2023-09-30T09:08:40.318 INFO:tasks.rados.rados.0.smithi118.stdout:352: copy_from oid 5 from oid 43 current snap is 31 2023-09-30T09:08:40.319 INFO:tasks.rados.rados.0.smithi118.stdout:353: rmattr oid 35 current snap is 31 2023-09-30T09:08:40.319 INFO:tasks.rados.rados.0.smithi118.stdout:353: done (4 left) 2023-09-30T09:08:40.319 INFO:tasks.rados.rados.0.smithi118.stdout:354: read oid 44 snap -1 2023-09-30T09:08:40.319 INFO:tasks.rados.rados.0.smithi118.stdout:354: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:40.319 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 31 2023-09-30T09:08:40.319 INFO:tasks.rados.rados.0.smithi118.stdout:355: seq_num 127 ranges {0=532480,532480=507904,1040384=778240,1818624=319488} 2023-09-30T09:08:40.319 INFO:tasks.rados.rados.0.smithi118.stdout:355: writing smithi118168640-28 from 0 to 532480 tid 1 2023-09-30T09:08:40.323 INFO:tasks.rados.rados.0.smithi118.stdout:355: writing smithi118168640-28 from 532480 to 1040384 tid 2 2023-09-30T09:08:40.327 INFO:tasks.rados.rados.0.smithi118.stdout:355: writing smithi118168640-28 from 1040384 to 1818624 tid 3 2023-09-30T09:08:40.329 INFO:tasks.rados.rados.0.smithi118.stdout:355: writing smithi118168640-28 from 1818624 to 2138112 tid 4 2023-09-30T09:08:40.329 INFO:tasks.rados.rados.0.smithi118.stdout:356: delete oid 11 current snap is 31 2023-09-30T09:08:40.330 INFO:tasks.rados.rados.0.smithi118.stdout:350: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:40.341 INFO:tasks.rados.rados.0.smithi118.stdout:351: expect (ObjNum 18 snap 0 seq_num 18) 2023-09-30T09:08:40.349 INFO:tasks.rados.rados.0.smithi118.stdout:354: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:355: finishing write tid 1 to smithi118168640-28 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:355: finishing write tid 2 to smithi118168640-28 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:350: done (6 left) 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:351: done (5 left) 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:354: done (4 left) 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:356: done (3 left) 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:357: delete oid 32 current snap is 31 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:352: finishing copy_from to smithi118168640-5 2023-09-30T09:08:40.360 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 20 (ObjNum 70 snap 9 seq_num 70) dirty exists 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:352: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:355: finishing write tid 3 to smithi118168640-28 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:355: finishing write tid 4 to smithi118168640-28 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:355: finishing write tid 5 to smithi118168640-28 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:355: finishing write tid 6 to smithi118168640-28 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 97 (ObjNum 127 snap 31 seq_num 127) dirty exists 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:355: left oid 28 (ObjNum 127 snap 31 seq_num 127) 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:349: finishing copy_from to smithi118168640-29 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 35 (ObjNum 120 snap 29 seq_num 120) dirty exists 2023-09-30T09:08:40.361 INFO:tasks.rados.rados.0.smithi118.stdout:349: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:08:40.362 INFO:tasks.rados.rados.0.smithi118.stdout:349: done (3 left) 2023-09-30T09:08:40.362 INFO:tasks.rados.rados.0.smithi118.stdout:352: done (2 left) 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:355: done (1 left) 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:357: done (0 left) 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:358: copy_from oid 33 from oid 9 current snap is 31 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:359: read oid 27 snap -1 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:359: expect (ObjNum 85 snap 16 seq_num 85) 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:360: rollback oid 42 current snap is 31 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 42 to 23 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:361: read oid 29 snap -1 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:361: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:362: rollback oid 11 current snap is 31 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 11 to 27 2023-09-30T09:08:40.363 INFO:tasks.rados.rados.0.smithi118.stdout:363: read oid 21 snap 24 2023-09-30T09:08:40.364 INFO:tasks.rados.rados.0.smithi118.stdout:363: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:40.364 INFO:tasks.rados.rados.0.smithi118.stdout:364: snap_create 2023-09-30T09:08:40.367 INFO:tasks.rados.rados.0.smithi118.stdout:360: finishing rollback tid 0 to smithi118168640-42 2023-09-30T09:08:40.367 INFO:tasks.rados.rados.0.smithi118.stdout:360: finishing rollback tid 1 to smithi118168640-42 2023-09-30T09:08:40.369 INFO:tasks.rados.rados.0.smithi118.stdout:363: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:40.384 INFO:tasks.rados.rados.0.smithi118.stdout:360: finishing rollback tid 2 to smithi118168640-42 2023-09-30T09:08:40.384 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 98 (ObjNum 105 snap 23 seq_num 105) dirty exists 2023-09-30T09:08:40.384 INFO:tasks.rados.rados.0.smithi118.stdout:359: expect (ObjNum 85 snap 16 seq_num 85) 2023-09-30T09:08:40.445 INFO:tasks.rados.rados.0.smithi118.stdout:358: finishing copy_from to smithi118168640-33 2023-09-30T09:08:40.445 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 68 (ObjNum 88 snap 19 seq_num 88) dirty exists 2023-09-30T09:08:40.445 INFO:tasks.rados.rados.0.smithi118.stdout:358: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:08:40.445 INFO:tasks.rados.rados.0.smithi118.stdout:361: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:08:40.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.132+0000 7f9f9fcf5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:08:40.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.336+0000 7f9f9fcf5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:08:40.489 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:40.115+0000 7ff55a27b700 -1 mgr handle_mgr_map I was active but no longer am 2023-09-30T09:08:40.489 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setuser ceph since I am not root 2023-09-30T09:08:40.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ignoring --setgroup ceph since I am not root 2023-09-30T09:08:40.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mgr[110277]: -- 172.21.15.118:0/3798193774 <== mon.0 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a1b3cc09c0 con 0x55a1b3c97000 2023-09-30T09:08:40.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:40.301+0000 7f02dda8b1c0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:08:40.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:40.488+0000 7f02dda8b1c0 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:08:40.684 INFO:tasks.rados.rados.0.smithi118.stdout:362: finishing rollback tid 1 to smithi118168640-11 2023-09-30T09:08:40.684 INFO:tasks.rados.rados.0.smithi118.stdout:362: finishing rollback tid 2 to smithi118168640-11 2023-09-30T09:08:40.684 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 86 (ObjNum 45 snap 0 seq_num 45) dirty exists 2023-09-30T09:08:40.684 INFO:tasks.rados.rados.0.smithi118.stdout:358: done (6 left) 2023-09-30T09:08:40.684 INFO:tasks.rados.rados.0.smithi118.stdout:359: done (5 left) 2023-09-30T09:08:40.684 INFO:tasks.rados.rados.0.smithi118.stdout:360: done (4 left) 2023-09-30T09:08:40.684 INFO:tasks.rados.rados.0.smithi118.stdout:361: done (3 left) 2023-09-30T09:08:40.685 INFO:tasks.rados.rados.0.smithi118.stdout:362: done (2 left) 2023-09-30T09:08:40.685 INFO:tasks.rados.rados.0.smithi118.stdout:363: done (1 left) 2023-09-30T09:08:40.685 INFO:tasks.rados.rados.0.smithi118.stdout:364: done (0 left) 2023-09-30T09:08:40.685 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 32 2023-09-30T09:08:40.685 INFO:tasks.rados.rados.0.smithi118.stdout:365: seq_num 130 ranges {2752512=581632,3334144=614400,3948544=598016,4546560=393216} 2023-09-30T09:08:40.702 INFO:tasks.rados.rados.0.smithi118.stdout:365: writing smithi118168640-9 from 2752512 to 3334144 tid 1 2023-09-30T09:08:40.706 INFO:tasks.rados.rados.0.smithi118.stdout:365: writing smithi118168640-9 from 3334144 to 3948544 tid 2 2023-09-30T09:08:40.709 INFO:tasks.rados.rados.0.smithi118.stdout:365: writing smithi118168640-9 from 3948544 to 4546560 tid 3 2023-09-30T09:08:40.712 INFO:tasks.rados.rados.0.smithi118.stdout:365: writing smithi118168640-9 from 4546560 to 4939776 tid 4 2023-09-30T09:08:40.712 INFO:tasks.rados.rados.0.smithi118.stdout:366: snap_remove snap 29 2023-09-30T09:08:40.887 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.531+0000 7f9f9fcf5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:08:40.887 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.650+0000 7f9f9fcf5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:08:40.887 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Bus STARTING 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: CherryPy Checker: 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: The Application mounted at '' has an empty config. 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Serving on http://:::9283 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Bus STARTED 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Bus STOPPING 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Bus STOPPED 2023-09-30T09:08:40.888 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Bus STARTING 2023-09-30T09:08:40.889 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: osdmap e125: 8 total, 8 up, 8 in 2023-09-30T09:08:40.889 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:40.889 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: osdmap e126: 8 total, 8 up, 8 in 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: mgrmap e22: x(active, starting, since 0.00552681s) 2023-09-30T09:08:40.890 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: Active manager daemon x restarted 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: Activating manager daemon x 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: osdmap e127: 8 total, 8 up, 8 in 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: mgrmap e23: x(active, starting, since 0.00516274s) 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:08:40.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:08:40.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:08:40.893 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:08:40.893 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:08:41.008 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:40.802+0000 7f02dda8b1c0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: osdmap e125: 8 total, 8 up, 8 in 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: osdmap e126: 8 total, 8 up, 8 in 2023-09-30T09:08:41.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: mgrmap e22: x(active, starting, since 0.00552681s) 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: Active manager daemon x restarted 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: Activating manager daemon x 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: osdmap e127: 8 total, 8 up, 8 in 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: mgrmap e23: x(active, starting, since 0.00516274s) 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:08:41.010 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:08:41.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: osdmap e125: 8 total, 8 up, 8 in 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: osdmap e126: 8 total, 8 up, 8 in 2023-09-30T09:08:41.012 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.14604 172.21.15.118:0/3797327126' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: mgrmap e22: x(active, starting, since 0.00552681s) 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: Active manager daemon x restarted 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: Activating manager daemon x 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: osdmap e127: 8 total, 8 up, 8 in 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: mgrmap e23: x(active, starting, since 0.00516274s) 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:08:41.013 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:08:41.014 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:08:41.015 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:08:41.016 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:08:41.016 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:08:41.016 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:08:41.016 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:40 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:08:41.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.938+0000 7f9efe05e700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.938+0000 7f9efe05e700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.938+0000 7f9efe05e700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.938+0000 7f9efe05e700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.938+0000 7f9efe05e700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.940+0000 7f9f01064700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.940+0000 7f9f01064700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.940+0000 7f9f01064700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.940+0000 7f9f01064700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:08:40.940+0000 7f9f01064700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:40] "GET /metrics HTTP/1.1" 200 33113 "" "Prometheus/2.43.0" 2023-09-30T09:08:41.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Serving on http://:::9283 2023-09-30T09:08:41.215 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:08:40] ENGINE Bus STARTED 2023-09-30T09:08:41.672 INFO:tasks.rados.rados.0.smithi118.stdout:366: done (1 left) 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:367: snap_create 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:365: finishing write tid 1 to smithi118168640-9 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:365: finishing write tid 2 to smithi118168640-9 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:365: finishing write tid 3 to smithi118168640-9 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:365: finishing write tid 4 to smithi118168640-9 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:365: finishing write tid 5 to smithi118168640-9 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:365: finishing write tid 6 to smithi118168640-9 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 80 (ObjNum 130 snap 32 seq_num 130) dirty exists 2023-09-30T09:08:41.673 INFO:tasks.rados.rados.0.smithi118.stdout:365: left oid 9 (ObjNum 130 snap 32 seq_num 130) 2023-09-30T09:08:41.747 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:41.347+0000 7f02dda8b1c0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:08:41.747 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:41.521+0000 7f02dda8b1c0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:08:42.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:41.930+0000 7f02dda8b1c0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:08:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: Manager daemon x is now available 2023-09-30T09:08:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: Deploying cephadm binary to smithi118 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: Deploying cephadm binary to smithi192 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: [30/Sep/2023:09:08:41] ENGINE Bus STARTING 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: [30/Sep/2023:09:08:41] ENGINE Serving on https://172.21.15.192:7150 2023-09-30T09:08:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[123327]: osdmap e128: 8 total, 8 up, 8 in 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: Manager daemon x is now available 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:08:42.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: Deploying cephadm binary to smithi118 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: Deploying cephadm binary to smithi192 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: [30/Sep/2023:09:08:41] ENGINE Bus STARTING 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: [30/Sep/2023:09:08:41] ENGINE Serving on https://172.21.15.192:7150 2023-09-30T09:08:42.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:41 smithi118 ceph-mon[110048]: osdmap e128: 8 total, 8 up, 8 in 2023-09-30T09:08:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: Manager daemon x is now available 2023-09-30T09:08:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:08:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:42.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: Deploying cephadm binary to smithi118 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: Deploying cephadm binary to smithi192 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: [30/Sep/2023:09:08:41] ENGINE Bus STARTING 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: [30/Sep/2023:09:08:41] ENGINE Serving on https://172.21.15.192:7150 2023-09-30T09:08:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:41 smithi192 ceph-mon[114603]: osdmap e128: 8 total, 8 up, 8 in 2023-09-30T09:08:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:365: done (1 left) 2023-09-30T09:08:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:367: done (0 left) 2023-09-30T09:08:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:368: read oid 15 snap -1 2023-09-30T09:08:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:368: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:08:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:369: copy_from oid 39 from oid 19 current snap is 33 2023-09-30T09:08:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 33 2023-09-30T09:08:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:370: seq_num 131 ranges {4939776=598016,5537792=499712,6037504=753664,6791168=352256} 2023-09-30T09:08:42.704 INFO:tasks.rados.rados.0.smithi118.stdout:370: writing smithi118168640-9 from 4939776 to 5537792 tid 1 2023-09-30T09:08:42.707 INFO:tasks.rados.rados.0.smithi118.stdout:370: writing smithi118168640-9 from 5537792 to 6037504 tid 2 2023-09-30T09:08:42.712 INFO:tasks.rados.rados.0.smithi118.stdout:370: writing smithi118168640-9 from 6037504 to 6791168 tid 3 2023-09-30T09:08:42.714 INFO:tasks.rados.rados.0.smithi118.stdout:370: writing smithi118168640-9 from 6791168 to 7143424 tid 4 2023-09-30T09:08:42.714 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 33 2023-09-30T09:08:42.714 INFO:tasks.rados.rados.0.smithi118.stdout:371: seq_num 132 ranges {5259264=614400,5873664=786432,6660096=565248,7225344=253952} 2023-09-30T09:08:42.746 INFO:tasks.rados.rados.0.smithi118.stdout:371: writing smithi118168640-45 from 5259264 to 5873664 tid 1 2023-09-30T09:08:42.751 INFO:tasks.rados.rados.0.smithi118.stdout:371: writing smithi118168640-45 from 5873664 to 6660096 tid 2 2023-09-30T09:08:42.755 INFO:tasks.rados.rados.0.smithi118.stdout:371: writing smithi118168640-45 from 6660096 to 7225344 tid 3 2023-09-30T09:08:42.757 INFO:tasks.rados.rados.0.smithi118.stdout:371: writing smithi118168640-45 from 7225344 to 7479296 tid 4 2023-09-30T09:08:42.757 INFO:tasks.rados.rados.0.smithi118.stdout:372: snap_create 2023-09-30T09:08:42.757 INFO:tasks.rados.rados.0.smithi118.stdout:368: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:08:42.758 INFO:tasks.rados.rados.0.smithi118.stdout:369: finishing copy_from to smithi118168640-39 2023-09-30T09:08:42.758 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 36 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-09-30T09:08:42.758 INFO:tasks.rados.rados.0.smithi118.stdout:369: finishing copy_from racing read to smithi118168640-39 2023-09-30T09:08:42.758 INFO:tasks.rados.rados.0.smithi118.stdout:370: finishing write tid 1 to smithi118168640-9 2023-09-30T09:08:42.758 INFO:tasks.rados.rados.0.smithi118.stdout:370: finishing write tid 2 to smithi118168640-9 2023-09-30T09:08:42.758 INFO:tasks.rados.rados.0.smithi118.stdout:370: finishing write tid 3 to smithi118168640-9 2023-09-30T09:08:42.758 INFO:tasks.rados.rados.0.smithi118.stdout:370: finishing write tid 4 to smithi118168640-9 2023-09-30T09:08:42.759 INFO:tasks.rados.rados.0.smithi118.stdout:370: finishing write tid 5 to smithi118168640-9 2023-09-30T09:08:42.759 INFO:tasks.rados.rados.0.smithi118.stdout:370: finishing write tid 6 to smithi118168640-9 2023-09-30T09:08:42.759 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 88 (ObjNum 131 snap 33 seq_num 131) dirty exists 2023-09-30T09:08:42.759 INFO:tasks.rados.rados.0.smithi118.stdout:370: left oid 9 (ObjNum 131 snap 33 seq_num 131) 2023-09-30T09:08:42.759 INFO:tasks.rados.rados.0.smithi118.stdout:371: finishing write tid 1 to smithi118168640-45 2023-09-30T09:08:42.759 INFO:tasks.rados.rados.0.smithi118.stdout:371: finishing write tid 2 to smithi118168640-45 2023-09-30T09:08:42.764 INFO:tasks.rados.rados.0.smithi118.stdout:371: finishing write tid 3 to smithi118168640-45 2023-09-30T09:08:42.764 INFO:tasks.rados.rados.0.smithi118.stdout:371: finishing write tid 4 to smithi118168640-45 2023-09-30T09:08:42.765 INFO:tasks.rados.rados.0.smithi118.stdout:371: finishing write tid 5 to smithi118168640-45 2023-09-30T09:08:42.765 INFO:tasks.rados.rados.0.smithi118.stdout:371: finishing write tid 6 to smithi118168640-45 2023-09-30T09:08:42.766 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 41 (ObjNum 132 snap 33 seq_num 132) dirty exists 2023-09-30T09:08:42.766 INFO:tasks.rados.rados.0.smithi118.stdout:371: left oid 45 (ObjNum 132 snap 33 seq_num 132) 2023-09-30T09:08:43.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:42.693+0000 7f02dda8b1c0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:08:43.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:42.795+0000 7f02dda8b1c0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:08:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[123327]: [30/Sep/2023:09:08:41] ENGINE Serving on http://172.21.15.192:8765 2023-09-30T09:08:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[123327]: [30/Sep/2023:09:08:41] ENGINE Bus STARTED 2023-09-30T09:08:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[123327]: mgrmap e24: x(active, since 1.08865s) 2023-09-30T09:08:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[123327]: pgmap v4: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[123327]: osdmap e129: 8 total, 8 up, 8 in 2023-09-30T09:08:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[123327]: osdmap e130: 8 total, 8 up, 8 in 2023-09-30T09:08:43.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[110048]: [30/Sep/2023:09:08:41] ENGINE Serving on http://172.21.15.192:8765 2023-09-30T09:08:43.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[110048]: [30/Sep/2023:09:08:41] ENGINE Bus STARTED 2023-09-30T09:08:43.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[110048]: mgrmap e24: x(active, since 1.08865s) 2023-09-30T09:08:43.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[110048]: pgmap v4: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:43.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[110048]: osdmap e129: 8 total, 8 up, 8 in 2023-09-30T09:08:43.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:42 smithi118 ceph-mon[110048]: osdmap e130: 8 total, 8 up, 8 in 2023-09-30T09:08:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:42 smithi192 ceph-mon[114603]: [30/Sep/2023:09:08:41] ENGINE Serving on http://172.21.15.192:8765 2023-09-30T09:08:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:42 smithi192 ceph-mon[114603]: [30/Sep/2023:09:08:41] ENGINE Bus STARTED 2023-09-30T09:08:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:42 smithi192 ceph-mon[114603]: mgrmap e24: x(active, since 1.08865s) 2023-09-30T09:08:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:42 smithi192 ceph-mon[114603]: pgmap v4: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:42 smithi192 ceph-mon[114603]: osdmap e129: 8 total, 8 up, 8 in 2023-09-30T09:08:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:42 smithi192 ceph-mon[114603]: osdmap e130: 8 total, 8 up, 8 in 2023-09-30T09:08:43.731 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:43.446+0000 7f02dda8b1c0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:08:43.731 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:43.535+0000 7f02dda8b1c0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:08:43.731 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:43.625+0000 7f02dda8b1c0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:08:43.769 INFO:tasks.rados.rados.0.smithi118.stdout:368: done (4 left) 2023-09-30T09:08:43.769 INFO:tasks.rados.rados.0.smithi118.stdout:369: done (3 left) 2023-09-30T09:08:43.769 INFO:tasks.rados.rados.0.smithi118.stdout:370: done (2 left) 2023-09-30T09:08:43.769 INFO:tasks.rados.rados.0.smithi118.stdout:371: done (1 left) 2023-09-30T09:08:43.770 INFO:tasks.rados.rados.0.smithi118.stdout:372: done (0 left) 2023-09-30T09:08:43.770 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 34 2023-09-30T09:08:43.770 INFO:tasks.rados.rados.0.smithi118.stdout:373: seq_num 133 ranges {1892352=630784,2523136=663552,3186688=770048,3956736=172032} 2023-09-30T09:08:43.783 INFO:tasks.rados.rados.0.smithi118.stdout:373: writing smithi118168640-5 from 1892352 to 2523136 tid 1 2023-09-30T09:08:43.787 INFO:tasks.rados.rados.0.smithi118.stdout:373: writing smithi118168640-5 from 2523136 to 3186688 tid 2 2023-09-30T09:08:43.792 INFO:tasks.rados.rados.0.smithi118.stdout:373: writing smithi118168640-5 from 3186688 to 3956736 tid 3 2023-09-30T09:08:43.793 INFO:tasks.rados.rados.0.smithi118.stdout:373: writing smithi118168640-5 from 3956736 to 4128768 tid 4 2023-09-30T09:08:43.793 INFO:tasks.rados.rados.0.smithi118.stdout:374: rollback oid 31 current snap is 34 2023-09-30T09:08:43.793 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 31 to 27 2023-09-30T09:08:43.793 INFO:tasks.rados.rados.0.smithi118.stdout:373: finishing write tid 1 to smithi118168640-5 2023-09-30T09:08:43.794 INFO:tasks.rados.rados.0.smithi118.stdout:373: finishing write tid 2 to smithi118168640-5 2023-09-30T09:08:43.794 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 34 2023-09-30T09:08:43.794 INFO:tasks.rados.rados.0.smithi118.stdout:375: seq_num 134 ranges {0=647168,647168=548864,1196032=573440,1769472=483328} 2023-09-30T09:08:43.797 INFO:tasks.rados.rados.0.smithi118.stdout:375: writing smithi118168640-49 from 0 to 647168 tid 1 2023-09-30T09:08:43.800 INFO:tasks.rados.rados.0.smithi118.stdout:375: writing smithi118168640-49 from 647168 to 1196032 tid 2 2023-09-30T09:08:43.804 INFO:tasks.rados.rados.0.smithi118.stdout:375: writing smithi118168640-49 from 1196032 to 1769472 tid 3 2023-09-30T09:08:43.807 INFO:tasks.rados.rados.0.smithi118.stdout:375: writing smithi118168640-49 from 1769472 to 2252800 tid 4 2023-09-30T09:08:43.807 INFO:tasks.rados.rados.0.smithi118.stdout:376: rmattr oid 41 current snap is 34 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:373: finishing write tid 3 to smithi118168640-5 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:376: done (3 left) 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:377: read oid 7 snap -1 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:377: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:378: snap_create 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:374: finishing rollback tid 1 to smithi118168640-31 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:373: finishing write tid 4 to smithi118168640-5 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:373: finishing write tid 5 to smithi118168640-5 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:374: finishing rollback tid 2 to smithi118168640-31 2023-09-30T09:08:43.808 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 113 (ObjNum 86 snap 18 seq_num 86) dirty exists 2023-09-30T09:08:43.809 INFO:tasks.rados.rados.0.smithi118.stdout:373: finishing write tid 6 to smithi118168640-5 2023-09-30T09:08:43.809 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 54 (ObjNum 133 snap 34 seq_num 133) dirty exists 2023-09-30T09:08:43.809 INFO:tasks.rados.rados.0.smithi118.stdout:373: left oid 5 (ObjNum 133 snap 34 seq_num 133) 2023-09-30T09:08:43.809 INFO:tasks.rados.rados.0.smithi118.stdout:375: finishing write tid 1 to smithi118168640-49 2023-09-30T09:08:43.809 INFO:tasks.rados.rados.0.smithi118.stdout:375: finishing write tid 2 to smithi118168640-49 2023-09-30T09:08:43.809 INFO:tasks.rados.rados.0.smithi118.stdout:375: finishing write tid 3 to smithi118168640-49 2023-09-30T09:08:43.809 INFO:tasks.rados.rados.0.smithi118.stdout:377: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:43.820 INFO:tasks.rados.rados.0.smithi118.stdout:375: finishing write tid 4 to smithi118168640-49 2023-09-30T09:08:43.820 INFO:tasks.rados.rados.0.smithi118.stdout:375: finishing write tid 5 to smithi118168640-49 2023-09-30T09:08:43.820 INFO:tasks.rados.rados.0.smithi118.stdout:375: finishing write tid 6 to smithi118168640-49 2023-09-30T09:08:43.820 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 95 (ObjNum 134 snap 34 seq_num 134) dirty exists 2023-09-30T09:08:43.820 INFO:tasks.rados.rados.0.smithi118.stdout:375: left oid 49 (ObjNum 134 snap 34 seq_num 134) 2023-09-30T09:08:43.992 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:43.729+0000 7f02dda8b1c0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:08:43.992 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:43.991+0000 7f02dda8b1c0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:08:43.993 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-mon[110048]: pgmap v6: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:43.993 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-mon[110048]: mgrmap e25: x(active, since 3s) 2023-09-30T09:08:43.993 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-mon[110048]: osdmap e131: 8 total, 8 up, 8 in 2023-09-30T09:08:43.993 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-mon[123327]: pgmap v6: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:43.993 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-mon[123327]: mgrmap e25: x(active, since 3s) 2023-09-30T09:08:43.993 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:43 smithi118 ceph-mon[123327]: osdmap e131: 8 total, 8 up, 8 in 2023-09-30T09:08:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:43 smithi192 ceph-mon[114603]: pgmap v6: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:43 smithi192 ceph-mon[114603]: mgrmap e25: x(active, since 3s) 2023-09-30T09:08:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:43 smithi192 ceph-mon[114603]: osdmap e131: 8 total, 8 up, 8 in 2023-09-30T09:08:44.315 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:44.095+0000 7f02dda8b1c0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:08:44.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:44.313+0000 7f02dda8b1c0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:08:44.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:44.423+0000 7f02dda8b1c0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:08:44.781 INFO:tasks.rados.rados.0.smithi118.stdout:373: done (4 left) 2023-09-30T09:08:44.781 INFO:tasks.rados.rados.0.smithi118.stdout:374: done (3 left) 2023-09-30T09:08:44.781 INFO:tasks.rados.rados.0.smithi118.stdout:375: done (2 left) 2023-09-30T09:08:44.781 INFO:tasks.rados.rados.0.smithi118.stdout:377: done (1 left) 2023-09-30T09:08:44.782 INFO:tasks.rados.rados.0.smithi118.stdout:378: done (0 left) 2023-09-30T09:08:44.782 INFO:tasks.rados.rados.0.smithi118.stdout:379: delete oid 49 current snap is 35 2023-09-30T09:08:44.784 INFO:tasks.rados.rados.0.smithi118.stdout:379: done (0 left) 2023-09-30T09:08:44.785 INFO:tasks.rados.rados.0.smithi118.stdout:380: rollback oid 18 current snap is 35 2023-09-30T09:08:44.785 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 18 to 30 2023-09-30T09:08:44.785 INFO:tasks.rados.rados.0.smithi118.stdout:381: snap_create 2023-09-30T09:08:44.790 INFO:tasks.rados.rados.0.smithi118.stdout:380: finishing rollback tid 0 to smithi118168640-18 2023-09-30T09:08:44.790 INFO:tasks.rados.rados.0.smithi118.stdout:380: finishing rollback tid 1 to smithi118168640-18 2023-09-30T09:08:44.790 INFO:tasks.rados.rados.0.smithi118.stdout:380: finishing rollback tid 2 to smithi118168640-18 2023-09-30T09:08:44.790 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 122 (ObjNum 121 snap 30 seq_num 121) dirty exists 2023-09-30T09:08:45.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:44.612+0000 7f02dda8b1c0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:08:45.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:44.699+0000 7f02dda8b1c0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:08:45.186 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:08:45.505 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:08:45.505 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (2m) - 2m 26.3M - 0.25.0 c8568f914cd2 eeaec1ea84dd 2023-09-30T09:08:45.505 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (2m) 9s ago 2m 94.7M - 9.4.7 2c41d148cca3 90052b8f6b91 2023-09-30T09:08:45.505 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (3m) - 3m 16.1M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:08:45.505 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (3m) 9s ago 3m 16.7M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:08:45.505 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283 running (12s) 9s ago 5m 51.2M - 18.0.0-6447-g1d10b717 dda7fab67785 8ffc9050795c 2023-09-30T09:08:45.505 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:9283 running (7m) - 7m 240M - 17.2.6-1161-g191c1869 8497a1260037 bc19f68eaef0 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (7m) - 7m 97.2M 2048M 17.2.6-1161-g191c1869 8497a1260037 37449c87c6d0 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (6m) 9s ago 6m 64.1M 2048M 17.2.6-1161-g191c1869 8497a1260037 74cd2e6d34fe 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (5m) - 5m 64.2M 2048M 17.2.6-1161-g191c1869 8497a1260037 3bafd4b66f52 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (2m) - 2m 17.1M - 1.5.0 0da6a335fe13 c716e4a3a48d 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (2m) 9s ago 2m 9047k - 1.5.0 0da6a335fe13 b857722aee19 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (5m) - 5m 131M 2998M 17.2.6-1161-g191c1869 8497a1260037 7496ad849d71 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (5m) - 5m 123M 2998M 17.2.6-1161-g191c1869 8497a1260037 7aa0bb3bf5ad 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (4m) - 4m 137M 2998M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (4m) - 4m 103M 2998M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (4m) 9s ago 4m 119M 2998M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:08:45.506 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (4m) 9s ago 4m 127M 2998M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:08:45.507 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (3m) 9s ago 3m 105M 2998M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:08:45.507 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (3m) 9s ago 3m 120M 2998M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:08:45.507 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (119s) 9s ago 2m 46.2M - 2.43.0 a07b618ecd1d 426af3c6d540 2023-09-30T09:08:45.779 INFO:tasks.rados.rados.0.smithi118.stdout:380: done (1 left) 2023-09-30T09:08:45.779 INFO:tasks.rados.rados.0.smithi118.stdout:381: done (0 left) 2023-09-30T09:08:45.779 INFO:tasks.rados.rados.0.smithi118.stdout:382: rollback oid 41 current snap is 36 2023-09-30T09:08:45.780 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 27 2023-09-30T09:08:45.780 INFO:tasks.rados.rados.0.smithi118.stdout:383: rollback oid 18 current snap is 36 2023-09-30T09:08:45.780 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 18 to 28 2023-09-30T09:08:45.780 INFO:tasks.rados.rados.0.smithi118.stdout:384: rmattr oid 23 current snap is 36 2023-09-30T09:08:45.780 INFO:tasks.rados.rados.0.smithi118.stdout:384: done (2 left) 2023-09-30T09:08:45.780 INFO:tasks.rados.rados.0.smithi118.stdout:385: copy_from oid 43 from oid 10 current snap is 36 2023-09-30T09:08:45.780 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 36 2023-09-30T09:08:45.781 INFO:tasks.rados.rados.0.smithi118.stdout:386: seq_num 136 ranges {303104=688128,991232=720896,1712128=540672,2252800=344064} 2023-09-30T09:08:45.785 INFO:tasks.rados.rados.0.smithi118.stdout:386: writing smithi118168640-19 from 303104 to 991232 tid 1 2023-09-30T09:08:45.789 INFO:tasks.rados.rados.0.smithi118.stdout:386: writing smithi118168640-19 from 991232 to 1712128 tid 2 2023-09-30T09:08:45.792 INFO:tasks.rados.rados.0.smithi118.stdout:386: writing smithi118168640-19 from 1712128 to 2252800 tid 3 2023-09-30T09:08:45.794 INFO:tasks.rados.rados.0.smithi118.stdout:386: writing smithi118168640-19 from 2252800 to 2596864 tid 4 2023-09-30T09:08:45.794 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 36 2023-09-30T09:08:45.794 INFO:tasks.rados.rados.0.smithi118.stdout:383: finishing rollback tid 0 to smithi118168640-18 2023-09-30T09:08:45.795 INFO:tasks.rados.rados.0.smithi118.stdout:387: seq_num 137 ranges {1204224=704512,1908736=655360,2564096=753664,3317760=196608} 2023-09-30T09:08:45.804 INFO:tasks.rados.rados.0.smithi118.stdout:387: writing smithi118168640-13 from 1204224 to 1908736 tid 1 2023-09-30T09:08:45.808 INFO:tasks.rados.rados.0.smithi118.stdout:387: writing smithi118168640-13 from 1908736 to 2564096 tid 2 2023-09-30T09:08:45.814 INFO:tasks.rados.rados.0.smithi118.stdout:387: writing smithi118168640-13 from 2564096 to 3317760 tid 3 2023-09-30T09:08:45.815 INFO:tasks.rados.rados.0.smithi118.stdout:387: writing smithi118168640-13 from 3317760 to 3514368 tid 4 2023-09-30T09:08:45.815 INFO:tasks.rados.rados.0.smithi118.stdout:388: setattr oid 26 current snap is 36 2023-09-30T09:08:45.815 INFO:tasks.rados.rados.0.smithi118.stdout:382: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:08:45.815 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 0 (ObjNum 593 snap 0 seq_num 3323055344) dirty dne 2023-09-30T09:08:45.815 INFO:tasks.rados.rados.0.smithi118.stdout:383: finishing rollback tid 1 to smithi118168640-18 2023-09-30T09:08:45.815 INFO:tasks.rados.rados.0.smithi118.stdout:383: finishing rollback tid 2 to smithi118168640-18 2023-09-30T09:08:45.815 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 126 (ObjNum 59 snap 3 seq_num 59) dirty exists 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:386: finishing write tid 1 to smithi118168640-19 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:385: finishing copy_from to smithi118168640-43 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 78 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:386: finishing write tid 2 to smithi118168640-19 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:385: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:386: finishing write tid 3 to smithi118168640-19 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:386: finishing write tid 4 to smithi118168640-19 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:386: finishing write tid 5 to smithi118168640-19 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:386: finishing write tid 6 to smithi118168640-19 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 125 (ObjNum 136 snap 36 seq_num 136) dirty exists 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:386: left oid 19 (ObjNum 136 snap 36 seq_num 136) 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:387: finishing write tid 1 to smithi118168640-13 2023-09-30T09:08:45.816 INFO:tasks.rados.rados.0.smithi118.stdout:387: finishing write tid 2 to smithi118168640-13 2023-09-30T09:08:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:382: done (5 left) 2023-09-30T09:08:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:383: done (4 left) 2023-09-30T09:08:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:385: done (3 left) 2023-09-30T09:08:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:386: done (2 left) 2023-09-30T09:08:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:389: snap_create 2023-09-30T09:08:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:387: finishing write tid 3 to smithi118168640-13 2023-09-30T09:08:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:387: finishing write tid 4 to smithi118168640-13 2023-09-30T09:08:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:387: finishing write tid 5 to smithi118168640-13 2023-09-30T09:08:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 127 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:08:45.820 INFO:tasks.rados.rados.0.smithi118.stdout:387: finishing write tid 6 to smithi118168640-13 2023-09-30T09:08:45.820 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 96 (ObjNum 137 snap 36 seq_num 137) dirty exists 2023-09-30T09:08:45.820 INFO:tasks.rados.rados.0.smithi118.stdout:387: left oid 13 (ObjNum 137 snap 36 seq_num 137) 2023-09-30T09:08:45.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:45.541+0000 7f02dda8b1c0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:08:45.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:45.746+0000 7f02dda8b1c0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:08:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: pgmap v9: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: mgrmap e26: x(active, since 4s) 2023-09-30T09:08:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: osdmap e132: 8 total, 8 up, 8 in 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: pgmap v9: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: mgrmap e26: x(active, since 4s) 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: osdmap e132: 8 total, 8 up, 8 in 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:45.920 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:08:45.921 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:08:45.921 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:08:45.921 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:45.921 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:08:45.921 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T09:08:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:08:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:08:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:08:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:08:45.922 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:08:45.923 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:08:45.923 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 13, 2023-09-30T09:08:45.923 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T09:08:45.923 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:08:45.923 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:08:46.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: pgmap v9: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:46.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: mgrmap e26: x(active, since 4s) 2023-09-30T09:08:46.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: osdmap e132: 8 total, 8 up, 8 in 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='client.25031 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:45 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:45.942+0000 7f02dda8b1c0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:08:46.787 INFO:tasks.rados.rados.0.smithi118.stdout:387: done (2 left) 2023-09-30T09:08:46.787 INFO:tasks.rados.rados.0.smithi118.stdout:388: done (1 left) 2023-09-30T09:08:46.788 INFO:tasks.rados.rados.0.smithi118.stdout:389: done (0 left) 2023-09-30T09:08:46.788 INFO:tasks.rados.rados.0.smithi118.stdout:390: copy_from oid 34 from oid 46 current snap is 37 2023-09-30T09:08:46.788 INFO:tasks.rados.rados.0.smithi118.stdout:391: snap_remove snap 34 2023-09-30T09:08:46.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:46.548+0000 7f02dda8b1c0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:08:46.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:46.733+0000 7f02dda8b1c0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:08:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[123327]: from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi118 to 2486M 2023-09-30T09:08:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[123327]: osdmap e133: 8 total, 8 up, 8 in 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2852597113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[110048]: from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi118 to 2486M 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[110048]: osdmap e133: 8 total, 8 up, 8 in 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/2852597113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:08:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:46.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:47.151 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:46 smithi192 ceph-mon[114603]: from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:08:47.152 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:46 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi118 to 2486M 2023-09-30T09:08:47.152 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:46 smithi192 ceph-mon[114603]: osdmap e133: 8 total, 8 up, 8 in 2023-09-30T09:08:47.152 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:46 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2852597113' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:08:47.152 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:46 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:47.152 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:46 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:47.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:46.926+0000 7f02dda8b1c0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:08:47.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:47.041+0000 7f02dda8b1c0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:08:47.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:08:47] ENGINE Bus STARTING 2023-09-30T09:08:47.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: CherryPy Checker: 2023-09-30T09:08:47.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: The Application mounted at '' has an empty config. 2023-09-30T09:08:47.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: 2023-09-30T09:08:47.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:08:47] ENGINE Serving on http://:::9283 2023-09-30T09:08:47.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: [30/Sep/2023:09:08:47] ENGINE Bus STARTED 2023-09-30T09:08:47.803 INFO:tasks.rados.rados.0.smithi118.stdout:391: done (1 left) 2023-09-30T09:08:47.803 INFO:tasks.rados.rados.0.smithi118.stdout:392: rollback oid 45 current snap is 37 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 45 to 31 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:390: finishing copy_from to smithi118168640-34 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 21 (ObjNum 72 snap 11 seq_num 72) dirty exists 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:390: finishing copy_from racing read to smithi118168640-34 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:390: done (1 left) 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:393: read oid 28 snap -1 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:393: expect (ObjNum 127 snap 31 seq_num 127) 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:394: read oid 36 snap -1 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:394: expect (ObjNum 27 snap 0 seq_num 27) 2023-09-30T09:08:47.804 INFO:tasks.rados.rados.0.smithi118.stdout:395: delete oid 12 current snap is 37 2023-09-30T09:08:47.806 INFO:tasks.rados.rados.0.smithi118.stdout:394: expect (ObjNum 27 snap 0 seq_num 27) 2023-09-30T09:08:47.818 INFO:tasks.rados.rados.0.smithi118.stdout:392: finishing rollback tid 0 to smithi118168640-45 2023-09-30T09:08:47.818 INFO:tasks.rados.rados.0.smithi118.stdout:392: finishing rollback tid 1 to smithi118168640-45 2023-09-30T09:08:47.818 INFO:tasks.rados.rados.0.smithi118.stdout:392: finishing rollback tid 2 to smithi118168640-45 2023-09-30T09:08:47.818 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 45 (ObjNum 120 snap 29 seq_num 120) dirty exists 2023-09-30T09:08:47.819 INFO:tasks.rados.rados.0.smithi118.stdout:393: expect (ObjNum 127 snap 31 seq_num 127) 2023-09-30T09:08:47.870 INFO:tasks.rados.rados.0.smithi118.stdout:392: done (3 left) 2023-09-30T09:08:47.870 INFO:tasks.rados.rados.0.smithi118.stdout:393: done (2 left) 2023-09-30T09:08:47.870 INFO:tasks.rados.rados.0.smithi118.stdout:394: done (1 left) 2023-09-30T09:08:47.870 INFO:tasks.rados.rados.0.smithi118.stdout:395: done (0 left) 2023-09-30T09:08:47.870 INFO:tasks.rados.rados.0.smithi118.stdout:396: rollback oid 5 current snap is 37 2023-09-30T09:08:47.870 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 33 2023-09-30T09:08:47.870 INFO:tasks.rados.rados.0.smithi118.stdout:397: snap_remove snap 31 2023-09-30T09:08:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[110048]: pgmap v12: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[110048]: osdmap e134: 8 total, 8 up, 8 in 2023-09-30T09:08:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[110048]: Standby manager daemon y started 2023-09-30T09:08:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:08:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:08:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[123327]: pgmap v12: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[123327]: osdmap e134: 8 total, 8 up, 8 in 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[123327]: Standby manager daemon y started 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-09-30T09:08:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:47 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:08:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:47 smithi192 ceph-mon[114603]: pgmap v12: 121 pgs: 121 active+clean; 111 MiB data, 290 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:48.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:47 smithi192 ceph-mon[114603]: osdmap e134: 8 total, 8 up, 8 in 2023-09-30T09:08:48.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:47 smithi192 ceph-mon[114603]: Standby manager daemon y started 2023-09-30T09:08:48.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:47 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:08:48.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:47 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:08:48.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:47 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-09-30T09:08:48.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:47 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.118:0/585734897' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:08:48.816 INFO:tasks.rados.rados.0.smithi118.stdout:397: done (1 left) 2023-09-30T09:08:48.817 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 37 2023-09-30T09:08:48.817 INFO:tasks.rados.rados.0.smithi118.stdout:398: seq_num 139 ranges {2752512=737280,3489792=425984,3915776=761856,4677632=417792} 2023-09-30T09:08:48.831 INFO:tasks.rados.rados.0.smithi118.stdout:398: writing smithi118168640-33 from 2752512 to 3489792 tid 1 2023-09-30T09:08:48.834 INFO:tasks.rados.rados.0.smithi118.stdout:398: writing smithi118168640-33 from 3489792 to 3915776 tid 2 2023-09-30T09:08:48.838 INFO:tasks.rados.rados.0.smithi118.stdout:398: writing smithi118168640-33 from 3915776 to 4677632 tid 3 2023-09-30T09:08:48.841 INFO:tasks.rados.rados.0.smithi118.stdout:398: writing smithi118168640-33 from 4677632 to 5095424 tid 4 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:399: read oid 7 snap -1 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:399: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:400: setattr oid 25 current snap is 37 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:396: finishing rollback tid 0 to smithi118168640-5 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:396: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:396: finishing rollback tid 2 to smithi118168640-5 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 58 (ObjNum 70 snap 9 seq_num 70) dirty exists 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:398: finishing write tid 1 to smithi118168640-33 2023-09-30T09:08:48.842 INFO:tasks.rados.rados.0.smithi118.stdout:398: finishing write tid 2 to smithi118168640-33 2023-09-30T09:08:48.843 INFO:tasks.rados.rados.0.smithi118.stdout:398: finishing write tid 3 to smithi118168640-33 2023-09-30T09:08:48.844 INFO:tasks.rados.rados.0.smithi118.stdout:398: finishing write tid 4 to smithi118168640-33 2023-09-30T09:08:48.844 INFO:tasks.rados.rados.0.smithi118.stdout:399: expect (ObjNum 23 snap 0 seq_num 23) 2023-09-30T09:08:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:398: finishing write tid 5 to smithi118168640-33 2023-09-30T09:08:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:398: finishing write tid 6 to smithi118168640-33 2023-09-30T09:08:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 104 (ObjNum 139 snap 37 seq_num 139) dirty exists 2023-09-30T09:08:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:398: left oid 33 (ObjNum 139 snap 37 seq_num 139) 2023-09-30T09:08:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:396: done (3 left) 2023-09-30T09:08:48.856 INFO:tasks.rados.rados.0.smithi118.stdout:398: done (2 left) 2023-09-30T09:08:48.856 INFO:tasks.rados.rados.0.smithi118.stdout:399: done (1 left) 2023-09-30T09:08:48.856 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 37 2023-09-30T09:08:48.856 INFO:tasks.rados.rados.0.smithi118.stdout:401: seq_num 140 ranges {458752=753664,1212416=704512,1916928=524288,2441216=376832} 2023-09-30T09:08:48.862 INFO:tasks.rados.rados.0.smithi118.stdout:401: writing smithi118168640-36 from 458752 to 1212416 tid 1 2023-09-30T09:08:48.866 INFO:tasks.rados.rados.0.smithi118.stdout:401: writing smithi118168640-36 from 1212416 to 1916928 tid 2 2023-09-30T09:08:48.869 INFO:tasks.rados.rados.0.smithi118.stdout:401: writing smithi118168640-36 from 1916928 to 2441216 tid 3 2023-09-30T09:08:48.872 INFO:tasks.rados.rados.0.smithi118.stdout:401: writing smithi118168640-36 from 2441216 to 2818048 tid 4 2023-09-30T09:08:48.872 INFO:tasks.rados.rados.0.smithi118.stdout:402: snap_create 2023-09-30T09:08:48.872 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 68 (ObjNum 49 snap 0 seq_num 1953066355) dirty exists 2023-09-30T09:08:48.872 INFO:tasks.rados.rados.0.smithi118.stdout:401: finishing write tid 1 to smithi118168640-36 2023-09-30T09:08:48.873 INFO:tasks.rados.rados.0.smithi118.stdout:401: finishing write tid 2 to smithi118168640-36 2023-09-30T09:08:48.873 INFO:tasks.rados.rados.0.smithi118.stdout:401: finishing write tid 3 to smithi118168640-36 2023-09-30T09:08:48.874 INFO:tasks.rados.rados.0.smithi118.stdout:401: finishing write tid 4 to smithi118168640-36 2023-09-30T09:08:48.874 INFO:tasks.rados.rados.0.smithi118.stdout:401: finishing write tid 5 to smithi118168640-36 2023-09-30T09:08:48.875 INFO:tasks.rados.rados.0.smithi118.stdout:401: finishing write tid 6 to smithi118168640-36 2023-09-30T09:08:48.875 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 66 (ObjNum 140 snap 37 seq_num 140) dirty exists 2023-09-30T09:08:48.875 INFO:tasks.rados.rados.0.smithi118.stdout:401: left oid 36 (ObjNum 140 snap 37 seq_num 140) 2023-09-30T09:08:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: osdmap e135: 8 total, 8 up, 8 in 2023-09-30T09:08:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: mgrmap e27: x(active, since 7s), standbys: y 2023-09-30T09:08:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:08:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:48.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:48.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:48.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:48 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:08:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: osdmap e135: 8 total, 8 up, 8 in 2023-09-30T09:08:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: mgrmap e27: x(active, since 7s), standbys: y 2023-09-30T09:08:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:08:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:08:49.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: osdmap e135: 8 total, 8 up, 8 in 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: mgrmap e27: x(active, since 7s), standbys: y 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-30T09:08:49.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:49.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:08:49.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:48 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:08:49.811 INFO:tasks.rados.rados.0.smithi118.stdout:400: done (2 left) 2023-09-30T09:08:49.811 INFO:tasks.rados.rados.0.smithi118.stdout:401: done (1 left) 2023-09-30T09:08:49.811 INFO:tasks.rados.rados.0.smithi118.stdout:402: done (0 left) 2023-09-30T09:08:49.811 INFO:tasks.rados.rados.0.smithi118.stdout:403: read oid 25 snap 33 2023-09-30T09:08:49.811 INFO:tasks.rados.rados.0.smithi118.stdout:403: expect deleted 2023-09-30T09:08:49.811 INFO:tasks.rados.rados.0.smithi118.stdout:404: snap_remove snap 30 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: pgmap v15: 121 pgs: 121 active+clean; 129 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 347 KiB/s rd, 3.8 MiB/s wr, 47 op/s 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: Adjusting osd_memory_target on smithi192 to 2486M 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: osdmap e136: 8 total, 8 up, 8 in 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:08:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: pgmap v15: 121 pgs: 121 active+clean; 129 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 347 KiB/s rd, 3.8 MiB/s wr, 47 op/s 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: Adjusting osd_memory_target on smithi192 to 2486M 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: osdmap e136: 8 total, 8 up, 8 in 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:08:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:08:50.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:49 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:08:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: pgmap v15: 121 pgs: 121 active+clean; 129 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 347 KiB/s rd, 3.8 MiB/s wr, 47 op/s 2023-09-30T09:08:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: Adjusting osd_memory_target on smithi192 to 2486M 2023-09-30T09:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: osdmap e136: 8 total, 8 up, 8 in 2023-09-30T09:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:08:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:49 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:08:50.814 INFO:tasks.rados.rados.0.smithi118.stdout:404: done (1 left) 2023-09-30T09:08:50.814 INFO:tasks.rados.rados.0.smithi118.stdout:405: copy_from oid 9 from oid 36 current snap is 38 2023-09-30T09:08:50.814 INFO:tasks.rados.rados.0.smithi118.stdout:406: snap_create 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: osdmap e137: 8 total, 8 up, 8 in 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:50.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: Reconfiguring alertmanager.a (dependencies changed)... 2023-09-30T09:08:50.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[110048]: Reconfiguring daemon alertmanager.a on smithi118 2023-09-30T09:08:50.831 INFO:tasks.rados.rados.0.smithi118.stdout:405: finishing copy_from to smithi118168640-9 2023-09-30T09:08:50.831 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 66 (ObjNum 140 snap 37 seq_num 140) dirty exists 2023-09-30T09:08:50.832 INFO:tasks.rados.rados.0.smithi118.stdout:405: finishing copy_from racing read to smithi118168640-9 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: osdmap e137: 8 total, 8 up, 8 in 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.089 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: Reconfiguring alertmanager.a (dependencies changed)... 2023-09-30T09:08:51.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:50 smithi118 ceph-mon[123327]: Reconfiguring daemon alertmanager.a on smithi118 2023-09-30T09:08:51.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:50] "GET /metrics HTTP/1.1" 200 33113 "" "Prometheus/2.43.0" 2023-09-30T09:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: osdmap e137: 8 total, 8 up, 8 in 2023-09-30T09:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:51.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: Reconfiguring alertmanager.a (dependencies changed)... 2023-09-30T09:08:51.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:50 smithi192 ceph-mon[114603]: Reconfiguring daemon alertmanager.a on smithi118 2023-09-30T09:08:51.722 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:51 smithi118 systemd[1]: Stopping Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:08:52.141 INFO:tasks.rados.rados.0.smithi118.stdout:403: done (2 left) 2023-09-30T09:08:52.142 INFO:tasks.rados.rados.0.smithi118.stdout:405: done (1 left) 2023-09-30T09:08:52.142 INFO:tasks.rados.rados.0.smithi118.stdout:406: done (0 left) 2023-09-30T09:08:52.142 INFO:tasks.rados.rados.0.smithi118.stdout:407: snap_remove snap 37 2023-09-30T09:08:52.142 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:51 smithi118 ceph-mon[110048]: pgmap v18: 121 pgs: 121 active+clean; 129 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 347 KiB/s rd, 3.8 MiB/s wr, 47 op/s 2023-09-30T09:08:52.142 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:51 smithi118 ceph-mon[110048]: osdmap e138: 8 total, 8 up, 8 in 2023-09-30T09:08:52.143 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:51 smithi118 ceph-mon[123327]: pgmap v18: 121 pgs: 121 active+clean; 129 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 347 KiB/s rd, 3.8 MiB/s wr, 47 op/s 2023-09-30T09:08:52.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:51 smithi118 ceph-mon[123327]: osdmap e138: 8 total, 8 up, 8 in 2023-09-30T09:08:52.145 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:51 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[165546]: ts=2023-09-30T09:08:51.721Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-09-30T09:08:52.145 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:51 smithi118 bash[171209]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a 2023-09-30T09:08:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:51 smithi192 ceph-mon[114603]: pgmap v18: 121 pgs: 121 active+clean; 129 MiB data, 322 MiB used, 715 GiB / 715 GiB avail; 347 KiB/s rd, 3.8 MiB/s wr, 47 op/s 2023-09-30T09:08:52.301 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:51 smithi192 ceph-mon[114603]: osdmap e138: 8 total, 8 up, 8 in 2023-09-30T09:08:52.477 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-09-30T09:08:52.477 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 systemd[1]: Stopped Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:08:52.478 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 systemd[1]: Starting Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:08:52.744 INFO:tasks.rados.rados.0.smithi118.stdout:407: done (0 left) 2023-09-30T09:08:52.745 INFO:tasks.rados.rados.0.smithi118.stdout:408: snap_remove snap 24 2023-09-30T09:08:52.823 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.561Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.561Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.562Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.118 port=9094 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.563Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 bash[171315]: 508bbdc98b52c3353c24c7d51e4955ebbeb1d845a2c85edda38eda7bd7eca0d8 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 systemd[1]: Started Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.587Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.588Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.591Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2023-09-30T09:08:52.824 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:52.591Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-09-30T09:08:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[110048]: osdmap e139: 8 total, 8 up, 8 in 2023-09-30T09:08:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[110048]: osdmap e140: 8 total, 8 up, 8 in 2023-09-30T09:08:53.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[123327]: osdmap e139: 8 total, 8 up, 8 in 2023-09-30T09:08:53.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:53.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:53.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:52 smithi118 ceph-mon[123327]: osdmap e140: 8 total, 8 up, 8 in 2023-09-30T09:08:53.097 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:52 smithi118 systemd[1]: Stopping Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:08:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:52 smithi192 ceph-mon[114603]: osdmap e139: 8 total, 8 up, 8 in 2023-09-30T09:08:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:52 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:52 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:52 smithi192 ceph-mon[114603]: osdmap e140: 8 total, 8 up, 8 in 2023-09-30T09:08:53.596 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 bash[171475]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a 2023-09-30T09:08:53.596 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:08:53.596 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.a.service: Failed with result 'exit-code'. 2023-09-30T09:08:53.596 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 systemd[1]: Stopped Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:08:53.596 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 systemd[1]: Starting Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:08:53.751 INFO:tasks.rados.rados.0.smithi118.stdout:408: done (0 left) 2023-09-30T09:08:53.752 INFO:tasks.rados.rados.0.smithi118.stdout:409: copy_from oid 43 from oid 3 current snap is 39 2023-09-30T09:08:53.752 INFO:tasks.rados.rados.0.smithi118.stdout:410: read oid 37 snap -1 2023-09-30T09:08:53.752 INFO:tasks.rados.rados.0.smithi118.stdout:410: expect (ObjNum 111 snap 23 seq_num 111) 2023-09-30T09:08:53.752 INFO:tasks.rados.rados.0.smithi118.stdout:411: delete oid 12 current snap is 39 2023-09-30T09:08:53.761 INFO:tasks.rados.rados.0.smithi118.stdout:411: done (2 left) 2023-09-30T09:08:53.761 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 39 2023-09-30T09:08:53.761 INFO:tasks.rados.rados.0.smithi118.stdout:412: seq_num 142 ranges {3514368=786432,4300800=475136,4775936=540672,5316608=589824} 2023-09-30T09:08:53.784 INFO:tasks.rados.rados.0.smithi118.stdout:412: writing smithi118168640-13 from 3514368 to 4300800 tid 1 2023-09-30T09:08:53.787 INFO:tasks.rados.rados.0.smithi118.stdout:412: writing smithi118168640-13 from 4300800 to 4775936 tid 2 2023-09-30T09:08:53.791 INFO:tasks.rados.rados.0.smithi118.stdout:412: writing smithi118168640-13 from 4775936 to 5316608 tid 3 2023-09-30T09:08:53.794 INFO:tasks.rados.rados.0.smithi118.stdout:412: writing smithi118168640-13 from 5316608 to 5906432 tid 4 2023-09-30T09:08:53.794 INFO:tasks.rados.rados.0.smithi118.stdout:413: delete oid 9 current snap is 39 2023-09-30T09:08:53.794 INFO:tasks.rados.rados.0.smithi118.stdout:409: finishing copy_from to smithi118168640-43 2023-09-30T09:08:53.795 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 78 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:53.795 INFO:tasks.rados.rados.0.smithi118.stdout:409: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:08:53.795 INFO:tasks.rados.rados.0.smithi118.stdout:410: expect (ObjNum 111 snap 23 seq_num 111) 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:412: finishing write tid 1 to smithi118168640-13 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:412: finishing write tid 2 to smithi118168640-13 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:412: finishing write tid 3 to smithi118168640-13 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:409: done (3 left) 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:410: done (2 left) 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:413: done (1 left) 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 39 2023-09-30T09:08:53.942 INFO:tasks.rados.rados.0.smithi118.stdout:412: finishing write tid 4 to smithi118168640-13 2023-09-30T09:08:53.943 INFO:tasks.rados.rados.0.smithi118.stdout:412: finishing write tid 5 to smithi118168640-13 2023-09-30T09:08:53.943 INFO:tasks.rados.rados.0.smithi118.stdout:412: finishing write tid 6 to smithi118168640-13 2023-09-30T09:08:53.943 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 114 (ObjNum 142 snap 39 seq_num 142) dirty exists 2023-09-30T09:08:53.943 INFO:tasks.rados.rados.0.smithi118.stdout:412: left oid 13 (ObjNum 142 snap 39 seq_num 142) 2023-09-30T09:08:53.943 INFO:tasks.rados.rados.0.smithi118.stdout:414: seq_num 144 ranges {4112384=16384} 2023-09-30T09:08:53.963 INFO:tasks.rados.rados.0.smithi118.stdout:414: writing smithi118168640-37 from 4112384 to 4128768 tid 1 2023-09-30T09:08:53.963 INFO:tasks.rados.rados.0.smithi118.stdout:412: done (1 left) 2023-09-30T09:08:53.964 INFO:tasks.rados.rados.0.smithi118.stdout:415: copy_from oid 21 from oid 32 current snap is 39 2023-09-30T09:08:53.964 INFO:tasks.rados.rados.0.smithi118.stdout:416: setattr oid 43 current snap is 39 2023-09-30T09:08:53.964 INFO:tasks.rados.rados.0.smithi118.stdout:415: finishing copy_from to smithi118168640-21 2023-09-30T09:08:53.964 INFO:tasks.rados.rados.0.smithi118.stdout:415: got expected ENOENT (src dne) 2023-09-30T09:08:53.965 INFO:tasks.rados.rados.0.smithi118.stdout:415: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:08:53.965 INFO:tasks.rados.rados.0.smithi118.stdout:415: done (2 left) 2023-09-30T09:08:53.965 INFO:tasks.rados.rados.0.smithi118.stdout:417: read oid 30 snap -1 2023-09-30T09:08:53.965 INFO:tasks.rados.rados.0.smithi118.stdout:417: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:08:53.965 INFO:tasks.rados.rados.0.smithi118.stdout:418: snap_create 2023-09-30T09:08:53.966 INFO:tasks.rados.rados.0.smithi118.stdout:414: finishing write tid 1 to smithi118168640-37 2023-09-30T09:08:53.966 INFO:tasks.rados.rados.0.smithi118.stdout:414: finishing write tid 2 to smithi118168640-37 2023-09-30T09:08:53.967 INFO:tasks.rados.rados.0.smithi118.stdout:414: finishing write tid 3 to smithi118168640-37 2023-09-30T09:08:53.967 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 137 (ObjNum 144 snap 39 seq_num 144) dirty exists 2023-09-30T09:08:53.967 INFO:tasks.rados.rados.0.smithi118.stdout:414: left oid 37 (ObjNum 144 snap 39 seq_num 144) 2023-09-30T09:08:53.968 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 167 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:53.971 INFO:tasks.rados.rados.0.smithi118.stdout:417: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:08:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[110048]: Reconfiguring node-exporter.a (dependencies changed)... 2023-09-30T09:08:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[110048]: Reconfiguring daemon node-exporter.a on smithi118 2023-09-30T09:08:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[110048]: pgmap v21: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2023-09-30T09:08:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[110048]: osdmap e141: 8 total, 8 up, 8 in 2023-09-30T09:08:54.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[123327]: Reconfiguring node-exporter.a (dependencies changed)... 2023-09-30T09:08:54.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[123327]: Reconfiguring daemon node-exporter.a on smithi118 2023-09-30T09:08:54.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[123327]: pgmap v21: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2023-09-30T09:08:54.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-mon[123327]: osdmap e141: 8 total, 8 up, 8 in 2023-09-30T09:08:54.097 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.798Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.798Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.799Z 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+$ 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.799Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z 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/.+)($|/) 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z 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)$ 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=arp 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=bcache 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=bonding 2023-09-30T09:08:54.098 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=btrfs 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=conntrack 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=cpu 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=diskstats 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=dmi 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=edac 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=entropy 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=filefd 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=filesystem 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=hwmon 2023-09-30T09:08:54.099 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=infiniband 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=ipvs 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=loadavg 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=mdadm 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=meminfo 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=netclass 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=netdev 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=netstat 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=nfs 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=nfsd 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=nvme 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=os 2023-09-30T09:08:54.100 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=pressure 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=rapl 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=schedstat 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=selinux 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=sockstat 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=softnet 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=stat 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=tapestats 2023-09-30T09:08:54.101 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.800Z caller=node_exporter.go:117 level=info collector=textfile 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=node_exporter.go:117 level=info collector=time 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=node_exporter.go:117 level=info collector=uname 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=node_exporter.go:117 level=info collector=vmstat 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=node_exporter.go:117 level=info collector=xfs 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=node_exporter.go:117 level=info collector=zfs 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[171597]: ts=2023-09-30T09:08:53.801Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 bash[171583]: 96fa1fb67cd28bc34c49ac8490234b258718cf387d0745a09c7c9a14f67a50be 2023-09-30T09:08:54.102 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:08:53 smithi118 systemd[1]: Started Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:08:54.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:53 smithi192 ceph-mon[114603]: Reconfiguring node-exporter.a (dependencies changed)... 2023-09-30T09:08:54.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:53 smithi192 ceph-mon[114603]: Reconfiguring daemon node-exporter.a on smithi118 2023-09-30T09:08:54.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:53 smithi192 ceph-mon[114603]: pgmap v21: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2023-09-30T09:08:54.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:53 smithi192 ceph-mon[114603]: osdmap e141: 8 total, 8 up, 8 in 2023-09-30T09:08:54.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[110273]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:08:54] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2023-09-30T09:08:54.846 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:08:54.563Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000105925s 2023-09-30T09:08:54.867 INFO:tasks.rados.rados.0.smithi118.stdout:414: done (3 left) 2023-09-30T09:08:54.867 INFO:tasks.rados.rados.0.smithi118.stdout:416: done (2 left) 2023-09-30T09:08:54.867 INFO:tasks.rados.rados.0.smithi118.stdout:417: done (1 left) 2023-09-30T09:08:54.867 INFO:tasks.rados.rados.0.smithi118.stdout:418: done (0 left) 2023-09-30T09:08:54.867 INFO:tasks.rados.rados.0.smithi118.stdout:419: read oid 31 snap -1 2023-09-30T09:08:54.867 INFO:tasks.rados.rados.0.smithi118.stdout:419: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:420: rollback oid 22 current snap is 40 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 32 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:421: read oid 48 snap -1 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:421: expect (ObjNum 47 snap 0 seq_num 47) 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:422: rollback oid 3 current snap is 40 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 28 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 40 2023-09-30T09:08:54.868 INFO:tasks.rados.rados.0.smithi118.stdout:423: seq_num 145 ranges {1204224=32768} 2023-09-30T09:08:54.874 INFO:tasks.rados.rados.0.smithi118.stdout:423: writing smithi118168640-18 from 1204224 to 1236992 tid 1 2023-09-30T09:08:54.874 INFO:tasks.rados.rados.0.smithi118.stdout:424: rmattr oid 24 current snap is 40 2023-09-30T09:08:54.875 INFO:tasks.rados.rados.0.smithi118.stdout:424: done (5 left) 2023-09-30T09:08:54.875 INFO:tasks.rados.rados.0.smithi118.stdout:425: rmattr oid 41 current snap is 40 2023-09-30T09:08:54.875 INFO:tasks.rados.rados.0.smithi118.stdout:425: done (5 left) 2023-09-30T09:08:54.875 INFO:tasks.rados.rados.0.smithi118.stdout:426: rmattr oid 2 current snap is 40 2023-09-30T09:08:54.875 INFO:tasks.rados.rados.0.smithi118.stdout:426: done (5 left) 2023-09-30T09:08:54.876 INFO:tasks.rados.rados.0.smithi118.stdout:427: copy_from oid 32 from oid 24 current snap is 40 2023-09-30T09:08:54.876 INFO:tasks.rados.rados.0.smithi118.stdout:428: delete oid 47 current snap is 40 2023-09-30T09:08:54.876 INFO:tasks.rados.rados.0.smithi118.stdout:421: expect (ObjNum 47 snap 0 seq_num 47) 2023-09-30T09:08:54.900 INFO:tasks.rados.rados.0.smithi118.stdout:422: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:08:54.900 INFO:tasks.rados.rados.0.smithi118.stdout:422: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:08:54.901 INFO:tasks.rados.rados.0.smithi118.stdout:422: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:08:54.901 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 103 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:08:54.901 INFO:tasks.rados.rados.0.smithi118.stdout:421: done (6 left) 2023-09-30T09:08:54.902 INFO:tasks.rados.rados.0.smithi118.stdout:422: done (5 left) 2023-09-30T09:08:54.902 INFO:tasks.rados.rados.0.smithi118.stdout:428: done (4 left) 2023-09-30T09:08:54.902 INFO:tasks.rados.rados.0.smithi118.stdout:429: rollback oid 17 current snap is 40 2023-09-30T09:08:54.902 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 20 2023-09-30T09:08:54.902 INFO:tasks.rados.rados.0.smithi118.stdout:423: finishing write tid 1 to smithi118168640-18 2023-09-30T09:08:54.902 INFO:tasks.rados.rados.0.smithi118.stdout:423: finishing write tid 2 to smithi118168640-18 2023-09-30T09:08:54.902 INFO:tasks.rados.rados.0.smithi118.stdout:423: finishing write tid 3 to smithi118168640-18 2023-09-30T09:08:54.903 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 140 (ObjNum 145 snap 40 seq_num 145) dirty exists 2023-09-30T09:08:54.903 INFO:tasks.rados.rados.0.smithi118.stdout:423: left oid 18 (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:08:54.903 INFO:tasks.rados.rados.0.smithi118.stdout:419: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:08:55.015 INFO:tasks.rados.rados.0.smithi118.stdout:420: finishing rollback tid 0 to smithi118168640-22 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:420: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:420: finishing rollback tid 2 to smithi118168640-22 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 130 (ObjNum 103 snap 23 seq_num 103) dirty exists 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:427: finishing copy_from to smithi118168640-32 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 58 (ObjNum 115 snap 23 seq_num 115) dirty exists 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:427: finishing copy_from racing read to smithi118168640-32 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:419: done (4 left) 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:420: done (3 left) 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:423: done (2 left) 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:427: done (1 left) 2023-09-30T09:08:55.016 INFO:tasks.rados.rados.0.smithi118.stdout:430: read oid 2 snap -1 2023-09-30T09:08:55.017 INFO:tasks.rados.rados.0.smithi118.stdout:430: expect (ObjNum 110 snap 23 seq_num 110) 2023-09-30T09:08:55.017 INFO:tasks.rados.rados.0.smithi118.stdout:431: snap_remove snap 35 2023-09-30T09:08:55.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:54 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:55.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:54 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:55.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:54 smithi192 ceph-mon[114603]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:08:55.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:54 smithi192 ceph-mon[114603]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:08:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:55.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[110048]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:08:55.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[110048]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:08:55.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:55.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:08:55.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[123327]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:08:55.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:54 smithi118 ceph-mon[123327]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:08:55.872 INFO:tasks.rados.rados.0.smithi118.stdout:431: done (2 left) 2023-09-30T09:08:55.872 INFO:tasks.rados.rados.0.smithi118.stdout:432: delete oid 12 current snap is 40 2023-09-30T09:08:55.872 INFO:tasks.rados.rados.0.smithi118.stdout:429: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:08:55.872 INFO:tasks.rados.rados.0.smithi118.stdout:429: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:08:55.872 INFO:tasks.rados.rados.0.smithi118.stdout:429: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:08:55.872 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 144 (ObjNum 93 snap 19 seq_num 93) dirty exists 2023-09-30T09:08:55.873 INFO:tasks.rados.rados.0.smithi118.stdout:430: expect (ObjNum 110 snap 23 seq_num 110) 2023-09-30T09:08:55.992 INFO:tasks.rados.rados.0.smithi118.stdout:429: done (2 left) 2023-09-30T09:08:55.992 INFO:tasks.rados.rados.0.smithi118.stdout:430: done (1 left) 2023-09-30T09:08:55.992 INFO:tasks.rados.rados.0.smithi118.stdout:432: done (0 left) 2023-09-30T09:08:55.993 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 40 2023-09-30T09:08:55.993 INFO:tasks.rados.rados.0.smithi118.stdout:433: seq_num 148 ranges {0=81920} 2023-09-30T09:08:55.994 INFO:tasks.rados.rados.0.smithi118.stdout:433: writing smithi118168640-12 from 0 to 81920 tid 1 2023-09-30T09:08:55.994 INFO:tasks.rados.rados.0.smithi118.stdout:434: snap_remove snap 39 2023-09-30T09:08:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:55 smithi192 ceph-mon[114603]: pgmap v24: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2023-09-30T09:08:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:55 smithi192 ceph-mon[114603]: osdmap e142: 8 total, 8 up, 8 in 2023-09-30T09:08:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:55 smithi118 ceph-mon[110048]: pgmap v24: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2023-09-30T09:08:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:55 smithi118 ceph-mon[110048]: osdmap e142: 8 total, 8 up, 8 in 2023-09-30T09:08:56.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:55 smithi118 ceph-mon[123327]: pgmap v24: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.3 MiB/s wr, 13 op/s 2023-09-30T09:08:56.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:55 smithi118 ceph-mon[123327]: osdmap e142: 8 total, 8 up, 8 in 2023-09-30T09:08:56.878 INFO:tasks.rados.rados.0.smithi118.stdout:434: done (1 left) 2023-09-30T09:08:56.878 INFO:tasks.rados.rados.0.smithi118.stdout:435: snap_remove snap 36 2023-09-30T09:08:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:56 smithi192 ceph-mon[114603]: osdmap e143: 8 total, 8 up, 8 in 2023-09-30T09:08:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:56 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:56 smithi118 ceph-mon[110048]: osdmap e143: 8 total, 8 up, 8 in 2023-09-30T09:08:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:56 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:56 smithi118 ceph-mon[123327]: osdmap e143: 8 total, 8 up, 8 in 2023-09-30T09:08:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:56 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:08:57.886 INFO:tasks.rados.rados.0.smithi118.stdout:435: done (1 left) 2023-09-30T09:08:57.886 INFO:tasks.rados.rados.0.smithi118.stdout:436: snap_remove snap 38 2023-09-30T09:08:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:57 smithi192 ceph-mon[114603]: pgmap v27: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:57 smithi192 ceph-mon[114603]: osdmap e144: 8 total, 8 up, 8 in 2023-09-30T09:08:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:57 smithi118 ceph-mon[110048]: pgmap v27: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:57 smithi118 ceph-mon[110048]: osdmap e144: 8 total, 8 up, 8 in 2023-09-30T09:08:58.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:57 smithi118 ceph-mon[123327]: pgmap v27: 121 pgs: 121 active+clean; 136 MiB data, 343 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:08:58.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:57 smithi118 ceph-mon[123327]: osdmap e144: 8 total, 8 up, 8 in 2023-09-30T09:08:58.889 INFO:tasks.rados.rados.0.smithi118.stdout:436: done (1 left) 2023-09-30T09:08:58.889 INFO:tasks.rados.rados.0.smithi118.stdout:437: snap_remove snap 28 2023-09-30T09:08:59.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:58 smithi192 ceph-mon[114603]: osdmap e145: 8 total, 8 up, 8 in 2023-09-30T09:08:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:58 smithi118 ceph-mon[110048]: osdmap e145: 8 total, 8 up, 8 in 2023-09-30T09:08:59.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:58 smithi118 ceph-mon[123327]: osdmap e145: 8 total, 8 up, 8 in 2023-09-30T09:08:59.902 INFO:tasks.rados.rados.0.smithi118.stdout:437: done (1 left) 2023-09-30T09:08:59.903 INFO:tasks.rados.rados.0.smithi118.stdout:438: setattr oid 21 current snap is 40 2023-09-30T09:08:59.904 INFO:tasks.rados.rados.0.smithi118.stdout:433: finishing write tid 1 to smithi118168640-12 2023-09-30T09:08:59.905 INFO:tasks.rados.rados.0.smithi118.stdout:433: finishing write tid 2 to smithi118168640-12 2023-09-30T09:08:59.905 INFO:tasks.rados.rados.0.smithi118.stdout:433: finishing write tid 3 to smithi118168640-12 2023-09-30T09:08:59.905 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 137 (ObjNum 148 snap 40 seq_num 148) dirty exists 2023-09-30T09:08:59.905 INFO:tasks.rados.rados.0.smithi118.stdout:433: left oid 12 (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:08:59.906 INFO:tasks.rados.rados.0.smithi118.stdout:433: done (1 left) 2023-09-30T09:08:59.906 INFO:tasks.rados.rados.0.smithi118.stdout:439: read oid 27 snap -1 2023-09-30T09:08:59.907 INFO:tasks.rados.rados.0.smithi118.stdout:439: expect (ObjNum 85 snap 16 seq_num 85) 2023-09-30T09:08:59.907 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 40 2023-09-30T09:08:59.907 INFO:tasks.rados.rados.0.smithi118.stdout:440: seq_num 149 ranges {3907584=98304} 2023-09-30T09:08:59.927 INFO:tasks.rados.rados.0.smithi118.stdout:440: writing smithi118168640-32 from 3907584 to 4005888 tid 1 2023-09-30T09:08:59.928 INFO:tasks.rados.rados.0.smithi118.stdout:441: setattr oid 8 current snap is 40 2023-09-30T09:08:59.928 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 121 (ObjNum 86 snap 18 seq_num 86) dirty exists 2023-09-30T09:08:59.928 INFO:tasks.rados.rados.0.smithi118.stdout:439: expect (ObjNum 85 snap 16 seq_num 85) 2023-09-30T09:08:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:59 smithi192 ceph-mon[114603]: pgmap v30: 121 pgs: 121 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2023-09-30T09:08:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:08:59 smithi192 ceph-mon[114603]: osdmap e146: 8 total, 8 up, 8 in 2023-09-30T09:08:59.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:08:59 smithi192 systemd[1]: Stopping Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:08:59.979 INFO:tasks.rados.rados.0.smithi118.stdout:440: finishing write tid 1 to smithi118168640-32 2023-09-30T09:08:59.979 INFO:tasks.rados.rados.0.smithi118.stdout:440: finishing write tid 2 to smithi118168640-32 2023-09-30T09:08:59.979 INFO:tasks.rados.rados.0.smithi118.stdout:440: finishing write tid 3 to smithi118168640-32 2023-09-30T09:08:59.979 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 87 (ObjNum 149 snap 40 seq_num 149) dirty exists 2023-09-30T09:08:59.980 INFO:tasks.rados.rados.0.smithi118.stdout:440: left oid 32 (ObjNum 149 snap 40 seq_num 149) 2023-09-30T09:08:59.980 INFO:tasks.rados.rados.0.smithi118.stdout:438: done (3 left) 2023-09-30T09:08:59.980 INFO:tasks.rados.rados.0.smithi118.stdout:439: done (2 left) 2023-09-30T09:08:59.980 INFO:tasks.rados.rados.0.smithi118.stdout:440: done (1 left) 2023-09-30T09:08:59.980 INFO:tasks.rados.rados.0.smithi118.stdout:442: read oid 47 snap -1 2023-09-30T09:08:59.980 INFO:tasks.rados.rados.0.smithi118.stdout:442: expect deleted 2023-09-30T09:08:59.980 INFO:tasks.rados.rados.0.smithi118.stdout:443: snap_remove snap 25 2023-09-30T09:09:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:59 smithi118 ceph-mon[110048]: pgmap v30: 121 pgs: 121 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2023-09-30T09:09:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:08:59 smithi118 ceph-mon[110048]: osdmap e146: 8 total, 8 up, 8 in 2023-09-30T09:09:00.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:59 smithi118 ceph-mon[123327]: pgmap v30: 121 pgs: 121 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2023-09-30T09:09:00.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:08:59 smithi118 ceph-mon[123327]: osdmap e146: 8 total, 8 up, 8 in 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-09-30T09:09:00.691 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.258Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-09-30T09:09:00.692 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.259Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-09-30T09:09:00.692 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.259Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-09-30T09:09:00.692 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.259Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-09-30T09:09:00.692 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[151974]: ts=2023-09-30T09:09:00.259Z caller=main.go:1147 level=info msg="See you next time!" 2023-09-30T09:09:00.902 INFO:tasks.rados.rados.0.smithi118.stdout:443: done (2 left) 2023-09-30T09:09:00.903 INFO:tasks.rados.rados.0.smithi118.stdout:444: snap_remove snap 23 2023-09-30T09:09:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:00 smithi192 ceph-mon[114603]: osdmap e147: 8 total, 8 up, 8 in 2023-09-30T09:09:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:00 smithi118 ceph-mon[110048]: osdmap e147: 8 total, 8 up, 8 in 2023-09-30T09:09:01.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:00 smithi118 ceph-mon[123327]: osdmap e147: 8 total, 8 up, 8 in 2023-09-30T09:09:01.463 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:01 smithi192 bash[165438]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a 2023-09-30T09:09:01.914 INFO:tasks.rados.rados.0.smithi118.stdout:444: done (2 left) 2023-09-30T09:09:01.914 INFO:tasks.rados.rados.0.smithi118.stdout:445: read oid 14 snap -1 2023-09-30T09:09:01.914 INFO:tasks.rados.rados.0.smithi118.stdout:445: expect (ObjNum 106 snap 23 seq_num 106) 2023-09-30T09:09:01.914 INFO:tasks.rados.rados.0.smithi118.stdout:446: setattr oid 15 current snap is 40 2023-09-30T09:09:01.914 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 173 (ObjNum 129 snap 0 seq_num 3322990872) dirty exists 2023-09-30T09:09:01.914 INFO:tasks.rados.rados.0.smithi118.stdout:441: done (3 left) 2023-09-30T09:09:01.915 INFO:tasks.rados.rados.0.smithi118.stdout:442: done (2 left) 2023-09-30T09:09:01.915 INFO:tasks.rados.rados.0.smithi118.stdout:447: setattr oid 11 current snap is 40 2023-09-30T09:09:01.918 INFO:tasks.rados.rados.0.smithi118.stdout:448: delete oid 17 current snap is 40 2023-09-30T09:09:01.919 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 97 (ObjNum 129 snap 0 seq_num 3323281480) dirty exists 2023-09-30T09:09:01.922 INFO:tasks.rados.rados.0.smithi118.stdout:446: done (3 left) 2023-09-30T09:09:01.922 INFO:tasks.rados.rados.0.smithi118.stdout:448: done (2 left) 2023-09-30T09:09:01.922 INFO:tasks.rados.rados.0.smithi118.stdout:449: copy_from oid 33 from oid 12 current snap is 40 2023-09-30T09:09:01.924 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 134 (ObjNum 45 snap 0 seq_num 45) dirty exists 2023-09-30T09:09:01.924 INFO:tasks.rados.rados.0.smithi118.stdout:447: done (2 left) 2023-09-30T09:09:01.924 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 40 2023-09-30T09:09:01.924 INFO:tasks.rados.rados.0.smithi118.stdout:450: seq_num 151 ranges {2596864=131072} 2023-09-30T09:09:01.939 INFO:tasks.rados.rados.0.smithi118.stdout:450: writing smithi118168640-19 from 2596864 to 2727936 tid 1 2023-09-30T09:09:01.939 INFO:tasks.rados.rados.0.smithi118.stdout:451: read oid 46 snap -1 2023-09-30T09:09:01.940 INFO:tasks.rados.rados.0.smithi118.stdout:451: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:01.940 INFO:tasks.rados.rados.0.smithi118.stdout:452: copy_from oid 17 from oid 44 current snap is 40 2023-09-30T09:09:01.940 INFO:tasks.rados.rados.0.smithi118.stdout:449: finishing copy_from to smithi118168640-33 2023-09-30T09:09:01.940 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 137 (ObjNum 148 snap 40 seq_num 148) dirty exists 2023-09-30T09:09:01.940 INFO:tasks.rados.rados.0.smithi118.stdout:449: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:09:01.940 INFO:tasks.rados.rados.0.smithi118.stdout:445: expect (ObjNum 106 snap 23 seq_num 106) 2023-09-30T09:09:01.994 INFO:tasks.rados.rados.0.smithi118.stdout:450: finishing write tid 1 to smithi118168640-19 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:450: finishing write tid 2 to smithi118168640-19 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:450: finishing write tid 3 to smithi118168640-19 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 161 (ObjNum 151 snap 40 seq_num 151) dirty exists 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:450: left oid 19 (ObjNum 151 snap 40 seq_num 151) 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:452: finishing copy_from to smithi118168640-17 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 4 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:452: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:09:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:451: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:02.055 INFO:tasks.rados.rados.0.smithi118.stdout:445: done (4 left) 2023-09-30T09:09:02.056 INFO:tasks.rados.rados.0.smithi118.stdout:449: done (3 left) 2023-09-30T09:09:02.056 INFO:tasks.rados.rados.0.smithi118.stdout:450: done (2 left) 2023-09-30T09:09:02.056 INFO:tasks.rados.rados.0.smithi118.stdout:451: done (1 left) 2023-09-30T09:09:02.056 INFO:tasks.rados.rados.0.smithi118.stdout:452: done (0 left) 2023-09-30T09:09:02.056 INFO:tasks.rados.rados.0.smithi118.stdout:453: copy_from oid 12 from oid 33 current snap is 40 2023-09-30T09:09:02.056 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 40 2023-09-30T09:09:02.056 INFO:tasks.rados.rados.0.smithi118.stdout:454: seq_num 152 ranges {1892352=147456} 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:454: writing smithi118168640-5 from 1892352 to 2039808 tid 1 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:453: finishing copy_from to smithi118168640-12 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 137 (ObjNum 148 snap 40 seq_num 148) dirty exists 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:453: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:455: read oid 24 snap -1 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:455: expect (ObjNum 115 snap 23 seq_num 115) 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:453: done (2 left) 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:456: read oid 33 snap 27 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:456: expect (ObjNum 118 snap 25 seq_num 118) 2023-09-30T09:09:02.067 INFO:tasks.rados.rados.0.smithi118.stdout:457: setattr oid 3 current snap is 40 2023-09-30T09:09:02.068 INFO:tasks.rados.rados.0.smithi118.stdout:458: snap_create 2023-09-30T09:09:02.068 INFO:tasks.rados.rados.0.smithi118.stdout:454: finishing write tid 1 to smithi118168640-5 2023-09-30T09:09:02.069 INFO:tasks.rados.rados.0.smithi118.stdout:454: finishing write tid 2 to smithi118168640-5 2023-09-30T09:09:02.070 INFO:tasks.rados.rados.0.smithi118.stdout:454: finishing write tid 3 to smithi118168640-5 2023-09-30T09:09:02.070 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 96 (ObjNum 152 snap 40 seq_num 152) dirty exists 2023-09-30T09:09:02.070 INFO:tasks.rados.rados.0.smithi118.stdout:454: left oid 5 (ObjNum 152 snap 40 seq_num 152) 2023-09-30T09:09:02.071 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 118 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:09:02.081 INFO:tasks.rados.rados.0.smithi118.stdout:456: expect (ObjNum 118 snap 25 seq_num 118) 2023-09-30T09:09:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:01 smithi192 ceph-mon[114603]: pgmap v33: 121 pgs: 121 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2023-09-30T09:09:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:01 smithi192 ceph-mon[114603]: osdmap e148: 8 total, 8 up, 8 in 2023-09-30T09:09:02.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:01 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@prometheus.a.service: Succeeded. 2023-09-30T09:09:02.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:01 smithi192 systemd[1]: Stopped Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:02.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:01 smithi192 systemd[1]: Starting Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:02.237 INFO:tasks.rados.rados.0.smithi118.stdout:455: expect (ObjNum 115 snap 23 seq_num 115) 2023-09-30T09:09:02.280 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:01 smithi118 ceph-mon[110048]: pgmap v33: 121 pgs: 121 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2023-09-30T09:09:02.280 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:01 smithi118 ceph-mon[110048]: osdmap e148: 8 total, 8 up, 8 in 2023-09-30T09:09:02.280 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:01 smithi118 ceph-mon[123327]: pgmap v33: 121 pgs: 121 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.8 MiB/s rd, 2.0 MiB/s wr, 16 op/s 2023-09-30T09:09:02.280 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:01 smithi118 ceph-mon[123327]: osdmap e148: 8 total, 8 up, 8 in 2023-09-30T09:09:02.747 INFO:tasks.rados.rados.0.smithi118.stdout:454: done (4 left) 2023-09-30T09:09:02.747 INFO:tasks.rados.rados.0.smithi118.stdout:455: done (3 left) 2023-09-30T09:09:02.747 INFO:tasks.rados.rados.0.smithi118.stdout:456: done (2 left) 2023-09-30T09:09:02.748 INFO:tasks.rados.rados.0.smithi118.stdout:457: done (1 left) 2023-09-30T09:09:02.748 INFO:tasks.rados.rados.0.smithi118.stdout:458: done (0 left) 2023-09-30T09:09:02.748 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 41 2023-09-30T09:09:02.748 INFO:tasks.rados.rados.0.smithi118.stdout:459: seq_num 153 ranges {5906432=163840} 2023-09-30T09:09:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:459: writing smithi118168640-13 from 5906432 to 6070272 tid 1 2023-09-30T09:09:02.779 INFO:tasks.rados.rados.0.smithi118.stdout:460: delete oid 37 current snap is 41 2023-09-30T09:09:02.785 INFO:tasks.rados.rados.0.smithi118.stdout:460: done (1 left) 2023-09-30T09:09:02.785 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 41 2023-09-30T09:09:02.785 INFO:tasks.rados.rados.0.smithi118.stdout:461: seq_num 155 ranges {1974272=204800} 2023-09-30T09:09:02.797 INFO:tasks.rados.rados.0.smithi118.stdout:461: writing smithi118168640-38 from 1974272 to 2179072 tid 1 2023-09-30T09:09:02.797 INFO:tasks.rados.rados.0.smithi118.stdout:462: setattr oid 20 current snap is 41 2023-09-30T09:09:02.797 INFO:tasks.rados.rados.0.smithi118.stdout:459: finishing write tid 1 to smithi118168640-13 2023-09-30T09:09:02.797 INFO:tasks.rados.rados.0.smithi118.stdout:459: finishing write tid 2 to smithi118168640-13 2023-09-30T09:09:02.797 INFO:tasks.rados.rados.0.smithi118.stdout:459: finishing write tid 3 to smithi118168640-13 2023-09-30T09:09:02.797 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 137 (ObjNum 153 snap 41 seq_num 153) dirty exists 2023-09-30T09:09:02.797 INFO:tasks.rados.rados.0.smithi118.stdout:459: left oid 13 (ObjNum 153 snap 41 seq_num 153) 2023-09-30T09:09:02.798 INFO:tasks.rados.rados.0.smithi118.stdout:459: done (2 left) 2023-09-30T09:09:02.799 INFO:tasks.rados.rados.0.smithi118.stdout:463: read oid 14 snap -1 2023-09-30T09:09:02.799 INFO:tasks.rados.rados.0.smithi118.stdout:463: expect (ObjNum 106 snap 23 seq_num 106) 2023-09-30T09:09:02.799 INFO:tasks.rados.rados.0.smithi118.stdout:464: snap_create 2023-09-30T09:09:02.799 INFO:tasks.rados.rados.0.smithi118.stdout:461: finishing write tid 1 to smithi118168640-38 2023-09-30T09:09:02.799 INFO:tasks.rados.rados.0.smithi118.stdout:461: finishing write tid 2 to smithi118168640-38 2023-09-30T09:09:02.800 INFO:tasks.rados.rados.0.smithi118.stdout:461: finishing write tid 3 to smithi118168640-38 2023-09-30T09:09:02.800 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 139 (ObjNum 155 snap 41 seq_num 155) dirty exists 2023-09-30T09:09:02.800 INFO:tasks.rados.rados.0.smithi118.stdout:461: left oid 38 (ObjNum 155 snap 41 seq_num 155) 2023-09-30T09:09:02.801 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 99 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:09:02.809 INFO:tasks.rados.rados.0.smithi118.stdout:463: expect (ObjNum 106 snap 23 seq_num 106) 2023-09-30T09:09:02.846 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:09:02 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:09:02.565Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.00225843s 2023-09-30T09:09:03.194 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:02 smithi192 ceph-mon[114603]: osdmap e149: 8 total, 8 up, 8 in 2023-09-30T09:09:03.195 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:02 smithi192 ceph-mon[114603]: osdmap e150: 8 total, 8 up, 8 in 2023-09-30T09:09:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:02 smithi118 ceph-mon[123327]: osdmap e149: 8 total, 8 up, 8 in 2023-09-30T09:09:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:02 smithi118 ceph-mon[123327]: osdmap e150: 8 total, 8 up, 8 in 2023-09-30T09:09:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:02 smithi118 ceph-mon[110048]: osdmap e149: 8 total, 8 up, 8 in 2023-09-30T09:09:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:02 smithi118 ceph-mon[110048]: osdmap e150: 8 total, 8 up, 8 in 2023-09-30T09:09:03.752 INFO:tasks.rados.rados.0.smithi118.stdout:461: done (3 left) 2023-09-30T09:09:03.753 INFO:tasks.rados.rados.0.smithi118.stdout:462: done (2 left) 2023-09-30T09:09:03.753 INFO:tasks.rados.rados.0.smithi118.stdout:463: done (1 left) 2023-09-30T09:09:03.753 INFO:tasks.rados.rados.0.smithi118.stdout:464: done (0 left) 2023-09-30T09:09:03.753 INFO:tasks.rados.rados.0.smithi118.stdout:465: delete oid 27 current snap is 42 2023-09-30T09:09:03.757 INFO:tasks.rados.rados.0.smithi118.stdout:465: done (0 left) 2023-09-30T09:09:03.757 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 42 2023-09-30T09:09:03.757 INFO:tasks.rados.rados.0.smithi118.stdout:466: seq_num 157 ranges {1826816=237568} 2023-09-30T09:09:03.768 INFO:tasks.rados.rados.0.smithi118.stdout:466: writing smithi118168640-3 from 1826816 to 2064384 tid 1 2023-09-30T09:09:03.768 INFO:tasks.rados.rados.0.smithi118.stdout:467: snap_create 2023-09-30T09:09:03.771 INFO:tasks.rados.rados.0.smithi118.stdout:466: finishing write tid 1 to smithi118168640-3 2023-09-30T09:09:03.771 INFO:tasks.rados.rados.0.smithi118.stdout:466: finishing write tid 2 to smithi118168640-3 2023-09-30T09:09:03.772 INFO:tasks.rados.rados.0.smithi118.stdout:466: finishing write tid 3 to smithi118168640-3 2023-09-30T09:09:03.772 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 121 (ObjNum 157 snap 42 seq_num 157) dirty exists 2023-09-30T09:09:03.772 INFO:tasks.rados.rados.0.smithi118.stdout:466: left oid 3 (ObjNum 157 snap 42 seq_num 157) 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.601Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.601Z 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)" 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.601Z caller=main.go:570 level=info host_details="(Linux 4.18.0-514.el8.x86_64 #1 SMP Tue Sep 19 13:19:58 UTC 2023 x86_64 smithi192 (none))" 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.601Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.601Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.603Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.604Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.604Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-09-30T09:09:03.912 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.604Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.607Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.607Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.148µs 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.607Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.608Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.624Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.624Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.624Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.799µs wal_replay_duration=16.967603ms wbl_replay_duration=141ns total_replay_duration=17.01508ms 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.627Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.627Z caller=main.go:1029 level=info msg="TSDB started" 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.627Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.646Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.304736ms db_storage=1.089µs remote_storage=1.258µs web_handler=419ns query_engine=1.175µs scrape=308.455µs scrape_sd=115.823µs notify=17.985µs notify_sd=19.836µs rules=17.585277ms tracing=16.74µs 2023-09-30T09:09:03.913 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.646Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-09-30T09:09:03.914 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:03.646Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-09-30T09:09:03.914 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 bash[165545]: 0382124fb7d82d05fd4488f25342f964d382bca4b431a3c4caec4958d3d15e88 2023-09-30T09:09:03.914 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:03 smithi192 systemd[1]: Started Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:04.193 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-mon[114603]: pgmap v36: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 24 KiB/s wr, 11 op/s 2023-09-30T09:09:04.193 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-mon[114603]: osdmap e151: 8 total, 8 up, 8 in 2023-09-30T09:09:04.193 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:04.193 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:03 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[110048]: pgmap v36: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 24 KiB/s wr, 11 op/s 2023-09-30T09:09:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[110048]: osdmap e151: 8 total, 8 up, 8 in 2023-09-30T09:09:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:04.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[123327]: pgmap v36: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 24 KiB/s wr, 11 op/s 2023-09-30T09:09:04.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[123327]: osdmap e151: 8 total, 8 up, 8 in 2023-09-30T09:09:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:03 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:04.754 INFO:tasks.rados.rados.0.smithi118.stdout:466: done (1 left) 2023-09-30T09:09:04.754 INFO:tasks.rados.rados.0.smithi118.stdout:467: done (0 left) 2023-09-30T09:09:04.755 INFO:tasks.rados.rados.0.smithi118.stdout:468: rollback oid 27 current snap is 43 2023-09-30T09:09:04.755 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 27 to 20 2023-09-30T09:09:04.755 INFO:tasks.rados.rados.0.smithi118.stdout:469: setattr oid 20 current snap is 43 2023-09-30T09:09:04.756 INFO:tasks.rados.rados.0.smithi118.stdout:470: snap_create 2023-09-30T09:09:04.756 INFO:tasks.rados.rados.0.smithi118.stdout:468: finishing rollback tid 1 to smithi118168640-27 2023-09-30T09:09:04.757 INFO:tasks.rados.rados.0.smithi118.stdout:468: finishing rollback tid 2 to smithi118168640-27 2023-09-30T09:09:04.757 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 63 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:09:04.761 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 101 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:09:05.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:04 smithi192 ceph-mon[114603]: Reconfiguring grafana.a (dependencies changed)... 2023-09-30T09:09:05.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:04 smithi192 ceph-mon[114603]: Reconfiguring daemon grafana.a on smithi192 2023-09-30T09:09:05.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:04 smithi192 ceph-mon[114603]: osdmap e152: 8 total, 8 up, 8 in 2023-09-30T09:09:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:04 smithi118 ceph-mon[110048]: Reconfiguring grafana.a (dependencies changed)... 2023-09-30T09:09:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:04 smithi118 ceph-mon[110048]: Reconfiguring daemon grafana.a on smithi192 2023-09-30T09:09:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:04 smithi118 ceph-mon[110048]: osdmap e152: 8 total, 8 up, 8 in 2023-09-30T09:09:05.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:04 smithi118 ceph-mon[123327]: Reconfiguring grafana.a (dependencies changed)... 2023-09-30T09:09:05.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:04 smithi118 ceph-mon[123327]: Reconfiguring daemon grafana.a on smithi192 2023-09-30T09:09:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:04 smithi118 ceph-mon[123327]: osdmap e152: 8 total, 8 up, 8 in 2023-09-30T09:09:05.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:05 smithi192 systemd[1]: Stopping Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:05.755 INFO:tasks.rados.rados.0.smithi118.stdout:468: done (2 left) 2023-09-30T09:09:05.756 INFO:tasks.rados.rados.0.smithi118.stdout:469: done (1 left) 2023-09-30T09:09:05.756 INFO:tasks.rados.rados.0.smithi118.stdout:470: done (0 left) 2023-09-30T09:09:05.756 INFO:tasks.rados.rados.0.smithi118.stdout:471: read oid 46 snap -1 2023-09-30T09:09:05.756 INFO:tasks.rados.rados.0.smithi118.stdout:471: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:05.756 INFO:tasks.rados.rados.0.smithi118.stdout:472: snap_remove snap 40 2023-09-30T09:09:05.902 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:05 smithi192 bash[165783]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a 2023-09-30T09:09:05.903 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:05 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@grafana.a.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:09:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:05 smithi192 ceph-mon[114603]: pgmap v39: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 24 KiB/s wr, 11 op/s 2023-09-30T09:09:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:05 smithi192 ceph-mon[114603]: osdmap e153: 8 total, 8 up, 8 in 2023-09-30T09:09:06.213 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:05 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@grafana.a.service: Failed with result 'exit-code'. 2023-09-30T09:09:06.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:05 smithi192 systemd[1]: Stopped Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:06.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:05 smithi192 systemd[1]: Starting Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:06.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:05 smithi118 ceph-mon[110048]: pgmap v39: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 24 KiB/s wr, 11 op/s 2023-09-30T09:09:06.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:05 smithi118 ceph-mon[110048]: osdmap e153: 8 total, 8 up, 8 in 2023-09-30T09:09:06.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:05 smithi118 ceph-mon[123327]: pgmap v39: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail; 1.3 MiB/s rd, 24 KiB/s wr, 11 op/s 2023-09-30T09:09:06.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:05 smithi118 ceph-mon[123327]: osdmap e153: 8 total, 8 up, 8 in 2023-09-30T09:09:06.561 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:06 smithi192 systemd[1]: Stopping Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 bash[165893]: f6109c69815351fb84848dd67ed4a6abe1127bf68d29f9df34e5da1a2de6b8e2 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 systemd[1]: Started Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344553794Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344787608Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344807185Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.34481821Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344824759Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344830985Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344836946Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344842862Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-09-30T09:09:06.562 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344849015Z level=info msg="Path Home" path=/usr/share/grafana 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344854949Z level=info msg="Path Data" path=/var/lib/grafana 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344860588Z level=info msg="Path Logs" path=/var/log/grafana 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344866211Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344871996Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=settings t=2023-09-30T09:09:06.344877849Z level=info msg="App mode production" 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=sqlstore t=2023-09-30T09:09:06.344925905Z level=info msg="Connecting to DB" dbtype=sqlite3 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=sqlstore t=2023-09-30T09:09:06.34494192Z 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----- 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=migrator t=2023-09-30T09:09:06.361135418Z level=info msg="Starting DB migrations" 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=migrator t=2023-09-30T09:09:06.365883307Z level=info msg="migrations completed" performed=0 skipped=481 duration=434.808µs 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=sqlstore t=2023-09-30T09:09:06.366254837Z level=info msg="Created default organization" 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=plugin.loader t=2023-09-30T09:09:06.423933317Z level=info msg="Plugin registered" pluginID=input 2023-09-30T09:09:06.563 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=plugin.loader t=2023-09-30T09:09:06.452030325Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2023-09-30T09:09:06.564 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=plugin.loader t=2023-09-30T09:09:06.452080401Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2023-09-30T09:09:06.564 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=secrets t=2023-09-30T09:09:06.45212077Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2023-09-30T09:09:06.564 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=query_data t=2023-09-30T09:09:06.453956947Z level=info msg="Query Service initialization" 2023-09-30T09:09:06.564 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=live.push_http t=2023-09-30T09:09:06.456765543Z level=info msg="Live Push Gateway initialization" 2023-09-30T09:09:06.757 INFO:tasks.rados.rados.0.smithi118.stdout:472: done (1 left) 2023-09-30T09:09:06.757 INFO:tasks.rados.rados.0.smithi118.stdout:473: read oid 12 snap -1 2023-09-30T09:09:06.758 INFO:tasks.rados.rados.0.smithi118.stdout:473: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:06.758 INFO:tasks.rados.rados.0.smithi118.stdout:474: read oid 38 snap 27 2023-09-30T09:09:06.758 INFO:tasks.rados.rados.0.smithi118.stdout:474: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:06.758 INFO:tasks.rados.rados.0.smithi118.stdout:475: snap_create 2023-09-30T09:09:06.758 INFO:tasks.rados.rados.0.smithi118.stdout:471: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:06.821 INFO:tasks.rados.rados.0.smithi118.stdout:473: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:06.823 INFO:tasks.rados.rados.0.smithi118.stdout:474: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:07.197 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:06 smithi192 bash[166056]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b 2023-09-30T09:09:07.197 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:09:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-mon[114603]: Reconfiguring node-exporter.b (dependencies changed)... 2023-09-30T09:09:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-mon[114603]: Reconfiguring daemon node-exporter.b on smithi192 2023-09-30T09:09:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-mon[114603]: osdmap e154: 8 total, 8 up, 8 in 2023-09-30T09:09:07.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.b.service: Failed with result 'exit-code'. 2023-09-30T09:09:07.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 systemd[1]: Stopped Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:07.464 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 systemd[1]: Starting Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:07.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=infra.usagestats.collector t=2023-09-30T09:09:07.214345451Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2023-09-30T09:09:07.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=provisioning.datasources t=2023-09-30T09:09:07.302026894Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2023-09-30T09:09:07.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=provisioning.datasources t=2023-09-30T09:09:07.302354858Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2023-09-30T09:09:07.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=provisioning.datasources t=2023-09-30T09:09:07.313510687Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=provisioning.alerting t=2023-09-30T09:09:07.392218913Z level=info msg="starting to provision alerting" 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=provisioning.alerting t=2023-09-30T09:09:07.392262343Z level=info msg="finished to provision alerting" 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=ngalert.state.manager t=2023-09-30T09:09:07.392344295Z level=info msg="Warming state cache for startup" 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=grafanaStorageLogger t=2023-09-30T09:09:07.392421353Z level=info msg="storage starting" 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=http.server t=2023-09-30T09:09:07.394170757Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=ngalert.state.manager t=2023-09-30T09:09:07.403360125Z level=info msg="State cache has been initialized" states=0 duration=11.014417ms 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=ngalert.multiorg.alertmanager t=2023-09-30T09:09:07.403428942Z level=info msg="starting MultiOrg Alertmanager" 2023-09-30T09:09:07.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[165907]: logger=ticker t=2023-09-30T09:09:07.403445189Z level=info msg=starting first_tick=2023-09-30T09:09:10Z 2023-09-30T09:09:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[110048]: Reconfiguring node-exporter.b (dependencies changed)... 2023-09-30T09:09:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[110048]: Reconfiguring daemon node-exporter.b on smithi192 2023-09-30T09:09:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[110048]: osdmap e154: 8 total, 8 up, 8 in 2023-09-30T09:09:07.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:07.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:07.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[123327]: Reconfiguring node-exporter.b (dependencies changed)... 2023-09-30T09:09:07.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[123327]: Reconfiguring daemon node-exporter.b on smithi192 2023-09-30T09:09:07.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:07 smithi118 ceph-mon[123327]: osdmap e154: 8 total, 8 up, 8 in 2023-09-30T09:09:07.757 INFO:tasks.rados.rados.0.smithi118.stdout:471: done (3 left) 2023-09-30T09:09:07.758 INFO:tasks.rados.rados.0.smithi118.stdout:473: done (2 left) 2023-09-30T09:09:07.758 INFO:tasks.rados.rados.0.smithi118.stdout:474: done (1 left) 2023-09-30T09:09:07.758 INFO:tasks.rados.rados.0.smithi118.stdout:475: done (0 left) 2023-09-30T09:09:07.758 INFO:tasks.rados.rados.0.smithi118.stdout:476: delete oid 4 current snap is 45 2023-09-30T09:09:07.761 INFO:tasks.rados.rados.0.smithi118.stdout:476: done (0 left) 2023-09-30T09:09:07.761 INFO:tasks.rados.rados.0.smithi118.stdout:477: snap_create 2023-09-30T09:09:07.965 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.493Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.493Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.493Z 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+$ 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.493Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.493Z 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/.+)($|/) 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.493Z 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)$ 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=arp 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=bcache 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=bonding 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=btrfs 2023-09-30T09:09:07.966 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=conntrack 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=cpu 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=diskstats 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=dmi 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=edac 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=entropy 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=filefd 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=filesystem 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=hwmon 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=infiniband 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=ipvs 2023-09-30T09:09:07.967 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=loadavg 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=mdadm 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=meminfo 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=netclass 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=netdev 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=netstat 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=nfs 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=nfsd 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=nvme 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=os 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-09-30T09:09:07.968 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=pressure 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=rapl 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=schedstat 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=selinux 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=sockstat 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=softnet 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=stat 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=tapestats 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=textfile 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=time 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-09-30T09:09:07.969 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=uname 2023-09-30T09:09:07.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=vmstat 2023-09-30T09:09:07.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=xfs 2023-09-30T09:09:07.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=node_exporter.go:117 level=info collector=zfs 2023-09-30T09:09:07.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.494Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-09-30T09:09:07.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[166180]: ts=2023-09-30T09:09:07.495Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-09-30T09:09:07.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 bash[166164]: d45a1a537b3340237fe0d5c2b43b4092a14af1f8d9cff20bb710326c6b3e2ade 2023-09-30T09:09:07.970 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:09:07 smithi192 systemd[1]: Started Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:08.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: pgmap v42: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:08.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:08.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:08.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:09:08.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:08.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[110048]: osdmap e155: 8 total, 8 up, 8 in 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: pgmap v42: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:08.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:08 smithi118 ceph-mon[123327]: osdmap e155: 8 total, 8 up, 8 in 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: pgmap v42: 121 pgs: 121 active+clean; 135 MiB data, 358 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:08 smithi192 ceph-mon[114603]: osdmap e155: 8 total, 8 up, 8 in 2023-09-30T09:09:08.760 INFO:tasks.rados.rados.0.smithi118.stdout:477: done (0 left) 2023-09-30T09:09:08.760 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 46 2023-09-30T09:09:08.760 INFO:tasks.rados.rados.0.smithi118.stdout:478: seq_num 159 ranges {2138112=270336} 2023-09-30T09:09:08.773 INFO:tasks.rados.rados.0.smithi118.stdout:478: writing smithi118168640-28 from 2138112 to 2408448 tid 1 2023-09-30T09:09:08.773 INFO:tasks.rados.rados.0.smithi118.stdout:479: rollback oid 34 current snap is 46 2023-09-30T09:09:08.773 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 34 to 44 2023-09-30T09:09:08.773 INFO:tasks.rados.rados.0.smithi118.stdout:480: delete oid 8 current snap is 46 2023-09-30T09:09:08.777 INFO:tasks.rados.rados.0.smithi118.stdout:480: done (2 left) 2023-09-30T09:09:08.777 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 46 2023-09-30T09:09:08.777 INFO:tasks.rados.rados.0.smithi118.stdout:481: seq_num 161 ranges {0=303104} 2023-09-30T09:09:08.779 INFO:tasks.rados.rados.0.smithi118.stdout:481: writing smithi118168640-47 from 0 to 303104 tid 1 2023-09-30T09:09:08.779 INFO:tasks.rados.rados.0.smithi118.stdout:482: snap_create 2023-09-30T09:09:08.780 INFO:tasks.rados.rados.0.smithi118.stdout:479: finishing rollback tid 0 to smithi118168640-34 2023-09-30T09:09:08.780 INFO:tasks.rados.rados.0.smithi118.stdout:478: finishing write tid 1 to smithi118168640-28 2023-09-30T09:09:08.781 INFO:tasks.rados.rados.0.smithi118.stdout:479: finishing rollback tid 1 to smithi118168640-34 2023-09-30T09:09:08.781 INFO:tasks.rados.rados.0.smithi118.stdout:479: finishing rollback tid 2 to smithi118168640-34 2023-09-30T09:09:08.781 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 99 (ObjNum 72 snap 11 seq_num 72) dirty exists 2023-09-30T09:09:08.781 INFO:tasks.rados.rados.0.smithi118.stdout:478: finishing write tid 2 to smithi118168640-28 2023-09-30T09:09:08.786 INFO:tasks.rados.rados.0.smithi118.stdout:481: finishing write tid 1 to smithi118168640-47 2023-09-30T09:09:08.786 INFO:tasks.rados.rados.0.smithi118.stdout:481: finishing write tid 2 to smithi118168640-47 2023-09-30T09:09:08.786 INFO:tasks.rados.rados.0.smithi118.stdout:478: finishing write tid 3 to smithi118168640-28 2023-09-30T09:09:08.786 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 112 (ObjNum 159 snap 46 seq_num 159) dirty exists 2023-09-30T09:09:08.786 INFO:tasks.rados.rados.0.smithi118.stdout:478: left oid 28 (ObjNum 159 snap 46 seq_num 159) 2023-09-30T09:09:08.786 INFO:tasks.rados.rados.0.smithi118.stdout:481: finishing write tid 3 to smithi118168640-47 2023-09-30T09:09:08.786 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 141 (ObjNum 161 snap 46 seq_num 161) dirty exists 2023-09-30T09:09:08.787 INFO:tasks.rados.rados.0.smithi118.stdout:481: left oid 47 (ObjNum 161 snap 46 seq_num 161) 2023-09-30T09:09:09.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:09:09.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:09.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:09:09.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: Upgrade: Need to upgrade myself (mgr.x) 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: Upgrade: Need to upgrade myself (mgr.x) 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[123327]: osdmap e156: 8 total, 8 up, 8 in 2023-09-30T09:09:09.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: Upgrade: Need to upgrade myself (mgr.x) 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: Upgrade: Need to upgrade myself (mgr.x) 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:09.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:09 smithi118 ceph-mon[110048]: osdmap e156: 8 total, 8 up, 8 in 2023-09-30T09:09:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:09:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:09:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: Upgrade: Need to upgrade myself (mgr.x) 2023-09-30T09:09:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: Upgrade: Need to upgrade myself (mgr.x) 2023-09-30T09:09:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:09:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:09 smithi192 ceph-mon[114603]: osdmap e156: 8 total, 8 up, 8 in 2023-09-30T09:09:09.760 INFO:tasks.rados.rados.0.smithi118.stdout:478: done (3 left) 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:479: done (2 left) 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:481: done (1 left) 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:482: done (0 left) 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:483: read oid 45 snap -1 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:483: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:484: rmattr oid 18 current snap is 47 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:484: done (1 left) 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:485: read oid 28 snap -1 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:485: expect (ObjNum 159 snap 46 seq_num 159) 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:486: copy_from oid 19 from oid 20 current snap is 47 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:487: rmattr oid 26 current snap is 47 2023-09-30T09:09:09.761 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 47 2023-09-30T09:09:09.762 INFO:tasks.rados.rados.0.smithi118.stdout:488: seq_num 162 ranges {2768896=319488} 2023-09-30T09:09:09.778 INFO:tasks.rados.rados.0.smithi118.stdout:488: writing smithi118168640-23 from 2768896 to 3088384 tid 1 2023-09-30T09:09:09.778 INFO:tasks.rados.rados.0.smithi118.stdout:489: delete oid 42 current snap is 47 2023-09-30T09:09:09.778 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 163 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:09:09.778 INFO:tasks.rados.rados.0.smithi118.stdout:483: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:09.944 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:09 smithi118 systemd[1]: Stopping Ceph mgr.y for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:10.007 INFO:tasks.rados.rados.0.smithi118.stdout:485: expect (ObjNum 159 snap 46 seq_num 159) 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:488: finishing write tid 1 to smithi118168640-23 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:486: finishing copy_from to smithi118168640-19 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 101 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:488: finishing write tid 2 to smithi118168640-23 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:486: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:488: finishing write tid 3 to smithi118168640-23 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 119 (ObjNum 162 snap 47 seq_num 162) dirty exists 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:488: left oid 23 (ObjNum 162 snap 47 seq_num 162) 2023-09-30T09:09:10.105 INFO:tasks.rados.rados.0.smithi118.stdout:483: done (5 left) 2023-09-30T09:09:10.106 INFO:tasks.rados.rados.0.smithi118.stdout:485: done (4 left) 2023-09-30T09:09:10.106 INFO:tasks.rados.rados.0.smithi118.stdout:486: done (3 left) 2023-09-30T09:09:10.106 INFO:tasks.rados.rados.0.smithi118.stdout:487: done (2 left) 2023-09-30T09:09:10.106 INFO:tasks.rados.rados.0.smithi118.stdout:488: done (1 left) 2023-09-30T09:09:10.106 INFO:tasks.rados.rados.0.smithi118.stdout:489: done (0 left) 2023-09-30T09:09:10.106 INFO:tasks.rados.rados.0.smithi118.stdout:490: delete oid 47 current snap is 47 2023-09-30T09:09:10.109 INFO:tasks.rados.rados.0.smithi118.stdout:490: done (0 left) 2023-09-30T09:09:10.109 INFO:tasks.rados.rados.0.smithi118.stdout:491: read oid 33 snap 41 2023-09-30T09:09:10.109 INFO:tasks.rados.rados.0.smithi118.stdout:491: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:10.109 INFO:tasks.rados.rados.0.smithi118.stdout:492: setattr oid 15 current snap is 47 2023-09-30T09:09:10.110 INFO:tasks.rados.rados.0.smithi118.stdout:491: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:10.112 INFO:tasks.rados.rados.0.smithi118.stdout:491: done (1 left) 2023-09-30T09:09:10.112 INFO:tasks.rados.rados.0.smithi118.stdout:493: setattr oid 30 current snap is 47 2023-09-30T09:09:10.115 INFO:tasks.rados.rados.0.smithi118.stdout:494: delete oid 40 current snap is 47 2023-09-30T09:09:10.116 INFO:tasks.rados.rados.0.smithi118.stdout:494: done (2 left) 2023-09-30T09:09:10.116 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 47 2023-09-30T09:09:10.116 INFO:tasks.rados.rados.0.smithi118.stdout:495: seq_num 166 ranges {2818048=385024} 2023-09-30T09:09:10.133 INFO:tasks.rados.rados.0.smithi118.stdout:495: writing smithi118168640-36 from 2818048 to 3203072 tid 1 2023-09-30T09:09:10.133 INFO:tasks.rados.rados.0.smithi118.stdout:496: snap_remove snap 41 2023-09-30T09:09:10.259 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 bash[171946]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y 2023-09-30T09:09:10.259 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:09:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[123327]: Upgrade: Updating mgr.y 2023-09-30T09:09:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[123327]: Deploying daemon mgr.y on smithi118 2023-09-30T09:09:10.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[123327]: pgmap v45: 121 pgs: 2 active+clean+snaptrim, 118 active+clean, 1 active+clean+snaptrim_wait; 136 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 352 KiB/s wr, 37 op/s 2023-09-30T09:09:10.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[123327]: osdmap e157: 8 total, 8 up, 8 in 2023-09-30T09:09:10.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[110048]: Upgrade: Updating mgr.y 2023-09-30T09:09:10.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[110048]: Deploying daemon mgr.y on smithi118 2023-09-30T09:09:10.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[110048]: pgmap v45: 121 pgs: 2 active+clean+snaptrim, 118 active+clean, 1 active+clean+snaptrim_wait; 136 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 352 KiB/s wr, 37 op/s 2023-09-30T09:09:10.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mon[110048]: osdmap e157: 8 total, 8 up, 8 in 2023-09-30T09:09:10.598 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y.service: Failed with result 'exit-code'. 2023-09-30T09:09:10.598 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 systemd[1]: Stopped Ceph mgr.y for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:10.598 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 systemd[1]: Starting Ceph mgr.y for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:10 smithi192 ceph-mon[114603]: Upgrade: Updating mgr.y 2023-09-30T09:09:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:10 smithi192 ceph-mon[114603]: Deploying daemon mgr.y on smithi118 2023-09-30T09:09:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:10 smithi192 ceph-mon[114603]: pgmap v45: 121 pgs: 2 active+clean+snaptrim, 118 active+clean, 1 active+clean+snaptrim_wait; 136 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 352 KiB/s wr, 37 op/s 2023-09-30T09:09:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:10 smithi192 ceph-mon[114603]: osdmap e157: 8 total, 8 up, 8 in 2023-09-30T09:09:10.767 INFO:tasks.rados.rados.0.smithi118.stdout:496: done (3 left) 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:497: copy_from oid 21 from oid 12 current snap is 47 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 105 (ObjNum 145 snap 0 seq_num 3323215480) dirty exists 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 194 (ObjNum 29 snap 0 seq_num 29) dirty exists 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:495: finishing write tid 1 to smithi118168640-36 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:495: finishing write tid 2 to smithi118168640-36 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:495: finishing write tid 3 to smithi118168640-36 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 99 (ObjNum 166 snap 47 seq_num 166) dirty exists 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:495: left oid 36 (ObjNum 166 snap 47 seq_num 166) 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:492: done (3 left) 2023-09-30T09:09:10.768 INFO:tasks.rados.rados.0.smithi118.stdout:493: done (2 left) 2023-09-30T09:09:10.769 INFO:tasks.rados.rados.0.smithi118.stdout:495: done (1 left) 2023-09-30T09:09:10.769 INFO:tasks.rados.rados.0.smithi118.stdout:498: read oid 50 snap -1 2023-09-30T09:09:10.769 INFO:tasks.rados.rados.0.smithi118.stdout:498: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:09:10.769 INFO:tasks.rados.rados.0.smithi118.stdout:499: rollback oid 1 current snap is 47 2023-09-30T09:09:10.769 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 1 to 42 2023-09-30T09:09:10.769 INFO:tasks.rados.rados.0.smithi118.stdout:500: snap_remove snap 32 2023-09-30T09:09:11.016 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-mgr[172113]: -- 172.21.15.118:0/1991532548 <== mon.0 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55bf1dd811e0 con 0x55bf1dd56c00 2023-09-30T09:09:11.017 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 bash[172095]: f383038e94d24bde0abb99ae951b953ca00b9f91a42d774a3f25f6205cb46525 2023-09-30T09:09:11.017 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 systemd[1]: Started Ceph mgr.y for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:11.017 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:10 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:10.839+0000 7f5b86ee9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:09:11.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:11.014+0000 7f5b86ee9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:09:11.759 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:11.376+0000 7f5b86ee9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:09:11.781 INFO:tasks.rados.rados.0.smithi118.stdout:500: done (3 left) 2023-09-30T09:09:11.781 INFO:tasks.rados.rados.0.smithi118.stdout:501: setattr oid 48 current snap is 47 2023-09-30T09:09:11.781 INFO:tasks.rados.rados.0.smithi118.stdout:502: read oid 31 snap -1 2023-09-30T09:09:11.781 INFO:tasks.rados.rados.0.smithi118.stdout:502: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:09:11.781 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 47 2023-09-30T09:09:11.781 INFO:tasks.rados.rados.0.smithi118.stdout:503: seq_num 167 ranges {0=401408} 2023-09-30T09:09:11.782 INFO:tasks.rados.rados.0.smithi118.stdout:503: writing smithi118168640-15 from 0 to 401408 tid 1 2023-09-30T09:09:11.782 INFO:tasks.rados.rados.0.smithi118.stdout:504: delete oid 27 current snap is 47 2023-09-30T09:09:11.782 INFO:tasks.rados.rados.0.smithi118.stdout:499: finishing rollback tid 0 to smithi118168640-1 2023-09-30T09:09:11.782 INFO:tasks.rados.rados.0.smithi118.stdout:499: finishing rollback tid 1 to smithi118168640-1 2023-09-30T09:09:11.782 INFO:tasks.rados.rados.0.smithi118.stdout:499: finishing rollback tid 2 to smithi118168640-1 2023-09-30T09:09:11.782 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 116 (ObjNum 125 snap 31 seq_num 125) dirty exists 2023-09-30T09:09:11.782 INFO:tasks.rados.rados.0.smithi118.stdout:498: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:497: finishing copy_from to smithi118168640-21 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 137 (ObjNum 148 snap 40 seq_num 148) dirty exists 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:497: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:497: done (6 left) 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:498: done (5 left) 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:499: done (4 left) 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:504: done (3 left) 2023-09-30T09:09:11.808 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 47 2023-09-30T09:09:11.809 INFO:tasks.rados.rados.0.smithi118.stdout:503: finishing write tid 1 to smithi118168640-15 2023-09-30T09:09:11.809 INFO:tasks.rados.rados.0.smithi118.stdout:505: seq_num 169 ranges {1974272=434176} 2023-09-30T09:09:11.821 INFO:tasks.rados.rados.0.smithi118.stdout:505: writing smithi118168640-46 from 1974272 to 2408448 tid 1 2023-09-30T09:09:11.821 INFO:tasks.rados.rados.0.smithi118.stdout:506: read oid 41 snap -1 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:506: expect deleted 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:507: setattr oid 32 current snap is 47 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:503: finishing write tid 2 to smithi118168640-15 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:503: finishing write tid 3 to smithi118168640-15 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 115 (ObjNum 167 snap 47 seq_num 167) dirty exists 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:503: left oid 15 (ObjNum 167 snap 47 seq_num 167) 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 175 (ObjNum 47 snap 0 seq_num 47) dirty exists 2023-09-30T09:09:11.822 INFO:tasks.rados.rados.0.smithi118.stdout:502: expect (ObjNum 86 snap 18 seq_num 86) 2023-09-30T09:09:11.940 INFO:tasks.rados.rados.0.smithi118.stdout:505: finishing write tid 1 to smithi118168640-46 2023-09-30T09:09:11.940 INFO:tasks.rados.rados.0.smithi118.stdout:505: finishing write tid 2 to smithi118168640-46 2023-09-30T09:09:11.940 INFO:tasks.rados.rados.0.smithi118.stdout:505: finishing write tid 3 to smithi118168640-46 2023-09-30T09:09:11.940 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 130 (ObjNum 169 snap 47 seq_num 169) dirty exists 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:505: left oid 46 (ObjNum 169 snap 47 seq_num 169) 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:501: done (5 left) 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:502: done (4 left) 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:503: done (3 left) 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:505: done (2 left) 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:506: done (1 left) 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:508: read oid 9 snap 42 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:508: expect deleted 2023-09-30T09:09:11.941 INFO:tasks.rados.rados.0.smithi118.stdout:509: delete oid 12 current snap is 47 2023-09-30T09:09:11.942 INFO:tasks.rados.rados.0.smithi118.stdout:508: done (2 left) 2023-09-30T09:09:11.942 INFO:tasks.rados.rados.0.smithi118.stdout:509: done (1 left) 2023-09-30T09:09:11.942 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 47 2023-09-30T09:09:11.942 INFO:tasks.rados.rados.0.smithi118.stdout:510: seq_num 171 ranges {0=466944} 2023-09-30T09:09:11.944 INFO:tasks.rados.rados.0.smithi118.stdout:510: writing smithi118168640-49 from 0 to 466944 tid 1 2023-09-30T09:09:11.944 INFO:tasks.rados.rados.0.smithi118.stdout:511: setattr oid 17 current snap is 47 2023-09-30T09:09:11.945 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 105 (ObjNum 149 snap 40 seq_num 149) dirty exists 2023-09-30T09:09:11.947 INFO:tasks.rados.rados.0.smithi118.stdout:507: done (2 left) 2023-09-30T09:09:11.948 INFO:tasks.rados.rados.0.smithi118.stdout:512: read oid 15 snap -1 2023-09-30T09:09:11.948 INFO:tasks.rados.rados.0.smithi118.stdout:512: expect (ObjNum 167 snap 47 seq_num 167) 2023-09-30T09:09:11.948 INFO:tasks.rados.rados.0.smithi118.stdout:513: copy_from oid 7 from oid 22 current snap is 47 2023-09-30T09:09:11.948 INFO:tasks.rados.rados.0.smithi118.stdout:514: snap_create 2023-09-30T09:09:11.951 INFO:tasks.rados.rados.0.smithi118.stdout:512: expect (ObjNum 167 snap 47 seq_num 167) 2023-09-30T09:09:11.982 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 203 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:09:11.982 INFO:tasks.rados.rados.0.smithi118.stdout:510: finishing write tid 1 to smithi118168640-49 2023-09-30T09:09:11.982 INFO:tasks.rados.rados.0.smithi118.stdout:510: finishing write tid 2 to smithi118168640-49 2023-09-30T09:09:11.982 INFO:tasks.rados.rados.0.smithi118.stdout:510: finishing write tid 3 to smithi118168640-49 2023-09-30T09:09:11.982 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 132 (ObjNum 171 snap 47 seq_num 171) dirty exists 2023-09-30T09:09:11.982 INFO:tasks.rados.rados.0.smithi118.stdout:510: left oid 49 (ObjNum 171 snap 47 seq_num 171) 2023-09-30T09:09:11.982 INFO:tasks.rados.rados.0.smithi118.stdout:513: finishing copy_from to smithi118168640-7 2023-09-30T09:09:11.983 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 130 (ObjNum 103 snap 23 seq_num 103) dirty exists 2023-09-30T09:09:11.983 INFO:tasks.rados.rados.0.smithi118.stdout:513: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:09:12.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:11.927+0000 7f5b86ee9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:09:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[123327]: pgmap v48: 121 pgs: 2 active+clean+snaptrim, 118 active+clean, 1 active+clean+snaptrim_wait; 136 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 352 KiB/s wr, 37 op/s 2023-09-30T09:09:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[123327]: osdmap e158: 8 total, 8 up, 8 in 2023-09-30T09:09:12.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:12.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:12.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:12.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:12.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[110048]: pgmap v48: 121 pgs: 2 active+clean+snaptrim, 118 active+clean, 1 active+clean+snaptrim_wait; 136 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 352 KiB/s wr, 37 op/s 2023-09-30T09:09:12.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[110048]: osdmap e158: 8 total, 8 up, 8 in 2023-09-30T09:09:12.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:12.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:12.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:12.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:11 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:11 smithi192 ceph-mon[114603]: pgmap v48: 121 pgs: 2 active+clean+snaptrim, 118 active+clean, 1 active+clean+snaptrim_wait; 136 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 12 MiB/s rd, 352 KiB/s wr, 37 op/s 2023-09-30T09:09:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:11 smithi192 ceph-mon[114603]: osdmap e158: 8 total, 8 up, 8 in 2023-09-30T09:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:11 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:11 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:11 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:11 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:12.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:12 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:12.193+0000 7f5b86ee9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:09:12.750 INFO:tasks.rados.rados.0.smithi118.stdout:510: done (4 left) 2023-09-30T09:09:12.750 INFO:tasks.rados.rados.0.smithi118.stdout:511: done (3 left) 2023-09-30T09:09:12.751 INFO:tasks.rados.rados.0.smithi118.stdout:512: done (2 left) 2023-09-30T09:09:12.751 INFO:tasks.rados.rados.0.smithi118.stdout:513: done (1 left) 2023-09-30T09:09:12.751 INFO:tasks.rados.rados.0.smithi118.stdout:514: done (0 left) 2023-09-30T09:09:12.751 INFO:tasks.rados.rados.0.smithi118.stdout:515: rmattr oid 39 current snap is 48 2023-09-30T09:09:12.751 INFO:tasks.rados.rados.0.smithi118.stdout:515: done (0 left) 2023-09-30T09:09:12.751 INFO:tasks.rados.rados.0.smithi118.stdout:516: setattr oid 19 current snap is 48 2023-09-30T09:09:12.752 INFO:tasks.rados.rados.0.smithi118.stdout:517: rmattr oid 6 current snap is 48 2023-09-30T09:09:12.752 INFO:tasks.rados.rados.0.smithi118.stdout:517: done (1 left) 2023-09-30T09:09:12.752 INFO:tasks.rados.rados.0.smithi118.stdout:518: setattr oid 26 current snap is 48 2023-09-30T09:09:12.754 INFO:tasks.rados.rados.0.smithi118.stdout:519: snap_create 2023-09-30T09:09:12.760 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 177 (ObjNum 64 snap 4 seq_num 64) dirty exists 2023-09-30T09:09:12.761 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 179 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:09:13.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:12 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:12.649+0000 7f5b86ee9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:09:13.229 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:12 smithi118 ceph-mon[110048]: osdmap e159: 8 total, 8 up, 8 in 2023-09-30T09:09:13.229 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:12 smithi118 ceph-mon[110048]: osdmap e160: 8 total, 8 up, 8 in 2023-09-30T09:09:13.229 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:12 smithi118 ceph-mon[123327]: osdmap e159: 8 total, 8 up, 8 in 2023-09-30T09:09:13.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:12 smithi118 ceph-mon[123327]: osdmap e160: 8 total, 8 up, 8 in 2023-09-30T09:09:13.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:12 smithi192 ceph-mon[114603]: osdmap e159: 8 total, 8 up, 8 in 2023-09-30T09:09:13.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:12 smithi192 ceph-mon[114603]: osdmap e160: 8 total, 8 up, 8 in 2023-09-30T09:09:13.756 INFO:tasks.rados.rados.0.smithi118.stdout:516: done (2 left) 2023-09-30T09:09:13.756 INFO:tasks.rados.rados.0.smithi118.stdout:518: done (1 left) 2023-09-30T09:09:13.756 INFO:tasks.rados.rados.0.smithi118.stdout:519: done (0 left) 2023-09-30T09:09:13.757 INFO:tasks.rados.rados.0.smithi118.stdout:520: setattr oid 39 current snap is 49 2023-09-30T09:09:13.758 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 49 2023-09-30T09:09:13.759 INFO:tasks.rados.rados.0.smithi118.stdout:521: seq_num 172 ranges {3137536=483328} 2023-09-30T09:09:13.778 INFO:tasks.rados.rados.0.smithi118.stdout:521: writing smithi118168640-22 from 3137536 to 3620864 tid 1 2023-09-30T09:09:13.779 INFO:tasks.rados.rados.0.smithi118.stdout:522: snap_remove snap 27 2023-09-30T09:09:13.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:13.434+0000 7f5b86ee9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:09:13.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:13.527+0000 7f5b86ee9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:09:14.294 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:14.204+0000 7f5b86ee9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:09:14.294 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:14.292+0000 7f5b86ee9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:09:14.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: pgmap v51: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 139 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 674 KiB/s wr, 24 op/s 2023-09-30T09:09:14.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[110048]: osdmap e161: 8 total, 8 up, 8 in 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: pgmap v51: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 139 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 674 KiB/s wr, 24 op/s 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:13 smithi118 ceph-mon[123327]: osdmap e161: 8 total, 8 up, 8 in 2023-09-30T09:09:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: pgmap v51: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 139 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 674 KiB/s wr, 24 op/s 2023-09-30T09:09:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:14.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:13 smithi192 ceph-mon[114603]: osdmap e161: 8 total, 8 up, 8 in 2023-09-30T09:09:14.596 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:14.385+0000 7f5b86ee9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:522: done (2 left) 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:523: rmattr oid 7 current snap is 49 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:523: done (2 left) 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:524: copy_from oid 19 from oid 37 current snap is 49 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:525: copy_from oid 33 from oid 10 current snap is 49 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:526: delete oid 2 current snap is 49 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 37 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:521: finishing write tid 1 to smithi118168640-22 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:521: finishing write tid 2 to smithi118168640-22 2023-09-30T09:09:14.764 INFO:tasks.rados.rados.0.smithi118.stdout:521: finishing write tid 3 to smithi118168640-22 2023-09-30T09:09:14.765 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 173 (ObjNum 172 snap 49 seq_num 172) dirty exists 2023-09-30T09:09:14.765 INFO:tasks.rados.rados.0.smithi118.stdout:521: left oid 22 (ObjNum 172 snap 49 seq_num 172) 2023-09-30T09:09:14.770 INFO:tasks.rados.rados.0.smithi118.stdout:524: finishing copy_from to smithi118168640-19 2023-09-30T09:09:14.770 INFO:tasks.rados.rados.0.smithi118.stdout:524: got expected ENOENT (src dne) 2023-09-30T09:09:14.770 INFO:tasks.rados.rados.0.smithi118.stdout:524: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:09:14.772 INFO:tasks.rados.rados.0.smithi118.stdout:520: done (4 left) 2023-09-30T09:09:14.772 INFO:tasks.rados.rados.0.smithi118.stdout:521: done (3 left) 2023-09-30T09:09:14.772 INFO:tasks.rados.rados.0.smithi118.stdout:524: done (2 left) 2023-09-30T09:09:14.772 INFO:tasks.rados.rados.0.smithi118.stdout:526: done (1 left) 2023-09-30T09:09:14.772 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 49 2023-09-30T09:09:14.772 INFO:tasks.rados.rados.0.smithi118.stdout:527: seq_num 174 ranges {393216=516096} 2023-09-30T09:09:14.778 INFO:tasks.rados.rados.0.smithi118.stdout:527: writing smithi118168640-44 from 393216 to 909312 tid 1 2023-09-30T09:09:14.778 INFO:tasks.rados.rados.0.smithi118.stdout:528: delete oid 19 current snap is 49 2023-09-30T09:09:14.783 INFO:tasks.rados.rados.0.smithi118.stdout:528: done (2 left) 2023-09-30T09:09:14.783 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 49 2023-09-30T09:09:14.783 INFO:tasks.rados.rados.0.smithi118.stdout:529: seq_num 176 ranges {1826816=557056} 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:529: writing smithi118168640-43 from 1826816 to 2383872 tid 1 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 49 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:525: finishing copy_from to smithi118168640-33 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 78 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:525: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:527: finishing write tid 1 to smithi118168640-44 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:527: finishing write tid 2 to smithi118168640-44 2023-09-30T09:09:14.798 INFO:tasks.rados.rados.0.smithi118.stdout:527: finishing write tid 3 to smithi118168640-44 2023-09-30T09:09:14.799 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 122 (ObjNum 174 snap 49 seq_num 174) dirty exists 2023-09-30T09:09:14.799 INFO:tasks.rados.rados.0.smithi118.stdout:527: left oid 44 (ObjNum 174 snap 49 seq_num 174) 2023-09-30T09:09:14.799 INFO:tasks.rados.rados.0.smithi118.stdout:530: seq_num 177 ranges {2179072=573440} 2023-09-30T09:09:14.813 INFO:tasks.rados.rados.0.smithi118.stdout:530: writing smithi118168640-38 from 2179072 to 2752512 tid 1 2023-09-30T09:09:14.814 INFO:tasks.rados.rados.0.smithi118.stdout:525: done (3 left) 2023-09-30T09:09:14.814 INFO:tasks.rados.rados.0.smithi118.stdout:527: done (2 left) 2023-09-30T09:09:14.814 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 49 2023-09-30T09:09:14.814 INFO:tasks.rados.rados.0.smithi118.stdout:531: seq_num 178 ranges {0=589824} 2023-09-30T09:09:14.817 INFO:tasks.rados.rados.0.smithi118.stdout:531: writing smithi118168640-12 from 0 to 589824 tid 1 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:532: read oid 32 snap -1 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:532: expect (ObjNum 149 snap 40 seq_num 149) 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 49 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:529: finishing write tid 1 to smithi118168640-43 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:529: finishing write tid 2 to smithi118168640-43 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:529: finishing write tid 3 to smithi118168640-43 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 211 (ObjNum 176 snap 49 seq_num 176) dirty exists 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:529: left oid 43 (ObjNum 176 snap 49 seq_num 176) 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:530: finishing write tid 1 to smithi118168640-38 2023-09-30T09:09:14.818 INFO:tasks.rados.rados.0.smithi118.stdout:530: finishing write tid 2 to smithi118168640-38 2023-09-30T09:09:14.819 INFO:tasks.rados.rados.0.smithi118.stdout:533: seq_num 179 ranges {3203072=606208} 2023-09-30T09:09:14.838 INFO:tasks.rados.rados.0.smithi118.stdout:533: writing smithi118168640-36 from 3203072 to 3809280 tid 1 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:529: done (4 left) 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:534: read oid 15 snap 48 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:534: expect (ObjNum 167 snap 47 seq_num 167) 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 49 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:530: finishing write tid 3 to smithi118168640-38 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 158 (ObjNum 177 snap 49 seq_num 177) dirty exists 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:530: left oid 38 (ObjNum 177 snap 49 seq_num 177) 2023-09-30T09:09:14.839 INFO:tasks.rados.rados.0.smithi118.stdout:535: seq_num 180 ranges {2064384=622592} 2023-09-30T09:09:14.853 INFO:tasks.rados.rados.0.smithi118.stdout:535: writing smithi118168640-3 from 2064384 to 2686976 tid 1 2023-09-30T09:09:14.853 INFO:tasks.rados.rados.0.smithi118.stdout:530: done (5 left) 2023-09-30T09:09:14.853 INFO:tasks.rados.rados.0.smithi118.stdout:536: snap_create 2023-09-30T09:09:14.853 INFO:tasks.rados.rados.0.smithi118.stdout:531: finishing write tid 1 to smithi118168640-12 2023-09-30T09:09:14.853 INFO:tasks.rados.rados.0.smithi118.stdout:531: finishing write tid 2 to smithi118168640-12 2023-09-30T09:09:14.854 INFO:tasks.rados.rados.0.smithi118.stdout:531: finishing write tid 3 to smithi118168640-12 2023-09-30T09:09:14.854 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 181 (ObjNum 178 snap 49 seq_num 178) dirty exists 2023-09-30T09:09:14.854 INFO:tasks.rados.rados.0.smithi118.stdout:531: left oid 12 (ObjNum 178 snap 49 seq_num 178) 2023-09-30T09:09:14.854 INFO:tasks.rados.rados.0.smithi118.stdout:532: expect (ObjNum 149 snap 40 seq_num 149) 2023-09-30T09:09:15.022 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:14.624+0000 7f5b86ee9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:09:15.022 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:14.723+0000 7f5b86ee9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:09:15.022 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:14 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:14.842+0000 7f5b86ee9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:09:15.059 INFO:tasks.rados.rados.0.smithi118.stdout:534: expect (ObjNum 167 snap 47 seq_num 167) 2023-09-30T09:09:15.077 INFO:tasks.rados.rados.0.smithi118.stdout:533: finishing write tid 1 to smithi118168640-36 2023-09-30T09:09:15.077 INFO:tasks.rados.rados.0.smithi118.stdout:533: finishing write tid 2 to smithi118168640-36 2023-09-30T09:09:15.077 INFO:tasks.rados.rados.0.smithi118.stdout:533: finishing write tid 3 to smithi118168640-36 2023-09-30T09:09:15.078 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 132 (ObjNum 179 snap 49 seq_num 179) dirty exists 2023-09-30T09:09:15.078 INFO:tasks.rados.rados.0.smithi118.stdout:533: left oid 36 (ObjNum 179 snap 49 seq_num 179) 2023-09-30T09:09:15.078 INFO:tasks.rados.rados.0.smithi118.stdout:535: finishing write tid 1 to smithi118168640-3 2023-09-30T09:09:15.078 INFO:tasks.rados.rados.0.smithi118.stdout:535: finishing write tid 2 to smithi118168640-3 2023-09-30T09:09:15.078 INFO:tasks.rados.rados.0.smithi118.stdout:535: finishing write tid 3 to smithi118168640-3 2023-09-30T09:09:15.078 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 139 (ObjNum 180 snap 49 seq_num 180) dirty exists 2023-09-30T09:09:15.078 INFO:tasks.rados.rados.0.smithi118.stdout:535: left oid 3 (ObjNum 180 snap 49 seq_num 180) 2023-09-30T09:09:15.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:15.076+0000 7f5b86ee9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:09:15.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:15.179+0000 7f5b86ee9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:09:15.675 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:15.381+0000 7f5b86ee9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:09:15.675 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:15.471+0000 7f5b86ee9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:15.764 INFO:tasks.rados.rados.0.smithi118.stdout:531: done (5 left) 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:532: done (4 left) 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:533: done (3 left) 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:534: done (2 left) 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:535: done (1 left) 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:536: done (0 left) 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:537: read oid 37 snap -1 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:537: expect deleted 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 50 2023-09-30T09:09:15.765 INFO:tasks.rados.rados.0.smithi118.stdout:538: seq_num 181 ranges {0=638976} 2023-09-30T09:09:15.768 INFO:tasks.rados.rados.0.smithi118.stdout:538: writing smithi118168640-42 from 0 to 638976 tid 1 2023-09-30T09:09:15.768 INFO:tasks.rados.rados.0.smithi118.stdout:539: read oid 4 snap 42 2023-09-30T09:09:15.768 INFO:tasks.rados.rados.0.smithi118.stdout:539: expect deleted 2023-09-30T09:09:15.768 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 50 2023-09-30T09:09:15.768 INFO:tasks.rados.rados.0.smithi118.stdout:540: seq_num 182 ranges {6070272=655360} 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:540: writing smithi118168640-13 from 6070272 to 6725632 tid 1 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:541: read oid 38 snap -1 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:541: expect (ObjNum 177 snap 49 seq_num 177) 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:542: copy_from oid 46 from oid 19 current snap is 50 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:538: finishing write tid 1 to smithi118168640-42 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:538: finishing write tid 2 to smithi118168640-42 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:537: done (5 left) 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:539: done (4 left) 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:543: delete oid 32 current snap is 50 2023-09-30T09:09:15.805 INFO:tasks.rados.rados.0.smithi118.stdout:538: finishing write tid 3 to smithi118168640-42 2023-09-30T09:09:15.806 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 135 (ObjNum 181 snap 50 seq_num 181) dirty exists 2023-09-30T09:09:15.806 INFO:tasks.rados.rados.0.smithi118.stdout:538: left oid 42 (ObjNum 181 snap 50 seq_num 181) 2023-09-30T09:09:15.808 INFO:tasks.rados.rados.0.smithi118.stdout:542: finishing copy_from to smithi118168640-46 2023-09-30T09:09:15.808 INFO:tasks.rados.rados.0.smithi118.stdout:542: got expected ENOENT (src dne) 2023-09-30T09:09:15.809 INFO:tasks.rados.rados.0.smithi118.stdout:542: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:09:15.809 INFO:tasks.rados.rados.0.smithi118.stdout:538: done (4 left) 2023-09-30T09:09:15.809 INFO:tasks.rados.rados.0.smithi118.stdout:542: done (3 left) 2023-09-30T09:09:15.809 INFO:tasks.rados.rados.0.smithi118.stdout:543: done (2 left) 2023-09-30T09:09:15.809 INFO:tasks.rados.rados.0.smithi118.stdout:544: read oid 48 snap -1 2023-09-30T09:09:15.809 INFO:tasks.rados.rados.0.smithi118.stdout:544: expect (ObjNum 47 snap 0 seq_num 47) 2023-09-30T09:09:15.809 INFO:tasks.rados.rados.0.smithi118.stdout:545: snap_remove snap 20 2023-09-30T09:09:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-mon[110048]: pgmap v54: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 139 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 674 KiB/s wr, 24 op/s 2023-09-30T09:09:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-mon[110048]: osdmap e162: 8 total, 8 up, 8 in 2023-09-30T09:09:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-mon[123327]: pgmap v54: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 139 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 674 KiB/s wr, 24 op/s 2023-09-30T09:09:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:15 smithi118 ceph-mon[123327]: osdmap e162: 8 total, 8 up, 8 in 2023-09-30T09:09:16.132 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:15 smithi192 ceph-mon[114603]: pgmap v54: 121 pgs: 3 active+clean+snaptrim_wait, 2 active+clean+snaptrim, 116 active+clean; 139 MiB data, 378 MiB used, 715 GiB / 715 GiB avail; 7.6 MiB/s rd, 674 KiB/s wr, 24 op/s 2023-09-30T09:09:16.132 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:15 smithi192 ceph-mon[114603]: osdmap e162: 8 total, 8 up, 8 in 2023-09-30T09:09:16.133 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:16.126+0000 7f9f9335c700 -1 mgr handle_mgr_map I was active but no longer am 2023-09-30T09:09:16.136 INFO:tasks.rados.rados.0.smithi118.stdout:545: done (3 left) 2023-09-30T09:09:16.136 INFO:tasks.rados.rados.0.smithi118.stdout:546: delete oid 4 current snap is 50 2023-09-30T09:09:16.136 INFO:tasks.rados.rados.0.smithi118.stdout:540: finishing write tid 1 to smithi118168640-13 2023-09-30T09:09:16.137 INFO:tasks.rados.rados.0.smithi118.stdout:540: finishing write tid 2 to smithi118168640-13 2023-09-30T09:09:16.137 INFO:tasks.rados.rados.0.smithi118.stdout:540: finishing write tid 3 to smithi118168640-13 2023-09-30T09:09:16.137 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 150 (ObjNum 182 snap 50 seq_num 182) dirty exists 2023-09-30T09:09:16.137 INFO:tasks.rados.rados.0.smithi118.stdout:540: left oid 13 (ObjNum 182 snap 50 seq_num 182) 2023-09-30T09:09:16.137 INFO:tasks.rados.rados.0.smithi118.stdout:544: expect (ObjNum 47 snap 0 seq_num 47) 2023-09-30T09:09:16.165 INFO:tasks.rados.rados.0.smithi118.stdout:541: expect (ObjNum 177 snap 49 seq_num 177) 2023-09-30T09:09:16.315 INFO:tasks.rados.rados.0.smithi118.stdout:540: done (3 left) 2023-09-30T09:09:16.315 INFO:tasks.rados.rados.0.smithi118.stdout:541: done (2 left) 2023-09-30T09:09:16.315 INFO:tasks.rados.rados.0.smithi118.stdout:544: done (1 left) 2023-09-30T09:09:16.315 INFO:tasks.rados.rados.0.smithi118.stdout:546: done (0 left) 2023-09-30T09:09:16.315 INFO:tasks.rados.rados.0.smithi118.stdout:547: rmattr oid 4 current snap is 50 2023-09-30T09:09:16.315 INFO:tasks.rados.rados.0.smithi118.stdout:547: done (0 left) 2023-09-30T09:09:16.316 INFO:tasks.rados.rados.0.smithi118.stdout:548: snap_create 2023-09-30T09:09:16.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: ignoring --setuser ceph since I am not root 2023-09-30T09:09:16.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: ignoring --setgroup ceph since I am not root 2023-09-30T09:09:16.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mgr[154046]: -- 172.21.15.192:0/749310574 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561341cc11e0 con 0x561341c97000 2023-09-30T09:09:16.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:16.304+0000 7f9400c58200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:09:16.503 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:16.301+0000 7f5b86ee9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:09:16.762 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:16.502+0000 7f5b86ee9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:09:16.762 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:16.688+0000 7f5b86ee9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:16.763 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:16.472+0000 7f9400c58200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:09:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: osdmap e163: 8 total, 8 up, 8 in 2023-09-30T09:09:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: osdmap e164: 8 total, 8 up, 8 in 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: from='mgr.24868 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-09-30T09:09:17.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[110048]: mgrmap e28: y(active, starting, since 0.0050093s) 2023-09-30T09:09:17.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: osdmap e163: 8 total, 8 up, 8 in 2023-09-30T09:09:17.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:17.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:17.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:17.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-09-30T09:09:17.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-09-30T09:09:17.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: osdmap e164: 8 total, 8 up, 8 in 2023-09-30T09:09:17.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: from='mgr.24868 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-09-30T09:09:17.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:16 smithi118 ceph-mon[123327]: mgrmap e28: y(active, starting, since 0.0050093s) 2023-09-30T09:09:17.127 INFO:tasks.rados.rados.0.smithi118.stdout:548: done (0 left) 2023-09-30T09:09:17.128 INFO:tasks.rados.rados.0.smithi118.stdout:549: delete oid 37 current snap is 51 2023-09-30T09:09:17.134 INFO:tasks.rados.rados.0.smithi118.stdout:549: done (0 left) 2023-09-30T09:09:17.134 INFO:tasks.rados.rados.0.smithi118.stdout:550: read oid 28 snap 45 2023-09-30T09:09:17.134 INFO:tasks.rados.rados.0.smithi118.stdout:550: expect (ObjNum 127 snap 31 seq_num 127) 2023-09-30T09:09:17.134 INFO:tasks.rados.rados.0.smithi118.stdout:551: read oid 2 snap 33 2023-09-30T09:09:17.134 INFO:tasks.rados.rados.0.smithi118.stdout:551: expect (ObjNum 110 snap 23 seq_num 110) 2023-09-30T09:09:17.134 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 51 2023-09-30T09:09:17.135 INFO:tasks.rados.rados.0.smithi118.stdout:552: seq_num 186 ranges {638976=720896} 2023-09-30T09:09:17.141 INFO:tasks.rados.rados.0.smithi118.stdout:552: writing smithi118168640-42 from 638976 to 1359872 tid 1 2023-09-30T09:09:17.141 INFO:tasks.rados.rados.0.smithi118.stdout:553: snap_create 2023-09-30T09:09:17.146 INFO:tasks.rados.rados.0.smithi118.stdout:552: finishing write tid 1 to smithi118168640-42 2023-09-30T09:09:17.146 INFO:tasks.rados.rados.0.smithi118.stdout:552: finishing write tid 2 to smithi118168640-42 2023-09-30T09:09:17.146 INFO:tasks.rados.rados.0.smithi118.stdout:550: expect (ObjNum 127 snap 31 seq_num 127) 2023-09-30T09:09:17.200 INFO:tasks.rados.rados.0.smithi118.stdout:552: finishing write tid 3 to smithi118168640-42 2023-09-30T09:09:17.200 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 142 (ObjNum 186 snap 51 seq_num 186) dirty exists 2023-09-30T09:09:17.200 INFO:tasks.rados.rados.0.smithi118.stdout:552: left oid 42 (ObjNum 186 snap 51 seq_num 186) 2023-09-30T09:09:17.200 INFO:tasks.rados.rados.0.smithi118.stdout:551: expect (ObjNum 110 snap 23 seq_num 110) 2023-09-30T09:09:17.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:16.799+0000 7f9400c58200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:09:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: osdmap e163: 8 total, 8 up, 8 in 2023-09-30T09:09:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' 2023-09-30T09:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 172.21.15.192:0/3664257920' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-09-30T09:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-09-30T09:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: osdmap e164: 8 total, 8 up, 8 in 2023-09-30T09:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: from='mgr.24868 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-09-30T09:09:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:16 smithi192 ceph-mon[114603]: mgrmap e28: y(active, starting, since 0.0050093s) 2023-09-30T09:09:17.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:17 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:17.303+0000 7f9400c58200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:09:17.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:17 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:17.529+0000 7f9400c58200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:09:17.746 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:17.366+0000 7f5b86ee9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:09:17.746 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:17.555+0000 7f5b86ee9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:17.886 INFO:tasks.rados.rados.0.smithi118.stdout:550: done (3 left) 2023-09-30T09:09:17.886 INFO:tasks.rados.rados.0.smithi118.stdout:551: done (2 left) 2023-09-30T09:09:17.886 INFO:tasks.rados.rados.0.smithi118.stdout:552: done (1 left) 2023-09-30T09:09:17.886 INFO:tasks.rados.rados.0.smithi118.stdout:553: done (0 left) 2023-09-30T09:09:17.887 INFO:tasks.rados.rados.0.smithi118.stdout:554: setattr oid 5 current snap is 52 2023-09-30T09:09:17.887 INFO:tasks.rados.rados.0.smithi118.stdout:555: rollback oid 50 current snap is 52 2023-09-30T09:09:17.887 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 33 2023-09-30T09:09:17.887 INFO:tasks.rados.rados.0.smithi118.stdout:556: setattr oid 47 current snap is 52 2023-09-30T09:09:17.892 INFO:tasks.rados.rados.0.smithi118.stdout:557: rollback oid 10 current snap is 52 2023-09-30T09:09:17.892 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 51 2023-09-30T09:09:17.892 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 52 2023-09-30T09:09:17.893 INFO:tasks.rados.rados.0.smithi118.stdout:558: seq_num 187 ranges {761856=737280} 2023-09-30T09:09:17.898 INFO:tasks.rados.rados.0.smithi118.stdout:558: writing smithi118168640-11 from 761856 to 1499136 tid 1 2023-09-30T09:09:17.898 INFO:tasks.rados.rados.0.smithi118.stdout:559: snap_remove snap 42 2023-09-30T09:09:17.997 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:17.744+0000 7f5b86ee9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:09:17.998 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:17.865+0000 7f5b86ee9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:17.998 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:17] ENGINE Bus STARTING 2023-09-30T09:09:17.998 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: CherryPy Checker: 2023-09-30T09:09:17.998 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: The Application mounted at '' has an empty config. 2023-09-30T09:09:17.998 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:17.998 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:17] ENGINE Serving on http://:::9283 2023-09-30T09:09:17.998 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:17] ENGINE Bus STARTED 2023-09-30T09:09:17.999 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:17] ENGINE Bus STOPPING 2023-09-30T09:09:17.999 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:17] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:09:18.209 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:17 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:17.955+0000 7f9400c58200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:09:18.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: osdmap e165: 8 total, 8 up, 8 in 2023-09-30T09:09:18.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: Active manager daemon y restarted 2023-09-30T09:09:18.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: Activating manager daemon y 2023-09-30T09:09:18.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:09:18.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: osdmap e166: 8 total, 8 up, 8 in 2023-09-30T09:09:18.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: mgrmap e29: y(active, starting, since 0.0051939s) 2023-09-30T09:09:18.210 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:09:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: Manager daemon y is now available 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:09:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: osdmap e165: 8 total, 8 up, 8 in 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: Active manager daemon y restarted 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: Activating manager daemon y 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: osdmap e166: 8 total, 8 up, 8 in 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: mgrmap e29: y(active, starting, since 0.0051939s) 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:09:18.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: Manager daemon y is now available 2023-09-30T09:09:18.349 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:17 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:17] ENGINE Bus STOPPED 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:18] ENGINE Bus STARTING 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae8258700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae8258700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae8258700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae8258700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae8258700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae4a51700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae4a51700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae4a51700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae4a51700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:18.149+0000 7f5ae4a51700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:18.350 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:18] ENGINE Serving on http://:::9283 2023-09-30T09:09:18.351 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:18] ENGINE Bus STARTED 2023-09-30T09:09:18.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: osdmap e165: 8 total, 8 up, 8 in 2023-09-30T09:09:18.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: Active manager daemon y restarted 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: Activating manager daemon y 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: osdmap e166: 8 total, 8 up, 8 in 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: mgrmap e29: y(active, starting, since 0.0051939s) 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:09:18.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:09:18.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:09:18.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:09:18.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:09:18.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:18.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-09-30T09:09:18.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:18.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: Manager daemon y is now available 2023-09-30T09:09:18.355 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:18.355 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:18.355 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:18.355 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:09:18.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:18.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:18.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:18.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:18 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:09:18.889 INFO:tasks.rados.rados.0.smithi118.stdout:559: done (5 left) 2023-09-30T09:09:18.890 INFO:tasks.rados.rados.0.smithi118.stdout:560: read oid 44 snap -1 2023-09-30T09:09:18.890 INFO:tasks.rados.rados.0.smithi118.stdout:560: expect (ObjNum 174 snap 49 seq_num 174) 2023-09-30T09:09:18.890 INFO:tasks.rados.rados.0.smithi118.stdout:561: read oid 45 snap -1 2023-09-30T09:09:18.890 INFO:tasks.rados.rados.0.smithi118.stdout:561: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:18.890 INFO:tasks.rados.rados.0.smithi118.stdout:562: snap_remove snap 44 2023-09-30T09:09:18.933 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:09:19.128 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:18.719+0000 7f9400c58200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:09:19.128 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:18 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:18.813+0000 7f9400c58200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:09:19.263 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:09:19.263 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (26s) - 3m 17.6M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:09:19.263 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (13s) - 2m 68.9M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:09:19.263 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (3m) - 3m 16.3M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:09:19.263 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (3m) - 3m 17.4M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:09:19.263 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283 running (46s) - 6m 503M - 18.0.0-6447-g1d10b717 dda7fab67785 8ffc9050795c 2023-09-30T09:09:19.264 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (8s) - 7m 48.3M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:09:19.264 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (7m) - 7m 99.5M 2048M 17.2.6-1161-g191c1869 8497a1260037 37449c87c6d0 2023-09-30T09:09:19.264 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (6m) - 6m 70.7M 2048M 17.2.6-1161-g191c1869 8497a1260037 74cd2e6d34fe 2023-09-30T09:09:19.264 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (6m) - 6m 68.3M 2048M 17.2.6-1161-g191c1869 8497a1260037 3bafd4b66f52 2023-09-30T09:09:19.264 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (25s) - 2m 9131k - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:09:19.264 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (11s) - 2m 8581k - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (6m) - 6m 159M 2486M 17.2.6-1161-g191c1869 8497a1260037 7496ad849d71 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (5m) - 5m 159M 2486M 17.2.6-1161-g191c1869 8497a1260037 7aa0bb3bf5ad 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (5m) - 5m 172M 2486M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (5m) - 5m 121M 2486M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (4m) - 4m 162M 2486M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (4m) - 4m 178M 2486M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (4m) - 4m 135M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (4m) - 4m 156M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:09:19.265 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (17s) - 3m 38.3M - 2.43.0 a07b618ecd1d 0382124fb7d8 2023-09-30T09:09:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:19 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:09:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:19 smithi118 ceph-mon[110048]: osdmap e167: 8 total, 8 up, 8 in 2023-09-30T09:09:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:19 smithi118 ceph-mon[110048]: mgrmap e30: y(active, since 1.01536s) 2023-09-30T09:09:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:19 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:09:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:19 smithi118 ceph-mon[123327]: osdmap e167: 8 total, 8 up, 8 in 2023-09-30T09:09:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:19 smithi118 ceph-mon[123327]: mgrmap e30: y(active, since 1.01536s) 2023-09-30T09:09:19.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:19 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:09:19.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:19 smithi192 ceph-mon[114603]: osdmap e167: 8 total, 8 up, 8 in 2023-09-30T09:09:19.381 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:19 smithi192 ceph-mon[114603]: mgrmap e30: y(active, since 1.01536s) 2023-09-30T09:09:19.672 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:09:19.673 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 13, 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:09:19.674 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:09:19.679 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:19 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:19.485+0000 7f9400c58200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:09:19.679 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:19 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:19.580+0000 7f9400c58200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:09:19.679 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:19 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:19.677+0000 7f9400c58200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:09:19.902 INFO:tasks.rados.rados.0.smithi118.stdout:562: done (7 left) 2023-09-30T09:09:19.902 INFO:tasks.rados.rados.0.smithi118.stdout:563: snap_remove snap 48 2023-09-30T09:09:20.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:19 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:19.936+0000 7f9400c58200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:09:20.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:20.032+0000 7f9400c58200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:09:20.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:20.136+0000 7f9400c58200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:09:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:18] ENGINE Bus STARTING 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: pgmap v4: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:18] ENGINE Serving on http://172.21.15.118:8765 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:19] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:19] ENGINE Bus STARTED 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: from='client.25094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/3203779068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-mon[114603]: osdmap e168: 8 total, 8 up, 8 in 2023-09-30T09:09:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:18] ENGINE Bus STARTING 2023-09-30T09:09:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: pgmap v4: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:18] ENGINE Serving on http://172.21.15.118:8765 2023-09-30T09:09:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:19] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:09:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:19] ENGINE Bus STARTED 2023-09-30T09:09:20.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: from='client.25094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/3203779068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[123327]: osdmap e168: 8 total, 8 up, 8 in 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: [30/Sep/2023:09:09:18] ENGINE Bus STARTING 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: pgmap v4: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: [30/Sep/2023:09:09:18] ENGINE Serving on http://172.21.15.118:8765 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: [30/Sep/2023:09:09:19] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: [30/Sep/2023:09:09:19] ENGINE Bus STARTED 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: from='client.25094 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:20.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: from='client.? 172.21.15.118:0/3203779068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:20.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:20 smithi118 ceph-mon[110048]: osdmap e168: 8 total, 8 up, 8 in 2023-09-30T09:09:20.693 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:20.368+0000 7f9400c58200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:09:20.693 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:20.485+0000 7f9400c58200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:09:20.693 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:20.691+0000 7f9400c58200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:09:20.906 INFO:tasks.rados.rados.0.smithi118.stdout:563: done (7 left) 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:564: snap_create 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 133 (ObjNum 152 snap 40 seq_num 152) dirty exists 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:557: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:557: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:557: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 146 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 165 (ObjNum 129 snap 0 seq_num 3323058184) dirty exists 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:555: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:555: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:09:20.907 INFO:tasks.rados.rados.0.smithi118.stdout:555: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:09:20.908 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 201 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:09:20.908 INFO:tasks.rados.rados.0.smithi118.stdout:558: finishing write tid 1 to smithi118168640-11 2023-09-30T09:09:20.908 INFO:tasks.rados.rados.0.smithi118.stdout:558: finishing write tid 2 to smithi118168640-11 2023-09-30T09:09:20.908 INFO:tasks.rados.rados.0.smithi118.stdout:558: finishing write tid 3 to smithi118168640-11 2023-09-30T09:09:20.908 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 157 (ObjNum 187 snap 52 seq_num 187) dirty exists 2023-09-30T09:09:20.908 INFO:tasks.rados.rados.0.smithi118.stdout:558: left oid 11 (ObjNum 187 snap 52 seq_num 187) 2023-09-30T09:09:20.908 INFO:tasks.rados.rados.0.smithi118.stdout:560: expect (ObjNum 174 snap 49 seq_num 174) 2023-09-30T09:09:20.939 INFO:tasks.rados.rados.0.smithi118.stdout:561: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:20.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:20.788+0000 7f9400c58200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:21 smithi192 ceph-mon[114603]: pgmap v5: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:21 smithi192 ceph-mon[114603]: mgrmap e31: y(active, since 2s) 2023-09-30T09:09:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:21 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:21 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:21 smithi192 ceph-mon[114603]: osdmap e169: 8 total, 8 up, 8 in 2023-09-30T09:09:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[110048]: pgmap v5: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[110048]: mgrmap e31: y(active, since 2s) 2023-09-30T09:09:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[110048]: osdmap e169: 8 total, 8 up, 8 in 2023-09-30T09:09:21.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[123327]: pgmap v5: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:21.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[123327]: mgrmap e31: y(active, since 2s) 2023-09-30T09:09:21.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:21.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:21.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:21 smithi118 ceph-mon[123327]: osdmap e169: 8 total, 8 up, 8 in 2023-09-30T09:09:21.902 INFO:tasks.rados.rados.0.smithi118.stdout:554: done (7 left) 2023-09-30T09:09:21.902 INFO:tasks.rados.rados.0.smithi118.stdout:555: done (6 left) 2023-09-30T09:09:21.902 INFO:tasks.rados.rados.0.smithi118.stdout:556: done (5 left) 2023-09-30T09:09:21.902 INFO:tasks.rados.rados.0.smithi118.stdout:557: done (4 left) 2023-09-30T09:09:21.902 INFO:tasks.rados.rados.0.smithi118.stdout:558: done (3 left) 2023-09-30T09:09:21.902 INFO:tasks.rados.rados.0.smithi118.stdout:560: done (2 left) 2023-09-30T09:09:21.903 INFO:tasks.rados.rados.0.smithi118.stdout:561: done (1 left) 2023-09-30T09:09:21.903 INFO:tasks.rados.rados.0.smithi118.stdout:564: done (0 left) 2023-09-30T09:09:21.903 INFO:tasks.rados.rados.0.smithi118.stdout:565: read oid 47 snap -1 2023-09-30T09:09:21.903 INFO:tasks.rados.rados.0.smithi118.stdout:565: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:09:21.903 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 53 2023-09-30T09:09:21.903 INFO:tasks.rados.rados.0.smithi118.stdout:566: seq_num 188 ranges {2383872=753664} 2023-09-30T09:09:21.919 INFO:tasks.rados.rados.0.smithi118.stdout:566: writing smithi118168640-43 from 2383872 to 3137536 tid 1 2023-09-30T09:09:21.919 INFO:tasks.rados.rados.0.smithi118.stdout:567: rollback oid 29 current snap is 53 2023-09-30T09:09:21.919 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 29 to 47 2023-09-30T09:09:21.919 INFO:tasks.rados.rados.0.smithi118.stdout:565: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:09:21.922 INFO:tasks.rados.rados.0.smithi118.stdout:565: done (2 left) 2023-09-30T09:09:21.922 INFO:tasks.rados.rados.0.smithi118.stdout:568: delete oid 27 current snap is 53 2023-09-30T09:09:21.922 INFO:tasks.rados.rados.0.smithi118.stdout:567: finishing rollback tid 0 to smithi118168640-29 2023-09-30T09:09:21.923 INFO:tasks.rados.rados.0.smithi118.stdout:567: finishing rollback tid 1 to smithi118168640-29 2023-09-30T09:09:21.925 INFO:tasks.rados.rados.0.smithi118.stdout:567: finishing rollback tid 2 to smithi118168640-29 2023-09-30T09:09:21.925 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 173 (ObjNum 120 snap 29 seq_num 120) dirty exists 2023-09-30T09:09:21.925 INFO:tasks.rados.rados.0.smithi118.stdout:567: done (2 left) 2023-09-30T09:09:21.925 INFO:tasks.rados.rados.0.smithi118.stdout:568: done (1 left) 2023-09-30T09:09:21.925 INFO:tasks.rados.rados.0.smithi118.stdout:569: read oid 38 snap -1 2023-09-30T09:09:21.925 INFO:tasks.rados.rados.0.smithi118.stdout:569: expect (ObjNum 177 snap 49 seq_num 177) 2023-09-30T09:09:21.925 INFO:tasks.rados.rados.0.smithi118.stdout:570: copy_from oid 28 from oid 17 current snap is 53 2023-09-30T09:09:21.926 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 53 2023-09-30T09:09:21.926 INFO:tasks.rados.rados.0.smithi118.stdout:571: seq_num 190 ranges {401408=786432} 2023-09-30T09:09:21.932 INFO:tasks.rados.rados.0.smithi118.stdout:571: writing smithi118168640-15 from 401408 to 1187840 tid 1 2023-09-30T09:09:21.932 INFO:tasks.rados.rados.0.smithi118.stdout:572: delete oid 35 current snap is 53 2023-09-30T09:09:21.934 INFO:tasks.rados.rados.0.smithi118.stdout:572: done (4 left) 2023-09-30T09:09:21.934 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 53 2023-09-30T09:09:21.934 INFO:tasks.rados.rados.0.smithi118.stdout:573: seq_num 192 ranges {0=417792,417792=401408} 2023-09-30T09:09:21.937 INFO:tasks.rados.rados.0.smithi118.stdout:573: writing smithi118168640-47 from 0 to 417792 tid 1 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:573: writing smithi118168640-47 from 417792 to 819200 tid 2 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:574: setattr oid 39 current snap is 53 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:566: finishing write tid 1 to smithi118168640-43 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:566: finishing write tid 2 to smithi118168640-43 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:566: finishing write tid 3 to smithi118168640-43 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 233 (ObjNum 188 snap 53 seq_num 188) dirty exists 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:566: left oid 43 (ObjNum 188 snap 53 seq_num 188) 2023-09-30T09:09:21.940 INFO:tasks.rados.rados.0.smithi118.stdout:569: expect (ObjNum 177 snap 49 seq_num 177) 2023-09-30T09:09:21.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:21 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:21.607+0000 7f9400c58200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:09:21.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:21 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:21.819+0000 7f9400c58200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:09:22.087 INFO:tasks.rados.rados.0.smithi118.stdout:570: finishing copy_from to smithi118168640-28 2023-09-30T09:09:22.087 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 203 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:09:22.087 INFO:tasks.rados.rados.0.smithi118.stdout:570: finishing copy_from racing read to smithi118168640-28 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:571: finishing write tid 1 to smithi118168640-15 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:571: finishing write tid 2 to smithi118168640-15 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:571: finishing write tid 3 to smithi118168640-15 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 141 (ObjNum 190 snap 53 seq_num 190) dirty exists 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:571: left oid 15 (ObjNum 190 snap 53 seq_num 190) 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:573: finishing write tid 1 to smithi118168640-47 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:573: finishing write tid 2 to smithi118168640-47 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:573: finishing write tid 3 to smithi118168640-47 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:573: finishing write tid 4 to smithi118168640-47 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 185 (ObjNum 192 snap 53 seq_num 192) dirty exists 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:573: left oid 47 (ObjNum 192 snap 53 seq_num 192) 2023-09-30T09:09:22.088 INFO:tasks.rados.rados.0.smithi118.stdout:566: done (5 left) 2023-09-30T09:09:22.089 INFO:tasks.rados.rados.0.smithi118.stdout:569: done (4 left) 2023-09-30T09:09:22.089 INFO:tasks.rados.rados.0.smithi118.stdout:570: done (3 left) 2023-09-30T09:09:22.089 INFO:tasks.rados.rados.0.smithi118.stdout:571: done (2 left) 2023-09-30T09:09:22.089 INFO:tasks.rados.rados.0.smithi118.stdout:573: done (1 left) 2023-09-30T09:09:22.089 INFO:tasks.rados.rados.0.smithi118.stdout:575: delete oid 37 current snap is 53 2023-09-30T09:09:22.089 INFO:tasks.rados.rados.0.smithi118.stdout:575: done (1 left) 2023-09-30T09:09:22.089 INFO:tasks.rados.rados.0.smithi118.stdout:576: snap_remove snap 51 2023-09-30T09:09:22.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[110048]: osdmap e170: 8 total, 8 up, 8 in 2023-09-30T09:09:22.343 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[123327]: osdmap e170: 8 total, 8 up, 8 in 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:22 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:22.029+0000 7f9400c58200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-mon[114603]: osdmap e170: 8 total, 8 up, 8 in 2023-09-30T09:09:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:22.758 INFO:tasks.rados.rados.0.smithi118.stdout:576: done (1 left) 2023-09-30T09:09:22.759 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 53 2023-09-30T09:09:22.759 INFO:tasks.rados.rados.0.smithi118.stdout:577: seq_num 194 ranges {0=458752,458752=401408} 2023-09-30T09:09:22.759 INFO:tasks.rados.rados.0.smithi118.stdout:577: writing smithi118168640-9 from 0 to 458752 tid 1 2023-09-30T09:09:22.760 INFO:tasks.rados.rados.0.smithi118.stdout:577: writing smithi118168640-9 from 458752 to 860160 tid 2 2023-09-30T09:09:22.760 INFO:tasks.rados.rados.0.smithi118.stdout:578: snap_create 2023-09-30T09:09:22.761 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 40 (ObjNum 18 snap 0 seq_num 18) dirty exists 2023-09-30T09:09:22.765 INFO:tasks.rados.rados.0.smithi118.stdout:577: finishing write tid 1 to smithi118168640-9 2023-09-30T09:09:22.765 INFO:tasks.rados.rados.0.smithi118.stdout:577: finishing write tid 2 to smithi118168640-9 2023-09-30T09:09:22.767 INFO:tasks.rados.rados.0.smithi118.stdout:577: finishing write tid 3 to smithi118168640-9 2023-09-30T09:09:22.767 INFO:tasks.rados.rados.0.smithi118.stdout:577: finishing write tid 4 to smithi118168640-9 2023-09-30T09:09:22.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 123 (ObjNum 194 snap 53 seq_num 194) dirty exists 2023-09-30T09:09:22.768 INFO:tasks.rados.rados.0.smithi118.stdout:577: left oid 9 (ObjNum 194 snap 53 seq_num 194) 2023-09-30T09:09:22.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:22.696+0000 7f9400c58200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:09:22.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:22 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:22.889+0000 7f9400c58200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:23.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:23.080+0000 7f9400c58200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:09:23.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:23.199+0000 7f9400c58200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:23.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:09:23] ENGINE Bus STARTING 2023-09-30T09:09:23.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: CherryPy Checker: 2023-09-30T09:09:23.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: The Application mounted at '' has an empty config. 2023-09-30T09:09:23.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: 2023-09-30T09:09:23.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:09:23] ENGINE Serving on http://:::9283 2023-09-30T09:09:23.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[154042]: [30/Sep/2023:09:09:23] ENGINE Bus STARTED 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: pgmap v8: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: osdmap e171: 8 total, 8 up, 8 in 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: mgrmap e32: y(active, since 5s) 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: Standby manager daemon x started 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:23.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:23 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:23.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: pgmap v8: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:23.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: osdmap e171: 8 total, 8 up, 8 in 2023-09-30T09:09:23.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: mgrmap e32: y(active, since 5s) 2023-09-30T09:09:23.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: Standby manager daemon x started 2023-09-30T09:09:23.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:23.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:23.569 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: pgmap v8: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: osdmap e171: 8 total, 8 up, 8 in 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: mgrmap e32: y(active, since 5s) 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: Standby manager daemon x started 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:23.570 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:23 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/386986531' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:23.756 INFO:tasks.rados.rados.0.smithi118.stdout:574: done (2 left) 2023-09-30T09:09:23.756 INFO:tasks.rados.rados.0.smithi118.stdout:577: done (1 left) 2023-09-30T09:09:23.756 INFO:tasks.rados.rados.0.smithi118.stdout:578: done (0 left) 2023-09-30T09:09:23.756 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 54 2023-09-30T09:09:23.756 INFO:tasks.rados.rados.0.smithi118.stdout:579: seq_num 195 ranges {0=475136,475136=401408} 2023-09-30T09:09:23.758 INFO:tasks.rados.rados.0.smithi118.stdout:579: writing smithi118168640-27 from 0 to 475136 tid 1 2023-09-30T09:09:23.761 INFO:tasks.rados.rados.0.smithi118.stdout:579: writing smithi118168640-27 from 475136 to 876544 tid 2 2023-09-30T09:09:23.761 INFO:tasks.rados.rados.0.smithi118.stdout:580: rollback oid 16 current snap is 54 2023-09-30T09:09:23.761 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 33 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 54 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:581: seq_num 196 ranges {0=491520,491520=401408} 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:581: writing smithi118168640-32 from 0 to 491520 tid 1 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:581: writing smithi118168640-32 from 491520 to 892928 tid 2 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:582: snap_create 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:580: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:579: finishing write tid 1 to smithi118168640-27 2023-09-30T09:09:23.767 INFO:tasks.rados.rados.0.smithi118.stdout:579: finishing write tid 2 to smithi118168640-27 2023-09-30T09:09:23.768 INFO:tasks.rados.rados.0.smithi118.stdout:579: finishing write tid 3 to smithi118168640-27 2023-09-30T09:09:23.768 INFO:tasks.rados.rados.0.smithi118.stdout:579: finishing write tid 4 to smithi118168640-27 2023-09-30T09:09:23.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 95 (ObjNum 195 snap 54 seq_num 195) dirty exists 2023-09-30T09:09:23.768 INFO:tasks.rados.rados.0.smithi118.stdout:579: left oid 27 (ObjNum 195 snap 54 seq_num 195) 2023-09-30T09:09:23.768 INFO:tasks.rados.rados.0.smithi118.stdout:581: finishing write tid 1 to smithi118168640-32 2023-09-30T09:09:23.769 INFO:tasks.rados.rados.0.smithi118.stdout:581: finishing write tid 2 to smithi118168640-32 2023-09-30T09:09:23.769 INFO:tasks.rados.rados.0.smithi118.stdout:581: finishing write tid 3 to smithi118168640-32 2023-09-30T09:09:23.770 INFO:tasks.rados.rados.0.smithi118.stdout:581: finishing write tid 4 to smithi118168640-32 2023-09-30T09:09:23.770 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 128 (ObjNum 196 snap 54 seq_num 196) dirty exists 2023-09-30T09:09:23.770 INFO:tasks.rados.rados.0.smithi118.stdout:581: left oid 32 (ObjNum 196 snap 54 seq_num 196) 2023-09-30T09:09:24.760 INFO:tasks.rados.rados.0.smithi118.stdout:579: done (3 left) 2023-09-30T09:09:24.760 INFO:tasks.rados.rados.0.smithi118.stdout:580: done (2 left) 2023-09-30T09:09:24.760 INFO:tasks.rados.rados.0.smithi118.stdout:581: done (1 left) 2023-09-30T09:09:24.760 INFO:tasks.rados.rados.0.smithi118.stdout:582: done (0 left) 2023-09-30T09:09:24.760 INFO:tasks.rados.rados.0.smithi118.stdout:583: setattr oid 7 current snap is 55 2023-09-30T09:09:24.761 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 55 2023-09-30T09:09:24.761 INFO:tasks.rados.rados.0.smithi118.stdout:584: seq_num 197 ranges {0=507904,507904=401408} 2023-09-30T09:09:24.767 INFO:tasks.rados.rados.0.smithi118.stdout:584: writing smithi118168640-19 from 0 to 507904 tid 1 2023-09-30T09:09:24.767 INFO:tasks.rados.rados.0.smithi118.stdout:584: writing smithi118168640-19 from 507904 to 909312 tid 2 2023-09-30T09:09:24.768 INFO:tasks.rados.rados.0.smithi118.stdout:585: copy_from oid 13 from oid 8 current snap is 55 2023-09-30T09:09:24.768 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 144 (ObjNum 103 snap 23 seq_num 103) dirty exists 2023-09-30T09:09:24.768 INFO:tasks.rados.rados.0.smithi118.stdout:583: done (2 left) 2023-09-30T09:09:24.768 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 55 2023-09-30T09:09:24.768 INFO:tasks.rados.rados.0.smithi118.stdout:586: seq_num 198 ranges {0=524288,524288=401408} 2023-09-30T09:09:24.770 INFO:tasks.rados.rados.0.smithi118.stdout:586: writing smithi118168640-41 from 0 to 524288 tid 1 2023-09-30T09:09:24.773 INFO:tasks.rados.rados.0.smithi118.stdout:586: writing smithi118168640-41 from 524288 to 925696 tid 2 2023-09-30T09:09:24.774 INFO:tasks.rados.rados.0.smithi118.stdout:585: finishing copy_from to smithi118168640-13 2023-09-30T09:09:24.774 INFO:tasks.rados.rados.0.smithi118.stdout:585: got expected ENOENT (src dne) 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:587: read oid 20 snap 45 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:587: expect (ObjNum 64 snap 4 seq_num 64) 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:588: read oid 29 snap 43 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:588: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:589: copy_from oid 40 from oid 36 current snap is 55 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:585: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:585: done (5 left) 2023-09-30T09:09:24.775 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 55 2023-09-30T09:09:24.782 INFO:tasks.rados.rados.0.smithi118.stdout:590: seq_num 199 ranges {2686976=540672,3227648=401408} 2023-09-30T09:09:24.791 INFO:tasks.rados.rados.0.smithi118.stdout:590: writing smithi118168640-3 from 2686976 to 3227648 tid 1 2023-09-30T09:09:24.794 INFO:tasks.rados.rados.0.smithi118.stdout:590: writing smithi118168640-3 from 3227648 to 3629056 tid 2 2023-09-30T09:09:24.794 INFO:tasks.rados.rados.0.smithi118.stdout:591: rollback oid 43 current snap is 55 2023-09-30T09:09:24.794 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 43 to 47 2023-09-30T09:09:24.794 INFO:tasks.rados.rados.0.smithi118.stdout:584: finishing write tid 1 to smithi118168640-19 2023-09-30T09:09:24.794 INFO:tasks.rados.rados.0.smithi118.stdout:584: finishing write tid 2 to smithi118168640-19 2023-09-30T09:09:24.794 INFO:tasks.rados.rados.0.smithi118.stdout:584: finishing write tid 3 to smithi118168640-19 2023-09-30T09:09:24.794 INFO:tasks.rados.rados.0.smithi118.stdout:587: expect (ObjNum 64 snap 4 seq_num 64) 2023-09-30T09:09:24.845 INFO:tasks.rados.rados.0.smithi118.stdout:586: finishing write tid 1 to smithi118168640-41 2023-09-30T09:09:24.845 INFO:tasks.rados.rados.0.smithi118.stdout:586: finishing write tid 2 to smithi118168640-41 2023-09-30T09:09:24.845 INFO:tasks.rados.rados.0.smithi118.stdout:584: finishing write tid 4 to smithi118168640-19 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 232 (ObjNum 197 snap 55 seq_num 197) dirty exists 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:584: left oid 19 (ObjNum 197 snap 55 seq_num 197) 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:586: finishing write tid 3 to smithi118168640-41 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:584: done (6 left) 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:587: done (5 left) 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:592: setattr oid 17 current snap is 55 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:586: finishing write tid 4 to smithi118168640-41 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 235 (ObjNum 198 snap 55 seq_num 198) dirty exists 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:586: left oid 41 (ObjNum 198 snap 55 seq_num 198) 2023-09-30T09:09:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:588: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:24.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:24.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:24.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:24.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:24.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:09:24.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:09:24.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: osdmap e172: 8 total, 8 up, 8 in 2023-09-30T09:09:24.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: mgrmap e33: y(active, since 6s), standbys: x 2023-09-30T09:09:24.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:24 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:09:25.064 INFO:tasks.rados.rados.0.smithi118.stdout:589: finishing copy_from to smithi118168640-40 2023-09-30T09:09:25.064 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 132 (ObjNum 179 snap 49 seq_num 179) dirty exists 2023-09-30T09:09:25.064 INFO:tasks.rados.rados.0.smithi118.stdout:589: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:09:25.064 INFO:tasks.rados.rados.0.smithi118.stdout:591: finishing rollback tid 0 to smithi118168640-43 2023-09-30T09:09:25.064 INFO:tasks.rados.rados.0.smithi118.stdout:590: finishing write tid 1 to smithi118168640-3 2023-09-30T09:09:25.064 INFO:tasks.rados.rados.0.smithi118.stdout:591: finishing rollback tid 1 to smithi118168640-43 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:591: finishing rollback tid 2 to smithi118168640-43 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 243 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:590: finishing write tid 2 to smithi118168640-3 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:590: finishing write tid 3 to smithi118168640-3 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:590: finishing write tid 4 to smithi118168640-3 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 161 (ObjNum 199 snap 55 seq_num 199) dirty exists 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:590: left oid 3 (ObjNum 199 snap 55 seq_num 199) 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:586: done (5 left) 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:588: done (4 left) 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:589: done (3 left) 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:590: done (2 left) 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:591: done (1 left) 2023-09-30T09:09:25.065 INFO:tasks.rados.rados.0.smithi118.stdout:593: rmattr oid 8 current snap is 55 2023-09-30T09:09:25.066 INFO:tasks.rados.rados.0.smithi118.stdout:593: done (1 left) 2023-09-30T09:09:25.066 INFO:tasks.rados.rados.0.smithi118.stdout:594: read oid 42 snap -1 2023-09-30T09:09:25.066 INFO:tasks.rados.rados.0.smithi118.stdout:594: expect (ObjNum 186 snap 51 seq_num 186) 2023-09-30T09:09:25.066 INFO:tasks.rados.rados.0.smithi118.stdout:595: rollback oid 19 current snap is 55 2023-09-30T09:09:25.066 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 50 2023-09-30T09:09:25.066 INFO:tasks.rados.rados.0.smithi118.stdout:596: copy_from oid 7 from oid 32 current snap is 55 2023-09-30T09:09:25.066 INFO:tasks.rados.rados.0.smithi118.stdout:597: delete oid 4 current snap is 55 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:595: finishing rollback tid 0 to smithi118168640-19 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:595: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 237 (ObjNum 33 snap 0 seq_num 3) dirty dne 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:595: done (4 left) 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:597: done (3 left) 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:598: rollback oid 25 current snap is 55 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 25 to 43 2023-09-30T09:09:25.067 INFO:tasks.rados.rados.0.smithi118.stdout:599: snap_remove snap 46 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: osdmap e172: 8 total, 8 up, 8 in 2023-09-30T09:09:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: mgrmap e33: y(active, since 6s), standbys: x 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: osdmap e172: 8 total, 8 up, 8 in 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: mgrmap e33: y(active, since 6s), standbys: x 2023-09-30T09:09:25.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:24 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:09:25.762 INFO:tasks.rados.rados.0.smithi118.stdout:599: done (4 left) 2023-09-30T09:09:25.762 INFO:tasks.rados.rados.0.smithi118.stdout:600: read oid 50 snap -1 2023-09-30T09:09:25.762 INFO:tasks.rados.rados.0.smithi118.stdout:600: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:09:25.762 INFO:tasks.rados.rados.0.smithi118.stdout:601: delete oid 31 current snap is 55 2023-09-30T09:09:25.772 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 229 (ObjNum 23 snap 0 seq_num 23) dirty exists 2023-09-30T09:09:25.772 INFO:tasks.rados.rados.0.smithi118.stdout:594: expect (ObjNum 186 snap 51 seq_num 186) 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:598: finishing rollback tid 0 to smithi118168640-25 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:598: finishing rollback tid 1 to smithi118168640-25 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:598: finishing rollback tid 2 to smithi118168640-25 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 132 (ObjNum 97 snap 0 seq_num 2569856500) dirty exists 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:596: finishing copy_from to smithi118168640-7 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 128 (ObjNum 196 snap 54 seq_num 196) dirty exists 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:596: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:592: done (5 left) 2023-09-30T09:09:25.813 INFO:tasks.rados.rados.0.smithi118.stdout:594: done (4 left) 2023-09-30T09:09:25.814 INFO:tasks.rados.rados.0.smithi118.stdout:596: done (3 left) 2023-09-30T09:09:25.814 INFO:tasks.rados.rados.0.smithi118.stdout:598: done (2 left) 2023-09-30T09:09:25.814 INFO:tasks.rados.rados.0.smithi118.stdout:601: done (1 left) 2023-09-30T09:09:25.814 INFO:tasks.rados.rados.0.smithi118.stdout:602: rollback oid 30 current snap is 55 2023-09-30T09:09:25.814 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 54 2023-09-30T09:09:25.814 INFO:tasks.rados.rados.0.smithi118.stdout:600: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:602: finishing rollback tid 0 to smithi118168640-30 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:602: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:602: finishing rollback tid 2 to smithi118168640-30 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 254 (ObjNum 29 snap 0 seq_num 29) dirty exists 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:600: done (1 left) 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:602: done (0 left) 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 55 2023-09-30T09:09:25.833 INFO:tasks.rados.rados.0.smithi118.stdout:603: seq_num 202 ranges {0=589824,589824=401408} 2023-09-30T09:09:25.836 INFO:tasks.rados.rados.0.smithi118.stdout:603: writing smithi118168640-8 from 0 to 589824 tid 1 2023-09-30T09:09:25.838 INFO:tasks.rados.rados.0.smithi118.stdout:603: writing smithi118168640-8 from 589824 to 991232 tid 2 2023-09-30T09:09:25.839 INFO:tasks.rados.rados.0.smithi118.stdout:604: rollback oid 50 current snap is 55 2023-09-30T09:09:25.839 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 33 2023-09-30T09:09:25.839 INFO:tasks.rados.rados.0.smithi118.stdout:605: snap_remove snap 47 2023-09-30T09:09:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: pgmap v12: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:25.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:25 smithi192 ceph-mon[114603]: osdmap e173: 8 total, 8 up, 8 in 2023-09-30T09:09:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: pgmap v12: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[110048]: osdmap e173: 8 total, 8 up, 8 in 2023-09-30T09:09:26.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: pgmap v12: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 127 MiB data, 394 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:26.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:25 smithi118 ceph-mon[123327]: osdmap e173: 8 total, 8 up, 8 in 2023-09-30T09:09:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-mon[114603]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:09:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-mon[114603]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:09:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-mon[114603]: osdmap e174: 8 total, 8 up, 8 in 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:605: done (2 left) 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:606: snap_create 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:603: finishing write tid 1 to smithi118168640-8 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:603: finishing write tid 2 to smithi118168640-8 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:604: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:603: finishing write tid 3 to smithi118168640-8 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:604: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:09:26.774 INFO:tasks.rados.rados.0.smithi118.stdout:604: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:09:26.775 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 251 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:09:26.775 INFO:tasks.rados.rados.0.smithi118.stdout:603: finishing write tid 4 to smithi118168640-8 2023-09-30T09:09:26.775 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 234 (ObjNum 202 snap 55 seq_num 202) dirty exists 2023-09-30T09:09:26.775 INFO:tasks.rados.rados.0.smithi118.stdout:603: left oid 8 (ObjNum 202 snap 55 seq_num 202) 2023-09-30T09:09:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:26 smithi118 ceph-mon[110048]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:09:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:26 smithi118 ceph-mon[110048]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:09:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:26 smithi118 ceph-mon[110048]: osdmap e174: 8 total, 8 up, 8 in 2023-09-30T09:09:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:26 smithi118 ceph-mon[123327]: Reconfiguring prometheus.a (dependencies changed)... 2023-09-30T09:09:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:26 smithi118 ceph-mon[123327]: Reconfiguring daemon prometheus.a on smithi192 2023-09-30T09:09:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:26 smithi118 ceph-mon[123327]: osdmap e174: 8 total, 8 up, 8 in 2023-09-30T09:09:27.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 systemd[1]: Stopping Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:27.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.976Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-09-30T09:09:27.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-09-30T09:09:27.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-09-30T09:09:27.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-09-30T09:09:27.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-09-30T09:09:27.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-09-30T09:09:27.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-09-30T09:09:27.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-09-30T09:09:27.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-09-30T09:09:27.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-09-30T09:09:27.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-09-30T09:09:27.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[165559]: ts=2023-09-30T09:09:26.977Z caller=main.go:1147 level=info msg="See you next time!" 2023-09-30T09:09:27.501 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 bash[168825]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a 2023-09-30T09:09:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:603: done (2 left) 2023-09-30T09:09:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:604: done (1 left) 2023-09-30T09:09:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:606: done (0 left) 2023-09-30T09:09:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:607: rmattr oid 40 current snap is 56 2023-09-30T09:09:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:607: done (0 left) 2023-09-30T09:09:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:608: read oid 10 snap 50 2023-09-30T09:09:27.754 INFO:tasks.rados.rados.0.smithi118.stdout:608: expect (ObjNum 84 snap 16 seq_num 84) 2023-09-30T09:09:27.755 INFO:tasks.rados.rados.0.smithi118.stdout:609: read oid 50 snap -1 2023-09-30T09:09:27.755 INFO:tasks.rados.rados.0.smithi118.stdout:609: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:09:27.755 INFO:tasks.rados.rados.0.smithi118.stdout:610: setattr oid 7 current snap is 56 2023-09-30T09:09:27.755 INFO:tasks.rados.rados.0.smithi118.stdout:611: read oid 18 snap 33 2023-09-30T09:09:27.755 INFO:tasks.rados.rados.0.smithi118.stdout:611: expect (ObjNum 121 snap 30 seq_num 121) 2023-09-30T09:09:27.756 INFO:tasks.rados.rados.0.smithi118.stdout:612: copy_from oid 42 from oid 35 current snap is 56 2023-09-30T09:09:27.756 INFO:tasks.rados.rados.0.smithi118.stdout:613: read oid 46 snap -1 2023-09-30T09:09:27.756 INFO:tasks.rados.rados.0.smithi118.stdout:613: expect (ObjNum 169 snap 47 seq_num 169) 2023-09-30T09:09:27.764 INFO:tasks.rados.rados.0.smithi118.stdout:614: rollback oid 31 current snap is 56 2023-09-30T09:09:27.765 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 31 to 43 2023-09-30T09:09:27.765 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 56 2023-09-30T09:09:27.765 INFO:tasks.rados.rados.0.smithi118.stdout:615: seq_num 203 ranges {991232=606208,1597440=401408} 2023-09-30T09:09:27.765 INFO:tasks.rados.rados.0.smithi118.stdout:615: writing smithi118168640-8 from 991232 to 1597440 tid 1 2023-09-30T09:09:27.768 INFO:tasks.rados.rados.0.smithi118.stdout:615: writing smithi118168640-8 from 1597440 to 1998848 tid 2 2023-09-30T09:09:27.768 INFO:tasks.rados.rados.0.smithi118.stdout:616: rollback oid 19 current snap is 56 2023-09-30T09:09:27.768 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 50 2023-09-30T09:09:27.768 INFO:tasks.rados.rados.0.smithi118.stdout:609: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:09:27.792 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 159 (ObjNum 196 snap 54 seq_num 196) dirty exists 2023-09-30T09:09:27.793 INFO:tasks.rados.rados.0.smithi118.stdout:612: finishing copy_from to smithi118168640-42 2023-09-30T09:09:27.793 INFO:tasks.rados.rados.0.smithi118.stdout:612: got expected ENOENT (src dne) 2023-09-30T09:09:27.793 INFO:tasks.rados.rados.0.smithi118.stdout:612: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:09:27.793 INFO:tasks.rados.rados.0.smithi118.stdout:608: expect (ObjNum 84 snap 16 seq_num 84) 2023-09-30T09:09:27.811 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-mon[114603]: pgmap v15: 121 pgs: 121 active+clean; 132 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T09:09:27.811 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-mon[114603]: osdmap e175: 8 total, 8 up, 8 in 2023-09-30T09:09:27.811 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@prometheus.a.service: Succeeded. 2023-09-30T09:09:27.811 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 systemd[1]: Stopped Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:27.811 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 systemd[1]: Starting Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:27.852 INFO:tasks.rados.rados.0.smithi118.stdout:614: finishing rollback tid 1 to smithi118168640-31 2023-09-30T09:09:27.852 INFO:tasks.rados.rados.0.smithi118.stdout:614: finishing rollback tid 2 to smithi118168640-31 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 209 (ObjNum 86 snap 18 seq_num 86) dirty exists 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:608: done (8 left) 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:609: done (7 left) 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:610: done (6 left) 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:612: done (5 left) 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:614: done (4 left) 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:617: rollback oid 41 current snap is 56 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 52 2023-09-30T09:09:27.853 INFO:tasks.rados.rados.0.smithi118.stdout:613: expect (ObjNum 169 snap 47 seq_num 169) 2023-09-30T09:09:27.956 INFO:tasks.rados.rados.0.smithi118.stdout:616: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:09:27.957 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 237 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-09-30T09:09:27.957 INFO:tasks.rados.rados.0.smithi118.stdout:611: expect (ObjNum 121 snap 30 seq_num 121) 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:615: finishing write tid 1 to smithi118168640-8 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:615: finishing write tid 2 to smithi118168640-8 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:615: finishing write tid 3 to smithi118168640-8 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:615: finishing write tid 4 to smithi118168640-8 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 240 (ObjNum 203 snap 56 seq_num 203) dirty exists 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:615: left oid 8 (ObjNum 203 snap 56 seq_num 203) 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:611: done (4 left) 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:613: done (3 left) 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:615: done (2 left) 2023-09-30T09:09:28.057 INFO:tasks.rados.rados.0.smithi118.stdout:616: done (1 left) 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:618: read oid 36 snap 53 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:618: expect (ObjNum 179 snap 49 seq_num 179) 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:619: copy_from oid 39 from oid 44 current snap is 56 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:617: finishing rollback tid 0 to smithi118168640-41 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:617: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 263 (ObjNum 4113 snap 0 seq_num 3065862195) dirty dne 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:617: done (2 left) 2023-09-30T09:09:28.058 INFO:tasks.rados.rados.0.smithi118.stdout:620: snap_remove snap 52 2023-09-30T09:09:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:27 smithi118 ceph-mon[123327]: pgmap v15: 121 pgs: 121 active+clean; 132 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T09:09:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:27 smithi118 ceph-mon[123327]: osdmap e175: 8 total, 8 up, 8 in 2023-09-30T09:09:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:27 smithi118 ceph-mon[110048]: pgmap v15: 121 pgs: 121 active+clean; 132 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T09:09:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:27 smithi118 ceph-mon[110048]: osdmap e175: 8 total, 8 up, 8 in 2023-09-30T09:09:28.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.809Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-09-30T09:09:28.213 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.810Z 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)" 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.810Z caller=main.go:570 level=info host_details="(Linux 4.18.0-514.el8.x86_64 #1 SMP Tue Sep 19 13:19:58 UTC 2023 x86_64 smithi192 (none))" 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.810Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.810Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.811Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.812Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.813Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.813Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 bash[168935]: ee40a4ca08938e195cb75fecbc1dba4e45130c0e8446d4630335fb2e7f8df31e 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.815Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-09-30T09:09:28.214 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.815Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.523µs 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.815Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.815Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 systemd[1]: Started Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.832Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.833Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.833Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.833Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=27.864µs wal_replay_duration=17.805404ms wbl_replay_duration=160ns total_replay_duration=17.851111ms 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.836Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.836Z caller=main.go:1029 level=info msg="TSDB started" 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.836Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.857Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=21.174136ms db_storage=1.104µs remote_storage=1.898µs web_handler=399ns query_engine=676ns scrape=760.978µs scrape_sd=101.596µs notify=23.891µs notify_sd=25.941µs rules=19.891586ms tracing=6.595µs 2023-09-30T09:09:28.215 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.857Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-09-30T09:09:28.216 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:27 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:27.857Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-09-30T09:09:28.867 INFO:tasks.rados.rados.0.smithi118.stdout:620: done (2 left) 2023-09-30T09:09:28.867 INFO:tasks.rados.rados.0.smithi118.stdout:621: snap_remove snap 45 2023-09-30T09:09:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:28 smithi192 ceph-mon[114603]: osdmap e176: 8 total, 8 up, 8 in 2023-09-30T09:09:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:28 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:28 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:28 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:28 smithi192 ceph-mon[114603]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:28 smithi192 ceph-mon[114603]: pgmap v18: 121 pgs: 121 active+clean; 132 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T09:09:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:28 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[123327]: osdmap e176: 8 total, 8 up, 8 in 2023-09-30T09:09:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[123327]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[123327]: pgmap v18: 121 pgs: 121 active+clean; 132 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T09:09:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[110048]: osdmap e176: 8 total, 8 up, 8 in 2023-09-30T09:09:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[110048]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:09:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[110048]: pgmap v18: 121 pgs: 121 active+clean; 132 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 2.0 MiB/s rd, 1.3 MiB/s wr, 42 op/s 2023-09-30T09:09:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:28 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:29.869 INFO:tasks.rados.rados.0.smithi118.stdout:621: done (2 left) 2023-09-30T09:09:29.869 INFO:tasks.rados.rados.0.smithi118.stdout:622: rollback oid 40 current snap is 56 2023-09-30T09:09:29.869 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 54 2023-09-30T09:09:29.869 INFO:tasks.rados.rados.0.smithi118.stdout:619: finishing copy_from to smithi118168640-39 2023-09-30T09:09:29.869 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 122 (ObjNum 174 snap 49 seq_num 174) dirty exists 2023-09-30T09:09:29.869 INFO:tasks.rados.rados.0.smithi118.stdout:619: finishing copy_from racing read to smithi118168640-39 2023-09-30T09:09:29.869 INFO:tasks.rados.rados.0.smithi118.stdout:618: expect (ObjNum 179 snap 49 seq_num 179) 2023-09-30T09:09:30.070 INFO:tasks.rados.rados.0.smithi118.stdout:622: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:09:30.071 INFO:tasks.rados.rados.0.smithi118.stdout:622: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:09:30.071 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 134 (ObjNum 65 snap 0 seq_num 1818711409) dirty dne 2023-09-30T09:09:30.071 INFO:tasks.rados.rados.0.smithi118.stdout:618: done (2 left) 2023-09-30T09:09:30.071 INFO:tasks.rados.rados.0.smithi118.stdout:619: done (1 left) 2023-09-30T09:09:30.071 INFO:tasks.rados.rados.0.smithi118.stdout:622: done (0 left) 2023-09-30T09:09:30.071 INFO:tasks.rados.rados.0.smithi118.stdout:623: delete oid 17 current snap is 56 2023-09-30T09:09:30.073 INFO:tasks.rados.rados.0.smithi118.stdout:623: done (0 left) 2023-09-30T09:09:30.073 INFO:tasks.rados.rados.0.smithi118.stdout:624: read oid 42 snap -1 2023-09-30T09:09:30.073 INFO:tasks.rados.rados.0.smithi118.stdout:624: expect (ObjNum 186 snap 51 seq_num 186) 2023-09-30T09:09:30.074 INFO:tasks.rados.rados.0.smithi118.stdout:625: setattr oid 5 current snap is 56 2023-09-30T09:09:30.075 INFO:tasks.rados.rados.0.smithi118.stdout:626: rmattr oid 26 current snap is 56 2023-09-30T09:09:30.076 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 56 2023-09-30T09:09:30.076 INFO:tasks.rados.rados.0.smithi118.stdout:627: seq_num 205 ranges {1187840=638976,1826816=401408} 2023-09-30T09:09:30.086 INFO:tasks.rados.rados.0.smithi118.stdout:627: writing smithi118168640-15 from 1187840 to 1826816 tid 1 2023-09-30T09:09:30.089 INFO:tasks.rados.rados.0.smithi118.stdout:627: writing smithi118168640-15 from 1826816 to 2228224 tid 2 2023-09-30T09:09:30.089 INFO:tasks.rados.rados.0.smithi118.stdout:628: snap_create 2023-09-30T09:09:30.089 INFO:tasks.rados.rados.0.smithi118.stdout:624: expect (ObjNum 186 snap 51 seq_num 186) 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 169 (ObjNum 152 snap 40 seq_num 152) dirty exists 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 277 (ObjNum 13 snap 0 seq_num 13) dirty exists 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:627: finishing write tid 1 to smithi118168640-15 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:627: finishing write tid 2 to smithi118168640-15 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:627: finishing write tid 3 to smithi118168640-15 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:627: finishing write tid 4 to smithi118168640-15 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 161 (ObjNum 205 snap 56 seq_num 205) dirty exists 2023-09-30T09:09:30.133 INFO:tasks.rados.rados.0.smithi118.stdout:627: left oid 15 (ObjNum 205 snap 56 seq_num 205) 2023-09-30T09:09:30.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:29 smithi192 systemd[1]: Stopping Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:29 smithi192 ceph-mon[114603]: osdmap e177: 8 total, 8 up, 8 in 2023-09-30T09:09:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:29 smithi192 ceph-mon[114603]: Upgrade: Updating mgr.x 2023-09-30T09:09:30.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:29 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:30.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:29 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:09:30.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:29 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:30.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:29 smithi192 ceph-mon[114603]: Deploying daemon mgr.x on smithi192 2023-09-30T09:09:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[110048]: osdmap e177: 8 total, 8 up, 8 in 2023-09-30T09:09:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[110048]: Upgrade: Updating mgr.x 2023-09-30T09:09:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:09:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:30.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[110048]: Deploying daemon mgr.x on smithi192 2023-09-30T09:09:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[123327]: osdmap e177: 8 total, 8 up, 8 in 2023-09-30T09:09:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[123327]: Upgrade: Updating mgr.x 2023-09-30T09:09:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:09:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:09:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:29 smithi118 ceph-mon[123327]: Deploying daemon mgr.x on smithi192 2023-09-30T09:09:30.888 INFO:tasks.rados.rados.0.smithi118.stdout:624: done (4 left) 2023-09-30T09:09:30.888 INFO:tasks.rados.rados.0.smithi118.stdout:625: done (3 left) 2023-09-30T09:09:30.888 INFO:tasks.rados.rados.0.smithi118.stdout:626: done (2 left) 2023-09-30T09:09:30.889 INFO:tasks.rados.rados.0.smithi118.stdout:627: done (1 left) 2023-09-30T09:09:30.889 INFO:tasks.rados.rados.0.smithi118.stdout:628: done (0 left) 2023-09-30T09:09:30.889 INFO:tasks.rados.rados.0.smithi118.stdout:629: snap_remove snap 55 2023-09-30T09:09:31.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:30 smithi192 ceph-mon[114603]: osdmap e178: 8 total, 8 up, 8 in 2023-09-30T09:09:31.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:30 smithi192 ceph-mon[114603]: pgmap v21: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.5 MiB/s wr, 34 op/s 2023-09-30T09:09:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:30 smithi118 ceph-mon[123327]: osdmap e178: 8 total, 8 up, 8 in 2023-09-30T09:09:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:30 smithi118 ceph-mon[123327]: pgmap v21: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.5 MiB/s wr, 34 op/s 2023-09-30T09:09:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:30 smithi118 ceph-mon[110048]: osdmap e178: 8 total, 8 up, 8 in 2023-09-30T09:09:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:30 smithi118 ceph-mon[110048]: pgmap v21: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.5 MiB/s wr, 34 op/s 2023-09-30T09:09:31.782 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:31 smithi192 bash[169296]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x 2023-09-30T09:09:31.782 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:31 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:09:31.889 INFO:tasks.rados.rados.0.smithi118.stdout:629: done (0 left) 2023-09-30T09:09:31.889 INFO:tasks.rados.rados.0.smithi118.stdout:630: snap_remove snap 33 2023-09-30T09:09:32.152 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:31 smithi192 ceph-mon[114603]: osdmap e179: 8 total, 8 up, 8 in 2023-09-30T09:09:32.152 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:31 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x.service: Failed with result 'exit-code'. 2023-09-30T09:09:32.152 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:31 smithi192 systemd[1]: Stopped Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:32.152 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:31 smithi192 systemd[1]: Starting Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:31 smithi118 ceph-mon[110048]: osdmap e179: 8 total, 8 up, 8 in 2023-09-30T09:09:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:31 smithi118 ceph-mon[123327]: osdmap e179: 8 total, 8 up, 8 in 2023-09-30T09:09:32.536 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-mgr[169456]: -- 172.21.15.192:0/4074752847 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560295c6d1e0 con 0x560295c42c00 2023-09-30T09:09:32.536 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:32 smithi192 bash[169438]: 8174ac631dd9906a5d26311d4e443e2bab5a5f747314e779878813ef321691d3 2023-09-30T09:09:32.536 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:32 smithi192 systemd[1]: Started Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:32.536 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:32.359+0000 7fc63f6e1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:09:32.757 INFO:tasks.rados.rados.0.smithi118.stdout:630: done (0 left) 2023-09-30T09:09:32.757 INFO:tasks.rados.rados.0.smithi118.stdout:631: rollback oid 12 current snap is 57 2023-09-30T09:09:32.757 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 12 to 49 2023-09-30T09:09:32.757 INFO:tasks.rados.rados.0.smithi118.stdout:632: read oid 21 snap -1 2023-09-30T09:09:32.757 INFO:tasks.rados.rados.0.smithi118.stdout:632: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:32.757 INFO:tasks.rados.rados.0.smithi118.stdout:633: snap_remove snap 50 2023-09-30T09:09:32.897 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:32.534+0000 7fc63f6e1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:09:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-mon[114603]: osdmap e180: 8 total, 8 up, 8 in 2023-09-30T09:09:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-mon[114603]: pgmap v24: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.5 MiB/s wr, 34 op/s 2023-09-30T09:09:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-mon[114603]: osdmap e181: 8 total, 8 up, 8 in 2023-09-30T09:09:33.214 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:32 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:32.923+0000 7fc63f6e1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:09:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[110048]: osdmap e180: 8 total, 8 up, 8 in 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[110048]: pgmap v24: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.5 MiB/s wr, 34 op/s 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[110048]: osdmap e181: 8 total, 8 up, 8 in 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[123327]: osdmap e180: 8 total, 8 up, 8 in 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[123327]: pgmap v24: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.5 MiB/s wr, 34 op/s 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:33.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:32 smithi118 ceph-mon[123327]: osdmap e181: 8 total, 8 up, 8 in 2023-09-30T09:09:33.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:33 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:33.464+0000 7fc63f6e1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:09:33.778 INFO:tasks.rados.rados.0.smithi118.stdout:633: done (2 left) 2023-09-30T09:09:33.778 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 57 2023-09-30T09:09:33.778 INFO:tasks.rados.rados.0.smithi118.stdout:634: seq_num 206 ranges {909312=655360,1564672=401408} 2023-09-30T09:09:33.785 INFO:tasks.rados.rados.0.smithi118.stdout:634: writing smithi118168640-44 from 909312 to 1564672 tid 1 2023-09-30T09:09:33.788 INFO:tasks.rados.rados.0.smithi118.stdout:634: writing smithi118168640-44 from 1564672 to 1966080 tid 2 2023-09-30T09:09:33.788 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 57 2023-09-30T09:09:33.788 INFO:tasks.rados.rados.0.smithi118.stdout:635: seq_num 207 ranges {393216=671744,1064960=401408} 2023-09-30T09:09:33.794 INFO:tasks.rados.rados.0.smithi118.stdout:635: writing smithi118168640-28 from 393216 to 1064960 tid 1 2023-09-30T09:09:33.796 INFO:tasks.rados.rados.0.smithi118.stdout:635: writing smithi118168640-28 from 1064960 to 1466368 tid 2 2023-09-30T09:09:33.796 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 57 2023-09-30T09:09:33.796 INFO:tasks.rados.rados.0.smithi118.stdout:632: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:33.798 INFO:tasks.rados.rados.0.smithi118.stdout:631: finishing rollback tid 0 to smithi118168640-12 2023-09-30T09:09:33.798 INFO:tasks.rados.rados.0.smithi118.stdout:631: finishing rollback tid 1 to smithi118168640-12 2023-09-30T09:09:33.798 INFO:tasks.rados.rados.0.smithi118.stdout:631: finishing rollback tid 2 to smithi118168640-12 2023-09-30T09:09:33.799 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 221 (ObjNum 178 snap 49 seq_num 178) dirty exists 2023-09-30T09:09:33.799 INFO:tasks.rados.rados.0.smithi118.stdout:636: seq_num 208 ranges {1499136=688128,2187264=401408} 2023-09-30T09:09:33.810 INFO:tasks.rados.rados.0.smithi118.stdout:636: writing smithi118168640-11 from 1499136 to 2187264 tid 1 2023-09-30T09:09:34.248 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:33 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:33.727+0000 7fc63f6e1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:09:34.249 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:33 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:34.253 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:33 smithi192 ceph-mon[114603]: osdmap e182: 8 total, 8 up, 8 in 2023-09-30T09:09:34.256 INFO:tasks.rados.rados.0.smithi118.stdout:636: writing smithi118168640-11 from 2187264 to 2588672 tid 2 2023-09-30T09:09:34.279 INFO:tasks.rados.rados.0.smithi118.stdout:631: done (4 left) 2023-09-30T09:09:34.279 INFO:tasks.rados.rados.0.smithi118.stdout:632: done (3 left) 2023-09-30T09:09:34.280 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 57 2023-09-30T09:09:34.280 INFO:tasks.rados.rados.0.smithi118.stdout:634: finishing write tid 1 to smithi118168640-44 2023-09-30T09:09:34.280 INFO:tasks.rados.rados.0.smithi118.stdout:637: seq_num 209 ranges {3620864=704512,4325376=401408} 2023-09-30T09:09:34.280 INFO:tasks.rados.rados.0.smithi118.stdout:637: writing smithi118168640-22 from 3620864 to 4325376 tid 1 2023-09-30T09:09:34.380 INFO:tasks.rados.rados.0.smithi118.stdout:637: writing smithi118168640-22 from 4325376 to 4726784 tid 2 2023-09-30T09:09:34.380 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 57 2023-09-30T09:09:34.380 INFO:tasks.rados.rados.0.smithi118.stdout:634: finishing write tid 2 to smithi118168640-44 2023-09-30T09:09:34.380 INFO:tasks.rados.rados.0.smithi118.stdout:638: seq_num 210 ranges {2056192=720896,2777088=401408} 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:638: writing smithi118168640-10 from 2056192 to 2777088 tid 1 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:638: writing smithi118168640-10 from 2777088 to 3178496 tid 2 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:639: setattr oid 17 current snap is 57 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:634: finishing write tid 3 to smithi118168640-44 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:634: finishing write tid 4 to smithi118168640-44 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 175 (ObjNum 206 snap 57 seq_num 206) dirty exists 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:634: left oid 44 (ObjNum 206 snap 57 seq_num 206) 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:635: finishing write tid 1 to smithi118168640-28 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:635: finishing write tid 2 to smithi118168640-28 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:635: finishing write tid 3 to smithi118168640-28 2023-09-30T09:09:34.381 INFO:tasks.rados.rados.0.smithi118.stdout:635: finishing write tid 4 to smithi118168640-28 2023-09-30T09:09:34.382 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 206 (ObjNum 207 snap 57 seq_num 207) dirty exists 2023-09-30T09:09:34.382 INFO:tasks.rados.rados.0.smithi118.stdout:635: left oid 28 (ObjNum 207 snap 57 seq_num 207) 2023-09-30T09:09:34.382 INFO:tasks.rados.rados.0.smithi118.stdout:636: finishing write tid 1 to smithi118168640-11 2023-09-30T09:09:34.382 INFO:tasks.rados.rados.0.smithi118.stdout:636: finishing write tid 2 to smithi118168640-11 2023-09-30T09:09:34.382 INFO:tasks.rados.rados.0.smithi118.stdout:636: finishing write tid 3 to smithi118168640-11 2023-09-30T09:09:34.396 INFO:tasks.rados.rados.0.smithi118.stdout:636: finishing write tid 4 to smithi118168640-11 2023-09-30T09:09:34.396 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 211 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:09:34.396 INFO:tasks.rados.rados.0.smithi118.stdout:636: left oid 11 (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:09:34.396 INFO:tasks.rados.rados.0.smithi118.stdout:637: finishing write tid 1 to smithi118168640-22 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:637: finishing write tid 2 to smithi118168640-22 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:637: finishing write tid 3 to smithi118168640-22 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:637: finishing write tid 4 to smithi118168640-22 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 233 (ObjNum 209 snap 57 seq_num 209) dirty exists 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:637: left oid 22 (ObjNum 209 snap 57 seq_num 209) 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:638: finishing write tid 1 to smithi118168640-10 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:638: finishing write tid 2 to smithi118168640-10 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:634: done (5 left) 2023-09-30T09:09:34.397 INFO:tasks.rados.rados.0.smithi118.stdout:635: done (4 left) 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:636: done (3 left) 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:637: done (2 left) 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:640: delete oid 7 current snap is 57 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:638: finishing write tid 3 to smithi118168640-10 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:638: finishing write tid 4 to smithi118168640-10 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 190 (ObjNum 210 snap 57 seq_num 210) dirty exists 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:638: left oid 10 (ObjNum 210 snap 57 seq_num 210) 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:638: done (2 left) 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:640: done (1 left) 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 57 2023-09-30T09:09:34.398 INFO:tasks.rados.rados.0.smithi118.stdout:641: seq_num 212 ranges {2039808=753664,2793472=401408} 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:641: writing smithi118168640-5 from 2039808 to 2793472 tid 1 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:641: writing smithi118168640-5 from 2793472 to 3194880 tid 2 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:642: copy_from oid 44 from oid 47 current snap is 57 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 261 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:639: done (2 left) 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:643: rollback oid 9 current snap is 57 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 54 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:644: copy_from oid 31 from oid 18 current snap is 57 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:645: copy_from oid 17 from oid 7 current snap is 57 2023-09-30T09:09:34.399 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 57 2023-09-30T09:09:34.400 INFO:tasks.rados.rados.0.smithi118.stdout:646: seq_num 213 ranges {0=770048,770048=401408} 2023-09-30T09:09:34.400 INFO:tasks.rados.rados.0.smithi118.stdout:646: writing smithi118168640-16 from 0 to 770048 tid 1 2023-09-30T09:09:34.400 INFO:tasks.rados.rados.0.smithi118.stdout:646: writing smithi118168640-16 from 770048 to 1171456 tid 2 2023-09-30T09:09:34.400 INFO:tasks.rados.rados.0.smithi118.stdout:647: snap_remove snap 56 2023-09-30T09:09:34.401 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:33 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:34.401 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:33 smithi118 ceph-mon[110048]: osdmap e182: 8 total, 8 up, 8 in 2023-09-30T09:09:34.401 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:33 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:34.401 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:33 smithi118 ceph-mon[123327]: osdmap e182: 8 total, 8 up, 8 in 2023-09-30T09:09:34.661 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:34 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:34.218+0000 7fc63f6e1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:647: done (6 left) 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 57 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:641: finishing write tid 1 to smithi118168640-5 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:643: finishing rollback tid 0 to smithi118168640-9 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:643: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:643: finishing rollback tid 2 to smithi118168640-9 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 129 (ObjNum 194 snap 53 seq_num 194) dirty exists 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:641: finishing write tid 2 to smithi118168640-5 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:641: finishing write tid 3 to smithi118168640-5 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:645: finishing copy_from to smithi118168640-17 2023-09-30T09:09:34.773 INFO:tasks.rados.rados.0.smithi118.stdout:645: got expected ENOENT (src dne) 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:645: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:641: finishing write tid 4 to smithi118168640-5 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 189 (ObjNum 212 snap 57 seq_num 212) dirty exists 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:641: left oid 5 (ObjNum 212 snap 57 seq_num 212) 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:644: finishing copy_from to smithi118168640-31 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 140 (ObjNum 145 snap 40 seq_num 145) dirty exists 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:642: finishing copy_from to smithi118168640-44 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 185 (ObjNum 192 snap 53 seq_num 192) dirty exists 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:642: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:644: finishing copy_from racing read to smithi118168640-31 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:646: finishing write tid 1 to smithi118168640-16 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:646: finishing write tid 2 to smithi118168640-16 2023-09-30T09:09:34.774 INFO:tasks.rados.rados.0.smithi118.stdout:646: finishing write tid 3 to smithi118168640-16 2023-09-30T09:09:34.775 INFO:tasks.rados.rados.0.smithi118.stdout:646: finishing write tid 4 to smithi118168640-16 2023-09-30T09:09:34.775 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 287 (ObjNum 213 snap 57 seq_num 213) dirty exists 2023-09-30T09:09:34.775 INFO:tasks.rados.rados.0.smithi118.stdout:646: left oid 16 (ObjNum 213 snap 57 seq_num 213) 2023-09-30T09:09:34.775 INFO:tasks.rados.rados.0.smithi118.stdout:648: seq_num 214 ranges {221184=794624,1015808=401408} 2023-09-30T09:09:34.778 INFO:tasks.rados.rados.0.smithi118.stdout:648: writing smithi118168640-26 from 221184 to 1015808 tid 1 2023-09-30T09:09:34.781 INFO:tasks.rados.rados.0.smithi118.stdout:648: writing smithi118168640-26 from 1015808 to 1417216 tid 2 2023-09-30T09:09:34.781 INFO:tasks.rados.rados.0.smithi118.stdout:641: done (6 left) 2023-09-30T09:09:34.781 INFO:tasks.rados.rados.0.smithi118.stdout:642: done (5 left) 2023-09-30T09:09:34.781 INFO:tasks.rados.rados.0.smithi118.stdout:643: done (4 left) 2023-09-30T09:09:34.781 INFO:tasks.rados.rados.0.smithi118.stdout:644: done (3 left) 2023-09-30T09:09:34.782 INFO:tasks.rados.rados.0.smithi118.stdout:645: done (2 left) 2023-09-30T09:09:34.782 INFO:tasks.rados.rados.0.smithi118.stdout:646: done (1 left) 2023-09-30T09:09:34.782 INFO:tasks.rados.rados.0.smithi118.stdout:649: read oid 22 snap -1 2023-09-30T09:09:34.782 INFO:tasks.rados.rados.0.smithi118.stdout:649: expect (ObjNum 209 snap 57 seq_num 209) 2023-09-30T09:09:34.782 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 57 2023-09-30T09:09:34.782 INFO:tasks.rados.rados.0.smithi118.stdout:650: seq_num 215 ranges {860160=409600,1269760=532480,1802240=270336} 2023-09-30T09:09:34.788 INFO:tasks.rados.rados.0.smithi118.stdout:650: writing smithi118168640-9 from 860160 to 1269760 tid 1 2023-09-30T09:09:34.791 INFO:tasks.rados.rados.0.smithi118.stdout:650: writing smithi118168640-9 from 1269760 to 1802240 tid 2 2023-09-30T09:09:34.793 INFO:tasks.rados.rados.0.smithi118.stdout:650: writing smithi118168640-9 from 1802240 to 2072576 tid 3 2023-09-30T09:09:34.793 INFO:tasks.rados.rados.0.smithi118.stdout:651: snap_create 2023-09-30T09:09:34.793 INFO:tasks.rados.rados.0.smithi118.stdout:648: finishing write tid 1 to smithi118168640-26 2023-09-30T09:09:34.793 INFO:tasks.rados.rados.0.smithi118.stdout:648: finishing write tid 2 to smithi118168640-26 2023-09-30T09:09:34.793 INFO:tasks.rados.rados.0.smithi118.stdout:648: finishing write tid 3 to smithi118168640-26 2023-09-30T09:09:34.793 INFO:tasks.rados.rados.0.smithi118.stdout:648: finishing write tid 4 to smithi118168640-26 2023-09-30T09:09:34.794 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 298 (ObjNum 214 snap 57 seq_num 214) dirty exists 2023-09-30T09:09:34.794 INFO:tasks.rados.rados.0.smithi118.stdout:648: left oid 26 (ObjNum 214 snap 57 seq_num 214) 2023-09-30T09:09:34.794 INFO:tasks.rados.rados.0.smithi118.stdout:650: finishing write tid 1 to smithi118168640-9 2023-09-30T09:09:34.795 INFO:tasks.rados.rados.0.smithi118.stdout:650: finishing write tid 2 to smithi118168640-9 2023-09-30T09:09:34.795 INFO:tasks.rados.rados.0.smithi118.stdout:650: finishing write tid 3 to smithi118168640-9 2023-09-30T09:09:34.795 INFO:tasks.rados.rados.0.smithi118.stdout:650: finishing write tid 4 to smithi118168640-9 2023-09-30T09:09:34.796 INFO:tasks.rados.rados.0.smithi118.stdout:650: finishing write tid 5 to smithi118168640-9 2023-09-30T09:09:34.797 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 135 (ObjNum 215 snap 57 seq_num 215) dirty exists 2023-09-30T09:09:34.797 INFO:tasks.rados.rados.0.smithi118.stdout:650: left oid 9 (ObjNum 215 snap 57 seq_num 215) 2023-09-30T09:09:34.809 INFO:tasks.rados.rados.0.smithi118.stdout:649: expect (ObjNum 209 snap 57 seq_num 209) 2023-09-30T09:09:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:34 smithi192 ceph-mon[114603]: pgmap v27: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:34 smithi192 ceph-mon[114603]: osdmap e183: 8 total, 8 up, 8 in 2023-09-30T09:09:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:34 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:34 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[123327]: pgmap v27: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[123327]: osdmap e183: 8 total, 8 up, 8 in 2023-09-30T09:09:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[110048]: pgmap v27: 121 pgs: 121 active+clean; 143 MiB data, 470 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[110048]: osdmap e183: 8 total, 8 up, 8 in 2023-09-30T09:09:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:34 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:35.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:35.009+0000 7fc63f6e1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:09:35.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:35.107+0000 7fc63f6e1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:09:35.768 INFO:tasks.rados.rados.0.smithi118.stdout:648: done (3 left) 2023-09-30T09:09:35.768 INFO:tasks.rados.rados.0.smithi118.stdout:649: done (2 left) 2023-09-30T09:09:35.768 INFO:tasks.rados.rados.0.smithi118.stdout:650: done (1 left) 2023-09-30T09:09:35.768 INFO:tasks.rados.rados.0.smithi118.stdout:651: done (0 left) 2023-09-30T09:09:35.768 INFO:tasks.rados.rados.0.smithi118.stdout:652: delete oid 2 current snap is 58 2023-09-30T09:09:35.772 INFO:tasks.rados.rados.0.smithi118.stdout:652: done (0 left) 2023-09-30T09:09:35.773 INFO:tasks.rados.rados.0.smithi118.stdout:653: delete oid 5 current snap is 58 2023-09-30T09:09:35.778 INFO:tasks.rados.rados.0.smithi118.stdout:653: done (0 left) 2023-09-30T09:09:35.778 INFO:tasks.rados.rados.0.smithi118.stdout:654: read oid 43 snap -1 2023-09-30T09:09:35.778 INFO:tasks.rados.rados.0.smithi118.stdout:654: expect (ObjNum 85 snap 16 seq_num 85) 2023-09-30T09:09:35.778 INFO:tasks.rados.rados.0.smithi118.stdout:655: read oid 45 snap 53 2023-09-30T09:09:35.778 INFO:tasks.rados.rados.0.smithi118.stdout:655: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:35.778 INFO:tasks.rados.rados.0.smithi118.stdout:656: snap_remove snap 57 2023-09-30T09:09:36.024 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:35.766+0000 7fc63f6e1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:09:36.025 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:35.864+0000 7fc63f6e1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:09:36.025 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:35.961+0000 7fc63f6e1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:09:36.300 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:36.203+0000 7fc63f6e1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:09:36.583 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:36.583 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:36.583 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-mon[114603]: osdmap e184: 8 total, 8 up, 8 in 2023-09-30T09:09:36.583 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:36.298+0000 7fc63f6e1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:09:36.583 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:36.398+0000 7fc63f6e1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:09:36.773 INFO:tasks.rados.rados.0.smithi118.stdout:656: done (2 left) 2023-09-30T09:09:36.773 INFO:tasks.rados.rados.0.smithi118.stdout:657: snap_remove snap 49 2023-09-30T09:09:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:36 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:36 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:36 smithi118 ceph-mon[110048]: osdmap e184: 8 total, 8 up, 8 in 2023-09-30T09:09:36.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:36 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:36 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:36 smithi118 ceph-mon[123327]: osdmap e184: 8 total, 8 up, 8 in 2023-09-30T09:09:36.894 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:36.636+0000 7fc63f6e1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:09:36.895 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:36.740+0000 7fc63f6e1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:09:37.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:36.942+0000 7fc63f6e1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:09:37.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:37.037+0000 7fc63f6e1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:37.768 INFO:tasks.rados.rados.0.smithi118.stdout:657: done (2 left) 2023-09-30T09:09:37.769 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 58 2023-09-30T09:09:37.769 INFO:tasks.rados.rados.0.smithi118.stdout:658: seq_num 218 ranges {3907584=458752,4366336=581632,4947968=221184} 2023-09-30T09:09:37.789 INFO:tasks.rados.rados.0.smithi118.stdout:658: writing smithi118168640-24 from 3907584 to 4366336 tid 1 2023-09-30T09:09:37.793 INFO:tasks.rados.rados.0.smithi118.stdout:658: writing smithi118168640-24 from 4366336 to 4947968 tid 2 2023-09-30T09:09:37.794 INFO:tasks.rados.rados.0.smithi118.stdout:658: writing smithi118168640-24 from 4947968 to 5169152 tid 3 2023-09-30T09:09:37.794 INFO:tasks.rados.rados.0.smithi118.stdout:659: read oid 28 snap -1 2023-09-30T09:09:37.795 INFO:tasks.rados.rados.0.smithi118.stdout:659: expect (ObjNum 207 snap 57 seq_num 207) 2023-09-30T09:09:37.795 INFO:tasks.rados.rados.0.smithi118.stdout:660: rollback oid 50 current snap is 58 2023-09-30T09:09:37.795 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 43 2023-09-30T09:09:37.795 INFO:tasks.rados.rados.0.smithi118.stdout:654: expect (ObjNum 85 snap 16 seq_num 85) 2023-09-30T09:09:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:37 smithi118 ceph-mon[110048]: pgmap v30: 121 pgs: 121 active+clean; 119 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 1.0 MiB/s rd, 2.6 MiB/s wr, 26 op/s 2023-09-30T09:09:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:37 smithi118 ceph-mon[110048]: osdmap e185: 8 total, 8 up, 8 in 2023-09-30T09:09:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:37 smithi118 ceph-mon[123327]: pgmap v30: 121 pgs: 121 active+clean; 119 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 1.0 MiB/s rd, 2.6 MiB/s wr, 26 op/s 2023-09-30T09:09:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:37 smithi118 ceph-mon[123327]: osdmap e185: 8 total, 8 up, 8 in 2023-09-30T09:09:37.848 INFO:tasks.rados.rados.0.smithi118.stdout:655: expect (ObjNum 120 snap 29 seq_num 120) 2023-09-30T09:09:37.851 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:37 smithi192 ceph-mon[114603]: pgmap v30: 121 pgs: 121 active+clean; 119 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 1.0 MiB/s rd, 2.6 MiB/s wr, 26 op/s 2023-09-30T09:09:37.851 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:37 smithi192 ceph-mon[114603]: osdmap e185: 8 total, 8 up, 8 in 2023-09-30T09:09:38.064 INFO:tasks.rados.rados.0.smithi118.stdout:658: finishing write tid 1 to smithi118168640-24 2023-09-30T09:09:38.064 INFO:tasks.rados.rados.0.smithi118.stdout:654: done (4 left) 2023-09-30T09:09:38.064 INFO:tasks.rados.rados.0.smithi118.stdout:655: done (3 left) 2023-09-30T09:09:38.065 INFO:tasks.rados.rados.0.smithi118.stdout:661: read oid 38 snap -1 2023-09-30T09:09:38.065 INFO:tasks.rados.rados.0.smithi118.stdout:661: expect (ObjNum 177 snap 49 seq_num 177) 2023-09-30T09:09:38.065 INFO:tasks.rados.rados.0.smithi118.stdout:662: read oid 16 snap 53 2023-09-30T09:09:38.065 INFO:tasks.rados.rados.0.smithi118.stdout:662: expect deleted 2023-09-30T09:09:38.065 INFO:tasks.rados.rados.0.smithi118.stdout:663: snap_remove snap 54 2023-09-30T09:09:38.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:37.853+0000 7fc63f6e1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:09:38.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:38.066+0000 7fc63f6e1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:09:38.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:38.253+0000 7fc63f6e1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:38.952 INFO:tasks.rados.rados.0.smithi118.stdout:663: done (5 left) 2023-09-30T09:09:38.953 INFO:tasks.rados.rados.0.smithi118.stdout:664: setattr oid 41 current snap is 58 2023-09-30T09:09:38.954 INFO:tasks.rados.rados.0.smithi118.stdout:658: finishing write tid 2 to smithi118168640-24 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:658: finishing write tid 3 to smithi118168640-24 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:658: finishing write tid 4 to smithi118168640-24 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:660: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:660: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:658: finishing write tid 5 to smithi118168640-24 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 140 (ObjNum 218 snap 58 seq_num 218) dirty exists 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:658: left oid 24 (ObjNum 218 snap 58 seq_num 218) 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:660: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 306 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:09:38.955 INFO:tasks.rados.rados.0.smithi118.stdout:659: expect (ObjNum 207 snap 57 seq_num 207) 2023-09-30T09:09:39.005 INFO:tasks.rados.rados.0.smithi118.stdout:661: expect (ObjNum 177 snap 49 seq_num 177) 2023-09-30T09:09:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: osdmap e186: 8 total, 8 up, 8 in 2023-09-30T09:09:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: pgmap v33: 121 pgs: 121 active+clean; 119 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 1.0 MiB/s rd, 2.6 MiB/s wr, 26 op/s 2023-09-30T09:09:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: Upgrade: Setting container_image for all mgr 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-09-30T09:09:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[123327]: Upgrade: It appears safe to stop mon.a 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: osdmap e186: 8 total, 8 up, 8 in 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: pgmap v33: 121 pgs: 121 active+clean; 119 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 1.0 MiB/s rd, 2.6 MiB/s wr, 26 op/s 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: Upgrade: Setting container_image for all mgr 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-09-30T09:09:39.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:38 smithi118 ceph-mon[110048]: Upgrade: It appears safe to stop mon.a 2023-09-30T09:09:39.123 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:38.924+0000 7fc63f6e1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:09:39.123 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: osdmap e186: 8 total, 8 up, 8 in 2023-09-30T09:09:39.123 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: pgmap v33: 121 pgs: 121 active+clean; 119 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 1.0 MiB/s rd, 2.6 MiB/s wr, 26 op/s 2023-09-30T09:09:39.124 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.124 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.124 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:39.125 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:39.125 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.125 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:39.125 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:39.125 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: Upgrade: Setting container_image for all mgr 2023-09-30T09:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-09-30T09:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-09-30T09:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-09-30T09:09:39.126 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-09-30T09:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-09-30T09:09:39.127 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:38 smithi192 ceph-mon[114603]: Upgrade: It appears safe to stop mon.a 2023-09-30T09:09:39.156 INFO:tasks.rados.rados.0.smithi118.stdout:658: done (5 left) 2023-09-30T09:09:39.156 INFO:tasks.rados.rados.0.smithi118.stdout:659: done (4 left) 2023-09-30T09:09:39.156 INFO:tasks.rados.rados.0.smithi118.stdout:660: done (3 left) 2023-09-30T09:09:39.156 INFO:tasks.rados.rados.0.smithi118.stdout:661: done (2 left) 2023-09-30T09:09:39.156 INFO:tasks.rados.rados.0.smithi118.stdout:662: done (1 left) 2023-09-30T09:09:39.156 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 58 2023-09-30T09:09:39.156 INFO:tasks.rados.rados.0.smithi118.stdout:665: seq_num 219 ranges {1400832=475136,1875968=466944,2342912=335872} 2023-09-30T09:09:39.166 INFO:tasks.rados.rados.0.smithi118.stdout:665: writing smithi118168640-20 from 1400832 to 1875968 tid 1 2023-09-30T09:09:39.169 INFO:tasks.rados.rados.0.smithi118.stdout:665: writing smithi118168640-20 from 1875968 to 2342912 tid 2 2023-09-30T09:09:39.171 INFO:tasks.rados.rados.0.smithi118.stdout:665: writing smithi118168640-20 from 2342912 to 2678784 tid 3 2023-09-30T09:09:39.171 INFO:tasks.rados.rados.0.smithi118.stdout:666: read oid 1 snap -1 2023-09-30T09:09:39.171 INFO:tasks.rados.rados.0.smithi118.stdout:666: expect (ObjNum 125 snap 31 seq_num 125) 2023-09-30T09:09:39.171 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 58 2023-09-30T09:09:39.172 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 311 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:09:39.172 INFO:tasks.rados.rados.0.smithi118.stdout:667: seq_num 220 ranges {0=491520,491520=753664,1245184=49152} 2023-09-30T09:09:39.174 INFO:tasks.rados.rados.0.smithi118.stdout:667: writing smithi118168640-19 from 0 to 491520 tid 1 2023-09-30T09:09:39.179 INFO:tasks.rados.rados.0.smithi118.stdout:667: writing smithi118168640-19 from 491520 to 1245184 tid 2 2023-09-30T09:09:39.179 INFO:tasks.rados.rados.0.smithi118.stdout:667: writing smithi118168640-19 from 1245184 to 1294336 tid 3 2023-09-30T09:09:39.179 INFO:tasks.rados.rados.0.smithi118.stdout:664: done (3 left) 2023-09-30T09:09:39.180 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 58 2023-09-30T09:09:39.180 INFO:tasks.rados.rados.0.smithi118.stdout:665: finishing write tid 1 to smithi118168640-20 2023-09-30T09:09:39.180 INFO:tasks.rados.rados.0.smithi118.stdout:668: seq_num 221 ranges {1171456=507904,1679360=688128,2367488=114688} 2023-09-30T09:09:39.188 INFO:tasks.rados.rados.0.smithi118.stdout:668: writing smithi118168640-16 from 1171456 to 1679360 tid 1 2023-09-30T09:09:39.192 INFO:tasks.rados.rados.0.smithi118.stdout:668: writing smithi118168640-16 from 1679360 to 2367488 tid 2 2023-09-30T09:09:39.193 INFO:tasks.rados.rados.0.smithi118.stdout:668: writing smithi118168640-16 from 2367488 to 2482176 tid 3 2023-09-30T09:09:39.193 INFO:tasks.rados.rados.0.smithi118.stdout:669: read oid 37 snap 53 2023-09-30T09:09:39.193 INFO:tasks.rados.rados.0.smithi118.stdout:669: expect deleted 2023-09-30T09:09:39.193 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 58 2023-09-30T09:09:39.194 INFO:tasks.rados.rados.0.smithi118.stdout:665: finishing write tid 2 to smithi118168640-20 2023-09-30T09:09:39.194 INFO:tasks.rados.rados.0.smithi118.stdout:665: finishing write tid 3 to smithi118168640-20 2023-09-30T09:09:39.194 INFO:tasks.rados.rados.0.smithi118.stdout:670: seq_num 222 ranges {0=524288,524288=565248,1089536=237568} 2023-09-30T09:09:39.196 INFO:tasks.rados.rados.0.smithi118.stdout:670: writing smithi118168640-2 from 0 to 524288 tid 1 2023-09-30T09:09:39.199 INFO:tasks.rados.rados.0.smithi118.stdout:670: writing smithi118168640-2 from 524288 to 1089536 tid 2 2023-09-30T09:09:39.201 INFO:tasks.rados.rados.0.smithi118.stdout:670: writing smithi118168640-2 from 1089536 to 1327104 tid 3 2023-09-30T09:09:39.201 INFO:tasks.rados.rados.0.smithi118.stdout:671: rmattr oid 23 current snap is 58 2023-09-30T09:09:39.201 INFO:tasks.rados.rados.0.smithi118.stdout:671: done (6 left) 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:672: rmattr oid 34 current snap is 58 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:672: done (6 left) 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:673: rmattr oid 42 current snap is 58 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:673: done (6 left) 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 58 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:665: finishing write tid 4 to smithi118168640-20 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:665: finishing write tid 5 to smithi118168640-20 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 191 (ObjNum 219 snap 58 seq_num 219) dirty exists 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:665: left oid 20 (ObjNum 219 snap 58 seq_num 219) 2023-09-30T09:09:39.202 INFO:tasks.rados.rados.0.smithi118.stdout:667: finishing write tid 1 to smithi118168640-19 2023-09-30T09:09:39.203 INFO:tasks.rados.rados.0.smithi118.stdout:674: seq_num 223 ranges {3809280=540672,4349952=450560,4800512=352256} 2023-09-30T09:09:39.224 INFO:tasks.rados.rados.0.smithi118.stdout:674: writing smithi118168640-36 from 3809280 to 4349952 tid 1 2023-09-30T09:09:39.227 INFO:tasks.rados.rados.0.smithi118.stdout:674: writing smithi118168640-36 from 4349952 to 4800512 tid 2 2023-09-30T09:09:39.229 INFO:tasks.rados.rados.0.smithi118.stdout:674: writing smithi118168640-36 from 4800512 to 5152768 tid 3 2023-09-30T09:09:39.230 INFO:tasks.rados.rados.0.smithi118.stdout:665: done (6 left) 2023-09-30T09:09:39.230 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 58 2023-09-30T09:09:39.230 INFO:tasks.rados.rados.0.smithi118.stdout:675: seq_num 224 ranges {3178496=557056,3735552=737280,4472832=65536} 2023-09-30T09:09:39.250 INFO:tasks.rados.rados.0.smithi118.stdout:675: writing smithi118168640-10 from 3178496 to 3735552 tid 1 2023-09-30T09:09:39.254 INFO:tasks.rados.rados.0.smithi118.stdout:675: writing smithi118168640-10 from 3735552 to 4472832 tid 2 2023-09-30T09:09:39.255 INFO:tasks.rados.rados.0.smithi118.stdout:675: writing smithi118168640-10 from 4472832 to 4538368 tid 3 2023-09-30T09:09:39.255 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 58 2023-09-30T09:09:39.255 INFO:tasks.rados.rados.0.smithi118.stdout:667: finishing write tid 2 to smithi118168640-19 2023-09-30T09:09:39.255 INFO:tasks.rados.rados.0.smithi118.stdout:667: finishing write tid 3 to smithi118168640-19 2023-09-30T09:09:39.255 INFO:tasks.rados.rados.0.smithi118.stdout:667: finishing write tid 4 to smithi118168640-19 2023-09-30T09:09:39.255 INFO:tasks.rados.rados.0.smithi118.stdout:676: seq_num 225 ranges {2228224=573440,2801664=622592,3424256=180224} 2023-09-30T09:09:39.270 INFO:tasks.rados.rados.0.smithi118.stdout:676: writing smithi118168640-15 from 2228224 to 2801664 tid 1 2023-09-30T09:09:39.274 INFO:tasks.rados.rados.0.smithi118.stdout:676: writing smithi118168640-15 from 2801664 to 3424256 tid 2 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:676: writing smithi118168640-15 from 3424256 to 3604480 tid 3 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:677: read oid 26 snap -1 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:677: expect (ObjNum 214 snap 57 seq_num 214) 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:678: setattr oid 8 current snap is 58 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:667: finishing write tid 5 to smithi118168640-19 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 315 (ObjNum 220 snap 58 seq_num 220) dirty exists 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:667: left oid 19 (ObjNum 220 snap 58 seq_num 220) 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:668: finishing write tid 1 to smithi118168640-16 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:668: finishing write tid 2 to smithi118168640-16 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:668: finishing write tid 3 to smithi118168640-16 2023-09-30T09:09:39.276 INFO:tasks.rados.rados.0.smithi118.stdout:668: finishing write tid 4 to smithi118168640-16 2023-09-30T09:09:39.277 INFO:tasks.rados.rados.0.smithi118.stdout:668: finishing write tid 5 to smithi118168640-16 2023-09-30T09:09:39.277 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 301 (ObjNum 221 snap 58 seq_num 221) dirty exists 2023-09-30T09:09:39.277 INFO:tasks.rados.rados.0.smithi118.stdout:668: left oid 16 (ObjNum 221 snap 58 seq_num 221) 2023-09-30T09:09:39.277 INFO:tasks.rados.rados.0.smithi118.stdout:670: finishing write tid 1 to smithi118168640-2 2023-09-30T09:09:39.277 INFO:tasks.rados.rados.0.smithi118.stdout:666: expect (ObjNum 125 snap 31 seq_num 125) 2023-09-30T09:09:39.445 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:39.121+0000 7fc63f6e1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:39.445 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:39.326+0000 7fc63f6e1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:09:39.522 INFO:tasks.rados.rados.0.smithi118.stdout:670: finishing write tid 2 to smithi118168640-2 2023-09-30T09:09:39.522 INFO:tasks.rados.rados.0.smithi118.stdout:670: finishing write tid 3 to smithi118168640-2 2023-09-30T09:09:39.522 INFO:tasks.rados.rados.0.smithi118.stdout:670: finishing write tid 4 to smithi118168640-2 2023-09-30T09:09:39.522 INFO:tasks.rados.rados.0.smithi118.stdout:670: finishing write tid 5 to smithi118168640-2 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 319 (ObjNum 222 snap 58 seq_num 222) dirty exists 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:670: left oid 2 (ObjNum 222 snap 58 seq_num 222) 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:674: finishing write tid 1 to smithi118168640-36 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:674: finishing write tid 2 to smithi118168640-36 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:674: finishing write tid 3 to smithi118168640-36 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:674: finishing write tid 4 to smithi118168640-36 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:674: finishing write tid 5 to smithi118168640-36 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 210 (ObjNum 223 snap 58 seq_num 223) dirty exists 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:674: left oid 36 (ObjNum 223 snap 58 seq_num 223) 2023-09-30T09:09:39.523 INFO:tasks.rados.rados.0.smithi118.stdout:675: finishing write tid 1 to smithi118168640-10 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:675: finishing write tid 2 to smithi118168640-10 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:675: finishing write tid 3 to smithi118168640-10 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:675: finishing write tid 4 to smithi118168640-10 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:675: finishing write tid 5 to smithi118168640-10 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 200 (ObjNum 224 snap 58 seq_num 224) dirty exists 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:675: left oid 10 (ObjNum 224 snap 58 seq_num 224) 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:676: finishing write tid 1 to smithi118168640-15 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:676: finishing write tid 2 to smithi118168640-15 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:676: finishing write tid 3 to smithi118168640-15 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:676: finishing write tid 4 to smithi118168640-15 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:676: finishing write tid 5 to smithi118168640-15 2023-09-30T09:09:39.524 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 195 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:09:39.525 INFO:tasks.rados.rados.0.smithi118.stdout:676: left oid 15 (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:09:39.525 INFO:tasks.rados.rados.0.smithi118.stdout:677: expect (ObjNum 214 snap 57 seq_num 214) 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 266 (ObjNum 203 snap 56 seq_num 203) dirty exists 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:666: done (9 left) 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:667: done (8 left) 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:668: done (7 left) 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:669: done (6 left) 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:670: done (5 left) 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:674: done (4 left) 2023-09-30T09:09:39.565 INFO:tasks.rados.rados.0.smithi118.stdout:675: done (3 left) 2023-09-30T09:09:39.566 INFO:tasks.rados.rados.0.smithi118.stdout:676: done (2 left) 2023-09-30T09:09:39.566 INFO:tasks.rados.rados.0.smithi118.stdout:677: done (1 left) 2023-09-30T09:09:39.566 INFO:tasks.rados.rados.0.smithi118.stdout:678: done (0 left) 2023-09-30T09:09:39.566 INFO:tasks.rados.rados.0.smithi118.stdout:679: setattr oid 33 current snap is 58 2023-09-30T09:09:39.566 INFO:tasks.rados.rados.0.smithi118.stdout:680: snap_create 2023-09-30T09:09:39.568 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 213 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:09:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:39.443+0000 7fc63f6e1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: [30/Sep/2023:09:09:39] ENGINE Bus STARTING 2023-09-30T09:09:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: CherryPy Checker: 2023-09-30T09:09:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: The Application mounted at '' has an empty config. 2023-09-30T09:09:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: [30/Sep/2023:09:09:39] ENGINE Serving on http://:::9283 2023-09-30T09:09:39.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: [30/Sep/2023:09:09:39] ENGINE Bus STARTED 2023-09-30T09:09:40.079 INFO:tasks.rados.rados.0.smithi118.stdout:679: done (1 left) 2023-09-30T09:09:40.079 INFO:tasks.rados.rados.0.smithi118.stdout:680: done (0 left) 2023-09-30T09:09:40.079 INFO:tasks.rados.rados.0.smithi118.stdout:681: rollback oid 32 current snap is 59 2023-09-30T09:09:40.079 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 32 to 53 2023-09-30T09:09:40.080 INFO:tasks.rados.rados.0.smithi118.stdout:682: snap_remove snap 43 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:09:39] "GET /metrics HTTP/1.1" 200 36038 "" "Prometheus/2.43.0" 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: osdmap e187: 8 total, 8 up, 8 in 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: Upgrade: Updating mon.a 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: Deploying daemon mon.a on smithi118 2023-09-30T09:09:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: Standby manager daemon x restarted 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: Standby manager daemon x started 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[110048]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: osdmap e187: 8 total, 8 up, 8 in 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: Upgrade: Updating mon.a 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:09:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: Deploying daemon mon.a on smithi118 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: Standby manager daemon x restarted 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: Standby manager daemon x started 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:40.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:39 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:40.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: osdmap e187: 8 total, 8 up, 8 in 2023-09-30T09:09:40.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: Upgrade: Updating mon.a 2023-09-30T09:09:40.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: Deploying daemon mon.a on smithi118 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: Standby manager daemon x restarted 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: Standby manager daemon x started 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:40.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:39 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/3865776895' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:40.415 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:40 smithi118 systemd[1]: Stopping Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:40.415 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[110044]: 2023-09-30T09:09:40.292+0000 7ff34ef59700 -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 2023-09-30T09:09:40.415 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[110044]: 2023-09-30T09:09:40.292+0000 7ff34ef59700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-09-30T09:09:40.415 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:40] ENGINE Bus STOPPING 2023-09-30T09:09:40.416 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T09:09:40.416 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:40] ENGINE Bus STOPPED 2023-09-30T09:09:40.416 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:40] ENGINE Bus STARTING 2023-09-30T09:09:40.416 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:40] ENGINE Serving on http://:::9283 2023-09-30T09:09:40.669 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:40] ENGINE Bus STARTED 2023-09-30T09:09:40.929 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:40 smithi118 bash[182787]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a 2023-09-30T09:09:41.299 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:40 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a.service: Succeeded. 2023-09-30T09:09:41.299 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:40 smithi118 systemd[1]: Stopped Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:41.299 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 systemd[1]: Starting Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:41.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev), process ceph-mon, pid 2 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: pidfile_write: ignore empty --pid-file 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: load: jerasure load: lrc 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: RocksDB version: 7.9.2 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Git sha 0 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Compile date 2023-09-29 16:35:50 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: DB SUMMARY 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: DB Session ID: II9A5JKKFBGKFU0D0VS0 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: CURRENT file: CURRENT 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T09:09:41.387 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: MANIFEST file: MANIFEST-000015 size: 793 Bytes 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000027.sst 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000025.log size: 4488787 ; 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.error_if_exists: 0 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.create_if_missing: 0 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.paranoid_checks: 1 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.env: 0x55cd68cd4da0 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.fs: PosixFileSystem 2023-09-30T09:09:41.388 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.info_log: 0x55cd6a1b75a0 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.statistics: (nil) 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.use_fsync: 0 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_log_file_size: 0 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T09:09:41.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.allow_fallocate: 1 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.use_direct_reads: 0 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.db_log_dir: 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.wal_dir: 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T09:09:41.390 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.write_buffer_manager: 0x55cd6a16efa0 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T09:09:41.391 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.unordered_write: 0 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.row_cache: None 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.wal_filter: None 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T09:09:41.392 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.two_write_queues: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.wal_compression: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.atomic_flush: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.log_readahead_size: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T09:09:41.393 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T09:09:41.394 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T09:09:41.394 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T09:09:41.394 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T09:09:41.395 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-30T09:09:41.395 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_background_jobs: 2 2023-09-30T09:09:41.395 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_background_compactions: -1 2023-09-30T09:09:41.395 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_subcompactions: 1 2023-09-30T09:09:41.395 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_open_files: -1 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T09:09:41.396 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_background_flushes: -1 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Compression algorithms supported: 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kZSTD supported: 0 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kXpressCompression supported: 0 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kZlibCompression supported: 1 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kSnappyCompression supported: 1 2023-09-30T09:09:41.397 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kLZ4Compression supported: 1 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: kBZip2Compression supported: 0 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.merge_operator: 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_filter: None 2023-09-30T09:09:41.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cd6a1b76a0) 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout: cache_index_and_filter_blocks: 1 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout: pin_top_level_index_and_filter: 1 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_type: 0 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout: data_block_index_type: 0 2023-09-30T09:09:41.399 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_shortening: 1 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: checksum: 4 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: no_block_cache: 0 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache: 0x55cd6a20d1f0 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_name: BinnedLRUCache 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_options: 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: capacity : 536870912 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: num_shard_bits : 4 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: strict_capacity_limit : 0 2023-09-30T09:09:41.400 INFO:journalctl@ceph.mon.a.smithi118.stdout: high_pri_pool_ratio: 0.000 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_cache_compressed: (nil) 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: persistent_cache: (nil) 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_size: 4096 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_size_deviation: 10 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_restart_interval: 16 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: index_block_restart_interval: 1 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: metadata_block_size: 4096 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: partition_filters: 0 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: use_delta_encoding: 1 2023-09-30T09:09:41.401 INFO:journalctl@ceph.mon.a.smithi118.stdout: filter_policy: bloomfilter 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: whole_key_filtering: 1 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: verify_compression: 0 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: read_amp_bytes_per_bit: 0 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: format_version: 5 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: enable_index_compression: 1 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: block_align: 0 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: max_auto_readahead_size: 262144 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: prepopulate_block_cache: 0 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: initial_auto_readahead_size: 8192 2023-09-30T09:09:41.402 INFO:journalctl@ceph.mon.a.smithi118.stdout: num_file_reads_for_auto_readahead: 2 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression: NoCompression 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.num_levels: 7 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T09:09:41.403 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T09:09:41.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T09:09:41.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T09:09:41.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.arena_block_size: 1048576 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T09:09:41.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.table_properties_collectors: 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.inplace_update_support: 0 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T09:09:41.408 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.bloom_locality: 0 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.max_successive_merges: 0 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.ttl: 2592000 2023-09-30T09:09:41.409 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T09:09:41.410 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-30T09:09:41.410 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-30T09:09:41.410 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.enable_blob_files: false 2023-09-30T09:09:41.410 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.min_blob_size: 0 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.blob_file_starting_level: 0 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 27.sst 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-30T09:09:41.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: 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 29, last_sequence is 10395, log_number is 25,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T09:09:41.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 25 2023-09-30T09:09:41.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ade01082-d05a-40f9-aa9e-24365209e0a7 2023-09-30T09:09:41.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064981368078, "job": 1, "event": "recovery_started", "wal_files": [25]} 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #25 mode 2 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 bash[182940]: 67b1c5a3693047988dd9e33345d55153301f899150915582bedca1fe5962770f 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 systemd[1]: Started Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064981380479, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 30, "file_size": 4143357, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 10386, "largest_seqno": 12618, "table_properties": {"data_size": 4132345, "index_size": 7560, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2437, "raw_key_size": 23234, "raw_average_key_size": 24, "raw_value_size": 4110891, "raw_average_value_size": 4318, "num_data_blocks": 335, "num_entries": 952, "num_filter_entries": 952, "num_deletions": 42, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1696064981, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ade01082-d05a-40f9-aa9e-24365209e0a7", "db_session_id": "II9A5JKKFBGKFU0D0VS0", "orig_file_number": 30, "seqno_to_time_mapping": "N/A"}} 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064981380603, "job": 1, "event": "recovery_finished"} 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/version_set.cc:5047] Creating manifest 32 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-30T09:09:41.414 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000025.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T09:09:41.415 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cd6a2aa000 2023-09-30T09:09:41.415 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: DB pointer 0x55cd6a296000 2023-09-30T09:09:41.415 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** DB Stats ** 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T09:09:41.416 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.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) 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: L0 1/0 3.95 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 627.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: L6 1/0 6.97 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 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: Sum 2/0 10.92 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 627.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.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 627.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-09-30T09:09:41.417 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.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) 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.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 627.6 0.01 0.00 1 0.006 0 0 0.0 0.0 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: Flush(GB): cumulative 0.004, interval 0.004 2023-09-30T09:09:41.418 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: Cumulative compaction: 0.00 GB write, 262.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: Interval compaction: 0.00 GB write, 262.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.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 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: Block cache BinnedLRUCache@0x55cd6a20d1f0#2 capacity: 512.00 MB usage: 10.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,2.53 KB,0.000482798%) IndexBlock(1,8.08 KB,0.00154078%) Misc(1,0.00 KB,0%) 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T09:09:41.419 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: starting mon.a rank 0 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:09:41.420 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???) e3 preinit fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:09:41.420 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???).mds e8 new map 2023-09-30T09:09:41.420 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???).mds e8 print_map 2023-09-30T09:09:41.420 INFO:journalctl@ceph.mon.a.smithi118.stdout: e8 2023-09-30T09:09:41.420 INFO:journalctl@ceph.mon.a.smithi118.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T09:09:41.420 INFO:journalctl@ceph.mon.a.smithi118.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} 2023-09-30T09:09:41.420 INFO:journalctl@ceph.mon.a.smithi118.stdout: legacy client fscid: 1 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: Filesystem 'cephfs' (1) 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: fs_name cephfs 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: epoch 8 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: created 2023-09-30T09:05:34.599176+0000 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: modified 2023-09-30T09:05:37.611371+0000 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: tableserver 0 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: root 0 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: session_timeout 60 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: session_autoclose 300 2023-09-30T09:09:41.421 INFO:journalctl@ceph.mon.a.smithi118.stdout: max_file_size 1099511627776 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: max_xattr_size 65536 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: required_client_features {} 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: last_failure 0 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: last_failure_osd_epoch 0 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.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} 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: max_mds 1 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: in 0 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: up {0=24349} 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: failed 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: damaged 2023-09-30T09:09:41.422 INFO:journalctl@ceph.mon.a.smithi118.stdout: stopped 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: data_pools [3] 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: metadata_pool 2 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: inline_data disabled 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: balancer 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: bal_rank_mask -1 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: standby_count_wanted 0 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: [mds.b{0:24349} state up:active seq 3 addr [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] compat {c=[1],r=[1],i=[7ff]}] 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: Standby daemons: 2023-09-30T09:09:41.423 INFO:journalctl@ceph.mon.a.smithi118.stdout: 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout: [mds.a{-1:14445} state up:standby seq 1 addr [v2:172.21.15.118:6834/3635796439,v1:172.21.15.118:6835/3635796439] compat {c=[1],r=[1],i=[7ff]}] 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???).osd e188 crush map has features 3314933069573799936, adjusting msgr requires 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???).osd e188 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???).osd e188 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???).osd e188 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: mon.a@-1(???).paxosservice(auth 1..18) refresh upgraded, format 0 -> 3 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expand map: {default=false} 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta from 'false' to 'false' 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expanded map: {default=false} 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expand map: {default=info} 2023-09-30T09:09:41.424 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta from 'info' to 'info' 2023-09-30T09:09:41.425 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expanded map: {default=info} 2023-09-30T09:09:41.425 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expand map: {default=daemon} 2023-09-30T09:09:41.425 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T09:09:41.425 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T09:09:41.425 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expand map: {default=debug} 2023-09-30T09:09:41.425 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T09:09:41.425 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:41 smithi118 ceph-mon[182959]: expand_channel_meta expanded map: {default=debug} 2023-09-30T09:09:42.077 INFO:tasks.rados.rados.0.smithi118.stdout:682: done (1 left) 2023-09-30T09:09:42.077 INFO:tasks.rados.rados.0.smithi118.stdout:683: rollback oid 46 current snap is 59 2023-09-30T09:09:42.077 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 46 to 58 2023-09-30T09:09:42.077 INFO:tasks.rados.rados.0.smithi118.stdout:681: finishing rollback tid 0 to smithi118168640-32 2023-09-30T09:09:42.077 INFO:tasks.rados.rados.0.smithi118.stdout:681: finishing rollback tid 1 to smithi118168640-32 2023-09-30T09:09:42.077 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 161 (ObjNum 129 snap 0 seq_num 3323065864) dirty dne 2023-09-30T09:09:42.077 INFO:tasks.rados.rados.0.smithi118.stdout:681: done (1 left) 2023-09-30T09:09:42.078 INFO:tasks.rados.rados.0.smithi118.stdout:684: snap_remove snap 53 2023-09-30T09:09:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: mon.a calling monitor election 2023-09-30T09:09:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: osdmap e188: 8 total, 8 up, 8 in 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: mgrmap e34: y(active, since 24s), standbys: x 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: from='mgr.25049 ' entity='' 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: mgrmap e35: y(active, since 24s), standbys: x 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ignoring --setuser ceph since I am not root 2023-09-30T09:09:42.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ignoring --setgroup ceph since I am not root 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:42.212+0000 7fd7f1a83200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: mon.a calling monitor election 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: osdmap e188: 8 total, 8 up, 8 in 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: mgrmap e34: y(active, since 24s), standbys: x 2023-09-30T09:09:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: from='mgr.25049 ' entity='' 2023-09-30T09:09:42.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: mgrmap e35: y(active, since 24s), standbys: x 2023-09-30T09:09:42.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-mon[123327]: overall HEALTH_OK 2023-09-30T09:09:42.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:42.069+0000 7f9a9287f700 -1 mon.c@2(peon).osd e189 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:42.388 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:42.388 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:42.388 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: from='mgr.25049 172.21.15.118:0/2752595002' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:42.388 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: mon.a calling monitor election 2023-09-30T09:09:42.388 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:09:42.388 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:09:42.388 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: osdmap e188: 8 total, 8 up, 8 in 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: mgrmap e34: y(active, since 24s), standbys: x 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: from='mgr.25049 ' entity='' 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: mgrmap e35: y(active, since 24s), standbys: x 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mon[114603]: overall HEALTH_OK 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:42.072+0000 7f85745cf700 -1 mon.b@1(peon).osd e189 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: ignoring --setuser ceph since I am not root 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: ignoring --setgroup ceph since I am not root 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-mgr[169456]: -- 172.21.15.192:0/2516405681 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558f0df051e0 con 0x558f0deda800 2023-09-30T09:09:42.389 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:42.217+0000 7ff581232200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-09-30T09:09:42.390 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:42.386+0000 7ff581232200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:09:42.711 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:42.380+0000 7fd7f1a83200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-09-30T09:09:43.072 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:42 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:42.710+0000 7fd7f1a83200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:09:43.072 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:42.720+0000 7ff581232200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-09-30T09:09:43.077 INFO:tasks.rados.rados.0.smithi118.stdout:684: done (1 left) 2023-09-30T09:09:43.078 INFO:tasks.rados.rados.0.smithi118.stdout:685: read oid 21 snap -1 2023-09-30T09:09:43.078 INFO:tasks.rados.rados.0.smithi118.stdout:685: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:43.078 INFO:tasks.rados.rados.0.smithi118.stdout:686: read oid 27 snap 58 2023-09-30T09:09:43.078 INFO:tasks.rados.rados.0.smithi118.stdout:686: expect (ObjNum 195 snap 54 seq_num 195) 2023-09-30T09:09:43.078 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 59 2023-09-30T09:09:43.078 INFO:tasks.rados.rados.0.smithi118.stdout:683: finishing rollback tid 0 to smithi118168640-46 2023-09-30T09:09:43.078 INFO:tasks.rados.rados.0.smithi118.stdout:687: seq_num 226 ranges {2752512=589824,3342336=507904,3850240=294912} 2023-09-30T09:09:43.097 INFO:tasks.rados.rados.0.smithi118.stdout:687: writing smithi118168640-6 from 2752512 to 3342336 tid 1 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:687: writing smithi118168640-6 from 3342336 to 3850240 tid 2 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:687: writing smithi118168640-6 from 3850240 to 4145152 tid 3 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:688: read oid 17 snap 58 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:688: expect (ObjNum -971980992 snap 22003 seq_num 3323542608) 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:689: read oid 34 snap 58 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:689: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:690: snap_create 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:683: finishing rollback tid 1 to smithi118168640-46 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:683: finishing rollback tid 2 to smithi118168640-46 2023-09-30T09:09:43.103 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 187 (ObjNum 169 snap 47 seq_num 169) dirty exists 2023-09-30T09:09:43.104 INFO:tasks.rados.rados.0.smithi118.stdout:685: expect (ObjNum 148 snap 40 seq_num 148) 2023-09-30T09:09:43.106 INFO:tasks.rados.rados.0.smithi118.stdout:686: expect (ObjNum 195 snap 54 seq_num 195) 2023-09-30T09:09:43.129 INFO:tasks.rados.rados.0.smithi118.stdout:688: expect (ObjNum -971980992 snap 22003 seq_num 3323542608) 2023-09-30T09:09:43.132 INFO:tasks.rados.rados.0.smithi118.stdout:687: finishing write tid 1 to smithi118168640-6 2023-09-30T09:09:43.132 INFO:tasks.rados.rados.0.smithi118.stdout:687: finishing write tid 2 to smithi118168640-6 2023-09-30T09:09:43.132 INFO:tasks.rados.rados.0.smithi118.stdout:687: finishing write tid 3 to smithi118168640-6 2023-09-30T09:09:43.132 INFO:tasks.rados.rados.0.smithi118.stdout:687: finishing write tid 4 to smithi118168640-6 2023-09-30T09:09:43.132 INFO:tasks.rados.rados.0.smithi118.stdout:687: finishing write tid 5 to smithi118168640-6 2023-09-30T09:09:43.132 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 200 (ObjNum 226 snap 59 seq_num 226) dirty exists 2023-09-30T09:09:43.133 INFO:tasks.rados.rados.0.smithi118.stdout:687: left oid 6 (ObjNum 226 snap 59 seq_num 226) 2023-09-30T09:09:43.133 INFO:tasks.rados.rados.0.smithi118.stdout:689: expect (ObjNum 72 snap 11 seq_num 72) 2023-09-30T09:09:43.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:43.217+0000 7fd7f1a83200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:09:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[182959]: osdmap e189: 8 total, 8 up, 8 in 2023-09-30T09:09:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[182959]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[182959]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[182959]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:43.071+0000 7f9a9287f700 -1 mon.c@2(peon).osd e190 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[123327]: osdmap e189: 8 total, 8 up, 8 in 2023-09-30T09:09:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[123327]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[123327]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-mon[123327]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.453 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:43.224+0000 7ff581232200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-09-30T09:09:43.453 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:43.071+0000 7f85745cf700 -1 mon.b@1(peon).osd e190 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:43.453 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-mon[114603]: osdmap e189: 8 total, 8 up, 8 in 2023-09-30T09:09:43.453 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-mon[114603]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.453 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-mon[114603]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.453 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-mon[114603]: failed to encode map e189 with expected crc 2023-09-30T09:09:43.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:43.452+0000 7ff581232200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:09:43.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:43.441+0000 7fd7f1a83200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-09-30T09:09:44.093 INFO:tasks.rados.rados.0.smithi118.stdout:683: done (6 left) 2023-09-30T09:09:44.093 INFO:tasks.rados.rados.0.smithi118.stdout:685: done (5 left) 2023-09-30T09:09:44.093 INFO:tasks.rados.rados.0.smithi118.stdout:686: done (4 left) 2023-09-30T09:09:44.093 INFO:tasks.rados.rados.0.smithi118.stdout:687: done (3 left) 2023-09-30T09:09:44.094 INFO:tasks.rados.rados.0.smithi118.stdout:688: done (2 left) 2023-09-30T09:09:44.094 INFO:tasks.rados.rados.0.smithi118.stdout:689: done (1 left) 2023-09-30T09:09:44.094 INFO:tasks.rados.rados.0.smithi118.stdout:690: done (0 left) 2023-09-30T09:09:44.094 INFO:tasks.rados.rados.0.smithi118.stdout:691: setattr oid 43 current snap is 60 2023-09-30T09:09:44.094 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 60 2023-09-30T09:09:44.094 INFO:tasks.rados.rados.0.smithi118.stdout:692: seq_num 227 ranges {794624=606208,1400832=794624,2195456=8192} 2023-09-30T09:09:44.102 INFO:tasks.rados.rados.0.smithi118.stdout:692: writing smithi118168640-48 from 794624 to 1400832 tid 1 2023-09-30T09:09:44.107 INFO:tasks.rados.rados.0.smithi118.stdout:692: writing smithi118168640-48 from 1400832 to 2195456 tid 2 2023-09-30T09:09:44.107 INFO:tasks.rados.rados.0.smithi118.stdout:692: writing smithi118168640-48 from 2195456 to 2203648 tid 3 2023-09-30T09:09:44.107 INFO:tasks.rados.rados.0.smithi118.stdout:693: snap_remove snap 59 2023-09-30T09:09:44.213 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:43.878+0000 7ff581232200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:09:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:44 smithi192 ceph-mon[114603]: osdmap e190: 8 total, 8 up, 8 in 2023-09-30T09:09:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:44 smithi192 ceph-mon[114603]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:44 smithi192 ceph-mon[114603]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:44 smithi192 ceph-mon[114603]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:44.083+0000 7f85745cf700 -1 mon.b@1(peon).osd e191 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:44.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:43 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:43.864+0000 7fd7f1a83200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[182959]: osdmap e190: 8 total, 8 up, 8 in 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[182959]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[182959]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[182959]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[123327]: osdmap e190: 8 total, 8 up, 8 in 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[123327]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[123327]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-mon[123327]: failed to encode map e190 with expected crc 2023-09-30T09:09:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:44.082+0000 7f9a9287f700 -1 mon.c@2(peon).osd e191 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:44.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:44.580+0000 7fd7f1a83200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:09:44.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:44 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:44.668+0000 7fd7f1a83200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:09:44.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:44.596+0000 7ff581232200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-09-30T09:09:44.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:44.684+0000 7ff581232200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-09-30T09:09:45.098 INFO:tasks.rados.rados.0.smithi118.stdout:693: done (2 left) 2023-09-30T09:09:45.098 INFO:tasks.rados.rados.0.smithi118.stdout:694: snap_remove snap 58 2023-09-30T09:09:45.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:45.277+0000 7fd7f1a83200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:09:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[123327]: osdmap e191: 8 total, 8 up, 8 in 2023-09-30T09:09:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[123327]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[123327]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[123327]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[123327]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[123327]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:45.087+0000 7f9a9287f700 -1 mon.c@2(peon).osd e192 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[182959]: osdmap e191: 8 total, 8 up, 8 in 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[182959]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[182959]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[182959]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[182959]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-mon[182959]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.384 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:45.297+0000 7ff581232200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-09-30T09:09:45.384 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-mon[114603]: osdmap e191: 8 total, 8 up, 8 in 2023-09-30T09:09:45.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-mon[114603]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-mon[114603]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-mon[114603]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-mon[114603]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-mon[114603]: failed to encode map e191 with expected crc 2023-09-30T09:09:45.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:45.088+0000 7f85745cf700 -1 mon.b@1(peon).osd e192 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:45.682 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:45.364+0000 7fd7f1a83200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:09:45.682 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:45.454+0000 7fd7f1a83200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:09:45.704 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:45.383+0000 7ff581232200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-09-30T09:09:45.704 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:45.475+0000 7ff581232200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-09-30T09:09:45.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:45.703+0000 7ff581232200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:09:45.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:45.797+0000 7ff581232200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:09:45.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:45.892+0000 7ff581232200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:09:46.089 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:45.681+0000 7fd7f1a83200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-09-30T09:09:46.089 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:45.774+0000 7fd7f1a83200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-09-30T09:09:46.089 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:45 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:45.868+0000 7fd7f1a83200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-09-30T09:09:46.097 INFO:tasks.rados.rados.0.smithi118.stdout:694: done (2 left) 2023-09-30T09:09:46.097 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 60 2023-09-30T09:09:46.097 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 313 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:09:46.098 INFO:tasks.rados.rados.0.smithi118.stdout:695: seq_num 228 ranges {2408448=622592,3031040=671744,3702784=131072} 2023-09-30T09:09:46.114 INFO:tasks.rados.rados.0.smithi118.stdout:695: writing smithi118168640-46 from 2408448 to 3031040 tid 1 2023-09-30T09:09:46.118 INFO:tasks.rados.rados.0.smithi118.stdout:695: writing smithi118168640-46 from 3031040 to 3702784 tid 2 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:695: writing smithi118168640-46 from 3702784 to 3833856 tid 3 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:691: done (2 left) 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:696: read oid 17 snap -1 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:696: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:697: read oid 3 snap -1 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:697: expect (ObjNum 199 snap 55 seq_num 199) 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:698: setattr oid 42 current snap is 60 2023-09-30T09:09:46.120 INFO:tasks.rados.rados.0.smithi118.stdout:692: finishing write tid 1 to smithi118168640-48 2023-09-30T09:09:46.121 INFO:tasks.rados.rados.0.smithi118.stdout:692: finishing write tid 2 to smithi118168640-48 2023-09-30T09:09:46.121 INFO:tasks.rados.rados.0.smithi118.stdout:692: finishing write tid 3 to smithi118168640-48 2023-09-30T09:09:46.121 INFO:tasks.rados.rados.0.smithi118.stdout:692: finishing write tid 4 to smithi118168640-48 2023-09-30T09:09:46.121 INFO:tasks.rados.rados.0.smithi118.stdout:692: finishing write tid 5 to smithi118168640-48 2023-09-30T09:09:46.121 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 338 (ObjNum 227 snap 60 seq_num 227) dirty exists 2023-09-30T09:09:46.121 INFO:tasks.rados.rados.0.smithi118.stdout:692: left oid 48 (ObjNum 227 snap 60 seq_num 227) 2023-09-30T09:09:46.121 INFO:tasks.rados.rados.0.smithi118.stdout:696: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:09:46.124 INFO:tasks.rados.rados.0.smithi118.stdout:695: finishing write tid 1 to smithi118168640-46 2023-09-30T09:09:46.125 INFO:tasks.rados.rados.0.smithi118.stdout:695: finishing write tid 2 to smithi118168640-46 2023-09-30T09:09:46.125 INFO:tasks.rados.rados.0.smithi118.stdout:695: finishing write tid 3 to smithi118168640-46 2023-09-30T09:09:46.125 INFO:tasks.rados.rados.0.smithi118.stdout:695: finishing write tid 4 to smithi118168640-46 2023-09-30T09:09:46.125 INFO:tasks.rados.rados.0.smithi118.stdout:692: done (4 left) 2023-09-30T09:09:46.125 INFO:tasks.rados.rados.0.smithi118.stdout:696: done (3 left) 2023-09-30T09:09:46.125 INFO:tasks.rados.rados.0.smithi118.stdout:699: rollback oid 43 current snap is 60 2023-09-30T09:09:46.126 INFO:tasks.rados.rados.0.smithi118.stdout:699: done (3 left) 2023-09-30T09:09:46.126 INFO:tasks.rados.rados.0.smithi118.stdout:700: delete oid 45 current snap is 60 2023-09-30T09:09:46.127 INFO:tasks.rados.rados.0.smithi118.stdout:700: done (3 left) 2023-09-30T09:09:46.127 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 60 2023-09-30T09:09:46.127 INFO:tasks.rados.rados.0.smithi118.stdout:701: seq_num 230 ranges {81920=655360,737280=491520,1228800=311296} 2023-09-30T09:09:46.132 INFO:tasks.rados.rados.0.smithi118.stdout:701: writing smithi118168640-21 from 81920 to 737280 tid 1 2023-09-30T09:09:46.138 INFO:tasks.rados.rados.0.smithi118.stdout:701: writing smithi118168640-21 from 737280 to 1228800 tid 2 2023-09-30T09:09:46.138 INFO:tasks.rados.rados.0.smithi118.stdout:701: writing smithi118168640-21 from 1228800 to 1540096 tid 3 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:702: read oid 22 snap -1 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:702: expect (ObjNum 209 snap 57 seq_num 209) 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:703: read oid 16 snap -1 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:703: expect (ObjNum 221 snap 58 seq_num 221) 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:704: snap_create 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:695: finishing write tid 5 to smithi118168640-46 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 204 (ObjNum 228 snap 60 seq_num 228) dirty exists 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:695: left oid 46 (ObjNum 228 snap 60 seq_num 228) 2023-09-30T09:09:46.139 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 209 (ObjNum 186 snap 51 seq_num 186) dirty exists 2023-09-30T09:09:46.143 INFO:tasks.rados.rados.0.smithi118.stdout:701: finishing write tid 1 to smithi118168640-21 2023-09-30T09:09:46.143 INFO:tasks.rados.rados.0.smithi118.stdout:701: finishing write tid 2 to smithi118168640-21 2023-09-30T09:09:46.145 INFO:tasks.rados.rados.0.smithi118.stdout:697: expect (ObjNum 199 snap 55 seq_num 199) 2023-09-30T09:09:46.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:46.088+0000 7fd7f1a83200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:09:46.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:46.204+0000 7fd7f1a83200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[182959]: osdmap e192: 8 total, 8 up, 8 in 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[182959]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[182959]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[182959]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[182959]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:46.089+0000 7f9a9287f700 -1 mon.c@2(peon).osd e193 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[123327]: osdmap e192: 8 total, 8 up, 8 in 2023-09-30T09:09:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[123327]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[123327]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[123327]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-mon[123327]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.357 INFO:tasks.rados.rados.0.smithi118.stdout:701: finishing write tid 3 to smithi118168640-21 2023-09-30T09:09:46.357 INFO:tasks.rados.rados.0.smithi118.stdout:701: finishing write tid 4 to smithi118168640-21 2023-09-30T09:09:46.357 INFO:tasks.rados.rados.0.smithi118.stdout:701: finishing write tid 5 to smithi118168640-21 2023-09-30T09:09:46.358 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 225 (ObjNum 230 snap 60 seq_num 230) dirty exists 2023-09-30T09:09:46.358 INFO:tasks.rados.rados.0.smithi118.stdout:701: left oid 21 (ObjNum 230 snap 60 seq_num 230) 2023-09-30T09:09:46.358 INFO:tasks.rados.rados.0.smithi118.stdout:703: expect (ObjNum 221 snap 58 seq_num 221) 2023-09-30T09:09:46.390 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:46.089+0000 7f85745cf700 -1 mon.b@1(peon).osd e193 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:46.391 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-mon[114603]: osdmap e192: 8 total, 8 up, 8 in 2023-09-30T09:09:46.391 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-mon[114603]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.391 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-mon[114603]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.391 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-mon[114603]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.391 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-mon[114603]: failed to encode map e192 with expected crc 2023-09-30T09:09:46.392 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:46.115+0000 7ff581232200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-09-30T09:09:46.392 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:46.231+0000 7ff581232200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-09-30T09:09:46.442 INFO:tasks.rados.rados.0.smithi118.stdout:702: expect (ObjNum 209 snap 57 seq_num 209) 2023-09-30T09:09:46.694 INFO:tasks.rados.rados.0.smithi118.stdout:695: done (6 left) 2023-09-30T09:09:46.694 INFO:tasks.rados.rados.0.smithi118.stdout:697: done (5 left) 2023-09-30T09:09:46.694 INFO:tasks.rados.rados.0.smithi118.stdout:698: done (4 left) 2023-09-30T09:09:46.694 INFO:tasks.rados.rados.0.smithi118.stdout:701: done (3 left) 2023-09-30T09:09:46.694 INFO:tasks.rados.rados.0.smithi118.stdout:702: done (2 left) 2023-09-30T09:09:46.694 INFO:tasks.rados.rados.0.smithi118.stdout:703: done (1 left) 2023-09-30T09:09:46.694 INFO:tasks.rados.rados.0.smithi118.stdout:704: done (0 left) 2023-09-30T09:09:46.695 INFO:tasks.rados.rados.0.smithi118.stdout:705: setattr oid 26 current snap is 61 2023-09-30T09:09:46.695 INFO:tasks.rados.rados.0.smithi118.stdout:706: snap_remove snap 60 2023-09-30T09:09:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:46.390+0000 7f85745cf700 -1 mon.b@1(peon).osd e194 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:46.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:46.421+0000 7ff581232200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:09:46.713 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:46.516+0000 7ff581232200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:46.388+0000 7f9a9287f700 -1 mon.c@2(peon).osd e194 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:46.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:46.404+0000 7fd7f1a83200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-09-30T09:09:46.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:46 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:46.498+0000 7fd7f1a83200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:47.402 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:47.269+0000 7fd7f1a83200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: failed to encode map e192 with expected crc 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: osdmap e193: 8 total, 8 up, 8 in 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: osdmap e194: 8 total, 8 up, 8 in 2023-09-30T09:09:47.403 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[123327]: failed to encode map e194 with expected crc 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: failed to encode map e192 with expected crc 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: osdmap e193: 8 total, 8 up, 8 in 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: osdmap e194: 8 total, 8 up, 8 in 2023-09-30T09:09:47.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-mon[182959]: failed to encode map e194 with expected crc 2023-09-30T09:09:47.405 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:47.291+0000 7ff581232200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-09-30T09:09:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: failed to encode map e192 with expected crc 2023-09-30T09:09:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: osdmap e193: 8 total, 8 up, 8 in 2023-09-30T09:09:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.405 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: failed to encode map e193 with expected crc 2023-09-30T09:09:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: osdmap e194: 8 total, 8 up, 8 in 2023-09-30T09:09:47.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-mon[114603]: failed to encode map e194 with expected crc 2023-09-30T09:09:47.408 INFO:tasks.rados.rados.0.smithi118.stdout:706: done (1 left) 2023-09-30T09:09:47.408 INFO:tasks.rados.rados.0.smithi118.stdout:707: delete oid 10 current snap is 61 2023-09-30T09:09:47.408 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 344 (ObjNum 214 snap 57 seq_num 214) dirty exists 2023-09-30T09:09:47.415 INFO:tasks.rados.rados.0.smithi118.stdout:705: done (1 left) 2023-09-30T09:09:47.415 INFO:tasks.rados.rados.0.smithi118.stdout:707: done (0 left) 2023-09-30T09:09:47.415 INFO:tasks.rados.rados.0.smithi118.stdout:708: snap_create 2023-09-30T09:09:47.659 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:47.471+0000 7fd7f1a83200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:09:47.659 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:47.400+0000 7f9a9287f700 -1 mon.c@2(peon).osd e195 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:47.684 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:47.402+0000 7f85745cf700 -1 mon.b@1(peon).osd e195 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:47.684 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:47.497+0000 7ff581232200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-09-30T09:09:47.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:47.684+0000 7ff581232200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:48.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:47 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:47.657+0000 7fd7f1a83200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:48.358 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-mon[114603]: failed to encode map e194 with expected crc 2023-09-30T09:09:48.359 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-mon[114603]: osdmap e195: 8 total, 8 up, 8 in 2023-09-30T09:09:48.359 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-mon[114603]: failed to encode map e195 with expected crc 2023-09-30T09:09:48.403 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.325+0000 7fd7f1a83200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:09:48.404 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-mon[123327]: failed to encode map e194 with expected crc 2023-09-30T09:09:48.404 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-mon[123327]: osdmap e195: 8 total, 8 up, 8 in 2023-09-30T09:09:48.404 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-mon[123327]: failed to encode map e195 with expected crc 2023-09-30T09:09:48.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-mon[182959]: failed to encode map e194 with expected crc 2023-09-30T09:09:48.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-mon[182959]: osdmap e195: 8 total, 8 up, 8 in 2023-09-30T09:09:48.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-mon[182959]: failed to encode map e195 with expected crc 2023-09-30T09:09:48.410 INFO:tasks.rados.rados.0.smithi118.stdout:708: done (0 left) 2023-09-30T09:09:48.410 INFO:tasks.rados.rados.0.smithi118.stdout:709: setattr oid 43 current snap is 62 2023-09-30T09:09:48.414 INFO:tasks.rados.rados.0.smithi118.stdout:710: snap_remove snap 61 2023-09-30T09:09:48.659 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:48.403+0000 7f85745cf700 -1 mon.b@1(peon).osd e196 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:48.659 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:48.358+0000 7ff581232200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-09-30T09:09:48.660 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:48.553+0000 7ff581232200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:48.709 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.517+0000 7fd7f1a83200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-09-30T09:09:48.710 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:48.401+0000 7f9a9287f700 -1 mon.c@2(peon).osd e196 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:710: done (1 left) 2023-09-30T09:09:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:711: read oid 21 snap -1 2023-09-30T09:09:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:711: expect (ObjNum 230 snap 60 seq_num 230) 2023-09-30T09:09:48.855 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 62 2023-09-30T09:09:48.856 INFO:tasks.rados.rados.0.smithi118.stdout:712: seq_num 232 ranges {0=688128,688128=663552,1351680=139264} 2023-09-30T09:09:48.860 INFO:tasks.rados.rados.0.smithi118.stdout:712: writing smithi118168640-41 from 0 to 688128 tid 1 2023-09-30T09:09:48.864 INFO:tasks.rados.rados.0.smithi118.stdout:712: writing smithi118168640-41 from 688128 to 1351680 tid 2 2023-09-30T09:09:48.865 INFO:tasks.rados.rados.0.smithi118.stdout:712: writing smithi118168640-41 from 1351680 to 1490944 tid 3 2023-09-30T09:09:48.865 INFO:tasks.rados.rados.0.smithi118.stdout:713: copy_from oid 2 from oid 16 current snap is 62 2023-09-30T09:09:48.866 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 319 (ObjNum 85 snap 16 seq_num 85) dirty exists 2023-09-30T09:09:48.866 INFO:tasks.rados.rados.0.smithi118.stdout:709: done (3 left) 2023-09-30T09:09:48.866 INFO:tasks.rados.rados.0.smithi118.stdout:714: read oid 44 snap -1 2023-09-30T09:09:48.866 INFO:tasks.rados.rados.0.smithi118.stdout:714: expect (ObjNum 192 snap 53 seq_num 192) 2023-09-30T09:09:48.866 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 62 2023-09-30T09:09:48.866 INFO:tasks.rados.rados.0.smithi118.stdout:715: seq_num 233 ranges {0=712704,712704=548864,1261568=253952} 2023-09-30T09:09:48.870 INFO:tasks.rados.rados.0.smithi118.stdout:715: writing smithi118168640-45 from 0 to 712704 tid 1 2023-09-30T09:09:48.873 INFO:tasks.rados.rados.0.smithi118.stdout:715: writing smithi118168640-45 from 712704 to 1261568 tid 2 2023-09-30T09:09:48.875 INFO:tasks.rados.rados.0.smithi118.stdout:715: writing smithi118168640-45 from 1261568 to 1515520 tid 3 2023-09-30T09:09:48.875 INFO:tasks.rados.rados.0.smithi118.stdout:716: read oid 27 snap -1 2023-09-30T09:09:48.875 INFO:tasks.rados.rados.0.smithi118.stdout:716: expect (ObjNum 195 snap 54 seq_num 195) 2023-09-30T09:09:48.876 INFO:tasks.rados.rados.0.smithi118.stdout:717: snap_create 2023-09-30T09:09:48.876 INFO:tasks.rados.rados.0.smithi118.stdout:711: expect (ObjNum 230 snap 60 seq_num 230) 2023-09-30T09:09:48.920 INFO:tasks.rados.rados.0.smithi118.stdout:712: finishing write tid 1 to smithi118168640-41 2023-09-30T09:09:48.920 INFO:tasks.rados.rados.0.smithi118.stdout:712: finishing write tid 2 to smithi118168640-41 2023-09-30T09:09:48.920 INFO:tasks.rados.rados.0.smithi118.stdout:712: finishing write tid 3 to smithi118168640-41 2023-09-30T09:09:48.920 INFO:tasks.rados.rados.0.smithi118.stdout:712: finishing write tid 4 to smithi118168640-41 2023-09-30T09:09:48.921 INFO:tasks.rados.rados.0.smithi118.stdout:712: finishing write tid 5 to smithi118168640-41 2023-09-30T09:09:48.921 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 350 (ObjNum 232 snap 62 seq_num 232) dirty exists 2023-09-30T09:09:48.921 INFO:tasks.rados.rados.0.smithi118.stdout:712: left oid 41 (ObjNum 232 snap 62 seq_num 232) 2023-09-30T09:09:48.921 INFO:tasks.rados.rados.0.smithi118.stdout:715: finishing write tid 1 to smithi118168640-45 2023-09-30T09:09:48.921 INFO:tasks.rados.rados.0.smithi118.stdout:714: expect (ObjNum 192 snap 53 seq_num 192) 2023-09-30T09:09:48.945 INFO:tasks.rados.rados.0.smithi118.stdout:716: expect (ObjNum 195 snap 54 seq_num 195) 2023-09-30T09:09:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:48.846+0000 7f85745cf700 -1 mon.b@1(peon).osd e197 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:48.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:48.742+0000 7ff581232200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:09:48.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:48.875+0000 7ff581232200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:48.963 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: [30/Sep/2023:09:09:48] ENGINE Bus STARTING 2023-09-30T09:09:48.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:48.658Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:715: finishing write tid 2 to smithi118168640-45 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:715: finishing write tid 3 to smithi118168640-45 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:715: finishing write tid 4 to smithi118168640-45 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:715: finishing write tid 5 to smithi118168640-45 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 74 (ObjNum 233 snap 62 seq_num 233) dirty exists 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:715: left oid 45 (ObjNum 233 snap 62 seq_num 233) 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:713: finishing copy_from to smithi118168640-2 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 301 (ObjNum 221 snap 58 seq_num 221) dirty exists 2023-09-30T09:09:48.969 INFO:tasks.rados.rados.0.smithi118.stdout:713: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:09:48.988 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.707+0000 7fd7f1a83200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-09-30T09:09:48.988 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.828+0000 7fd7f1a83200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-09-30T09:09:48.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:48] ENGINE Bus STARTING 2023-09-30T09:09:48.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd7504ad700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:48.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd7504ad700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:48.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd7504ad700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:48.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd7504ad700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:48.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd7504ad700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:48.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:48.844+0000 7f9a9287f700 -1 mon.c@2(peon).osd e197 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:49.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd754cb6700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:49.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd754cb6700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:49.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd754cb6700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:49.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd754cb6700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:49.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:48.985+0000 7fd754cb6700 -1 client.0 error registering admin socket command: (17) File exists 2023-09-30T09:09:49.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: CherryPy Checker: 2023-09-30T09:09:49.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: The Application mounted at '' has an empty config. 2023-09-30T09:09:49.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:49.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:49] ENGINE Serving on http://:::9283 2023-09-30T09:09:49.347 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:09:09:49] ENGINE Bus STARTED 2023-09-30T09:09:49.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: osdmap e196: 8 total, 8 up, 8 in 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: failed to encode map e196 with expected crc 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: Active manager daemon y restarted 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: Activating manager daemon y 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: osdmap e197: 8 total, 8 up, 8 in 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: mgrmap e36: y(active, starting, since 0.00570231s), standbys: x 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:09:49.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:09:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: failed to encode map e196 with expected crc 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: failed to encode map e197 with expected crc 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: Manager daemon y is now available 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: Standby manager daemon x restarted 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: Standby manager daemon x started 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:49.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:49.351 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:49.351 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:09:49.351 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:09:49.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: osdmap e196: 8 total, 8 up, 8 in 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: failed to encode map e196 with expected crc 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: Active manager daemon y restarted 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: Activating manager daemon y 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: osdmap e197: 8 total, 8 up, 8 in 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: mgrmap e36: y(active, starting, since 0.00570231s), standbys: x 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:09:49.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:09:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: failed to encode map e196 with expected crc 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: failed to encode map e197 with expected crc 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: Manager daemon y is now available 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: Standby manager daemon x restarted 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: Standby manager daemon x started 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:49.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:49.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:09:49.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:09:49.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: CherryPy Checker: 2023-09-30T09:09:49.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: The Application mounted at '' has an empty config. 2023-09-30T09:09:49.463 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: 2023-09-30T09:09:49.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: [30/Sep/2023:09:09:48] ENGINE Serving on http://:::9283 2023-09-30T09:09:49.464 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 09:09:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x[169452]: [30/Sep/2023:09:09:48] ENGINE Bus STARTED 2023-09-30T09:09:49.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: failed to encode map e195 with expected crc 2023-09-30T09:09:49.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: osdmap e196: 8 total, 8 up, 8 in 2023-09-30T09:09:49.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: failed to encode map e196 with expected crc 2023-09-30T09:09:49.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: Active manager daemon y restarted 2023-09-30T09:09:49.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: Activating manager daemon y 2023-09-30T09:09:49.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: osdmap e197: 8 total, 8 up, 8 in 2023-09-30T09:09:49.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: mgrmap e36: y(active, starting, since 0.00570231s), standbys: x 2023-09-30T09:09:49.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:09:49.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:09:49.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:09:49.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:09:49.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:09:49.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:09:49.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: failed to encode map e196 with expected crc 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: failed to encode map e197 with expected crc 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: Manager daemon y is now available 2023-09-30T09:09:49.468 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: Standby manager daemon x restarted 2023-09-30T09:09:49.469 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: Standby manager daemon x started 2023-09-30T09:09:49.469 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-09-30T09:09:49.469 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-30T09:09:49.469 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-09-30T09:09:49.469 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.? 172.21.15.192:0/2835911993' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-30T09:09:49.469 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:49.470 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:49.470 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:09:49.470 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-09-30T09:09:49.470 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-09-30T09:09:49.854 INFO:tasks.rados.rados.0.smithi118.stdout:711: done (6 left) 2023-09-30T09:09:49.854 INFO:tasks.rados.rados.0.smithi118.stdout:712: done (5 left) 2023-09-30T09:09:49.854 INFO:tasks.rados.rados.0.smithi118.stdout:713: done (4 left) 2023-09-30T09:09:49.855 INFO:tasks.rados.rados.0.smithi118.stdout:714: done (3 left) 2023-09-30T09:09:49.855 INFO:tasks.rados.rados.0.smithi118.stdout:715: done (2 left) 2023-09-30T09:09:49.855 INFO:tasks.rados.rados.0.smithi118.stdout:716: done (1 left) 2023-09-30T09:09:49.855 INFO:tasks.rados.rados.0.smithi118.stdout:717: done (0 left) 2023-09-30T09:09:49.855 INFO:tasks.rados.rados.0.smithi118.stdout:718: setattr oid 5 current snap is 63 2023-09-30T09:09:49.855 INFO:tasks.rados.rados.0.smithi118.stdout:719: snap_create 2023-09-30T09:09:49.870 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 223 (ObjNum 289 snap 0 seq_num 2569890208) dirty exists 2023-09-30T09:09:50.051 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:09:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:09:49] "GET /metrics HTTP/1.1" 200 33305 "" "Prometheus/2.43.0" 2023-09-30T09:09:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:09:49.869+0000 7fd7b44e6700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-09-30T09:09:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:49.845+0000 7f9a9287f700 -1 mon.c@2(peon).osd e198 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:50.106 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:49.846+0000 7f85745cf700 -1 mon.b@1(peon).osd e198 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:50.376 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (58s) - 3m 17.6M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (44s) - 3m 79.4M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (4m) - 4m 16.3M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (4m) - 4m 17.6M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (18s) - 6m 47.7M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (39s) - 8m 474M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (8m) - 8m 102M 2048M 17.2.6-1161-g191c1869 8497a1260037 37449c87c6d0 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (7m) - 7m 78.6M 2048M 17.2.6-1161-g191c1869 8497a1260037 74cd2e6d34fe 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (7m) - 6m 71.1M 2048M 17.2.6-1161-g191c1869 8497a1260037 3bafd4b66f52 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (56s) - 3m 9416k - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:09:50.377 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (43s) - 3m 8988k - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (6m) - 6m 170M 2486M 17.2.6-1161-g191c1869 8497a1260037 7496ad849d71 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (6m) - 6m 177M 2486M 17.2.6-1161-g191c1869 8497a1260037 7aa0bb3bf5ad 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (6m) - 6m 183M 2486M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (5m) - 5m 126M 2486M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (5m) - 5m 219M 2486M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (5m) - 5m 230M 2486M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (4m) - 4m 166M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:09:50.378 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (4m) - 4m 185M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:09:50.379 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (22s) - 3m 36.3M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:09:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: failed to encode map e197 with expected crc 2023-09-30T09:09:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:49] ENGINE Bus STARTING 2023-09-30T09:09:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:49] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:09:50.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:49] ENGINE Serving on http://172.21.15.118:8765 2023-09-30T09:09:50.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: [30/Sep/2023:09:09:49] ENGINE Bus STARTED 2023-09-30T09:09:50.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: osdmap e198: 8 total, 8 up, 8 in 2023-09-30T09:09:50.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: failed to encode map e198 with expected crc 2023-09-30T09:09:50.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: mgrmap e37: y(active, since 1.01628s), standbys: x 2023-09-30T09:09:50.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: pgmap v4: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:50.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-mon[114603]: from='client.25151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: failed to encode map e197 with expected crc 2023-09-30T09:09:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: [30/Sep/2023:09:09:49] ENGINE Bus STARTING 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: [30/Sep/2023:09:09:49] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: [30/Sep/2023:09:09:49] ENGINE Serving on http://172.21.15.118:8765 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: [30/Sep/2023:09:09:49] ENGINE Bus STARTED 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: osdmap e198: 8 total, 8 up, 8 in 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: failed to encode map e198 with expected crc 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: mgrmap e37: y(active, since 1.01628s), standbys: x 2023-09-30T09:09:50.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: pgmap v4: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[182959]: from='client.25151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: failed to encode map e197 with expected crc 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: failed to encode map e196 with expected crc 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:49] ENGINE Bus STARTING 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:49] ENGINE Serving on https://172.21.15.118:7150 2023-09-30T09:09:50.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:49] ENGINE Serving on http://172.21.15.118:8765 2023-09-30T09:09:50.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: [30/Sep/2023:09:09:49] ENGINE Bus STARTED 2023-09-30T09:09:50.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: osdmap e198: 8 total, 8 up, 8 in 2023-09-30T09:09:50.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: failed to encode map e198 with expected crc 2023-09-30T09:09:50.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: mgrmap e37: y(active, since 1.01628s), standbys: x 2023-09-30T09:09:50.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: pgmap v4: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:50.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-mon[123327]: from='client.25151 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:50.805 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:09:50.805 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2, 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:09:50.806 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:09:50.807 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:09:50.807 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:09:50.807 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 12, 2023-09-30T09:09:50.807 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:09:50.807 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:09:50.807 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:09:50.865 INFO:tasks.rados.rados.0.smithi118.stdout:718: done (1 left) 2023-09-30T09:09:50.865 INFO:tasks.rados.rados.0.smithi118.stdout:719: done (0 left) 2023-09-30T09:09:50.865 INFO:tasks.rados.rados.0.smithi118.stdout:720: read oid 2 snap 63 2023-09-30T09:09:50.865 INFO:tasks.rados.rados.0.smithi118.stdout:720: expect (ObjNum 221 snap 58 seq_num 221) 2023-09-30T09:09:50.865 INFO:tasks.rados.rados.0.smithi118.stdout:721: read oid 33 snap -1 2023-09-30T09:09:50.865 INFO:tasks.rados.rados.0.smithi118.stdout:721: expect (ObjNum 84 snap 16 seq_num 84) 2023-09-30T09:09:50.865 INFO:tasks.rados.rados.0.smithi118.stdout:722: rollback oid 14 current snap is 64 2023-09-30T09:09:50.866 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 14 to 63 2023-09-30T09:09:50.866 INFO:tasks.rados.rados.0.smithi118.stdout:723: read oid 45 snap -1 2023-09-30T09:09:50.866 INFO:tasks.rados.rados.0.smithi118.stdout:723: expect (ObjNum 233 snap 62 seq_num 233) 2023-09-30T09:09:50.866 INFO:tasks.rados.rados.0.smithi118.stdout:724: rollback oid 13 current snap is 64 2023-09-30T09:09:50.866 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 13 to 62 2023-09-30T09:09:50.866 INFO:tasks.rados.rados.0.smithi118.stdout:725: delete oid 34 current snap is 64 2023-09-30T09:09:50.875 INFO:tasks.rados.rados.0.smithi118.stdout:724: finishing rollback tid 0 to smithi118168640-13 2023-09-30T09:09:50.875 INFO:tasks.rados.rados.0.smithi118.stdout:724: finishing rollback tid 1 to smithi118168640-13 2023-09-30T09:09:50.877 INFO:tasks.rados.rados.0.smithi118.stdout:724: finishing rollback tid 2 to smithi118168640-13 2023-09-30T09:09:50.877 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 233 (ObjNum 182 snap 50 seq_num 182) dirty exists 2023-09-30T09:09:50.877 INFO:tasks.rados.rados.0.smithi118.stdout:722: finishing rollback tid 0 to smithi118168640-14 2023-09-30T09:09:50.877 INFO:tasks.rados.rados.0.smithi118.stdout:722: finishing rollback tid 1 to smithi118168640-14 2023-09-30T09:09:50.877 INFO:tasks.rados.rados.0.smithi118.stdout:722: finishing rollback tid 2 to smithi118168640-14 2023-09-30T09:09:50.877 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 209 (ObjNum 106 snap 23 seq_num 106) dirty exists 2023-09-30T09:09:50.878 INFO:tasks.rados.rados.0.smithi118.stdout:722: done (5 left) 2023-09-30T09:09:50.878 INFO:tasks.rados.rados.0.smithi118.stdout:724: done (4 left) 2023-09-30T09:09:50.878 INFO:tasks.rados.rados.0.smithi118.stdout:725: done (3 left) 2023-09-30T09:09:50.878 INFO:tasks.rados.rados.0.smithi118.stdout:726: rmattr oid 47 current snap is 64 2023-09-30T09:09:50.878 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 64 2023-09-30T09:09:50.879 INFO:tasks.rados.rados.0.smithi118.stdout:727: seq_num 235 ranges {0=745472,745472=712704,1458176=90112} 2023-09-30T09:09:50.882 INFO:tasks.rados.rados.0.smithi118.stdout:727: writing smithi118168640-4 from 0 to 745472 tid 1 2023-09-30T09:09:50.886 INFO:tasks.rados.rados.0.smithi118.stdout:727: writing smithi118168640-4 from 745472 to 1458176 tid 2 2023-09-30T09:09:50.887 INFO:tasks.rados.rados.0.smithi118.stdout:727: writing smithi118168640-4 from 1458176 to 1548288 tid 3 2023-09-30T09:09:50.887 INFO:tasks.rados.rados.0.smithi118.stdout:728: snap_remove snap 62 2023-09-30T09:09:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:50.858+0000 7f85745cf700 -1 mon.b@1(peon).osd e199 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:51.083 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:50 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:50.856+0000 7f9a9287f700 -1 mon.c@2(peon).osd e199 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: failed to encode map e198 with expected crc 2023-09-30T09:09:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: failed to encode map e198 with expected crc 2023-09-30T09:09:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: from='client.25157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: from='client.? 172.21.15.118:0/2126898307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: pgmap v5: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: osdmap e199: 8 total, 8 up, 8 in 2023-09-30T09:09:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: failed to encode map e199 with expected crc 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[123327]: failed to encode map e199 with expected crc 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: failed to encode map e198 with expected crc 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: failed to encode map e198 with expected crc 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: from='client.25157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/2126898307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: pgmap v5: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: osdmap e199: 8 total, 8 up, 8 in 2023-09-30T09:09:51.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: failed to encode map e199 with expected crc 2023-09-30T09:09:51.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-mon[182959]: failed to encode map e199 with expected crc 2023-09-30T09:09:51.391 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: failed to encode map e198 with expected crc 2023-09-30T09:09:51.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: failed to encode map e198 with expected crc 2023-09-30T09:09:51.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: from='client.25157 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:09:51.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: from='client.? 172.21.15.118:0/2126898307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:51.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: pgmap v5: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:51.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: osdmap e199: 8 total, 8 up, 8 in 2023-09-30T09:09:51.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: failed to encode map e199 with expected crc 2023-09-30T09:09:51.392 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-mon[114603]: failed to encode map e199 with expected crc 2023-09-30T09:09:51.399 INFO:tasks.rados.rados.0.smithi118.stdout:728: done (5 left) 2023-09-30T09:09:51.399 INFO:tasks.rados.rados.0.smithi118.stdout:729: copy_from oid 24 from oid 15 current snap is 64 2023-09-30T09:09:51.399 INFO:tasks.rados.rados.0.smithi118.stdout:721: expect (ObjNum 84 snap 16 seq_num 84) 2023-09-30T09:09:51.468 INFO:tasks.rados.rados.0.smithi118.stdout:723: expect (ObjNum 233 snap 62 seq_num 233) 2023-09-30T09:09:51.506 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 227 (ObjNum 192 snap 53 seq_num 192) dirty exists 2023-09-30T09:09:51.506 INFO:tasks.rados.rados.0.smithi118.stdout:727: finishing write tid 1 to smithi118168640-4 2023-09-30T09:09:51.506 INFO:tasks.rados.rados.0.smithi118.stdout:720: expect (ObjNum 221 snap 58 seq_num 221) 2023-09-30T09:09:51.597 INFO:tasks.rados.rados.0.smithi118.stdout:727: finishing write tid 2 to smithi118168640-4 2023-09-30T09:09:51.597 INFO:tasks.rados.rados.0.smithi118.stdout:727: finishing write tid 3 to smithi118168640-4 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:727: finishing write tid 4 to smithi118168640-4 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:727: finishing write tid 5 to smithi118168640-4 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 325 (ObjNum 235 snap 64 seq_num 235) dirty exists 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:727: left oid 4 (ObjNum 235 snap 64 seq_num 235) 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:729: finishing copy_from to smithi118168640-24 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 195 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:729: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:720: done (5 left) 2023-09-30T09:09:51.598 INFO:tasks.rados.rados.0.smithi118.stdout:721: done (4 left) 2023-09-30T09:09:51.599 INFO:tasks.rados.rados.0.smithi118.stdout:723: done (3 left) 2023-09-30T09:09:51.599 INFO:tasks.rados.rados.0.smithi118.stdout:726: done (2 left) 2023-09-30T09:09:51.599 INFO:tasks.rados.rados.0.smithi118.stdout:727: done (1 left) 2023-09-30T09:09:51.599 INFO:tasks.rados.rados.0.smithi118.stdout:729: done (0 left) 2023-09-30T09:09:51.599 INFO:tasks.rados.rados.0.smithi118.stdout:730: rollback oid 19 current snap is 64 2023-09-30T09:09:51.599 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 63 2023-09-30T09:09:51.599 INFO:tasks.rados.rados.0.smithi118.stdout:731: setattr oid 6 current snap is 64 2023-09-30T09:09:51.600 INFO:tasks.rados.rados.0.smithi118.stdout:732: delete oid 15 current snap is 64 2023-09-30T09:09:51.600 INFO:tasks.rados.rados.0.smithi118.stdout:730: finishing rollback tid 0 to smithi118168640-19 2023-09-30T09:09:51.602 INFO:tasks.rados.rados.0.smithi118.stdout:730: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:09:51.602 INFO:tasks.rados.rados.0.smithi118.stdout:730: finishing rollback tid 2 to smithi118168640-19 2023-09-30T09:09:51.602 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 355 (ObjNum 220 snap 58 seq_num 220) dirty exists 2023-09-30T09:09:51.603 INFO:tasks.rados.rados.0.smithi118.stdout:730: done (2 left) 2023-09-30T09:09:51.603 INFO:tasks.rados.rados.0.smithi118.stdout:732: done (1 left) 2023-09-30T09:09:51.603 INFO:tasks.rados.rados.0.smithi118.stdout:733: snap_create 2023-09-30T09:09:51.604 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 210 (ObjNum 226 snap 59 seq_num 226) dirty exists 2023-09-30T09:09:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:51 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:51.391+0000 7f85745cf700 -1 mon.b@1(peon).osd e200 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:51 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:51.389+0000 7f9a9287f700 -1 mon.c@2(peon).osd e200 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:52.401 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.401 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: failed to encode map e198 with expected crc 2023-09-30T09:09:52.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: failed to encode map e198 with expected crc 2023-09-30T09:09:52.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: mgrmap e38: y(active, since 2s), standbys: x 2023-09-30T09:09:52.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: osdmap e200: 8 total, 8 up, 8 in 2023-09-30T09:09:52.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: failed to encode map e200 with expected crc 2023-09-30T09:09:52.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: failed to encode map e200 with expected crc 2023-09-30T09:09:52.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.404 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: failed to encode map e198 with expected crc 2023-09-30T09:09:52.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: failed to encode map e198 with expected crc 2023-09-30T09:09:52.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: mgrmap e38: y(active, since 2s), standbys: x 2023-09-30T09:09:52.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: osdmap e200: 8 total, 8 up, 8 in 2023-09-30T09:09:52.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: failed to encode map e200 with expected crc 2023-09-30T09:09:52.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: failed to encode map e200 with expected crc 2023-09-30T09:09:52.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.406 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: failed to encode map e199 with expected crc 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: failed to encode map e198 with expected crc 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: failed to encode map e198 with expected crc 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: mgrmap e38: y(active, since 2s), standbys: x 2023-09-30T09:09:52.407 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: osdmap e200: 8 total, 8 up, 8 in 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: failed to encode map e200 with expected crc 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: failed to encode map e200 with expected crc 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:52.408 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:52 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:52.399+0000 7f9a9287f700 -1 mon.c@2(peon).osd e201 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:52.408 INFO:tasks.rados.rados.0.smithi118.stdout:731: done (1 left) 2023-09-30T09:09:52.408 INFO:tasks.rados.rados.0.smithi118.stdout:733: done (0 left) 2023-09-30T09:09:52.409 INFO:tasks.rados.rados.0.smithi118.stdout:734: delete oid 9 current snap is 65 2023-09-30T09:09:52.412 INFO:tasks.rados.rados.0.smithi118.stdout:734: done (0 left) 2023-09-30T09:09:52.412 INFO:tasks.rados.rados.0.smithi118.stdout:735: snap_create 2023-09-30T09:09:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:52.399+0000 7f85745cf700 -1 mon.b@1(peon).osd e201 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:53.420 INFO:tasks.rados.rados.0.smithi118.stdout:735: done (0 left) 2023-09-30T09:09:53.420 INFO:tasks.rados.rados.0.smithi118.stdout:736: rmattr oid 13 current snap is 66 2023-09-30T09:09:53.421 INFO:tasks.rados.rados.0.smithi118.stdout:737: snap_create 2023-09-30T09:09:53.427 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 237 (ObjNum 182 snap 50 seq_num 182) dirty exists 2023-09-30T09:09:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: failed to encode map e200 with expected crc 2023-09-30T09:09:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: osdmap e201: 8 total, 8 up, 8 in 2023-09-30T09:09:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.454 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.455 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-mon[114603]: pgmap v9: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:53.455 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:53 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:53.408+0000 7f85745cf700 -1 mon.b@1(peon).osd e202 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: failed to encode map e200 with expected crc 2023-09-30T09:09:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: osdmap e201: 8 total, 8 up, 8 in 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[182959]: pgmap v9: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: failed to encode map e200 with expected crc 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: osdmap e201: 8 total, 8 up, 8 in 2023-09-30T09:09:53.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: failed to encode map e201 with expected crc 2023-09-30T09:09:53.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-mon[123327]: pgmap v9: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:53.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:53 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:53.406+0000 7f9a9287f700 -1 mon.c@2(peon).osd e202 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:54.420 INFO:tasks.rados.rados.0.smithi118.stdout:736: done (1 left) 2023-09-30T09:09:54.420 INFO:tasks.rados.rados.0.smithi118.stdout:737: done (0 left) 2023-09-30T09:09:54.421 INFO:tasks.rados.rados.0.smithi118.stdout:738: copy_from oid 43 from oid 39 current snap is 67 2023-09-30T09:09:54.421 INFO:tasks.rados.rados.0.smithi118.stdout:739: delete oid 49 current snap is 67 2023-09-30T09:09:54.429 INFO:tasks.rados.rados.0.smithi118.stdout:739: done (1 left) 2023-09-30T09:09:54.429 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 67 2023-09-30T09:09:54.429 INFO:tasks.rados.rados.0.smithi118.stdout:740: seq_num 239 ranges {3088384=409600,3497984=704512,4202496=499712} 2023-09-30T09:09:54.448 INFO:tasks.rados.rados.0.smithi118.stdout:740: writing smithi118168640-23 from 3088384 to 3497984 tid 1 2023-09-30T09:09:54.452 INFO:tasks.rados.rados.0.smithi118.stdout:740: writing smithi118168640-23 from 3497984 to 4202496 tid 2 2023-09-30T09:09:54.455 INFO:tasks.rados.rados.0.smithi118.stdout:740: writing smithi118168640-23 from 4202496 to 4702208 tid 3 2023-09-30T09:09:54.455 INFO:tasks.rados.rados.0.smithi118.stdout:741: rollback oid 3 current snap is 67 2023-09-30T09:09:54.455 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 64 2023-09-30T09:09:54.455 INFO:tasks.rados.rados.0.smithi118.stdout:738: finishing copy_from to smithi118168640-43 2023-09-30T09:09:54.455 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 122 (ObjNum 174 snap 49 seq_num 174) dirty exists 2023-09-30T09:09:54.455 INFO:tasks.rados.rados.0.smithi118.stdout:742: snap_create 2023-09-30T09:09:54.455 INFO:tasks.rados.rados.0.smithi118.stdout:738: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:09:54.456 INFO:tasks.rados.rados.0.smithi118.stdout:740: finishing write tid 1 to smithi118168640-23 2023-09-30T09:09:54.456 INFO:tasks.rados.rados.0.smithi118.stdout:740: finishing write tid 2 to smithi118168640-23 2023-09-30T09:09:54.457 INFO:tasks.rados.rados.0.smithi118.stdout:740: finishing write tid 3 to smithi118168640-23 2023-09-30T09:09:54.457 INFO:tasks.rados.rados.0.smithi118.stdout:741: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:09:54.458 INFO:tasks.rados.rados.0.smithi118.stdout:740: finishing write tid 4 to smithi118168640-23 2023-09-30T09:09:54.458 INFO:tasks.rados.rados.0.smithi118.stdout:741: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:09:54.458 INFO:tasks.rados.rados.0.smithi118.stdout:741: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:09:54.458 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 216 (ObjNum 199 snap 55 seq_num 199) dirty exists 2023-09-30T09:09:54.459 INFO:tasks.rados.rados.0.smithi118.stdout:740: finishing write tid 5 to smithi118168640-23 2023-09-30T09:09:54.459 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 215 (ObjNum 239 snap 67 seq_num 239) dirty exists 2023-09-30T09:09:54.459 INFO:tasks.rados.rados.0.smithi118.stdout:740: left oid 23 (ObjNum 239 snap 67 seq_num 239) 2023-09-30T09:09:54.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:54 smithi192 ceph-mon[114603]: mgrmap e39: y(active, since 4s), standbys: x 2023-09-30T09:09:54.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:54 smithi192 ceph-mon[114603]: osdmap e202: 8 total, 8 up, 8 in 2023-09-30T09:09:54.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:54 smithi192 ceph-mon[114603]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:54 smithi192 ceph-mon[114603]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:54 smithi192 ceph-mon[114603]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.691 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:54.415+0000 7f85745cf700 -1 mon.b@1(peon).osd e203 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[182959]: mgrmap e39: y(active, since 4s), standbys: x 2023-09-30T09:09:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[182959]: osdmap e202: 8 total, 8 up, 8 in 2023-09-30T09:09:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[182959]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[182959]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[182959]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[123327]: mgrmap e39: y(active, since 4s), standbys: x 2023-09-30T09:09:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[123327]: osdmap e202: 8 total, 8 up, 8 in 2023-09-30T09:09:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[123327]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[123327]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-mon[123327]: failed to encode map e202 with expected crc 2023-09-30T09:09:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:54.412+0000 7f9a9287f700 -1 mon.c@2(peon).osd e203 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:55.428 INFO:tasks.rados.rados.0.smithi118.stdout:738: done (3 left) 2023-09-30T09:09:55.496 INFO:tasks.rados.rados.0.smithi118.stdout:740: done (2 left) 2023-09-30T09:09:55.496 INFO:tasks.rados.rados.0.smithi118.stdout:741: done (1 left) 2023-09-30T09:09:55.497 INFO:tasks.rados.rados.0.smithi118.stdout:742: done (0 left) 2023-09-30T09:09:55.497 INFO:tasks.rados.rados.0.smithi118.stdout:743: read oid 42 snap -1 2023-09-30T09:09:55.497 INFO:tasks.rados.rados.0.smithi118.stdout:743: expect (ObjNum 186 snap 51 seq_num 186) 2023-09-30T09:09:55.497 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 68 2023-09-30T09:09:55.497 INFO:tasks.rados.rados.0.smithi118.stdout:744: seq_num 240 ranges {5259264=425984,5685248=589824,6275072=483328,6758400=131072} 2023-09-30T09:09:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:744: writing smithi118168640-29 from 5259264 to 5685248 tid 1 2023-09-30T09:09:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:744: writing smithi118168640-29 from 5685248 to 6275072 tid 2 2023-09-30T09:09:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:744: writing smithi118168640-29 from 6275072 to 6758400 tid 3 2023-09-30T09:09:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:744: writing smithi118168640-29 from 6758400 to 6889472 tid 4 2023-09-30T09:09:55.500 INFO:tasks.rados.rados.0.smithi118.stdout:745: delete oid 3 current snap is 68 2023-09-30T09:09:55.500 INFO:tasks.rados.rados.0.smithi118.stdout:743: expect (ObjNum 186 snap 51 seq_num 186) 2023-09-30T09:09:55.519 INFO:tasks.rados.rados.0.smithi118.stdout:744: finishing write tid 1 to smithi118168640-29 2023-09-30T09:09:55.519 INFO:tasks.rados.rados.0.smithi118.stdout:744: finishing write tid 2 to smithi118168640-29 2023-09-30T09:09:55.519 INFO:tasks.rados.rados.0.smithi118.stdout:743: done (2 left) 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:745: done (1 left) 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:746: snap_create 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:744: finishing write tid 3 to smithi118168640-29 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:744: finishing write tid 4 to smithi118168640-29 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:744: finishing write tid 5 to smithi118168640-29 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:744: finishing write tid 6 to smithi118168640-29 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 243 (ObjNum 240 snap 68 seq_num 240) dirty exists 2023-09-30T09:09:55.520 INFO:tasks.rados.rados.0.smithi118.stdout:744: left oid 29 (ObjNum 240 snap 68 seq_num 240) 2023-09-30T09:09:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: osdmap e203: 8 total, 8 up, 8 in 2023-09-30T09:09:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: pgmap v12: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:55.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:55.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:55 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:55.421+0000 7f85745cf700 -1 mon.b@1(peon).osd e204 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: osdmap e203: 8 total, 8 up, 8 in 2023-09-30T09:09:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: pgmap v12: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[182959]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: osdmap e203: 8 total, 8 up, 8 in 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: failed to encode map e203 with expected crc 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.conf 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.conf 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: pgmap v12: 121 pgs: 121 active+clean; 93 MiB data, 505 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-30T09:09:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:55 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:55.418+0000 7f9a9287f700 -1 mon.c@2(peon).osd e204 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:56.437 INFO:tasks.rados.rados.0.smithi118.stdout:744: done (1 left) 2023-09-30T09:09:56.437 INFO:tasks.rados.rados.0.smithi118.stdout:746: done (0 left) 2023-09-30T09:09:56.437 INFO:tasks.rados.rados.0.smithi118.stdout:747: snap_create 2023-09-30T09:09:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: osdmap e204: 8 total, 8 up, 8 in 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[182959]: Upgrade: It appears safe to stop mon.c 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: osdmap e204: 8 total, 8 up, 8 in 2023-09-30T09:09:56.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:56.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:09:56.600 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-09-30T09:09:56.600 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-mon[123327]: Upgrade: It appears safe to stop mon.c 2023-09-30T09:09:56.600 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:56 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:56.425+0000 7f9a9287f700 -1 mon.c@2(peon).osd e205 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-09-30T09:09:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: osdmap e204: 8 total, 8 up, 8 in 2023-09-30T09:09:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: failed to encode map e204 with expected crc 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: Updating smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: Updating smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-09-30T09:09:56.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-mon[114603]: Upgrade: It appears safe to stop mon.c 2023-09-30T09:09:56.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:56.427+0000 7f85745cf700 -1 mon.b@1(peon).osd e205 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:57.439 INFO:tasks.rados.rados.0.smithi118.stdout:747: done (0 left) 2023-09-30T09:09:57.439 INFO:tasks.rados.rados.0.smithi118.stdout:748: copy_from oid 48 from oid 1 current snap is 70 2023-09-30T09:09:57.439 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 70 2023-09-30T09:09:57.439 INFO:tasks.rados.rados.0.smithi118.stdout:749: seq_num 242 ranges {1490944=458752,1949696=753664,2703360=450560} 2023-09-30T09:09:57.449 INFO:tasks.rados.rados.0.smithi118.stdout:749: writing smithi118168640-41 from 1490944 to 1949696 tid 1 2023-09-30T09:09:57.454 INFO:tasks.rados.rados.0.smithi118.stdout:749: writing smithi118168640-41 from 1949696 to 2703360 tid 2 2023-09-30T09:09:57.457 INFO:tasks.rados.rados.0.smithi118.stdout:749: writing smithi118168640-41 from 2703360 to 3153920 tid 3 2023-09-30T09:09:57.457 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 70 2023-09-30T09:09:57.457 INFO:tasks.rados.rados.0.smithi118.stdout:750: seq_num 243 ranges {0=475136,475136=638976,1114112=565248} 2023-09-30T09:09:57.459 INFO:tasks.rados.rados.0.smithi118.stdout:750: writing smithi118168640-25 from 0 to 475136 tid 1 2023-09-30T09:09:57.463 INFO:tasks.rados.rados.0.smithi118.stdout:750: writing smithi118168640-25 from 475136 to 1114112 tid 2 2023-09-30T09:09:57.466 INFO:tasks.rados.rados.0.smithi118.stdout:750: writing smithi118168640-25 from 1114112 to 1679360 tid 3 2023-09-30T09:09:57.466 INFO:tasks.rados.rados.0.smithi118.stdout:751: rmattr oid 32 current snap is 70 2023-09-30T09:09:57.466 INFO:tasks.rados.rados.0.smithi118.stdout:751: done (3 left) 2023-09-30T09:09:57.467 INFO:tasks.rados.rados.0.smithi118.stdout:752: read oid 36 snap -1 2023-09-30T09:09:57.467 INFO:tasks.rados.rados.0.smithi118.stdout:752: expect (ObjNum 223 snap 58 seq_num 223) 2023-09-30T09:09:57.467 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 70 2023-09-30T09:09:57.467 INFO:tasks.rados.rados.0.smithi118.stdout:750: finishing write tid 1 to smithi118168640-25 2023-09-30T09:09:57.467 INFO:tasks.rados.rados.0.smithi118.stdout:753: seq_num 244 ranges {1466368=491520,1957888=573440,2531328=458752,2990080=172032} 2023-09-30T09:09:57.477 INFO:tasks.rados.rados.0.smithi118.stdout:753: writing smithi118168640-28 from 1466368 to 1957888 tid 1 2023-09-30T09:09:57.481 INFO:tasks.rados.rados.0.smithi118.stdout:753: writing smithi118168640-28 from 1957888 to 2531328 tid 2 2023-09-30T09:09:57.484 INFO:tasks.rados.rados.0.smithi118.stdout:753: writing smithi118168640-28 from 2531328 to 2990080 tid 3 2023-09-30T09:09:57.486 INFO:tasks.rados.rados.0.smithi118.stdout:753: writing smithi118168640-28 from 2990080 to 3162112 tid 4 2023-09-30T09:09:57.486 INFO:tasks.rados.rados.0.smithi118.stdout:754: copy_from oid 49 from oid 44 current snap is 70 2023-09-30T09:09:57.486 INFO:tasks.rados.rados.0.smithi118.stdout:750: finishing write tid 2 to smithi118168640-25 2023-09-30T09:09:57.486 INFO:tasks.rados.rados.0.smithi118.stdout:750: finishing write tid 3 to smithi118168640-25 2023-09-30T09:09:57.486 INFO:tasks.rados.rados.0.smithi118.stdout:750: finishing write tid 4 to smithi118168640-25 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:750: finishing write tid 5 to smithi118168640-25 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 180 (ObjNum 243 snap 70 seq_num 243) dirty exists 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:750: left oid 25 (ObjNum 243 snap 70 seq_num 243) 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:749: finishing write tid 1 to smithi118168640-41 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:749: finishing write tid 2 to smithi118168640-41 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:749: finishing write tid 3 to smithi118168640-41 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:749: finishing write tid 4 to smithi118168640-41 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:749: finishing write tid 5 to smithi118168640-41 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 360 (ObjNum 242 snap 70 seq_num 242) dirty exists 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:749: left oid 41 (ObjNum 242 snap 70 seq_num 242) 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:749: done (5 left) 2023-09-30T09:09:57.487 INFO:tasks.rados.rados.0.smithi118.stdout:750: done (4 left) 2023-09-30T09:09:57.488 INFO:tasks.rados.rados.0.smithi118.stdout:755: snap_create 2023-09-30T09:09:57.488 INFO:tasks.rados.rados.0.smithi118.stdout:748: finishing copy_from to smithi118168640-48 2023-09-30T09:09:57.488 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 116 (ObjNum 125 snap 31 seq_num 125) dirty exists 2023-09-30T09:09:57.488 INFO:tasks.rados.rados.0.smithi118.stdout:748: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:09:57.488 INFO:tasks.rados.rados.0.smithi118.stdout:752: expect (ObjNum 223 snap 58 seq_num 223) 2023-09-30T09:09:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: osdmap e205: 8 total, 8 up, 8 in 2023-09-30T09:09:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: failed to encode map e205 with expected crc 2023-09-30T09:09:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: failed to encode map e205 with expected crc 2023-09-30T09:09:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: pgmap v15: 121 pgs: 121 active+clean; 100 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 51 op/s 2023-09-30T09:09:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: Upgrade: Updating mon.c 2023-09-30T09:09:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:57.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:09:57.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:09:57.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:57.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[182959]: Deploying daemon mon.c on smithi118 2023-09-30T09:09:57.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:57.429+0000 7f9a9287f700 -1 mon.c@2(peon).osd e206 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:57.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: osdmap e205: 8 total, 8 up, 8 in 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: failed to encode map e205 with expected crc 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: failed to encode map e205 with expected crc 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: pgmap v15: 121 pgs: 121 active+clean; 100 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 51 op/s 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: Upgrade: Updating mon.c 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:57.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 ceph-mon[123327]: Deploying daemon mon.c on smithi118 2023-09-30T09:09:57.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:09:57.432+0000 7f85745cf700 -1 mon.b@1(peon).osd e206 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:09:57.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: osdmap e205: 8 total, 8 up, 8 in 2023-09-30T09:09:57.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: failed to encode map e205 with expected crc 2023-09-30T09:09:57.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: failed to encode map e205 with expected crc 2023-09-30T09:09:57.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: pgmap v15: 121 pgs: 121 active+clean; 100 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.8 MiB/s wr, 51 op/s 2023-09-30T09:09:57.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: Upgrade: Updating mon.c 2023-09-30T09:09:57.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:09:57.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:09:57.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:09:57.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:09:57.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:57 smithi192 ceph-mon[114603]: Deploying daemon mon.c on smithi118 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:753: finishing write tid 1 to smithi118168640-28 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:753: finishing write tid 2 to smithi118168640-28 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:753: finishing write tid 3 to smithi118168640-28 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:753: finishing write tid 4 to smithi118168640-28 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:753: finishing write tid 5 to smithi118168640-28 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:753: finishing write tid 6 to smithi118168640-28 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 214 (ObjNum 244 snap 70 seq_num 244) dirty exists 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:753: left oid 28 (ObjNum 244 snap 70 seq_num 244) 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:754: finishing copy_from to smithi118168640-49 2023-09-30T09:09:57.780 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 185 (ObjNum 192 snap 53 seq_num 192) dirty exists 2023-09-30T09:09:57.781 INFO:tasks.rados.rados.0.smithi118.stdout:754: finishing copy_from racing read to smithi118168640-49 2023-09-30T09:09:58.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:57 smithi118 systemd[1]: Stopping Ceph mon.c for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:58.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:58.051+0000 7f9a9808a700 -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 2023-09-30T09:09:58.284 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[123323]: 2023-09-30T09:09:58.051+0000 7f9a9808a700 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2023-09-30T09:09:58.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 bash[185355]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c 2023-09-30T09:09:58.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.c.service: Succeeded. 2023-09-30T09:09:58.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 systemd[1]: Stopped Ceph mon.c for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:58.958 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 systemd[1]: Starting Ceph mon.c for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:09:58.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:09:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:09:58.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:09:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[182959]: osdmap e206: 8 total, 8 up, 8 in 2023-09-30T09:09:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[182959]: failed to encode map e205 with expected crc 2023-09-30T09:09:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[182959]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[182959]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[182959]: failed to encode map e205 with expected crc 2023-09-30T09:09:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[182959]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 bash[185497]: ae91af971ef290ffe3489ab256b363e953eed986ae7b1bd9d9c0a38425a1747c 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev), process ceph-mon, pid 2 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: pidfile_write: ignore empty --pid-file 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 systemd[1]: Started Ceph mon.c for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: load: jerasure load: lrc 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: RocksDB version: 7.9.2 2023-09-30T09:09:59.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Git sha 0 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Compile date 2023-09-29 16:35:50 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: DB SUMMARY 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: DB Session ID: 7FJN0QLP3GU2LUAFYZP5 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: CURRENT file: CURRENT 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: MANIFEST file: MANIFEST-000009 size: 905 Bytes 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000024.sst 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000022.log size: 2513903 ; 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.error_if_exists: 0 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.create_if_missing: 0 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.paranoid_checks: 1 2023-09-30T09:09:59.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.env: 0x564e81de3da0 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.fs: PosixFileSystem 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.info_log: 0x564e83dbb5a0 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.statistics: (nil) 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.use_fsync: 0 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_log_file_size: 0 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T09:09:59.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.allow_fallocate: 1 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.use_direct_reads: 0 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.db_log_dir: 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.wal_dir: 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T09:09:59.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.write_buffer_manager: 0x564e83d72fa0 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T09:09:59.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.unordered_write: 0 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T09:09:59.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.row_cache: None 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.wal_filter: None 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.two_write_queues: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.wal_compression: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.atomic_flush: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T09:09:59.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.log_readahead_size: 0 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_background_jobs: 2 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_background_compactions: -1 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_subcompactions: 1 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T09:09:59.355 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_open_files: -1 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T09:09:59.356 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_background_flushes: -1 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Compression algorithms supported: 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kZSTD supported: 0 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kXpressCompression supported: 0 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kZlibCompression supported: 1 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kSnappyCompression supported: 1 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kLZ4Compression supported: 1 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: kBZip2Compression supported: 0 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T09:09:59.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.merge_operator: 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_filter: None 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T09:09:59.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564e83dbb6a0) 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: cache_index_and_filter_blocks: 1 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: pin_top_level_index_and_filter: 1 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: index_type: 0 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: data_block_index_type: 0 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: index_shortening: 1 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T09:09:59.359 INFO:journalctl@ceph.mon.c.smithi118.stdout: checksum: 4 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: no_block_cache: 0 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache: 0x564e83e111f0 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache_name: BinnedLRUCache 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache_options: 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: capacity : 536870912 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: num_shard_bits : 4 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: strict_capacity_limit : 0 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: high_pri_pool_ratio: 0.000 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_cache_compressed: (nil) 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: persistent_cache: (nil) 2023-09-30T09:09:59.360 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_size: 4096 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_size_deviation: 10 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_restart_interval: 16 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: index_block_restart_interval: 1 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: metadata_block_size: 4096 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: partition_filters: 0 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: use_delta_encoding: 1 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: filter_policy: bloomfilter 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: whole_key_filtering: 1 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: verify_compression: 0 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: read_amp_bytes_per_bit: 0 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: format_version: 5 2023-09-30T09:09:59.361 INFO:journalctl@ceph.mon.c.smithi118.stdout: enable_index_compression: 1 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout: block_align: 0 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout: max_auto_readahead_size: 262144 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout: prepopulate_block_cache: 0 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout: initial_auto_readahead_size: 8192 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout: num_file_reads_for_auto_readahead: 2 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression: NoCompression 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T09:09:59.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.num_levels: 7 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T09:09:59.363 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T09:09:59.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T09:09:59.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.arena_block_size: 1048576 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T09:09:59.366 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.table_properties_collectors: 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.inplace_update_support: 0 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T09:09:59.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.bloom_locality: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.max_successive_merges: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.ttl: 2592000 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.enable_blob_files: false 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.min_blob_size: 0 2023-09-30T09:09:59.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.blob_file_starting_level: 0 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 24.sst 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 26, last_sequence is 13702, log_number is 22,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 22 2023-09-30T09:09:59.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b7fee64c-e2af-4756-abd1-6b8064eaa9d8 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064998966329, "job": 1, "event": "recovery_started", "wal_files": [22]} 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #22 mode 2 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064998972789, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 27, "file_size": 1611384, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 13707, "largest_seqno": 14272, "table_properties": {"data_size": 1607671, "index_size": 1931, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 773, "raw_key_size": 7227, "raw_average_key_size": 25, "raw_value_size": 1601343, "raw_average_value_size": 5638, "num_data_blocks": 85, "num_entries": 284, "num_filter_entries": 284, "num_deletions": 6, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1696064998, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b7fee64c-e2af-4756-abd1-6b8064eaa9d8", "db_session_id": "7FJN0QLP3GU2LUAFYZP5", "orig_file_number": 27, "seqno_to_time_mapping": "N/A"}} 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696064998972876, "job": 1, "event": "recovery_finished"} 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/version_set.cc:5047] Creating manifest 29 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000022.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564e83eae000 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: DB pointer 0x564e83e9a000 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-30T09:09:59.370 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** DB Stats ** 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.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) 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: L0 1/0 1.54 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-09-30T09:09:59.371 INFO:journalctl@ceph.mon.c.smithi118.stdout: L6 1/0 9.67 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 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: Sum 2/0 11.21 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.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 521.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** Compaction Stats [default] ** 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.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) 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.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 521.6 0.00 0.00 1 0.003 0 0 0.0 0.0 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:09:59.372 INFO:journalctl@ceph.mon.c.smithi118.stdout: Flush(GB): cumulative 0.002, interval 0.002 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: Cumulative compaction: 0.00 GB write, 172.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: Interval compaction: 0.00 GB write, 172.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.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 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: Block cache BinnedLRUCache@0x564e83e111f0#2 capacity: 512.00 MB usage: 2.98 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.91 KB,0.000172853%) IndexBlock(1,2.08 KB,0.000396371%) Misc(1,0.00 KB,0%) 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T09:09:59.373 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: starting mon.c rank 2 at public addrs [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] at bind addrs [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???) e3 preinit fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???).mds e8 new map 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???).mds e8 print_map 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: e8 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.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} 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: legacy client fscid: 1 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: Filesystem 'cephfs' (1) 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: fs_name cephfs 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: epoch 8 2023-09-30T09:09:59.374 INFO:journalctl@ceph.mon.c.smithi118.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: created 2023-09-30T09:05:34.599176+0000 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: modified 2023-09-30T09:05:37.611371+0000 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: tableserver 0 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: root 0 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: session_timeout 60 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: session_autoclose 300 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: max_file_size 1099511627776 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: max_xattr_size 65536 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: required_client_features {} 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: last_failure 0 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.stdout: last_failure_osd_epoch 0 2023-09-30T09:09:59.375 INFO:journalctl@ceph.mon.c.smithi118.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} 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: max_mds 1 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: in 0 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: up {0=24349} 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: failed 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: damaged 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: stopped 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: data_pools [3] 2023-09-30T09:09:59.376 INFO:journalctl@ceph.mon.c.smithi118.stdout: metadata_pool 2 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: inline_data disabled 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: balancer 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: bal_rank_mask -1 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: standby_count_wanted 0 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: [mds.b{0:24349} state up:active seq 3 addr [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] compat {c=[1],r=[1],i=[7ff]}] 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: Standby daemons: 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout: [mds.a{-1:14445} state up:standby seq 1 addr [v2:172.21.15.118:6834/3635796439,v1:172.21.15.118:6835/3635796439] compat {c=[1],r=[1],i=[7ff]}] 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???).osd e206 crush map has features 3314933069573799936, adjusting msgr requires 2023-09-30T09:09:59.377 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???).osd e206 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???).osd e206 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???).osd e206 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: mon.c@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expand map: {default=false} 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta from 'false' to 'false' 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expanded map: {default=false} 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expand map: {default=info} 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta from 'info' to 'info' 2023-09-30T09:09:59.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expanded map: {default=info} 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expand map: {default=daemon} 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expand map: {default=debug} 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:58 smithi118 ceph-mon[185516]: expand_channel_meta expanded map: {default=debug} 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[185516]: osdmap e206: 8 total, 8 up, 8 in 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[185516]: failed to encode map e205 with expected crc 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[185516]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[185516]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[185516]: failed to encode map e205 with expected crc 2023-09-30T09:09:59.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-mon[185516]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:59 smithi192 ceph-mon[114603]: osdmap e206: 8 total, 8 up, 8 in 2023-09-30T09:09:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:59 smithi192 ceph-mon[114603]: failed to encode map e205 with expected crc 2023-09-30T09:09:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:59 smithi192 ceph-mon[114603]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:59 smithi192 ceph-mon[114603]: failed to encode map e206 with expected crc 2023-09-30T09:09:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:59 smithi192 ceph-mon[114603]: failed to encode map e205 with expected crc 2023-09-30T09:09:59.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:09:59 smithi192 ceph-mon[114603]: failed to encode map e206 with expected crc 2023-09-30T09:10:00.036 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:09:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:09:59] "GET /metrics HTTP/1.1" 200 33305 "" "Prometheus/2.43.0" 2023-09-30T09:10:00.058 INFO:tasks.rados.rados.0.smithi118.stdout:748: done (4 left) 2023-09-30T09:10:00.058 INFO:tasks.rados.rados.0.smithi118.stdout:752: done (3 left) 2023-09-30T09:10:00.058 INFO:tasks.rados.rados.0.smithi118.stdout:753: done (2 left) 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:754: done (1 left) 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:755: done (0 left) 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:756: rollback oid 46 current snap is 71 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 46 to 70 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:757: copy_from oid 35 from oid 11 current snap is 71 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:758: read oid 30 snap -1 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:758: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 71 2023-09-30T09:10:00.059 INFO:tasks.rados.rados.0.smithi118.stdout:759: seq_num 245 ranges {3153920=507904,3661824=458752,4120576=671744,4792320=73728} 2023-09-30T09:10:00.078 INFO:tasks.rados.rados.0.smithi118.stdout:759: writing smithi118168640-41 from 3153920 to 3661824 tid 1 2023-09-30T09:10:00.081 INFO:tasks.rados.rados.0.smithi118.stdout:759: writing smithi118168640-41 from 3661824 to 4120576 tid 2 2023-09-30T09:10:00.085 INFO:tasks.rados.rados.0.smithi118.stdout:759: writing smithi118168640-41 from 4120576 to 4792320 tid 3 2023-09-30T09:10:00.085 INFO:tasks.rados.rados.0.smithi118.stdout:759: writing smithi118168640-41 from 4792320 to 4866048 tid 4 2023-09-30T09:10:00.085 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 71 2023-09-30T09:10:00.085 INFO:tasks.rados.rados.0.smithi118.stdout:760: seq_num 246 ranges {5799936=524288,6324224=745472,7069696=425984,7495680=32768} 2023-09-30T09:10:00.120 INFO:tasks.rados.rados.0.smithi118.stdout:760: writing smithi118168640-48 from 5799936 to 6324224 tid 1 2023-09-30T09:10:00.124 INFO:tasks.rados.rados.0.smithi118.stdout:760: writing smithi118168640-48 from 6324224 to 7069696 tid 2 2023-09-30T09:10:00.126 INFO:tasks.rados.rados.0.smithi118.stdout:760: writing smithi118168640-48 from 7069696 to 7495680 tid 3 2023-09-30T09:10:00.127 INFO:tasks.rados.rados.0.smithi118.stdout:760: writing smithi118168640-48 from 7495680 to 7528448 tid 4 2023-09-30T09:10:00.127 INFO:tasks.rados.rados.0.smithi118.stdout:761: read oid 5 snap -1 2023-09-30T09:10:00.127 INFO:tasks.rados.rados.0.smithi118.stdout:761: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:10:00.127 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 71 2023-09-30T09:10:00.127 INFO:tasks.rados.rados.0.smithi118.stdout:756: finishing rollback tid 0 to smithi118168640-46 2023-09-30T09:10:00.128 INFO:tasks.rados.rados.0.smithi118.stdout:756: finishing rollback tid 1 to smithi118168640-46 2023-09-30T09:10:00.128 INFO:tasks.rados.rados.0.smithi118.stdout:758: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:10:00.143 INFO:tasks.rados.rados.0.smithi118.stdout:756: finishing rollback tid 2 to smithi118168640-46 2023-09-30T09:10:00.143 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 223 (ObjNum 228 snap 60 seq_num 228) dirty exists 2023-09-30T09:10:00.143 INFO:tasks.rados.rados.0.smithi118.stdout:762: seq_num 247 ranges {589824=540672,1130496=622592,1753088=581632} 2023-09-30T09:10:00.149 INFO:tasks.rados.rados.0.smithi118.stdout:762: writing smithi118168640-12 from 589824 to 1130496 tid 1 2023-09-30T09:10:00.153 INFO:tasks.rados.rados.0.smithi118.stdout:762: writing smithi118168640-12 from 1130496 to 1753088 tid 2 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:762: writing smithi118168640-12 from 1753088 to 2334720 tid 3 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:756: done (6 left) 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:758: done (5 left) 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 71 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:759: finishing write tid 1 to smithi118168640-41 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:757: finishing copy_from to smithi118168640-35 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 211 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:757: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:10:00.157 INFO:tasks.rados.rados.0.smithi118.stdout:759: finishing write tid 2 to smithi118168640-41 2023-09-30T09:10:00.158 INFO:tasks.rados.rados.0.smithi118.stdout:759: finishing write tid 3 to smithi118168640-41 2023-09-30T09:10:00.158 INFO:tasks.rados.rados.0.smithi118.stdout:763: seq_num 248 ranges {1998848=557056,2555904=507904,3063808=442368,3506176=253952} 2023-09-30T09:10:00.170 INFO:tasks.rados.rados.0.smithi118.stdout:763: writing smithi118168640-8 from 1998848 to 2555904 tid 1 2023-09-30T09:10:00.173 INFO:tasks.rados.rados.0.smithi118.stdout:763: writing smithi118168640-8 from 2555904 to 3063808 tid 2 2023-09-30T09:10:00.176 INFO:tasks.rados.rados.0.smithi118.stdout:763: writing smithi118168640-8 from 3063808 to 3506176 tid 3 2023-09-30T09:10:00.178 INFO:tasks.rados.rados.0.smithi118.stdout:763: writing smithi118168640-8 from 3506176 to 3760128 tid 4 2023-09-30T09:10:00.178 INFO:tasks.rados.rados.0.smithi118.stdout:757: done (5 left) 2023-09-30T09:10:00.178 INFO:tasks.rados.rados.0.smithi118.stdout:764: read oid 37 snap -1 2023-09-30T09:10:00.178 INFO:tasks.rados.rados.0.smithi118.stdout:764: expect deleted 2023-09-30T09:10:00.178 INFO:tasks.rados.rados.0.smithi118.stdout:765: copy_from oid 36 from oid 20 current snap is 71 2023-09-30T09:10:00.179 INFO:tasks.rados.rados.0.smithi118.stdout:759: finishing write tid 4 to smithi118168640-41 2023-09-30T09:10:00.179 INFO:tasks.rados.rados.0.smithi118.stdout:759: finishing write tid 5 to smithi118168640-41 2023-09-30T09:10:00.179 INFO:tasks.rados.rados.0.smithi118.stdout:759: finishing write tid 6 to smithi118168640-41 2023-09-30T09:10:00.179 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 368 (ObjNum 245 snap 71 seq_num 245) dirty exists 2023-09-30T09:10:00.179 INFO:tasks.rados.rados.0.smithi118.stdout:759: left oid 41 (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:10:00.179 INFO:tasks.rados.rados.0.smithi118.stdout:760: finishing write tid 1 to smithi118168640-48 2023-09-30T09:10:00.179 INFO:tasks.rados.rados.0.smithi118.stdout:761: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:10:00.180 INFO:tasks.rados.rados.0.smithi118.stdout:760: finishing write tid 2 to smithi118168640-48 2023-09-30T09:10:00.180 INFO:tasks.rados.rados.0.smithi118.stdout:760: finishing write tid 3 to smithi118168640-48 2023-09-30T09:10:00.180 INFO:tasks.rados.rados.0.smithi118.stdout:760: finishing write tid 4 to smithi118168640-48 2023-09-30T09:10:00.180 INFO:tasks.rados.rados.0.smithi118.stdout:760: finishing write tid 5 to smithi118168640-48 2023-09-30T09:10:00.180 INFO:tasks.rados.rados.0.smithi118.stdout:760: finishing write tid 6 to smithi118168640-48 2023-09-30T09:10:00.180 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 374 (ObjNum 246 snap 71 seq_num 246) dirty exists 2023-09-30T09:10:00.180 INFO:tasks.rados.rados.0.smithi118.stdout:760: left oid 48 (ObjNum 246 snap 71 seq_num 246) 2023-09-30T09:10:00.181 INFO:tasks.rados.rados.0.smithi118.stdout:759: done (6 left) 2023-09-30T09:10:00.181 INFO:tasks.rados.rados.0.smithi118.stdout:760: done (5 left) 2023-09-30T09:10:00.181 INFO:tasks.rados.rados.0.smithi118.stdout:761: done (4 left) 2023-09-30T09:10:00.181 INFO:tasks.rados.rados.0.smithi118.stdout:766: snap_remove snap 69 2023-09-30T09:10:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: pgmap v17: 121 pgs: 121 active+clean; 100 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.6 MiB/s wr, 46 op/s 2023-09-30T09:10:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: mon.c calling monitor election 2023-09-30T09:10:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: mon.a calling monitor election 2023-09-30T09:10:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:10:00.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: osdmap e206: 8 total, 8 up, 8 in 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: mgrmap e39: y(active, since 10s), standbys: x 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: pgmap v17: 121 pgs: 121 active+clean; 100 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.6 MiB/s wr, 46 op/s 2023-09-30T09:10:00.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: mon.c calling monitor election 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: mon.a calling monitor election 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: osdmap e206: 8 total, 8 up, 8 in 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: mgrmap e39: y(active, since 10s), standbys: x 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:00.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:10:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: pgmap v17: 121 pgs: 121 active+clean; 100 MiB data, 521 MiB used, 715 GiB / 715 GiB avail; 4.0 MiB/s rd, 1.6 MiB/s wr, 46 op/s 2023-09-30T09:10:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: mon.c calling monitor election 2023-09-30T09:10:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: mon.a calling monitor election 2023-09-30T09:10:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:10:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: osdmap e206: 8 total, 8 up, 8 in 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: mgrmap e39: y(active, since 10s), standbys: x 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: overall HEALTH_OK 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-mon[114603]: overall HEALTH_OK 2023-09-30T09:10:00.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:00.054+0000 7f85745cf700 -1 mon.b@1(peon).osd e207 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:01.061 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[182959]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.061 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[182959]: osdmap e207: 8 total, 8 up, 8 in 2023-09-30T09:10:01.061 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[182959]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.061 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[182959]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.062 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[182959]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.062 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[182959]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.065 INFO:tasks.rados.rados.0.smithi118.stdout:766: done (4 left) 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:767: delete oid 47 current snap is 71 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:762: finishing write tid 1 to smithi118168640-12 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:762: finishing write tid 2 to smithi118168640-12 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:762: finishing write tid 3 to smithi118168640-12 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:762: finishing write tid 4 to smithi118168640-12 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:762: finishing write tid 5 to smithi118168640-12 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 270 (ObjNum 247 snap 71 seq_num 247) dirty exists 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:762: left oid 12 (ObjNum 247 snap 71 seq_num 247) 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:763: finishing write tid 1 to smithi118168640-8 2023-09-30T09:10:01.066 INFO:tasks.rados.rados.0.smithi118.stdout:763: finishing write tid 2 to smithi118168640-8 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:763: finishing write tid 3 to smithi118168640-8 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:763: finishing write tid 4 to smithi118168640-8 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:763: finishing write tid 5 to smithi118168640-8 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:763: finishing write tid 6 to smithi118168640-8 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 278 (ObjNum 248 snap 71 seq_num 248) dirty exists 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:763: left oid 8 (ObjNum 248 snap 71 seq_num 248) 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:765: finishing copy_from to smithi118168640-36 2023-09-30T09:10:01.067 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 191 (ObjNum 219 snap 58 seq_num 219) dirty exists 2023-09-30T09:10:01.068 INFO:tasks.rados.rados.0.smithi118.stdout:765: finishing copy_from racing read to smithi118168640-36 2023-09-30T09:10:01.074 INFO:tasks.rados.rados.0.smithi118.stdout:762: done (4 left) 2023-09-30T09:10:01.074 INFO:tasks.rados.rados.0.smithi118.stdout:763: done (3 left) 2023-09-30T09:10:01.074 INFO:tasks.rados.rados.0.smithi118.stdout:764: done (2 left) 2023-09-30T09:10:01.074 INFO:tasks.rados.rados.0.smithi118.stdout:765: done (1 left) 2023-09-30T09:10:01.074 INFO:tasks.rados.rados.0.smithi118.stdout:767: done (0 left) 2023-09-30T09:10:01.074 INFO:tasks.rados.rados.0.smithi118.stdout:768: read oid 11 snap -1 2023-09-30T09:10:01.075 INFO:tasks.rados.rados.0.smithi118.stdout:768: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:01.075 INFO:tasks.rados.rados.0.smithi118.stdout:769: rollback oid 44 current snap is 71 2023-09-30T09:10:01.075 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 67 2023-09-30T09:10:01.075 INFO:tasks.rados.rados.0.smithi118.stdout:770: delete oid 39 current snap is 71 2023-09-30T09:10:01.077 INFO:tasks.rados.rados.0.smithi118.stdout:769: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:10:01.078 INFO:tasks.rados.rados.0.smithi118.stdout:770: done (2 left) 2023-09-30T09:10:01.078 INFO:tasks.rados.rados.0.smithi118.stdout:771: read oid 31 snap -1 2023-09-30T09:10:01.078 INFO:tasks.rados.rados.0.smithi118.stdout:771: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:10:01.079 INFO:tasks.rados.rados.0.smithi118.stdout:772: rmattr oid 37 current snap is 71 2023-09-30T09:10:01.079 INFO:tasks.rados.rados.0.smithi118.stdout:772: done (3 left) 2023-09-30T09:10:01.079 INFO:tasks.rados.rados.0.smithi118.stdout:773: read oid 4 snap -1 2023-09-30T09:10:01.079 INFO:tasks.rados.rados.0.smithi118.stdout:773: expect (ObjNum 235 snap 64 seq_num 235) 2023-09-30T09:10:01.079 INFO:tasks.rados.rados.0.smithi118.stdout:774: rollback oid 16 current snap is 71 2023-09-30T09:10:01.079 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 67 2023-09-30T09:10:01.079 INFO:tasks.rados.rados.0.smithi118.stdout:775: copy_from oid 42 from oid 35 current snap is 71 2023-09-30T09:10:01.080 INFO:tasks.rados.rados.0.smithi118.stdout:776: read oid 6 snap -1 2023-09-30T09:10:01.080 INFO:tasks.rados.rados.0.smithi118.stdout:776: expect (ObjNum 226 snap 59 seq_num 226) 2023-09-30T09:10:01.080 INFO:tasks.rados.rados.0.smithi118.stdout:777: read oid 3 snap -1 2023-09-30T09:10:01.080 INFO:tasks.rados.rados.0.smithi118.stdout:777: expect deleted 2023-09-30T09:10:01.081 INFO:tasks.rados.rados.0.smithi118.stdout:778: copy_from oid 20 from oid 17 current snap is 71 2023-09-30T09:10:01.081 INFO:tasks.rados.rados.0.smithi118.stdout:779: copy_from oid 12 from oid 33 current snap is 71 2023-09-30T09:10:01.081 INFO:tasks.rados.rados.0.smithi118.stdout:780: setattr oid 40 current snap is 71 2023-09-30T09:10:01.082 INFO:tasks.rados.rados.0.smithi118.stdout:781: setattr oid 38 current snap is 71 2023-09-30T09:10:01.082 INFO:tasks.rados.rados.0.smithi118.stdout:782: snap_create 2023-09-30T09:10:01.085 INFO:tasks.rados.rados.0.smithi118.stdout:769: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:10:01.085 INFO:tasks.rados.rados.0.smithi118.stdout:769: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:10:01.085 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 213 (ObjNum 192 snap 53 seq_num 192) dirty exists 2023-09-30T09:10:01.088 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 135 (ObjNum 33 snap 0 seq_num 3323499136) dirty exists 2023-09-30T09:10:01.089 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 233 (ObjNum 177 snap 49 seq_num 177) dirty exists 2023-09-30T09:10:01.093 INFO:tasks.rados.rados.0.smithi118.stdout:768: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:01.205 INFO:tasks.rados.rados.0.smithi118.stdout:771: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:10:01.259 INFO:tasks.rados.rados.0.smithi118.stdout:778: finishing copy_from to smithi118168640-20 2023-09-30T09:10:01.259 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 261 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:10:01.259 INFO:tasks.rados.rados.0.smithi118.stdout:778: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:10:01.259 INFO:tasks.rados.rados.0.smithi118.stdout:774: finishing rollback tid 0 to smithi118168640-16 2023-09-30T09:10:01.259 INFO:tasks.rados.rados.0.smithi118.stdout:773: expect (ObjNum 235 snap 64 seq_num 235) 2023-09-30T09:10:01.298 INFO:tasks.rados.rados.0.smithi118.stdout:774: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:10:01.298 INFO:tasks.rados.rados.0.smithi118.stdout:774: finishing rollback tid 2 to smithi118168640-16 2023-09-30T09:10:01.298 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 332 (ObjNum 221 snap 58 seq_num 221) dirty exists 2023-09-30T09:10:01.298 INFO:tasks.rados.rados.0.smithi118.stdout:776: expect (ObjNum 226 snap 59 seq_num 226) 2023-09-30T09:10:01.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[185516]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[185516]: osdmap e207: 8 total, 8 up, 8 in 2023-09-30T09:10:01.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[185516]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[185516]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[185516]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:01 smithi118 ceph-mon[185516]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.394 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:01.059+0000 7f85745cf700 -1 mon.b@1(peon).osd e208 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:01.394 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-mon[114603]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.394 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-mon[114603]: osdmap e207: 8 total, 8 up, 8 in 2023-09-30T09:10:01.394 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-mon[114603]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.394 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-mon[114603]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.394 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-mon[114603]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.395 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-mon[114603]: failed to encode map e207 with expected crc 2023-09-30T09:10:01.476 INFO:tasks.rados.rados.0.smithi118.stdout:779: finishing copy_from to smithi118168640-12 2023-09-30T09:10:01.476 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 213 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:10:01.476 INFO:tasks.rados.rados.0.smithi118.stdout:779: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:10:01.476 INFO:tasks.rados.rados.0.smithi118.stdout:775: finishing copy_from to smithi118168640-42 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 211 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:775: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:768: done (12 left) 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:769: done (11 left) 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:771: done (10 left) 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:773: done (9 left) 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:774: done (8 left) 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:775: done (7 left) 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:776: done (6 left) 2023-09-30T09:10:01.477 INFO:tasks.rados.rados.0.smithi118.stdout:777: done (5 left) 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:778: done (4 left) 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:779: done (3 left) 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:780: done (2 left) 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:781: done (1 left) 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:782: done (0 left) 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:783: rollback oid 27 current snap is 72 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 27 to 64 2023-09-30T09:10:01.478 INFO:tasks.rados.rados.0.smithi118.stdout:784: snap_remove snap 71 2023-09-30T09:10:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:01.392+0000 7f85745cf700 -1 mon.b@1(peon).osd e209 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: pgmap v19: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.3 MiB/s wr, 6 op/s 2023-09-30T09:10:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: osdmap e208: 8 total, 8 up, 8 in 2023-09-30T09:10:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: osdmap e209: 8 total, 8 up, 8 in 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: failed to encode map e209 with expected crc 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: failed to encode map e209 with expected crc 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: pgmap v19: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.3 MiB/s wr, 6 op/s 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: osdmap e208: 8 total, 8 up, 8 in 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: osdmap e209: 8 total, 8 up, 8 in 2023-09-30T09:10:02.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: failed to encode map e209 with expected crc 2023-09-30T09:10:02.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: failed to encode map e209 with expected crc 2023-09-30T09:10:02.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: pgmap v19: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.3 MiB/s wr, 6 op/s 2023-09-30T09:10:02.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: osdmap e208: 8 total, 8 up, 8 in 2023-09-30T09:10:02.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.402 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: failed to encode map e208 with expected crc 2023-09-30T09:10:02.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: osdmap e209: 8 total, 8 up, 8 in 2023-09-30T09:10:02.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: failed to encode map e209 with expected crc 2023-09-30T09:10:02.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: failed to encode map e209 with expected crc 2023-09-30T09:10:02.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.403 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:784: done (1 left) 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:785: copy_from oid 11 from oid 41 current snap is 72 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:783: finishing rollback tid 0 to smithi118168640-27 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:783: finishing rollback tid 1 to smithi118168640-27 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:783: finishing rollback tid 2 to smithi118168640-27 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 138 (ObjNum 195 snap 54 seq_num 195) dirty exists 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:783: done (1 left) 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:786: copy_from oid 46 from oid 17 current snap is 72 2023-09-30T09:10:02.404 INFO:tasks.rados.rados.0.smithi118.stdout:787: delete oid 29 current snap is 72 2023-09-30T09:10:02.412 INFO:tasks.rados.rados.0.smithi118.stdout:787: done (2 left) 2023-09-30T09:10:02.412 INFO:tasks.rados.rados.0.smithi118.stdout:788: snap_remove snap 67 2023-09-30T09:10:02.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:02.400+0000 7f85745cf700 -1 mon.b@1(peon).osd e210 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[182959]: failed to encode map e209 with expected crc 2023-09-30T09:10:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[182959]: osdmap e210: 8 total, 8 up, 8 in 2023-09-30T09:10:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[182959]: failed to encode map e210 with expected crc 2023-09-30T09:10:03.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[182959]: failed to encode map e210 with expected crc 2023-09-30T09:10:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[185516]: failed to encode map e209 with expected crc 2023-09-30T09:10:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[185516]: osdmap e210: 8 total, 8 up, 8 in 2023-09-30T09:10:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[185516]: failed to encode map e210 with expected crc 2023-09-30T09:10:03.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-mon[185516]: failed to encode map e210 with expected crc 2023-09-30T09:10:03.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:03 smithi192 ceph-mon[114603]: failed to encode map e209 with expected crc 2023-09-30T09:10:03.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:03 smithi192 ceph-mon[114603]: osdmap e210: 8 total, 8 up, 8 in 2023-09-30T09:10:03.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:03 smithi192 ceph-mon[114603]: failed to encode map e210 with expected crc 2023-09-30T09:10:03.406 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:03 smithi192 ceph-mon[114603]: failed to encode map e210 with expected crc 2023-09-30T09:10:03.407 INFO:tasks.rados.rados.0.smithi118.stdout:788: done (2 left) 2023-09-30T09:10:03.407 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 72 2023-09-30T09:10:03.407 INFO:tasks.rados.rados.0.smithi118.stdout:786: finishing copy_from to smithi118168640-46 2023-09-30T09:10:03.407 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 261 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:10:03.407 INFO:tasks.rados.rados.0.smithi118.stdout:789: seq_num 252 ranges {2056192=630784,2686976=499712,3186688=425984,3612672=278528} 2023-09-30T09:10:03.423 INFO:tasks.rados.rados.0.smithi118.stdout:789: writing smithi118168640-12 from 2056192 to 2686976 tid 1 2023-09-30T09:10:03.426 INFO:tasks.rados.rados.0.smithi118.stdout:789: writing smithi118168640-12 from 2686976 to 3186688 tid 2 2023-09-30T09:10:03.429 INFO:tasks.rados.rados.0.smithi118.stdout:789: writing smithi118168640-12 from 3186688 to 3612672 tid 3 2023-09-30T09:10:03.430 INFO:tasks.rados.rados.0.smithi118.stdout:789: writing smithi118168640-12 from 3612672 to 3891200 tid 4 2023-09-30T09:10:03.430 INFO:tasks.rados.rados.0.smithi118.stdout:790: delete oid 22 current snap is 72 2023-09-30T09:10:03.430 INFO:tasks.rados.rados.0.smithi118.stdout:786: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:10:03.430 INFO:tasks.rados.rados.0.smithi118.stdout:785: finishing copy_from to smithi118168640-11 2023-09-30T09:10:03.431 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 368 (ObjNum 245 snap 71 seq_num 245) dirty exists 2023-09-30T09:10:03.431 INFO:tasks.rados.rados.0.smithi118.stdout:785: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:10:03.431 INFO:tasks.rados.rados.0.smithi118.stdout:789: finishing write tid 1 to smithi118168640-12 2023-09-30T09:10:03.431 INFO:tasks.rados.rados.0.smithi118.stdout:789: finishing write tid 2 to smithi118168640-12 2023-09-30T09:10:03.432 INFO:tasks.rados.rados.0.smithi118.stdout:789: finishing write tid 3 to smithi118168640-12 2023-09-30T09:10:03.433 INFO:tasks.rados.rados.0.smithi118.stdout:789: finishing write tid 4 to smithi118168640-12 2023-09-30T09:10:03.433 INFO:tasks.rados.rados.0.smithi118.stdout:789: finishing write tid 5 to smithi118168640-12 2023-09-30T09:10:03.433 INFO:tasks.rados.rados.0.smithi118.stdout:785: done (3 left) 2023-09-30T09:10:03.433 INFO:tasks.rados.rados.0.smithi118.stdout:786: done (2 left) 2023-09-30T09:10:03.434 INFO:tasks.rados.rados.0.smithi118.stdout:790: done (1 left) 2023-09-30T09:10:03.434 INFO:tasks.rados.rados.0.smithi118.stdout:791: snap_remove snap 65 2023-09-30T09:10:03.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:03.404+0000 7f85745cf700 -1 mon.b@1(peon).osd e211 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:04.220 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:10:03.981+0000 7fd7b44e6700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[185516]: failed to encode map e210 with expected crc 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[185516]: failed to encode map e210 with expected crc 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[185516]: pgmap v23: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 3.2 MiB/s wr, 8 op/s 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[185516]: failed to encode map e211 with expected crc 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[185516]: osdmap e211: 8 total, 8 up, 8 in 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[182959]: failed to encode map e210 with expected crc 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[182959]: failed to encode map e210 with expected crc 2023-09-30T09:10:04.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[182959]: pgmap v23: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 3.2 MiB/s wr, 8 op/s 2023-09-30T09:10:04.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[182959]: failed to encode map e211 with expected crc 2023-09-30T09:10:04.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[182959]: osdmap e211: 8 total, 8 up, 8 in 2023-09-30T09:10:04.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:04.407 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:04 smithi192 ceph-mon[114603]: failed to encode map e210 with expected crc 2023-09-30T09:10:04.408 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:04 smithi192 ceph-mon[114603]: failed to encode map e210 with expected crc 2023-09-30T09:10:04.408 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:04 smithi192 ceph-mon[114603]: pgmap v23: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail; 4.7 MiB/s rd, 3.2 MiB/s wr, 8 op/s 2023-09-30T09:10:04.408 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:04 smithi192 ceph-mon[114603]: failed to encode map e211 with expected crc 2023-09-30T09:10:04.408 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:04 smithi192 ceph-mon[114603]: osdmap e211: 8 total, 8 up, 8 in 2023-09-30T09:10:04.408 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:04 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:04.409 INFO:tasks.rados.rados.0.smithi118.stdout:791: done (1 left) 2023-09-30T09:10:04.409 INFO:tasks.rados.rados.0.smithi118.stdout:792: read oid 9 snap -1 2023-09-30T09:10:04.409 INFO:tasks.rados.rados.0.smithi118.stdout:792: expect deleted 2023-09-30T09:10:04.409 INFO:tasks.rados.rados.0.smithi118.stdout:793: snap_remove snap 66 2023-09-30T09:10:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:04 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:04.406+0000 7f85745cf700 -1 mon.b@1(peon).osd e212 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:793: done (2 left) 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:794: read oid 47 snap -1 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:794: expect deleted 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:795: rollback oid 33 current snap is 72 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 33 to 68 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:789: finishing write tid 6 to smithi118168640-12 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 280 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:789: left oid 12 (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:10:05.415 INFO:tasks.rados.rados.0.smithi118.stdout:789: done (3 left) 2023-09-30T09:10:05.416 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 72 2023-09-30T09:10:05.416 INFO:tasks.rados.rados.0.smithi118.stdout:796: seq_num 254 ranges {0=663552,663552=663552,1327104=540672} 2023-09-30T09:10:05.426 INFO:tasks.rados.rados.0.smithi118.stdout:796: writing smithi118168640-29 from 0 to 663552 tid 1 2023-09-30T09:10:05.426 INFO:tasks.rados.rados.0.smithi118.stdout:796: writing smithi118168640-29 from 663552 to 1327104 tid 2 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:796: writing smithi118168640-29 from 1327104 to 1867776 tid 3 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:792: done (3 left) 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:797: read oid 24 snap -1 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:797: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:798: rmattr oid 46 current snap is 72 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:799: copy_from oid 17 from oid 20 current snap is 72 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:800: read oid 42 snap -1 2023-09-30T09:10:05.427 INFO:tasks.rados.rados.0.smithi118.stdout:800: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:05.428 INFO:tasks.rados.rados.0.smithi118.stdout:801: copy_from oid 15 from oid 21 current snap is 72 2023-09-30T09:10:05.428 INFO:tasks.rados.rados.0.smithi118.stdout:802: rollback oid 28 current snap is 72 2023-09-30T09:10:05.428 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 28 to 68 2023-09-30T09:10:05.428 INFO:tasks.rados.rados.0.smithi118.stdout:803: snap_create 2023-09-30T09:10:05.430 INFO:tasks.rados.rados.0.smithi118.stdout:795: finishing rollback tid 0 to smithi118168640-33 2023-09-30T09:10:05.430 INFO:tasks.rados.rados.0.smithi118.stdout:795: finishing rollback tid 1 to smithi118168640-33 2023-09-30T09:10:05.430 INFO:tasks.rados.rados.0.smithi118.stdout:795: finishing rollback tid 2 to smithi118168640-33 2023-09-30T09:10:05.430 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 245 (ObjNum 84 snap 16 seq_num 84) dirty exists 2023-09-30T09:10:05.430 INFO:tasks.rados.rados.0.smithi118.stdout:796: finishing write tid 1 to smithi118168640-29 2023-09-30T09:10:05.432 INFO:tasks.rados.rados.0.smithi118.stdout:796: finishing write tid 2 to smithi118168640-29 2023-09-30T09:10:05.433 INFO:tasks.rados.rados.0.smithi118.stdout:796: finishing write tid 3 to smithi118168640-29 2023-09-30T09:10:05.434 INFO:tasks.rados.rados.0.smithi118.stdout:796: finishing write tid 4 to smithi118168640-29 2023-09-30T09:10:05.438 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 262 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:10:05.439 INFO:tasks.rados.rados.0.smithi118.stdout:802: finishing rollback tid 0 to smithi118168640-28 2023-09-30T09:10:05.439 INFO:tasks.rados.rados.0.smithi118.stdout:802: finishing rollback tid 1 to smithi118168640-28 2023-09-30T09:10:05.439 INFO:tasks.rados.rados.0.smithi118.stdout:802: finishing rollback tid 2 to smithi118168640-28 2023-09-30T09:10:05.439 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 217 (ObjNum 207 snap 57 seq_num 207) dirty exists 2023-09-30T09:10:05.439 INFO:tasks.rados.rados.0.smithi118.stdout:796: finishing write tid 5 to smithi118168640-29 2023-09-30T09:10:05.439 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 372 (ObjNum 254 snap 72 seq_num 254) dirty exists 2023-09-30T09:10:05.439 INFO:tasks.rados.rados.0.smithi118.stdout:796: left oid 29 (ObjNum 254 snap 72 seq_num 254) 2023-09-30T09:10:05.451 INFO:tasks.rados.rados.0.smithi118.stdout:800: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:05.554 INFO:tasks.rados.rados.0.smithi118.stdout:799: finishing copy_from to smithi118168640-17 2023-09-30T09:10:05.554 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 261 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-09-30T09:10:05.554 INFO:tasks.rados.rados.0.smithi118.stdout:799: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:10:05.554 INFO:tasks.rados.rados.0.smithi118.stdout:797: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:10:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: failed to encode map e210 with expected crc 2023-09-30T09:10:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: failed to encode map e211 with expected crc 2023-09-30T09:10:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: osdmap e212: 8 total, 8 up, 8 in 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: Upgrade: It appears safe to stop mon.b 2023-09-30T09:10:05.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[182959]: pgmap v26: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:05.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: failed to encode map e210 with expected crc 2023-09-30T09:10:05.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: failed to encode map e211 with expected crc 2023-09-30T09:10:05.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:05.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:05.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: osdmap e212: 8 total, 8 up, 8 in 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: Upgrade: It appears safe to stop mon.b 2023-09-30T09:10:05.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:05 smithi118 ceph-mon[185516]: pgmap v26: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:05.707 INFO:tasks.rados.rados.0.smithi118.stdout:801: finishing copy_from to smithi118168640-15 2023-09-30T09:10:05.707 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 225 (ObjNum 230 snap 60 seq_num 230) dirty exists 2023-09-30T09:10:05.708 INFO:tasks.rados.rados.0.smithi118.stdout:801: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: failed to encode map e210 with expected crc 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: failed to encode map e211 with expected crc 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: osdmap e212: 8 total, 8 up, 8 in 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: failed to encode map e212 with expected crc 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: Upgrade: It appears safe to stop mon.b 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-mon[114603]: pgmap v26: 121 pgs: 121 active+clean; 113 MiB data, 553 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:05.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:05 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:05.410+0000 7f85745cf700 -1 mon.b@1(peon).osd e213 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:06.419 INFO:tasks.rados.rados.0.smithi118.stdout:794: done (9 left) 2023-09-30T09:10:06.419 INFO:tasks.rados.rados.0.smithi118.stdout:795: done (8 left) 2023-09-30T09:10:06.419 INFO:tasks.rados.rados.0.smithi118.stdout:796: done (7 left) 2023-09-30T09:10:06.419 INFO:tasks.rados.rados.0.smithi118.stdout:797: done (6 left) 2023-09-30T09:10:06.420 INFO:tasks.rados.rados.0.smithi118.stdout:798: done (5 left) 2023-09-30T09:10:06.420 INFO:tasks.rados.rados.0.smithi118.stdout:799: done (4 left) 2023-09-30T09:10:06.420 INFO:tasks.rados.rados.0.smithi118.stdout:800: done (3 left) 2023-09-30T09:10:06.420 INFO:tasks.rados.rados.0.smithi118.stdout:801: done (2 left) 2023-09-30T09:10:06.420 INFO:tasks.rados.rados.0.smithi118.stdout:802: done (1 left) 2023-09-30T09:10:06.420 INFO:tasks.rados.rados.0.smithi118.stdout:803: done (0 left) 2023-09-30T09:10:06.420 INFO:tasks.rados.rados.0.smithi118.stdout:804: delete oid 14 current snap is 73 2023-09-30T09:10:06.430 INFO:tasks.rados.rados.0.smithi118.stdout:804: done (0 left) 2023-09-30T09:10:06.431 INFO:tasks.rados.rados.0.smithi118.stdout:805: snap_create 2023-09-30T09:10:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: failed to encode map e213 with expected crc 2023-09-30T09:10:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: osdmap e213: 8 total, 8 up, 8 in 2023-09-30T09:10:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: failed to encode map e213 with expected crc 2023-09-30T09:10:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: Upgrade: Updating mon.b 2023-09-30T09:10:06.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:06.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:06.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:06.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:06.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-mon[114603]: Deploying daemon mon.b on smithi192 2023-09-30T09:10:06.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:06.416+0000 7f85745cf700 -1 mon.b@1(peon).osd e214 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-30T09:10:06.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 systemd[1]: Stopping Ceph mon.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:10:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: failed to encode map e213 with expected crc 2023-09-30T09:10:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: osdmap e213: 8 total, 8 up, 8 in 2023-09-30T09:10:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: failed to encode map e213 with expected crc 2023-09-30T09:10:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: Upgrade: Updating mon.b 2023-09-30T09:10:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[182959]: Deploying daemon mon.b on smithi192 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: failed to encode map e213 with expected crc 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: osdmap e213: 8 total, 8 up, 8 in 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: failed to encode map e213 with expected crc 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: Upgrade: Updating mon.b 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:06 smithi118 ceph-mon[185516]: Deploying daemon mon.b on smithi192 2023-09-30T09:10:06.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:06.627+0000 7f8579dda700 -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 2023-09-30T09:10:06.935 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:06 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[114587]: 2023-09-30T09:10:06.627+0000 7f8579dda700 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2023-09-30T09:10:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 bash[180059]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b 2023-09-30T09:10:07.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.b.service: Succeeded. 2023-09-30T09:10:07.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 systemd[1]: Stopped Ceph mon.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:10:07.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 systemd[1]: Starting Ceph mon.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:10:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: set uid:gid to 167:167 (ceph:ceph) 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev), process ceph-mon, pid 2 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: pidfile_write: ignore empty --pid-file 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: load: jerasure load: lrc 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: RocksDB version: 7.9.2 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Git sha 0 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Compile date 2023-09-29 16:35:50 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: DB SUMMARY 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: DB Session ID: 4PK4FBDFPRJ45238T9G2 2023-09-30T09:10:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: CURRENT file: CURRENT 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: IDENTITY file: IDENTITY 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: MANIFEST file: MANIFEST-000009 size: 905 Bytes 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000024.sst 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000022.log size: 3203818 ; 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.error_if_exists: 0 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.create_if_missing: 0 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.paranoid_checks: 1 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-30T09:10:08.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.env: 0x5651700f2da0 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.fs: PosixFileSystem 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.info_log: 0x5651724d75a0 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_file_opening_threads: 16 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.statistics: (nil) 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.use_fsync: 0 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_log_file_size: 0 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.keep_log_file_num: 1000 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.recycle_log_file_num: 0 2023-09-30T09:10:08.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.allow_fallocate: 1 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.allow_mmap_reads: 0 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.allow_mmap_writes: 0 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.use_direct_reads: 0 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.create_missing_column_families: 0 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.db_log_dir: 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.wal_dir: 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-30T09:10:08.217 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.advise_random_on_open: 1 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.db_write_buffer_size: 0 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.write_buffer_manager: 0x56517248efa0 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.rate_limiter: (nil) 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.wal_recovery_mode: 2 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.enable_thread_tracking: 0 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.enable_pipelined_write: 0 2023-09-30T09:10:08.218 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.unordered_write: 0 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.row_cache: None 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.wal_filter: None 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.allow_ingest_behind: 0 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.two_write_queues: 0 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.manual_wal_flush: 0 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.wal_compression: 0 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.atomic_flush: 0 2023-09-30T09:10:08.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.log_readahead_size: 0 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.best_efforts_recovery: 0 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.allow_data_in_errors: 0 2023-09-30T09:10:08.220 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.db_host_id: __hostname__ 2023-09-30T09:10:08.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-30T09:10:08.221 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_background_jobs: 2 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_background_compactions: -1 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_subcompactions: 1 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_total_wal_size: 0 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_open_files: -1 2023-09-30T09:10:08.222 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bytes_per_sync: 0 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_readahead_size: 0 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_background_flushes: -1 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Compression algorithms supported: 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kZSTD supported: 0 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kXpressCompression supported: 0 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kLZ4HCCompression supported: 1 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kZlibCompression supported: 1 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kSnappyCompression supported: 1 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kLZ4Compression supported: 1 2023-09-30T09:10:08.223 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: kBZip2Compression supported: 0 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.merge_operator: 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_filter: None 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_filter_factory: None 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.sst_partitioner_factory: None 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-30T09:10:08.224 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5651724d76a0) 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: cache_index_and_filter_blocks: 1 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: pin_top_level_index_and_filter: 1 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: index_type: 0 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: data_block_index_type: 0 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: index_shortening: 1 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: checksum: 4 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: no_block_cache: 0 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache: 0x56517252d1f0 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache_name: BinnedLRUCache 2023-09-30T09:10:08.225 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache_options: 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: capacity : 536870912 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: num_shard_bits : 4 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: strict_capacity_limit : 0 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: high_pri_pool_ratio: 0.000 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_cache_compressed: (nil) 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: persistent_cache: (nil) 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_size: 4096 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_size_deviation: 10 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_restart_interval: 16 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: index_block_restart_interval: 1 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: metadata_block_size: 4096 2023-09-30T09:10:08.226 INFO:journalctl@ceph.mon.b.smithi192.stdout: partition_filters: 0 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: use_delta_encoding: 1 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: filter_policy: bloomfilter 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: whole_key_filtering: 1 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: verify_compression: 0 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: read_amp_bytes_per_bit: 0 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: format_version: 5 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: enable_index_compression: 1 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: block_align: 0 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: max_auto_readahead_size: 262144 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: prepopulate_block_cache: 0 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: initial_auto_readahead_size: 8192 2023-09-30T09:10:08.227 INFO:journalctl@ceph.mon.b.smithi192.stdout: num_file_reads_for_auto_readahead: 2 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.write_buffer_size: 33554432 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_write_buffer_number: 2 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression: NoCompression 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression: Disabled 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.prefix_extractor: nullptr 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.num_levels: 7 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-30T09:10:08.228 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.level: 32767 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.strategy: 0 2023-09-30T09:10:08.229 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.enabled: false 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.target_file_size_base: 67108864 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-30T09:10:08.230 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-30T09:10:08.231 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.arena_block_size: 1048576 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.disable_auto_compactions: 0 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-30T09:10:08.232 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 bash[180201]: ee763e8815561bf7b7f317b1a9aaf87636f10e32ec87053fc4b7fdac150c1645 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.table_properties_collectors: 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.inplace_update_support: 0 2023-09-30T09:10:08.233 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.bloom_locality: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.max_successive_merges: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.paranoid_file_checks: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.force_consistency_checks: 1 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.report_bg_io_stats: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.ttl: 2592000 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-30T09:10:08.234 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.enable_blob_files: false 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.min_blob_size: 0 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.blob_file_size: 268435456 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.blob_file_starting_level: 0 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 24.sst 2023-09-30T09:10:08.235 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 26, last_sequence is 13769, log_number is 22,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 22 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6824a662-7c61-4ec9-8ca3-e6bc0ec7100d 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696065007825293, "job": 1, "event": "recovery_started", "wal_files": [22]} 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #22 mode 2 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 systemd[1]: Started Ceph mon.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696065007836156, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 27, "file_size": 2017278, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 13774, "largest_seqno": 14719, "table_properties": {"data_size": 2012121, "index_size": 2990, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1157, "raw_key_size": 11184, "raw_average_key_size": 25, "raw_value_size": 2002392, "raw_average_value_size": 4520, "num_data_blocks": 133, "num_entries": 443, "num_filter_entries": 443, "num_deletions": 10, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1696065007, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6824a662-7c61-4ec9-8ca3-e6bc0ec7100d", "db_session_id": "4PK4FBDFPRJ45238T9G2", "orig_file_number": 27, "seqno_to_time_mapping": "N/A"}} 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696065007836265, "job": 1, "event": "recovery_finished"} 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/version_set.cc:5047] Creating manifest 29 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000022.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-30T09:10:08.236 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5651725ca000 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: DB pointer 0x5651725b6000 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** DB Stats ** 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-30T09:10:08.237 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** Compaction Stats [default] ** 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.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) 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: L0 1/0 1.92 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 439.7 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: L6 1/0 9.67 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 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: Sum 2/0 11.59 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 439.7 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.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 439.7 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** Compaction Stats [default] ** 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.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) 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.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 439.7 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-30T09:10:08.238 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: Flush(GB): cumulative 0.002, interval 0.002 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: Cumulative compaction: 0.00 GB write, 125.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: Interval compaction: 0.00 GB write, 125.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.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 2023-09-30T09:10:08.239 INFO:journalctl@ceph.mon.b.smithi192.stdout: Block cache BinnedLRUCache@0x56517252d1f0#2 capacity: 512.00 MB usage: 4.36 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,1.28 KB,0.000244379%) IndexBlock(1,3.08 KB,0.000587106%) Misc(1,0.00 KB,0%) 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: starting mon.b rank 1 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???) e3 preinit fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???).mds e8 new map 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???).mds e8 print_map 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: e8 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.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} 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: legacy client fscid: 1 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.240 INFO:journalctl@ceph.mon.b.smithi192.stdout: Filesystem 'cephfs' (1) 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: fs_name cephfs 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: epoch 8 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: created 2023-09-30T09:05:34.599176+0000 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: modified 2023-09-30T09:05:37.611371+0000 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: tableserver 0 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: root 0 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: session_timeout 60 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: session_autoclose 300 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: max_file_size 1099511627776 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: max_xattr_size 65536 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: required_client_features {} 2023-09-30T09:10:08.241 INFO:journalctl@ceph.mon.b.smithi192.stdout: last_failure 0 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: last_failure_osd_epoch 0 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.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} 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: max_mds 1 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: in 0 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: up {0=24349} 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: failed 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: damaged 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: stopped 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: data_pools [3] 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: metadata_pool 2 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: inline_data disabled 2023-09-30T09:10:08.242 INFO:journalctl@ceph.mon.b.smithi192.stdout: balancer 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: bal_rank_mask -1 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: standby_count_wanted 0 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: [mds.b{0:24349} state up:active seq 3 addr [v2:172.21.15.192:6832/117750584,v1:172.21.15.192:6833/117750584] compat {c=[1],r=[1],i=[7ff]}] 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: Standby daemons: 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout: [mds.a{-1:14445} state up:standby seq 1 addr [v2:172.21.15.118:6834/3635796439,v1:172.21.15.118:6835/3635796439] compat {c=[1],r=[1],i=[7ff]}] 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???).osd e214 crush map has features 3314933069573799936, adjusting msgr requires 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???).osd e214 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???).osd e214 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???).osd e214 crush map has features 432629308056666112, adjusting msgr requires 2023-09-30T09:10:08.243 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: mon.b@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expand map: {default=false} 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta from 'false' to 'false' 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expanded map: {default=false} 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expand map: {default=info} 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta from 'info' to 'info' 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expanded map: {default=info} 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expand map: {default=daemon} 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta from 'daemon' to 'daemon' 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expanded map: {default=daemon} 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expand map: {default=debug} 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta from 'debug' to 'debug' 2023-09-30T09:10:08.244 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:07 smithi192 ceph-mon[180220]: expand_channel_meta expanded map: {default=debug} 2023-09-30T09:10:08.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:10:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:10:08.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:10:09.437 INFO:tasks.rados.rados.0.smithi118.stdout:805: done (0 left) 2023-09-30T09:10:09.438 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 74 2023-09-30T09:10:09.438 INFO:tasks.rados.rados.0.smithi118.stdout:806: seq_num 256 ranges {876544=696320,1572864=434176,2007040=770048} 2023-09-30T09:10:09.446 INFO:tasks.rados.rados.0.smithi118.stdout:806: writing smithi118168640-27 from 876544 to 1572864 tid 1 2023-09-30T09:10:09.448 INFO:tasks.rados.rados.0.smithi118.stdout:806: writing smithi118168640-27 from 1572864 to 2007040 tid 2 2023-09-30T09:10:09.453 INFO:tasks.rados.rados.0.smithi118.stdout:806: writing smithi118168640-27 from 2007040 to 2777088 tid 3 2023-09-30T09:10:09.454 INFO:tasks.rados.rados.0.smithi118.stdout:807: read oid 26 snap -1 2023-09-30T09:10:09.454 INFO:tasks.rados.rados.0.smithi118.stdout:807: expect (ObjNum 214 snap 57 seq_num 214) 2023-09-30T09:10:09.454 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 74 2023-09-30T09:10:09.454 INFO:tasks.rados.rados.0.smithi118.stdout:808: seq_num 257 ranges {0=712704,712704=720896,1433600=483328} 2023-09-30T09:10:09.458 INFO:tasks.rados.rados.0.smithi118.stdout:808: writing smithi118168640-20 from 0 to 712704 tid 1 2023-09-30T09:10:09.462 INFO:tasks.rados.rados.0.smithi118.stdout:808: writing smithi118168640-20 from 712704 to 1433600 tid 2 2023-09-30T09:10:09.466 INFO:tasks.rados.rados.0.smithi118.stdout:808: writing smithi118168640-20 from 1433600 to 1916928 tid 3 2023-09-30T09:10:09.466 INFO:tasks.rados.rados.0.smithi118.stdout:809: copy_from oid 19 from oid 39 current snap is 74 2023-09-30T09:10:09.466 INFO:tasks.rados.rados.0.smithi118.stdout:806: finishing write tid 1 to smithi118168640-27 2023-09-30T09:10:09.466 INFO:tasks.rados.rados.0.smithi118.stdout:806: finishing write tid 2 to smithi118168640-27 2023-09-30T09:10:09.466 INFO:tasks.rados.rados.0.smithi118.stdout:806: finishing write tid 3 to smithi118168640-27 2023-09-30T09:10:09.467 INFO:tasks.rados.rados.0.smithi118.stdout:806: finishing write tid 4 to smithi118168640-27 2023-09-30T09:10:09.467 INFO:tasks.rados.rados.0.smithi118.stdout:806: finishing write tid 5 to smithi118168640-27 2023-09-30T09:10:09.467 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 142 (ObjNum 256 snap 74 seq_num 256) dirty exists 2023-09-30T09:10:09.467 INFO:tasks.rados.rados.0.smithi118.stdout:806: left oid 27 (ObjNum 256 snap 74 seq_num 256) 2023-09-30T09:10:09.467 INFO:tasks.rados.rados.0.smithi118.stdout:807: expect (ObjNum 214 snap 57 seq_num 214) 2023-09-30T09:10:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:808: finishing write tid 1 to smithi118168640-20 2023-09-30T09:10:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:808: finishing write tid 2 to smithi118168640-20 2023-09-30T09:10:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:809: finishing copy_from to smithi118168640-19 2023-09-30T09:10:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:809: got expected ENOENT (src dne) 2023-09-30T09:10:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:806: done (3 left) 2023-09-30T09:10:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:807: done (2 left) 2023-09-30T09:10:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:810: delete oid 26 current snap is 74 2023-09-30T09:10:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:809: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:10:09.513 INFO:tasks.rados.rados.0.smithi118.stdout:808: finishing write tid 3 to smithi118168640-20 2023-09-30T09:10:09.513 INFO:tasks.rados.rados.0.smithi118.stdout:808: finishing write tid 4 to smithi118168640-20 2023-09-30T09:10:09.514 INFO:tasks.rados.rados.0.smithi118.stdout:808: finishing write tid 5 to smithi118168640-20 2023-09-30T09:10:09.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 265 (ObjNum 257 snap 74 seq_num 257) dirty exists 2023-09-30T09:10:09.514 INFO:tasks.rados.rados.0.smithi118.stdout:808: left oid 20 (ObjNum 257 snap 74 seq_num 257) 2023-09-30T09:10:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:808: done (2 left) 2023-09-30T09:10:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:809: done (1 left) 2023-09-30T09:10:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:810: done (0 left) 2023-09-30T09:10:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:811: read oid 1 snap -1 2023-09-30T09:10:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:811: expect (ObjNum 125 snap 31 seq_num 125) 2023-09-30T09:10:09.516 INFO:tasks.rados.rados.0.smithi118.stdout:812: read oid 48 snap 73 2023-09-30T09:10:09.516 INFO:tasks.rados.rados.0.smithi118.stdout:812: expect (ObjNum 246 snap 71 seq_num 246) 2023-09-30T09:10:09.516 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 74 2023-09-30T09:10:09.516 INFO:tasks.rados.rados.0.smithi118.stdout:813: seq_num 259 ranges {0=745472,745472=540672,1286144=581632,1867776=81920} 2023-09-30T09:10:09.517 INFO:tasks.rados.rados.0.smithi118.stdout:813: writing smithi118168640-9 from 0 to 745472 tid 1 2023-09-30T09:10:09.521 INFO:tasks.rados.rados.0.smithi118.stdout:813: writing smithi118168640-9 from 745472 to 1286144 tid 2 2023-09-30T09:10:09.524 INFO:tasks.rados.rados.0.smithi118.stdout:813: writing smithi118168640-9 from 1286144 to 1867776 tid 3 2023-09-30T09:10:09.526 INFO:tasks.rados.rados.0.smithi118.stdout:813: writing smithi118168640-9 from 1867776 to 1949696 tid 4 2023-09-30T09:10:09.526 INFO:tasks.rados.rados.0.smithi118.stdout:814: read oid 32 snap 73 2023-09-30T09:10:09.526 INFO:tasks.rados.rados.0.smithi118.stdout:814: expect deleted 2023-09-30T09:10:09.526 INFO:tasks.rados.rados.0.smithi118.stdout:815: setattr oid 7 current snap is 74 2023-09-30T09:10:09.527 INFO:tasks.rados.rados.0.smithi118.stdout:813: finishing write tid 1 to smithi118168640-9 2023-09-30T09:10:09.527 INFO:tasks.rados.rados.0.smithi118.stdout:813: finishing write tid 2 to smithi118168640-9 2023-09-30T09:10:09.527 INFO:tasks.rados.rados.0.smithi118.stdout:814: done (4 left) 2023-09-30T09:10:09.527 INFO:tasks.rados.rados.0.smithi118.stdout:816: read oid 3 snap 73 2023-09-30T09:10:09.528 INFO:tasks.rados.rados.0.smithi118.stdout:816: expect deleted 2023-09-30T09:10:09.528 INFO:tasks.rados.rados.0.smithi118.stdout:817: rmattr oid 17 current snap is 74 2023-09-30T09:10:09.528 INFO:tasks.rados.rados.0.smithi118.stdout:818: snap_remove snap 68 2023-09-30T09:10:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: mon.a calling monitor election 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: mon.c calling monitor election 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: mon.b calling monitor election 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:10:09.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: monmap e4: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: osdmap e214: 8 total, 8 up, 8 in 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: mgrmap e39: y(active, since 19s), standbys: x 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:09.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:09 smithi192 ceph-mon[180220]: pgmap v30: 121 pgs: 121 active+clean; 134 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 4.1 MiB/s wr, 22 op/s 2023-09-30T09:10:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:10:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:10:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: mon.a calling monitor election 2023-09-30T09:10:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: mon.c calling monitor election 2023-09-30T09:10:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: mon.b calling monitor election 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: monmap e4: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: osdmap e214: 8 total, 8 up, 8 in 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: mgrmap e39: y(active, since 19s), standbys: x 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[182959]: pgmap v30: 121 pgs: 121 active+clean; 134 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 4.1 MiB/s wr, 22 op/s 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: mon.a calling monitor election 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: mon.c calling monitor election 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: mon.b calling monitor election 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: monmap e4: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2023-09-30T09:10:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:10:09.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: osdmap e214: 8 total, 8 up, 8 in 2023-09-30T09:10:09.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: mgrmap e39: y(active, since 19s), standbys: x 2023-09-30T09:10:09.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:10:09.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:09.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:09.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:09.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-mon[185516]: pgmap v30: 121 pgs: 121 active+clean; 134 MiB data, 603 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s rd, 4.1 MiB/s wr, 22 op/s 2023-09-30T09:10:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:10:09] "GET /metrics HTTP/1.1" 200 35960 "" "Prometheus/2.43.0" 2023-09-30T09:10:10.481 INFO:tasks.rados.rados.0.smithi118.stdout:818: done (6 left) 2023-09-30T09:10:10.481 INFO:tasks.rados.rados.0.smithi118.stdout:819: read oid 36 snap -1 2023-09-30T09:10:10.481 INFO:tasks.rados.rados.0.smithi118.stdout:819: expect (ObjNum 219 snap 58 seq_num 219) 2023-09-30T09:10:10.481 INFO:tasks.rados.rados.0.smithi118.stdout:820: copy_from oid 16 from oid 12 current snap is 74 2023-09-30T09:10:10.481 INFO:tasks.rados.rados.0.smithi118.stdout:813: finishing write tid 3 to smithi118168640-9 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 234 (ObjNum -971711984 snap 22003 seq_num 304) dirty exists 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:813: finishing write tid 4 to smithi118168640-9 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:813: finishing write tid 5 to smithi118168640-9 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 290 (ObjNum 49 snap 0 seq_num 1953066355) dirty exists 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:813: finishing write tid 6 to smithi118168640-9 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 201 (ObjNum 259 snap 74 seq_num 259) dirty exists 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:813: left oid 9 (ObjNum 259 snap 74 seq_num 259) 2023-09-30T09:10:10.482 INFO:tasks.rados.rados.0.smithi118.stdout:811: expect (ObjNum 125 snap 31 seq_num 125) 2023-09-30T09:10:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:10 smithi192 ceph-mon[180220]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:10 smithi192 ceph-mon[180220]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:10 smithi192 ceph-mon[180220]: osdmap e215: 8 total, 8 up, 8 in 2023-09-30T09:10:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:10 smithi192 ceph-mon[180220]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.722 INFO:tasks.rados.rados.0.smithi118.stdout:812: expect (ObjNum 246 snap 71 seq_num 246) 2023-09-30T09:10:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[182959]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[182959]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[182959]: osdmap e215: 8 total, 8 up, 8 in 2023-09-30T09:10:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[182959]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[185516]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[185516]: failed to encode map e215 with expected crc 2023-09-30T09:10:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[185516]: osdmap e215: 8 total, 8 up, 8 in 2023-09-30T09:10:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:10 smithi118 ceph-mon[185516]: failed to encode map e215 with expected crc 2023-09-30T09:10:11.090 INFO:tasks.rados.rados.0.smithi118.stdout:819: expect (ObjNum 219 snap 58 seq_num 219) 2023-09-30T09:10:11.188 INFO:tasks.rados.rados.0.smithi118.stdout:820: finishing copy_from to smithi118168640-16 2023-09-30T09:10:11.188 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 280 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:820: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:811: done (7 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:812: done (6 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:813: done (5 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:815: done (4 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:816: done (3 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:817: done (2 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:819: done (1 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:820: done (0 left) 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 74 2023-09-30T09:10:11.189 INFO:tasks.rados.rados.0.smithi118.stdout:821: seq_num 260 ranges {2482176=761856,3244032=417792,3661824=786432} 2023-09-30T09:10:11.205 INFO:tasks.rados.rados.0.smithi118.stdout:821: writing smithi118168640-2 from 2482176 to 3244032 tid 1 2023-09-30T09:10:11.207 INFO:tasks.rados.rados.0.smithi118.stdout:821: writing smithi118168640-2 from 3244032 to 3661824 tid 2 2023-09-30T09:10:11.212 INFO:tasks.rados.rados.0.smithi118.stdout:821: writing smithi118168640-2 from 3661824 to 4448256 tid 3 2023-09-30T09:10:11.212 INFO:tasks.rados.rados.0.smithi118.stdout:822: rollback oid 28 current snap is 74 2023-09-30T09:10:11.212 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 28 to 63 2023-09-30T09:10:11.212 INFO:tasks.rados.rados.0.smithi118.stdout:821: finishing write tid 1 to smithi118168640-2 2023-09-30T09:10:11.212 INFO:tasks.rados.rados.0.smithi118.stdout:821: finishing write tid 2 to smithi118168640-2 2023-09-30T09:10:11.213 INFO:tasks.rados.rados.0.smithi118.stdout:823: rollback oid 44 current snap is 74 2023-09-30T09:10:11.213 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 64 2023-09-30T09:10:11.213 INFO:tasks.rados.rados.0.smithi118.stdout:824: rollback oid 1 current snap is 74 2023-09-30T09:10:11.213 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 1 to 63 2023-09-30T09:10:11.213 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 74 2023-09-30T09:10:11.213 INFO:tasks.rados.rados.0.smithi118.stdout:825: seq_num 261 ranges {3891200=778240,4669440=704512,5373952=499712} 2023-09-30T09:10:11.237 INFO:tasks.rados.rados.0.smithi118.stdout:825: writing smithi118168640-12 from 3891200 to 4669440 tid 1 2023-09-30T09:10:11.241 INFO:tasks.rados.rados.0.smithi118.stdout:825: writing smithi118168640-12 from 4669440 to 5373952 tid 2 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:825: writing smithi118168640-12 from 5373952 to 5873664 tid 3 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:826: rollback oid 36 current snap is 74 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 73 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:823: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:823: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:823: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 268 (ObjNum 192 snap 53 seq_num 192) dirty exists 2023-09-30T09:10:11.247 INFO:tasks.rados.rados.0.smithi118.stdout:822: finishing rollback tid 0 to smithi118168640-28 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:821: finishing write tid 3 to smithi118168640-2 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:822: finishing rollback tid 1 to smithi118168640-28 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:821: finishing write tid 4 to smithi118168640-2 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:822: finishing rollback tid 2 to smithi118168640-28 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 221 (ObjNum 207 snap 57 seq_num 207) dirty exists 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:824: finishing rollback tid 0 to smithi118168640-1 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:824: finishing rollback tid 1 to smithi118168640-1 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:822: done (5 left) 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:823: done (4 left) 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:827: read oid 48 snap -1 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:827: expect (ObjNum 246 snap 71 seq_num 246) 2023-09-30T09:10:11.248 INFO:tasks.rados.rados.0.smithi118.stdout:828: snap_create 2023-09-30T09:10:11.249 INFO:tasks.rados.rados.0.smithi118.stdout:821: finishing write tid 5 to smithi118168640-2 2023-09-30T09:10:11.249 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 403 (ObjNum 260 snap 74 seq_num 260) dirty exists 2023-09-30T09:10:11.249 INFO:tasks.rados.rados.0.smithi118.stdout:821: left oid 2 (ObjNum 260 snap 74 seq_num 260) 2023-09-30T09:10:11.249 INFO:tasks.rados.rados.0.smithi118.stdout:824: finishing rollback tid 2 to smithi118168640-1 2023-09-30T09:10:11.249 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 224 (ObjNum 125 snap 31 seq_num 125) dirty exists 2023-09-30T09:10:11.249 INFO:tasks.rados.rados.0.smithi118.stdout:825: finishing write tid 1 to smithi118168640-12 2023-09-30T09:10:11.249 INFO:tasks.rados.rados.0.smithi118.stdout:825: finishing write tid 2 to smithi118168640-12 2023-09-30T09:10:11.250 INFO:tasks.rados.rados.0.smithi118.stdout:826: finishing rollback tid 0 to smithi118168640-36 2023-09-30T09:10:11.250 INFO:tasks.rados.rados.0.smithi118.stdout:826: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:10:11.250 INFO:tasks.rados.rados.0.smithi118.stdout:826: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:10:11.250 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 240 (ObjNum 219 snap 58 seq_num 219) dirty exists 2023-09-30T09:10:11.250 INFO:tasks.rados.rados.0.smithi118.stdout:825: finishing write tid 3 to smithi118168640-12 2023-09-30T09:10:11.250 INFO:tasks.rados.rados.0.smithi118.stdout:825: finishing write tid 4 to smithi118168640-12 2023-09-30T09:10:11.251 INFO:tasks.rados.rados.0.smithi118.stdout:825: finishing write tid 5 to smithi118168640-12 2023-09-30T09:10:11.251 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 299 (ObjNum 261 snap 74 seq_num 261) dirty exists 2023-09-30T09:10:11.251 INFO:tasks.rados.rados.0.smithi118.stdout:825: left oid 12 (ObjNum 261 snap 74 seq_num 261) 2023-09-30T09:10:11.277 INFO:tasks.rados.rados.0.smithi118.stdout:827: expect (ObjNum 246 snap 71 seq_num 246) 2023-09-30T09:10:11.659 INFO:tasks.rados.rados.0.smithi118.stdout:821: done (5 left) 2023-09-30T09:10:12.381 INFO:tasks.rados.rados.0.smithi118.stdout:824: done (4 left) 2023-09-30T09:10:12.381 INFO:tasks.rados.rados.0.smithi118.stdout:825: done (3 left) 2023-09-30T09:10:12.381 INFO:tasks.rados.rados.0.smithi118.stdout:826: done (2 left) 2023-09-30T09:10:12.382 INFO:tasks.rados.rados.0.smithi118.stdout:827: done (1 left) 2023-09-30T09:10:12.382 INFO:tasks.rados.rados.0.smithi118.stdout:828: done (0 left) 2023-09-30T09:10:12.382 INFO:tasks.rados.rados.0.smithi118.stdout:829: snap_remove snap 73 2023-09-30T09:10:12.382 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: osdmap e216: 8 total, 8 up, 8 in 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: pgmap v33: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:11 smithi192 ceph-mon[180220]: osdmap e217: 8 total, 8 up, 8 in 2023-09-30T09:10:12.383 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: osdmap e216: 8 total, 8 up, 8 in 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: pgmap v33: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[182959]: osdmap e217: 8 total, 8 up, 8 in 2023-09-30T09:10:12.384 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: osdmap e216: 8 total, 8 up, 8 in 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: failed to encode map e216 with expected crc 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: pgmap v33: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 11 MiB/s rd, 1.6 MiB/s wr, 14 op/s 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:11 smithi118 ceph-mon[185516]: osdmap e217: 8 total, 8 up, 8 in 2023-09-30T09:10:12.485 INFO:tasks.rados.rados.0.smithi118.stdout:829: done (0 left) 2023-09-30T09:10:12.534 INFO:tasks.rados.rados.0.smithi118.stdout:830: rmattr oid 41 current snap is 75 2023-09-30T09:10:12.535 INFO:tasks.rados.rados.0.smithi118.stdout:831: snap_remove snap 64 2023-09-30T09:10:12.724 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:12 smithi192 ceph-mon[180220]: failed to encode map e217 with expected crc 2023-09-30T09:10:12.724 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:12 smithi192 ceph-mon[180220]: failed to encode map e217 with expected crc 2023-09-30T09:10:12.724 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:12 smithi192 ceph-mon[180220]: failed to encode map e217 with expected crc 2023-09-30T09:10:12.724 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.724 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:12.724 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:12 smithi192 ceph-mon[180220]: osdmap e218: 8 total, 8 up, 8 in 2023-09-30T09:10:13.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:10:12.848+0000 7fd7b44e6700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-09-30T09:10:13.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[182959]: failed to encode map e217 with expected crc 2023-09-30T09:10:13.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[182959]: failed to encode map e217 with expected crc 2023-09-30T09:10:13.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[182959]: failed to encode map e217 with expected crc 2023-09-30T09:10:13.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[182959]: osdmap e218: 8 total, 8 up, 8 in 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[185516]: failed to encode map e217 with expected crc 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[185516]: failed to encode map e217 with expected crc 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[185516]: failed to encode map e217 with expected crc 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:13.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:12 smithi118 ceph-mon[185516]: osdmap e218: 8 total, 8 up, 8 in 2023-09-30T09:10:13.487 INFO:tasks.rados.rados.0.smithi118.stdout:831: done (1 left) 2023-09-30T09:10:13.488 INFO:tasks.rados.rados.0.smithi118.stdout:832: setattr oid 12 current snap is 75 2023-09-30T09:10:13.488 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 405 (ObjNum 245 snap 71 seq_num 245) dirty exists 2023-09-30T09:10:13.490 INFO:tasks.rados.rados.0.smithi118.stdout:830: done (1 left) 2023-09-30T09:10:13.490 INFO:tasks.rados.rados.0.smithi118.stdout:833: rmattr oid 31 current snap is 75 2023-09-30T09:10:13.490 INFO:tasks.rados.rados.0.smithi118.stdout:833: done (1 left) 2023-09-30T09:10:13.490 INFO:tasks.rados.rados.0.smithi118.stdout:834: rollback oid 42 current snap is 75 2023-09-30T09:10:13.490 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 42 to 72 2023-09-30T09:10:13.490 INFO:tasks.rados.rados.0.smithi118.stdout:835: rollback oid 38 current snap is 75 2023-09-30T09:10:13.490 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 72 2023-09-30T09:10:13.491 INFO:tasks.rados.rados.0.smithi118.stdout:836: snap_create 2023-09-30T09:10:13.499 INFO:tasks.rados.rados.0.smithi118.stdout:834: finishing rollback tid 0 to smithi118168640-42 2023-09-30T09:10:13.500 INFO:tasks.rados.rados.0.smithi118.stdout:835: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:10:13.501 INFO:tasks.rados.rados.0.smithi118.stdout:835: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:10:13.501 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 303 (ObjNum 261 snap 74 seq_num 261) dirty exists 2023-09-30T09:10:13.502 INFO:tasks.rados.rados.0.smithi118.stdout:835: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:10:13.502 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 259 (ObjNum 177 snap 49 seq_num 177) dirty exists 2023-09-30T09:10:13.503 INFO:tasks.rados.rados.0.smithi118.stdout:834: finishing rollback tid 1 to smithi118168640-42 2023-09-30T09:10:13.503 INFO:tasks.rados.rados.0.smithi118.stdout:834: finishing rollback tid 2 to smithi118168640-42 2023-09-30T09:10:13.503 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 233 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:10:13.945 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:13 smithi192 ceph-mon[180220]: failed to encode map e218 with expected crc 2023-09-30T09:10:13.946 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:13 smithi192 ceph-mon[180220]: failed to encode map e218 with expected crc 2023-09-30T09:10:13.946 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:13 smithi192 ceph-mon[180220]: failed to encode map e218 with expected crc 2023-09-30T09:10:13.946 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:13 smithi192 ceph-mon[180220]: pgmap v36: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.2 MiB/s wr, 20 op/s 2023-09-30T09:10:13.946 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:13 smithi192 ceph-mon[180220]: osdmap e219: 8 total, 8 up, 8 in 2023-09-30T09:10:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[182959]: failed to encode map e218 with expected crc 2023-09-30T09:10:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[182959]: failed to encode map e218 with expected crc 2023-09-30T09:10:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[182959]: failed to encode map e218 with expected crc 2023-09-30T09:10:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[182959]: pgmap v36: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.2 MiB/s wr, 20 op/s 2023-09-30T09:10:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[182959]: osdmap e219: 8 total, 8 up, 8 in 2023-09-30T09:10:14.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[185516]: failed to encode map e218 with expected crc 2023-09-30T09:10:14.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[185516]: failed to encode map e218 with expected crc 2023-09-30T09:10:14.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[185516]: failed to encode map e218 with expected crc 2023-09-30T09:10:14.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[185516]: pgmap v36: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 15 MiB/s rd, 2.2 MiB/s wr, 20 op/s 2023-09-30T09:10:14.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:13 smithi118 ceph-mon[185516]: osdmap e219: 8 total, 8 up, 8 in 2023-09-30T09:10:14.488 INFO:tasks.rados.rados.0.smithi118.stdout:832: done (3 left) 2023-09-30T09:10:14.489 INFO:tasks.rados.rados.0.smithi118.stdout:834: done (2 left) 2023-09-30T09:10:14.489 INFO:tasks.rados.rados.0.smithi118.stdout:835: done (1 left) 2023-09-30T09:10:14.489 INFO:tasks.rados.rados.0.smithi118.stdout:836: done (0 left) 2023-09-30T09:10:14.489 INFO:tasks.rados.rados.0.smithi118.stdout:837: rollback oid 43 current snap is 76 2023-09-30T09:10:14.489 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 43 to 72 2023-09-30T09:10:14.489 INFO:tasks.rados.rados.0.smithi118.stdout:838: snap_create 2023-09-30T09:10:14.494 INFO:tasks.rados.rados.0.smithi118.stdout:837: finishing rollback tid 0 to smithi118168640-43 2023-09-30T09:10:14.494 INFO:tasks.rados.rados.0.smithi118.stdout:837: finishing rollback tid 1 to smithi118168640-43 2023-09-30T09:10:14.495 INFO:tasks.rados.rados.0.smithi118.stdout:837: finishing rollback tid 2 to smithi118168640-43 2023-09-30T09:10:14.495 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 356 (ObjNum 174 snap 49 seq_num 174) dirty exists 2023-09-30T09:10:15.337 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: failed to encode map e219 with expected crc 2023-09-30T09:10:15.337 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: failed to encode map e219 with expected crc 2023-09-30T09:10:15.337 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.337 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: osdmap e220: 8 total, 8 up, 8 in 2023-09-30T09:10:15.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[182959]: failed to encode map e220 with expected crc 2023-09-30T09:10:15.339 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: failed to encode map e219 with expected crc 2023-09-30T09:10:15.339 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: failed to encode map e219 with expected crc 2023-09-30T09:10:15.339 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.339 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.339 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:15.339 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:15.340 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.340 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:15.340 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:15.340 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:15.340 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: osdmap e220: 8 total, 8 up, 8 in 2023-09-30T09:10:15.340 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:14 smithi118 ceph-mon[185516]: failed to encode map e220 with expected crc 2023-09-30T09:10:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: failed to encode map e219 with expected crc 2023-09-30T09:10:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: failed to encode map e219 with expected crc 2023-09-30T09:10:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: osdmap e220: 8 total, 8 up, 8 in 2023-09-30T09:10:15.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:14 smithi192 ceph-mon[180220]: failed to encode map e220 with expected crc 2023-09-30T09:10:15.492 INFO:tasks.rados.rados.0.smithi118.stdout:837: done (1 left) 2023-09-30T09:10:15.492 INFO:tasks.rados.rados.0.smithi118.stdout:838: done (0 left) 2023-09-30T09:10:15.492 INFO:tasks.rados.rados.0.smithi118.stdout:839: rmattr oid 29 current snap is 77 2023-09-30T09:10:15.492 INFO:tasks.rados.rados.0.smithi118.stdout:839: done (0 left) 2023-09-30T09:10:15.492 INFO:tasks.rados.rados.0.smithi118.stdout:840: snap_create 2023-09-30T09:10:16.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: Reconfiguring mon.a (monmap changed)... 2023-09-30T09:10:16.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: Reconfiguring daemon mon.a on smithi118 2023-09-30T09:10:16.389 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: failed to encode map e220 with expected crc 2023-09-30T09:10:16.456 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: failed to encode map e220 with expected crc 2023-09-30T09:10:16.456 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: pgmap v39: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:16.456 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.457 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.457 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: Reconfiguring mgr.y (monmap changed)... 2023-09-30T09:10:16.457 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:10:16.457 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:10:16.457 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:16.457 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: Reconfiguring daemon mgr.y on smithi118 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: osdmap e221: 8 total, 8 up, 8 in 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: Reconfiguring mon.a (monmap changed)... 2023-09-30T09:10:16.458 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: Reconfiguring daemon mon.a on smithi118 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: failed to encode map e220 with expected crc 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: failed to encode map e220 with expected crc 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: pgmap v39: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: Reconfiguring mgr.y (monmap changed)... 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:10:16.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:16.460 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: Reconfiguring daemon mgr.y on smithi118 2023-09-30T09:10:16.460 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: osdmap e221: 8 total, 8 up, 8 in 2023-09-30T09:10:16.460 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.460 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.460 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:16.460 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:16.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:16.492 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: Reconfiguring mon.a (monmap changed)... 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: Reconfiguring daemon mon.a on smithi118 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: failed to encode map e220 with expected crc 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: failed to encode map e220 with expected crc 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: pgmap v39: 121 pgs: 121 active+clean; 142 MiB data, 627 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: Reconfiguring mgr.y (monmap changed)... 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:10:16.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: Reconfiguring daemon mgr.y on smithi118 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: osdmap e221: 8 total, 8 up, 8 in 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:16.494 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:16.495 INFO:tasks.rados.rados.0.smithi118.stdout:840: done (0 left) 2023-09-30T09:10:16.495 INFO:tasks.rados.rados.0.smithi118.stdout:841: delete oid 33 current snap is 78 2023-09-30T09:10:16.498 INFO:tasks.rados.rados.0.smithi118.stdout:841: done (0 left) 2023-09-30T09:10:16.498 INFO:tasks.rados.rados.0.smithi118.stdout:842: setattr oid 48 current snap is 78 2023-09-30T09:10:16.499 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 78 2023-09-30T09:10:16.500 INFO:tasks.rados.rados.0.smithi118.stdout:843: seq_num 263 ranges {4448256=409600,4857856=475136,5332992=557056,5890048=573440} 2023-09-30T09:10:16.525 INFO:tasks.rados.rados.0.smithi118.stdout:843: writing smithi118168640-2 from 4448256 to 4857856 tid 1 2023-09-30T09:10:16.527 INFO:tasks.rados.rados.0.smithi118.stdout:843: writing smithi118168640-2 from 4857856 to 5332992 tid 2 2023-09-30T09:10:16.530 INFO:tasks.rados.rados.0.smithi118.stdout:843: writing smithi118168640-2 from 5332992 to 5890048 tid 3 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:843: writing smithi118168640-2 from 5890048 to 6463488 tid 4 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:844: read oid 37 snap -1 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:844: expect deleted 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:845: copy_from oid 40 from oid 33 current snap is 78 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 419 (ObjNum 246 snap 71 seq_num 246) dirty exists 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:843: finishing write tid 1 to smithi118168640-2 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:843: finishing write tid 2 to smithi118168640-2 2023-09-30T09:10:16.534 INFO:tasks.rados.rados.0.smithi118.stdout:842: done (3 left) 2023-09-30T09:10:16.535 INFO:tasks.rados.rados.0.smithi118.stdout:846: snap_remove snap 72 2023-09-30T09:10:17.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: Reconfiguring mon.c (monmap changed)... 2023-09-30T09:10:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: Reconfiguring daemon mon.c on smithi118 2023-09-30T09:10:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: osdmap e222: 8 total, 8 up, 8 in 2023-09-30T09:10:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:17.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:17.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:10:17.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:17.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: Reconfiguring mon.c (monmap changed)... 2023-09-30T09:10:17.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: Reconfiguring daemon mon.c on smithi118 2023-09-30T09:10:17.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: osdmap e222: 8 total, 8 up, 8 in 2023-09-30T09:10:17.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:17.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:17.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:10:17.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: Reconfiguring mon.c (monmap changed)... 2023-09-30T09:10:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: Reconfiguring daemon mon.c on smithi118 2023-09-30T09:10:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: failed to encode map e221 with expected crc 2023-09-30T09:10:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: osdmap e222: 8 total, 8 up, 8 in 2023-09-30T09:10:17.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:17.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:17.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:10:17.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:846: done (3 left) 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:847: setattr oid 27 current snap is 78 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:843: finishing write tid 3 to smithi118168640-2 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:845: finishing copy_from to smithi118168640-40 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:845: got expected ENOENT (src dne) 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:845: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:843: finishing write tid 4 to smithi118168640-2 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:843: finishing write tid 5 to smithi118168640-2 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:843: finishing write tid 6 to smithi118168640-2 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 425 (ObjNum 263 snap 78 seq_num 263) dirty exists 2023-09-30T09:10:17.495 INFO:tasks.rados.rados.0.smithi118.stdout:843: left oid 2 (ObjNum 263 snap 78 seq_num 263) 2023-09-30T09:10:17.496 INFO:tasks.rados.rados.0.smithi118.stdout:843: done (3 left) 2023-09-30T09:10:17.496 INFO:tasks.rados.rados.0.smithi118.stdout:844: done (2 left) 2023-09-30T09:10:17.496 INFO:tasks.rados.rados.0.smithi118.stdout:845: done (1 left) 2023-09-30T09:10:17.497 INFO:tasks.rados.rados.0.smithi118.stdout:848: snap_create 2023-09-30T09:10:17.507 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 143 (ObjNum 256 snap 74 seq_num 256) dirty exists 2023-09-30T09:10:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: failed to encode map e221 with expected crc 2023-09-30T09:10:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: failed to encode map e221 with expected crc 2023-09-30T09:10:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: failed to encode map e222 with expected crc 2023-09-30T09:10:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: failed to encode map e222 with expected crc 2023-09-30T09:10:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: Reconfiguring osd.0 (monmap changed)... 2023-09-30T09:10:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.0 on smithi118 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: pgmap v42: 121 pgs: 121 active+clean; 150 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: osdmap e223: 8 total, 8 up, 8 in 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: failed to encode map e221 with expected crc 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: failed to encode map e221 with expected crc 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: failed to encode map e222 with expected crc 2023-09-30T09:10:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: failed to encode map e222 with expected crc 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: Reconfiguring osd.0 (monmap changed)... 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.0 on smithi118 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: pgmap v42: 121 pgs: 121 active+clean; 150 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: osdmap e223: 8 total, 8 up, 8 in 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:10:18.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:18.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: failed to encode map e221 with expected crc 2023-09-30T09:10:18.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: failed to encode map e221 with expected crc 2023-09-30T09:10:18.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: failed to encode map e222 with expected crc 2023-09-30T09:10:18.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: failed to encode map e222 with expected crc 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: Reconfiguring osd.0 (monmap changed)... 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.0 on smithi118 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: pgmap v42: 121 pgs: 121 active+clean; 150 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: osdmap e223: 8 total, 8 up, 8 in 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:10:18.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:18.496 INFO:tasks.rados.rados.0.smithi118.stdout:847: done (1 left) 2023-09-30T09:10:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:848: done (0 left) 2023-09-30T09:10:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 79 2023-09-30T09:10:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:849: seq_num 264 ranges {0=425984,425984=761856,1187840=770048,1957888=73728} 2023-09-30T09:10:18.499 INFO:tasks.rados.rados.0.smithi118.stdout:849: writing smithi118168640-37 from 0 to 425984 tid 1 2023-09-30T09:10:18.504 INFO:tasks.rados.rados.0.smithi118.stdout:849: writing smithi118168640-37 from 425984 to 1187840 tid 2 2023-09-30T09:10:18.509 INFO:tasks.rados.rados.0.smithi118.stdout:849: writing smithi118168640-37 from 1187840 to 1957888 tid 3 2023-09-30T09:10:18.509 INFO:tasks.rados.rados.0.smithi118.stdout:849: writing smithi118168640-37 from 1957888 to 2031616 tid 4 2023-09-30T09:10:18.509 INFO:tasks.rados.rados.0.smithi118.stdout:850: snap_create 2023-09-30T09:10:18.509 INFO:tasks.rados.rados.0.smithi118.stdout:849: finishing write tid 1 to smithi118168640-37 2023-09-30T09:10:18.509 INFO:tasks.rados.rados.0.smithi118.stdout:849: finishing write tid 2 to smithi118168640-37 2023-09-30T09:10:18.513 INFO:tasks.rados.rados.0.smithi118.stdout:849: finishing write tid 3 to smithi118168640-37 2023-09-30T09:10:18.513 INFO:tasks.rados.rados.0.smithi118.stdout:849: finishing write tid 4 to smithi118168640-37 2023-09-30T09:10:18.514 INFO:tasks.rados.rados.0.smithi118.stdout:849: finishing write tid 5 to smithi118168640-37 2023-09-30T09:10:18.514 INFO:tasks.rados.rados.0.smithi118.stdout:849: finishing write tid 6 to smithi118168640-37 2023-09-30T09:10:18.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 307 (ObjNum 264 snap 79 seq_num 264) dirty exists 2023-09-30T09:10:18.515 INFO:tasks.rados.rados.0.smithi118.stdout:849: left oid 37 (ObjNum 264 snap 79 seq_num 264) 2023-09-30T09:10:18.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:10:18.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: Reconfiguring osd.1 (monmap changed)... 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.1 on smithi118 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: failed to encode map e224 with expected crc 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: osdmap e224: 8 total, 8 up, 8 in 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: failed to encode map e224 with expected crc 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:19.343 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: Reconfiguring osd.1 (monmap changed)... 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.1 on smithi118 2023-09-30T09:10:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: failed to encode map e224 with expected crc 2023-09-30T09:10:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: osdmap e224: 8 total, 8 up, 8 in 2023-09-30T09:10:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: failed to encode map e224 with expected crc 2023-09-30T09:10:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:10:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: failed to encode map e223 with expected crc 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: Reconfiguring osd.1 (monmap changed)... 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.1 on smithi118 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: failed to encode map e224 with expected crc 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: osdmap e224: 8 total, 8 up, 8 in 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: failed to encode map e224 with expected crc 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:19.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:10:19.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:19.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:19.509 INFO:tasks.rados.rados.0.smithi118.stdout:849: done (1 left) 2023-09-30T09:10:19.509 INFO:tasks.rados.rados.0.smithi118.stdout:850: done (0 left) 2023-09-30T09:10:19.509 INFO:tasks.rados.rados.0.smithi118.stdout:851: read oid 11 snap 77 2023-09-30T09:10:19.510 INFO:tasks.rados.rados.0.smithi118.stdout:851: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:10:19.510 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 80 2023-09-30T09:10:19.510 INFO:tasks.rados.rados.0.smithi118.stdout:852: seq_num 265 ranges {1540096=442368,1982464=647168,2629632=573440,3203072=385024} 2023-09-30T09:10:19.520 INFO:tasks.rados.rados.0.smithi118.stdout:852: writing smithi118168640-21 from 1540096 to 1982464 tid 1 2023-09-30T09:10:19.524 INFO:tasks.rados.rados.0.smithi118.stdout:852: writing smithi118168640-21 from 1982464 to 2629632 tid 2 2023-09-30T09:10:19.529 INFO:tasks.rados.rados.0.smithi118.stdout:852: writing smithi118168640-21 from 2629632 to 3203072 tid 3 2023-09-30T09:10:19.531 INFO:tasks.rados.rados.0.smithi118.stdout:852: writing smithi118168640-21 from 3203072 to 3588096 tid 4 2023-09-30T09:10:19.531 INFO:tasks.rados.rados.0.smithi118.stdout:853: delete oid 47 current snap is 80 2023-09-30T09:10:19.532 INFO:tasks.rados.rados.0.smithi118.stdout:852: finishing write tid 1 to smithi118168640-21 2023-09-30T09:10:19.532 INFO:tasks.rados.rados.0.smithi118.stdout:852: finishing write tid 2 to smithi118168640-21 2023-09-30T09:10:19.533 INFO:tasks.rados.rados.0.smithi118.stdout:851: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:10:19.734 INFO:tasks.rados.rados.0.smithi118.stdout:852: finishing write tid 3 to smithi118168640-21 2023-09-30T09:10:19.734 INFO:tasks.rados.rados.0.smithi118.stdout:852: finishing write tid 4 to smithi118168640-21 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:852: finishing write tid 5 to smithi118168640-21 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:852: finishing write tid 6 to smithi118168640-21 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 277 (ObjNum 265 snap 80 seq_num 265) dirty exists 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:852: left oid 21 (ObjNum 265 snap 80 seq_num 265) 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:851: done (2 left) 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:852: done (1 left) 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:853: done (0 left) 2023-09-30T09:10:19.735 INFO:tasks.rados.rados.0.smithi118.stdout:854: snap_create 2023-09-30T09:10:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:10:19] "GET /metrics HTTP/1.1" 200 36019 "" "Prometheus/2.43.0" 2023-09-30T09:10:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: failed to encode map e224 with expected crc 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: Reconfiguring osd.2 (monmap changed)... 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.2 on smithi118 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: pgmap v45: 121 pgs: 121 active+clean; 150 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: osdmap e225: 8 total, 8 up, 8 in 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:10:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: failed to encode map e224 with expected crc 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: Reconfiguring osd.2 (monmap changed)... 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.2 on smithi118 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: pgmap v45: 121 pgs: 121 active+clean; 150 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: osdmap e225: 8 total, 8 up, 8 in 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:10:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: failed to encode map e224 with expected crc 2023-09-30T09:10:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: Reconfiguring osd.2 (monmap changed)... 2023-09-30T09:10:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.2 on smithi118 2023-09-30T09:10:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: pgmap v45: 121 pgs: 121 active+clean; 150 MiB data, 679 MiB used, 715 GiB / 715 GiB avail; 7.3 MiB/s rd, 1.9 MiB/s wr, 14 op/s 2023-09-30T09:10:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:20.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: osdmap e225: 8 total, 8 up, 8 in 2023-09-30T09:10:20.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:10:20.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:20.516 INFO:tasks.rados.rados.0.smithi118.stdout:854: done (0 left) 2023-09-30T09:10:20.516 INFO:tasks.rados.rados.0.smithi118.stdout:855: setattr oid 39 current snap is 81 2023-09-30T09:10:20.518 INFO:tasks.rados.rados.0.smithi118.stdout:856: read oid 37 snap -1 2023-09-30T09:10:20.518 INFO:tasks.rados.rados.0.smithi118.stdout:856: expect (ObjNum 264 snap 79 seq_num 264) 2023-09-30T09:10:20.518 INFO:tasks.rados.rados.0.smithi118.stdout:857: read oid 25 snap -1 2023-09-30T09:10:20.518 INFO:tasks.rados.rados.0.smithi118.stdout:857: expect (ObjNum 243 snap 70 seq_num 243) 2023-09-30T09:10:20.518 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 81 2023-09-30T09:10:20.518 INFO:tasks.rados.rados.0.smithi118.stdout:858: seq_num 267 ranges {0=475136,475136=458752,933888=540672,1474560=606208} 2023-09-30T09:10:20.520 INFO:tasks.rados.rados.0.smithi118.stdout:858: writing smithi118168640-47 from 0 to 475136 tid 1 2023-09-30T09:10:20.525 INFO:tasks.rados.rados.0.smithi118.stdout:858: writing smithi118168640-47 from 475136 to 933888 tid 2 2023-09-30T09:10:20.527 INFO:tasks.rados.rados.0.smithi118.stdout:858: writing smithi118168640-47 from 933888 to 1474560 tid 3 2023-09-30T09:10:20.531 INFO:tasks.rados.rados.0.smithi118.stdout:858: writing smithi118168640-47 from 1474560 to 2080768 tid 4 2023-09-30T09:10:20.531 INFO:tasks.rados.rados.0.smithi118.stdout:859: copy_from oid 42 from oid 26 current snap is 81 2023-09-30T09:10:20.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 124 (ObjNum 81 snap 0 seq_num 154) dirty exists 2023-09-30T09:10:20.531 INFO:tasks.rados.rados.0.smithi118.stdout:858: finishing write tid 1 to smithi118168640-47 2023-09-30T09:10:20.531 INFO:tasks.rados.rados.0.smithi118.stdout:855: done (4 left) 2023-09-30T09:10:20.531 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 81 2023-09-30T09:10:20.534 INFO:tasks.rados.rados.0.smithi118.stdout:860: seq_num 268 ranges {5873664=491520,6365184=745472,7110656=745472,7856128=114688} 2023-09-30T09:10:20.566 INFO:tasks.rados.rados.0.smithi118.stdout:860: writing smithi118168640-12 from 5873664 to 6365184 tid 1 2023-09-30T09:10:20.570 INFO:tasks.rados.rados.0.smithi118.stdout:860: writing smithi118168640-12 from 6365184 to 7110656 tid 2 2023-09-30T09:10:20.574 INFO:tasks.rados.rados.0.smithi118.stdout:860: writing smithi118168640-12 from 7110656 to 7856128 tid 3 2023-09-30T09:10:20.575 INFO:tasks.rados.rados.0.smithi118.stdout:860: writing smithi118168640-12 from 7856128 to 7970816 tid 4 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:861: delete oid 33 current snap is 81 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:858: finishing write tid 2 to smithi118168640-47 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:858: finishing write tid 3 to smithi118168640-47 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:858: finishing write tid 4 to smithi118168640-47 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:858: finishing write tid 5 to smithi118168640-47 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:859: finishing copy_from to smithi118168640-42 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:859: got expected ENOENT (src dne) 2023-09-30T09:10:20.576 INFO:tasks.rados.rados.0.smithi118.stdout:859: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:10:20.577 INFO:tasks.rados.rados.0.smithi118.stdout:856: expect (ObjNum 264 snap 79 seq_num 264) 2023-09-30T09:10:20.630 INFO:tasks.rados.rados.0.smithi118.stdout:858: finishing write tid 6 to smithi118168640-47 2023-09-30T09:10:20.630 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 283 (ObjNum 267 snap 81 seq_num 267) dirty exists 2023-09-30T09:10:20.630 INFO:tasks.rados.rados.0.smithi118.stdout:858: left oid 47 (ObjNum 267 snap 81 seq_num 267) 2023-09-30T09:10:20.630 INFO:tasks.rados.rados.0.smithi118.stdout:857: expect (ObjNum 243 snap 70 seq_num 243) 2023-09-30T09:10:20.678 INFO:tasks.rados.rados.0.smithi118.stdout:860: finishing write tid 1 to smithi118168640-12 2023-09-30T09:10:20.678 INFO:tasks.rados.rados.0.smithi118.stdout:860: finishing write tid 2 to smithi118168640-12 2023-09-30T09:10:20.678 INFO:tasks.rados.rados.0.smithi118.stdout:856: done (5 left) 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:857: done (4 left) 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:858: done (3 left) 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:859: done (2 left) 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:861: done (1 left) 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 81 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:860: finishing write tid 3 to smithi118168640-12 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:860: finishing write tid 4 to smithi118168640-12 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:860: finishing write tid 5 to smithi118168640-12 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:860: finishing write tid 6 to smithi118168640-12 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 315 (ObjNum 268 snap 81 seq_num 268) dirty exists 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:860: left oid 12 (ObjNum 268 snap 81 seq_num 268) 2023-09-30T09:10:20.679 INFO:tasks.rados.rados.0.smithi118.stdout:862: seq_num 270 ranges {7528448=524288,8052736=516096,8568832=761856,9330688=327680} 2023-09-30T09:10:20.721 INFO:tasks.rados.rados.0.smithi118.stdout:862: writing smithi118168640-48 from 7528448 to 8052736 tid 1 2023-09-30T09:10:20.724 INFO:tasks.rados.rados.0.smithi118.stdout:862: writing smithi118168640-48 from 8052736 to 8568832 tid 2 2023-09-30T09:10:20.730 INFO:tasks.rados.rados.0.smithi118.stdout:862: writing smithi118168640-48 from 8568832 to 9330688 tid 3 2023-09-30T09:10:20.730 INFO:tasks.rados.rados.0.smithi118.stdout:862: writing smithi118168640-48 from 9330688 to 9658368 tid 4 2023-09-30T09:10:20.731 INFO:tasks.rados.rados.0.smithi118.stdout:860: done (1 left) 2023-09-30T09:10:20.731 INFO:tasks.rados.rados.0.smithi118.stdout:863: snap_create 2023-09-30T09:10:20.731 INFO:tasks.rados.rados.0.smithi118.stdout:862: finishing write tid 1 to smithi118168640-48 2023-09-30T09:10:20.731 INFO:tasks.rados.rados.0.smithi118.stdout:862: finishing write tid 2 to smithi118168640-48 2023-09-30T09:10:20.733 INFO:tasks.rados.rados.0.smithi118.stdout:862: finishing write tid 3 to smithi118168640-48 2023-09-30T09:10:20.733 INFO:tasks.rados.rados.0.smithi118.stdout:862: finishing write tid 4 to smithi118168640-48 2023-09-30T09:10:20.733 INFO:tasks.rados.rados.0.smithi118.stdout:862: finishing write tid 5 to smithi118168640-48 2023-09-30T09:10:20.735 INFO:tasks.rados.rados.0.smithi118.stdout:862: finishing write tid 6 to smithi118168640-48 2023-09-30T09:10:20.735 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 439 (ObjNum 270 snap 81 seq_num 270) dirty exists 2023-09-30T09:10:20.735 INFO:tasks.rados.rados.0.smithi118.stdout:862: left oid 48 (ObjNum 270 snap 81 seq_num 270) 2023-09-30T09:10:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: Reconfiguring osd.3 (monmap changed)... 2023-09-30T09:10:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.3 on smithi118 2023-09-30T09:10:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:10:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: osdmap e226: 8 total, 8 up, 8 in 2023-09-30T09:10:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[185516]: failed to encode map e226 with expected crc 2023-09-30T09:10:21.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: Reconfiguring osd.3 (monmap changed)... 2023-09-30T09:10:21.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.3 on smithi118 2023-09-30T09:10:21.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:21.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:21.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:10:21.100 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:21.100 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: osdmap e226: 8 total, 8 up, 8 in 2023-09-30T09:10:21.100 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:20 smithi118 ceph-mon[182959]: failed to encode map e226 with expected crc 2023-09-30T09:10:21.155 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:10:21.400 INFO:tasks.rados.rados.0.smithi118.stdout:862: done (1 left) 2023-09-30T09:10:21.401 INFO:tasks.rados.rados.0.smithi118.stdout:863: done (0 left) 2023-09-30T09:10:21.401 INFO:tasks.rados.rados.0.smithi118.stdout:864: snap_remove snap 79 2023-09-30T09:10:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: failed to encode map e225 with expected crc 2023-09-30T09:10:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: Reconfiguring osd.3 (monmap changed)... 2023-09-30T09:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.3 on smithi118 2023-09-30T09:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: osdmap e226: 8 total, 8 up, 8 in 2023-09-30T09:10:21.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:20 smithi192 ceph-mon[180220]: failed to encode map e226 with expected crc 2023-09-30T09:10:21.484 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:10:21.484 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (89s) - 4m 17.9M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:10:21.485 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (75s) - 3m 79.6M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:10:21.485 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (4m) - 4m 16.9M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:10:21.485 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (4m) - 4m 18.2M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:10:21.485 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (49s) - 7m 446M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:10:21.485 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (70s) - 8m 498M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:10:21.485 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (40s) - 8m 55.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:10:21.486 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (13s) - 7m 24.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:10:21.486 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (22s) - 7m 22.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:10:21.486 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (87s) - 3m 9865k - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:10:21.486 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (74s) - 3m 9361k - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:10:21.486 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (7m) - 7m 253M 2486M 17.2.6-1161-g191c1869 8497a1260037 7496ad849d71 2023-09-30T09:10:21.486 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (6m) - 6m 265M 2486M 17.2.6-1161-g191c1869 8497a1260037 7aa0bb3bf5ad 2023-09-30T09:10:21.487 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (6m) - 6m 237M 2486M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:10:21.487 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (6m) - 6m 159M 2486M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:10:21.487 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (5m) - 5m 294M 2486M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:10:21.487 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (5m) - 5m 313M 2486M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:10:21.487 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (5m) - 5m 204M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:10:21.487 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (5m) - 5m 219M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:10:21.488 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (53s) - 4m 44.1M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:10:21.865 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:10:21.865 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:10:21.865 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:10:21.865 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:21.865 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:10:21.865 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 10, 2023-09-30T09:10:21.866 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 5 2023-09-30T09:10:21.867 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:10:21.867 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:10:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: Reconfiguring mds.a (monmap changed)... 2023-09-30T09:10:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: Reconfiguring daemon mds.a on smithi118 2023-09-30T09:10:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: pgmap v48: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: osdmap e227: 8 total, 8 up, 8 in 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/448262132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: Reconfiguring mds.a (monmap changed)... 2023-09-30T09:10:22.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: Reconfiguring daemon mds.a on smithi118 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: pgmap v48: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: osdmap e227: 8 total, 8 up, 8 in 2023-09-30T09:10:22.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:21 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/448262132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:22.402 INFO:tasks.rados.rados.0.smithi118.stdout:864: done (0 left) 2023-09-30T09:10:22.402 INFO:tasks.rados.rados.0.smithi118.stdout:865: rmattr oid 46 current snap is 82 2023-09-30T09:10:22.402 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 82 2023-09-30T09:10:22.402 INFO:tasks.rados.rados.0.smithi118.stdout:866: seq_num 271 ranges {9658368=540672,10199040=802816,11001856=516096,11517952=286720} 2023-09-30T09:10:22.456 INFO:tasks.rados.rados.0.smithi118.stdout:866: writing smithi118168640-48 from 9658368 to 10199040 tid 1 2023-09-30T09:10:22.461 INFO:tasks.rados.rados.0.smithi118.stdout:866: writing smithi118168640-48 from 10199040 to 11001856 tid 2 2023-09-30T09:10:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: Reconfiguring mds.a (monmap changed)... 2023-09-30T09:10:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: Reconfiguring daemon mds.a on smithi118 2023-09-30T09:10:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: failed to encode map e226 with expected crc 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: pgmap v48: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: osdmap e227: 8 total, 8 up, 8 in 2023-09-30T09:10:22.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:21 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/448262132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:22.465 INFO:tasks.rados.rados.0.smithi118.stdout:866: writing smithi118168640-48 from 11001856 to 11517952 tid 3 2023-09-30T09:10:22.465 INFO:tasks.rados.rados.0.smithi118.stdout:866: writing smithi118168640-48 from 11517952 to 11804672 tid 4 2023-09-30T09:10:22.465 INFO:tasks.rados.rados.0.smithi118.stdout:867: delete oid 18 current snap is 82 2023-09-30T09:10:22.465 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 263 (ObjNum 1201 snap 0 seq_num 3323660080) dirty exists 2023-09-30T09:10:22.465 INFO:tasks.rados.rados.0.smithi118.stdout:866: finishing write tid 1 to smithi118168640-48 2023-09-30T09:10:22.466 INFO:tasks.rados.rados.0.smithi118.stdout:866: finishing write tid 2 to smithi118168640-48 2023-09-30T09:10:22.468 INFO:tasks.rados.rados.0.smithi118.stdout:865: done (2 left) 2023-09-30T09:10:22.468 INFO:tasks.rados.rados.0.smithi118.stdout:867: done (1 left) 2023-09-30T09:10:22.468 INFO:tasks.rados.rados.0.smithi118.stdout:868: read oid 49 snap -1 2023-09-30T09:10:22.468 INFO:tasks.rados.rados.0.smithi118.stdout:868: expect (ObjNum 192 snap 53 seq_num 192) 2023-09-30T09:10:22.469 INFO:tasks.rados.rados.0.smithi118.stdout:869: delete oid 3 current snap is 82 2023-09-30T09:10:22.469 INFO:tasks.rados.rados.0.smithi118.stdout:866: finishing write tid 3 to smithi118168640-48 2023-09-30T09:10:22.469 INFO:tasks.rados.rados.0.smithi118.stdout:866: finishing write tid 4 to smithi118168640-48 2023-09-30T09:10:22.469 INFO:tasks.rados.rados.0.smithi118.stdout:866: finishing write tid 5 to smithi118168640-48 2023-09-30T09:10:22.472 INFO:tasks.rados.rados.0.smithi118.stdout:866: finishing write tid 6 to smithi118168640-48 2023-09-30T09:10:22.472 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 447 (ObjNum 271 snap 82 seq_num 271) dirty exists 2023-09-30T09:10:22.472 INFO:tasks.rados.rados.0.smithi118.stdout:866: left oid 48 (ObjNum 271 snap 82 seq_num 271) 2023-09-30T09:10:22.473 INFO:tasks.rados.rados.0.smithi118.stdout:868: expect (ObjNum 192 snap 53 seq_num 192) 2023-09-30T09:10:22.495 INFO:tasks.rados.rados.0.smithi118.stdout:866: done (2 left) 2023-09-30T09:10:22.495 INFO:tasks.rados.rados.0.smithi118.stdout:868: done (1 left) 2023-09-30T09:10:22.495 INFO:tasks.rados.rados.0.smithi118.stdout:869: done (0 left) 2023-09-30T09:10:22.495 INFO:tasks.rados.rados.0.smithi118.stdout:870: snap_remove snap 70 2023-09-30T09:10:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: Reconfiguring mon.b (monmap changed)... 2023-09-30T09:10:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: Reconfiguring daemon mon.b on smithi192 2023-09-30T09:10:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: from='client.34167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: osdmap e228: 8 total, 8 up, 8 in 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: failed to encode map e228 with expected crc 2023-09-30T09:10:23.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:22 smithi192 ceph-mon[180220]: failed to encode map e228 with expected crc 2023-09-30T09:10:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: Reconfiguring mon.b (monmap changed)... 2023-09-30T09:10:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: Reconfiguring daemon mon.b on smithi192 2023-09-30T09:10:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: from='client.34167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:23.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:23.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:23.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:10:23.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:10:23.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:23.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: osdmap e228: 8 total, 8 up, 8 in 2023-09-30T09:10:23.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: failed to encode map e228 with expected crc 2023-09-30T09:10:23.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[182959]: failed to encode map e228 with expected crc 2023-09-30T09:10:23.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:23.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: Reconfiguring mon.b (monmap changed)... 2023-09-30T09:10:23.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: Reconfiguring daemon mon.b on smithi192 2023-09-30T09:10:23.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: failed to encode map e227 with expected crc 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: from='client.34167 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:23.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: osdmap e228: 8 total, 8 up, 8 in 2023-09-30T09:10:23.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: failed to encode map e228 with expected crc 2023-09-30T09:10:23.352 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:22 smithi118 ceph-mon[185516]: failed to encode map e228 with expected crc 2023-09-30T09:10:23.406 INFO:tasks.rados.rados.0.smithi118.stdout:870: done (0 left) 2023-09-30T09:10:23.406 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 82 2023-09-30T09:10:23.406 INFO:tasks.rados.rados.0.smithi118.stdout:871: seq_num 274 ranges {0=598016,598016=499712,1097728=745472,1843200=360448} 2023-09-30T09:10:23.409 INFO:tasks.rados.rados.0.smithi118.stdout:871: writing smithi118168640-34 from 0 to 598016 tid 1 2023-09-30T09:10:23.412 INFO:tasks.rados.rados.0.smithi118.stdout:871: writing smithi118168640-34 from 598016 to 1097728 tid 2 2023-09-30T09:10:23.418 INFO:tasks.rados.rados.0.smithi118.stdout:871: writing smithi118168640-34 from 1097728 to 1843200 tid 3 2023-09-30T09:10:23.420 INFO:tasks.rados.rados.0.smithi118.stdout:871: writing smithi118168640-34 from 1843200 to 2203648 tid 4 2023-09-30T09:10:23.420 INFO:tasks.rados.rados.0.smithi118.stdout:872: read oid 25 snap -1 2023-09-30T09:10:23.420 INFO:tasks.rados.rados.0.smithi118.stdout:872: expect (ObjNum 243 snap 70 seq_num 243) 2023-09-30T09:10:23.420 INFO:tasks.rados.rados.0.smithi118.stdout:873: snap_remove snap 74 2023-09-30T09:10:24.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: Reconfiguring mgr.x (monmap changed)... 2023-09-30T09:10:24.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: Reconfiguring daemon mgr.x on smithi192 2023-09-30T09:10:24.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: failed to encode map e228 with expected crc 2023-09-30T09:10:24.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: failed to encode map e228 with expected crc 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: pgmap v51: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: osdmap e229: 8 total, 8 up, 8 in 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:10:24.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: Reconfiguring mgr.x (monmap changed)... 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: Reconfiguring daemon mgr.x on smithi192 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: failed to encode map e228 with expected crc 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: failed to encode map e228 with expected crc 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: pgmap v51: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:24.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: osdmap e229: 8 total, 8 up, 8 in 2023-09-30T09:10:24.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:10:24.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:24.351 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: Reconfiguring mgr.x (monmap changed)... 2023-09-30T09:10:24.351 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: Reconfiguring daemon mgr.x on smithi192 2023-09-30T09:10:24.351 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: failed to encode map e228 with expected crc 2023-09-30T09:10:24.351 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: failed to encode map e228 with expected crc 2023-09-30T09:10:24.351 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: pgmap v51: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail; 3.5 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:10:24.351 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: osdmap e229: 8 total, 8 up, 8 in 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:10:24.352 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:24.408 INFO:tasks.rados.rados.0.smithi118.stdout:873: done (2 left) 2023-09-30T09:10:24.408 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 82 2023-09-30T09:10:24.408 INFO:tasks.rados.rados.0.smithi118.stdout:871: finishing write tid 1 to smithi118168640-34 2023-09-30T09:10:24.409 INFO:tasks.rados.rados.0.smithi118.stdout:874: seq_num 275 ranges {3588096=614400,4202496=786432,4988928=499712,5488640=319488} 2023-09-30T09:10:24.431 INFO:tasks.rados.rados.0.smithi118.stdout:874: writing smithi118168640-21 from 3588096 to 4202496 tid 1 2023-09-30T09:10:24.436 INFO:tasks.rados.rados.0.smithi118.stdout:874: writing smithi118168640-21 from 4202496 to 4988928 tid 2 2023-09-30T09:10:24.439 INFO:tasks.rados.rados.0.smithi118.stdout:874: writing smithi118168640-21 from 4988928 to 5488640 tid 3 2023-09-30T09:10:24.441 INFO:tasks.rados.rados.0.smithi118.stdout:874: writing smithi118168640-21 from 5488640 to 5808128 tid 4 2023-09-30T09:10:24.441 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 82 2023-09-30T09:10:24.441 INFO:tasks.rados.rados.0.smithi118.stdout:871: finishing write tid 2 to smithi118168640-34 2023-09-30T09:10:24.441 INFO:tasks.rados.rados.0.smithi118.stdout:875: seq_num 276 ranges {827392=630784,1458176=671744,2129920=704512,2834432=229376} 2023-09-30T09:10:24.449 INFO:tasks.rados.rados.0.smithi118.stdout:875: writing smithi118168640-50 from 827392 to 1458176 tid 1 2023-09-30T09:10:24.453 INFO:tasks.rados.rados.0.smithi118.stdout:875: writing smithi118168640-50 from 1458176 to 2129920 tid 2 2023-09-30T09:10:24.458 INFO:tasks.rados.rados.0.smithi118.stdout:875: writing smithi118168640-50 from 2129920 to 2834432 tid 3 2023-09-30T09:10:24.459 INFO:tasks.rados.rados.0.smithi118.stdout:875: writing smithi118168640-50 from 2834432 to 3063808 tid 4 2023-09-30T09:10:24.459 INFO:tasks.rados.rados.0.smithi118.stdout:876: rollback oid 5 current snap is 82 2023-09-30T09:10:24.459 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 80 2023-09-30T09:10:24.459 INFO:tasks.rados.rados.0.smithi118.stdout:871: finishing write tid 3 to smithi118168640-34 2023-09-30T09:10:24.459 INFO:tasks.rados.rados.0.smithi118.stdout:871: finishing write tid 4 to smithi118168640-34 2023-09-30T09:10:24.459 INFO:tasks.rados.rados.0.smithi118.stdout:872: expect (ObjNum 243 snap 70 seq_num 243) 2023-09-30T09:10:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:871: finishing write tid 5 to smithi118168640-34 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:871: finishing write tid 6 to smithi118168640-34 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 197 (ObjNum 274 snap 82 seq_num 274) dirty exists 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:871: left oid 34 (ObjNum 274 snap 82 seq_num 274) 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:871: done (4 left) 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:872: done (3 left) 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:877: rollback oid 22 current snap is 82 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 80 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:874: finishing write tid 1 to smithi118168640-21 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:874: finishing write tid 2 to smithi118168640-21 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:874: finishing write tid 3 to smithi118168640-21 2023-09-30T09:10:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:874: finishing write tid 4 to smithi118168640-21 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:874: finishing write tid 5 to smithi118168640-21 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:875: finishing write tid 1 to smithi118168640-50 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:874: finishing write tid 6 to smithi118168640-21 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 304 (ObjNum 275 snap 82 seq_num 275) dirty exists 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:874: left oid 21 (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:875: finishing write tid 2 to smithi118168640-50 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:874: done (3 left) 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:878: rmattr oid 8 current snap is 82 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:876: finishing rollback tid 0 to smithi118168640-5 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:875: finishing write tid 3 to smithi118168640-50 2023-09-30T09:10:24.509 INFO:tasks.rados.rados.0.smithi118.stdout:875: finishing write tid 4 to smithi118168640-50 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:876: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:876: finishing rollback tid 2 to smithi118168640-5 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 252 (ObjNum 881 snap 0 seq_num 3858943872) dirty exists 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:875: finishing write tid 5 to smithi118168640-50 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:876: done (3 left) 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:879: read oid 32 snap -1 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:879: expect deleted 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:880: snap_create 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:875: finishing write tid 6 to smithi118168640-50 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 467 (ObjNum 276 snap 82 seq_num 276) dirty exists 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:875: left oid 50 (ObjNum 276 snap 82 seq_num 276) 2023-09-30T09:10:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:877: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:10:24.511 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 282 (ObjNum 609 snap 0 seq_num 3323070176) dirty dne 2023-09-30T09:10:24.511 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 319 (ObjNum 248 snap 71 seq_num 248) dirty exists 2023-09-30T09:10:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: Reconfiguring osd.4 (monmap changed)... 2023-09-30T09:10:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.4 on smithi192 2023-09-30T09:10:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: failed to encode map e229 with expected crc 2023-09-30T09:10:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: failed to encode map e229 with expected crc 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: Reconfiguring osd.5 (monmap changed)... 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.5 on smithi192 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: failed to encode map e230 with expected crc 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: osdmap e230: 8 total, 8 up, 8 in 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: failed to encode map e230 with expected crc 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:25.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: Reconfiguring osd.4 (monmap changed)... 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.4 on smithi192 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: failed to encode map e229 with expected crc 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: failed to encode map e229 with expected crc 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: Reconfiguring osd.5 (monmap changed)... 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.5 on smithi192 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: failed to encode map e230 with expected crc 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: osdmap e230: 8 total, 8 up, 8 in 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: failed to encode map e230 with expected crc 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:25.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:25.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:10:25.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:25.412 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: Reconfiguring osd.4 (monmap changed)... 2023-09-30T09:10:25.412 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.4 on smithi192 2023-09-30T09:10:25.412 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: failed to encode map e229 with expected crc 2023-09-30T09:10:25.412 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: failed to encode map e229 with expected crc 2023-09-30T09:10:25.412 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: Reconfiguring osd.5 (monmap changed)... 2023-09-30T09:10:25.412 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.5 on smithi192 2023-09-30T09:10:25.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: failed to encode map e230 with expected crc 2023-09-30T09:10:25.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: osdmap e230: 8 total, 8 up, 8 in 2023-09-30T09:10:25.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: failed to encode map e230 with expected crc 2023-09-30T09:10:25.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:25.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:25.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:10:25.413 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:25.413 INFO:tasks.rados.rados.0.smithi118.stdout:875: done (4 left) 2023-09-30T09:10:25.413 INFO:tasks.rados.rados.0.smithi118.stdout:877: done (3 left) 2023-09-30T09:10:25.414 INFO:tasks.rados.rados.0.smithi118.stdout:878: done (2 left) 2023-09-30T09:10:25.414 INFO:tasks.rados.rados.0.smithi118.stdout:879: done (1 left) 2023-09-30T09:10:25.414 INFO:tasks.rados.rados.0.smithi118.stdout:880: done (0 left) 2023-09-30T09:10:25.414 INFO:tasks.rados.rados.0.smithi118.stdout:881: snap_remove snap 76 2023-09-30T09:10:26.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: failed to encode map e230 with expected crc 2023-09-30T09:10:26.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: pgmap v54: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:26.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: Reconfiguring osd.6 (monmap changed)... 2023-09-30T09:10:26.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.6 on smithi192 2023-09-30T09:10:26.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: failed to encode map e231 with expected crc 2023-09-30T09:10:26.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: osdmap e231: 8 total, 8 up, 8 in 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: failed to encode map e230 with expected crc 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: pgmap v54: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: Reconfiguring osd.6 (monmap changed)... 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.6 on smithi192 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: failed to encode map e231 with expected crc 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: osdmap e231: 8 total, 8 up, 8 in 2023-09-30T09:10:26.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:26.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:26.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:10:26.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:26.386 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: failed to encode map e230 with expected crc 2023-09-30T09:10:26.386 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: pgmap v54: 121 pgs: 121 active+clean; 156 MiB data, 692 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:26.386 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: Reconfiguring osd.6 (monmap changed)... 2023-09-30T09:10:26.387 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.6 on smithi192 2023-09-30T09:10:26.387 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: failed to encode map e231 with expected crc 2023-09-30T09:10:26.387 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: osdmap e231: 8 total, 8 up, 8 in 2023-09-30T09:10:26.387 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:26.387 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:26.387 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:10:26.387 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:26.414 INFO:tasks.rados.rados.0.smithi118.stdout:881: done (0 left) 2023-09-30T09:10:26.414 INFO:tasks.rados.rados.0.smithi118.stdout:882: read oid 47 snap -1 2023-09-30T09:10:26.415 INFO:tasks.rados.rados.0.smithi118.stdout:882: expect (ObjNum 267 snap 81 seq_num 267) 2023-09-30T09:10:26.415 INFO:tasks.rados.rados.0.smithi118.stdout:883: read oid 35 snap -1 2023-09-30T09:10:26.415 INFO:tasks.rados.rados.0.smithi118.stdout:883: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:26.415 INFO:tasks.rados.rados.0.smithi118.stdout:884: rollback oid 10 current snap is 83 2023-09-30T09:10:26.415 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 77 2023-09-30T09:10:26.415 INFO:tasks.rados.rados.0.smithi118.stdout:885: rmattr oid 42 current snap is 83 2023-09-30T09:10:26.415 INFO:tasks.rados.rados.0.smithi118.stdout:886: snap_remove snap 63 2023-09-30T09:10:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: Reconfiguring osd.7 (monmap changed)... 2023-09-30T09:10:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: Reconfiguring daemon osd.7 on smithi192 2023-09-30T09:10:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: failed to encode map e232 with expected crc 2023-09-30T09:10:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: osdmap e232: 8 total, 8 up, 8 in 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: Reconfiguring osd.7 (monmap changed)... 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: Reconfiguring daemon osd.7 on smithi192 2023-09-30T09:10:27.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: failed to encode map e232 with expected crc 2023-09-30T09:10:27.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: osdmap e232: 8 total, 8 up, 8 in 2023-09-30T09:10:27.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:27.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:27.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:10:27.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: failed to encode map e231 with expected crc 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: Reconfiguring osd.7 (monmap changed)... 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: Reconfiguring daemon osd.7 on smithi192 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: failed to encode map e232 with expected crc 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: osdmap e232: 8 total, 8 up, 8 in 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:27.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:27.386 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:10:27.386 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:27.419 INFO:tasks.rados.rados.0.smithi118.stdout:886: done (4 left) 2023-09-30T09:10:27.419 INFO:tasks.rados.rados.0.smithi118.stdout:887: snap_create 2023-09-30T09:10:27.419 INFO:tasks.rados.rados.0.smithi118.stdout:884: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:10:27.419 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 0 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-09-30T09:10:27.419 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 246 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:10:27.419 INFO:tasks.rados.rados.0.smithi118.stdout:882: expect (ObjNum 267 snap 81 seq_num 267) 2023-09-30T09:10:27.481 INFO:tasks.rados.rados.0.smithi118.stdout:883: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: failed to encode map e232 with expected crc 2023-09-30T09:10:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: failed to encode map e232 with expected crc 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: pgmap v57: 121 pgs: 121 active+clean; 167 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: Reconfiguring mds.b (monmap changed)... 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: Reconfiguring daemon mds.b on smithi192 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: failed to encode map e233 with expected crc 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: osdmap e233: 8 total, 8 up, 8 in 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-09-30T09:10:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: failed to encode map e232 with expected crc 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: failed to encode map e232 with expected crc 2023-09-30T09:10:28.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: pgmap v57: 121 pgs: 121 active+clean; 167 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: Reconfiguring mds.b (monmap changed)... 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: Reconfiguring daemon mds.b on smithi192 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: failed to encode map e233 with expected crc 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: osdmap e233: 8 total, 8 up, 8 in 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-09-30T09:10:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-09-30T09:10:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-09-30T09:10:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-09-30T09:10:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-09-30T09:10:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-30T09:10:28.420 INFO:tasks.rados.rados.0.smithi118.stdout:882: done (4 left) 2023-09-30T09:10:28.420 INFO:tasks.rados.rados.0.smithi118.stdout:883: done (3 left) 2023-09-30T09:10:28.420 INFO:tasks.rados.rados.0.smithi118.stdout:884: done (2 left) 2023-09-30T09:10:28.420 INFO:tasks.rados.rados.0.smithi118.stdout:885: done (1 left) 2023-09-30T09:10:28.421 INFO:tasks.rados.rados.0.smithi118.stdout:887: done (0 left) 2023-09-30T09:10:28.421 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 84 2023-09-30T09:10:28.421 INFO:tasks.rados.rados.0.smithi118.stdout:888: seq_num 277 ranges {5799936=647168,6447104=557056,7004160=516096,7520256=532480} 2023-09-30T09:10:28.455 INFO:tasks.rados.rados.0.smithi118.stdout:888: writing smithi118168640-1 from 5799936 to 6447104 tid 1 2023-09-30T09:10:28.458 INFO:tasks.rados.rados.0.smithi118.stdout:888: writing smithi118168640-1 from 6447104 to 7004160 tid 2 2023-09-30T09:10:28.461 INFO:tasks.rados.rados.0.smithi118.stdout:888: writing smithi118168640-1 from 7004160 to 7520256 tid 3 2023-09-30T09:10:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: failed to encode map e232 with expected crc 2023-09-30T09:10:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: failed to encode map e232 with expected crc 2023-09-30T09:10:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: pgmap v57: 121 pgs: 121 active+clean; 167 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:10:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: Reconfiguring mds.b (monmap changed)... 2023-09-30T09:10:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: Reconfiguring daemon mds.b on smithi192 2023-09-30T09:10:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: failed to encode map e233 with expected crc 2023-09-30T09:10:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: osdmap e233: 8 total, 8 up, 8 in 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-09-30T09:10:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-09-30T09:10:28.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-09-30T09:10:28.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-09-30T09:10:28.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:28.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:28.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-30T09:10:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:888: writing smithi118168640-1 from 7520256 to 8052736 tid 4 2023-09-30T09:10:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:889: read oid 35 snap -1 2023-09-30T09:10:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:889: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:890: snap_create 2023-09-30T09:10:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:888: finishing write tid 1 to smithi118168640-1 2023-09-30T09:10:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:888: finishing write tid 2 to smithi118168640-1 2023-09-30T09:10:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:888: finishing write tid 3 to smithi118168640-1 2023-09-30T09:10:28.468 INFO:tasks.rados.rados.0.smithi118.stdout:888: finishing write tid 4 to smithi118168640-1 2023-09-30T09:10:28.468 INFO:tasks.rados.rados.0.smithi118.stdout:888: finishing write tid 5 to smithi118168640-1 2023-09-30T09:10:28.470 INFO:tasks.rados.rados.0.smithi118.stdout:888: finishing write tid 6 to smithi118168640-1 2023-09-30T09:10:28.470 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 246 (ObjNum 277 snap 84 seq_num 277) dirty exists 2023-09-30T09:10:28.470 INFO:tasks.rados.rados.0.smithi118.stdout:888: left oid 1 (ObjNum 277 snap 84 seq_num 277) 2023-09-30T09:10:28.480 INFO:tasks.rados.rados.0.smithi118.stdout:889: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:28.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:10:28 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:10:28.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:10:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: failed to encode map e233 with expected crc 2023-09-30T09:10:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all mon 2023-09-30T09:10:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all crash 2023-09-30T09:10:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-30T09:10:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: Upgrade: osd.0 is safe to restart 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: failed to encode map e234 with expected crc 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: osdmap e234: 8 total, 8 up, 8 in 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: failed to encode map e234 with expected crc 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: failed to encode map e233 with expected crc 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all mon 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all crash 2023-09-30T09:10:29.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-30T09:10:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: Upgrade: osd.0 is safe to restart 2023-09-30T09:10:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: failed to encode map e234 with expected crc 2023-09-30T09:10:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: osdmap e234: 8 total, 8 up, 8 in 2023-09-30T09:10:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: failed to encode map e234 with expected crc 2023-09-30T09:10:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:10:29.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:29.421 INFO:tasks.rados.rados.0.smithi118.stdout:888: done (2 left) 2023-09-30T09:10:29.421 INFO:tasks.rados.rados.0.smithi118.stdout:889: done (1 left) 2023-09-30T09:10:29.421 INFO:tasks.rados.rados.0.smithi118.stdout:890: done (0 left) 2023-09-30T09:10:29.421 INFO:tasks.rados.rados.0.smithi118.stdout:891: copy_from oid 33 from oid 24 current snap is 85 2023-09-30T09:10:29.421 INFO:tasks.rados.rados.0.smithi118.stdout:892: snap_remove snap 75 2023-09-30T09:10:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: failed to encode map e233 with expected crc 2023-09-30T09:10:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all mon 2023-09-30T09:10:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all crash 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: Upgrade: osd.0 is safe to restart 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: failed to encode map e234 with expected crc 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: osdmap e234: 8 total, 8 up, 8 in 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: failed to encode map e234 with expected crc 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-30T09:10:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:29.825 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:10:29] "GET /metrics HTTP/1.1" 200 36019 "" "Prometheus/2.43.0" 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[182959]: failed to encode map e234 with expected crc 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[182959]: failed to encode map e234 with expected crc 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[182959]: Upgrade: Updating osd.0 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[182959]: Deploying daemon osd.0 on smithi118 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[182959]: pgmap v60: 121 pgs: 121 active+clean; 167 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[182959]: osdmap e235: 8 total, 8 up, 8 in 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[182959]: failed to encode map e235 with expected crc 2023-09-30T09:10:30.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[185516]: failed to encode map e234 with expected crc 2023-09-30T09:10:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[185516]: failed to encode map e234 with expected crc 2023-09-30T09:10:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[185516]: Upgrade: Updating osd.0 2023-09-30T09:10:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[185516]: Deploying daemon osd.0 on smithi118 2023-09-30T09:10:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[185516]: pgmap v60: 121 pgs: 121 active+clean; 167 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:10:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[185516]: osdmap e235: 8 total, 8 up, 8 in 2023-09-30T09:10:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-mon[185516]: failed to encode map e235 with expected crc 2023-09-30T09:10:30.422 INFO:tasks.rados.rados.0.smithi118.stdout:892: done (1 left) 2023-09-30T09:10:30.422 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 85 2023-09-30T09:10:30.422 INFO:tasks.rados.rados.0.smithi118.stdout:891: finishing copy_from to smithi118168640-33 2023-09-30T09:10:30.422 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 195 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:10:30.423 INFO:tasks.rados.rados.0.smithi118.stdout:893: seq_num 278 ranges {2678784=663552,3342336=442368,3784704=720896,4505600=442368} 2023-09-30T09:10:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:893: writing smithi118168640-36 from 2678784 to 3342336 tid 1 2023-09-30T09:10:30.444 INFO:tasks.rados.rados.0.smithi118.stdout:893: writing smithi118168640-36 from 3342336 to 3784704 tid 2 2023-09-30T09:10:30.448 INFO:tasks.rados.rados.0.smithi118.stdout:893: writing smithi118168640-36 from 3784704 to 4505600 tid 3 2023-09-30T09:10:30.451 INFO:tasks.rados.rados.0.smithi118.stdout:893: writing smithi118168640-36 from 4505600 to 4947968 tid 4 2023-09-30T09:10:30.451 INFO:tasks.rados.rados.0.smithi118.stdout:894: delete oid 25 current snap is 85 2023-09-30T09:10:30.451 INFO:tasks.rados.rados.0.smithi118.stdout:891: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:10:30.451 INFO:tasks.rados.rados.0.smithi118.stdout:893: finishing write tid 1 to smithi118168640-36 2023-09-30T09:10:30.451 INFO:tasks.rados.rados.0.smithi118.stdout:893: finishing write tid 2 to smithi118168640-36 2023-09-30T09:10:30.453 INFO:tasks.rados.rados.0.smithi118.stdout:893: finishing write tid 3 to smithi118168640-36 2023-09-30T09:10:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:891: done (2 left) 2023-09-30T09:10:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:894: done (1 left) 2023-09-30T09:10:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 85 2023-09-30T09:10:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:895: seq_num 280 ranges {1294336=696320,1990656=606208,2596864=688128,3284992=311296} 2023-09-30T09:10:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:30 smithi192 ceph-mon[180220]: failed to encode map e234 with expected crc 2023-09-30T09:10:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:30 smithi192 ceph-mon[180220]: failed to encode map e234 with expected crc 2023-09-30T09:10:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:30 smithi192 ceph-mon[180220]: Upgrade: Updating osd.0 2023-09-30T09:10:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:30 smithi192 ceph-mon[180220]: Deploying daemon osd.0 on smithi118 2023-09-30T09:10:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:30 smithi192 ceph-mon[180220]: pgmap v60: 121 pgs: 121 active+clean; 167 MiB data, 725 MiB used, 715 GiB / 715 GiB avail; 4.5 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:10:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:30 smithi192 ceph-mon[180220]: osdmap e235: 8 total, 8 up, 8 in 2023-09-30T09:10:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:30 smithi192 ceph-mon[180220]: failed to encode map e235 with expected crc 2023-09-30T09:10:30.465 INFO:tasks.rados.rados.0.smithi118.stdout:895: writing smithi118168640-19 from 1294336 to 1990656 tid 1 2023-09-30T09:10:30.468 INFO:tasks.rados.rados.0.smithi118.stdout:895: writing smithi118168640-19 from 1990656 to 2596864 tid 2 2023-09-30T09:10:30.472 INFO:tasks.rados.rados.0.smithi118.stdout:895: writing smithi118168640-19 from 2596864 to 3284992 tid 3 2023-09-30T09:10:30.474 INFO:tasks.rados.rados.0.smithi118.stdout:895: writing smithi118168640-19 from 3284992 to 3596288 tid 4 2023-09-30T09:10:30.474 INFO:tasks.rados.rados.0.smithi118.stdout:896: rollback oid 35 current snap is 85 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 82 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:893: finishing write tid 4 to smithi118168640-36 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:893: finishing write tid 5 to smithi118168640-36 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:893: finishing write tid 6 to smithi118168640-36 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 266 (ObjNum 278 snap 85 seq_num 278) dirty exists 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:893: left oid 36 (ObjNum 278 snap 85 seq_num 278) 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:893: done (2 left) 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:897: snap_create 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:895: finishing write tid 1 to smithi118168640-19 2023-09-30T09:10:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:895: finishing write tid 2 to smithi118168640-19 2023-09-30T09:10:30.477 INFO:tasks.rados.rados.0.smithi118.stdout:895: finishing write tid 3 to smithi118168640-19 2023-09-30T09:10:30.477 INFO:tasks.rados.rados.0.smithi118.stdout:895: finishing write tid 4 to smithi118168640-19 2023-09-30T09:10:30.477 INFO:tasks.rados.rados.0.smithi118.stdout:895: finishing write tid 5 to smithi118168640-19 2023-09-30T09:10:30.478 INFO:tasks.rados.rados.0.smithi118.stdout:896: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:10:30.479 INFO:tasks.rados.rados.0.smithi118.stdout:896: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:10:30.479 INFO:tasks.rados.rados.0.smithi118.stdout:895: finishing write tid 6 to smithi118168640-19 2023-09-30T09:10:30.479 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 497 (ObjNum 280 snap 85 seq_num 280) dirty exists 2023-09-30T09:10:30.480 INFO:tasks.rados.rados.0.smithi118.stdout:895: left oid 19 (ObjNum 280 snap 85 seq_num 280) 2023-09-30T09:10:30.480 INFO:tasks.rados.rados.0.smithi118.stdout:896: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:10:30.480 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 376 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:10:30.975 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:30 smithi118 systemd[1]: Stopping Ceph osd.0 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:10:31.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[127601]: 2023-09-30T09:10:30.973+0000 7f643ea3f700 -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 2023-09-30T09:10:31.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[127601]: 2023-09-30T09:10:30.973+0000 7f643ea3f700 -1 osd.0 236 *** Got signal Terminated *** 2023-09-30T09:10:31.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:30 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[127601]: 2023-09-30T09:10:30.973+0000 7f643ea3f700 -1 osd.0 236 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:10:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[182959]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[182959]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[182959]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[182959]: osdmap e236: 8 total, 8 up, 8 in 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[182959]: osd.0 marked itself down and dead 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[185516]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[185516]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[185516]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[185516]: osdmap e236: 8 total, 8 up, 8 in 2023-09-30T09:10:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:31 smithi118 ceph-mon[185516]: osd.0 marked itself down and dead 2023-09-30T09:10:31.404 INFO:tasks.rados.rados.0.smithi118.stdout:895: done (2 left) 2023-09-30T09:10:31.404 INFO:tasks.rados.rados.0.smithi118.stdout:896: done (1 left) 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:897: done (0 left) 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:898: rmattr oid 32 current snap is 86 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:898: done (0 left) 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:899: read oid 50 snap -1 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:899: expect (ObjNum 276 snap 82 seq_num 276) 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:900: rollback oid 48 current snap is 86 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 78 2023-09-30T09:10:31.405 INFO:tasks.rados.rados.0.smithi118.stdout:901: delete oid 5 current snap is 86 2023-09-30T09:10:31.434 INFO:tasks.rados.rados.0.smithi118.stdout:900: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:10:31.434 INFO:tasks.rados.rados.0.smithi118.stdout:900: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:10:31.439 INFO:tasks.rados.rados.0.smithi118.stdout:899: expect (ObjNum 276 snap 82 seq_num 276) 2023-09-30T09:10:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:31 smithi192 ceph-mon[180220]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:31 smithi192 ceph-mon[180220]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:31 smithi192 ceph-mon[180220]: failed to encode map e235 with expected crc 2023-09-30T09:10:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:31 smithi192 ceph-mon[180220]: osdmap e236: 8 total, 8 up, 8 in 2023-09-30T09:10:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:31 smithi192 ceph-mon[180220]: osd.0 marked itself down and dead 2023-09-30T09:10:31.526 INFO:tasks.rados.rados.0.smithi118.stdout:900: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:10:31.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 501 (ObjNum 246 snap 71 seq_num 246) dirty exists 2023-09-30T09:10:32.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:31 smithi118 bash[192046]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0 2023-09-30T09:10:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[182959]: failed to encode map e236 with expected crc 2023-09-30T09:10:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[182959]: pgmap v63: 121 pgs: 121 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:10:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:10:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[182959]: failed to encode map e237 with expected crc 2023-09-30T09:10:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[182959]: osdmap e237: 8 total, 7 up, 8 in 2023-09-30T09:10:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[182959]: failed to encode map e237 with expected crc 2023-09-30T09:10:32.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[185516]: failed to encode map e236 with expected crc 2023-09-30T09:10:32.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[185516]: pgmap v63: 121 pgs: 121 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:10:32.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:10:32.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[185516]: failed to encode map e237 with expected crc 2023-09-30T09:10:32.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[185516]: osdmap e237: 8 total, 7 up, 8 in 2023-09-30T09:10:32.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:32 smithi118 ceph-mon[185516]: failed to encode map e237 with expected crc 2023-09-30T09:10:32.419 INFO:tasks.rados.rados.0.smithi118.stdout:899: done (2 left) 2023-09-30T09:10:32.419 INFO:tasks.rados.rados.0.smithi118.stdout:900: done (1 left) 2023-09-30T09:10:32.419 INFO:tasks.rados.rados.0.smithi118.stdout:901: done (0 left) 2023-09-30T09:10:32.419 INFO:tasks.rados.rados.0.smithi118.stdout:902: delete oid 45 current snap is 86 2023-09-30T09:10:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:902: done (0 left) 2023-09-30T09:10:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:903: copy_from oid 25 from oid 31 current snap is 86 2023-09-30T09:10:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:904: read oid 49 snap 85 2023-09-30T09:10:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:904: expect (ObjNum 192 snap 53 seq_num 192) 2023-09-30T09:10:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:905: read oid 22 snap -1 2023-09-30T09:10:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:905: expect deleted 2023-09-30T09:10:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 86 2023-09-30T09:10:32.430 INFO:tasks.rados.rados.0.smithi118.stdout:906: seq_num 283 ranges {0=745472,745472=712704,1458176=458752,1916928=434176} 2023-09-30T09:10:32.433 INFO:tasks.rados.rados.0.smithi118.stdout:906: writing smithi118168640-5 from 0 to 745472 tid 1 2023-09-30T09:10:32.437 INFO:tasks.rados.rados.0.smithi118.stdout:906: writing smithi118168640-5 from 745472 to 1458176 tid 2 2023-09-30T09:10:32.440 INFO:tasks.rados.rados.0.smithi118.stdout:906: writing smithi118168640-5 from 1458176 to 1916928 tid 3 2023-09-30T09:10:32.442 INFO:tasks.rados.rados.0.smithi118.stdout:906: writing smithi118168640-5 from 1916928 to 2351104 tid 4 2023-09-30T09:10:32.443 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 86 2023-09-30T09:10:32.443 INFO:tasks.rados.rados.0.smithi118.stdout:904: expect (ObjNum 192 snap 53 seq_num 192) 2023-09-30T09:10:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:32 smithi192 ceph-mon[180220]: failed to encode map e236 with expected crc 2023-09-30T09:10:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:32 smithi192 ceph-mon[180220]: pgmap v63: 121 pgs: 121 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:10:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:32 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:10:32.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:32 smithi192 ceph-mon[180220]: failed to encode map e237 with expected crc 2023-09-30T09:10:32.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:32 smithi192 ceph-mon[180220]: osdmap e237: 8 total, 7 up, 8 in 2023-09-30T09:10:32.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:32 smithi192 ceph-mon[180220]: failed to encode map e237 with expected crc 2023-09-30T09:10:32.466 INFO:tasks.rados.rados.0.smithi118.stdout:906: finishing write tid 1 to smithi118168640-5 2023-09-30T09:10:32.467 INFO:tasks.rados.rados.0.smithi118.stdout:903: finishing copy_from to smithi118168640-25 2023-09-30T09:10:32.467 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 140 (ObjNum 145 snap 40 seq_num 145) dirty exists 2023-09-30T09:10:32.467 INFO:tasks.rados.rados.0.smithi118.stdout:903: finishing copy_from racing read to smithi118168640-25 2023-09-30T09:10:32.467 INFO:tasks.rados.rados.0.smithi118.stdout:906: finishing write tid 2 to smithi118168640-5 2023-09-30T09:10:32.467 INFO:tasks.rados.rados.0.smithi118.stdout:906: finishing write tid 3 to smithi118168640-5 2023-09-30T09:10:32.467 INFO:tasks.rados.rados.0.smithi118.stdout:907: seq_num 284 ranges {3063808=761856,3825664=598016,4423680=671744,5095424=335872} 2023-09-30T09:10:32.488 INFO:tasks.rados.rados.0.smithi118.stdout:907: writing smithi118168640-50 from 3063808 to 3825664 tid 1 2023-09-30T09:10:32.491 INFO:tasks.rados.rados.0.smithi118.stdout:907: writing smithi118168640-50 from 3825664 to 4423680 tid 2 2023-09-30T09:10:32.494 INFO:tasks.rados.rados.0.smithi118.stdout:907: writing smithi118168640-50 from 4423680 to 5095424 tid 3 2023-09-30T09:10:32.496 INFO:tasks.rados.rados.0.smithi118.stdout:907: writing smithi118168640-50 from 5095424 to 5431296 tid 4 2023-09-30T09:10:32.497 INFO:tasks.rados.rados.0.smithi118.stdout:903: done (4 left) 2023-09-30T09:10:32.497 INFO:tasks.rados.rados.0.smithi118.stdout:904: done (3 left) 2023-09-30T09:10:32.497 INFO:tasks.rados.rados.0.smithi118.stdout:905: done (2 left) 2023-09-30T09:10:32.497 INFO:tasks.rados.rados.0.smithi118.stdout:908: snap_remove snap 82 2023-09-30T09:10:33.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.0.service: Succeeded. 2023-09-30T09:10:33.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 systemd[1]: Stopped Ceph osd.0 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:10:33.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 systemd[1]: Starting Ceph osd.0 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[185516]: failed to encode map e237 with expected crc 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[185516]: osdmap e238: 8 total, 7 up, 8 in 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[182959]: failed to encode map e237 with expected crc 2023-09-30T09:10:33.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[182959]: osdmap e238: 8 total, 7 up, 8 in 2023-09-30T09:10:33.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:33 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.416 INFO:tasks.rados.rados.0.smithi118.stdout:908: done (2 left) 2023-09-30T09:10:33.416 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 86 2023-09-30T09:10:33.417 INFO:tasks.rados.rados.0.smithi118.stdout:906: finishing write tid 4 to smithi118168640-5 2023-09-30T09:10:33.417 INFO:tasks.rados.rados.0.smithi118.stdout:906: finishing write tid 5 to smithi118168640-5 2023-09-30T09:10:33.417 INFO:tasks.rados.rados.0.smithi118.stdout:909: seq_num 285 ranges {4947968=778240,5726208=475136,6201344=475136,6676480=655360} 2023-09-30T09:10:33.448 INFO:tasks.rados.rados.0.smithi118.stdout:909: writing smithi118168640-36 from 4947968 to 5726208 tid 1 2023-09-30T09:10:33.451 INFO:tasks.rados.rados.0.smithi118.stdout:909: writing smithi118168640-36 from 5726208 to 6201344 tid 2 2023-09-30T09:10:33.454 INFO:tasks.rados.rados.0.smithi118.stdout:909: writing smithi118168640-36 from 6201344 to 6676480 tid 3 2023-09-30T09:10:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:909: writing smithi118168640-36 from 6676480 to 7331840 tid 4 2023-09-30T09:10:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:910: copy_from oid 38 from oid 8 current snap is 86 2023-09-30T09:10:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:906: finishing write tid 6 to smithi118168640-5 2023-09-30T09:10:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 273 (ObjNum 283 snap 86 seq_num 283) dirty exists 2023-09-30T09:10:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:906: left oid 5 (ObjNum 283 snap 86 seq_num 283) 2023-09-30T09:10:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:907: finishing write tid 1 to smithi118168640-50 2023-09-30T09:10:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:907: finishing write tid 2 to smithi118168640-50 2023-09-30T09:10:33.459 INFO:tasks.rados.rados.0.smithi118.stdout:907: finishing write tid 3 to smithi118168640-50 2023-09-30T09:10:33.459 INFO:tasks.rados.rados.0.smithi118.stdout:907: finishing write tid 4 to smithi118168640-50 2023-09-30T09:10:33.459 INFO:tasks.rados.rados.0.smithi118.stdout:907: finishing write tid 5 to smithi118168640-50 2023-09-30T09:10:33.459 INFO:tasks.rados.rados.0.smithi118.stdout:906: done (3 left) 2023-09-30T09:10:33.459 INFO:tasks.rados.rados.0.smithi118.stdout:911: snap_remove snap 78 2023-09-30T09:10:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:33 smithi192 ceph-mon[180220]: failed to encode map e237 with expected crc 2023-09-30T09:10:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:33 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:33 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:33 smithi192 ceph-mon[180220]: osdmap e238: 8 total, 7 up, 8 in 2023-09-30T09:10:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:33 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:33 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:33 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: 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 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-30T09:10:34.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:33 smithi118 bash[192277]: --> ceph-volume lvm activate successful for osd ID: 0 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: pgmap v66: 121 pgs: 16 stale+active+clean, 105 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: failed to encode map e239 with expected crc 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: failed to encode map e239 with expected crc 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: osdmap e239: 8 total, 7 up, 8 in 2023-09-30T09:10:34.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: pgmap v66: 121 pgs: 16 stale+active+clean, 105 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: failed to encode map e239 with expected crc 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: failed to encode map e239 with expected crc 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: osdmap e239: 8 total, 7 up, 8 in 2023-09-30T09:10:34.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:34.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:34.418 INFO:tasks.rados.rados.0.smithi118.stdout:911: done (3 left) 2023-09-30T09:10:34.418 INFO:tasks.rados.rados.0.smithi118.stdout:912: snap_remove snap 80 2023-09-30T09:10:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: failed to encode map e238 with expected crc 2023-09-30T09:10:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: pgmap v66: 121 pgs: 16 stale+active+clean, 105 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail; 5.2 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:10:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: failed to encode map e239 with expected crc 2023-09-30T09:10:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: failed to encode map e239 with expected crc 2023-09-30T09:10:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: osdmap e239: 8 total, 7 up, 8 in 2023-09-30T09:10:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:35.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-osd[192536]: -- 172.21.15.118:0/3215762248 <== mon.2 v2:172.21.15.118:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555afedd04e0 con 0x555afeda1400 2023-09-30T09:10:35.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:35 smithi118 bash[192517]: dc0d5fe434ebfd045dd573b2dbc2f6bcd6846a940904327064fe12e269d5864c 2023-09-30T09:10:35.346 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:35 smithi118 systemd[1]: Started Ceph osd.0 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:10:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[185516]: failed to encode map e239 with expected crc 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[185516]: failed to encode map e240 with expected crc 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[185516]: osdmap e240: 8 total, 7 up, 8 in 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[182959]: failed to encode map e239 with expected crc 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[182959]: failed to encode map e240 with expected crc 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[182959]: osdmap e240: 8 total, 7 up, 8 in 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:35.422 INFO:tasks.rados.rados.0.smithi118.stdout:912: done (3 left) 2023-09-30T09:10:35.422 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 86 2023-09-30T09:10:35.422 INFO:tasks.rados.rados.0.smithi118.stdout:907: finishing write tid 6 to smithi118168640-50 2023-09-30T09:10:35.422 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 507 (ObjNum 284 snap 86 seq_num 284) dirty exists 2023-09-30T09:10:35.422 INFO:tasks.rados.rados.0.smithi118.stdout:907: left oid 50 (ObjNum 284 snap 86 seq_num 284) 2023-09-30T09:10:35.422 INFO:tasks.rados.rados.0.smithi118.stdout:913: seq_num 286 ranges {4702208=794624,5496832=761856,6258688=679936,6938624=163840} 2023-09-30T09:10:35.452 INFO:tasks.rados.rados.0.smithi118.stdout:913: writing smithi118168640-23 from 4702208 to 5496832 tid 1 2023-09-30T09:10:35.459 INFO:tasks.rados.rados.0.smithi118.stdout:913: writing smithi118168640-23 from 5496832 to 6258688 tid 2 2023-09-30T09:10:35.462 INFO:tasks.rados.rados.0.smithi118.stdout:913: writing smithi118168640-23 from 6258688 to 6938624 tid 3 2023-09-30T09:10:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:35 smithi192 ceph-mon[180220]: failed to encode map e239 with expected crc 2023-09-30T09:10:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:35 smithi192 ceph-mon[180220]: failed to encode map e240 with expected crc 2023-09-30T09:10:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:35 smithi192 ceph-mon[180220]: osdmap e240: 8 total, 7 up, 8 in 2023-09-30T09:10:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:913: writing smithi118168640-23 from 6938624 to 7102464 tid 4 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:907: done (3 left) 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:914: read oid 42 snap -1 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:914: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:915: snap_create 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:909: finishing write tid 1 to smithi118168640-36 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:909: finishing write tid 2 to smithi118168640-36 2023-09-30T09:10:35.464 INFO:tasks.rados.rados.0.smithi118.stdout:909: finishing write tid 3 to smithi118168640-36 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:909: finishing write tid 4 to smithi118168640-36 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:909: finishing write tid 5 to smithi118168640-36 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:909: finishing write tid 6 to smithi118168640-36 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 279 (ObjNum 285 snap 86 seq_num 285) dirty exists 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:909: left oid 36 (ObjNum 285 snap 86 seq_num 285) 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:910: finishing copy_from to smithi118168640-38 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 319 (ObjNum 248 snap 71 seq_num 248) dirty exists 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:910: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:913: finishing write tid 1 to smithi118168640-23 2023-09-30T09:10:35.465 INFO:tasks.rados.rados.0.smithi118.stdout:913: finishing write tid 2 to smithi118168640-23 2023-09-30T09:10:35.469 INFO:tasks.rados.rados.0.smithi118.stdout:913: finishing write tid 3 to smithi118168640-23 2023-09-30T09:10:35.469 INFO:tasks.rados.rados.0.smithi118.stdout:913: finishing write tid 4 to smithi118168640-23 2023-09-30T09:10:35.470 INFO:tasks.rados.rados.0.smithi118.stdout:913: finishing write tid 5 to smithi118168640-23 2023-09-30T09:10:35.475 INFO:tasks.rados.rados.0.smithi118.stdout:914: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:35.581 INFO:tasks.rados.rados.0.smithi118.stdout:913: finishing write tid 6 to smithi118168640-23 2023-09-30T09:10:35.581 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 264 (ObjNum 286 snap 86 seq_num 286) dirty exists 2023-09-30T09:10:35.581 INFO:tasks.rados.rados.0.smithi118.stdout:913: left oid 23 (ObjNum 286 snap 86 seq_num 286) 2023-09-30T09:10:35.846 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:35 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[192532]: 2023-09-30T09:10:35.530+0000 7f6730ae5640 -1 Falling back to public interface 2023-09-30T09:10:36.405 INFO:tasks.rados.rados.0.smithi118.stdout:909: done (4 left) 2023-09-30T09:10:36.692 INFO:tasks.rados.rados.0.smithi118.stdout:910: done (3 left) 2023-09-30T09:10:36.692 INFO:tasks.rados.rados.0.smithi118.stdout:913: done (2 left) 2023-09-30T09:10:36.692 INFO:tasks.rados.rados.0.smithi118.stdout:914: done (1 left) 2023-09-30T09:10:36.692 INFO:tasks.rados.rados.0.smithi118.stdout:915: done (0 left) 2023-09-30T09:10:36.693 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 87 2023-09-30T09:10:36.693 INFO:tasks.rados.rados.0.smithi118.stdout:916: seq_num 287 ranges {819200=8192} 2023-09-30T09:10:36.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:36 smithi192 ceph-mon[180220]: failed to encode map e240 with expected crc 2023-09-30T09:10:36.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:36 smithi192 ceph-mon[180220]: pgmap v69: 121 pgs: 16 stale+active+clean, 105 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:36.694 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:36.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:36 smithi192 ceph-mon[180220]: failed to encode map e241 with expected crc 2023-09-30T09:10:36.695 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:36 smithi192 ceph-mon[180220]: osdmap e241: 8 total, 7 up, 8 in 2023-09-30T09:10:36.699 INFO:tasks.rados.rados.0.smithi118.stdout:916: writing smithi118168640-49 from 819200 to 827392 tid 1 2023-09-30T09:10:36.700 INFO:tasks.rados.rados.0.smithi118.stdout:917: rmattr oid 3 current snap is 87 2023-09-30T09:10:36.700 INFO:tasks.rados.rados.0.smithi118.stdout:917: done (1 left) 2023-09-30T09:10:36.700 INFO:tasks.rados.rados.0.smithi118.stdout:918: setattr oid 14 current snap is 87 2023-09-30T09:10:36.700 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 87 2023-09-30T09:10:36.700 INFO:tasks.rados.rados.0.smithi118.stdout:919: seq_num 288 ranges {0=24576} 2023-09-30T09:10:36.701 INFO:tasks.rados.rados.0.smithi118.stdout:919: writing smithi118168640-26 from 0 to 24576 tid 1 2023-09-30T09:10:36.701 INFO:tasks.rados.rados.0.smithi118.stdout:920: delete oid 30 current snap is 87 2023-09-30T09:10:36.701 INFO:tasks.rados.rados.0.smithi118.stdout:920: done (3 left) 2023-09-30T09:10:36.701 INFO:tasks.rados.rados.0.smithi118.stdout:921: read oid 1 snap -1 2023-09-30T09:10:36.701 INFO:tasks.rados.rados.0.smithi118.stdout:921: expect (ObjNum 277 snap 84 seq_num 277) 2023-09-30T09:10:36.701 INFO:tasks.rados.rados.0.smithi118.stdout:922: rmattr oid 32 current snap is 87 2023-09-30T09:10:36.702 INFO:tasks.rados.rados.0.smithi118.stdout:922: done (4 left) 2023-09-30T09:10:36.702 INFO:tasks.rados.rados.0.smithi118.stdout:923: rmattr oid 17 current snap is 87 2023-09-30T09:10:36.702 INFO:tasks.rados.rados.0.smithi118.stdout:924: setattr oid 21 current snap is 87 2023-09-30T09:10:36.702 INFO:tasks.rados.rados.0.smithi118.stdout:925: read oid 31 snap 84 2023-09-30T09:10:36.702 INFO:tasks.rados.rados.0.smithi118.stdout:925: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:10:36.702 INFO:tasks.rados.rados.0.smithi118.stdout:926: rollback oid 50 current snap is 87 2023-09-30T09:10:36.702 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 81 2023-09-30T09:10:36.703 INFO:tasks.rados.rados.0.smithi118.stdout:927: setattr oid 4 current snap is 87 2023-09-30T09:10:36.703 INFO:tasks.rados.rados.0.smithi118.stdout:919: finishing write tid 1 to smithi118168640-26 2023-09-30T09:10:36.703 INFO:tasks.rados.rados.0.smithi118.stdout:928: rollback oid 6 current snap is 87 2023-09-30T09:10:36.703 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 6 to 83 2023-09-30T09:10:36.703 INFO:tasks.rados.rados.0.smithi118.stdout:929: rollback oid 15 current snap is 87 2023-09-30T09:10:36.703 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 83 2023-09-30T09:10:36.704 INFO:tasks.rados.rados.0.smithi118.stdout:930: read oid 2 snap -1 2023-09-30T09:10:36.704 INFO:tasks.rados.rados.0.smithi118.stdout:930: expect (ObjNum 263 snap 78 seq_num 263) 2023-09-30T09:10:36.704 INFO:tasks.rados.rados.0.smithi118.stdout:931: snap_create 2023-09-30T09:10:36.706 INFO:tasks.rados.rados.0.smithi118.stdout:916: finishing write tid 1 to smithi118168640-49 2023-09-30T09:10:36.706 INFO:tasks.rados.rados.0.smithi118.stdout:919: finishing write tid 2 to smithi118168640-26 2023-09-30T09:10:36.706 INFO:tasks.rados.rados.0.smithi118.stdout:916: finishing write tid 2 to smithi118168640-49 2023-09-30T09:10:36.706 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 343 (ObjNum 289 snap 0 seq_num 1) dirty exists 2023-09-30T09:10:36.706 INFO:tasks.rados.rados.0.smithi118.stdout:926: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:10:36.707 INFO:tasks.rados.rados.0.smithi118.stdout:916: finishing write tid 3 to smithi118168640-49 2023-09-30T09:10:36.707 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 273 (ObjNum 287 snap 87 seq_num 287) dirty exists 2023-09-30T09:10:36.707 INFO:tasks.rados.rados.0.smithi118.stdout:916: left oid 49 (ObjNum 287 snap 87 seq_num 287) 2023-09-30T09:10:36.707 INFO:tasks.rados.rados.0.smithi118.stdout:919: finishing write tid 3 to smithi118168640-26 2023-09-30T09:10:36.707 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 527 (ObjNum 288 snap 87 seq_num 288) dirty exists 2023-09-30T09:10:36.707 INFO:tasks.rados.rados.0.smithi118.stdout:919: left oid 26 (ObjNum 288 snap 87 seq_num 288) 2023-09-30T09:10:36.708 INFO:tasks.rados.rados.0.smithi118.stdout:929: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:10:36.708 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 386 (ObjNum 235 snap 64 seq_num 235) dirty exists 2023-09-30T09:10:36.708 INFO:tasks.rados.rados.0.smithi118.stdout:929: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:10:36.708 INFO:tasks.rados.rados.0.smithi118.stdout:929: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:10:36.708 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 271 (ObjNum 230 snap 60 seq_num 230) dirty exists 2023-09-30T09:10:36.708 INFO:tasks.rados.rados.0.smithi118.stdout:926: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:10:36.709 INFO:tasks.rados.rados.0.smithi118.stdout:926: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:10:36.709 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 531 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:10:36.709 INFO:tasks.rados.rados.0.smithi118.stdout:925: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:10:36.709 INFO:tasks.rados.rados.0.smithi118.stdout:928: finishing rollback tid 0 to smithi118168640-6 2023-09-30T09:10:36.709 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 335 (ObjNum 275 snap 82 seq_num 275) dirty exists 2023-09-30T09:10:36.710 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 249 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:10:36.710 INFO:tasks.rados.rados.0.smithi118.stdout:928: finishing rollback tid 1 to smithi118168640-6 2023-09-30T09:10:36.710 INFO:tasks.rados.rados.0.smithi118.stdout:928: finishing rollback tid 2 to smithi118168640-6 2023-09-30T09:10:36.710 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 277 (ObjNum 226 snap 59 seq_num 226) dirty exists 2023-09-30T09:10:36.710 INFO:tasks.rados.rados.0.smithi118.stdout:930: expect (ObjNum 263 snap 78 seq_num 263) 2023-09-30T09:10:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[182959]: failed to encode map e240 with expected crc 2023-09-30T09:10:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[182959]: pgmap v69: 121 pgs: 16 stale+active+clean, 105 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[182959]: failed to encode map e241 with expected crc 2023-09-30T09:10:36.711 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[182959]: osdmap e241: 8 total, 7 up, 8 in 2023-09-30T09:10:36.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[185516]: failed to encode map e240 with expected crc 2023-09-30T09:10:36.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[185516]: pgmap v69: 121 pgs: 16 stale+active+clean, 105 active+clean; 120 MiB data, 678 MiB used, 715 GiB / 715 GiB avail 2023-09-30T09:10:36.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:36.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[185516]: failed to encode map e241 with expected crc 2023-09-30T09:10:36.712 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:36 smithi118 ceph-mon[185516]: osdmap e241: 8 total, 7 up, 8 in 2023-09-30T09:10:36.791 INFO:tasks.rados.rados.0.smithi118.stdout:921: expect (ObjNum 277 snap 84 seq_num 277) 2023-09-30T09:10:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[182959]: failed to encode map e241 with expected crc 2023-09-30T09:10:37.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[182959]: failed to encode map e241 with expected crc 2023-09-30T09:10:37.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[182959]: osdmap e242: 8 total, 7 up, 8 in 2023-09-30T09:10:37.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[182959]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[182959]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[182959]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[182959]: pgmap v72: 121 pgs: 15 active+undersized+degraded, 38 active+undersized, 68 active+clean; 136 MiB data, 722 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.0 MiB/s wr, 10 op/s; 40/282 objects degraded (14.184%) 2023-09-30T09:10:37.819 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[185516]: failed to encode map e241 with expected crc 2023-09-30T09:10:37.822 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[185516]: failed to encode map e241 with expected crc 2023-09-30T09:10:37.822 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[185516]: osdmap e242: 8 total, 7 up, 8 in 2023-09-30T09:10:37.822 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[185516]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.822 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[185516]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.822 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[185516]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.822 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:37 smithi118 ceph-mon[185516]: pgmap v72: 121 pgs: 15 active+undersized+degraded, 38 active+undersized, 68 active+clean; 136 MiB data, 722 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.0 MiB/s wr, 10 op/s; 40/282 objects degraded (14.184%) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:916: done (12 left) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:918: done (11 left) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:919: done (10 left) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:921: done (9 left) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:923: done (8 left) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:924: done (7 left) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:925: done (6 left) 2023-09-30T09:10:37.824 INFO:tasks.rados.rados.0.smithi118.stdout:926: done (5 left) 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:927: done (4 left) 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:928: done (3 left) 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:929: done (2 left) 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:930: done (1 left) 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:931: done (0 left) 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:932: copy_from oid 2 from oid 18 current snap is 88 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:933: snap_create 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:932: finishing copy_from to smithi118168640-2 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:932: got expected ENOENT (src dne) 2023-09-30T09:10:37.825 INFO:tasks.rados.rados.0.smithi118.stdout:932: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:10:37.826 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:37 smithi192 ceph-mon[180220]: failed to encode map e241 with expected crc 2023-09-30T09:10:37.826 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:37 smithi192 ceph-mon[180220]: failed to encode map e241 with expected crc 2023-09-30T09:10:37.826 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:37 smithi192 ceph-mon[180220]: osdmap e242: 8 total, 7 up, 8 in 2023-09-30T09:10:37.826 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:37 smithi192 ceph-mon[180220]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.826 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:37 smithi192 ceph-mon[180220]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.826 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:37 smithi192 ceph-mon[180220]: failed to encode map e242 with expected crc 2023-09-30T09:10:37.826 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:37 smithi192 ceph-mon[180220]: pgmap v72: 121 pgs: 15 active+undersized+degraded, 38 active+undersized, 68 active+clean; 136 MiB data, 722 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.0 MiB/s wr, 10 op/s; 40/282 objects degraded (14.184%) 2023-09-30T09:10:38.327 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[192532]: 2023-09-30T09:10:38.049+0000 7f6730ae5640 -1 osd.0 0 read_superblock omap replica is missing. 2023-09-30T09:10:38.328 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[192532]: 2023-09-30T09:10:38.092+0000 7f6730ae5640 -1 osd.0 236 log_to_monitors true 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: failed to encode map e242 with expected crc 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: failed to encode map e242 with expected crc 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 40/282 objects degraded (14.184%), 15 pgs degraded (PG_DEGRADED) 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: osdmap e243: 8 total, 7 up, 8 in 2023-09-30T09:10:38.328 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[182959]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: failed to encode map e242 with expected crc 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: failed to encode map e242 with expected crc 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 40/282 objects degraded (14.184%), 15 pgs degraded (PG_DEGRADED) 2023-09-30T09:10:38.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: osdmap e243: 8 total, 7 up, 8 in 2023-09-30T09:10:38.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-mon[185516]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T09:10:38.419 INFO:tasks.rados.rados.0.smithi118.stdout:932: done (1 left) 2023-09-30T09:10:38.419 INFO:tasks.rados.rados.0.smithi118.stdout:933: done (0 left) 2023-09-30T09:10:38.419 INFO:tasks.rados.rados.0.smithi118.stdout:934: read oid 19 snap -1 2023-09-30T09:10:38.419 INFO:tasks.rados.rados.0.smithi118.stdout:934: expect (ObjNum 280 snap 85 seq_num 280) 2023-09-30T09:10:38.419 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 89 2023-09-30T09:10:38.419 INFO:tasks.rados.rados.0.smithi118.stdout:935: seq_num 290 ranges {819200=57344} 2023-09-30T09:10:38.424 INFO:tasks.rados.rados.0.smithi118.stdout:935: writing smithi118168640-44 from 819200 to 876544 tid 1 2023-09-30T09:10:38.424 INFO:tasks.rados.rados.0.smithi118.stdout:936: snap_create 2023-09-30T09:10:38.428 INFO:tasks.rados.rados.0.smithi118.stdout:935: finishing write tid 1 to smithi118168640-44 2023-09-30T09:10:38.428 INFO:tasks.rados.rados.0.smithi118.stdout:935: finishing write tid 2 to smithi118168640-44 2023-09-30T09:10:38.431 INFO:tasks.rados.rados.0.smithi118.stdout:935: finishing write tid 3 to smithi118168640-44 2023-09-30T09:10:38.432 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 273 (ObjNum 290 snap 89 seq_num 290) dirty exists 2023-09-30T09:10:38.432 INFO:tasks.rados.rados.0.smithi118.stdout:935: left oid 44 (ObjNum 290 snap 89 seq_num 290) 2023-09-30T09:10:38.448 INFO:tasks.rados.rados.0.smithi118.stdout:934: expect (ObjNum 280 snap 85 seq_num 280) 2023-09-30T09:10:38.596 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 09:10:38 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[192532]: 2023-09-30T09:10:38.439+0000 7f671df49700 -1 osd.0 236 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:10:38.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: failed to encode map e242 with expected crc 2023-09-30T09:10:38.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: failed to encode map e242 with expected crc 2023-09-30T09:10:38.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 40/282 objects degraded (14.184%), 15 pgs degraded (PG_DEGRADED) 2023-09-30T09:10:38.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.661 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: osdmap e243: 8 total, 7 up, 8 in 2023-09-30T09:10:38.661 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.661 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: failed to encode map e243 with expected crc 2023-09-30T09:10:38.661 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.661 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:38.661 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-mon[180220]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-30T09:10:38.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:10:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:10:38.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:10:39.282 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: failed to encode map e243 with expected crc 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: osdmap e244: 8 total, 7 up, 8 in 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[185516]: pgmap v75: 121 pgs: 15 active+undersized+degraded, 38 active+undersized, 68 active+clean; 136 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.0 MiB/s wr, 10 op/s; 40/282 objects degraded (14.184%) 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: failed to encode map e243 with expected crc 2023-09-30T09:10:39.283 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T09:10:39.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: osdmap e244: 8 total, 7 up, 8 in 2023-09-30T09:10:39.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:10:39.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-mon[182959]: pgmap v75: 121 pgs: 15 active+undersized+degraded, 38 active+undersized, 68 active+clean; 136 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.0 MiB/s wr, 10 op/s; 40/282 objects degraded (14.184%) 2023-09-30T09:10:39.425 INFO:tasks.rados.rados.0.smithi118.stdout:934: done (2 left) 2023-09-30T09:10:39.426 INFO:tasks.rados.rados.0.smithi118.stdout:935: done (1 left) 2023-09-30T09:10:39.426 INFO:tasks.rados.rados.0.smithi118.stdout:936: done (0 left) 2023-09-30T09:10:39.426 INFO:tasks.rados.rados.0.smithi118.stdout:937: copy_from oid 44 from oid 47 current snap is 90 2023-09-30T09:10:39.426 INFO:tasks.rados.rados.0.smithi118.stdout:938: copy_from oid 18 from oid 21 current snap is 90 2023-09-30T09:10:39.426 INFO:tasks.rados.rados.0.smithi118.stdout:939: snap_create 2023-09-30T09:10:39.471 INFO:tasks.rados.rados.0.smithi118.stdout:938: finishing copy_from to smithi118168640-18 2023-09-30T09:10:39.471 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 335 (ObjNum 275 snap 82 seq_num 275) dirty exists 2023-09-30T09:10:39.471 INFO:tasks.rados.rados.0.smithi118.stdout:938: finishing copy_from racing read to smithi118168640-18 2023-09-30T09:10:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: failed to encode map e243 with expected crc 2023-09-30T09:10:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-30T09:10:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: osdmap e244: 8 total, 7 up, 8 in 2023-09-30T09:10:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: from='osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:10:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: failed to encode map e244 with expected crc 2023-09-30T09:10:39.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:39 smithi192 ceph-mon[180220]: pgmap v75: 121 pgs: 15 active+undersized+degraded, 38 active+undersized, 68 active+clean; 136 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.0 MiB/s wr, 10 op/s; 40/282 objects degraded (14.184%) 2023-09-30T09:10:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:10:39] "GET /metrics HTTP/1.1" 200 36014 "" "Prometheus/2.43.0" 2023-09-30T09:10:40.427 INFO:tasks.rados.rados.0.smithi118.stdout:938: done (2 left) 2023-09-30T09:10:40.427 INFO:tasks.rados.rados.0.smithi118.stdout:939: done (1 left) 2023-09-30T09:10:40.427 INFO:tasks.rados.rados.0.smithi118.stdout:940: read oid 10 snap 86 2023-09-30T09:10:40.427 INFO:tasks.rados.rados.0.smithi118.stdout:940: expect deleted 2023-09-30T09:10:40.428 INFO:tasks.rados.rados.0.smithi118.stdout:941: setattr oid 6 current snap is 91 2023-09-30T09:10:40.428 INFO:tasks.rados.rados.0.smithi118.stdout:942: copy_from oid 37 from oid 35 current snap is 91 2023-09-30T09:10:40.428 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 91 2023-09-30T09:10:40.428 INFO:tasks.rados.rados.0.smithi118.stdout:943: seq_num 291 ranges {0=81920} 2023-09-30T09:10:40.428 INFO:tasks.rados.rados.0.smithi118.stdout:943: writing smithi118168640-17 from 0 to 81920 tid 1 2023-09-30T09:10:40.428 INFO:tasks.rados.rados.0.smithi118.stdout:944: setattr oid 8 current snap is 91 2023-09-30T09:10:40.428 INFO:tasks.rados.rados.0.smithi118.stdout:945: snap_create 2023-09-30T09:10:40.449 INFO:tasks.rados.rados.0.smithi118.stdout:943: finishing write tid 1 to smithi118168640-17 2023-09-30T09:10:40.449 INFO:tasks.rados.rados.0.smithi118.stdout:943: finishing write tid 2 to smithi118168640-17 2023-09-30T09:10:40.450 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 349 (ObjNum 248 snap 71 seq_num 248) dirty exists 2023-09-30T09:10:40.452 INFO:tasks.rados.rados.0.smithi118.stdout:943: finishing write tid 3 to smithi118168640-17 2023-09-30T09:10:40.452 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 347 (ObjNum 291 snap 91 seq_num 291) dirty exists 2023-09-30T09:10:40.452 INFO:tasks.rados.rados.0.smithi118.stdout:943: left oid 17 (ObjNum 291 snap 91 seq_num 291) 2023-09-30T09:10:40.465 INFO:tasks.rados.rados.0.smithi118.stdout:937: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:10:40.468 INFO:tasks.rados.rados.0.smithi118.stdout:937: finishing copy_from to smithi118168640-44 2023-09-30T09:10:40.469 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 283 (ObjNum 267 snap 81 seq_num 267) dirty exists 2023-09-30T09:10:40.469 INFO:tasks.rados.rados.0.smithi118.stdout:942: finishing copy_from to smithi118168640-37 2023-09-30T09:10:40.469 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 376 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:10:40.469 INFO:tasks.rados.rados.0.smithi118.stdout:942: finishing copy_from racing read to smithi118168640-37 2023-09-30T09:10:40.475 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 279 (ObjNum 226 snap 59 seq_num 226) dirty exists 2023-09-30T09:10:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:10:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[182959]: osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492] boot 2023-09-30T09:10:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[182959]: osdmap e245: 8 total, 8 up, 8 in 2023-09-30T09:10:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:10:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[182959]: failed to encode map e245 with expected crc 2023-09-30T09:10:40.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:10:40.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[185516]: osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492] boot 2023-09-30T09:10:40.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[185516]: osdmap e245: 8 total, 8 up, 8 in 2023-09-30T09:10:40.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:10:40.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-mon[185516]: failed to encode map e245 with expected crc 2023-09-30T09:10:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:40 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:10:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:40 smithi192 ceph-mon[180220]: osd.0 [v2:172.21.15.118:6802/2557665492,v1:172.21.15.118:6803/2557665492] boot 2023-09-30T09:10:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:40 smithi192 ceph-mon[180220]: osdmap e245: 8 total, 8 up, 8 in 2023-09-30T09:10:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-30T09:10:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:40 smithi192 ceph-mon[180220]: failed to encode map e245 with expected crc 2023-09-30T09:10:41.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:40 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:10:40.694+0000 7fd7b44e6700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:10:41.424 INFO:tasks.rados.rados.0.smithi118.stdout:937: done (6 left) 2023-09-30T09:10:41.424 INFO:tasks.rados.rados.0.smithi118.stdout:940: done (5 left) 2023-09-30T09:10:41.424 INFO:tasks.rados.rados.0.smithi118.stdout:941: done (4 left) 2023-09-30T09:10:41.424 INFO:tasks.rados.rados.0.smithi118.stdout:942: done (3 left) 2023-09-30T09:10:41.425 INFO:tasks.rados.rados.0.smithi118.stdout:943: done (2 left) 2023-09-30T09:10:41.425 INFO:tasks.rados.rados.0.smithi118.stdout:944: done (1 left) 2023-09-30T09:10:41.425 INFO:tasks.rados.rados.0.smithi118.stdout:945: done (0 left) 2023-09-30T09:10:41.425 INFO:tasks.rados.rados.0.smithi118.stdout:946: snap_create 2023-09-30T09:10:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e245 with expected crc 2023-09-30T09:10:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e245 with expected crc 2023-09-30T09:10:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: osdmap e246: 8 total, 8 up, 8 in 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:41.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:10:41.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[182959]: pgmap v78: 121 pgs: 37 peering, 4 active+undersized+degraded, 12 active+undersized, 68 active+clean; 144 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 2.0 MiB/s wr, 25 op/s; 9/309 objects degraded (2.913%) 2023-09-30T09:10:41.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e245 with expected crc 2023-09-30T09:10:41.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e245 with expected crc 2023-09-30T09:10:41.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: osdmap e246: 8 total, 8 up, 8 in 2023-09-30T09:10:41.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.603 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:41.604 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:41.604 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:10:41.604 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:41 smithi118 ceph-mon[185516]: pgmap v78: 121 pgs: 37 peering, 4 active+undersized+degraded, 12 active+undersized, 68 active+clean; 144 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 2.0 MiB/s wr, 25 op/s; 9/309 objects degraded (2.913%) 2023-09-30T09:10:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e245 with expected crc 2023-09-30T09:10:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e245 with expected crc 2023-09-30T09:10:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: osdmap e246: 8 total, 8 up, 8 in 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:10:41.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:41 smithi192 ceph-mon[180220]: pgmap v78: 121 pgs: 37 peering, 4 active+undersized+degraded, 12 active+undersized, 68 active+clean; 144 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 2.0 MiB/s wr, 25 op/s; 9/309 objects degraded (2.913%) 2023-09-30T09:10:42.428 INFO:tasks.rados.rados.0.smithi118.stdout:946: done (0 left) 2023-09-30T09:10:42.428 INFO:tasks.rados.rados.0.smithi118.stdout:947: copy_from oid 10 from oid 16 current snap is 93 2023-09-30T09:10:42.428 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 93 2023-09-30T09:10:42.428 INFO:tasks.rados.rados.0.smithi118.stdout:948: seq_num 292 ranges {2351104=98304} 2023-09-30T09:10:42.441 INFO:tasks.rados.rados.0.smithi118.stdout:948: writing smithi118168640-5 from 2351104 to 2449408 tid 1 2023-09-30T09:10:42.442 INFO:tasks.rados.rados.0.smithi118.stdout:949: read oid 23 snap 89 2023-09-30T09:10:42.442 INFO:tasks.rados.rados.0.smithi118.stdout:949: expect (ObjNum 286 snap 86 seq_num 286) 2023-09-30T09:10:42.442 INFO:tasks.rados.rados.0.smithi118.stdout:950: read oid 47 snap -1 2023-09-30T09:10:42.442 INFO:tasks.rados.rados.0.smithi118.stdout:950: expect (ObjNum 267 snap 81 seq_num 267) 2023-09-30T09:10:42.442 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 93 2023-09-30T09:10:42.442 INFO:tasks.rados.rados.0.smithi118.stdout:951: seq_num 293 ranges {1540096=114688} 2023-09-30T09:10:42.451 INFO:tasks.rados.rados.0.smithi118.stdout:951: writing smithi118168640-15 from 1540096 to 1654784 tid 1 2023-09-30T09:10:42.451 INFO:tasks.rados.rados.0.smithi118.stdout:952: snap_remove snap 90 2023-09-30T09:10:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: osdmap e247: 8 total, 8 up, 8 in 2023-09-30T09:10:42.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[182959]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: osdmap e247: 8 total, 8 up, 8 in 2023-09-30T09:10:42.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:42 smithi118 ceph-mon[185516]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: failed to encode map e246 with expected crc 2023-09-30T09:10:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: failed to encode map e247 with expected crc 2023-09-30T09:10:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: osdmap e247: 8 total, 8 up, 8 in 2023-09-30T09:10:42.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:42 smithi192 ceph-mon[180220]: failed to encode map e247 with expected crc 2023-09-30T09:10:43.435 INFO:tasks.rados.rados.0.smithi118.stdout:952: done (5 left) 2023-09-30T09:10:43.622 INFO:tasks.rados.rados.0.smithi118.stdout:953: setattr oid 7 current snap is 93 2023-09-30T09:10:43.622 INFO:tasks.rados.rados.0.smithi118.stdout:948: finishing write tid 1 to smithi118168640-5 2023-09-30T09:10:43.622 INFO:tasks.rados.rados.0.smithi118.stdout:948: finishing write tid 2 to smithi118168640-5 2023-09-30T09:10:43.622 INFO:tasks.rados.rados.0.smithi118.stdout:948: finishing write tid 3 to smithi118168640-5 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 288 (ObjNum 292 snap 93 seq_num 292) dirty exists 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:948: left oid 5 (ObjNum 292 snap 93 seq_num 292) 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:951: finishing write tid 1 to smithi118168640-15 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:951: finishing write tid 2 to smithi118168640-15 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:951: finishing write tid 3 to smithi118168640-15 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 285 (ObjNum 293 snap 93 seq_num 293) dirty exists 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:951: left oid 15 (ObjNum 293 snap 93 seq_num 293) 2023-09-30T09:10:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:950: expect (ObjNum 267 snap 81 seq_num 267) 2023-09-30T09:10:43.624 INFO:tasks.rados.rados.0.smithi118.stdout:949: expect (ObjNum 286 snap 86 seq_num 286) 2023-09-30T09:10:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:43 smithi192 ceph-mon[180220]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:43 smithi192 ceph-mon[180220]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:43 smithi192 ceph-mon[180220]: osdmap e248: 8 total, 8 up, 8 in 2023-09-30T09:10:43.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:43 smithi192 ceph-mon[180220]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:43 smithi192 ceph-mon[180220]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:43 smithi192 ceph-mon[180220]: pgmap v81: 121 pgs: 37 peering, 4 active+undersized+degraded, 12 active+undersized, 68 active+clean; 144 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 2.0 MiB/s wr, 25 op/s; 9/309 objects degraded (2.913%) 2023-09-30T09:10:43.835 INFO:tasks.rados.rados.0.smithi118.stdout:947: finishing copy_from to smithi118168640-10 2023-09-30T09:10:43.836 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 280 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:10:43.836 INFO:tasks.rados.rados.0.smithi118.stdout:947: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:10:43.836 INFO:tasks.rados.rados.0.smithi118.stdout:947: done (5 left) 2023-09-30T09:10:43.836 INFO:tasks.rados.rados.0.smithi118.stdout:948: done (4 left) 2023-09-30T09:10:43.836 INFO:tasks.rados.rados.0.smithi118.stdout:949: done (3 left) 2023-09-30T09:10:43.836 INFO:tasks.rados.rados.0.smithi118.stdout:950: done (2 left) 2023-09-30T09:10:43.836 INFO:tasks.rados.rados.0.smithi118.stdout:951: done (1 left) 2023-09-30T09:10:43.837 INFO:tasks.rados.rados.0.smithi118.stdout:954: rmattr oid 42 current snap is 93 2023-09-30T09:10:43.837 INFO:tasks.rados.rados.0.smithi118.stdout:955: snap_remove snap 85 2023-09-30T09:10:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[182959]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[182959]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[182959]: osdmap e248: 8 total, 8 up, 8 in 2023-09-30T09:10:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[182959]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[182959]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[182959]: pgmap v81: 121 pgs: 37 peering, 4 active+undersized+degraded, 12 active+undersized, 68 active+clean; 144 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 2.0 MiB/s wr, 25 op/s; 9/309 objects degraded (2.913%) 2023-09-30T09:10:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[185516]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[185516]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[185516]: osdmap e248: 8 total, 8 up, 8 in 2023-09-30T09:10:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[185516]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[185516]: failed to encode map e248 with expected crc 2023-09-30T09:10:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:43 smithi118 ceph-mon[185516]: pgmap v81: 121 pgs: 37 peering, 4 active+undersized+degraded, 12 active+undersized, 68 active+clean; 144 MiB data, 702 MiB used, 715 GiB / 715 GiB avail; 16 MiB/s rd, 2.0 MiB/s wr, 25 op/s; 9/309 objects degraded (2.913%) 2023-09-30T09:10:44.436 INFO:tasks.rados.rados.0.smithi118.stdout:955: done (2 left) 2023-09-30T09:10:44.436 INFO:tasks.rados.rados.0.smithi118.stdout:956: rollback oid 5 current snap is 93 2023-09-30T09:10:44.436 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 81 2023-09-30T09:10:44.437 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 292 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:10:44.437 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 281 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:10:44.437 INFO:tasks.rados.rados.0.smithi118.stdout:953: done (2 left) 2023-09-30T09:10:44.437 INFO:tasks.rados.rados.0.smithi118.stdout:954: done (1 left) 2023-09-30T09:10:44.437 INFO:tasks.rados.rados.0.smithi118.stdout:957: delete oid 49 current snap is 93 2023-09-30T09:10:44.453 INFO:tasks.rados.rados.0.smithi118.stdout:957: done (1 left) 2023-09-30T09:10:44.453 INFO:tasks.rados.rados.0.smithi118.stdout:958: delete oid 20 current snap is 93 2023-09-30T09:10:44.454 INFO:tasks.rados.rados.0.smithi118.stdout:956: finishing rollback tid 0 to smithi118168640-5 2023-09-30T09:10:44.454 INFO:tasks.rados.rados.0.smithi118.stdout:956: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:10:44.454 INFO:tasks.rados.rados.0.smithi118.stdout:956: finishing rollback tid 2 to smithi118168640-5 2023-09-30T09:10:44.454 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 295 (ObjNum 129 snap 0 seq_num 3323615296) dirty exists 2023-09-30T09:10:44.455 INFO:tasks.rados.rados.0.smithi118.stdout:956: done (1 left) 2023-09-30T09:10:44.455 INFO:tasks.rados.rados.0.smithi118.stdout:958: done (0 left) 2023-09-30T09:10:44.455 INFO:tasks.rados.rados.0.smithi118.stdout:959: snap_remove snap 88 2023-09-30T09:10:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:44 smithi192 ceph-mon[180220]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:44 smithi192 ceph-mon[180220]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:44 smithi192 ceph-mon[180220]: osdmap e249: 8 total, 8 up, 8 in 2023-09-30T09:10:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:44 smithi192 ceph-mon[180220]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:44 smithi192 ceph-mon[180220]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[182959]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[182959]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[182959]: osdmap e249: 8 total, 8 up, 8 in 2023-09-30T09:10:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[182959]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[182959]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[185516]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[185516]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[185516]: osdmap e249: 8 total, 8 up, 8 in 2023-09-30T09:10:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[185516]: failed to encode map e249 with expected crc 2023-09-30T09:10:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:44 smithi118 ceph-mon[185516]: failed to encode map e249 with expected crc 2023-09-30T09:10:45.447 INFO:tasks.rados.rados.0.smithi118.stdout:959: done (0 left) 2023-09-30T09:10:45.447 INFO:tasks.rados.rados.0.smithi118.stdout:960: snap_remove snap 91 2023-09-30T09:10:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:45 smithi192 ceph-mon[180220]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:45 smithi192 ceph-mon[180220]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:45 smithi192 ceph-mon[180220]: osdmap e250: 8 total, 8 up, 8 in 2023-09-30T09:10:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:45 smithi192 ceph-mon[180220]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:45 smithi192 ceph-mon[180220]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:45 smithi192 ceph-mon[180220]: pgmap v84: 121 pgs: 37 peering, 84 active+clean; 146 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 550 KiB/s wr, 2 op/s; 1.5 MiB/s, 1 objects/s recovering 2023-09-30T09:10:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[185516]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[185516]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[185516]: osdmap e250: 8 total, 8 up, 8 in 2023-09-30T09:10:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[185516]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[185516]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[185516]: pgmap v84: 121 pgs: 37 peering, 84 active+clean; 146 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 550 KiB/s wr, 2 op/s; 1.5 MiB/s, 1 objects/s recovering 2023-09-30T09:10:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[182959]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[182959]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[182959]: osdmap e250: 8 total, 8 up, 8 in 2023-09-30T09:10:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[182959]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[182959]: failed to encode map e250 with expected crc 2023-09-30T09:10:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:45 smithi118 ceph-mon[182959]: pgmap v84: 121 pgs: 37 peering, 84 active+clean; 146 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 550 KiB/s wr, 2 op/s; 1.5 MiB/s, 1 objects/s recovering 2023-09-30T09:10:46.409 INFO:tasks.rados.rados.0.smithi118.stdout:960: done (0 left) 2023-09-30T09:10:46.410 INFO:tasks.rados.rados.0.smithi118.stdout:961: snap_create 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/309 objects degraded (2.913%), 4 pgs degraded) 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: osdmap e251: 8 total, 8 up, 8 in 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:46 smithi192 ceph-mon[180220]: osdmap e252: 8 total, 8 up, 8 in 2023-09-30T09:10:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/309 objects degraded (2.913%), 4 pgs degraded) 2023-09-30T09:10:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:10:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: osdmap e251: 8 total, 8 up, 8 in 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[185516]: osdmap e252: 8 total, 8 up, 8 in 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/309 objects degraded (2.913%), 4 pgs degraded) 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: osdmap e251: 8 total, 8 up, 8 in 2023-09-30T09:10:46.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: failed to encode map e251 with expected crc 2023-09-30T09:10:46.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:46 smithi118 ceph-mon[182959]: osdmap e252: 8 total, 8 up, 8 in 2023-09-30T09:10:47.411 INFO:tasks.rados.rados.0.smithi118.stdout:961: done (0 left) 2023-09-30T09:10:47.411 INFO:tasks.rados.rados.0.smithi118.stdout:962: rollback oid 48 current snap is 94 2023-09-30T09:10:47.411 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 84 2023-09-30T09:10:47.411 INFO:tasks.rados.rados.0.smithi118.stdout:963: copy_from oid 4 from oid 24 current snap is 94 2023-09-30T09:10:47.412 INFO:tasks.rados.rados.0.smithi118.stdout:964: snap_create 2023-09-30T09:10:47.421 INFO:tasks.rados.rados.0.smithi118.stdout:962: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:10:47.421 INFO:tasks.rados.rados.0.smithi118.stdout:962: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:10:47.421 INFO:tasks.rados.rados.0.smithi118.stdout:962: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:10:47.421 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 539 (ObjNum 271 snap 82 seq_num 271) dirty exists 2023-09-30T09:10:47.432 INFO:tasks.rados.rados.0.smithi118.stdout:963: finishing copy_from to smithi118168640-4 2023-09-30T09:10:47.432 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 195 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:10:47.433 INFO:tasks.rados.rados.0.smithi118.stdout:963: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:10:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:47 smithi192 ceph-mon[180220]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:47 smithi192 ceph-mon[180220]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:47 smithi192 ceph-mon[180220]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:47 smithi192 ceph-mon[180220]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:47 smithi192 ceph-mon[180220]: pgmap v87: 121 pgs: 121 active+clean; 152 MiB data, 742 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 2.1 MiB/s wr, 23 op/s; 7.7 MiB/s, 3 objects/s recovering 2023-09-30T09:10:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:47 smithi192 ceph-mon[180220]: osdmap e253: 8 total, 8 up, 8 in 2023-09-30T09:10:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[182959]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[182959]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[182959]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[182959]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[182959]: pgmap v87: 121 pgs: 121 active+clean; 152 MiB data, 742 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 2.1 MiB/s wr, 23 op/s; 7.7 MiB/s, 3 objects/s recovering 2023-09-30T09:10:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[182959]: osdmap e253: 8 total, 8 up, 8 in 2023-09-30T09:10:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[185516]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[185516]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[185516]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[185516]: failed to encode map e252 with expected crc 2023-09-30T09:10:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[185516]: pgmap v87: 121 pgs: 121 active+clean; 152 MiB data, 742 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 2.1 MiB/s wr, 23 op/s; 7.7 MiB/s, 3 objects/s recovering 2023-09-30T09:10:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:47 smithi118 ceph-mon[185516]: osdmap e253: 8 total, 8 up, 8 in 2023-09-30T09:10:48.414 INFO:tasks.rados.rados.0.smithi118.stdout:962: done (2 left) 2023-09-30T09:10:48.414 INFO:tasks.rados.rados.0.smithi118.stdout:963: done (1 left) 2023-09-30T09:10:48.414 INFO:tasks.rados.rados.0.smithi118.stdout:964: done (0 left) 2023-09-30T09:10:48.414 INFO:tasks.rados.rados.0.smithi118.stdout:965: read oid 34 snap 77 2023-09-30T09:10:48.415 INFO:tasks.rados.rados.0.smithi118.stdout:965: expect deleted 2023-09-30T09:10:48.415 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 95 2023-09-30T09:10:48.415 INFO:tasks.rados.rados.0.smithi118.stdout:966: seq_num 296 ranges {0=163840} 2023-09-30T09:10:48.415 INFO:tasks.rados.rados.0.smithi118.stdout:966: writing smithi118168640-45 from 0 to 163840 tid 1 2023-09-30T09:10:48.415 INFO:tasks.rados.rados.0.smithi118.stdout:967: delete oid 48 current snap is 95 2023-09-30T09:10:48.416 INFO:tasks.rados.rados.0.smithi118.stdout:966: finishing write tid 1 to smithi118168640-45 2023-09-30T09:10:48.416 INFO:tasks.rados.rados.0.smithi118.stdout:966: finishing write tid 2 to smithi118168640-45 2023-09-30T09:10:48.418 INFO:tasks.rados.rados.0.smithi118.stdout:966: finishing write tid 3 to smithi118168640-45 2023-09-30T09:10:48.418 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 82 (ObjNum 296 snap 95 seq_num 296) dirty exists 2023-09-30T09:10:48.418 INFO:tasks.rados.rados.0.smithi118.stdout:966: left oid 45 (ObjNum 296 snap 95 seq_num 296) 2023-09-30T09:10:48.421 INFO:tasks.rados.rados.0.smithi118.stdout:965: done (2 left) 2023-09-30T09:10:48.421 INFO:tasks.rados.rados.0.smithi118.stdout:966: done (1 left) 2023-09-30T09:10:48.422 INFO:tasks.rados.rados.0.smithi118.stdout:967: done (0 left) 2023-09-30T09:10:48.422 INFO:tasks.rados.rados.0.smithi118.stdout:968: setattr oid 29 current snap is 95 2023-09-30T09:10:48.422 INFO:tasks.rados.rados.0.smithi118.stdout:969: rollback oid 3 current snap is 95 2023-09-30T09:10:48.423 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 93 2023-09-30T09:10:48.423 INFO:tasks.rados.rados.0.smithi118.stdout:970: snap_create 2023-09-30T09:10:48.424 INFO:tasks.rados.rados.0.smithi118.stdout:969: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:10:48.424 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 0 (ObjNum 1713 snap 0 seq_num 3324227808) dirty dne 2023-09-30T09:10:48.428 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 373 (ObjNum 254 snap 72 seq_num 254) dirty exists 2023-09-30T09:10:48.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:48 smithi192 ceph-mon[180220]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:48 smithi192 ceph-mon[180220]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:48 smithi192 ceph-mon[180220]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:48 smithi192 ceph-mon[180220]: osdmap e254: 8 total, 8 up, 8 in 2023-09-30T09:10:48.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:10:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:10:48.659Z caller=alerting.go:366 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-09-30T09:10:48.714 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:10:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:10:48.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:10:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[182959]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[182959]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[182959]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[182959]: osdmap e254: 8 total, 8 up, 8 in 2023-09-30T09:10:48.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[185516]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[185516]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[185516]: failed to encode map e253 with expected crc 2023-09-30T09:10:48.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:48 smithi118 ceph-mon[185516]: osdmap e254: 8 total, 8 up, 8 in 2023-09-30T09:10:49.415 INFO:tasks.rados.rados.0.smithi118.stdout:968: done (2 left) 2023-09-30T09:10:49.415 INFO:tasks.rados.rados.0.smithi118.stdout:969: done (1 left) 2023-09-30T09:10:49.415 INFO:tasks.rados.rados.0.smithi118.stdout:970: done (0 left) 2023-09-30T09:10:49.415 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 96 2023-09-30T09:10:49.415 INFO:tasks.rados.rados.0.smithi118.stdout:971: seq_num 298 ranges {7331840=196608} 2023-09-30T09:10:49.456 INFO:tasks.rados.rados.0.smithi118.stdout:971: writing smithi118168640-36 from 7331840 to 7528448 tid 1 2023-09-30T09:10:49.456 INFO:tasks.rados.rados.0.smithi118.stdout:972: read oid 24 snap -1 2023-09-30T09:10:49.456 INFO:tasks.rados.rados.0.smithi118.stdout:972: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:10:49.456 INFO:tasks.rados.rados.0.smithi118.stdout:973: delete oid 15 current snap is 96 2023-09-30T09:10:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:973: done (2 left) 2023-09-30T09:10:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:974: copy_from oid 43 from oid 38 current snap is 96 2023-09-30T09:10:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:975: snap_create 2023-09-30T09:10:49.466 INFO:tasks.rados.rados.0.smithi118.stdout:971: finishing write tid 1 to smithi118168640-36 2023-09-30T09:10:49.467 INFO:tasks.rados.rados.0.smithi118.stdout:971: finishing write tid 2 to smithi118168640-36 2023-09-30T09:10:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:971: finishing write tid 3 to smithi118168640-36 2023-09-30T09:10:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 312 (ObjNum 298 snap 96 seq_num 298) dirty exists 2023-09-30T09:10:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:971: left oid 36 (ObjNum 298 snap 96 seq_num 298) 2023-09-30T09:10:49.475 INFO:tasks.rados.rados.0.smithi118.stdout:972: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:10:49.630 INFO:tasks.rados.rados.0.smithi118.stdout:974: finishing copy_from to smithi118168640-43 2023-09-30T09:10:49.630 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 319 (ObjNum 248 snap 71 seq_num 248) dirty exists 2023-09-30T09:10:49.630 INFO:tasks.rados.rados.0.smithi118.stdout:974: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:10:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: pgmap v90: 121 pgs: 121 active+clean; 152 MiB data, 740 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 1.6 MiB/s wr, 22 op/s; 6.2 MiB/s, 2 objects/s recovering 2023-09-30T09:10:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:49 smithi192 ceph-mon[180220]: osdmap e255: 8 total, 8 up, 8 in 2023-09-30T09:10:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: pgmap v90: 121 pgs: 121 active+clean; 152 MiB data, 740 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 1.6 MiB/s wr, 22 op/s; 6.2 MiB/s, 2 objects/s recovering 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[182959]: osdmap e255: 8 total, 8 up, 8 in 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: failed to encode map e254 with expected crc 2023-09-30T09:10:49.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: pgmap v90: 121 pgs: 121 active+clean; 152 MiB data, 740 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 1.6 MiB/s wr, 22 op/s; 6.2 MiB/s, 2 objects/s recovering 2023-09-30T09:10:49.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:49.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:10:49.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-mon[185516]: osdmap e255: 8 total, 8 up, 8 in 2023-09-30T09:10:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:10:49] "GET /metrics HTTP/1.1" 200 36020 "" "Prometheus/2.43.0" 2023-09-30T09:10:50.462 INFO:tasks.rados.rados.0.smithi118.stdout:971: done (3 left) 2023-09-30T09:10:50.462 INFO:tasks.rados.rados.0.smithi118.stdout:972: done (2 left) 2023-09-30T09:10:50.462 INFO:tasks.rados.rados.0.smithi118.stdout:974: done (1 left) 2023-09-30T09:10:50.462 INFO:tasks.rados.rados.0.smithi118.stdout:975: done (0 left) 2023-09-30T09:10:50.462 INFO:tasks.rados.rados.0.smithi118.stdout:976: rollback oid 30 current snap is 97 2023-09-30T09:10:50.462 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 84 2023-09-30T09:10:50.462 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 97 2023-09-30T09:10:50.463 INFO:tasks.rados.rados.0.smithi118.stdout:977: seq_num 300 ranges {24576=229376} 2023-09-30T09:10:50.463 INFO:tasks.rados.rados.0.smithi118.stdout:977: writing smithi118168640-26 from 24576 to 253952 tid 1 2023-09-30T09:10:50.463 INFO:tasks.rados.rados.0.smithi118.stdout:978: snap_remove snap 77 2023-09-30T09:10:50.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:50 smithi192 ceph-mon[180220]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:50 smithi192 ceph-mon[180220]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:50 smithi192 ceph-mon[180220]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:50 smithi192 ceph-mon[180220]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:50 smithi192 ceph-mon[180220]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[185516]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[185516]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[185516]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[185516]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[185516]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[182959]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[182959]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[182959]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[182959]: failed to encode map e255 with expected crc 2023-09-30T09:10:50.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:50 smithi118 ceph-mon[182959]: failed to encode map e255 with expected crc 2023-09-30T09:10:51.411 INFO:tasks.rados.rados.0.smithi118.stdout:978: done (2 left) 2023-09-30T09:10:51.411 INFO:tasks.rados.rados.0.smithi118.stdout:979: read oid 42 snap -1 2023-09-30T09:10:51.411 INFO:tasks.rados.rados.0.smithi118.stdout:979: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:51.411 INFO:tasks.rados.rados.0.smithi118.stdout:980: delete oid 40 current snap is 97 2023-09-30T09:10:51.411 INFO:tasks.rados.rados.0.smithi118.stdout:977: finishing write tid 1 to smithi118168640-26 2023-09-30T09:10:51.412 INFO:tasks.rados.rados.0.smithi118.stdout:977: finishing write tid 2 to smithi118168640-26 2023-09-30T09:10:51.412 INFO:tasks.rados.rados.0.smithi118.stdout:976: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:10:51.412 INFO:tasks.rados.rados.0.smithi118.stdout:977: finishing write tid 3 to smithi118168640-26 2023-09-30T09:10:51.412 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 544 (ObjNum 300 snap 97 seq_num 300) dirty exists 2023-09-30T09:10:51.412 INFO:tasks.rados.rados.0.smithi118.stdout:977: left oid 26 (ObjNum 300 snap 97 seq_num 300) 2023-09-30T09:10:51.412 INFO:tasks.rados.rados.0.smithi118.stdout:976: finishing rollback tid 2 to smithi118168640-30 2023-09-30T09:10:51.412 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 396 (ObjNum 29 snap 0 seq_num 29) dirty exists 2023-09-30T09:10:51.429 INFO:tasks.rados.rados.0.smithi118.stdout:976: done (3 left) 2023-09-30T09:10:51.429 INFO:tasks.rados.rados.0.smithi118.stdout:977: done (2 left) 2023-09-30T09:10:51.429 INFO:tasks.rados.rados.0.smithi118.stdout:980: done (1 left) 2023-09-30T09:10:51.429 INFO:tasks.rados.rados.0.smithi118.stdout:981: snap_remove snap 81 2023-09-30T09:10:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[182959]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[182959]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[182959]: osdmap e256: 8 total, 8 up, 8 in 2023-09-30T09:10:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[182959]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[182959]: pgmap v93: 121 pgs: 121 active+clean; 164 MiB data, 759 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 9 op/s 2023-09-30T09:10:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[182959]: osdmap e257: 8 total, 8 up, 8 in 2023-09-30T09:10:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[185516]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[185516]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[185516]: osdmap e256: 8 total, 8 up, 8 in 2023-09-30T09:10:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[185516]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[185516]: pgmap v93: 121 pgs: 121 active+clean; 164 MiB data, 759 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 9 op/s 2023-09-30T09:10:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:51 smithi118 ceph-mon[185516]: osdmap e257: 8 total, 8 up, 8 in 2023-09-30T09:10:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:51 smithi192 ceph-mon[180220]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:51 smithi192 ceph-mon[180220]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:51 smithi192 ceph-mon[180220]: osdmap e256: 8 total, 8 up, 8 in 2023-09-30T09:10:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:51 smithi192 ceph-mon[180220]: failed to encode map e256 with expected crc 2023-09-30T09:10:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:51 smithi192 ceph-mon[180220]: pgmap v93: 121 pgs: 121 active+clean; 164 MiB data, 759 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 9 op/s 2023-09-30T09:10:51.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:51 smithi192 ceph-mon[180220]: osdmap e257: 8 total, 8 up, 8 in 2023-09-30T09:10:52.206 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:10:52.425 INFO:tasks.rados.rados.0.smithi118.stdout:981: done (1 left) 2023-09-30T09:10:52.425 INFO:tasks.rados.rados.0.smithi118.stdout:982: delete oid 3 current snap is 97 2023-09-30T09:10:52.425 INFO:tasks.rados.rados.0.smithi118.stdout:979: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:52.531 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:10:52.531 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (2m) - 4m 18.0M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:10:52.531 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (106s) - 4m 79.6M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (5m) - 5m 17.1M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (5m) - 5m 18.2M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (80s) - 7m 446M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (101s) - 9m 506M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (71s) - 9m 69.6M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (44s) - 8m 24.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (53s) - 8m 44.4M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (118s) - 4m 9.79M - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (105s) - 4m 9361k - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:10:52.532 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (18s) - 7m 14.7M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (7m) - 7m 330M 2486M 17.2.6-1161-g191c1869 8497a1260037 7aa0bb3bf5ad 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (7m) - 7m 298M 2486M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (6m) - 6m 194M 2486M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (6m) - 6m 294M 2486M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (6m) - 6m 313M 2486M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (5m) - 5m 204M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (5m) - 5m 219M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:10:52.533 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (84s) - 4m 44.1M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:10:52.535 INFO:tasks.rados.rados.0.smithi118.stdout:979: done (1 left) 2023-09-30T09:10:52.536 INFO:tasks.rados.rados.0.smithi118.stdout:982: done (0 left) 2023-09-30T09:10:52.536 INFO:tasks.rados.rados.0.smithi118.stdout:983: copy_from oid 32 from oid 50 current snap is 97 2023-09-30T09:10:52.536 INFO:tasks.rados.rados.0.smithi118.stdout:984: snap_remove snap 93 2023-09-30T09:10:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[185516]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[185516]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[185516]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[185516]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[185516]: osdmap e258: 8 total, 8 up, 8 in 2023-09-30T09:10:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[182959]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[182959]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[182959]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[182959]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:52 smithi118 ceph-mon[182959]: osdmap e258: 8 total, 8 up, 8 in 2023-09-30T09:10:52.910 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:10:52.910 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:10:52.910 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:10:52.910 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 7, 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 1 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:10:52.911 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 9, 2023-09-30T09:10:52.912 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 6 2023-09-30T09:10:52.912 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:10:52.912 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:10:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:52 smithi192 ceph-mon[180220]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:52 smithi192 ceph-mon[180220]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:52 smithi192 ceph-mon[180220]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:52 smithi192 ceph-mon[180220]: failed to encode map e257 with expected crc 2023-09-30T09:10:52.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:52 smithi192 ceph-mon[180220]: osdmap e258: 8 total, 8 up, 8 in 2023-09-30T09:10:53.474 INFO:tasks.rados.rados.0.smithi118.stdout:984: done (1 left) 2023-09-30T09:10:53.474 INFO:tasks.rados.rados.0.smithi118.stdout:985: copy_from oid 44 from oid 36 current snap is 97 2023-09-30T09:10:53.474 INFO:tasks.rados.rados.0.smithi118.stdout:983: finishing copy_from to smithi118168640-32 2023-09-30T09:10:53.474 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 531 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:10:53.474 INFO:tasks.rados.rados.0.smithi118.stdout:983: finishing copy_from racing read to smithi118168640-32 2023-09-30T09:10:53.475 INFO:tasks.rados.rados.0.smithi118.stdout:983: done (1 left) 2023-09-30T09:10:53.475 INFO:tasks.rados.rados.0.smithi118.stdout:986: snap_remove snap 89 2023-09-30T09:10:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[182959]: from='client.44126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[182959]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[182959]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[182959]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[182959]: from='client.44132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[182959]: pgmap v96: 121 pgs: 121 active+clean; 164 MiB data, 759 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/342510126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[185516]: from='client.44126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[185516]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[185516]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[185516]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[185516]: from='client.44132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[185516]: pgmap v96: 121 pgs: 121 active+clean; 164 MiB data, 759 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-09-30T09:10:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:53 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/342510126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:53 smithi192 ceph-mon[180220]: from='client.44126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:53 smithi192 ceph-mon[180220]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:53 smithi192 ceph-mon[180220]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:53 smithi192 ceph-mon[180220]: failed to encode map e258 with expected crc 2023-09-30T09:10:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:53 smithi192 ceph-mon[180220]: from='client.44132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:10:53.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:53 smithi192 ceph-mon[180220]: pgmap v96: 121 pgs: 121 active+clean; 164 MiB data, 759 MiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-09-30T09:10:53.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:53 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/342510126' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:10:54.479 INFO:tasks.rados.rados.0.smithi118.stdout:986: done (1 left) 2023-09-30T09:10:54.479 INFO:tasks.rados.rados.0.smithi118.stdout:987: snap_create 2023-09-30T09:10:54.479 INFO:tasks.rados.rados.0.smithi118.stdout:985: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:10:54.479 INFO:tasks.rados.rados.0.smithi118.stdout:985: finishing copy_from to smithi118168640-44 2023-09-30T09:10:54.479 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 312 (ObjNum 298 snap 96 seq_num 298) dirty exists 2023-09-30T09:10:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[182959]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[182959]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[182959]: osdmap e259: 8 total, 8 up, 8 in 2023-09-30T09:10:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[182959]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[182959]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[185516]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[185516]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[185516]: osdmap e259: 8 total, 8 up, 8 in 2023-09-30T09:10:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[185516]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[185516]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:54 smithi192 ceph-mon[180220]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:54 smithi192 ceph-mon[180220]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:54 smithi192 ceph-mon[180220]: osdmap e259: 8 total, 8 up, 8 in 2023-09-30T09:10:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:54 smithi192 ceph-mon[180220]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:54 smithi192 ceph-mon[180220]: failed to encode map e259 with expected crc 2023-09-30T09:10:54.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:55.485 INFO:tasks.rados.rados.0.smithi118.stdout:985: done (1 left) 2023-09-30T09:10:55.485 INFO:tasks.rados.rados.0.smithi118.stdout:987: done (0 left) 2023-09-30T09:10:55.485 INFO:tasks.rados.rados.0.smithi118.stdout:988: snap_remove snap 94 2023-09-30T09:10:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[182959]: failed to encode map e260 with expected crc 2023-09-30T09:10:55.860 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[182959]: osdmap e260: 8 total, 8 up, 8 in 2023-09-30T09:10:55.860 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[182959]: failed to encode map e260 with expected crc 2023-09-30T09:10:55.860 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[182959]: pgmap v99: 121 pgs: 121 active+clean; 164 MiB data, 760 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-30T09:10:55.860 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[185516]: failed to encode map e260 with expected crc 2023-09-30T09:10:55.860 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[185516]: osdmap e260: 8 total, 8 up, 8 in 2023-09-30T09:10:55.861 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[185516]: failed to encode map e260 with expected crc 2023-09-30T09:10:55.861 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:55 smithi118 ceph-mon[185516]: pgmap v99: 121 pgs: 121 active+clean; 164 MiB data, 760 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-30T09:10:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:55 smithi192 ceph-mon[180220]: failed to encode map e260 with expected crc 2023-09-30T09:10:56.058 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:55 smithi192 ceph-mon[180220]: osdmap e260: 8 total, 8 up, 8 in 2023-09-30T09:10:56.058 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:55 smithi192 ceph-mon[180220]: failed to encode map e260 with expected crc 2023-09-30T09:10:56.058 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:55 smithi192 ceph-mon[180220]: pgmap v99: 121 pgs: 121 active+clean; 164 MiB data, 760 MiB used, 714 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-09-30T09:10:56.412 INFO:tasks.rados.rados.0.smithi118.stdout:988: done (0 left) 2023-09-30T09:10:56.450 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 98 2023-09-30T09:10:56.450 INFO:tasks.rados.rados.0.smithi118.stdout:989: seq_num 303 ranges {1236992=278528} 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:989: writing smithi118168640-25 from 1236992 to 1515520 tid 1 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:990: copy_from oid 1 from oid 10 current snap is 98 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:991: read oid 46 snap -1 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:991: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:992: rollback oid 50 current snap is 98 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 95 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:993: read oid 39 snap -1 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:993: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:994: delete oid 24 current snap is 98 2023-09-30T09:10:56.452 INFO:tasks.rados.rados.0.smithi118.stdout:993: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:10:56.453 INFO:tasks.rados.rados.0.smithi118.stdout:989: finishing write tid 1 to smithi118168640-25 2023-09-30T09:10:56.453 INFO:tasks.rados.rados.0.smithi118.stdout:989: finishing write tid 2 to smithi118168640-25 2023-09-30T09:10:56.453 INFO:tasks.rados.rados.0.smithi118.stdout:993: done (5 left) 2023-09-30T09:10:56.453 INFO:tasks.rados.rados.0.smithi118.stdout:994: done (4 left) 2023-09-30T09:10:56.453 INFO:tasks.rados.rados.0.smithi118.stdout:995: snap_remove snap 96 2023-09-30T09:10:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: failed to encode map e261 with expected crc 2023-09-30T09:10:56.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: osdmap e261: 8 total, 8 up, 8 in 2023-09-30T09:10:56.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: failed to encode map e261 with expected crc 2023-09-30T09:10:56.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:56.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:56.876 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: Upgrade: osd.1 is safe to restart 2023-09-30T09:10:56.876 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: failed to encode map e261 with expected crc 2023-09-30T09:10:56.876 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[182959]: osdmap e262: 8 total, 8 up, 8 in 2023-09-30T09:10:56.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: failed to encode map e261 with expected crc 2023-09-30T09:10:56.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: osdmap e261: 8 total, 8 up, 8 in 2023-09-30T09:10:56.876 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: failed to encode map e261 with expected crc 2023-09-30T09:10:56.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:56.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:56.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: Upgrade: osd.1 is safe to restart 2023-09-30T09:10:56.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: failed to encode map e261 with expected crc 2023-09-30T09:10:56.877 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:56 smithi118 ceph-mon[185516]: osdmap e262: 8 total, 8 up, 8 in 2023-09-30T09:10:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: failed to encode map e261 with expected crc 2023-09-30T09:10:57.086 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: osdmap e261: 8 total, 8 up, 8 in 2023-09-30T09:10:57.089 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: failed to encode map e261 with expected crc 2023-09-30T09:10:57.090 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:57.090 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-30T09:10:57.090 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: Upgrade: osd.1 is safe to restart 2023-09-30T09:10:57.090 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: failed to encode map e261 with expected crc 2023-09-30T09:10:57.090 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:56 smithi192 ceph-mon[180220]: osdmap e262: 8 total, 8 up, 8 in 2023-09-30T09:10:57.416 INFO:tasks.rados.rados.0.smithi118.stdout:995: done (4 left) 2023-09-30T09:10:58.880 INFO:tasks.rados.rados.0.smithi118.stdout:996: rollback oid 40 current snap is 98 2023-09-30T09:10:58.880 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 83 2023-09-30T09:10:58.880 INFO:tasks.rados.rados.0.smithi118.stdout:989: finishing write tid 3 to smithi118168640-25 2023-09-30T09:10:58.880 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 533 (ObjNum 303 snap 98 seq_num 303) dirty exists 2023-09-30T09:10:58.880 INFO:tasks.rados.rados.0.smithi118.stdout:989: left oid 25 (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:10:58.880 INFO:tasks.rados.rados.0.smithi118.stdout:991: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:10:58.881 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e261 with expected crc 2023-09-30T09:10:58.881 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e261 with expected crc 2023-09-30T09:10:58.881 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e261 with expected crc 2023-09-30T09:10:58.881 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e262 with expected crc 2023-09-30T09:10:58.881 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e262 with expected crc 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e262 with expected crc 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e262 with expected crc 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: failed to encode map e262 with expected crc 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: Upgrade: Updating osd.1 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: Deploying daemon osd.1 on smithi118 2023-09-30T09:10:58.882 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: pgmap v102: 121 pgs: 121 active+clean; 162 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 258 KiB/s wr, 3 op/s 2023-09-30T09:10:58.891 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:57 smithi192 ceph-mon[180220]: osdmap e263: 8 total, 8 up, 8 in 2023-09-30T09:10:58.891 INFO:tasks.rados.rados.0.smithi118.stdout:992: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:10:58.891 INFO:tasks.rados.rados.0.smithi118.stdout:992: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:10:58.892 INFO:tasks.rados.rados.0.smithi118.stdout:992: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:10:58.892 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 574 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:10:58.892 INFO:tasks.rados.rados.0.smithi118.stdout:990: finishing copy_from to smithi118168640-1 2023-09-30T09:10:58.892 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 280 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:10:59.034 INFO:tasks.rados.rados.0.smithi118.stdout:990: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:10:59.034 INFO:tasks.rados.rados.0.smithi118.stdout:989: done (4 left) 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:990: done (3 left) 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:991: done (2 left) 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:992: done (1 left) 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:997: delete oid 6 current snap is 98 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:996: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:996: finishing rollback tid 2 to smithi118168640-40 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 169 (ObjNum 65 snap 0 seq_num 1549033074) dirty exists 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:996: done (1 left) 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:997: done (0 left) 2023-09-30T09:10:59.035 INFO:tasks.rados.rados.0.smithi118.stdout:998: snap_create 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e261 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e261 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e261 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: Upgrade: Updating osd.1 2023-09-30T09:10:59.036 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: Deploying daemon osd.1 on smithi118 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: pgmap v102: 121 pgs: 121 active+clean; 162 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 258 KiB/s wr, 3 op/s 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[185516]: osdmap e263: 8 total, 8 up, 8 in 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e261 with expected crc 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e261 with expected crc 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e261 with expected crc 2023-09-30T09:10:59.037 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: failed to encode map e262 with expected crc 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: Upgrade: Updating osd.1 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: Deploying daemon osd.1 on smithi118 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: pgmap v102: 121 pgs: 121 active+clean; 162 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 258 KiB/s wr, 3 op/s 2023-09-30T09:10:59.038 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:57 smithi118 ceph-mon[182959]: osdmap e263: 8 total, 8 up, 8 in 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:998: done (0 left) 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:999: read oid 35 snap -1 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:999: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1000: read oid 42 snap -1 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1000: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1001: delete oid 47 current snap is 99 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1001: done (2 left) 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1002: rollback oid 29 current snap is 99 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 29 to 97 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1003: delete oid 38 current snap is 99 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1002: finishing rollback tid 0 to smithi118168640-29 2023-09-30T09:10:59.040 INFO:tasks.rados.rados.0.smithi118.stdout:1003: done (3 left) 2023-09-30T09:10:59.041 INFO:tasks.rados.rados.0.smithi118.stdout:1004: snap_create 2023-09-30T09:10:59.041 INFO:tasks.rados.rados.0.smithi118.stdout:1002: finishing rollback tid 1 to smithi118168640-29 2023-09-30T09:10:59.041 INFO:tasks.rados.rados.0.smithi118.stdout:1002: finishing rollback tid 2 to smithi118168640-29 2023-09-30T09:10:59.041 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 376 (ObjNum 254 snap 72 seq_num 254) dirty exists 2023-09-30T09:10:59.041 INFO:tasks.rados.rados.0.smithi118.stdout:1000: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:59.041 INFO:tasks.rados.rados.0.smithi118.stdout:999: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:10:59.041 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[182959]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.041 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[182959]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.041 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[182959]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.042 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[182959]: osdmap e264: 8 total, 8 up, 8 in 2023-09-30T09:10:59.042 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[185516]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[185516]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[185516]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-mon[185516]: osdmap e264: 8 total, 8 up, 8 in 2023-09-30T09:10:59.202 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:58 smithi192 ceph-mon[180220]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.202 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:58 smithi192 ceph-mon[180220]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.202 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:58 smithi192 ceph-mon[180220]: failed to encode map e263 with expected crc 2023-09-30T09:10:59.202 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:58 smithi192 ceph-mon[180220]: osdmap e264: 8 total, 8 up, 8 in 2023-09-30T09:10:59.202 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:10:58 smithi118 systemd[1]: Stopping Ceph osd.1 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:10:59.202 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[134235]: 2023-09-30T09:10:58.895+0000 7f5bff65c700 -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 2023-09-30T09:10:59.203 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[134235]: 2023-09-30T09:10:58.895+0000 7f5bff65c700 -1 osd.1 264 *** Got signal Terminated *** 2023-09-30T09:10:59.203 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:10:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[134235]: 2023-09-30T09:10:58.895+0000 7f5bff65c700 -1 osd.1 264 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:10:59.203 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:10:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:10:58.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:10:59.424 INFO:tasks.rados.rados.0.smithi118.stdout:999: done (3 left) 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:1000: done (2 left) 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:1002: done (1 left) 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:1004: done (0 left) 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:1005: read oid 12 snap -1 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:1005: expect (ObjNum 268 snap 81 seq_num 268) 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 100 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:1006: seq_num 308 ranges {0=360448} 2023-09-30T09:10:59.670 INFO:tasks.rados.rados.0.smithi118.stdout:1006: writing smithi118168640-15 from 0 to 360448 tid 1 2023-09-30T09:10:59.671 INFO:tasks.rados.rados.0.smithi118.stdout:1007: snap_remove snap 99 2023-09-30T09:10:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[182959]: failed to encode map e264 with expected crc 2023-09-30T09:11:01.964 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[182959]: failed to encode map e264 with expected crc 2023-09-30T09:11:01.964 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[182959]: failed to encode map e264 with expected crc 2023-09-30T09:11:01.964 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[182959]: pgmap v105: 121 pgs: 121 active+clean; 169 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2023-09-30T09:11:01.964 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[182959]: osd.1 marked itself down and dead 2023-09-30T09:11:01.964 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:01.964 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[182959]: osdmap e265: 8 total, 7 up, 8 in 2023-09-30T09:11:01.965 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[185516]: failed to encode map e264 with expected crc 2023-09-30T09:11:01.965 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[185516]: failed to encode map e264 with expected crc 2023-09-30T09:11:01.994 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[185516]: failed to encode map e264 with expected crc 2023-09-30T09:11:01.994 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[185516]: pgmap v105: 121 pgs: 121 active+clean; 169 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2023-09-30T09:11:01.995 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[185516]: osd.1 marked itself down and dead 2023-09-30T09:11:01.995 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:01.995 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-mon[185516]: osdmap e265: 8 total, 7 up, 8 in 2023-09-30T09:11:01.995 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:10:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:10:59] "GET /metrics HTTP/1.1" 200 36020 "" "Prometheus/2.43.0" 2023-09-30T09:11:01.995 INFO:tasks.rados.rados.0.smithi118.stdout:1007: done (2 left) 2023-09-30T09:11:01.996 INFO:tasks.rados.rados.0.smithi118.stdout:1008: delete oid 23 current snap is 100 2023-09-30T09:11:01.996 INFO:tasks.rados.rados.0.smithi118.stdout:1005: expect (ObjNum 268 snap 81 seq_num 268) 2023-09-30T09:11:01.996 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:00 smithi118 bash[197593]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1 2023-09-30T09:11:01.996 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[185516]: failed to encode map e265 with expected crc 2023-09-30T09:11:01.996 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[185516]: failed to encode map e265 with expected crc 2023-09-30T09:11:01.996 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[185516]: failed to encode map e265 with expected crc 2023-09-30T09:11:01.996 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[185516]: failed to encode map e265 with expected crc 2023-09-30T09:11:01.997 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[185516]: failed to encode map e265 with expected crc 2023-09-30T09:11:01.997 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[185516]: failed to encode map e265 with expected crc 2023-09-30T09:11:01.997 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[185516]: osdmap e266: 8 total, 7 up, 8 in 2023-09-30T09:11:01.997 INFO:tasks.rados.rados.0.smithi118.stdout:1006: finishing write tid 1 to smithi118168640-15 2023-09-30T09:11:01.998 INFO:tasks.rados.rados.0.smithi118.stdout:1006: finishing write tid 2 to smithi118168640-15 2023-09-30T09:11:01.998 INFO:tasks.rados.rados.0.smithi118.stdout:1006: finishing write tid 3 to smithi118168640-15 2023-09-30T09:11:01.998 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 325 (ObjNum 308 snap 100 seq_num 308) dirty exists 2023-09-30T09:11:01.998 INFO:tasks.rados.rados.0.smithi118.stdout:1006: left oid 15 (ObjNum 308 snap 100 seq_num 308) 2023-09-30T09:11:01.998 INFO:tasks.rados.rados.0.smithi118.stdout:1005: done (2 left) 2023-09-30T09:11:01.998 INFO:tasks.rados.rados.0.smithi118.stdout:1006: done (1 left) 2023-09-30T09:11:02.003 INFO:tasks.rados.rados.0.smithi118.stdout:1008: done (0 left) 2023-09-30T09:11:02.003 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 100 2023-09-30T09:11:02.003 INFO:tasks.rados.rados.0.smithi118.stdout:1009: seq_num 310 ranges {0=401408} 2023-09-30T09:11:02.003 INFO:tasks.rados.rados.0.smithi118.stdout:1009: writing smithi118168640-46 from 0 to 401408 tid 1 2023-09-30T09:11:02.003 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 100 2023-09-30T09:11:02.003 INFO:tasks.rados.rados.0.smithi118.stdout:1010: seq_num 311 ranges {360448=417792} 2023-09-30T09:11:02.008 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[182959]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.008 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[182959]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[182959]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[182959]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[182959]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[182959]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.011 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:00 smithi118 ceph-mon[182959]: osdmap e266: 8 total, 7 up, 8 in 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1010: writing smithi118168640-15 from 360448 to 778240 tid 1 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1011: read oid 31 snap -1 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1011: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 100 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1009: finishing write tid 1 to smithi118168640-46 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1009: finishing write tid 2 to smithi118168640-46 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1012: seq_num 312 ranges {0=434176} 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1012: writing smithi118168640-23 from 0 to 434176 tid 1 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1013: snap_remove snap 92 2023-09-30T09:11:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:1013: done (4 left) 2023-09-30T09:11:02.015 INFO:tasks.rados.rados.0.smithi118.stdout:1014: rmattr oid 47 current snap is 100 2023-09-30T09:11:02.015 INFO:tasks.rados.rados.0.smithi118.stdout:1014: done (4 left) 2023-09-30T09:11:02.015 INFO:tasks.rados.rados.0.smithi118.stdout:1015: snap_remove snap 87 2023-09-30T09:11:02.015 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:01 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.1.service: Succeeded. 2023-09-30T09:11:02.146 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:01 smithi118 systemd[1]: Stopped Ceph osd.1 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:11:02.147 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:01 smithi118 systemd[1]: Starting Ceph osd.1 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:11:02.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:59 smithi192 ceph-mon[180220]: failed to encode map e264 with expected crc 2023-09-30T09:11:02.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:59 smithi192 ceph-mon[180220]: failed to encode map e264 with expected crc 2023-09-30T09:11:02.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:59 smithi192 ceph-mon[180220]: failed to encode map e264 with expected crc 2023-09-30T09:11:02.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:59 smithi192 ceph-mon[180220]: pgmap v105: 121 pgs: 121 active+clean; 169 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.0 MiB/s wr, 3 op/s 2023-09-30T09:11:02.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:59 smithi192 ceph-mon[180220]: osd.1 marked itself down and dead 2023-09-30T09:11:02.147 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:59 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:10:59 smithi192 ceph-mon[180220]: osdmap e265: 8 total, 7 up, 8 in 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:00 smithi192 ceph-mon[180220]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:00 smithi192 ceph-mon[180220]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:00 smithi192 ceph-mon[180220]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:00 smithi192 ceph-mon[180220]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:00 smithi192 ceph-mon[180220]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:00 smithi192 ceph-mon[180220]: failed to encode map e265 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:00 smithi192 ceph-mon[180220]: osdmap e266: 8 total, 7 up, 8 in 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.148 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: pgmap v108: 121 pgs: 37 peering, 1 stale+active+clean, 83 active+clean; 169 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.8 MiB/s wr, 7 op/s 2023-09-30T09:11:02.149 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:01 smithi192 ceph-mon[180220]: osdmap e267: 8 total, 7 up, 8 in 2023-09-30T09:11:02.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: pgmap v108: 121 pgs: 37 peering, 1 stale+active+clean, 83 active+clean; 169 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.8 MiB/s wr, 7 op/s 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[182959]: osdmap e267: 8 total, 7 up, 8 in 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.155 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.156 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.156 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.156 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.156 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: failed to encode map e266 with expected crc 2023-09-30T09:11:02.156 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: pgmap v108: 121 pgs: 37 peering, 1 stale+active+clean, 83 active+clean; 169 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 2.8 MiB/s wr, 7 op/s 2023-09-30T09:11:02.156 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:01 smithi118 ceph-mon[185516]: osdmap e267: 8 total, 7 up, 8 in 2023-09-30T09:11:02.419 INFO:tasks.rados.rados.0.smithi118.stdout:1015: done (4 left) 2023-09-30T09:11:02.428 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 100 2023-09-30T09:11:02.428 INFO:tasks.rados.rados.0.smithi118.stdout:1009: finishing write tid 3 to smithi118168640-46 2023-09-30T09:11:02.428 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 318 (ObjNum 310 snap 100 seq_num 310) dirty exists 2023-09-30T09:11:02.428 INFO:tasks.rados.rados.0.smithi118.stdout:1009: left oid 46 (ObjNum 310 snap 100 seq_num 310) 2023-09-30T09:11:02.428 INFO:tasks.rados.rados.0.smithi118.stdout:1016: seq_num 313 ranges {163840=450560} 2023-09-30T09:11:02.429 INFO:tasks.rados.rados.0.smithi118.stdout:1016: writing smithi118168640-45 from 163840 to 614400 tid 1 2023-09-30T09:11:02.630 INFO:tasks.rados.rados.0.smithi118.stdout:1009: done (4 left) 2023-09-30T09:11:02.630 INFO:tasks.rados.rados.0.smithi118.stdout:1017: read oid 11 snap -1 2023-09-30T09:11:02.630 INFO:tasks.rados.rados.0.smithi118.stdout:1017: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:02.630 INFO:tasks.rados.rados.0.smithi118.stdout:1018: read oid 1 snap 84 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1018: expect (ObjNum 277 snap 84 seq_num 277) 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1019: delete oid 8 current snap is 100 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1010: finishing write tid 1 to smithi118168640-15 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1010: finishing write tid 2 to smithi118168640-15 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1010: finishing write tid 3 to smithi118168640-15 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 327 (ObjNum 311 snap 100 seq_num 311) dirty exists 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1010: left oid 15 (ObjNum 311 snap 100 seq_num 311) 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1012: finishing write tid 1 to smithi118168640-23 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1012: finishing write tid 2 to smithi118168640-23 2023-09-30T09:11:02.631 INFO:tasks.rados.rados.0.smithi118.stdout:1011: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:11:02.632 INFO:tasks.rados.rados.0.smithi118.stdout:1012: finishing write tid 3 to smithi118168640-23 2023-09-30T09:11:02.632 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 289 (ObjNum 312 snap 100 seq_num 312) dirty exists 2023-09-30T09:11:02.632 INFO:tasks.rados.rados.0.smithi118.stdout:1012: left oid 23 (ObjNum 312 snap 100 seq_num 312) 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1010: done (6 left) 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1011: done (5 left) 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1012: done (4 left) 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1019: done (3 left) 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 100 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1016: finishing write tid 1 to smithi118168640-45 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1016: finishing write tid 2 to smithi118168640-45 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1016: finishing write tid 3 to smithi118168640-45 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 89 (ObjNum 313 snap 100 seq_num 313) dirty exists 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1016: left oid 45 (ObjNum 313 snap 100 seq_num 313) 2023-09-30T09:11:02.633 INFO:tasks.rados.rados.0.smithi118.stdout:1017: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:02.634 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:11:02.634 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-30T09:11:02.635 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: 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 2023-09-30T09:11:02.635 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-09-30T09:11:02.635 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-09-30T09:11:02.636 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-30T09:11:02.636 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-30T09:11:02.753 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[197823]: --> ceph-volume lvm activate successful for osd ID: 1 2023-09-30T09:11:02.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[182959]: failed to encode map e267 with expected crc 2023-09-30T09:11:02.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[182959]: failed to encode map e267 with expected crc 2023-09-30T09:11:02.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[182959]: Health check failed: Reduced data availability: 10 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2023-09-30T09:11:02.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[182959]: osdmap e268: 8 total, 7 up, 8 in 2023-09-30T09:11:02.754 INFO:tasks.rados.rados.0.smithi118.stdout:1018: expect (ObjNum 277 snap 84 seq_num 277) 2023-09-30T09:11:02.808 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[185516]: failed to encode map e267 with expected crc 2023-09-30T09:11:02.921 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[185516]: failed to encode map e267 with expected crc 2023-09-30T09:11:02.921 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[185516]: Health check failed: Reduced data availability: 10 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2023-09-30T09:11:02.921 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-mon[185516]: osdmap e268: 8 total, 7 up, 8 in 2023-09-30T09:11:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:02 smithi192 ceph-mon[180220]: failed to encode map e267 with expected crc 2023-09-30T09:11:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:02 smithi192 ceph-mon[180220]: failed to encode map e267 with expected crc 2023-09-30T09:11:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:02 smithi192 ceph-mon[180220]: Health check failed: Reduced data availability: 10 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2023-09-30T09:11:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:02 smithi192 ceph-mon[180220]: osdmap e268: 8 total, 7 up, 8 in 2023-09-30T09:11:03.106 INFO:tasks.rados.rados.0.smithi118.stdout:1020: seq_num 315 ranges {1867776=483328} 2023-09-30T09:11:03.119 INFO:tasks.rados.rados.0.smithi118.stdout:1020: writing smithi118168640-29 from 1867776 to 2351104 tid 1 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1016: done (3 left) 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1017: done (2 left) 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1018: done (1 left) 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1021: read oid 15 snap -1 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1021: expect (ObjNum 311 snap 100 seq_num 311) 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1022: read oid 26 snap 97 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1022: expect (ObjNum 300 snap 97 seq_num 300) 2023-09-30T09:11:03.120 INFO:tasks.rados.rados.0.smithi118.stdout:1023: snap_remove snap 95 2023-09-30T09:11:03.346 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 ceph-osd[198079]: -- 172.21.15.118:0/819672718 <== mon.2 v2:172.21.15.118:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56089e3dc4e0 con 0x56089e3ad000 2023-09-30T09:11:03.346 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 bash[198060]: b2428b02aa3a5632ff34eff817c914321c2f7785487e415913eab9920808e949 2023-09-30T09:11:03.346 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:02 smithi118 systemd[1]: Started Ceph osd.1 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:11:03.846 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[198075]: 2023-09-30T09:11:03.380+0000 7f3d3e399640 -1 Falling back to public interface 2023-09-30T09:11:03.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[182959]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[182959]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[182959]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[182959]: pgmap v111: 121 pgs: 37 peering, 1 stale+active+clean, 83 active+clean; 169 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 1018 KiB/s wr, 6 op/s 2023-09-30T09:11:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:03.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[185516]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[185516]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[185516]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[185516]: pgmap v111: 121 pgs: 37 peering, 1 stale+active+clean, 83 active+clean; 169 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 1018 KiB/s wr, 6 op/s 2023-09-30T09:11:03.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:03.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:03.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:03.935 INFO:tasks.rados.rados.0.smithi118.stdout:1023: done (3 left) 2023-09-30T09:11:03.935 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 100 2023-09-30T09:11:03.935 INFO:tasks.rados.rados.0.smithi118.stdout:1020: finishing write tid 1 to smithi118168640-29 2023-09-30T09:11:03.935 INFO:tasks.rados.rados.0.smithi118.stdout:1024: seq_num 316 ranges {7528448=499712} 2023-09-30T09:11:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:03 smithi192 ceph-mon[180220]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:03 smithi192 ceph-mon[180220]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:03 smithi192 ceph-mon[180220]: failed to encode map e268 with expected crc 2023-09-30T09:11:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:03 smithi192 ceph-mon[180220]: pgmap v111: 121 pgs: 37 peering, 1 stale+active+clean, 83 active+clean; 169 MiB data, 806 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 1018 KiB/s wr, 6 op/s 2023-09-30T09:11:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:03.979 INFO:tasks.rados.rados.0.smithi118.stdout:1024: writing smithi118168640-36 from 7528448 to 8028160 tid 1 2023-09-30T09:11:03.979 INFO:tasks.rados.rados.0.smithi118.stdout:1025: rmattr oid 6 current snap is 100 2023-09-30T09:11:03.980 INFO:tasks.rados.rados.0.smithi118.stdout:1025: done (4 left) 2023-09-30T09:11:03.980 INFO:tasks.rados.rados.0.smithi118.stdout:1026: copy_from oid 5 from oid 4 current snap is 100 2023-09-30T09:11:03.980 INFO:tasks.rados.rados.0.smithi118.stdout:1020: finishing write tid 2 to smithi118168640-29 2023-09-30T09:11:03.980 INFO:tasks.rados.rados.0.smithi118.stdout:1022: expect (ObjNum 300 snap 97 seq_num 300) 2023-09-30T09:11:03.989 INFO:tasks.rados.rados.0.smithi118.stdout:1021: expect (ObjNum 311 snap 100 seq_num 311) 2023-09-30T09:11:04.017 INFO:tasks.rados.rados.0.smithi118.stdout:1020: finishing write tid 3 to smithi118168640-29 2023-09-30T09:11:04.017 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 378 (ObjNum 315 snap 100 seq_num 315) dirty exists 2023-09-30T09:11:04.017 INFO:tasks.rados.rados.0.smithi118.stdout:1020: left oid 29 (ObjNum 315 snap 100 seq_num 315) 2023-09-30T09:11:04.017 INFO:tasks.rados.rados.0.smithi118.stdout:1020: done (4 left) 2023-09-30T09:11:04.017 INFO:tasks.rados.rados.0.smithi118.stdout:1021: done (3 left) 2023-09-30T09:11:04.017 INFO:tasks.rados.rados.0.smithi118.stdout:1022: done (2 left) 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:1027: delete oid 28 current snap is 100 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:1024: finishing write tid 1 to smithi118168640-36 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:1024: finishing write tid 2 to smithi118168640-36 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:1024: finishing write tid 3 to smithi118168640-36 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 337 (ObjNum 316 snap 100 seq_num 316) dirty exists 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:1024: left oid 36 (ObjNum 316 snap 100 seq_num 316) 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:1026: finishing copy_from to smithi118168640-5 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 195 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:04.018 INFO:tasks.rados.rados.0.smithi118.stdout:1026: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:11:04.019 INFO:tasks.rados.rados.0.smithi118.stdout:1024: done (2 left) 2023-09-30T09:11:04.019 INFO:tasks.rados.rados.0.smithi118.stdout:1026: done (1 left) 2023-09-30T09:11:04.020 INFO:tasks.rados.rados.0.smithi118.stdout:1027: done (0 left) 2023-09-30T09:11:04.020 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 100 2023-09-30T09:11:04.020 INFO:tasks.rados.rados.0.smithi118.stdout:1028: seq_num 318 ranges {827392=532480} 2023-09-30T09:11:04.027 INFO:tasks.rados.rados.0.smithi118.stdout:1028: writing smithi118168640-32 from 827392 to 1359872 tid 1 2023-09-30T09:11:04.027 INFO:tasks.rados.rados.0.smithi118.stdout:1029: snap_remove snap 98 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:1029: done (1 left) 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:1030: rmattr oid 33 current snap is 100 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:1028: finishing write tid 1 to smithi118168640-32 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:1028: finishing write tid 2 to smithi118168640-32 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:1028: finishing write tid 3 to smithi118168640-32 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 535 (ObjNum 318 snap 100 seq_num 318) dirty exists 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:1028: left oid 32 (ObjNum 318 snap 100 seq_num 318) 2023-09-30T09:11:04.938 INFO:tasks.rados.rados.0.smithi118.stdout:1028: done (1 left) 2023-09-30T09:11:04.939 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 100 2023-09-30T09:11:04.939 INFO:tasks.rados.rados.0.smithi118.stdout:1031: seq_num 319 ranges {0=548864} 2023-09-30T09:11:04.941 INFO:tasks.rados.rados.0.smithi118.stdout:1031: writing smithi118168640-14 from 0 to 548864 tid 1 2023-09-30T09:11:04.941 INFO:tasks.rados.rados.0.smithi118.stdout:1032: delete oid 37 current snap is 100 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 367 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:1030: done (2 left) 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:1032: done (1 left) 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:1033: read oid 30 snap -1 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:1033: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:1034: read oid 22 snap -1 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:1034: expect deleted 2023-09-30T09:11:04.952 INFO:tasks.rados.rados.0.smithi118.stdout:1035: delete oid 39 current snap is 100 2023-09-30T09:11:04.953 INFO:tasks.rados.rados.0.smithi118.stdout:1031: finishing write tid 1 to smithi118168640-14 2023-09-30T09:11:04.954 INFO:tasks.rados.rados.0.smithi118.stdout:1031: finishing write tid 2 to smithi118168640-14 2023-09-30T09:11:04.954 INFO:tasks.rados.rados.0.smithi118.stdout:1034: done (3 left) 2023-09-30T09:11:04.955 INFO:tasks.rados.rados.0.smithi118.stdout:1035: done (2 left) 2023-09-30T09:11:04.955 INFO:tasks.rados.rados.0.smithi118.stdout:1036: snap_remove snap 83 2023-09-30T09:11:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:04 smithi192 ceph-mon[180220]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:04 smithi192 ceph-mon[180220]: osdmap e269: 8 total, 7 up, 8 in 2023-09-30T09:11:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:04 smithi192 ceph-mon[180220]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:04 smithi192 ceph-mon[180220]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:04 smithi192 ceph-mon[180220]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[182959]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[182959]: osdmap e269: 8 total, 7 up, 8 in 2023-09-30T09:11:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[182959]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[182959]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[182959]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[185516]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[185516]: osdmap e269: 8 total, 7 up, 8 in 2023-09-30T09:11:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[185516]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[185516]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:04 smithi118 ceph-mon[185516]: failed to encode map e269 with expected crc 2023-09-30T09:11:05.942 INFO:tasks.rados.rados.0.smithi118.stdout:1036: done (2 left) 2023-09-30T09:11:05.942 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 100 2023-09-30T09:11:05.942 INFO:tasks.rados.rados.0.smithi118.stdout:1031: finishing write tid 3 to smithi118168640-14 2023-09-30T09:11:05.942 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 283 (ObjNum 319 snap 100 seq_num 319) dirty exists 2023-09-30T09:11:05.942 INFO:tasks.rados.rados.0.smithi118.stdout:1031: left oid 14 (ObjNum 319 snap 100 seq_num 319) 2023-09-30T09:11:05.942 INFO:tasks.rados.rados.0.smithi118.stdout:1033: expect (ObjNum 29 snap 0 seq_num 29) 2023-09-30T09:11:05.959 INFO:tasks.rados.rados.0.smithi118.stdout:1037: seq_num 322 ranges {7970816=598016} 2023-09-30T09:11:06.007 INFO:tasks.rados.rados.0.smithi118.stdout:1037: writing smithi118168640-12 from 7970816 to 8568832 tid 1 2023-09-30T09:11:06.007 INFO:tasks.rados.rados.0.smithi118.stdout:1031: done (2 left) 2023-09-30T09:11:06.007 INFO:tasks.rados.rados.0.smithi118.stdout:1033: done (1 left) 2023-09-30T09:11:06.007 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 100 2023-09-30T09:11:06.007 INFO:tasks.rados.rados.0.smithi118.stdout:1038: seq_num 323 ranges {491520=614400} 2023-09-30T09:11:06.013 INFO:tasks.rados.rados.0.smithi118.stdout:1038: writing smithi118168640-30 from 491520 to 1105920 tid 1 2023-09-30T09:11:06.013 INFO:tasks.rados.rados.0.smithi118.stdout:1039: copy_from oid 22 from oid 1 current snap is 100 2023-09-30T09:11:06.013 INFO:tasks.rados.rados.0.smithi118.stdout:1040: snap_remove snap 84 2023-09-30T09:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: pgmap v113: 121 pgs: 4 active+undersized+degraded, 30 peering, 10 active+undersized, 77 active+clean; 171 MiB data, 814 MiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 386 KiB/s wr, 4 op/s; 12/363 objects degraded (3.306%) 2023-09-30T09:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 12/363 objects degraded (3.306%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: osdmap e270: 8 total, 7 up, 8 in 2023-09-30T09:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: pgmap v113: 121 pgs: 4 active+undersized+degraded, 30 peering, 10 active+undersized, 77 active+clean; 171 MiB data, 814 MiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 386 KiB/s wr, 4 op/s; 12/363 objects degraded (3.306%) 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 12/363 objects degraded (3.306%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: osdmap e270: 8 total, 7 up, 8 in 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.220 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: pgmap v113: 121 pgs: 4 active+undersized+degraded, 30 peering, 10 active+undersized, 77 active+clean; 171 MiB data, 814 MiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 386 KiB/s wr, 4 op/s; 12/363 objects degraded (3.306%) 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 12/363 objects degraded (3.306%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: osdmap e270: 8 total, 7 up, 8 in 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: failed to encode map e270 with expected crc 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:06.415 INFO:tasks.rados.rados.0.smithi118.stdout:1040: done (3 left) 2023-09-30T09:11:06.416 INFO:tasks.rados.rados.0.smithi118.stdout:1041: read oid 48 snap 97 2023-09-30T09:11:06.416 INFO:tasks.rados.rados.0.smithi118.stdout:1041: expect deleted 2023-09-30T09:11:06.416 INFO:tasks.rados.rados.0.smithi118.stdout:1042: snap_remove snap 86 2023-09-30T09:11:06.590 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[198075]: 2023-09-30T09:11:06.217+0000 7f3d3e399640 -1 osd.1 0 read_superblock omap replica is missing. 2023-09-30T09:11:06.590 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[198075]: 2023-09-30T09:11:06.265+0000 7f3d3e399640 -1 osd.1 264 log_to_monitors true 2023-09-30T09:11:06.590 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[198075]: 2023-09-30T09:11:06.437+0000 7f3d2d000700 -1 osd.1 264 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:11:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: osdmap e271: 8 total, 7 up, 8 in 2023-09-30T09:11:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:11:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T09:11:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: osdmap e272: 8 total, 7 up, 8 in 2023-09-30T09:11:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: failed to encode map e272 with expected crc 2023-09-30T09:11:07.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:06 smithi192 ceph-mon[180220]: failed to encode map e272 with expected crc 2023-09-30T09:11:07.264 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.264 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: osdmap e271: 8 total, 7 up, 8 in 2023-09-30T09:11:07.264 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: osdmap e272: 8 total, 7 up, 8 in 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: failed to encode map e272 with expected crc 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[185516]: failed to encode map e272 with expected crc 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: osdmap e271: 8 total, 7 up, 8 in 2023-09-30T09:11:07.265 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.266 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: failed to encode map e271 with expected crc 2023-09-30T09:11:07.266 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-30T09:11:07.266 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-30T09:11:07.266 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: osdmap e272: 8 total, 7 up, 8 in 2023-09-30T09:11:07.266 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: from='osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:07.266 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: failed to encode map e272 with expected crc 2023-09-30T09:11:07.266 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:06 smithi118 ceph-mon[182959]: failed to encode map e272 with expected crc 2023-09-30T09:11:07.425 INFO:tasks.rados.rados.0.smithi118.stdout:1042: done (4 left) 2023-09-30T09:11:07.425 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 100 2023-09-30T09:11:07.425 INFO:tasks.rados.rados.0.smithi118.stdout:1037: finishing write tid 1 to smithi118168640-12 2023-09-30T09:11:07.425 INFO:tasks.rados.rados.0.smithi118.stdout:1043: seq_num 324 ranges {81920=630784} 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1043: writing smithi118168640-17 from 81920 to 712704 tid 1 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1044: read oid 4 snap -1 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1044: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1045: read oid 10 snap 97 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1045: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1046: read oid 16 snap -1 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1046: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1047: snap_create 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1037: finishing write tid 2 to smithi118168640-12 2023-09-30T09:11:07.431 INFO:tasks.rados.rados.0.smithi118.stdout:1037: finishing write tid 3 to smithi118168640-12 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 341 (ObjNum 322 snap 100 seq_num 322) dirty exists 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:1037: left oid 12 (ObjNum 322 snap 100 seq_num 322) 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:1038: finishing write tid 1 to smithi118168640-30 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:1038: finishing write tid 2 to smithi118168640-30 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:1038: finishing write tid 3 to smithi118168640-30 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 443 (ObjNum 323 snap 100 seq_num 323) dirty exists 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:1038: left oid 30 (ObjNum 323 snap 100 seq_num 323) 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:1039: finishing copy_from to smithi118168640-22 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 280 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:11:07.432 INFO:tasks.rados.rados.0.smithi118.stdout:1039: finishing copy_from racing read to smithi118168640-22 2023-09-30T09:11:07.468 INFO:tasks.rados.rados.0.smithi118.stdout:1044: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:11:07.641 INFO:tasks.rados.rados.0.smithi118.stdout:1046: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: failed to encode map e272 with expected crc 2023-09-30T09:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: failed to encode map e272 with expected crc 2023-09-30T09:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: pgmap v117: 121 pgs: 11 active+undersized+degraded, 33 active+undersized, 77 active+clean; 176 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 12 op/s; 57/375 objects degraded (15.200%) 2023-09-30T09:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 10 pgs inactive, 11 pgs peering) 2023-09-30T09:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:11:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151] boot 2023-09-30T09:11:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: osdmap e273: 8 total, 8 up, 8 in 2023-09-30T09:11:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:11:08.262 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: failed to encode map e272 with expected crc 2023-09-30T09:11:08.262 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: failed to encode map e272 with expected crc 2023-09-30T09:11:08.262 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: pgmap v117: 121 pgs: 11 active+undersized+degraded, 33 active+undersized, 77 active+clean; 176 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 12 op/s; 57/375 objects degraded (15.200%) 2023-09-30T09:11:08.262 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 10 pgs inactive, 11 pgs peering) 2023-09-30T09:11:08.262 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:11:08.262 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151] boot 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: osdmap e273: 8 total, 8 up, 8 in 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: failed to encode map e272 with expected crc 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: failed to encode map e272 with expected crc 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: pgmap v117: 121 pgs: 11 active+undersized+degraded, 33 active+undersized, 77 active+clean; 176 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 12 op/s; 57/375 objects degraded (15.200%) 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 10 pgs inactive, 11 pgs peering) 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:11:08.263 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: osd.1 [v2:172.21.15.118:6810/1958618151,v1:172.21.15.118:6811/1958618151] boot 2023-09-30T09:11:08.264 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: osdmap e273: 8 total, 8 up, 8 in 2023-09-30T09:11:08.264 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-30T09:11:08.432 INFO:tasks.rados.rados.0.smithi118.stdout:1037: done (8 left) 2023-09-30T09:11:08.432 INFO:tasks.rados.rados.0.smithi118.stdout:1038: done (7 left) 2023-09-30T09:11:08.432 INFO:tasks.rados.rados.0.smithi118.stdout:1039: done (6 left) 2023-09-30T09:11:08.432 INFO:tasks.rados.rados.0.smithi118.stdout:1041: done (5 left) 2023-09-30T09:11:08.432 INFO:tasks.rados.rados.0.smithi118.stdout:1044: done (4 left) 2023-09-30T09:11:08.433 INFO:tasks.rados.rados.0.smithi118.stdout:1046: done (3 left) 2023-09-30T09:11:08.433 INFO:tasks.rados.rados.0.smithi118.stdout:1047: done (2 left) 2023-09-30T09:11:08.433 INFO:tasks.rados.rados.0.smithi118.stdout:1048: snap_create 2023-09-30T09:11:08.456 INFO:tasks.rados.rados.0.smithi118.stdout:1043: finishing write tid 1 to smithi118168640-17 2023-09-30T09:11:08.457 INFO:tasks.rados.rados.0.smithi118.stdout:1043: finishing write tid 2 to smithi118168640-17 2023-09-30T09:11:08.458 INFO:tasks.rados.rados.0.smithi118.stdout:1043: finishing write tid 3 to smithi118168640-17 2023-09-30T09:11:08.458 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 396 (ObjNum 324 snap 100 seq_num 324) dirty exists 2023-09-30T09:11:08.458 INFO:tasks.rados.rados.0.smithi118.stdout:1043: left oid 17 (ObjNum 324 snap 100 seq_num 324) 2023-09-30T09:11:08.468 INFO:tasks.rados.rados.0.smithi118.stdout:1045: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:08.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:11:08.801+0000 7fd7b44e6700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:11:08.941 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:08.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:11:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: osdmap e274: 8 total, 8 up, 8 in 2023-09-30T09:11:09.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:11:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:09.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.216 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: osdmap e274: 8 total, 8 up, 8 in 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:09.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e273 with expected crc 2023-09-30T09:11:09.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: osdmap e274: 8 total, 8 up, 8 in 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:09.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:09.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:09.350 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:09.429 INFO:tasks.rados.rados.0.smithi118.stdout:1043: done (2 left) 2023-09-30T09:11:09.429 INFO:tasks.rados.rados.0.smithi118.stdout:1045: done (1 left) 2023-09-30T09:11:09.429 INFO:tasks.rados.rados.0.smithi118.stdout:1048: done (0 left) 2023-09-30T09:11:09.429 INFO:tasks.rados.rados.0.smithi118.stdout:1049: delete oid 39 current snap is 102 2023-09-30T09:11:09.433 INFO:tasks.rados.rados.0.smithi118.stdout:1049: done (0 left) 2023-09-30T09:11:09.433 INFO:tasks.rados.rados.0.smithi118.stdout:1050: rollback oid 33 current snap is 102 2023-09-30T09:11:09.433 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 33 to 100 2023-09-30T09:11:09.434 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 102 2023-09-30T09:11:09.434 INFO:tasks.rados.rados.0.smithi118.stdout:1051: seq_num 326 ranges {8568832=663552} 2023-09-30T09:11:09.480 INFO:tasks.rados.rados.0.smithi118.stdout:1051: writing smithi118168640-12 from 8568832 to 9232384 tid 1 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:1052: rollback oid 42 current snap is 102 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 42 to 97 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:1050: finishing rollback tid 0 to smithi118168640-33 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:1050: finishing rollback tid 1 to smithi118168640-33 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:1050: finishing rollback tid 2 to smithi118168640-33 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 395 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:1050: done (2 left) 2023-09-30T09:11:09.481 INFO:tasks.rados.rados.0.smithi118.stdout:1053: snap_remove snap 100 2023-09-30T09:11:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:11:09] "GET /metrics HTTP/1.1" 200 36145 "" "Prometheus/2.43.0" 2023-09-30T09:11:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: pgmap v120: 121 pgs: 1 activating, 10 active+undersized+degraded, 1 active+recovery_wait+degraded, 28 active+undersized, 81 active+clean; 175 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 49/372 objects degraded (13.172%) 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[182959]: osdmap e275: 8 total, 8 up, 8 in 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: pgmap v120: 121 pgs: 1 activating, 10 active+undersized+degraded, 1 active+recovery_wait+degraded, 28 active+undersized, 81 active+clean; 175 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 49/372 objects degraded (13.172%) 2023-09-30T09:11:10.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:09 smithi118 ceph-mon[185516]: osdmap e275: 8 total, 8 up, 8 in 2023-09-30T09:11:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: failed to encode map e274 with expected crc 2023-09-30T09:11:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:11:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: pgmap v120: 121 pgs: 1 activating, 10 active+undersized+degraded, 1 active+recovery_wait+degraded, 28 active+undersized, 81 active+clean; 175 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 49/372 objects degraded (13.172%) 2023-09-30T09:11:10.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:09 smithi192 ceph-mon[180220]: osdmap e275: 8 total, 8 up, 8 in 2023-09-30T09:11:10.431 INFO:tasks.rados.rados.0.smithi118.stdout:1053: done (2 left) 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1054: read oid 31 snap -1 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1054: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1055: delete oid 28 current snap is 102 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1051: finishing write tid 1 to smithi118168640-12 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1051: finishing write tid 2 to smithi118168640-12 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1052: finishing rollback tid 0 to smithi118168640-42 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1051: finishing write tid 3 to smithi118168640-12 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 349 (ObjNum 326 snap 102 seq_num 326) dirty exists 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1051: left oid 12 (ObjNum 326 snap 102 seq_num 326) 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1052: finishing rollback tid 1 to smithi118168640-42 2023-09-30T09:11:10.432 INFO:tasks.rados.rados.0.smithi118.stdout:1052: finishing rollback tid 2 to smithi118168640-42 2023-09-30T09:11:10.433 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 299 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:11:10.442 INFO:tasks.rados.rados.0.smithi118.stdout:1051: done (3 left) 2023-09-30T09:11:10.443 INFO:tasks.rados.rados.0.smithi118.stdout:1052: done (2 left) 2023-09-30T09:11:10.443 INFO:tasks.rados.rados.0.smithi118.stdout:1055: done (1 left) 2023-09-30T09:11:10.443 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 102 2023-09-30T09:11:10.443 INFO:tasks.rados.rados.0.smithi118.stdout:1056: seq_num 328 ranges {0=696320} 2023-09-30T09:11:10.447 INFO:tasks.rados.rados.0.smithi118.stdout:1056: writing smithi118168640-28 from 0 to 696320 tid 1 2023-09-30T09:11:10.447 INFO:tasks.rados.rados.0.smithi118.stdout:1057: rollback oid 36 current snap is 102 2023-09-30T09:11:10.447 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 97 2023-09-30T09:11:10.447 INFO:tasks.rados.rados.0.smithi118.stdout:1054: expect (ObjNum 145 snap 40 seq_num 145) 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:1056: finishing write tid 1 to smithi118168640-28 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:1056: finishing write tid 2 to smithi118168640-28 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:1056: finishing write tid 3 to smithi118168640-28 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 287 (ObjNum 328 snap 102 seq_num 328) dirty exists 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:1056: left oid 28 (ObjNum 328 snap 102 seq_num 328) 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:1057: finishing rollback tid 0 to smithi118168640-36 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:1057: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:11:10.501 INFO:tasks.rados.rados.0.smithi118.stdout:1057: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:11:10.502 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 357 (ObjNum 298 snap 96 seq_num 298) dirty exists 2023-09-30T09:11:10.502 INFO:tasks.rados.rados.0.smithi118.stdout:1054: done (2 left) 2023-09-30T09:11:10.502 INFO:tasks.rados.rados.0.smithi118.stdout:1056: done (1 left) 2023-09-30T09:11:10.502 INFO:tasks.rados.rados.0.smithi118.stdout:1057: done (0 left) 2023-09-30T09:11:10.502 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 102 2023-09-30T09:11:10.502 INFO:tasks.rados.rados.0.smithi118.stdout:1058: seq_num 329 ranges {1359872=712704} 2023-09-30T09:11:10.511 INFO:tasks.rados.rados.0.smithi118.stdout:1058: writing smithi118168640-32 from 1359872 to 2072576 tid 1 2023-09-30T09:11:10.512 INFO:tasks.rados.rados.0.smithi118.stdout:1059: delete oid 39 current snap is 102 2023-09-30T09:11:10.513 INFO:tasks.rados.rados.0.smithi118.stdout:1059: done (1 left) 2023-09-30T09:11:10.513 INFO:tasks.rados.rados.0.smithi118.stdout:1060: rollback oid 6 current snap is 102 2023-09-30T09:11:10.513 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 6 to 97 2023-09-30T09:11:10.513 INFO:tasks.rados.rados.0.smithi118.stdout:1061: snap_remove snap 101 2023-09-30T09:11:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:10 smithi192 ceph-mon[180220]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:10 smithi192 ceph-mon[180220]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:10 smithi192 ceph-mon[180220]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:10 smithi192 ceph-mon[180220]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:10 smithi192 ceph-mon[180220]: osdmap e276: 8 total, 8 up, 8 in 2023-09-30T09:11:11.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:10 smithi192 ceph-mon[180220]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:10 smithi192 ceph-mon[180220]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[182959]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[182959]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[182959]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[182959]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[182959]: osdmap e276: 8 total, 8 up, 8 in 2023-09-30T09:11:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[182959]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[182959]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[185516]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[185516]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[185516]: failed to encode map e275 with expected crc 2023-09-30T09:11:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[185516]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[185516]: osdmap e276: 8 total, 8 up, 8 in 2023-09-30T09:11:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[185516]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:10 smithi118 ceph-mon[185516]: failed to encode map e276 with expected crc 2023-09-30T09:11:11.435 INFO:tasks.rados.rados.0.smithi118.stdout:1061: done (2 left) 2023-09-30T09:11:11.435 INFO:tasks.rados.rados.0.smithi118.stdout:1062: rmattr oid 26 current snap is 102 2023-09-30T09:11:11.435 INFO:tasks.rados.rados.0.smithi118.stdout:1062: done (2 left) 2023-09-30T09:11:11.436 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 102 2023-09-30T09:11:11.436 INFO:tasks.rados.rados.0.smithi118.stdout:1060: finishing rollback tid 1 to smithi118168640-6 2023-09-30T09:11:11.436 INFO:tasks.rados.rados.0.smithi118.stdout:1063: seq_num 331 ranges {2351104=753664} 2023-09-30T09:11:11.453 INFO:tasks.rados.rados.0.smithi118.stdout:1063: writing smithi118168640-29 from 2351104 to 3104768 tid 1 2023-09-30T09:11:11.453 INFO:tasks.rados.rados.0.smithi118.stdout:1064: rollback oid 28 current snap is 102 2023-09-30T09:11:11.453 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 28 to 97 2023-09-30T09:11:11.453 INFO:tasks.rados.rados.0.smithi118.stdout:1060: finishing rollback tid 2 to smithi118168640-6 2023-09-30T09:11:11.453 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 332 (ObjNum 226 snap 59 seq_num 226) dirty exists 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1058: finishing write tid 1 to smithi118168640-32 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1058: finishing write tid 2 to smithi118168640-32 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1058: finishing write tid 3 to smithi118168640-32 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 537 (ObjNum 329 snap 102 seq_num 329) dirty exists 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1058: left oid 32 (ObjNum 329 snap 102 seq_num 329) 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1058: done (3 left) 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1060: done (2 left) 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1065: rmattr oid 44 current snap is 102 2023-09-30T09:11:11.454 INFO:tasks.rados.rados.0.smithi118.stdout:1066: delete oid 17 current snap is 102 2023-09-30T09:11:11.460 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 341 (ObjNum 298 snap 96 seq_num 298) dirty exists 2023-09-30T09:11:11.462 INFO:tasks.rados.rados.0.smithi118.stdout:1064: finishing rollback tid 0 to smithi118168640-28 2023-09-30T09:11:11.469 INFO:tasks.rados.rados.0.smithi118.stdout:1065: done (3 left) 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:1066: done (2 left) 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:1067: read oid 42 snap -1 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:1067: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:1068: copy_from oid 8 from oid 4 current snap is 102 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:1069: read oid 46 snap -1 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:1069: expect (ObjNum 310 snap 100 seq_num 310) 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 102 2023-09-30T09:11:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:1070: seq_num 333 ranges {1236992=786432} 2023-09-30T09:11:11.476 INFO:tasks.rados.rados.0.smithi118.stdout:1070: writing smithi118168640-31 from 1236992 to 2023424 tid 1 2023-09-30T09:11:11.476 INFO:tasks.rados.rados.0.smithi118.stdout:1071: rollback oid 44 current snap is 102 2023-09-30T09:11:11.476 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 97 2023-09-30T09:11:11.477 INFO:tasks.rados.rados.0.smithi118.stdout:1063: finishing write tid 1 to smithi118168640-29 2023-09-30T09:11:11.477 INFO:tasks.rados.rados.0.smithi118.stdout:1063: finishing write tid 2 to smithi118168640-29 2023-09-30T09:11:11.477 INFO:tasks.rados.rados.0.smithi118.stdout:1064: finishing rollback tid 1 to smithi118168640-28 2023-09-30T09:11:11.477 INFO:tasks.rados.rados.0.smithi118.stdout:1064: finishing rollback tid 2 to smithi118168640-28 2023-09-30T09:11:11.477 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 290 (ObjNum 207 snap 57 seq_num 207) dirty exists 2023-09-30T09:11:11.477 INFO:tasks.rados.rados.0.smithi118.stdout:1063: finishing write tid 3 to smithi118168640-29 2023-09-30T09:11:11.477 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 380 (ObjNum 331 snap 102 seq_num 331) dirty exists 2023-09-30T09:11:11.478 INFO:tasks.rados.rados.0.smithi118.stdout:1063: left oid 29 (ObjNum 331 snap 102 seq_num 331) 2023-09-30T09:11:11.478 INFO:tasks.rados.rados.0.smithi118.stdout:1069: expect (ObjNum 310 snap 100 seq_num 310) 2023-09-30T09:11:11.491 INFO:tasks.rados.rados.0.smithi118.stdout:1067: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:11:11.590 INFO:tasks.rados.rados.0.smithi118.stdout:1071: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:11:11.590 INFO:tasks.rados.rados.0.smithi118.stdout:1070: finishing write tid 1 to smithi118168640-31 2023-09-30T09:11:11.590 INFO:tasks.rados.rados.0.smithi118.stdout:1071: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:11:11.590 INFO:tasks.rados.rados.0.smithi118.stdout:1070: finishing write tid 2 to smithi118168640-31 2023-09-30T09:11:11.590 INFO:tasks.rados.rados.0.smithi118.stdout:1071: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:11:11.590 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 344 (ObjNum 298 snap 96 seq_num 298) dirty exists 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1070: finishing write tid 3 to smithi118168640-31 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 356 (ObjNum 333 snap 102 seq_num 333) dirty exists 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1070: left oid 31 (ObjNum 333 snap 102 seq_num 333) 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1068: finishing copy_from to smithi118168640-8 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 195 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1068: finishing copy_from racing read to smithi118168640-8 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1063: done (6 left) 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1064: done (5 left) 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1067: done (4 left) 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1068: done (3 left) 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1069: done (2 left) 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1070: done (1 left) 2023-09-30T09:11:11.591 INFO:tasks.rados.rados.0.smithi118.stdout:1071: done (0 left) 2023-09-30T09:11:11.592 INFO:tasks.rados.rados.0.smithi118.stdout:1072: rollback oid 26 current snap is 102 2023-09-30T09:11:11.592 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 26 to 97 2023-09-30T09:11:11.592 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 102 2023-09-30T09:11:11.592 INFO:tasks.rados.rados.0.smithi118.stdout:1073: seq_num 334 ranges {0=802816} 2023-09-30T09:11:11.594 INFO:tasks.rados.rados.0.smithi118.stdout:1073: writing smithi118168640-49 from 0 to 802816 tid 1 2023-09-30T09:11:11.594 INFO:tasks.rados.rados.0.smithi118.stdout:1074: delete oid 43 current snap is 102 2023-09-30T09:11:11.594 INFO:tasks.rados.rados.0.smithi118.stdout:1072: finishing rollback tid 0 to smithi118168640-26 2023-09-30T09:11:11.594 INFO:tasks.rados.rados.0.smithi118.stdout:1072: finishing rollback tid 1 to smithi118168640-26 2023-09-30T09:11:11.594 INFO:tasks.rados.rados.0.smithi118.stdout:1072: finishing rollback tid 2 to smithi118168640-26 2023-09-30T09:11:11.594 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 614 (ObjNum 300 snap 97 seq_num 300) dirty exists 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1072: done (2 left) 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1074: done (1 left) 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1075: read oid 17 snap -1 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1075: expect deleted 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1076: copy_from oid 11 from oid 16 current snap is 102 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1077: read oid 43 snap -1 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1077: expect deleted 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1078: rollback oid 46 current snap is 102 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 46 to 97 2023-09-30T09:11:11.598 INFO:tasks.rados.rados.0.smithi118.stdout:1079: rmattr oid 21 current snap is 102 2023-09-30T09:11:11.599 INFO:tasks.rados.rados.0.smithi118.stdout:1080: read oid 10 snap -1 2023-09-30T09:11:11.599 INFO:tasks.rados.rados.0.smithi118.stdout:1080: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:11.599 INFO:tasks.rados.rados.0.smithi118.stdout:1081: read oid 28 snap -1 2023-09-30T09:11:11.599 INFO:tasks.rados.rados.0.smithi118.stdout:1081: expect (ObjNum 207 snap 57 seq_num 207) 2023-09-30T09:11:11.599 INFO:tasks.rados.rados.0.smithi118.stdout:1082: delete oid 23 current snap is 102 2023-09-30T09:11:11.600 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 401 (ObjNum 275 snap 82 seq_num 275) dirty exists 2023-09-30T09:11:11.600 INFO:tasks.rados.rados.0.smithi118.stdout:1073: finishing write tid 1 to smithi118168640-49 2023-09-30T09:11:11.600 INFO:tasks.rados.rados.0.smithi118.stdout:1073: finishing write tid 2 to smithi118168640-49 2023-09-30T09:11:11.601 INFO:tasks.rados.rados.0.smithi118.stdout:1078: finishing rollback tid 0 to smithi118168640-46 2023-09-30T09:11:11.601 INFO:tasks.rados.rados.0.smithi118.stdout:1078: finishing rollback tid 1 to smithi118168640-46 2023-09-30T09:11:11.602 INFO:tasks.rados.rados.0.smithi118.stdout:1078: finishing rollback tid 2 to smithi118168640-46 2023-09-30T09:11:11.602 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 337 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-09-30T09:11:11.603 INFO:tasks.rados.rados.0.smithi118.stdout:1073: finishing write tid 3 to smithi118168640-49 2023-09-30T09:11:11.603 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 334 (ObjNum 334 snap 102 seq_num 334) dirty exists 2023-09-30T09:11:11.603 INFO:tasks.rados.rados.0.smithi118.stdout:1073: left oid 49 (ObjNum 334 snap 102 seq_num 334) 2023-09-30T09:11:11.608 INFO:tasks.rados.rados.0.smithi118.stdout:1081: expect (ObjNum 207 snap 57 seq_num 207) 2023-09-30T09:11:11.657 INFO:tasks.rados.rados.0.smithi118.stdout:1080: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1076: finishing copy_from to smithi118168640-11 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 280 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1076: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1073: done (8 left) 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1075: done (7 left) 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1076: done (6 left) 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1077: done (5 left) 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1078: done (4 left) 2023-09-30T09:11:11.794 INFO:tasks.rados.rados.0.smithi118.stdout:1079: done (3 left) 2023-09-30T09:11:11.795 INFO:tasks.rados.rados.0.smithi118.stdout:1080: done (2 left) 2023-09-30T09:11:11.795 INFO:tasks.rados.rados.0.smithi118.stdout:1081: done (1 left) 2023-09-30T09:11:11.795 INFO:tasks.rados.rados.0.smithi118.stdout:1082: done (0 left) 2023-09-30T09:11:11.795 INFO:tasks.rados.rados.0.smithi118.stdout:1083: snap_remove snap 97 2023-09-30T09:11:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:11 smithi192 ceph-mon[180220]: failed to encode map e276 with expected crc 2023-09-30T09:11:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:11 smithi192 ceph-mon[180220]: failed to encode map e276 with expected crc 2023-09-30T09:11:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:11 smithi192 ceph-mon[180220]: pgmap v123: 121 pgs: 1 activating, 4 active+undersized+degraded, 1 active+recovery_wait+degraded, 12 active+undersized, 103 active+clean; 153 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.7 MiB/s wr, 14 op/s; 6/306 objects degraded (1.961%); 8.5 MiB/s, 3 objects/s recovering 2023-09-30T09:11:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:11 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 49/372 objects degraded (13.172%), 11 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:11 smithi192 ceph-mon[180220]: osdmap e277: 8 total, 8 up, 8 in 2023-09-30T09:11:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:11 smithi192 ceph-mon[180220]: failed to encode map e277 with expected crc 2023-09-30T09:11:12.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:11 smithi192 ceph-mon[180220]: failed to encode map e277 with expected crc 2023-09-30T09:11:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[182959]: failed to encode map e276 with expected crc 2023-09-30T09:11:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[182959]: failed to encode map e276 with expected crc 2023-09-30T09:11:12.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[182959]: pgmap v123: 121 pgs: 1 activating, 4 active+undersized+degraded, 1 active+recovery_wait+degraded, 12 active+undersized, 103 active+clean; 153 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.7 MiB/s wr, 14 op/s; 6/306 objects degraded (1.961%); 8.5 MiB/s, 3 objects/s recovering 2023-09-30T09:11:12.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 49/372 objects degraded (13.172%), 11 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:12.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[182959]: osdmap e277: 8 total, 8 up, 8 in 2023-09-30T09:11:12.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[182959]: failed to encode map e277 with expected crc 2023-09-30T09:11:12.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[182959]: failed to encode map e277 with expected crc 2023-09-30T09:11:12.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[185516]: failed to encode map e276 with expected crc 2023-09-30T09:11:12.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[185516]: failed to encode map e276 with expected crc 2023-09-30T09:11:12.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[185516]: pgmap v123: 121 pgs: 1 activating, 4 active+undersized+degraded, 1 active+recovery_wait+degraded, 12 active+undersized, 103 active+clean; 153 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.7 MiB/s wr, 14 op/s; 6/306 objects degraded (1.961%); 8.5 MiB/s, 3 objects/s recovering 2023-09-30T09:11:12.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 49/372 objects degraded (13.172%), 11 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:12.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[185516]: osdmap e277: 8 total, 8 up, 8 in 2023-09-30T09:11:12.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[185516]: failed to encode map e277 with expected crc 2023-09-30T09:11:12.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:11 smithi118 ceph-mon[185516]: failed to encode map e277 with expected crc 2023-09-30T09:11:12.436 INFO:tasks.rados.rados.0.smithi118.stdout:1083: done (0 left) 2023-09-30T09:11:12.436 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 102 2023-09-30T09:11:12.436 INFO:tasks.rados.rados.0.smithi118.stdout:1084: seq_num 337 ranges {4145152=450560,4595712=401408} 2023-09-30T09:11:12.466 INFO:tasks.rados.rados.0.smithi118.stdout:1084: writing smithi118168640-6 from 4145152 to 4595712 tid 1 2023-09-30T09:11:12.642 INFO:tasks.rados.rados.0.smithi118.stdout:1084: writing smithi118168640-6 from 4595712 to 4997120 tid 2 2023-09-30T09:11:12.642 INFO:tasks.rados.rados.0.smithi118.stdout:1085: read oid 5 snap -1 2023-09-30T09:11:12.642 INFO:tasks.rados.rados.0.smithi118.stdout:1085: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:11:12.642 INFO:tasks.rados.rados.0.smithi118.stdout:1086: rollback oid 20 current snap is 102 2023-09-30T09:11:12.642 INFO:tasks.rados.rados.0.smithi118.stdout:1086: done (2 left) 2023-09-30T09:11:12.642 INFO:tasks.rados.rados.0.smithi118.stdout:1087: delete oid 17 current snap is 102 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1087: done (2 left) 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1088: rollback oid 37 current snap is 102 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1088: done (2 left) 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1089: snap_create 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1084: finishing write tid 1 to smithi118168640-6 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1084: finishing write tid 2 to smithi118168640-6 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1084: finishing write tid 3 to smithi118168640-6 2023-09-30T09:11:12.644 INFO:tasks.rados.rados.0.smithi118.stdout:1084: finishing write tid 4 to smithi118168640-6 2023-09-30T09:11:12.645 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 344 (ObjNum 337 snap 102 seq_num 337) dirty exists 2023-09-30T09:11:12.645 INFO:tasks.rados.rados.0.smithi118.stdout:1084: left oid 6 (ObjNum 337 snap 102 seq_num 337) 2023-09-30T09:11:12.645 INFO:tasks.rados.rados.0.smithi118.stdout:1085: expect (ObjNum 225 snap 58 seq_num 225) 2023-09-30T09:11:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:12 smithi192 ceph-mon[180220]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:12 smithi192 ceph-mon[180220]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:12 smithi192 ceph-mon[180220]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:12 smithi192 ceph-mon[180220]: failed to encode map e278 with expected crc 2023-09-30T09:11:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:12 smithi192 ceph-mon[180220]: osdmap e278: 8 total, 8 up, 8 in 2023-09-30T09:11:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[182959]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[182959]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[182959]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[182959]: failed to encode map e278 with expected crc 2023-09-30T09:11:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[182959]: osdmap e278: 8 total, 8 up, 8 in 2023-09-30T09:11:13.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[185516]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[185516]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[185516]: failed to encode map e277 with expected crc 2023-09-30T09:11:13.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[185516]: failed to encode map e278 with expected crc 2023-09-30T09:11:13.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:12 smithi118 ceph-mon[185516]: osdmap e278: 8 total, 8 up, 8 in 2023-09-30T09:11:13.440 INFO:tasks.rados.rados.0.smithi118.stdout:1084: done (2 left) 2023-09-30T09:11:13.441 INFO:tasks.rados.rados.0.smithi118.stdout:1085: done (1 left) 2023-09-30T09:11:13.441 INFO:tasks.rados.rados.0.smithi118.stdout:1089: done (0 left) 2023-09-30T09:11:13.441 INFO:tasks.rados.rados.0.smithi118.stdout:1090: delete oid 27 current snap is 103 2023-09-30T09:11:13.445 INFO:tasks.rados.rados.0.smithi118.stdout:1090: done (0 left) 2023-09-30T09:11:13.445 INFO:tasks.rados.rados.0.smithi118.stdout:1091: copy_from oid 20 from oid 27 current snap is 103 2023-09-30T09:11:13.445 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 103 2023-09-30T09:11:13.449 INFO:tasks.rados.rados.0.smithi118.stdout:1092: seq_num 340 ranges {9232384=499712,9732096=401408} 2023-09-30T09:11:13.496 INFO:tasks.rados.rados.0.smithi118.stdout:1092: writing smithi118168640-12 from 9232384 to 9732096 tid 1 2023-09-30T09:11:13.499 INFO:tasks.rados.rados.0.smithi118.stdout:1092: writing smithi118168640-12 from 9732096 to 10133504 tid 2 2023-09-30T09:11:13.499 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 103 2023-09-30T09:11:13.499 INFO:tasks.rados.rados.0.smithi118.stdout:1093: seq_num 341 ranges {3596288=516096,4112384=401408} 2023-09-30T09:11:13.521 INFO:tasks.rados.rados.0.smithi118.stdout:1093: writing smithi118168640-19 from 3596288 to 4112384 tid 1 2023-09-30T09:11:13.524 INFO:tasks.rados.rados.0.smithi118.stdout:1093: writing smithi118168640-19 from 4112384 to 4513792 tid 2 2023-09-30T09:11:13.524 INFO:tasks.rados.rados.0.smithi118.stdout:1094: rollback oid 35 current snap is 103 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 102 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1091: finishing copy_from to smithi118168640-20 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1091: got expected ENOENT (src dne) 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1091: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1092: finishing write tid 1 to smithi118168640-12 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1092: finishing write tid 2 to smithi118168640-12 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1092: finishing write tid 3 to smithi118168640-12 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1092: finishing write tid 4 to smithi118168640-12 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 364 (ObjNum 340 snap 103 seq_num 340) dirty exists 2023-09-30T09:11:13.525 INFO:tasks.rados.rados.0.smithi118.stdout:1092: left oid 12 (ObjNum 340 snap 103 seq_num 340) 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1091: done (3 left) 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1092: done (2 left) 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1095: read oid 10 snap -1 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1095: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1096: rmattr oid 5 current snap is 103 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1097: rmattr oid 22 current snap is 103 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1098: read oid 49 snap 102 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1098: expect (ObjNum 334 snap 102 seq_num 334) 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 103 2023-09-30T09:11:13.526 INFO:tasks.rados.rados.0.smithi118.stdout:1099: seq_num 342 ranges {3891200=532480,4423680=401408} 2023-09-30T09:11:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:1099: writing smithi118168640-16 from 3891200 to 4423680 tid 1 2023-09-30T09:11:13.551 INFO:tasks.rados.rados.0.smithi118.stdout:1099: writing smithi118168640-16 from 4423680 to 4825088 tid 2 2023-09-30T09:11:13.551 INFO:tasks.rados.rados.0.smithi118.stdout:1100: snap_create 2023-09-30T09:11:13.551 INFO:tasks.rados.rados.0.smithi118.stdout:1093: finishing write tid 1 to smithi118168640-19 2023-09-30T09:11:13.551 INFO:tasks.rados.rados.0.smithi118.stdout:1093: finishing write tid 2 to smithi118168640-19 2023-09-30T09:11:13.551 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 366 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:1093: finishing write tid 3 to smithi118168640-19 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 365 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:1094: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:1094: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:1093: finishing write tid 4 to smithi118168640-19 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 622 (ObjNum 341 snap 103 seq_num 341) dirty exists 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:1093: left oid 19 (ObjNum 341 snap 103 seq_num 341) 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:1094: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 467 (ObjNum 208 snap 57 seq_num 208) dirty exists 2023-09-30T09:11:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:1098: expect (ObjNum 334 snap 102 seq_num 334) 2023-09-30T09:11:13.570 INFO:tasks.rados.rados.0.smithi118.stdout:1095: expect (ObjNum 252 snap 72 seq_num 252) 2023-09-30T09:11:13.706 INFO:tasks.rados.rados.0.smithi118.stdout:1099: finishing write tid 1 to smithi118168640-16 2023-09-30T09:11:13.828 INFO:tasks.rados.rados.0.smithi118.stdout:1099: finishing write tid 2 to smithi118168640-16 2023-09-30T09:11:13.828 INFO:tasks.rados.rados.0.smithi118.stdout:1099: finishing write tid 3 to smithi118168640-16 2023-09-30T09:11:13.828 INFO:tasks.rados.rados.0.smithi118.stdout:1099: finishing write tid 4 to smithi118168640-16 2023-09-30T09:11:13.828 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 471 (ObjNum 342 snap 103 seq_num 342) dirty exists 2023-09-30T09:11:13.828 INFO:tasks.rados.rados.0.smithi118.stdout:1099: left oid 16 (ObjNum 342 snap 103 seq_num 342) 2023-09-30T09:11:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:13 smithi192 ceph-mon[180220]: failed to encode map e278 with expected crc 2023-09-30T09:11:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:13 smithi192 ceph-mon[180220]: pgmap v126: 121 pgs: 1 activating, 1 active+recovery_wait+degraded, 119 active+clean; 153 MiB data, 753 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.7 MiB/s wr, 14 op/s; 1/309 objects degraded (0.324%); 8.5 MiB/s, 3 objects/s recovering 2023-09-30T09:11:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:13 smithi192 ceph-mon[180220]: osdmap e279: 8 total, 8 up, 8 in 2023-09-30T09:11:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:13 smithi192 ceph-mon[180220]: failed to encode map e279 with expected crc 2023-09-30T09:11:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[182959]: failed to encode map e278 with expected crc 2023-09-30T09:11:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[182959]: pgmap v126: 121 pgs: 1 activating, 1 active+recovery_wait+degraded, 119 active+clean; 153 MiB data, 753 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.7 MiB/s wr, 14 op/s; 1/309 objects degraded (0.324%); 8.5 MiB/s, 3 objects/s recovering 2023-09-30T09:11:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[182959]: osdmap e279: 8 total, 8 up, 8 in 2023-09-30T09:11:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[182959]: failed to encode map e279 with expected crc 2023-09-30T09:11:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[185516]: failed to encode map e278 with expected crc 2023-09-30T09:11:14.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[185516]: pgmap v126: 121 pgs: 1 activating, 1 active+recovery_wait+degraded, 119 active+clean; 153 MiB data, 753 MiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 1.7 MiB/s wr, 14 op/s; 1/309 objects degraded (0.324%); 8.5 MiB/s, 3 objects/s recovering 2023-09-30T09:11:14.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[185516]: osdmap e279: 8 total, 8 up, 8 in 2023-09-30T09:11:14.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:13 smithi118 ceph-mon[185516]: failed to encode map e279 with expected crc 2023-09-30T09:11:14.443 INFO:tasks.rados.rados.0.smithi118.stdout:1093: done (7 left) 2023-09-30T09:11:14.443 INFO:tasks.rados.rados.0.smithi118.stdout:1094: done (6 left) 2023-09-30T09:11:14.443 INFO:tasks.rados.rados.0.smithi118.stdout:1095: done (5 left) 2023-09-30T09:11:14.444 INFO:tasks.rados.rados.0.smithi118.stdout:1096: done (4 left) 2023-09-30T09:11:14.444 INFO:tasks.rados.rados.0.smithi118.stdout:1097: done (3 left) 2023-09-30T09:11:14.444 INFO:tasks.rados.rados.0.smithi118.stdout:1098: done (2 left) 2023-09-30T09:11:14.444 INFO:tasks.rados.rados.0.smithi118.stdout:1099: done (1 left) 2023-09-30T09:11:14.444 INFO:tasks.rados.rados.0.smithi118.stdout:1100: done (0 left) 2023-09-30T09:11:14.444 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 104 2023-09-30T09:11:14.444 INFO:tasks.rados.rados.0.smithi118.stdout:1101: seq_num 343 ranges {2588672=548864,3137536=401408} 2023-09-30T09:11:14.460 INFO:tasks.rados.rados.0.smithi118.stdout:1101: writing smithi118168640-42 from 2588672 to 3137536 tid 1 2023-09-30T09:11:14.462 INFO:tasks.rados.rados.0.smithi118.stdout:1101: writing smithi118168640-42 from 3137536 to 3538944 tid 2 2023-09-30T09:11:14.462 INFO:tasks.rados.rados.0.smithi118.stdout:1102: read oid 6 snap -1 2023-09-30T09:11:14.462 INFO:tasks.rados.rados.0.smithi118.stdout:1102: expect (ObjNum 337 snap 102 seq_num 337) 2023-09-30T09:11:14.462 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 104 2023-09-30T09:11:14.462 INFO:tasks.rados.rados.0.smithi118.stdout:1103: seq_num 344 ranges {1949696=565248,2514944=401408} 2023-09-30T09:11:14.476 INFO:tasks.rados.rados.0.smithi118.stdout:1103: writing smithi118168640-9 from 1949696 to 2514944 tid 1 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:1103: writing smithi118168640-9 from 2514944 to 2916352 tid 2 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:1104: snap_create 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:1101: finishing write tid 1 to smithi118168640-42 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:1101: finishing write tid 2 to smithi118168640-42 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:1101: finishing write tid 3 to smithi118168640-42 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:1101: finishing write tid 4 to smithi118168640-42 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 312 (ObjNum 343 snap 104 seq_num 343) dirty exists 2023-09-30T09:11:14.479 INFO:tasks.rados.rados.0.smithi118.stdout:1101: left oid 42 (ObjNum 343 snap 104 seq_num 343) 2023-09-30T09:11:14.484 INFO:tasks.rados.rados.0.smithi118.stdout:1103: finishing write tid 1 to smithi118168640-9 2023-09-30T09:11:14.484 INFO:tasks.rados.rados.0.smithi118.stdout:1103: finishing write tid 2 to smithi118168640-9 2023-09-30T09:11:14.485 INFO:tasks.rados.rados.0.smithi118.stdout:1103: finishing write tid 3 to smithi118168640-9 2023-09-30T09:11:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:1103: finishing write tid 4 to smithi118168640-9 2023-09-30T09:11:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 205 (ObjNum 344 snap 104 seq_num 344) dirty exists 2023-09-30T09:11:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:1103: left oid 9 (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:11:14.491 INFO:tasks.rados.rados.0.smithi118.stdout:1102: expect (ObjNum 337 snap 102 seq_num 337) 2023-09-30T09:11:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:14 smithi192 ceph-mon[180220]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:14 smithi192 ceph-mon[180220]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:14 smithi192 ceph-mon[180220]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:14 smithi192 ceph-mon[180220]: osdmap e280: 8 total, 8 up, 8 in 2023-09-30T09:11:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:14 smithi192 ceph-mon[180220]: failed to encode map e280 with expected crc 2023-09-30T09:11:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[182959]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[182959]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[182959]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[182959]: osdmap e280: 8 total, 8 up, 8 in 2023-09-30T09:11:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[182959]: failed to encode map e280 with expected crc 2023-09-30T09:11:15.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[185516]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[185516]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[185516]: failed to encode map e279 with expected crc 2023-09-30T09:11:15.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:15.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[185516]: osdmap e280: 8 total, 8 up, 8 in 2023-09-30T09:11:15.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:14 smithi118 ceph-mon[185516]: failed to encode map e280 with expected crc 2023-09-30T09:11:15.449 INFO:tasks.rados.rados.0.smithi118.stdout:1101: done (3 left) 2023-09-30T09:11:15.449 INFO:tasks.rados.rados.0.smithi118.stdout:1102: done (2 left) 2023-09-30T09:11:15.449 INFO:tasks.rados.rados.0.smithi118.stdout:1103: done (1 left) 2023-09-30T09:11:15.449 INFO:tasks.rados.rados.0.smithi118.stdout:1104: done (0 left) 2023-09-30T09:11:15.449 INFO:tasks.rados.rados.0.smithi118.stdout:1105: snap_create 2023-09-30T09:11:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: pgmap v129: 121 pgs: 121 active+clean; 138 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 572 KiB/s wr, 10 op/s; 190 KiB/s, 0 objects/s recovering 2023-09-30T09:11:16.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/309 objects degraded (0.324%), 1 pg degraded) 2023-09-30T09:11:16.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:11:16.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: failed to encode map e281 with expected crc 2023-09-30T09:11:16.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:15 smithi192 ceph-mon[180220]: osdmap e281: 8 total, 8 up, 8 in 2023-09-30T09:11:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: pgmap v129: 121 pgs: 121 active+clean; 138 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 572 KiB/s wr, 10 op/s; 190 KiB/s, 0 objects/s recovering 2023-09-30T09:11:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/309 objects degraded (0.324%), 1 pg degraded) 2023-09-30T09:11:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:11:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: failed to encode map e281 with expected crc 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[182959]: osdmap e281: 8 total, 8 up, 8 in 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: failed to encode map e280 with expected crc 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: pgmap v129: 121 pgs: 121 active+clean; 138 MiB data, 757 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 572 KiB/s wr, 10 op/s; 190 KiB/s, 0 objects/s recovering 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/309 objects degraded (0.324%), 1 pg degraded) 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: failed to encode map e281 with expected crc 2023-09-30T09:11:16.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:15 smithi118 ceph-mon[185516]: osdmap e281: 8 total, 8 up, 8 in 2023-09-30T09:11:16.418 INFO:tasks.rados.rados.0.smithi118.stdout:1105: done (0 left) 2023-09-30T09:11:16.418 INFO:tasks.rados.rados.0.smithi118.stdout:1106: read oid 17 snap 102 2023-09-30T09:11:16.418 INFO:tasks.rados.rados.0.smithi118.stdout:1106: expect deleted 2023-09-30T09:11:16.418 INFO:tasks.rados.rados.0.smithi118.stdout:1107: delete oid 15 current snap is 106 2023-09-30T09:11:16.426 INFO:tasks.rados.rados.0.smithi118.stdout:1106: done (1 left) 2023-09-30T09:11:16.426 INFO:tasks.rados.rados.0.smithi118.stdout:1107: done (0 left) 2023-09-30T09:11:16.427 INFO:tasks.rados.rados.0.smithi118.stdout:1108: read oid 41 snap 102 2023-09-30T09:11:16.427 INFO:tasks.rados.rados.0.smithi118.stdout:1108: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:16.427 INFO:tasks.rados.rados.0.smithi118.stdout:1109: delete oid 50 current snap is 106 2023-09-30T09:11:16.452 INFO:tasks.rados.rados.0.smithi118.stdout:1109: done (1 left) 2023-09-30T09:11:16.452 INFO:tasks.rados.rados.0.smithi118.stdout:1110: read oid 32 snap 104 2023-09-30T09:11:16.452 INFO:tasks.rados.rados.0.smithi118.stdout:1110: expect (ObjNum 329 snap 102 seq_num 329) 2023-09-30T09:11:16.452 INFO:tasks.rados.rados.0.smithi118.stdout:1111: delete oid 16 current snap is 106 2023-09-30T09:11:16.455 INFO:tasks.rados.rados.0.smithi118.stdout:1111: done (2 left) 2023-09-30T09:11:16.455 INFO:tasks.rados.rados.0.smithi118.stdout:1112: delete oid 11 current snap is 106 2023-09-30T09:11:16.456 INFO:tasks.rados.rados.0.smithi118.stdout:1108: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:16.648 INFO:tasks.rados.rados.0.smithi118.stdout:1110: expect (ObjNum 329 snap 102 seq_num 329) 2023-09-30T09:11:16.732 INFO:tasks.rados.rados.0.smithi118.stdout:1108: done (2 left) 2023-09-30T09:11:16.732 INFO:tasks.rados.rados.0.smithi118.stdout:1110: done (1 left) 2023-09-30T09:11:16.732 INFO:tasks.rados.rados.0.smithi118.stdout:1112: done (0 left) 2023-09-30T09:11:16.732 INFO:tasks.rados.rados.0.smithi118.stdout:1113: snap_remove snap 104 2023-09-30T09:11:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:16 smithi192 ceph-mon[180220]: failed to encode map e281 with expected crc 2023-09-30T09:11:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:16 smithi192 ceph-mon[180220]: osdmap e282: 8 total, 8 up, 8 in 2023-09-30T09:11:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:16 smithi192 ceph-mon[180220]: failed to encode map e282 with expected crc 2023-09-30T09:11:17.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:16 smithi192 ceph-mon[180220]: failed to encode map e282 with expected crc 2023-09-30T09:11:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[182959]: failed to encode map e281 with expected crc 2023-09-30T09:11:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[182959]: osdmap e282: 8 total, 8 up, 8 in 2023-09-30T09:11:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[182959]: failed to encode map e282 with expected crc 2023-09-30T09:11:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[182959]: failed to encode map e282 with expected crc 2023-09-30T09:11:17.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[185516]: failed to encode map e281 with expected crc 2023-09-30T09:11:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[185516]: osdmap e282: 8 total, 8 up, 8 in 2023-09-30T09:11:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[185516]: failed to encode map e282 with expected crc 2023-09-30T09:11:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:16 smithi118 ceph-mon[185516]: failed to encode map e282 with expected crc 2023-09-30T09:11:17.428 INFO:tasks.rados.rados.0.smithi118.stdout:1113: done (0 left) 2023-09-30T09:11:17.428 INFO:tasks.rados.rados.0.smithi118.stdout:1114: read oid 18 snap -1 2023-09-30T09:11:17.428 INFO:tasks.rados.rados.0.smithi118.stdout:1114: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:17.428 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 106 2023-09-30T09:11:17.428 INFO:tasks.rados.rados.0.smithi118.stdout:1115: seq_num 349 ranges {7528448=655360,8183808=401408} 2023-09-30T09:11:17.475 INFO:tasks.rados.rados.0.smithi118.stdout:1115: writing smithi118168640-36 from 7528448 to 8183808 tid 1 2023-09-30T09:11:17.478 INFO:tasks.rados.rados.0.smithi118.stdout:1115: writing smithi118168640-36 from 8183808 to 8585216 tid 2 2023-09-30T09:11:17.478 INFO:tasks.rados.rados.0.smithi118.stdout:1116: rmattr oid 45 current snap is 106 2023-09-30T09:11:17.478 INFO:tasks.rados.rados.0.smithi118.stdout:1116: done (2 left) 2023-09-30T09:11:17.478 INFO:tasks.rados.rados.0.smithi118.stdout:1117: delete oid 23 current snap is 106 2023-09-30T09:11:17.478 INFO:tasks.rados.rados.0.smithi118.stdout:1114: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1115: finishing write tid 1 to smithi118168640-36 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1115: finishing write tid 2 to smithi118168640-36 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1115: finishing write tid 3 to smithi118168640-36 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1115: finishing write tid 4 to smithi118168640-36 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 369 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1115: left oid 36 (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1114: done (2 left) 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1115: done (1 left) 2023-09-30T09:11:17.704 INFO:tasks.rados.rados.0.smithi118.stdout:1117: done (0 left) 2023-09-30T09:11:17.705 INFO:tasks.rados.rados.0.smithi118.stdout:1118: rollback oid 50 current snap is 106 2023-09-30T09:11:17.705 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 103 2023-09-30T09:11:17.705 INFO:tasks.rados.rados.0.smithi118.stdout:1119: copy_from oid 7 from oid 49 current snap is 106 2023-09-30T09:11:17.705 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 106 2023-09-30T09:11:17.705 INFO:tasks.rados.rados.0.smithi118.stdout:1120: seq_num 351 ranges {0=688128,688128=401408} 2023-09-30T09:11:17.707 INFO:tasks.rados.rados.0.smithi118.stdout:1120: writing smithi118168640-3 from 0 to 688128 tid 1 2023-09-30T09:11:17.710 INFO:tasks.rados.rados.0.smithi118.stdout:1120: writing smithi118168640-3 from 688128 to 1089536 tid 2 2023-09-30T09:11:17.710 INFO:tasks.rados.rados.0.smithi118.stdout:1121: read oid 35 snap 105 2023-09-30T09:11:17.710 INFO:tasks.rados.rados.0.smithi118.stdout:1121: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:11:17.710 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 106 2023-09-30T09:11:17.710 INFO:tasks.rados.rados.0.smithi118.stdout:1118: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:11:17.710 INFO:tasks.rados.rados.0.smithi118.stdout:1118: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:11:17.710 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 628 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:11:17.712 INFO:tasks.rados.rados.0.smithi118.stdout:1122: seq_num 352 ranges {4513792=704512,5218304=401408} 2023-09-30T09:11:17.738 INFO:tasks.rados.rados.0.smithi118.stdout:1122: writing smithi118168640-19 from 4513792 to 5218304 tid 1 2023-09-30T09:11:17.740 INFO:tasks.rados.rados.0.smithi118.stdout:1122: writing smithi118168640-19 from 5218304 to 5619712 tid 2 2023-09-30T09:11:17.741 INFO:tasks.rados.rados.0.smithi118.stdout:1118: done (4 left) 2023-09-30T09:11:17.741 INFO:tasks.rados.rados.0.smithi118.stdout:1123: snap_remove snap 103 2023-09-30T09:11:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:17 smithi192 ceph-mon[180220]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:17 smithi192 ceph-mon[180220]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:17 smithi192 ceph-mon[180220]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:17 smithi192 ceph-mon[180220]: pgmap v132: 121 pgs: 121 active+clean; 123 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 4.0 MiB/s wr, 37 op/s; 190 KiB/s, 0 objects/s recovering 2023-09-30T09:11:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:17 smithi192 ceph-mon[180220]: osdmap e283: 8 total, 8 up, 8 in 2023-09-30T09:11:18.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:17 smithi192 ceph-mon[180220]: failed to encode map e283 with expected crc 2023-09-30T09:11:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[182959]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[182959]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[182959]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[182959]: pgmap v132: 121 pgs: 121 active+clean; 123 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 4.0 MiB/s wr, 37 op/s; 190 KiB/s, 0 objects/s recovering 2023-09-30T09:11:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[182959]: osdmap e283: 8 total, 8 up, 8 in 2023-09-30T09:11:18.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[182959]: failed to encode map e283 with expected crc 2023-09-30T09:11:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[185516]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[185516]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[185516]: failed to encode map e282 with expected crc 2023-09-30T09:11:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[185516]: pgmap v132: 121 pgs: 121 active+clean; 123 MiB data, 748 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 4.0 MiB/s wr, 37 op/s; 190 KiB/s, 0 objects/s recovering 2023-09-30T09:11:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[185516]: osdmap e283: 8 total, 8 up, 8 in 2023-09-30T09:11:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:17 smithi118 ceph-mon[185516]: failed to encode map e283 with expected crc 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1123: done (4 left) 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1124: delete oid 6 current snap is 106 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1119: finishing copy_from to smithi118168640-7 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 334 (ObjNum 334 snap 102 seq_num 334) dirty exists 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1120: finishing write tid 1 to smithi118168640-3 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1119: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1120: finishing write tid 2 to smithi118168640-3 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1120: finishing write tid 3 to smithi118168640-3 2023-09-30T09:11:18.431 INFO:tasks.rados.rados.0.smithi118.stdout:1120: finishing write tid 4 to smithi118168640-3 2023-09-30T09:11:18.432 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 347 (ObjNum 351 snap 106 seq_num 351) dirty exists 2023-09-30T09:11:18.432 INFO:tasks.rados.rados.0.smithi118.stdout:1120: left oid 3 (ObjNum 351 snap 106 seq_num 351) 2023-09-30T09:11:18.432 INFO:tasks.rados.rados.0.smithi118.stdout:1121: expect (ObjNum 208 snap 57 seq_num 208) 2023-09-30T09:11:18.535 INFO:tasks.rados.rados.0.smithi118.stdout:1122: finishing write tid 1 to smithi118168640-19 2023-09-30T09:11:18.535 INFO:tasks.rados.rados.0.smithi118.stdout:1122: finishing write tid 2 to smithi118168640-19 2023-09-30T09:11:18.535 INFO:tasks.rados.rados.0.smithi118.stdout:1122: finishing write tid 3 to smithi118168640-19 2023-09-30T09:11:18.535 INFO:tasks.rados.rados.0.smithi118.stdout:1119: done (4 left) 2023-09-30T09:11:18.535 INFO:tasks.rados.rados.0.smithi118.stdout:1120: done (3 left) 2023-09-30T09:11:18.536 INFO:tasks.rados.rados.0.smithi118.stdout:1121: done (2 left) 2023-09-30T09:11:18.536 INFO:tasks.rados.rados.0.smithi118.stdout:1124: done (1 left) 2023-09-30T09:11:18.536 INFO:tasks.rados.rados.0.smithi118.stdout:1125: rollback oid 23 current snap is 106 2023-09-30T09:11:18.536 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 23 to 105 2023-09-30T09:11:18.536 INFO:tasks.rados.rados.0.smithi118.stdout:1122: finishing write tid 4 to smithi118168640-19 2023-09-30T09:11:18.536 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 632 (ObjNum 352 snap 106 seq_num 352) dirty exists 2023-09-30T09:11:18.536 INFO:tasks.rados.rados.0.smithi118.stdout:1122: left oid 19 (ObjNum 352 snap 106 seq_num 352) 2023-09-30T09:11:18.537 INFO:tasks.rados.rados.0.smithi118.stdout:1122: done (1 left) 2023-09-30T09:11:18.537 INFO:tasks.rados.rados.0.smithi118.stdout:1126: copy_from oid 4 from oid 10 current snap is 106 2023-09-30T09:11:18.537 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 106 2023-09-30T09:11:18.537 INFO:tasks.rados.rados.0.smithi118.stdout:1127: seq_num 354 ranges {6463488=737280,7200768=401408} 2023-09-30T09:11:18.573 INFO:tasks.rados.rados.0.smithi118.stdout:1127: writing smithi118168640-2 from 6463488 to 7200768 tid 1 2023-09-30T09:11:18.576 INFO:tasks.rados.rados.0.smithi118.stdout:1127: writing smithi118168640-2 from 7200768 to 7602176 tid 2 2023-09-30T09:11:18.576 INFO:tasks.rados.rados.0.smithi118.stdout:1128: read oid 37 snap -1 2023-09-30T09:11:18.576 INFO:tasks.rados.rados.0.smithi118.stdout:1128: expect deleted 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:1129: rollback oid 33 current snap is 106 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 33 to 105 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:1125: finishing rollback tid 1 to smithi118168640-23 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 0 (ObjNum 289 snap 0 seq_num 2569435246) dirty dne 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:1126: finishing copy_from to smithi118168640-4 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 280 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:1125: done (4 left) 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:1130: rollback oid 25 current snap is 106 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 25 to 105 2023-09-30T09:11:18.577 INFO:tasks.rados.rados.0.smithi118.stdout:1126: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:11:18.578 INFO:tasks.rados.rados.0.smithi118.stdout:1126: done (4 left) 2023-09-30T09:11:18.578 INFO:tasks.rados.rados.0.smithi118.stdout:1131: copy_from oid 38 from oid 9 current snap is 106 2023-09-30T09:11:18.578 INFO:tasks.rados.rados.0.smithi118.stdout:1132: snap_create 2023-09-30T09:11:18.579 INFO:tasks.rados.rados.0.smithi118.stdout:1127: finishing write tid 1 to smithi118168640-2 2023-09-30T09:11:18.579 INFO:tasks.rados.rados.0.smithi118.stdout:1127: finishing write tid 2 to smithi118168640-2 2023-09-30T09:11:18.581 INFO:tasks.rados.rados.0.smithi118.stdout:1127: finishing write tid 3 to smithi118168640-2 2023-09-30T09:11:18.581 INFO:tasks.rados.rados.0.smithi118.stdout:1130: finishing rollback tid 0 to smithi118168640-25 2023-09-30T09:11:18.581 INFO:tasks.rados.rados.0.smithi118.stdout:1130: finishing rollback tid 1 to smithi118168640-25 2023-09-30T09:11:18.582 INFO:tasks.rados.rados.0.smithi118.stdout:1130: finishing rollback tid 2 to smithi118168640-25 2023-09-30T09:11:18.582 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 540 (ObjNum 303 snap 98 seq_num 303) dirty exists 2023-09-30T09:11:18.582 INFO:tasks.rados.rados.0.smithi118.stdout:1127: finishing write tid 4 to smithi118168640-2 2023-09-30T09:11:18.582 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 640 (ObjNum 354 snap 106 seq_num 354) dirty exists 2023-09-30T09:11:18.582 INFO:tasks.rados.rados.0.smithi118.stdout:1127: left oid 2 (ObjNum 354 snap 106 seq_num 354) 2023-09-30T09:11:18.583 INFO:tasks.rados.rados.0.smithi118.stdout:1129: finishing rollback tid 0 to smithi118168640-33 2023-09-30T09:11:18.583 INFO:tasks.rados.rados.0.smithi118.stdout:1129: finishing rollback tid 1 to smithi118168640-33 2023-09-30T09:11:18.584 INFO:tasks.rados.rados.0.smithi118.stdout:1129: finishing rollback tid 2 to smithi118168640-33 2023-09-30T09:11:18.584 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 413 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:18.598 INFO:tasks.rados.rados.0.smithi118.stdout:1131: finishing copy_from to smithi118168640-38 2023-09-30T09:11:18.598 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 205 (ObjNum 344 snap 104 seq_num 344) dirty exists 2023-09-30T09:11:18.598 INFO:tasks.rados.rados.0.smithi118.stdout:1131: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:11:18.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:18.659Z caller=alerting.go:366 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-09-30T09:11:18.957 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:18.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:11:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-mon[180220]: failed to encode map e283 with expected crc 2023-09-30T09:11:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-mon[180220]: failed to encode map e283 with expected crc 2023-09-30T09:11:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-mon[180220]: osdmap e284: 8 total, 8 up, 8 in 2023-09-30T09:11:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-mon[180220]: failed to encode map e284 with expected crc 2023-09-30T09:11:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:19.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[182959]: failed to encode map e283 with expected crc 2023-09-30T09:11:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[182959]: failed to encode map e283 with expected crc 2023-09-30T09:11:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[182959]: osdmap e284: 8 total, 8 up, 8 in 2023-09-30T09:11:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[182959]: failed to encode map e284 with expected crc 2023-09-30T09:11:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[185516]: failed to encode map e283 with expected crc 2023-09-30T09:11:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[185516]: failed to encode map e283 with expected crc 2023-09-30T09:11:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[185516]: osdmap e284: 8 total, 8 up, 8 in 2023-09-30T09:11:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[185516]: failed to encode map e284 with expected crc 2023-09-30T09:11:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:19.436 INFO:tasks.rados.rados.0.smithi118.stdout:1127: done (5 left) 2023-09-30T09:11:19.436 INFO:tasks.rados.rados.0.smithi118.stdout:1128: done (4 left) 2023-09-30T09:11:19.436 INFO:tasks.rados.rados.0.smithi118.stdout:1129: done (3 left) 2023-09-30T09:11:19.437 INFO:tasks.rados.rados.0.smithi118.stdout:1130: done (2 left) 2023-09-30T09:11:19.437 INFO:tasks.rados.rados.0.smithi118.stdout:1131: done (1 left) 2023-09-30T09:11:19.437 INFO:tasks.rados.rados.0.smithi118.stdout:1132: done (0 left) 2023-09-30T09:11:19.437 INFO:tasks.rados.rados.0.smithi118.stdout:1133: read oid 31 snap 106 2023-09-30T09:11:19.437 INFO:tasks.rados.rados.0.smithi118.stdout:1133: expect (ObjNum 333 snap 102 seq_num 333) 2023-09-30T09:11:19.437 INFO:tasks.rados.rados.0.smithi118.stdout:1134: delete oid 4 current snap is 107 2023-09-30T09:11:19.440 INFO:tasks.rados.rados.0.smithi118.stdout:1134: done (1 left) 2023-09-30T09:11:19.440 INFO:tasks.rados.rados.0.smithi118.stdout:1135: snap_remove snap 102 2023-09-30T09:11:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:11:19] "GET /metrics HTTP/1.1" 200 36141 "" "Prometheus/2.43.0" 2023-09-30T09:11:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[182959]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[182959]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[182959]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[182959]: pgmap v135: 121 pgs: 121 active+clean; 123 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 3.4 MiB/s wr, 27 op/s 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[182959]: osdmap e285: 8 total, 8 up, 8 in 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[182959]: failed to encode map e285 with expected crc 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[185516]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[185516]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[185516]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[185516]: pgmap v135: 121 pgs: 121 active+clean; 123 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 3.4 MiB/s wr, 27 op/s 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[185516]: osdmap e285: 8 total, 8 up, 8 in 2023-09-30T09:11:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:19 smithi118 ceph-mon[185516]: failed to encode map e285 with expected crc 2023-09-30T09:11:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:19 smithi192 ceph-mon[180220]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:19 smithi192 ceph-mon[180220]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:19 smithi192 ceph-mon[180220]: failed to encode map e284 with expected crc 2023-09-30T09:11:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:19 smithi192 ceph-mon[180220]: pgmap v135: 121 pgs: 121 active+clean; 123 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 3.4 MiB/s wr, 27 op/s 2023-09-30T09:11:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:19 smithi192 ceph-mon[180220]: osdmap e285: 8 total, 8 up, 8 in 2023-09-30T09:11:20.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:19 smithi192 ceph-mon[180220]: failed to encode map e285 with expected crc 2023-09-30T09:11:20.439 INFO:tasks.rados.rados.0.smithi118.stdout:1135: done (1 left) 2023-09-30T09:11:20.439 INFO:tasks.rados.rados.0.smithi118.stdout:1136: read oid 9 snap -1 2023-09-30T09:11:20.439 INFO:tasks.rados.rados.0.smithi118.stdout:1136: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:11:20.439 INFO:tasks.rados.rados.0.smithi118.stdout:1137: delete oid 47 current snap is 107 2023-09-30T09:11:20.439 INFO:tasks.rados.rados.0.smithi118.stdout:1133: expect (ObjNum 333 snap 102 seq_num 333) 2023-09-30T09:11:20.537 INFO:tasks.rados.rados.0.smithi118.stdout:1136: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:11:20.637 INFO:tasks.rados.rados.0.smithi118.stdout:1133: done (2 left) 2023-09-30T09:11:20.637 INFO:tasks.rados.rados.0.smithi118.stdout:1136: done (1 left) 2023-09-30T09:11:20.637 INFO:tasks.rados.rados.0.smithi118.stdout:1137: done (0 left) 2023-09-30T09:11:20.638 INFO:tasks.rados.rados.0.smithi118.stdout:1138: snap_remove snap 106 2023-09-30T09:11:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:20 smithi192 ceph-mon[180220]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:20 smithi192 ceph-mon[180220]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:20 smithi192 ceph-mon[180220]: mgrmap e40: y(active, since 91s), standbys: x 2023-09-30T09:11:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:20 smithi192 ceph-mon[180220]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:20 smithi192 ceph-mon[180220]: failed to encode map e286 with expected crc 2023-09-30T09:11:21.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:20 smithi192 ceph-mon[180220]: osdmap e286: 8 total, 8 up, 8 in 2023-09-30T09:11:21.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[185516]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[185516]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[185516]: mgrmap e40: y(active, since 91s), standbys: x 2023-09-30T09:11:21.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[185516]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[185516]: failed to encode map e286 with expected crc 2023-09-30T09:11:21.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[185516]: osdmap e286: 8 total, 8 up, 8 in 2023-09-30T09:11:21.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[182959]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[182959]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[182959]: mgrmap e40: y(active, since 91s), standbys: x 2023-09-30T09:11:21.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[182959]: failed to encode map e285 with expected crc 2023-09-30T09:11:21.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[182959]: failed to encode map e286 with expected crc 2023-09-30T09:11:21.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:20 smithi118 ceph-mon[182959]: osdmap e286: 8 total, 8 up, 8 in 2023-09-30T09:11:21.419 INFO:tasks.rados.rados.0.smithi118.stdout:1138: done (0 left) 2023-09-30T09:11:21.419 INFO:tasks.rados.rados.0.smithi118.stdout:1139: read oid 27 snap 105 2023-09-30T09:11:21.420 INFO:tasks.rados.rados.0.smithi118.stdout:1139: expect deleted 2023-09-30T09:11:21.420 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 107 2023-09-30T09:11:21.420 INFO:tasks.rados.rados.0.smithi118.stdout:1140: seq_num 357 ranges {3604480=786432,4390912=401408} 2023-09-30T09:11:21.444 INFO:tasks.rados.rados.0.smithi118.stdout:1140: writing smithi118168640-33 from 3604480 to 4390912 tid 1 2023-09-30T09:11:21.446 INFO:tasks.rados.rados.0.smithi118.stdout:1140: writing smithi118168640-33 from 4390912 to 4792320 tid 2 2023-09-30T09:11:21.446 INFO:tasks.rados.rados.0.smithi118.stdout:1141: snap_create 2023-09-30T09:11:21.453 INFO:tasks.rados.rados.0.smithi118.stdout:1140: finishing write tid 1 to smithi118168640-33 2023-09-30T09:11:21.453 INFO:tasks.rados.rados.0.smithi118.stdout:1140: finishing write tid 2 to smithi118168640-33 2023-09-30T09:11:21.453 INFO:tasks.rados.rados.0.smithi118.stdout:1140: finishing write tid 3 to smithi118168640-33 2023-09-30T09:11:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1140: finishing write tid 4 to smithi118168640-33 2023-09-30T09:11:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 420 (ObjNum 357 snap 107 seq_num 357) dirty exists 2023-09-30T09:11:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1140: left oid 33 (ObjNum 357 snap 107 seq_num 357) 2023-09-30T09:11:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[182959]: failed to encode map e286 with expected crc 2023-09-30T09:11:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[182959]: pgmap v138: 121 pgs: 121 active+clean; 135 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2023-09-30T09:11:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[182959]: failed to encode map e287 with expected crc 2023-09-30T09:11:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[182959]: osdmap e287: 8 total, 8 up, 8 in 2023-09-30T09:11:22.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[185516]: failed to encode map e286 with expected crc 2023-09-30T09:11:22.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[185516]: pgmap v138: 121 pgs: 121 active+clean; 135 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2023-09-30T09:11:22.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[185516]: failed to encode map e287 with expected crc 2023-09-30T09:11:22.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:21 smithi118 ceph-mon[185516]: osdmap e287: 8 total, 8 up, 8 in 2023-09-30T09:11:22.442 INFO:tasks.rados.rados.0.smithi118.stdout:1139: done (2 left) 2023-09-30T09:11:22.442 INFO:tasks.rados.rados.0.smithi118.stdout:1140: done (1 left) 2023-09-30T09:11:22.442 INFO:tasks.rados.rados.0.smithi118.stdout:1141: done (0 left) 2023-09-30T09:11:22.443 INFO:tasks.rados.rados.0.smithi118.stdout:1142: read oid 39 snap -1 2023-09-30T09:11:22.443 INFO:tasks.rados.rados.0.smithi118.stdout:1142: expect deleted 2023-09-30T09:11:22.443 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 108 2023-09-30T09:11:22.443 INFO:tasks.rados.rados.0.smithi118.stdout:1143: seq_num 358 ranges {2023424=802816,2826240=401408} 2023-09-30T09:11:22.457 INFO:tasks.rados.rados.0.smithi118.stdout:1143: writing smithi118168640-31 from 2023424 to 2826240 tid 1 2023-09-30T09:11:22.460 INFO:tasks.rados.rados.0.smithi118.stdout:1143: writing smithi118168640-31 from 2826240 to 3227648 tid 2 2023-09-30T09:11:22.460 INFO:tasks.rados.rados.0.smithi118.stdout:1144: read oid 20 snap -1 2023-09-30T09:11:22.460 INFO:tasks.rados.rados.0.smithi118.stdout:1144: expect deleted 2023-09-30T09:11:22.460 INFO:tasks.rados.rados.0.smithi118.stdout:1145: setattr oid 1 current snap is 108 2023-09-30T09:11:22.461 INFO:tasks.rados.rados.0.smithi118.stdout:1142: done (3 left) 2023-09-30T09:11:22.461 INFO:tasks.rados.rados.0.smithi118.stdout:1144: done (2 left) 2023-09-30T09:11:22.461 INFO:tasks.rados.rados.0.smithi118.stdout:1146: setattr oid 22 current snap is 108 2023-09-30T09:11:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:21 smithi192 ceph-mon[180220]: failed to encode map e286 with expected crc 2023-09-30T09:11:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:21 smithi192 ceph-mon[180220]: pgmap v138: 121 pgs: 121 active+clean; 135 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.9 MiB/s wr, 15 op/s 2023-09-30T09:11:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:21 smithi192 ceph-mon[180220]: failed to encode map e287 with expected crc 2023-09-30T09:11:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:21 smithi192 ceph-mon[180220]: osdmap e287: 8 total, 8 up, 8 in 2023-09-30T09:11:22.463 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 108 2023-09-30T09:11:22.463 INFO:tasks.rados.rados.0.smithi118.stdout:1147: seq_num 359 ranges {2072576=417792,2490368=417792,2908160=385024} 2023-09-30T09:11:22.477 INFO:tasks.rados.rados.0.smithi118.stdout:1147: writing smithi118168640-32 from 2072576 to 2490368 tid 1 2023-09-30T09:11:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1147: writing smithi118168640-32 from 2490368 to 2908160 tid 2 2023-09-30T09:11:22.482 INFO:tasks.rados.rados.0.smithi118.stdout:1147: writing smithi118168640-32 from 2908160 to 3293184 tid 3 2023-09-30T09:11:22.482 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 108 2023-09-30T09:11:22.482 INFO:tasks.rados.rados.0.smithi118.stdout:1143: finishing write tid 1 to smithi118168640-31 2023-09-30T09:11:22.482 INFO:tasks.rados.rados.0.smithi118.stdout:1148: seq_num 360 ranges {253952=434176,688128=704512,1392640=98304} 2023-09-30T09:11:22.486 INFO:tasks.rados.rados.0.smithi118.stdout:1148: writing smithi118168640-26 from 253952 to 688128 tid 1 2023-09-30T09:11:22.490 INFO:tasks.rados.rados.0.smithi118.stdout:1148: writing smithi118168640-26 from 688128 to 1392640 tid 2 2023-09-30T09:11:22.491 INFO:tasks.rados.rados.0.smithi118.stdout:1148: writing smithi118168640-26 from 1392640 to 1490944 tid 3 2023-09-30T09:11:22.491 INFO:tasks.rados.rados.0.smithi118.stdout:1149: rollback oid 23 current snap is 108 2023-09-30T09:11:22.491 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 23 to 107 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:1143: finishing write tid 2 to smithi118168640-31 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:1143: finishing write tid 3 to smithi118168640-31 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:1143: finishing write tid 4 to smithi118168640-31 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 374 (ObjNum 358 snap 108 seq_num 358) dirty exists 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:1143: left oid 31 (ObjNum 358 snap 108 seq_num 358) 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 376 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:1143: done (5 left) 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:1146: done (4 left) 2023-09-30T09:11:22.492 INFO:tasks.rados.rados.0.smithi118.stdout:1150: snap_remove snap 105 2023-09-30T09:11:23.259 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:11:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[182959]: failed to encode map e287 with expected crc 2023-09-30T09:11:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[182959]: failed to encode map e287 with expected crc 2023-09-30T09:11:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[182959]: osdmap e288: 8 total, 8 up, 8 in 2023-09-30T09:11:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[182959]: failed to encode map e288 with expected crc 2023-09-30T09:11:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[182959]: failed to encode map e288 with expected crc 2023-09-30T09:11:23.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[185516]: failed to encode map e287 with expected crc 2023-09-30T09:11:23.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[185516]: failed to encode map e287 with expected crc 2023-09-30T09:11:23.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[185516]: osdmap e288: 8 total, 8 up, 8 in 2023-09-30T09:11:23.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[185516]: failed to encode map e288 with expected crc 2023-09-30T09:11:23.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:22 smithi118 ceph-mon[185516]: failed to encode map e288 with expected crc 2023-09-30T09:11:23.448 INFO:tasks.rados.rados.0.smithi118.stdout:1150: done (4 left) 2023-09-30T09:11:23.448 INFO:tasks.rados.rados.0.smithi118.stdout:1151: snap_create 2023-09-30T09:11:23.448 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 298 (ObjNum 252 snap 72 seq_num 252) dirty exists 2023-09-30T09:11:23.448 INFO:tasks.rados.rados.0.smithi118.stdout:1147: finishing write tid 1 to smithi118168640-32 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1147: finishing write tid 2 to smithi118168640-32 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1147: finishing write tid 3 to smithi118168640-32 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1147: finishing write tid 4 to smithi118168640-32 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1147: finishing write tid 5 to smithi118168640-32 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 544 (ObjNum 359 snap 108 seq_num 359) dirty exists 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1147: left oid 32 (ObjNum 359 snap 108 seq_num 359) 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1148: finishing write tid 1 to smithi118168640-26 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1148: finishing write tid 2 to smithi118168640-26 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1148: finishing write tid 3 to smithi118168640-26 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1148: finishing write tid 4 to smithi118168640-26 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:1149: finishing rollback tid 1 to smithi118168640-23 2023-09-30T09:11:23.449 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 0 (ObjNum 33 snap 0 seq_num 3323364048) dirty dne 2023-09-30T09:11:23.450 INFO:tasks.rados.rados.0.smithi118.stdout:1148: finishing write tid 5 to smithi118168640-26 2023-09-30T09:11:23.450 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 651 (ObjNum 360 snap 108 seq_num 360) dirty exists 2023-09-30T09:11:23.450 INFO:tasks.rados.rados.0.smithi118.stdout:1148: left oid 26 (ObjNum 360 snap 108 seq_num 360) 2023-09-30T09:11:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:22 smithi192 ceph-mon[180220]: failed to encode map e287 with expected crc 2023-09-30T09:11:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:22 smithi192 ceph-mon[180220]: failed to encode map e287 with expected crc 2023-09-30T09:11:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:22 smithi192 ceph-mon[180220]: osdmap e288: 8 total, 8 up, 8 in 2023-09-30T09:11:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:22 smithi192 ceph-mon[180220]: failed to encode map e288 with expected crc 2023-09-30T09:11:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:22 smithi192 ceph-mon[180220]: failed to encode map e288 with expected crc 2023-09-30T09:11:23.576 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:11:23.900 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (2m) - 5m 18.0M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:11:23.937 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (2m) - 4m 79.6M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:11:23.937 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (5m) - 5m 17.2M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:11:23.937 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (5m) - 5m 18.2M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:11:23.937 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (111s) - 8m 446M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (2m) - 9m 508M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (102s) - 9m 76.2M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (75s) - 8m 24.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (84s) - 8m 50.8M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (2m) - 4m 10.4M - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (2m) - 4m 9361k - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (49s) - 8m 191M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (20s) - 7m 14.7M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (7m) - 7m 342M 2486M 17.2.6-1161-g191c1869 8497a1260037 beebb4d21c1c 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (7m) - 7m 232M 2486M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:11:23.938 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (7m) - 7m 294M 2486M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:11:23.939 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (6m) - 6m 313M 2486M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:11:23.939 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (6m) - 6m 204M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:11:23.939 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (6m) - 6m 219M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:11:23.939 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (115s) - 5m 44.1M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:11:23.962 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:11:23.969 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:11:23.969 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 6, 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:11:23.970 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:23.971 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:11:23.971 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 8, 2023-09-30T09:11:23.971 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 7 2023-09-30T09:11:23.971 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:11:23.971 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:11:24.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: failed to encode map e288 with expected crc 2023-09-30T09:11:24.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: failed to encode map e288 with expected crc 2023-09-30T09:11:24.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: pgmap v141: 121 pgs: 121 active+clean; 135 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.9 MiB/s wr, 14 op/s 2023-09-30T09:11:24.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: failed to encode map e289 with expected crc 2023-09-30T09:11:24.221 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: osdmap e289: 8 total, 8 up, 8 in 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1817425578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: failed to encode map e288 with expected crc 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: failed to encode map e288 with expected crc 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: pgmap v141: 121 pgs: 121 active+clean; 135 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.9 MiB/s wr, 14 op/s 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: failed to encode map e289 with expected crc 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: osdmap e289: 8 total, 8 up, 8 in 2023-09-30T09:11:24.222 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:24.223 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:24.223 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:23 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1817425578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:24.449 INFO:tasks.rados.rados.0.smithi118.stdout:1145: done (4 left) 2023-09-30T09:11:24.449 INFO:tasks.rados.rados.0.smithi118.stdout:1147: done (3 left) 2023-09-30T09:11:24.449 INFO:tasks.rados.rados.0.smithi118.stdout:1148: done (2 left) 2023-09-30T09:11:24.449 INFO:tasks.rados.rados.0.smithi118.stdout:1149: done (1 left) 2023-09-30T09:11:24.450 INFO:tasks.rados.rados.0.smithi118.stdout:1151: done (0 left) 2023-09-30T09:11:24.450 INFO:tasks.rados.rados.0.smithi118.stdout:1152: snap_create 2023-09-30T09:11:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: failed to encode map e288 with expected crc 2023-09-30T09:11:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: failed to encode map e288 with expected crc 2023-09-30T09:11:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: pgmap v141: 121 pgs: 121 active+clean; 135 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.9 MiB/s wr, 14 op/s 2023-09-30T09:11:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: failed to encode map e289 with expected crc 2023-09-30T09:11:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: osdmap e289: 8 total, 8 up, 8 in 2023-09-30T09:11:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:24.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:23 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1817425578' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:25.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: from='client.44147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: failed to encode map e289 with expected crc 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: from='client.44153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: Upgrade: osd.2 is safe to restart 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: failed to encode map e290 with expected crc 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: osdmap e290: 8 total, 8 up, 8 in 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:11:25.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: from='client.44147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: failed to encode map e289 with expected crc 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: from='client.44153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: Upgrade: osd.2 is safe to restart 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: failed to encode map e290 with expected crc 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: osdmap e290: 8 total, 8 up, 8 in 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:11:25.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:1152: done (0 left) 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:1153: rollback oid 2 current snap is 110 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 2 to 107 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:1154: read oid 21 snap -1 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:1154: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:1155: read oid 4 snap -1 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:1155: expect deleted 2023-09-30T09:11:25.451 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 110 2023-09-30T09:11:25.452 INFO:tasks.rados.rados.0.smithi118.stdout:1156: seq_num 361 ranges {2588672=450560,3039232=581632,3620864=221184} 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: from='client.44147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: failed to encode map e289 with expected crc 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: from='client.44153 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: Upgrade: osd.2 is safe to restart 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: failed to encode map e290 with expected crc 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: osdmap e290: 8 total, 8 up, 8 in 2023-09-30T09:11:25.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:25.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-30T09:11:25.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:25.467 INFO:tasks.rados.rados.0.smithi118.stdout:1156: writing smithi118168640-35 from 2588672 to 3039232 tid 1 2023-09-30T09:11:25.471 INFO:tasks.rados.rados.0.smithi118.stdout:1156: writing smithi118168640-35 from 3039232 to 3620864 tid 2 2023-09-30T09:11:25.473 INFO:tasks.rados.rados.0.smithi118.stdout:1156: writing smithi118168640-35 from 3620864 to 3842048 tid 3 2023-09-30T09:11:25.473 INFO:tasks.rados.rados.0.smithi118.stdout:1157: snap_create 2023-09-30T09:11:25.473 INFO:tasks.rados.rados.0.smithi118.stdout:1153: finishing rollback tid 0 to smithi118168640-2 2023-09-30T09:11:25.473 INFO:tasks.rados.rados.0.smithi118.stdout:1153: finishing rollback tid 1 to smithi118168640-2 2023-09-30T09:11:25.473 INFO:tasks.rados.rados.0.smithi118.stdout:1153: finishing rollback tid 2 to smithi118168640-2 2023-09-30T09:11:25.473 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 663 (ObjNum 354 snap 106 seq_num 354) dirty exists 2023-09-30T09:11:25.473 INFO:tasks.rados.rados.0.smithi118.stdout:1156: finishing write tid 1 to smithi118168640-35 2023-09-30T09:11:25.474 INFO:tasks.rados.rados.0.smithi118.stdout:1154: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:25.707 INFO:tasks.rados.rados.0.smithi118.stdout:1156: finishing write tid 2 to smithi118168640-35 2023-09-30T09:11:25.707 INFO:tasks.rados.rados.0.smithi118.stdout:1156: finishing write tid 3 to smithi118168640-35 2023-09-30T09:11:25.708 INFO:tasks.rados.rados.0.smithi118.stdout:1156: finishing write tid 4 to smithi118168640-35 2023-09-30T09:11:25.708 INFO:tasks.rados.rados.0.smithi118.stdout:1156: finishing write tid 5 to smithi118168640-35 2023-09-30T09:11:25.708 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 498 (ObjNum 361 snap 110 seq_num 361) dirty exists 2023-09-30T09:11:25.708 INFO:tasks.rados.rados.0.smithi118.stdout:1156: left oid 35 (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:11:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[185516]: failed to encode map e290 with expected crc 2023-09-30T09:11:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[185516]: failed to encode map e290 with expected crc 2023-09-30T09:11:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[185516]: Upgrade: Updating osd.2 2023-09-30T09:11:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[185516]: Deploying daemon osd.2 on smithi118 2023-09-30T09:11:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[185516]: pgmap v144: 121 pgs: 121 active+clean; 116 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.2 MiB/s wr, 15 op/s 2023-09-30T09:11:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[185516]: osdmap e291: 8 total, 8 up, 8 in 2023-09-30T09:11:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[185516]: failed to encode map e291 with expected crc 2023-09-30T09:11:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[182959]: failed to encode map e290 with expected crc 2023-09-30T09:11:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[182959]: failed to encode map e290 with expected crc 2023-09-30T09:11:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[182959]: Upgrade: Updating osd.2 2023-09-30T09:11:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[182959]: Deploying daemon osd.2 on smithi118 2023-09-30T09:11:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[182959]: pgmap v144: 121 pgs: 121 active+clean; 116 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.2 MiB/s wr, 15 op/s 2023-09-30T09:11:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[182959]: osdmap e291: 8 total, 8 up, 8 in 2023-09-30T09:11:26.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:25 smithi118 ceph-mon[182959]: failed to encode map e291 with expected crc 2023-09-30T09:11:26.421 INFO:tasks.rados.rados.0.smithi118.stdout:1153: done (4 left) 2023-09-30T09:11:26.421 INFO:tasks.rados.rados.0.smithi118.stdout:1154: done (3 left) 2023-09-30T09:11:26.421 INFO:tasks.rados.rados.0.smithi118.stdout:1155: done (2 left) 2023-09-30T09:11:26.421 INFO:tasks.rados.rados.0.smithi118.stdout:1156: done (1 left) 2023-09-30T09:11:26.421 INFO:tasks.rados.rados.0.smithi118.stdout:1157: done (0 left) 2023-09-30T09:11:26.422 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 111 2023-09-30T09:11:26.422 INFO:tasks.rados.rados.0.smithi118.stdout:1158: seq_num 362 ranges {0=466944,466944=466944,933888=335872} 2023-09-30T09:11:26.423 INFO:tasks.rados.rados.0.smithi118.stdout:1158: writing smithi118168640-39 from 0 to 466944 tid 1 2023-09-30T09:11:26.426 INFO:tasks.rados.rados.0.smithi118.stdout:1158: writing smithi118168640-39 from 466944 to 933888 tid 2 2023-09-30T09:11:26.428 INFO:tasks.rados.rados.0.smithi118.stdout:1158: writing smithi118168640-39 from 933888 to 1269760 tid 3 2023-09-30T09:11:26.428 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 111 2023-09-30T09:11:26.430 INFO:tasks.rados.rados.0.smithi118.stdout:1159: seq_num 363 ranges {3604480=483328,4087808=753664,4841472=49152} 2023-09-30T09:11:26.451 INFO:tasks.rados.rados.0.smithi118.stdout:1159: writing smithi118168640-5 from 3604480 to 4087808 tid 1 2023-09-30T09:11:26.456 INFO:tasks.rados.rados.0.smithi118.stdout:1159: writing smithi118168640-5 from 4087808 to 4841472 tid 2 2023-09-30T09:11:26.456 INFO:tasks.rados.rados.0.smithi118.stdout:1159: writing smithi118168640-5 from 4841472 to 4890624 tid 3 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1160: read oid 15 snap -1 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1160: expect deleted 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1161: delete oid 28 current snap is 111 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1158: finishing write tid 1 to smithi118168640-39 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1158: finishing write tid 2 to smithi118168640-39 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1158: finishing write tid 3 to smithi118168640-39 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1158: finishing write tid 4 to smithi118168640-39 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1158: finishing write tid 5 to smithi118168640-39 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 129 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:11:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1158: left oid 39 (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:11:26.459 INFO:tasks.rados.rados.0.smithi118.stdout:1159: finishing write tid 1 to smithi118168640-5 2023-09-30T09:11:26.461 INFO:tasks.rados.rados.0.smithi118.stdout:1159: finishing write tid 2 to smithi118168640-5 2023-09-30T09:11:26.461 INFO:tasks.rados.rados.0.smithi118.stdout:1159: finishing write tid 3 to smithi118168640-5 2023-09-30T09:11:26.461 INFO:tasks.rados.rados.0.smithi118.stdout:1159: finishing write tid 4 to smithi118168640-5 2023-09-30T09:11:26.462 INFO:tasks.rados.rados.0.smithi118.stdout:1159: finishing write tid 5 to smithi118168640-5 2023-09-30T09:11:26.462 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 390 (ObjNum 363 snap 111 seq_num 363) dirty exists 2023-09-30T09:11:26.462 INFO:tasks.rados.rados.0.smithi118.stdout:1159: left oid 5 (ObjNum 363 snap 111 seq_num 363) 2023-09-30T09:11:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:25 smithi192 ceph-mon[180220]: failed to encode map e290 with expected crc 2023-09-30T09:11:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:25 smithi192 ceph-mon[180220]: failed to encode map e290 with expected crc 2023-09-30T09:11:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:25 smithi192 ceph-mon[180220]: Upgrade: Updating osd.2 2023-09-30T09:11:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:25 smithi192 ceph-mon[180220]: Deploying daemon osd.2 on smithi118 2023-09-30T09:11:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:25 smithi192 ceph-mon[180220]: pgmap v144: 121 pgs: 121 active+clean; 116 MiB data, 810 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.2 MiB/s wr, 15 op/s 2023-09-30T09:11:26.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:25 smithi192 ceph-mon[180220]: osdmap e291: 8 total, 8 up, 8 in 2023-09-30T09:11:26.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:25 smithi192 ceph-mon[180220]: failed to encode map e291 with expected crc 2023-09-30T09:11:26.465 INFO:tasks.rados.rados.0.smithi118.stdout:1158: done (3 left) 2023-09-30T09:11:26.465 INFO:tasks.rados.rados.0.smithi118.stdout:1159: done (2 left) 2023-09-30T09:11:26.465 INFO:tasks.rados.rados.0.smithi118.stdout:1160: done (1 left) 2023-09-30T09:11:26.465 INFO:tasks.rados.rados.0.smithi118.stdout:1161: done (0 left) 2023-09-30T09:11:26.465 INFO:tasks.rados.rados.0.smithi118.stdout:1162: rollback oid 26 current snap is 111 2023-09-30T09:11:26.465 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 26 to 107 2023-09-30T09:11:26.465 INFO:tasks.rados.rados.0.smithi118.stdout:1163: read oid 44 snap 107 2023-09-30T09:11:26.466 INFO:tasks.rados.rados.0.smithi118.stdout:1163: expect (ObjNum 298 snap 96 seq_num 298) 2023-09-30T09:11:26.466 INFO:tasks.rados.rados.0.smithi118.stdout:1164: delete oid 42 current snap is 111 2023-09-30T09:11:26.468 INFO:tasks.rados.rados.0.smithi118.stdout:1162: finishing rollback tid 0 to smithi118168640-26 2023-09-30T09:11:26.468 INFO:tasks.rados.rados.0.smithi118.stdout:1162: finishing rollback tid 1 to smithi118168640-26 2023-09-30T09:11:26.469 INFO:tasks.rados.rados.0.smithi118.stdout:1162: finishing rollback tid 2 to smithi118168640-26 2023-09-30T09:11:26.469 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 667 (ObjNum 300 snap 97 seq_num 300) dirty exists 2023-09-30T09:11:26.473 INFO:tasks.rados.rados.0.smithi118.stdout:1162: done (2 left) 2023-09-30T09:11:26.474 INFO:tasks.rados.rados.0.smithi118.stdout:1164: done (1 left) 2023-09-30T09:11:26.474 INFO:tasks.rados.rados.0.smithi118.stdout:1165: rollback oid 41 current snap is 111 2023-09-30T09:11:26.474 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 109 2023-09-30T09:11:26.474 INFO:tasks.rados.rados.0.smithi118.stdout:1166: read oid 38 snap -1 2023-09-30T09:11:26.474 INFO:tasks.rados.rados.0.smithi118.stdout:1166: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:11:26.474 INFO:tasks.rados.rados.0.smithi118.stdout:1167: snap_create 2023-09-30T09:11:26.479 INFO:tasks.rados.rados.0.smithi118.stdout:1165: finishing rollback tid 0 to smithi118168640-41 2023-09-30T09:11:26.479 INFO:tasks.rados.rados.0.smithi118.stdout:1165: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:11:26.480 INFO:tasks.rados.rados.0.smithi118.stdout:1165: finishing rollback tid 2 to smithi118168640-41 2023-09-30T09:11:26.480 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 671 (ObjNum 245 snap 71 seq_num 245) dirty exists 2023-09-30T09:11:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:1166: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:11:26.590 INFO:tasks.rados.rados.0.smithi118.stdout:1163: expect (ObjNum 298 snap 96 seq_num 298) 2023-09-30T09:11:27.096 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:26 smithi118 systemd[1]: Stopping Ceph osd.2 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:11:27.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[182959]: failed to encode map e291 with expected crc 2023-09-30T09:11:27.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[182959]: failed to encode map e291 with expected crc 2023-09-30T09:11:27.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[182959]: osdmap e292: 8 total, 8 up, 8 in 2023-09-30T09:11:27.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[182959]: failed to encode map e292 with expected crc 2023-09-30T09:11:27.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[185516]: failed to encode map e291 with expected crc 2023-09-30T09:11:27.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[185516]: failed to encode map e291 with expected crc 2023-09-30T09:11:27.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[185516]: osdmap e292: 8 total, 8 up, 8 in 2023-09-30T09:11:27.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:26 smithi118 ceph-mon[185516]: failed to encode map e292 with expected crc 2023-09-30T09:11:27.433 INFO:tasks.rados.rados.0.smithi118.stdout:1163: done (3 left) 2023-09-30T09:11:27.433 INFO:tasks.rados.rados.0.smithi118.stdout:1165: done (2 left) 2023-09-30T09:11:27.433 INFO:tasks.rados.rados.0.smithi118.stdout:1166: done (1 left) 2023-09-30T09:11:27.434 INFO:tasks.rados.rados.0.smithi118.stdout:1167: done (0 left) 2023-09-30T09:11:27.434 INFO:tasks.rados.rados.0.smithi118.stdout:1168: copy_from oid 48 from oid 8 current snap is 112 2023-09-30T09:11:27.434 INFO:tasks.rados.rados.0.smithi118.stdout:1169: read oid 41 snap -1 2023-09-30T09:11:27.434 INFO:tasks.rados.rados.0.smithi118.stdout:1169: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:27.434 INFO:tasks.rados.rados.0.smithi118.stdout:1170: delete oid 31 current snap is 112 2023-09-30T09:11:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:26 smithi192 ceph-mon[180220]: failed to encode map e291 with expected crc 2023-09-30T09:11:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:26 smithi192 ceph-mon[180220]: failed to encode map e291 with expected crc 2023-09-30T09:11:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:26 smithi192 ceph-mon[180220]: osdmap e292: 8 total, 8 up, 8 in 2023-09-30T09:11:27.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:26 smithi192 ceph-mon[180220]: failed to encode map e292 with expected crc 2023-09-30T09:11:27.470 INFO:tasks.rados.rados.0.smithi118.stdout:1169: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:27.597 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[141207]: 2023-09-30T09:11:27.157+0000 7f95b917a700 -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 2023-09-30T09:11:27.597 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[141207]: 2023-09-30T09:11:27.157+0000 7f95b917a700 -1 osd.2 292 *** Got signal Terminated *** 2023-09-30T09:11:27.598 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[141207]: 2023-09-30T09:11:27.157+0000 7f95b917a700 -1 osd.2 292 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:11:27.661 INFO:tasks.rados.rados.0.smithi118.stdout:1168: finishing copy_from to smithi118168640-48 2023-09-30T09:11:27.661 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 195 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:27.661 INFO:tasks.rados.rados.0.smithi118.stdout:1168: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:11:28.346 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:28 smithi118 bash[203913]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2 2023-09-30T09:11:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: pgmap v147: 121 pgs: 121 active+clean; 117 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2023-09-30T09:11:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: osd.2 marked itself down and dead 2023-09-30T09:11:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: osdmap e293: 8 total, 7 up, 8 in 2023-09-30T09:11:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[182959]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: pgmap v147: 121 pgs: 121 active+clean; 117 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2023-09-30T09:11:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: osd.2 marked itself down and dead 2023-09-30T09:11:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:28.350 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: osdmap e293: 8 total, 7 up, 8 in 2023-09-30T09:11:28.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.351 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:27 smithi118 ceph-mon[185516]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.458 INFO:tasks.rados.rados.0.smithi118.stdout:1168: done (2 left) 2023-09-30T09:11:28.458 INFO:tasks.rados.rados.0.smithi118.stdout:1169: done (1 left) 2023-09-30T09:11:28.458 INFO:tasks.rados.rados.0.smithi118.stdout:1170: done (0 left) 2023-09-30T09:11:28.458 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 112 2023-09-30T09:11:28.458 INFO:tasks.rados.rados.0.smithi118.stdout:1171: seq_num 367 ranges {0=548864,548864=737280,1286144=65536} 2023-09-30T09:11:28.461 INFO:tasks.rados.rados.0.smithi118.stdout:1171: writing smithi118168640-23 from 0 to 548864 tid 1 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: failed to encode map e292 with expected crc 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: pgmap v147: 121 pgs: 121 active+clean; 117 MiB data, 801 MiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.5 MiB/s wr, 16 op/s 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: osd.2 marked itself down and dead 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: osdmap e293: 8 total, 7 up, 8 in 2023-09-30T09:11:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:27 smithi192 ceph-mon[180220]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.466 INFO:tasks.rados.rados.0.smithi118.stdout:1171: writing smithi118168640-23 from 548864 to 1286144 tid 2 2023-09-30T09:11:28.467 INFO:tasks.rados.rados.0.smithi118.stdout:1171: writing smithi118168640-23 from 1286144 to 1351680 tid 3 2023-09-30T09:11:28.467 INFO:tasks.rados.rados.0.smithi118.stdout:1172: copy_from oid 45 from oid 6 current snap is 112 2023-09-30T09:11:28.467 INFO:tasks.rados.rados.0.smithi118.stdout:1171: finishing write tid 1 to smithi118168640-23 2023-09-30T09:11:28.468 INFO:tasks.rados.rados.0.smithi118.stdout:1173: snap_remove snap 110 2023-09-30T09:11:28.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:28.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: failed to encode map e293 with expected crc 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: osdmap e294: 8 total, 7 up, 8 in 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:28.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: failed to encode map e293 with expected crc 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: failed to encode map e293 with expected crc 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: osdmap e294: 8 total, 7 up, 8 in 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:28 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.441 INFO:tasks.rados.rados.0.smithi118.stdout:1173: done (2 left) 2023-09-30T09:11:29.441 INFO:tasks.rados.rados.0.smithi118.stdout:1174: copy_from oid 7 from oid 29 current snap is 112 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1172: finishing copy_from to smithi118168640-45 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1172: got expected ENOENT (src dne) 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1172: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1171: finishing write tid 2 to smithi118168640-23 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1171: finishing write tid 3 to smithi118168640-23 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1171: finishing write tid 4 to smithi118168640-23 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1171: finishing write tid 5 to smithi118168640-23 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 324 (ObjNum 367 snap 112 seq_num 367) dirty exists 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1171: left oid 23 (ObjNum 367 snap 112 seq_num 367) 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1171: done (2 left) 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1172: done (1 left) 2023-09-30T09:11:29.442 INFO:tasks.rados.rados.0.smithi118.stdout:1175: copy_from oid 6 from oid 47 current snap is 112 2023-09-30T09:11:29.443 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 112 2023-09-30T09:11:29.443 INFO:tasks.rados.rados.0.smithi118.stdout:1176: seq_num 368 ranges {0=573440,573440=622592,1196032=180224} 2023-09-30T09:11:29.443 INFO:tasks.rados.rados.0.smithi118.stdout:1176: writing smithi118168640-27 from 0 to 573440 tid 1 2023-09-30T09:11:29.447 INFO:tasks.rados.rados.0.smithi118.stdout:1176: writing smithi118168640-27 from 573440 to 1196032 tid 2 2023-09-30T09:11:29.449 INFO:tasks.rados.rados.0.smithi118.stdout:1176: writing smithi118168640-27 from 1196032 to 1376256 tid 3 2023-09-30T09:11:29.449 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 112 2023-09-30T09:11:29.449 INFO:tasks.rados.rados.0.smithi118.stdout:1175: finishing copy_from to smithi118168640-6 2023-09-30T09:11:29.449 INFO:tasks.rados.rados.0.smithi118.stdout:1175: got expected ENOENT (src dne) 2023-09-30T09:11:29.449 INFO:tasks.rados.rados.0.smithi118.stdout:1175: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:11:29.450 INFO:tasks.rados.rados.0.smithi118.stdout:1177: seq_num 369 ranges {3293184=589824,3883008=507904,4390912=294912} 2023-09-30T09:11:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: failed to encode map e293 with expected crc 2023-09-30T09:11:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: failed to encode map e293 with expected crc 2023-09-30T09:11:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: osdmap e294: 8 total, 7 up, 8 in 2023-09-30T09:11:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:28 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:29.470 INFO:tasks.rados.rados.0.smithi118.stdout:1177: writing smithi118168640-32 from 3293184 to 3883008 tid 1 2023-09-30T09:11:29.473 INFO:tasks.rados.rados.0.smithi118.stdout:1177: writing smithi118168640-32 from 3883008 to 4390912 tid 2 2023-09-30T09:11:29.475 INFO:tasks.rados.rados.0.smithi118.stdout:1177: writing smithi118168640-32 from 4390912 to 4685824 tid 3 2023-09-30T09:11:29.475 INFO:tasks.rados.rados.0.smithi118.stdout:1175: done (3 left) 2023-09-30T09:11:29.476 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 112 2023-09-30T09:11:29.476 INFO:tasks.rados.rados.0.smithi118.stdout:1176: finishing write tid 1 to smithi118168640-27 2023-09-30T09:11:29.476 INFO:tasks.rados.rados.0.smithi118.stdout:1176: finishing write tid 2 to smithi118168640-27 2023-09-30T09:11:29.476 INFO:tasks.rados.rados.0.smithi118.stdout:1178: seq_num 370 ranges {3604480=606208,4210688=794624,5005312=8192} 2023-09-30T09:11:29.499 INFO:tasks.rados.rados.0.smithi118.stdout:1178: writing smithi118168640-8 from 3604480 to 4210688 tid 1 2023-09-30T09:11:29.504 INFO:tasks.rados.rados.0.smithi118.stdout:1178: writing smithi118168640-8 from 4210688 to 5005312 tid 2 2023-09-30T09:11:29.504 INFO:tasks.rados.rados.0.smithi118.stdout:1178: writing smithi118168640-8 from 5005312 to 5013504 tid 3 2023-09-30T09:11:29.504 INFO:tasks.rados.rados.0.smithi118.stdout:1179: rmattr oid 48 current snap is 112 2023-09-30T09:11:29.504 INFO:tasks.rados.rados.0.smithi118.stdout:1176: finishing write tid 3 to smithi118168640-27 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1176: finishing write tid 4 to smithi118168640-27 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1176: finishing write tid 5 to smithi118168640-27 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 191 (ObjNum 368 snap 112 seq_num 368) dirty exists 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1176: left oid 27 (ObjNum 368 snap 112 seq_num 368) 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1174: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1174: finishing copy_from to smithi118168640-7 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 380 (ObjNum 331 snap 102 seq_num 331) dirty exists 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1177: finishing write tid 1 to smithi118168640-32 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1177: finishing write tid 2 to smithi118168640-32 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1177: finishing write tid 3 to smithi118168640-32 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1177: finishing write tid 4 to smithi118168640-32 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:1177: finishing write tid 5 to smithi118168640-32 2023-09-30T09:11:29.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 548 (ObjNum 369 snap 112 seq_num 369) dirty exists 2023-09-30T09:11:29.506 INFO:tasks.rados.rados.0.smithi118.stdout:1177: left oid 32 (ObjNum 369 snap 112 seq_num 369) 2023-09-30T09:11:29.506 INFO:tasks.rados.rados.0.smithi118.stdout:1178: finishing write tid 1 to smithi118168640-8 2023-09-30T09:11:29.506 INFO:tasks.rados.rados.0.smithi118.stdout:1174: done (4 left) 2023-09-30T09:11:29.506 INFO:tasks.rados.rados.0.smithi118.stdout:1176: done (3 left) 2023-09-30T09:11:29.506 INFO:tasks.rados.rados.0.smithi118.stdout:1177: done (2 left) 2023-09-30T09:11:29.506 INFO:tasks.rados.rados.0.smithi118.stdout:1180: delete oid 20 current snap is 112 2023-09-30T09:11:29.506 INFO:tasks.rados.rados.0.smithi118.stdout:1180: done (2 left) 2023-09-30T09:11:29.507 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 112 2023-09-30T09:11:29.507 INFO:tasks.rados.rados.0.smithi118.stdout:1181: seq_num 372 ranges {0=638976,638976=565248,1204224=237568} 2023-09-30T09:11:29.509 INFO:tasks.rados.rados.0.smithi118.stdout:1181: writing smithi118168640-28 from 0 to 638976 tid 1 2023-09-30T09:11:29.512 INFO:tasks.rados.rados.0.smithi118.stdout:1181: writing smithi118168640-28 from 638976 to 1204224 tid 2 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:1181: writing smithi118168640-28 from 1204224 to 1441792 tid 3 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:1182: delete oid 33 current snap is 112 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 677 (ObjNum 225 snap 58 seq_num 225) dirty exists 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:1178: finishing write tid 2 to smithi118168640-8 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:1178: finishing write tid 3 to smithi118168640-8 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:1178: finishing write tid 4 to smithi118168640-8 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:1178: finishing write tid 5 to smithi118168640-8 2023-09-30T09:11:29.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 420 (ObjNum 370 snap 112 seq_num 370) dirty exists 2023-09-30T09:11:29.515 INFO:tasks.rados.rados.0.smithi118.stdout:1178: left oid 8 (ObjNum 370 snap 112 seq_num 370) 2023-09-30T09:11:29.515 INFO:tasks.rados.rados.0.smithi118.stdout:1181: finishing write tid 1 to smithi118168640-28 2023-09-30T09:11:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:1181: finishing write tid 2 to smithi118168640-28 2023-09-30T09:11:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:1181: finishing write tid 3 to smithi118168640-28 2023-09-30T09:11:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:1178: done (3 left) 2023-09-30T09:11:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:1179: done (2 left) 2023-09-30T09:11:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:1182: done (1 left) 2023-09-30T09:11:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:1183: setattr oid 17 current snap is 112 2023-09-30T09:11:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:1181: finishing write tid 4 to smithi118168640-28 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1184: read oid 21 snap -1 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1184: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1185: rmattr oid 27 current snap is 112 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1185: done (3 left) 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1186: copy_from oid 19 from oid 2 current snap is 112 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1187: read oid 38 snap -1 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1187: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1188: rollback oid 30 current snap is 112 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 108 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1189: rollback oid 36 current snap is 112 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 109 2023-09-30T09:11:29.519 INFO:tasks.rados.rados.0.smithi118.stdout:1190: snap_create 2023-09-30T09:11:29.522 INFO:tasks.rados.rados.0.smithi118.stdout:1189: finishing rollback tid 0 to smithi118168640-36 2023-09-30T09:11:29.523 INFO:tasks.rados.rados.0.smithi118.stdout:1189: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:11:29.523 INFO:tasks.rados.rados.0.smithi118.stdout:1189: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:11:29.523 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 396 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:11:29.524 INFO:tasks.rados.rados.0.smithi118.stdout:1181: finishing write tid 5 to smithi118168640-28 2023-09-30T09:11:29.524 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 308 (ObjNum 372 snap 112 seq_num 372) dirty exists 2023-09-30T09:11:29.524 INFO:tasks.rados.rados.0.smithi118.stdout:1181: left oid 28 (ObjNum 372 snap 112 seq_num 372) 2023-09-30T09:11:29.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 421 (ObjNum 49 snap 0 seq_num 1700222053) dirty exists 2023-09-30T09:11:29.527 INFO:tasks.rados.rados.0.smithi118.stdout:1188: finishing rollback tid 0 to smithi118168640-30 2023-09-30T09:11:29.527 INFO:tasks.rados.rados.0.smithi118.stdout:1188: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:11:29.527 INFO:tasks.rados.rados.0.smithi118.stdout:1188: finishing rollback tid 2 to smithi118168640-30 2023-09-30T09:11:29.527 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 502 (ObjNum 323 snap 100 seq_num 323) dirty exists 2023-09-30T09:11:29.553 INFO:tasks.rados.rados.0.smithi118.stdout:1184: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:29.630 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:29 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.2.service: Succeeded. 2023-09-30T09:11:29.630 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:29 smithi118 systemd[1]: Stopped Ceph osd.2 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:11:29.630 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:29 smithi118 systemd[1]: Starting Ceph osd.2 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:11:29.796 INFO:tasks.rados.rados.0.smithi118.stdout:1187: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:11:29.901 INFO:tasks.rados.rados.0.smithi118.stdout:1186: finishing copy_from to smithi118168640-19 2023-09-30T09:11:29.901 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 663 (ObjNum 354 snap 106 seq_num 354) dirty exists 2023-09-30T09:11:29.901 INFO:tasks.rados.rados.0.smithi118.stdout:1186: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:11:29.973 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:11:29] "GET /metrics HTTP/1.1" 200 36141 "" "Prometheus/2.43.0" 2023-09-30T09:11:30.346 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:11:30.346 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-30T09:11:30.346 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: 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 2023-09-30T09:11:30.346 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-09-30T09:11:30.347 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-09-30T09:11:30.347 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-30T09:11:30.347 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-30T09:11:30.347 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204142]: --> ceph-volume lvm activate successful for osd ID: 2 2023-09-30T09:11:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: pgmap v150: 121 pgs: 1 activating+undersized+degraded, 1 active+undersized+degraded, 1 activating+undersized, 10 stale+active+clean, 3 active+undersized, 105 active+clean; 118 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 624 KiB/s wr, 3 op/s; 5/198 objects degraded (2.525%) 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 5/198 objects degraded (2.525%), 2 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: failed to encode map e295 with expected crc 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: osdmap e295: 8 total, 7 up, 8 in 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[182959]: failed to encode map e295 with expected crc 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: pgmap v150: 121 pgs: 1 activating+undersized+degraded, 1 active+undersized+degraded, 1 activating+undersized, 10 stale+active+clean, 3 active+undersized, 105 active+clean; 118 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 624 KiB/s wr, 3 op/s; 5/198 objects degraded (2.525%) 2023-09-30T09:11:30.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 5/198 objects degraded (2.525%), 2 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:30.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: failed to encode map e295 with expected crc 2023-09-30T09:11:30.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: osdmap e295: 8 total, 7 up, 8 in 2023-09-30T09:11:30.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:29 smithi118 ceph-mon[185516]: failed to encode map e295 with expected crc 2023-09-30T09:11:30.440 INFO:tasks.rados.rados.0.smithi118.stdout:1181: done (7 left) 2023-09-30T09:11:30.440 INFO:tasks.rados.rados.0.smithi118.stdout:1183: done (6 left) 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:1184: done (5 left) 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:1186: done (4 left) 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:1187: done (3 left) 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:1188: done (2 left) 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:1189: done (1 left) 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:1190: done (0 left) 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 113 2023-09-30T09:11:30.441 INFO:tasks.rados.rados.0.smithi118.stdout:1191: seq_num 374 ranges {4890624=671744,5562368=778240,6340608=24576} 2023-09-30T09:11:30.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: failed to encode map e294 with expected crc 2023-09-30T09:11:30.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: pgmap v150: 121 pgs: 1 activating+undersized+degraded, 1 active+undersized+degraded, 1 activating+undersized, 10 stale+active+clean, 3 active+undersized, 105 active+clean; 118 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 624 KiB/s wr, 3 op/s; 5/198 objects degraded (2.525%) 2023-09-30T09:11:30.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 5/198 objects degraded (2.525%), 2 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:30.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: failed to encode map e295 with expected crc 2023-09-30T09:11:30.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: osdmap e295: 8 total, 7 up, 8 in 2023-09-30T09:11:30.467 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:29 smithi192 ceph-mon[180220]: failed to encode map e295 with expected crc 2023-09-30T09:11:30.470 INFO:tasks.rados.rados.0.smithi118.stdout:1191: writing smithi118168640-5 from 4890624 to 5562368 tid 1 2023-09-30T09:11:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:1191: writing smithi118168640-5 from 5562368 to 6340608 tid 2 2023-09-30T09:11:30.476 INFO:tasks.rados.rados.0.smithi118.stdout:1191: writing smithi118168640-5 from 6340608 to 6365184 tid 3 2023-09-30T09:11:30.476 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 113 2023-09-30T09:11:30.476 INFO:tasks.rados.rados.0.smithi118.stdout:1192: seq_num 375 ranges {3891200=688128,4579328=663552,5242880=139264} 2023-09-30T09:11:30.501 INFO:tasks.rados.rados.0.smithi118.stdout:1192: writing smithi118168640-10 from 3891200 to 4579328 tid 1 2023-09-30T09:11:30.504 INFO:tasks.rados.rados.0.smithi118.stdout:1192: writing smithi118168640-10 from 4579328 to 5242880 tid 2 2023-09-30T09:11:30.506 INFO:tasks.rados.rados.0.smithi118.stdout:1192: writing smithi118168640-10 from 5242880 to 5382144 tid 3 2023-09-30T09:11:30.506 INFO:tasks.rados.rados.0.smithi118.stdout:1193: rmattr oid 30 current snap is 113 2023-09-30T09:11:30.506 INFO:tasks.rados.rados.0.smithi118.stdout:1191: finishing write tid 1 to smithi118168640-5 2023-09-30T09:11:30.506 INFO:tasks.rados.rados.0.smithi118.stdout:1191: finishing write tid 2 to smithi118168640-5 2023-09-30T09:11:30.506 INFO:tasks.rados.rados.0.smithi118.stdout:1191: finishing write tid 3 to smithi118168640-5 2023-09-30T09:11:30.506 INFO:tasks.rados.rados.0.smithi118.stdout:1191: finishing write tid 4 to smithi118168640-5 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1191: finishing write tid 5 to smithi118168640-5 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 401 (ObjNum 374 snap 113 seq_num 374) dirty exists 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1191: left oid 5 (ObjNum 374 snap 113 seq_num 374) 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1192: finishing write tid 1 to smithi118168640-10 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1191: done (2 left) 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1194: copy_from oid 34 from oid 50 current snap is 113 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1195: read oid 28 snap -1 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1195: expect (ObjNum 372 snap 112 seq_num 372) 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 113 2023-09-30T09:11:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1196: seq_num 376 ranges {3891200=704512,4595712=548864,5144576=253952} 2023-09-30T09:11:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1196: writing smithi118168640-22 from 3891200 to 4595712 tid 1 2023-09-30T09:11:30.534 INFO:tasks.rados.rados.0.smithi118.stdout:1196: writing smithi118168640-22 from 4595712 to 5144576 tid 2 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1196: writing smithi118168640-22 from 5144576 to 5398528 tid 3 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1197: copy_from oid 42 from oid 25 current snap is 113 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1192: finishing write tid 2 to smithi118168640-10 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1192: finishing write tid 3 to smithi118168640-10 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1192: finishing write tid 4 to smithi118168640-10 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 504 (ObjNum 323 snap 100 seq_num 323) dirty exists 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1192: finishing write tid 5 to smithi118168640-10 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 331 (ObjNum 375 snap 113 seq_num 375) dirty exists 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1192: left oid 10 (ObjNum 375 snap 113 seq_num 375) 2023-09-30T09:11:30.537 INFO:tasks.rados.rados.0.smithi118.stdout:1195: expect (ObjNum 372 snap 112 seq_num 372) 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:1194: finishing copy_from to smithi118168640-34 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 628 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:1194: finishing copy_from racing read to smithi118168640-34 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:1196: finishing write tid 1 to smithi118168640-22 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:1196: finishing write tid 2 to smithi118168640-22 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:1196: finishing write tid 3 to smithi118168640-22 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:1192: done (5 left) 2023-09-30T09:11:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:1193: done (4 left) 2023-09-30T09:11:30.574 INFO:tasks.rados.rados.0.smithi118.stdout:1194: done (3 left) 2023-09-30T09:11:30.574 INFO:tasks.rados.rados.0.smithi118.stdout:1195: done (2 left) 2023-09-30T09:11:30.574 INFO:tasks.rados.rados.0.smithi118.stdout:1198: snap_remove snap 112 2023-09-30T09:11:30.885 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-osd[204372]: -- 172.21.15.118:0/3119416853 <== mon.0 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555c649da4e0 con 0x555c649aac00 2023-09-30T09:11:31.346 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 bash[204353]: c1f3bf6681683a15862ac2b4175f2386a31c0f74447b3552bf92c1edafcf18b2 2023-09-30T09:11:31.346 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:30 smithi118 systemd[1]: Started Ceph osd.2 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:11:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: failed to encode map e295 with expected crc 2023-09-30T09:11:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: osdmap e296: 8 total, 7 up, 8 in 2023-09-30T09:11:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:31.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:31.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: failed to encode map e295 with expected crc 2023-09-30T09:11:31.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: osdmap e296: 8 total, 7 up, 8 in 2023-09-30T09:11:31.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:31.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:31.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:31.423 INFO:tasks.rados.rados.0.smithi118.stdout:1198: done (2 left) 2023-09-30T09:11:31.423 INFO:tasks.rados.rados.0.smithi118.stdout:1199: snap_remove snap 111 2023-09-30T09:11:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: failed to encode map e295 with expected crc 2023-09-30T09:11:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: osdmap e296: 8 total, 7 up, 8 in 2023-09-30T09:11:31.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: failed to encode map e296 with expected crc 2023-09-30T09:11:31.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:31.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:31.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:31.846 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[204368]: 2023-09-30T09:11:31.391+0000 7f4b7e980640 -1 Falling back to public interface 2023-09-30T09:11:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[185516]: failed to encode map e296 with expected crc 2023-09-30T09:11:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[185516]: failed to encode map e296 with expected crc 2023-09-30T09:11:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[185516]: pgmap v153: 121 pgs: 1 activating+undersized+degraded, 8 active+undersized+degraded, 1 activating+undersized, 1 stale+active+clean, 20 active+undersized, 90 active+clean; 135 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 4.6 MiB/s wr, 24 op/s; 21/243 objects degraded (8.642%) 2023-09-30T09:11:32.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[185516]: osdmap e297: 8 total, 7 up, 8 in 2023-09-30T09:11:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[182959]: failed to encode map e296 with expected crc 2023-09-30T09:11:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[182959]: failed to encode map e296 with expected crc 2023-09-30T09:11:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[182959]: pgmap v153: 121 pgs: 1 activating+undersized+degraded, 8 active+undersized+degraded, 1 activating+undersized, 1 stale+active+clean, 20 active+undersized, 90 active+clean; 135 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 4.6 MiB/s wr, 24 op/s; 21/243 objects degraded (8.642%) 2023-09-30T09:11:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:31 smithi118 ceph-mon[182959]: osdmap e297: 8 total, 7 up, 8 in 2023-09-30T09:11:32.428 INFO:tasks.rados.rados.0.smithi118.stdout:1199: done (2 left) 2023-09-30T09:11:32.428 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 113 2023-09-30T09:11:32.428 INFO:tasks.rados.rados.0.smithi118.stdout:1196: finishing write tid 4 to smithi118168640-22 2023-09-30T09:11:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:1196: finishing write tid 5 to smithi118168640-22 2023-09-30T09:11:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 387 (ObjNum 376 snap 113 seq_num 376) dirty exists 2023-09-30T09:11:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:1196: left oid 22 (ObjNum 376 snap 113 seq_num 376) 2023-09-30T09:11:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:1197: finishing copy_from to smithi118168640-42 2023-09-30T09:11:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 540 (ObjNum 303 snap 98 seq_num 303) dirty exists 2023-09-30T09:11:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:1197: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:11:32.429 INFO:tasks.rados.rados.0.smithi118.stdout:1200: seq_num 377 ranges {1376256=720896,2097152=434176,2531328=368640} 2023-09-30T09:11:32.440 INFO:tasks.rados.rados.0.smithi118.stdout:1200: writing smithi118168640-27 from 1376256 to 2097152 tid 1 2023-09-30T09:11:32.443 INFO:tasks.rados.rados.0.smithi118.stdout:1200: writing smithi118168640-27 from 2097152 to 2531328 tid 2 2023-09-30T09:11:32.446 INFO:tasks.rados.rados.0.smithi118.stdout:1200: writing smithi118168640-27 from 2531328 to 2899968 tid 3 2023-09-30T09:11:32.446 INFO:tasks.rados.rados.0.smithi118.stdout:1196: done (2 left) 2023-09-30T09:11:32.446 INFO:tasks.rados.rados.0.smithi118.stdout:1197: done (1 left) 2023-09-30T09:11:32.446 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 113 2023-09-30T09:11:32.446 INFO:tasks.rados.rados.0.smithi118.stdout:1200: finishing write tid 1 to smithi118168640-27 2023-09-30T09:11:32.446 INFO:tasks.rados.rados.0.smithi118.stdout:1200: finishing write tid 2 to smithi118168640-27 2023-09-30T09:11:32.449 INFO:tasks.rados.rados.0.smithi118.stdout:1201: seq_num 378 ranges {1105920=737280,1843200=720896,2564096=81920} 2023-09-30T09:11:32.456 INFO:tasks.rados.rados.0.smithi118.stdout:1201: writing smithi118168640-30 from 1105920 to 1843200 tid 1 2023-09-30T09:11:32.460 INFO:tasks.rados.rados.0.smithi118.stdout:1201: writing smithi118168640-30 from 1843200 to 2564096 tid 2 2023-09-30T09:11:32.461 INFO:tasks.rados.rados.0.smithi118.stdout:1201: writing smithi118168640-30 from 2564096 to 2646016 tid 3 2023-09-30T09:11:32.461 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 113 2023-09-30T09:11:32.461 INFO:tasks.rados.rados.0.smithi118.stdout:1200: finishing write tid 3 to smithi118168640-27 2023-09-30T09:11:32.461 INFO:tasks.rados.rados.0.smithi118.stdout:1202: seq_num 379 ranges {3604480=753664,4358144=606208,4964352=196608} 2023-09-30T09:11:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:31 smithi192 ceph-mon[180220]: failed to encode map e296 with expected crc 2023-09-30T09:11:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:31 smithi192 ceph-mon[180220]: failed to encode map e296 with expected crc 2023-09-30T09:11:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:31 smithi192 ceph-mon[180220]: pgmap v153: 121 pgs: 1 activating+undersized+degraded, 8 active+undersized+degraded, 1 activating+undersized, 1 stale+active+clean, 20 active+undersized, 90 active+clean; 135 MiB data, 815 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 4.6 MiB/s wr, 24 op/s; 21/243 objects degraded (8.642%) 2023-09-30T09:11:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:31 smithi192 ceph-mon[180220]: osdmap e297: 8 total, 7 up, 8 in 2023-09-30T09:11:32.485 INFO:tasks.rados.rados.0.smithi118.stdout:1202: writing smithi118168640-48 from 3604480 to 4358144 tid 1 2023-09-30T09:11:32.488 INFO:tasks.rados.rados.0.smithi118.stdout:1202: writing smithi118168640-48 from 4358144 to 4964352 tid 2 2023-09-30T09:11:32.491 INFO:tasks.rados.rados.0.smithi118.stdout:1202: writing smithi118168640-48 from 4964352 to 5160960 tid 3 2023-09-30T09:11:32.491 INFO:tasks.rados.rados.0.smithi118.stdout:1203: copy_from oid 38 from oid 8 current snap is 113 2023-09-30T09:11:32.491 INFO:tasks.rados.rados.0.smithi118.stdout:1200: finishing write tid 4 to smithi118168640-27 2023-09-30T09:11:32.491 INFO:tasks.rados.rados.0.smithi118.stdout:1200: finishing write tid 5 to smithi118168640-27 2023-09-30T09:11:32.491 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 195 (ObjNum 377 snap 113 seq_num 377) dirty exists 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1200: left oid 27 (ObjNum 377 snap 113 seq_num 377) 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1201: finishing write tid 1 to smithi118168640-30 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1201: finishing write tid 2 to smithi118168640-30 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1201: finishing write tid 3 to smithi118168640-30 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1201: finishing write tid 4 to smithi118168640-30 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1201: finishing write tid 5 to smithi118168640-30 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 512 (ObjNum 378 snap 113 seq_num 378) dirty exists 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1201: left oid 30 (ObjNum 378 snap 113 seq_num 378) 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1202: finishing write tid 1 to smithi118168640-48 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1200: done (3 left) 2023-09-30T09:11:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1201: done (2 left) 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1204: copy_from oid 45 from oid 36 current snap is 113 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1205: rollback oid 34 current snap is 113 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 34 to 109 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1206: read oid 40 snap -1 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1206: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1207: read oid 46 snap -1 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1207: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1208: read oid 25 snap -1 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1208: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1209: read oid 23 snap 107 2023-09-30T09:11:32.493 INFO:tasks.rados.rados.0.smithi118.stdout:1209: expect deleted 2023-09-30T09:11:32.494 INFO:tasks.rados.rados.0.smithi118.stdout:1210: snap_create 2023-09-30T09:11:32.494 INFO:tasks.rados.rados.0.smithi118.stdout:1206: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:11:32.494 INFO:tasks.rados.rados.0.smithi118.stdout:1205: finishing rollback tid 0 to smithi118168640-34 2023-09-30T09:11:32.498 INFO:tasks.rados.rados.0.smithi118.stdout:1207: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:11:32.498 INFO:tasks.rados.rados.0.smithi118.stdout:1202: finishing write tid 2 to smithi118168640-48 2023-09-30T09:11:32.498 INFO:tasks.rados.rados.0.smithi118.stdout:1202: finishing write tid 3 to smithi118168640-48 2023-09-30T09:11:32.498 INFO:tasks.rados.rados.0.smithi118.stdout:1205: finishing rollback tid 1 to smithi118168640-34 2023-09-30T09:11:32.498 INFO:tasks.rados.rados.0.smithi118.stdout:1202: finishing write tid 4 to smithi118168640-48 2023-09-30T09:11:32.499 INFO:tasks.rados.rados.0.smithi118.stdout:1202: finishing write tid 5 to smithi118168640-48 2023-09-30T09:11:32.499 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 685 (ObjNum 379 snap 113 seq_num 379) dirty exists 2023-09-30T09:11:32.499 INFO:tasks.rados.rados.0.smithi118.stdout:1202: left oid 48 (ObjNum 379 snap 113 seq_num 379) 2023-09-30T09:11:32.501 INFO:tasks.rados.rados.0.smithi118.stdout:1208: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:1205: finishing rollback tid 2 to smithi118168640-34 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 631 (ObjNum 274 snap 82 seq_num 274) dirty exists 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:1203: finishing copy_from to smithi118168640-38 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 420 (ObjNum 370 snap 112 seq_num 370) dirty exists 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:1203: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:1204: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:1204: finishing copy_from to smithi118168640-45 2023-09-30T09:11:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 396 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:11:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:32 smithi118 ceph-mon[182959]: failed to encode map e297 with expected crc 2023-09-30T09:11:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:32 smithi118 ceph-mon[182959]: osdmap e298: 8 total, 7 up, 8 in 2023-09-30T09:11:33.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:32 smithi118 ceph-mon[185516]: failed to encode map e297 with expected crc 2023-09-30T09:11:33.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:32 smithi118 ceph-mon[185516]: osdmap e298: 8 total, 7 up, 8 in 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1202: done (8 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1203: done (7 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1204: done (6 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1205: done (5 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1206: done (4 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1207: done (3 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1208: done (2 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1209: done (1 left) 2023-09-30T09:11:33.435 INFO:tasks.rados.rados.0.smithi118.stdout:1210: done (0 left) 2023-09-30T09:11:33.436 INFO:tasks.rados.rados.0.smithi118.stdout:1211: snap_create 2023-09-30T09:11:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:32 smithi192 ceph-mon[180220]: failed to encode map e297 with expected crc 2023-09-30T09:11:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:32 smithi192 ceph-mon[180220]: osdmap e298: 8 total, 7 up, 8 in 2023-09-30T09:11:34.293 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[204368]: 2023-09-30T09:11:33.995+0000 7f4b7e980640 -1 osd.2 0 read_superblock omap replica is missing. 2023-09-30T09:11:34.293 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[204368]: 2023-09-30T09:11:34.043+0000 7f4b7e980640 -1 osd.2 292 log_to_monitors true 2023-09-30T09:11:34.294 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: failed to encode map e298 with expected crc 2023-09-30T09:11:34.294 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: pgmap v156: 121 pgs: 1 activating+undersized+degraded, 9 active+undersized+degraded, 1 activating+undersized, 26 active+undersized, 84 active+clean; 135 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.3 MiB/s wr, 22 op/s; 25/243 objects degraded (10.288%) 2023-09-30T09:11:34.294 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.294 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.294 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: osdmap e299: 8 total, 7 up, 8 in 2023-09-30T09:11:34.294 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.294 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: failed to encode map e298 with expected crc 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: pgmap v156: 121 pgs: 1 activating+undersized+degraded, 9 active+undersized+degraded, 1 activating+undersized, 26 active+undersized, 84 active+clean; 135 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.3 MiB/s wr, 22 op/s; 25/243 objects degraded (10.288%) 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: osdmap e299: 8 total, 7 up, 8 in 2023-09-30T09:11:34.295 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.296 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:34.436 INFO:tasks.rados.rados.0.smithi118.stdout:1211: done (0 left) 2023-09-30T09:11:34.436 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 115 2023-09-30T09:11:34.437 INFO:tasks.rados.rados.0.smithi118.stdout:1212: seq_num 380 ranges {7528448=770048,8298496=483328,8781824=319488} 2023-09-30T09:11:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: failed to encode map e298 with expected crc 2023-09-30T09:11:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: pgmap v156: 121 pgs: 1 activating+undersized+degraded, 9 active+undersized+degraded, 1 activating+undersized, 26 active+undersized, 84 active+clean; 135 MiB data, 821 MiB used, 714 GiB / 715 GiB avail; 9.8 MiB/s rd, 4.3 MiB/s wr, 22 op/s; 25/243 objects degraded (10.288%) 2023-09-30T09:11:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: osdmap e299: 8 total, 7 up, 8 in 2023-09-30T09:11:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:34.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:34.482 INFO:tasks.rados.rados.0.smithi118.stdout:1212: writing smithi118168640-44 from 7528448 to 8298496 tid 1 2023-09-30T09:11:34.485 INFO:tasks.rados.rados.0.smithi118.stdout:1212: writing smithi118168640-44 from 8298496 to 8781824 tid 2 2023-09-30T09:11:34.487 INFO:tasks.rados.rados.0.smithi118.stdout:1212: writing smithi118168640-44 from 8781824 to 9101312 tid 3 2023-09-30T09:11:34.487 INFO:tasks.rados.rados.0.smithi118.stdout:1213: read oid 10 snap -1 2023-09-30T09:11:34.487 INFO:tasks.rados.rados.0.smithi118.stdout:1213: expect (ObjNum 375 snap 113 seq_num 375) 2023-09-30T09:11:34.487 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 115 2023-09-30T09:11:34.487 INFO:tasks.rados.rados.0.smithi118.stdout:1214: seq_num 381 ranges {1441792=786432,2228224=417792,2646016=385024} 2023-09-30T09:11:34.499 INFO:tasks.rados.rados.0.smithi118.stdout:1214: writing smithi118168640-28 from 1441792 to 2228224 tid 1 2023-09-30T09:11:34.502 INFO:tasks.rados.rados.0.smithi118.stdout:1214: writing smithi118168640-28 from 2228224 to 2646016 tid 2 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:1214: writing smithi118168640-28 from 2646016 to 3031040 tid 3 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:1215: rollback oid 26 current snap is 115 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 26 to 114 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:1212: finishing write tid 1 to smithi118168640-44 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:1212: finishing write tid 2 to smithi118168640-44 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:1212: finishing write tid 3 to smithi118168640-44 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:1212: finishing write tid 4 to smithi118168640-44 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:1212: finishing write tid 5 to smithi118168640-44 2023-09-30T09:11:34.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 362 (ObjNum 380 snap 115 seq_num 380) dirty exists 2023-09-30T09:11:34.506 INFO:tasks.rados.rados.0.smithi118.stdout:1212: left oid 44 (ObjNum 380 snap 115 seq_num 380) 2023-09-30T09:11:34.506 INFO:tasks.rados.rados.0.smithi118.stdout:1212: done (3 left) 2023-09-30T09:11:34.506 INFO:tasks.rados.rados.0.smithi118.stdout:1216: rollback oid 2 current snap is 115 2023-09-30T09:11:34.506 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 2 to 108 2023-09-30T09:11:34.506 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 115 2023-09-30T09:11:34.506 INFO:tasks.rados.rados.0.smithi118.stdout:1217: seq_num 382 ranges {548864=802816,1351680=704512,2056192=98304} 2023-09-30T09:11:34.512 INFO:tasks.rados.rados.0.smithi118.stdout:1217: writing smithi118168640-14 from 548864 to 1351680 tid 1 2023-09-30T09:11:34.515 INFO:tasks.rados.rados.0.smithi118.stdout:1217: writing smithi118168640-14 from 1351680 to 2056192 tid 2 2023-09-30T09:11:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:1217: writing smithi118168640-14 from 2056192 to 2154496 tid 3 2023-09-30T09:11:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 115 2023-09-30T09:11:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:1213: expect (ObjNum 375 snap 113 seq_num 375) 2023-09-30T09:11:34.596 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[204368]: 2023-09-30T09:11:34.452+0000 7f4b6e5e9700 -1 osd.2 292 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:11:34.763 INFO:tasks.rados.rados.0.smithi118.stdout:1214: finishing write tid 1 to smithi118168640-28 2023-09-30T09:11:34.763 INFO:tasks.rados.rados.0.smithi118.stdout:1218: seq_num 383 ranges {4685824=417792,5103616=589824,5693440=417792,6111232=196608} 2023-09-30T09:11:34.790 INFO:tasks.rados.rados.0.smithi118.stdout:1218: writing smithi118168640-32 from 4685824 to 5103616 tid 1 2023-09-30T09:11:34.794 INFO:tasks.rados.rados.0.smithi118.stdout:1218: writing smithi118168640-32 from 5103616 to 5693440 tid 2 2023-09-30T09:11:34.796 INFO:tasks.rados.rados.0.smithi118.stdout:1218: writing smithi118168640-32 from 5693440 to 6111232 tid 3 2023-09-30T09:11:34.798 INFO:tasks.rados.rados.0.smithi118.stdout:1218: writing smithi118168640-32 from 6111232 to 6307840 tid 4 2023-09-30T09:11:34.798 INFO:tasks.rados.rados.0.smithi118.stdout:1213: done (5 left) 2023-09-30T09:11:34.798 INFO:tasks.rados.rados.0.smithi118.stdout:1219: copy_from oid 1 from oid 35 current snap is 115 2023-09-30T09:11:34.798 INFO:tasks.rados.rados.0.smithi118.stdout:1214: finishing write tid 2 to smithi118168640-28 2023-09-30T09:11:34.798 INFO:tasks.rados.rados.0.smithi118.stdout:1214: finishing write tid 3 to smithi118168640-28 2023-09-30T09:11:34.798 INFO:tasks.rados.rados.0.smithi118.stdout:1214: finishing write tid 4 to smithi118168640-28 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1215: finishing rollback tid 0 to smithi118168640-26 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1214: finishing write tid 5 to smithi118168640-28 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 313 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1214: left oid 28 (ObjNum 381 snap 115 seq_num 381) 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1215: finishing rollback tid 1 to smithi118168640-26 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1215: finishing rollback tid 2 to smithi118168640-26 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 689 (ObjNum 300 snap 97 seq_num 300) dirty exists 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1216: finishing rollback tid 0 to smithi118168640-2 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1217: finishing write tid 1 to smithi118168640-14 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1214: done (5 left) 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1215: done (4 left) 2023-09-30T09:11:34.799 INFO:tasks.rados.rados.0.smithi118.stdout:1220: read oid 19 snap 114 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:1220: expect (ObjNum 354 snap 106 seq_num 354) 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 115 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:1216: finishing rollback tid 1 to smithi118168640-2 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:1217: finishing write tid 2 to smithi118168640-14 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:1216: finishing rollback tid 2 to smithi118168640-2 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 693 (ObjNum 354 snap 106 seq_num 354) dirty exists 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:1217: finishing write tid 3 to smithi118168640-14 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:1217: finishing write tid 4 to smithi118168640-14 2023-09-30T09:11:34.800 INFO:tasks.rados.rados.0.smithi118.stdout:1221: seq_num 384 ranges {3104768=434176,3538944=475136,4014080=630784,4644864=98304} 2023-09-30T09:11:34.817 INFO:tasks.rados.rados.0.smithi118.stdout:1221: writing smithi118168640-29 from 3104768 to 3538944 tid 1 2023-09-30T09:11:34.820 INFO:tasks.rados.rados.0.smithi118.stdout:1221: writing smithi118168640-29 from 3538944 to 4014080 tid 2 2023-09-30T09:11:34.823 INFO:tasks.rados.rados.0.smithi118.stdout:1221: writing smithi118168640-29 from 4014080 to 4644864 tid 3 2023-09-30T09:11:34.824 INFO:tasks.rados.rados.0.smithi118.stdout:1221: writing smithi118168640-29 from 4644864 to 4743168 tid 4 2023-09-30T09:11:34.824 INFO:tasks.rados.rados.0.smithi118.stdout:1216: done (5 left) 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1222: setattr oid 6 current snap is 115 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1217: finishing write tid 5 to smithi118168640-14 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 318 (ObjNum 382 snap 115 seq_num 382) dirty exists 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1217: left oid 14 (ObjNum 382 snap 115 seq_num 382) 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1218: finishing write tid 1 to smithi118168640-32 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1218: finishing write tid 2 to smithi118168640-32 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1218: finishing write tid 3 to smithi118168640-32 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1218: finishing write tid 4 to smithi118168640-32 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1218: finishing write tid 5 to smithi118168640-32 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1218: finishing write tid 6 to smithi118168640-32 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 636 (ObjNum 383 snap 115 seq_num 383) dirty exists 2023-09-30T09:11:34.825 INFO:tasks.rados.rados.0.smithi118.stdout:1218: left oid 32 (ObjNum 383 snap 115 seq_num 383) 2023-09-30T09:11:34.826 INFO:tasks.rados.rados.0.smithi118.stdout:1219: finishing copy_from to smithi118168640-1 2023-09-30T09:11:34.826 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 498 (ObjNum 361 snap 110 seq_num 361) dirty exists 2023-09-30T09:11:34.826 INFO:tasks.rados.rados.0.smithi118.stdout:1219: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:11:34.826 INFO:tasks.rados.rados.0.smithi118.stdout:1217: done (5 left) 2023-09-30T09:11:34.826 INFO:tasks.rados.rados.0.smithi118.stdout:1218: done (4 left) 2023-09-30T09:11:34.826 INFO:tasks.rados.rados.0.smithi118.stdout:1219: done (3 left) 2023-09-30T09:11:34.826 INFO:tasks.rados.rados.0.smithi118.stdout:1223: snap_create 2023-09-30T09:11:34.831 INFO:tasks.rados.rados.0.smithi118.stdout:1221: finishing write tid 1 to smithi118168640-29 2023-09-30T09:11:34.839 INFO:tasks.rados.rados.0.smithi118.stdout:1220: expect (ObjNum 354 snap 106 seq_num 354) 2023-09-30T09:11:35.273 INFO:tasks.rados.rados.0.smithi118.stdout:1221: finishing write tid 2 to smithi118168640-29 2023-09-30T09:11:35.273 INFO:tasks.rados.rados.0.smithi118.stdout:1221: finishing write tid 3 to smithi118168640-29 2023-09-30T09:11:35.273 INFO:tasks.rados.rados.0.smithi118.stdout:1221: finishing write tid 4 to smithi118168640-29 2023-09-30T09:11:35.274 INFO:tasks.rados.rados.0.smithi118.stdout:1221: finishing write tid 5 to smithi118168640-29 2023-09-30T09:11:35.274 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 354 (ObjNum 33 snap 0 seq_num 3323542832) dirty exists 2023-09-30T09:11:35.274 INFO:tasks.rados.rados.0.smithi118.stdout:1221: finishing write tid 6 to smithi118168640-29 2023-09-30T09:11:35.274 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 386 (ObjNum 384 snap 115 seq_num 384) dirty exists 2023-09-30T09:11:35.274 INFO:tasks.rados.rados.0.smithi118.stdout:1221: left oid 29 (ObjNum 384 snap 115 seq_num 384) 2023-09-30T09:11:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: failed to encode map e299 with expected crc 2023-09-30T09:11:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: from='osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:11:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:11:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T09:11:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: osdmap e300: 8 total, 7 up, 8 in 2023-09-30T09:11:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: from='osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: failed to encode map e300 with expected crc 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[185516]: failed to encode map e300 with expected crc 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: failed to encode map e299 with expected crc 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: from='osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: osdmap e300: 8 total, 7 up, 8 in 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: from='osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:35.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:35.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: failed to encode map e300 with expected crc 2023-09-30T09:11:35.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:34 smithi118 ceph-mon[182959]: failed to encode map e300 with expected crc 2023-09-30T09:11:35.439 INFO:tasks.rados.rados.0.smithi118.stdout:1220: done (3 left) 2023-09-30T09:11:35.439 INFO:tasks.rados.rados.0.smithi118.stdout:1221: done (2 left) 2023-09-30T09:11:35.439 INFO:tasks.rados.rados.0.smithi118.stdout:1222: done (1 left) 2023-09-30T09:11:35.439 INFO:tasks.rados.rados.0.smithi118.stdout:1223: done (0 left) 2023-09-30T09:11:35.439 INFO:tasks.rados.rados.0.smithi118.stdout:1224: rmattr oid 41 current snap is 116 2023-09-30T09:11:35.439 INFO:tasks.rados.rados.0.smithi118.stdout:1225: snap_remove snap 108 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: failed to encode map e299 with expected crc 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: from='osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: osdmap e300: 8 total, 7 up, 8 in 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: from='osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: failed to encode map e300 with expected crc 2023-09-30T09:11:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:34 smithi192 ceph-mon[180220]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.346 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:36 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:11:36.201+0000 7fd7b44e6700 -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) 2023-09-30T09:11:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: pgmap v159: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 171 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 8.8 MiB/s wr, 30 op/s; 32/291 objects degraded (10.997%) 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 32/291 objects degraded (10.997%), 10 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254] boot 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: osdmap e301: 8 total, 8 up, 8 in 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[182959]: failed to encode map e301 with expected crc 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: pgmap v159: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 171 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 8.8 MiB/s wr, 30 op/s; 32/291 objects degraded (10.997%) 2023-09-30T09:11:36.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:11:36.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 32/291 objects degraded (10.997%), 10 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:36.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254] boot 2023-09-30T09:11:36.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: osdmap e301: 8 total, 8 up, 8 in 2023-09-30T09:11:36.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:11:36.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:35 smithi118 ceph-mon[185516]: failed to encode map e301 with expected crc 2023-09-30T09:11:36.455 INFO:tasks.rados.rados.0.smithi118.stdout:1225: done (1 left) 2023-09-30T09:11:36.455 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 116 2023-09-30T09:11:36.455 INFO:tasks.rados.rados.0.smithi118.stdout:1226: seq_num 385 ranges {0=450560,450560=761856,1212416=442368} 2023-09-30T09:11:36.455 INFO:tasks.rados.rados.0.smithi118.stdout:1226: writing smithi118168640-43 from 0 to 450560 tid 1 2023-09-30T09:11:36.456 INFO:tasks.rados.rados.0.smithi118.stdout:1226: writing smithi118168640-43 from 450560 to 1212416 tid 2 2023-09-30T09:11:36.458 INFO:tasks.rados.rados.0.smithi118.stdout:1226: writing smithi118168640-43 from 1212416 to 1654784 tid 3 2023-09-30T09:11:36.459 INFO:tasks.rados.rados.0.smithi118.stdout:1227: delete oid 20 current snap is 116 2023-09-30T09:11:36.459 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 695 (ObjNum 245 snap 71 seq_num 245) dirty exists 2023-09-30T09:11:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: failed to encode map e300 with expected crc 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: pgmap v159: 121 pgs: 10 active+undersized+degraded, 27 active+undersized, 84 active+clean; 171 MiB data, 816 MiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 8.8 MiB/s wr, 30 op/s; 32/291 objects degraded (10.997%) 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 32/291 objects degraded (10.997%), 10 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: osd.2 [v2:172.21.15.118:6818/1536800254,v1:172.21.15.118:6819/1536800254] boot 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: osdmap e301: 8 total, 8 up, 8 in 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-30T09:11:36.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:35 smithi192 ceph-mon[180220]: failed to encode map e301 with expected crc 2023-09-30T09:11:36.474 INFO:tasks.rados.rados.0.smithi118.stdout:1224: done (2 left) 2023-09-30T09:11:36.475 INFO:tasks.rados.rados.0.smithi118.stdout:1227: done (1 left) 2023-09-30T09:11:36.475 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 116 2023-09-30T09:11:36.475 INFO:tasks.rados.rados.0.smithi118.stdout:1228: seq_num 387 ranges {5808128=483328,6291456=524288,6815744=679936} 2023-09-30T09:11:36.510 INFO:tasks.rados.rados.0.smithi118.stdout:1228: writing smithi118168640-18 from 5808128 to 6291456 tid 1 2023-09-30T09:11:36.513 INFO:tasks.rados.rados.0.smithi118.stdout:1228: writing smithi118168640-18 from 6291456 to 6815744 tid 2 2023-09-30T09:11:36.517 INFO:tasks.rados.rados.0.smithi118.stdout:1228: writing smithi118168640-18 from 6815744 to 7495680 tid 3 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1229: delete oid 1 current snap is 116 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1226: finishing write tid 1 to smithi118168640-43 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1226: finishing write tid 2 to smithi118168640-43 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1226: finishing write tid 3 to smithi118168640-43 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1226: finishing write tid 4 to smithi118168640-43 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1226: finishing write tid 5 to smithi118168640-43 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 520 (ObjNum 385 snap 116 seq_num 385) dirty exists 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1226: left oid 43 (ObjNum 385 snap 116 seq_num 385) 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1228: finishing write tid 1 to smithi118168640-18 2023-09-30T09:11:36.518 INFO:tasks.rados.rados.0.smithi118.stdout:1228: finishing write tid 2 to smithi118168640-18 2023-09-30T09:11:36.520 INFO:tasks.rados.rados.0.smithi118.stdout:1226: done (2 left) 2023-09-30T09:11:36.520 INFO:tasks.rados.rados.0.smithi118.stdout:1229: done (1 left) 2023-09-30T09:11:36.521 INFO:tasks.rados.rados.0.smithi118.stdout:1230: copy_from oid 4 from oid 1 current snap is 116 2023-09-30T09:11:36.521 INFO:tasks.rados.rados.0.smithi118.stdout:1231: snap_create 2023-09-30T09:11:36.522 INFO:tasks.rados.rados.0.smithi118.stdout:1228: finishing write tid 3 to smithi118168640-18 2023-09-30T09:11:36.522 INFO:tasks.rados.rados.0.smithi118.stdout:1230: finishing copy_from to smithi118168640-4 2023-09-30T09:11:36.522 INFO:tasks.rados.rados.0.smithi118.stdout:1230: got expected ENOENT (src dne) 2023-09-30T09:11:36.522 INFO:tasks.rados.rados.0.smithi118.stdout:1228: finishing write tid 4 to smithi118168640-18 2023-09-30T09:11:36.522 INFO:tasks.rados.rados.0.smithi118.stdout:1230: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:11:36.523 INFO:tasks.rados.rados.0.smithi118.stdout:1228: finishing write tid 5 to smithi118168640-18 2023-09-30T09:11:36.523 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 430 (ObjNum 387 snap 116 seq_num 387) dirty exists 2023-09-30T09:11:36.523 INFO:tasks.rados.rados.0.smithi118.stdout:1228: left oid 18 (ObjNum 387 snap 116 seq_num 387) 2023-09-30T09:11:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: failed to encode map e301 with expected crc 2023-09-30T09:11:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: failed to encode map e301 with expected crc 2023-09-30T09:11:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: osdmap e302: 8 total, 8 up, 8 in 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[182959]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: failed to encode map e301 with expected crc 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: failed to encode map e301 with expected crc 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:37.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:37.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: osdmap e302: 8 total, 8 up, 8 in 2023-09-30T09:11:37.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:37 smithi118 ceph-mon[185516]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.451 INFO:tasks.rados.rados.0.smithi118.stdout:1228: done (2 left) 2023-09-30T09:11:37.451 INFO:tasks.rados.rados.0.smithi118.stdout:1230: done (1 left) 2023-09-30T09:11:37.451 INFO:tasks.rados.rados.0.smithi118.stdout:1231: done (0 left) 2023-09-30T09:11:37.451 INFO:tasks.rados.rados.0.smithi118.stdout:1232: setattr oid 25 current snap is 117 2023-09-30T09:11:37.452 INFO:tasks.rados.rados.0.smithi118.stdout:1233: setattr oid 47 current snap is 117 2023-09-30T09:11:37.453 INFO:tasks.rados.rados.0.smithi118.stdout:1234: snap_create 2023-09-30T09:11:37.458 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 431 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:11:37.461 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 637 (ObjNum 303 snap 98 seq_num 303) dirty exists 2023-09-30T09:11:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: failed to encode map e301 with expected crc 2023-09-30T09:11:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: failed to encode map e301 with expected crc 2023-09-30T09:11:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:37.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:11:37.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:37.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:37.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:37.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:37.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: osdmap e302: 8 total, 8 up, 8 in 2023-09-30T09:11:37.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: failed to encode map e302 with expected crc 2023-09-30T09:11:37.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:37 smithi192 ceph-mon[180220]: failed to encode map e302 with expected crc 2023-09-30T09:11:38.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:38.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-30T09:11:38.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: failed to encode map e302 with expected crc 2023-09-30T09:11:38.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: failed to encode map e302 with expected crc 2023-09-30T09:11:38.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: pgmap v162: 121 pgs: 6 peering, 10 active+undersized+degraded, 21 active+undersized, 84 active+clean; 174 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 9.5 MiB/s wr, 32 op/s; 32/294 objects degraded (10.884%) 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: osdmap e303: 8 total, 8 up, 8 in 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: failed to encode map e303 with expected crc 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[182959]: failed to encode map e303 with expected crc 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: failed to encode map e302 with expected crc 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: failed to encode map e302 with expected crc 2023-09-30T09:11:38.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: pgmap v162: 121 pgs: 6 peering, 10 active+undersized+degraded, 21 active+undersized, 84 active+clean; 174 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 9.5 MiB/s wr, 32 op/s; 32/294 objects degraded (10.884%) 2023-09-30T09:11:38.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: osdmap e303: 8 total, 8 up, 8 in 2023-09-30T09:11:38.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: failed to encode map e303 with expected crc 2023-09-30T09:11:38.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:38 smithi118 ceph-mon[185516]: failed to encode map e303 with expected crc 2023-09-30T09:11:38.452 INFO:tasks.rados.rados.0.smithi118.stdout:1232: done (2 left) 2023-09-30T09:11:38.452 INFO:tasks.rados.rados.0.smithi118.stdout:1233: done (1 left) 2023-09-30T09:11:38.453 INFO:tasks.rados.rados.0.smithi118.stdout:1234: done (0 left) 2023-09-30T09:11:38.453 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 118 2023-09-30T09:11:38.453 INFO:tasks.rados.rados.0.smithi118.stdout:1235: seq_num 389 ranges {3104768=524288,3629056=745472,4374528=458752} 2023-09-30T09:11:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-30T09:11:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: failed to encode map e302 with expected crc 2023-09-30T09:11:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: failed to encode map e302 with expected crc 2023-09-30T09:11:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: pgmap v162: 121 pgs: 6 peering, 10 active+undersized+degraded, 21 active+undersized, 84 active+clean; 174 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 9.5 MiB/s wr, 32 op/s; 32/294 objects degraded (10.884%) 2023-09-30T09:11:38.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: osdmap e303: 8 total, 8 up, 8 in 2023-09-30T09:11:38.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: failed to encode map e303 with expected crc 2023-09-30T09:11:38.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-mon[180220]: failed to encode map e303 with expected crc 2023-09-30T09:11:38.471 INFO:tasks.rados.rados.0.smithi118.stdout:1235: writing smithi118168640-7 from 3104768 to 3629056 tid 1 2023-09-30T09:11:38.476 INFO:tasks.rados.rados.0.smithi118.stdout:1235: writing smithi118168640-7 from 3629056 to 4374528 tid 2 2023-09-30T09:11:38.483 INFO:tasks.rados.rados.0.smithi118.stdout:1235: writing smithi118168640-7 from 4374528 to 4833280 tid 3 2023-09-30T09:11:38.483 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 118 2023-09-30T09:11:38.484 INFO:tasks.rados.rados.0.smithi118.stdout:1236: seq_num 390 ranges {6307840=540672,6848512=630784,7479296=573440} 2023-09-30T09:11:38.516 INFO:tasks.rados.rados.0.smithi118.stdout:1236: writing smithi118168640-32 from 6307840 to 6848512 tid 1 2023-09-30T09:11:38.519 INFO:tasks.rados.rados.0.smithi118.stdout:1236: writing smithi118168640-32 from 6848512 to 7479296 tid 2 2023-09-30T09:11:38.523 INFO:tasks.rados.rados.0.smithi118.stdout:1236: writing smithi118168640-32 from 7479296 to 8052736 tid 3 2023-09-30T09:11:38.523 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 118 2023-09-30T09:11:38.523 INFO:tasks.rados.rados.0.smithi118.stdout:1237: seq_num 391 ranges {2203648=557056,2760704=516096,3276800=688128} 2023-09-30T09:11:38.538 INFO:tasks.rados.rados.0.smithi118.stdout:1237: writing smithi118168640-34 from 2203648 to 2760704 tid 1 2023-09-30T09:11:38.540 INFO:tasks.rados.rados.0.smithi118.stdout:1237: writing smithi118168640-34 from 2760704 to 3276800 tid 2 2023-09-30T09:11:38.545 INFO:tasks.rados.rados.0.smithi118.stdout:1237: writing smithi118168640-34 from 3276800 to 3964928 tid 3 2023-09-30T09:11:38.545 INFO:tasks.rados.rados.0.smithi118.stdout:1238: snap_create 2023-09-30T09:11:38.545 INFO:tasks.rados.rados.0.smithi118.stdout:1235: finishing write tid 1 to smithi118168640-7 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1235: finishing write tid 2 to smithi118168640-7 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1235: finishing write tid 3 to smithi118168640-7 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1235: finishing write tid 4 to smithi118168640-7 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1235: finishing write tid 5 to smithi118168640-7 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 414 (ObjNum 389 snap 118 seq_num 389) dirty exists 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1235: left oid 7 (ObjNum 389 snap 118 seq_num 389) 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1236: finishing write tid 1 to smithi118168640-32 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1236: finishing write tid 2 to smithi118168640-32 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1236: finishing write tid 3 to smithi118168640-32 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1236: finishing write tid 4 to smithi118168640-32 2023-09-30T09:11:38.546 INFO:tasks.rados.rados.0.smithi118.stdout:1236: finishing write tid 5 to smithi118168640-32 2023-09-30T09:11:38.547 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 641 (ObjNum 390 snap 118 seq_num 390) dirty exists 2023-09-30T09:11:38.547 INFO:tasks.rados.rados.0.smithi118.stdout:1236: left oid 32 (ObjNum 390 snap 118 seq_num 390) 2023-09-30T09:11:38.547 INFO:tasks.rados.rados.0.smithi118.stdout:1237: finishing write tid 1 to smithi118168640-34 2023-09-30T09:11:38.547 INFO:tasks.rados.rados.0.smithi118.stdout:1237: finishing write tid 2 to smithi118168640-34 2023-09-30T09:11:38.548 INFO:tasks.rados.rados.0.smithi118.stdout:1237: finishing write tid 3 to smithi118168640-34 2023-09-30T09:11:38.548 INFO:tasks.rados.rados.0.smithi118.stdout:1237: finishing write tid 4 to smithi118168640-34 2023-09-30T09:11:38.549 INFO:tasks.rados.rados.0.smithi118.stdout:1237: finishing write tid 5 to smithi118168640-34 2023-09-30T09:11:38.549 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 645 (ObjNum 391 snap 118 seq_num 391) dirty exists 2023-09-30T09:11:38.549 INFO:tasks.rados.rados.0.smithi118.stdout:1237: left oid 34 (ObjNum 391 snap 118 seq_num 391) 2023-09-30T09:11:38.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:38.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:11:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[182959]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[182959]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[182959]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[182959]: failed to encode map e304 with expected crc 2023-09-30T09:11:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[182959]: osdmap e304: 8 total, 8 up, 8 in 2023-09-30T09:11:39.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[185516]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[185516]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[185516]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[185516]: failed to encode map e304 with expected crc 2023-09-30T09:11:39.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-mon[185516]: osdmap e304: 8 total, 8 up, 8 in 2023-09-30T09:11:39.457 INFO:tasks.rados.rados.0.smithi118.stdout:1235: done (3 left) 2023-09-30T09:11:39.457 INFO:tasks.rados.rados.0.smithi118.stdout:1236: done (2 left) 2023-09-30T09:11:39.457 INFO:tasks.rados.rados.0.smithi118.stdout:1237: done (1 left) 2023-09-30T09:11:39.457 INFO:tasks.rados.rados.0.smithi118.stdout:1238: done (0 left) 2023-09-30T09:11:39.457 INFO:tasks.rados.rados.0.smithi118.stdout:1239: delete oid 40 current snap is 119 2023-09-30T09:11:39.462 INFO:tasks.rados.rados.0.smithi118.stdout:1239: done (0 left) 2023-09-30T09:11:39.462 INFO:tasks.rados.rados.0.smithi118.stdout:1240: snap_remove snap 114 2023-09-30T09:11:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:39 smithi192 ceph-mon[180220]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:39 smithi192 ceph-mon[180220]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:39 smithi192 ceph-mon[180220]: failed to encode map e303 with expected crc 2023-09-30T09:11:39.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:39 smithi192 ceph-mon[180220]: failed to encode map e304 with expected crc 2023-09-30T09:11:39.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:39 smithi192 ceph-mon[180220]: osdmap e304: 8 total, 8 up, 8 in 2023-09-30T09:11:40.055 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:11:39] "GET /metrics HTTP/1.1" 200 36212 "" "Prometheus/2.43.0" 2023-09-30T09:11:40.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[185516]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[185516]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[185516]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[185516]: pgmap v165: 121 pgs: 6 peering, 10 active+undersized+degraded, 18 active+undersized, 87 active+clean; 176 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.1 MiB/s wr, 3 op/s; 32/297 objects degraded (10.774%) 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[185516]: osdmap e305: 8 total, 8 up, 8 in 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[185516]: failed to encode map e305 with expected crc 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[182959]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[182959]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[182959]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[182959]: pgmap v165: 121 pgs: 6 peering, 10 active+undersized+degraded, 18 active+undersized, 87 active+clean; 176 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.1 MiB/s wr, 3 op/s; 32/297 objects degraded (10.774%) 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[182959]: osdmap e305: 8 total, 8 up, 8 in 2023-09-30T09:11:40.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:40 smithi118 ceph-mon[182959]: failed to encode map e305 with expected crc 2023-09-30T09:11:40.459 INFO:tasks.rados.rados.0.smithi118.stdout:1240: done (0 left) 2023-09-30T09:11:40.459 INFO:tasks.rados.rados.0.smithi118.stdout:1241: snap_remove snap 109 2023-09-30T09:11:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:40 smithi192 ceph-mon[180220]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:40 smithi192 ceph-mon[180220]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:40 smithi192 ceph-mon[180220]: failed to encode map e304 with expected crc 2023-09-30T09:11:40.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:40 smithi192 ceph-mon[180220]: pgmap v165: 121 pgs: 6 peering, 10 active+undersized+degraded, 18 active+undersized, 87 active+clean; 176 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 3.9 MiB/s rd, 1.1 MiB/s wr, 3 op/s; 32/297 objects degraded (10.774%) 2023-09-30T09:11:40.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:40 smithi192 ceph-mon[180220]: osdmap e305: 8 total, 8 up, 8 in 2023-09-30T09:11:40.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:40 smithi192 ceph-mon[180220]: failed to encode map e305 with expected crc 2023-09-30T09:11:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:41 smithi118 ceph-mon[182959]: failed to encode map e305 with expected crc 2023-09-30T09:11:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:41 smithi118 ceph-mon[182959]: failed to encode map e305 with expected crc 2023-09-30T09:11:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:41 smithi118 ceph-mon[182959]: osdmap e306: 8 total, 8 up, 8 in 2023-09-30T09:11:41.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:41 smithi118 ceph-mon[185516]: failed to encode map e305 with expected crc 2023-09-30T09:11:41.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:41 smithi118 ceph-mon[185516]: failed to encode map e305 with expected crc 2023-09-30T09:11:41.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:41 smithi118 ceph-mon[185516]: osdmap e306: 8 total, 8 up, 8 in 2023-09-30T09:11:41.462 INFO:tasks.rados.rados.0.smithi118.stdout:1241: done (0 left) 2023-09-30T09:11:41.463 INFO:tasks.rados.rados.0.smithi118.stdout:1242: snap_remove snap 107 2023-09-30T09:11:41.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:41 smithi192 ceph-mon[180220]: failed to encode map e305 with expected crc 2023-09-30T09:11:41.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:41 smithi192 ceph-mon[180220]: failed to encode map e305 with expected crc 2023-09-30T09:11:41.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:41 smithi192 ceph-mon[180220]: osdmap e306: 8 total, 8 up, 8 in 2023-09-30T09:11:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: pgmap v168: 121 pgs: 6 peering, 115 active+clean; 184 MiB data, 883 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.4 MiB/s wr, 18 op/s; 16 MiB/s, 4 objects/s recovering 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 32/297 objects degraded (10.774%), 10 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/297 objects degraded (10.774%), 10 pgs degraded) 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[182959]: osdmap e307: 8 total, 8 up, 8 in 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: pgmap v168: 121 pgs: 6 peering, 115 active+clean; 184 MiB data, 883 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.4 MiB/s wr, 18 op/s; 16 MiB/s, 4 objects/s recovering 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 32/297 objects degraded (10.774%), 10 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:42.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/297 objects degraded (10.774%), 10 pgs degraded) 2023-09-30T09:11:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:11:42.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:42 smithi118 ceph-mon[185516]: osdmap e307: 8 total, 8 up, 8 in 2023-09-30T09:11:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: failed to encode map e306 with expected crc 2023-09-30T09:11:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: pgmap v168: 121 pgs: 6 peering, 115 active+clean; 184 MiB data, 883 MiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.4 MiB/s wr, 18 op/s; 16 MiB/s, 4 objects/s recovering 2023-09-30T09:11:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 32/297 objects degraded (10.774%), 10 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/297 objects degraded (10.774%), 10 pgs degraded) 2023-09-30T09:11:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:11:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:42 smithi192 ceph-mon[180220]: osdmap e307: 8 total, 8 up, 8 in 2023-09-30T09:11:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:1242: done (0 left) 2023-09-30T09:11:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:1243: delete oid 34 current snap is 119 2023-09-30T09:11:42.491 INFO:tasks.rados.rados.0.smithi118.stdout:1243: done (0 left) 2023-09-30T09:11:42.491 INFO:tasks.rados.rados.0.smithi118.stdout:1244: read oid 33 snap -1 2023-09-30T09:11:42.491 INFO:tasks.rados.rados.0.smithi118.stdout:1244: expect deleted 2023-09-30T09:11:42.491 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 119 2023-09-30T09:11:42.492 INFO:tasks.rados.rados.0.smithi118.stdout:1245: seq_num 394 ranges {5160960=606208,5767168=565248,6332416=557056,6889472=81920} 2023-09-30T09:11:42.522 INFO:tasks.rados.rados.0.smithi118.stdout:1245: writing smithi118168640-48 from 5160960 to 5767168 tid 1 2023-09-30T09:11:42.525 INFO:tasks.rados.rados.0.smithi118.stdout:1245: writing smithi118168640-48 from 5767168 to 6332416 tid 2 2023-09-30T09:11:42.528 INFO:tasks.rados.rados.0.smithi118.stdout:1245: writing smithi118168640-48 from 6332416 to 6889472 tid 3 2023-09-30T09:11:42.529 INFO:tasks.rados.rados.0.smithi118.stdout:1245: writing smithi118168640-48 from 6889472 to 6971392 tid 4 2023-09-30T09:11:42.529 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 119 2023-09-30T09:11:42.529 INFO:tasks.rados.rados.0.smithi118.stdout:1246: seq_num 395 ranges {6365184=622592,6987776=450560,7438336=753664} 2023-09-30T09:11:42.566 INFO:tasks.rados.rados.0.smithi118.stdout:1246: writing smithi118168640-5 from 6365184 to 6987776 tid 1 2023-09-30T09:11:42.569 INFO:tasks.rados.rados.0.smithi118.stdout:1246: writing smithi118168640-5 from 6987776 to 7438336 tid 2 2023-09-30T09:11:42.574 INFO:tasks.rados.rados.0.smithi118.stdout:1246: writing smithi118168640-5 from 7438336 to 8192000 tid 3 2023-09-30T09:11:42.574 INFO:tasks.rados.rados.0.smithi118.stdout:1247: read oid 42 snap -1 2023-09-30T09:11:42.574 INFO:tasks.rados.rados.0.smithi118.stdout:1247: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:42.574 INFO:tasks.rados.rados.0.smithi118.stdout:1248: delete oid 15 current snap is 119 2023-09-30T09:11:42.574 INFO:tasks.rados.rados.0.smithi118.stdout:1245: finishing write tid 1 to smithi118168640-48 2023-09-30T09:11:42.575 INFO:tasks.rados.rados.0.smithi118.stdout:1245: finishing write tid 2 to smithi118168640-48 2023-09-30T09:11:42.575 INFO:tasks.rados.rados.0.smithi118.stdout:1245: finishing write tid 3 to smithi118168640-48 2023-09-30T09:11:42.575 INFO:tasks.rados.rados.0.smithi118.stdout:1245: finishing write tid 4 to smithi118168640-48 2023-09-30T09:11:42.575 INFO:tasks.rados.rados.0.smithi118.stdout:1245: finishing write tid 5 to smithi118168640-48 2023-09-30T09:11:42.575 INFO:tasks.rados.rados.0.smithi118.stdout:1245: finishing write tid 6 to smithi118168640-48 2023-09-30T09:11:42.575 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 731 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:11:42.577 INFO:tasks.rados.rados.0.smithi118.stdout:1245: left oid 48 (ObjNum 394 snap 119 seq_num 394) 2023-09-30T09:11:42.577 INFO:tasks.rados.rados.0.smithi118.stdout:1246: finishing write tid 1 to smithi118168640-5 2023-09-30T09:11:42.577 INFO:tasks.rados.rados.0.smithi118.stdout:1246: finishing write tid 2 to smithi118168640-5 2023-09-30T09:11:42.578 INFO:tasks.rados.rados.0.smithi118.stdout:1244: done (4 left) 2023-09-30T09:11:42.578 INFO:tasks.rados.rados.0.smithi118.stdout:1245: done (3 left) 2023-09-30T09:11:42.578 INFO:tasks.rados.rados.0.smithi118.stdout:1248: done (2 left) 2023-09-30T09:11:42.578 INFO:tasks.rados.rados.0.smithi118.stdout:1249: rollback oid 47 current snap is 119 2023-09-30T09:11:42.578 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 47 to 116 2023-09-30T09:11:42.578 INFO:tasks.rados.rados.0.smithi118.stdout:1250: read oid 39 snap 115 2023-09-30T09:11:42.578 INFO:tasks.rados.rados.0.smithi118.stdout:1250: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:11:42.580 INFO:tasks.rados.rados.0.smithi118.stdout:1251: rmattr oid 35 current snap is 119 2023-09-30T09:11:42.580 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 119 2023-09-30T09:11:42.580 INFO:tasks.rados.rados.0.smithi118.stdout:1252: seq_num 397 ranges {1089536=655360,1744896=671744,2416640=532480} 2023-09-30T09:11:42.586 INFO:tasks.rados.rados.0.smithi118.stdout:1252: writing smithi118168640-3 from 1089536 to 1744896 tid 1 2023-09-30T09:11:42.590 INFO:tasks.rados.rados.0.smithi118.stdout:1252: writing smithi118168640-3 from 1744896 to 2416640 tid 2 2023-09-30T09:11:42.593 INFO:tasks.rados.rados.0.smithi118.stdout:1252: writing smithi118168640-3 from 2416640 to 2949120 tid 3 2023-09-30T09:11:42.593 INFO:tasks.rados.rados.0.smithi118.stdout:1253: snap_remove snap 118 2023-09-30T09:11:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[182959]: failed to encode map e307 with expected crc 2023-09-30T09:11:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[182959]: failed to encode map e307 with expected crc 2023-09-30T09:11:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[182959]: osdmap e308: 8 total, 8 up, 8 in 2023-09-30T09:11:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[182959]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[182959]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[182959]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[185516]: failed to encode map e307 with expected crc 2023-09-30T09:11:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[185516]: failed to encode map e307 with expected crc 2023-09-30T09:11:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[185516]: osdmap e308: 8 total, 8 up, 8 in 2023-09-30T09:11:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[185516]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[185516]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:43 smithi118 ceph-mon[185516]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:43 smithi192 ceph-mon[180220]: failed to encode map e307 with expected crc 2023-09-30T09:11:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:43 smithi192 ceph-mon[180220]: failed to encode map e307 with expected crc 2023-09-30T09:11:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:43 smithi192 ceph-mon[180220]: osdmap e308: 8 total, 8 up, 8 in 2023-09-30T09:11:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:43 smithi192 ceph-mon[180220]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:43 smithi192 ceph-mon[180220]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:43 smithi192 ceph-mon[180220]: failed to encode map e308 with expected crc 2023-09-30T09:11:43.469 INFO:tasks.rados.rados.0.smithi118.stdout:1253: done (6 left) 2023-09-30T09:11:43.470 INFO:tasks.rados.rados.0.smithi118.stdout:1254: snap_remove snap 117 2023-09-30T09:11:44.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[182959]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[182959]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[182959]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[182959]: pgmap v171: 121 pgs: 121 active+clean; 184 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.0 MiB/s wr, 16 op/s; 16 MiB/s, 4 objects/s recovering 2023-09-30T09:11:44.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[182959]: osdmap e309: 8 total, 8 up, 8 in 2023-09-30T09:11:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[185516]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[185516]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[185516]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[185516]: pgmap v171: 121 pgs: 121 active+clean; 184 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.0 MiB/s wr, 16 op/s; 16 MiB/s, 4 objects/s recovering 2023-09-30T09:11:44.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:44 smithi118 ceph-mon[185516]: osdmap e309: 8 total, 8 up, 8 in 2023-09-30T09:11:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:44 smithi192 ceph-mon[180220]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.800 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:44 smithi192 ceph-mon[180220]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.800 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:44 smithi192 ceph-mon[180220]: failed to encode map e308 with expected crc 2023-09-30T09:11:44.800 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:44 smithi192 ceph-mon[180220]: pgmap v171: 121 pgs: 121 active+clean; 184 MiB data, 889 MiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 2.0 MiB/s wr, 16 op/s; 16 MiB/s, 4 objects/s recovering 2023-09-30T09:11:44.800 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:44 smithi192 ceph-mon[180220]: osdmap e309: 8 total, 8 up, 8 in 2023-09-30T09:11:44.803 INFO:tasks.rados.rados.0.smithi118.stdout:1254: done (6 left) 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1255: rollback oid 41 current snap is 119 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 113 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1247: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1249: finishing rollback tid 0 to smithi118168640-47 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1247: done (6 left) 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1256: read oid 50 snap -1 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1256: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1257: setattr oid 31 current snap is 119 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1246: finishing write tid 3 to smithi118168640-5 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:1249: finishing rollback tid 1 to smithi118168640-47 2023-09-30T09:11:44.875 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 442 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1246: finishing write tid 4 to smithi118168640-5 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 530 (ObjNum 361 snap 110 seq_num 361) dirty exists 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1246: finishing write tid 5 to smithi118168640-5 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 433 (ObjNum 395 snap 119 seq_num 395) dirty exists 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1246: left oid 5 (ObjNum 395 snap 119 seq_num 395) 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1250: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1252: finishing write tid 1 to smithi118168640-3 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1252: finishing write tid 2 to smithi118168640-3 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1252: finishing write tid 3 to smithi118168640-3 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1252: finishing write tid 4 to smithi118168640-3 2023-09-30T09:11:44.876 INFO:tasks.rados.rados.0.smithi118.stdout:1252: finishing write tid 5 to smithi118168640-3 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 359 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1252: left oid 3 (ObjNum 397 snap 119 seq_num 397) 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1255: finishing rollback tid 0 to smithi118168640-41 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1255: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1255: finishing rollback tid 2 to smithi118168640-41 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 737 (ObjNum 245 snap 71 seq_num 245) dirty exists 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1256: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 400 (ObjNum 81 snap 0 seq_num 1) dirty exists 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1246: done (7 left) 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1249: done (6 left) 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1250: done (5 left) 2023-09-30T09:11:44.877 INFO:tasks.rados.rados.0.smithi118.stdout:1251: done (4 left) 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1252: done (3 left) 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1255: done (2 left) 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1256: done (1 left) 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1257: done (0 left) 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1258: copy_from oid 45 from oid 24 current snap is 119 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1259: read oid 35 snap -1 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1259: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1260: read oid 40 snap -1 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1260: expect deleted 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1261: delete oid 33 current snap is 119 2023-09-30T09:11:44.878 INFO:tasks.rados.rados.0.smithi118.stdout:1258: finishing copy_from to smithi118168640-45 2023-09-30T09:11:44.879 INFO:tasks.rados.rados.0.smithi118.stdout:1258: got expected ENOENT (src dne) 2023-09-30T09:11:44.879 INFO:tasks.rados.rados.0.smithi118.stdout:1258: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:11:44.879 INFO:tasks.rados.rados.0.smithi118.stdout:1258: done (3 left) 2023-09-30T09:11:44.879 INFO:tasks.rados.rados.0.smithi118.stdout:1260: done (2 left) 2023-09-30T09:11:44.879 INFO:tasks.rados.rados.0.smithi118.stdout:1261: done (1 left) 2023-09-30T09:11:44.879 INFO:tasks.rados.rados.0.smithi118.stdout:1262: copy_from oid 1 from oid 37 current snap is 119 2023-09-30T09:11:44.879 INFO:tasks.rados.rados.0.smithi118.stdout:1263: read oid 40 snap -1 2023-09-30T09:11:44.891 INFO:tasks.rados.rados.0.smithi118.stdout:1263: expect deleted 2023-09-30T09:11:44.891 INFO:tasks.rados.rados.0.smithi118.stdout:1264: read oid 13 snap -1 2023-09-30T09:11:44.891 INFO:tasks.rados.rados.0.smithi118.stdout:1264: expect (ObjNum 182 snap 50 seq_num 182) 2023-09-30T09:11:44.891 INFO:tasks.rados.rados.0.smithi118.stdout:1265: snap_remove snap 113 2023-09-30T09:11:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[185516]: failed to encode map e309 with expected crc 2023-09-30T09:11:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[185516]: failed to encode map e309 with expected crc 2023-09-30T09:11:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[185516]: osdmap e310: 8 total, 8 up, 8 in 2023-09-30T09:11:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[185516]: failed to encode map e310 with expected crc 2023-09-30T09:11:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[182959]: failed to encode map e309 with expected crc 2023-09-30T09:11:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[182959]: failed to encode map e309 with expected crc 2023-09-30T09:11:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[182959]: osdmap e310: 8 total, 8 up, 8 in 2023-09-30T09:11:45.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:45 smithi118 ceph-mon[182959]: failed to encode map e310 with expected crc 2023-09-30T09:11:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:45 smithi192 ceph-mon[180220]: failed to encode map e309 with expected crc 2023-09-30T09:11:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:45 smithi192 ceph-mon[180220]: failed to encode map e309 with expected crc 2023-09-30T09:11:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:45 smithi192 ceph-mon[180220]: osdmap e310: 8 total, 8 up, 8 in 2023-09-30T09:11:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:45 smithi192 ceph-mon[180220]: failed to encode map e310 with expected crc 2023-09-30T09:11:45.479 INFO:tasks.rados.rados.0.smithi118.stdout:1265: done (4 left) 2023-09-30T09:11:45.479 INFO:tasks.rados.rados.0.smithi118.stdout:1266: setattr oid 38 current snap is 119 2023-09-30T09:11:45.481 INFO:tasks.rados.rados.0.smithi118.stdout:1262: finishing copy_from to smithi118168640-1 2023-09-30T09:11:45.481 INFO:tasks.rados.rados.0.smithi118.stdout:1262: got expected ENOENT (src dne) 2023-09-30T09:11:45.481 INFO:tasks.rados.rados.0.smithi118.stdout:1262: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:11:45.481 INFO:tasks.rados.rados.0.smithi118.stdout:1259: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:11:45.657 INFO:tasks.rados.rados.0.smithi118.stdout:1264: expect (ObjNum 182 snap 50 seq_num 182) 2023-09-30T09:11:46.083 INFO:tasks.rados.rados.0.smithi118.stdout:1259: done (4 left) 2023-09-30T09:11:46.083 INFO:tasks.rados.rados.0.smithi118.stdout:1262: done (3 left) 2023-09-30T09:11:46.083 INFO:tasks.rados.rados.0.smithi118.stdout:1263: done (2 left) 2023-09-30T09:11:46.084 INFO:tasks.rados.rados.0.smithi118.stdout:1264: done (1 left) 2023-09-30T09:11:46.084 INFO:tasks.rados.rados.0.smithi118.stdout:1267: read oid 4 snap -1 2023-09-30T09:11:46.084 INFO:tasks.rados.rados.0.smithi118.stdout:1267: expect deleted 2023-09-30T09:11:46.084 INFO:tasks.rados.rados.0.smithi118.stdout:1268: read oid 50 snap -1 2023-09-30T09:11:46.084 INFO:tasks.rados.rados.0.smithi118.stdout:1268: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:11:46.084 INFO:tasks.rados.rados.0.smithi118.stdout:1269: snap_create 2023-09-30T09:11:46.088 INFO:tasks.rados.rados.0.smithi118.stdout:1268: expect (ObjNum 49 snap 0 seq_num 49) 2023-09-30T09:11:46.108 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 449 (ObjNum 370 snap 112 seq_num 370) dirty exists 2023-09-30T09:11:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[182959]: failed to encode map e310 with expected crc 2023-09-30T09:11:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[182959]: failed to encode map e310 with expected crc 2023-09-30T09:11:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[182959]: pgmap v174: 121 pgs: 121 active+clean; 162 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2023-09-30T09:11:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[182959]: osdmap e311: 8 total, 8 up, 8 in 2023-09-30T09:11:46.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[182959]: failed to encode map e311 with expected crc 2023-09-30T09:11:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[185516]: failed to encode map e310 with expected crc 2023-09-30T09:11:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[185516]: failed to encode map e310 with expected crc 2023-09-30T09:11:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[185516]: pgmap v174: 121 pgs: 121 active+clean; 162 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2023-09-30T09:11:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[185516]: osdmap e311: 8 total, 8 up, 8 in 2023-09-30T09:11:46.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:46 smithi118 ceph-mon[185516]: failed to encode map e311 with expected crc 2023-09-30T09:11:46.428 INFO:tasks.rados.rados.0.smithi118.stdout:1266: done (3 left) 2023-09-30T09:11:46.428 INFO:tasks.rados.rados.0.smithi118.stdout:1267: done (2 left) 2023-09-30T09:11:46.428 INFO:tasks.rados.rados.0.smithi118.stdout:1268: done (1 left) 2023-09-30T09:11:46.428 INFO:tasks.rados.rados.0.smithi118.stdout:1269: done (0 left) 2023-09-30T09:11:46.428 INFO:tasks.rados.rados.0.smithi118.stdout:1270: delete oid 20 current snap is 120 2023-09-30T09:11:46.432 INFO:tasks.rados.rados.0.smithi118.stdout:1270: done (0 left) 2023-09-30T09:11:46.433 INFO:tasks.rados.rados.0.smithi118.stdout:1271: delete oid 13 current snap is 120 2023-09-30T09:11:46.435 INFO:tasks.rados.rados.0.smithi118.stdout:1271: done (0 left) 2023-09-30T09:11:46.436 INFO:tasks.rados.rados.0.smithi118.stdout:1272: snap_remove snap 115 2023-09-30T09:11:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:46 smithi192 ceph-mon[180220]: failed to encode map e310 with expected crc 2023-09-30T09:11:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:46 smithi192 ceph-mon[180220]: failed to encode map e310 with expected crc 2023-09-30T09:11:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:46 smithi192 ceph-mon[180220]: pgmap v174: 121 pgs: 121 active+clean; 162 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 4.4 MiB/s rd, 1.3 MiB/s wr, 15 op/s 2023-09-30T09:11:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:46 smithi192 ceph-mon[180220]: osdmap e311: 8 total, 8 up, 8 in 2023-09-30T09:11:46.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:46 smithi192 ceph-mon[180220]: failed to encode map e311 with expected crc 2023-09-30T09:11:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:47 smithi118 ceph-mon[182959]: failed to encode map e311 with expected crc 2023-09-30T09:11:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:47 smithi118 ceph-mon[182959]: osdmap e312: 8 total, 8 up, 8 in 2023-09-30T09:11:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:47 smithi118 ceph-mon[182959]: failed to encode map e312 with expected crc 2023-09-30T09:11:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:47 smithi118 ceph-mon[185516]: failed to encode map e311 with expected crc 2023-09-30T09:11:47.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:47 smithi118 ceph-mon[185516]: osdmap e312: 8 total, 8 up, 8 in 2023-09-30T09:11:47.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:47 smithi118 ceph-mon[185516]: failed to encode map e312 with expected crc 2023-09-30T09:11:47.436 INFO:tasks.rados.rados.0.smithi118.stdout:1272: done (0 left) 2023-09-30T09:11:47.436 INFO:tasks.rados.rados.0.smithi118.stdout:1273: snap_remove snap 119 2023-09-30T09:11:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:47 smithi192 ceph-mon[180220]: failed to encode map e311 with expected crc 2023-09-30T09:11:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:47 smithi192 ceph-mon[180220]: osdmap e312: 8 total, 8 up, 8 in 2023-09-30T09:11:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:47 smithi192 ceph-mon[180220]: failed to encode map e312 with expected crc 2023-09-30T09:11:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[182959]: failed to encode map e312 with expected crc 2023-09-30T09:11:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[182959]: pgmap v177: 121 pgs: 121 active+clean; 162 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 1.3 MiB/s wr, 16 op/s 2023-09-30T09:11:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[182959]: failed to encode map e313 with expected crc 2023-09-30T09:11:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[182959]: osdmap e313: 8 total, 8 up, 8 in 2023-09-30T09:11:48.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[185516]: failed to encode map e312 with expected crc 2023-09-30T09:11:48.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[185516]: pgmap v177: 121 pgs: 121 active+clean; 162 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 1.3 MiB/s wr, 16 op/s 2023-09-30T09:11:48.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[185516]: failed to encode map e313 with expected crc 2023-09-30T09:11:48.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:48 smithi118 ceph-mon[185516]: osdmap e313: 8 total, 8 up, 8 in 2023-09-30T09:11:48.438 INFO:tasks.rados.rados.0.smithi118.stdout:1273: done (0 left) 2023-09-30T09:11:48.438 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 120 2023-09-30T09:11:48.438 INFO:tasks.rados.rados.0.smithi118.stdout:1274: seq_num 401 ranges {1351680=720896,2072576=606208,2678784=598016} 2023-09-30T09:11:48.450 INFO:tasks.rados.rados.0.smithi118.stdout:1274: writing smithi118168640-23 from 1351680 to 2072576 tid 1 2023-09-30T09:11:48.454 INFO:tasks.rados.rados.0.smithi118.stdout:1274: writing smithi118168640-23 from 2072576 to 2678784 tid 2 2023-09-30T09:11:48.458 INFO:tasks.rados.rados.0.smithi118.stdout:1274: writing smithi118168640-23 from 2678784 to 3276800 tid 3 2023-09-30T09:11:48.458 INFO:tasks.rados.rados.0.smithi118.stdout:1275: rmattr oid 15 current snap is 120 2023-09-30T09:11:48.458 INFO:tasks.rados.rados.0.smithi118.stdout:1274: finishing write tid 1 to smithi118168640-23 2023-09-30T09:11:48.458 INFO:tasks.rados.rados.0.smithi118.stdout:1275: done (1 left) 2023-09-30T09:11:48.458 INFO:tasks.rados.rados.0.smithi118.stdout:1276: read oid 6 snap 116 2023-09-30T09:11:48.459 INFO:tasks.rados.rados.0.smithi118.stdout:1276: expect (ObjNum -971359696 snap 22003 seq_num 3556798240) 2023-09-30T09:11:48.459 INFO:tasks.rados.rados.0.smithi118.stdout:1277: rmattr oid 4 current snap is 120 2023-09-30T09:11:48.459 INFO:tasks.rados.rados.0.smithi118.stdout:1277: done (2 left) 2023-09-30T09:11:48.459 INFO:tasks.rados.rados.0.smithi118.stdout:1278: read oid 41 snap -1 2023-09-30T09:11:48.459 INFO:tasks.rados.rados.0.smithi118.stdout:1278: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:48.459 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 120 2023-09-30T09:11:48.459 INFO:tasks.rados.rados.0.smithi118.stdout:1279: seq_num 402 ranges {2899968=737280,3637248=491520,4128768=516096,4644864=196608} 2023-09-30T09:11:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:48 smithi192 ceph-mon[180220]: failed to encode map e312 with expected crc 2023-09-30T09:11:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:48 smithi192 ceph-mon[180220]: pgmap v177: 121 pgs: 121 active+clean; 162 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 1.3 MiB/s wr, 16 op/s 2023-09-30T09:11:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:48 smithi192 ceph-mon[180220]: failed to encode map e313 with expected crc 2023-09-30T09:11:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:48 smithi192 ceph-mon[180220]: osdmap e313: 8 total, 8 up, 8 in 2023-09-30T09:11:48.478 INFO:tasks.rados.rados.0.smithi118.stdout:1279: writing smithi118168640-27 from 2899968 to 3637248 tid 1 2023-09-30T09:11:48.481 INFO:tasks.rados.rados.0.smithi118.stdout:1279: writing smithi118168640-27 from 3637248 to 4128768 tid 2 2023-09-30T09:11:48.485 INFO:tasks.rados.rados.0.smithi118.stdout:1279: writing smithi118168640-27 from 4128768 to 4644864 tid 3 2023-09-30T09:11:48.486 INFO:tasks.rados.rados.0.smithi118.stdout:1279: writing smithi118168640-27 from 4644864 to 4841472 tid 4 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:1280: setattr oid 37 current snap is 120 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:1274: finishing write tid 2 to smithi118168640-23 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:1274: finishing write tid 3 to smithi118168640-23 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:1274: finishing write tid 4 to smithi118168640-23 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:1274: finishing write tid 5 to smithi118168640-23 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 544 (ObjNum 401 snap 120 seq_num 401) dirty exists 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:1274: left oid 23 (ObjNum 401 snap 120 seq_num 401) 2023-09-30T09:11:48.488 INFO:tasks.rados.rados.0.smithi118.stdout:1276: expect (ObjNum -971359696 snap 22003 seq_num 3556798240) 2023-09-30T09:11:48.490 INFO:tasks.rados.rados.0.smithi118.stdout:1278: expect (ObjNum 245 snap 71 seq_num 245) 2023-09-30T09:11:48.680 INFO:tasks.rados.rados.0.smithi118.stdout:1279: finishing write tid 1 to smithi118168640-27 2023-09-30T09:11:48.680 INFO:tasks.rados.rados.0.smithi118.stdout:1279: finishing write tid 2 to smithi118168640-27 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1279: finishing write tid 3 to smithi118168640-27 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1279: finishing write tid 4 to smithi118168640-27 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1279: finishing write tid 5 to smithi118168640-27 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1279: finishing write tid 6 to smithi118168640-27 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 217 (ObjNum 402 snap 120 seq_num 402) dirty exists 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1279: left oid 27 (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 445 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1274: done (4 left) 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1276: done (3 left) 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1278: done (2 left) 2023-09-30T09:11:48.681 INFO:tasks.rados.rados.0.smithi118.stdout:1279: done (1 left) 2023-09-30T09:11:48.682 INFO:tasks.rados.rados.0.smithi118.stdout:1280: done (0 left) 2023-09-30T09:11:48.682 INFO:tasks.rados.rados.0.smithi118.stdout:1281: snap_remove snap 116 2023-09-30T09:11:48.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:48.659Z caller=alerting.go:366 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-09-30T09:11:48.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:48.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:11:49.443 INFO:tasks.rados.rados.0.smithi118.stdout:1281: done (0 left) 2023-09-30T09:11:49.443 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 120 2023-09-30T09:11:49.443 INFO:tasks.rados.rados.0.smithi118.stdout:1282: seq_num 403 ranges {5013504=753664,5767168=425984,6193152=720896,6914048=57344} 2023-09-30T09:11:49.474 INFO:tasks.rados.rados.0.smithi118.stdout:1282: writing smithi118168640-8 from 5013504 to 5767168 tid 1 2023-09-30T09:11:49.477 INFO:tasks.rados.rados.0.smithi118.stdout:1282: writing smithi118168640-8 from 5767168 to 6193152 tid 2 2023-09-30T09:11:49.481 INFO:tasks.rados.rados.0.smithi118.stdout:1282: writing smithi118168640-8 from 6193152 to 6914048 tid 3 2023-09-30T09:11:49.482 INFO:tasks.rados.rados.0.smithi118.stdout:1282: writing smithi118168640-8 from 6914048 to 6971392 tid 4 2023-09-30T09:11:49.482 INFO:tasks.rados.rados.0.smithi118.stdout:1283: setattr oid 14 current snap is 120 2023-09-30T09:11:49.482 INFO:tasks.rados.rados.0.smithi118.stdout:1282: finishing write tid 1 to smithi118168640-8 2023-09-30T09:11:49.482 INFO:tasks.rados.rados.0.smithi118.stdout:1282: finishing write tid 2 to smithi118168640-8 2023-09-30T09:11:49.482 INFO:tasks.rados.rados.0.smithi118.stdout:1284: snap_create 2023-09-30T09:11:49.485 INFO:tasks.rados.rados.0.smithi118.stdout:1282: finishing write tid 3 to smithi118168640-8 2023-09-30T09:11:49.486 INFO:tasks.rados.rados.0.smithi118.stdout:1282: finishing write tid 4 to smithi118168640-8 2023-09-30T09:11:49.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 500 (ObjNum 382 snap 115 seq_num 382) dirty exists 2023-09-30T09:11:49.487 INFO:tasks.rados.rados.0.smithi118.stdout:1282: finishing write tid 5 to smithi118168640-8 2023-09-30T09:11:49.488 INFO:tasks.rados.rados.0.smithi118.stdout:1282: finishing write tid 6 to smithi118168640-8 2023-09-30T09:11:49.489 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 450 (ObjNum 403 snap 120 seq_num 403) dirty exists 2023-09-30T09:11:49.489 INFO:tasks.rados.rados.0.smithi118.stdout:1282: left oid 8 (ObjNum 403 snap 120 seq_num 403) 2023-09-30T09:11:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: osdmap e314: 8 total, 8 up, 8 in 2023-09-30T09:11:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: pgmap v180: 121 pgs: 121 active+clean; 162 MiB data, 885 MiB used, 714 GiB / 715 GiB avail; 930 KiB/s rd, 1 op/s 2023-09-30T09:11:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: osdmap e314: 8 total, 8 up, 8 in 2023-09-30T09:11:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: pgmap v180: 121 pgs: 121 active+clean; 162 MiB data, 885 MiB used, 714 GiB / 715 GiB avail; 930 KiB/s rd, 1 op/s 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: osdmap e314: 8 total, 8 up, 8 in 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: failed to encode map e314 with expected crc 2023-09-30T09:11:49.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: pgmap v180: 121 pgs: 121 active+clean; 162 MiB data, 885 MiB used, 714 GiB / 715 GiB avail; 930 KiB/s rd, 1 op/s 2023-09-30T09:11:49.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:49.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:11:49.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:11:49] "GET /metrics HTTP/1.1" 200 36200 "" "Prometheus/2.43.0" 2023-09-30T09:11:50.448 INFO:tasks.rados.rados.0.smithi118.stdout:1282: done (2 left) 2023-09-30T09:11:50.449 INFO:tasks.rados.rados.0.smithi118.stdout:1283: done (1 left) 2023-09-30T09:11:50.449 INFO:tasks.rados.rados.0.smithi118.stdout:1284: done (0 left) 2023-09-30T09:11:50.449 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 121 2023-09-30T09:11:50.449 INFO:tasks.rados.rados.0.smithi118.stdout:1285: seq_num 404 ranges {4743168=770048,5513216=712704,6225920=491520} 2023-09-30T09:11:50.478 INFO:tasks.rados.rados.0.smithi118.stdout:1285: writing smithi118168640-29 from 4743168 to 5513216 tid 1 2023-09-30T09:11:50.482 INFO:tasks.rados.rados.0.smithi118.stdout:1285: writing smithi118168640-29 from 5513216 to 6225920 tid 2 2023-09-30T09:11:50.485 INFO:tasks.rados.rados.0.smithi118.stdout:1285: writing smithi118168640-29 from 6225920 to 6717440 tid 3 2023-09-30T09:11:50.485 INFO:tasks.rados.rados.0.smithi118.stdout:1286: copy_from oid 14 from oid 8 current snap is 121 2023-09-30T09:11:50.486 INFO:tasks.rados.rados.0.smithi118.stdout:1285: finishing write tid 1 to smithi118168640-29 2023-09-30T09:11:50.486 INFO:tasks.rados.rados.0.smithi118.stdout:1287: setattr oid 25 current snap is 121 2023-09-30T09:11:50.486 INFO:tasks.rados.rados.0.smithi118.stdout:1285: finishing write tid 2 to smithi118168640-29 2023-09-30T09:11:50.487 INFO:tasks.rados.rados.0.smithi118.stdout:1288: rollback oid 45 current snap is 121 2023-09-30T09:11:50.487 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 45 to 120 2023-09-30T09:11:50.488 INFO:tasks.rados.rados.0.smithi118.stdout:1289: rollback oid 50 current snap is 121 2023-09-30T09:11:50.488 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 120 2023-09-30T09:11:50.488 INFO:tasks.rados.rados.0.smithi118.stdout:1290: delete oid 6 current snap is 121 2023-09-30T09:11:50.489 INFO:tasks.rados.rados.0.smithi118.stdout:1285: finishing write tid 3 to smithi118168640-29 2023-09-30T09:11:50.489 INFO:tasks.rados.rados.0.smithi118.stdout:1285: finishing write tid 4 to smithi118168640-29 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1290: done (5 left) 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1291: read oid 34 snap -1 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1291: expect deleted 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1292: read oid 27 snap 120 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1292: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1293: read oid 47 snap 120 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1293: expect deleted 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1294: copy_from oid 41 from oid 1 current snap is 121 2023-09-30T09:11:50.494 INFO:tasks.rados.rados.0.smithi118.stdout:1295: copy_from oid 44 from oid 40 current snap is 121 2023-09-30T09:11:50.495 INFO:tasks.rados.rados.0.smithi118.stdout:1296: delete oid 19 current snap is 121 2023-09-30T09:11:50.495 INFO:tasks.rados.rados.0.smithi118.stdout:1285: finishing write tid 5 to smithi118168640-29 2023-09-30T09:11:50.495 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 391 (ObjNum 404 snap 121 seq_num 404) dirty exists 2023-09-30T09:11:50.496 INFO:tasks.rados.rados.0.smithi118.stdout:1285: left oid 29 (ObjNum 404 snap 121 seq_num 404) 2023-09-30T09:11:50.496 INFO:tasks.rados.rados.0.smithi118.stdout:1288: finishing rollback tid 0 to smithi118168640-45 2023-09-30T09:11:50.497 INFO:tasks.rados.rados.0.smithi118.stdout:1288: finishing rollback tid 1 to smithi118168640-45 2023-09-30T09:11:50.497 INFO:tasks.rados.rados.0.smithi118.stdout:1288: finishing rollback tid 2 to smithi118168640-45 2023-09-30T09:11:50.497 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 399 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:11:50.498 INFO:tasks.rados.rados.0.smithi118.stdout:1289: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:11:50.499 INFO:tasks.rados.rados.0.smithi118.stdout:1289: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:11:50.499 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 647 (ObjNum 303 snap 98 seq_num 303) dirty exists 2023-09-30T09:11:50.499 INFO:tasks.rados.rados.0.smithi118.stdout:1289: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:11:50.499 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 759 (ObjNum 49 snap 0 seq_num 49) dirty exists 2023-09-30T09:11:50.499 INFO:tasks.rados.rados.0.smithi118.stdout:1294: finishing copy_from to smithi118168640-41 2023-09-30T09:11:50.499 INFO:tasks.rados.rados.0.smithi118.stdout:1294: got expected ENOENT (src dne) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1294: finishing copy_from racing read to smithi118168640-41 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1285: done (10 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1287: done (9 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1288: done (8 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1289: done (7 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1291: done (6 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1293: done (5 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1294: done (4 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:1296: done (3 left) 2023-09-30T09:11:50.500 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 121 2023-09-30T09:11:50.501 INFO:tasks.rados.rados.0.smithi118.stdout:1297: seq_num 407 ranges {0=425984,425984=761856,1187840=704512,1892352=139264} 2023-09-30T09:11:50.502 INFO:tasks.rados.rados.0.smithi118.stdout:1297: writing smithi118168640-11 from 0 to 425984 tid 1 2023-09-30T09:11:50.506 INFO:tasks.rados.rados.0.smithi118.stdout:1297: writing smithi118168640-11 from 425984 to 1187840 tid 2 2023-09-30T09:11:50.511 INFO:tasks.rados.rados.0.smithi118.stdout:1297: writing smithi118168640-11 from 1187840 to 1892352 tid 3 2023-09-30T09:11:50.512 INFO:tasks.rados.rados.0.smithi118.stdout:1297: writing smithi118168640-11 from 1892352 to 2031616 tid 4 2023-09-30T09:11:50.512 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 121 2023-09-30T09:11:50.512 INFO:tasks.rados.rados.0.smithi118.stdout:1298: seq_num 408 ranges {2646016=442368,3088384=647168,3735552=507904,4243456=450560} 2023-09-30T09:11:50.529 INFO:tasks.rados.rados.0.smithi118.stdout:1298: writing smithi118168640-30 from 2646016 to 3088384 tid 1 2023-09-30T09:11:50.532 INFO:tasks.rados.rados.0.smithi118.stdout:1298: writing smithi118168640-30 from 3088384 to 3735552 tid 2 2023-09-30T09:11:50.535 INFO:tasks.rados.rados.0.smithi118.stdout:1298: writing smithi118168640-30 from 3735552 to 4243456 tid 3 2023-09-30T09:11:50.538 INFO:tasks.rados.rados.0.smithi118.stdout:1298: writing smithi118168640-30 from 4243456 to 4694016 tid 4 2023-09-30T09:11:50.538 INFO:tasks.rados.rados.0.smithi118.stdout:1299: copy_from oid 15 from oid 12 current snap is 121 2023-09-30T09:11:50.538 INFO:tasks.rados.rados.0.smithi118.stdout:1295: finishing copy_from to smithi118168640-44 2023-09-30T09:11:50.539 INFO:tasks.rados.rados.0.smithi118.stdout:1295: got expected ENOENT (src dne) 2023-09-30T09:11:50.539 INFO:tasks.rados.rados.0.smithi118.stdout:1295: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:11:50.539 INFO:tasks.rados.rados.0.smithi118.stdout:1292: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:11:50.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:50 smithi192 ceph-mon[180220]: failed to encode map e315 with expected crc 2023-09-30T09:11:50.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:50 smithi192 ceph-mon[180220]: osdmap e315: 8 total, 8 up, 8 in 2023-09-30T09:11:50.726 INFO:tasks.rados.rados.0.smithi118.stdout:1297: finishing write tid 1 to smithi118168640-11 2023-09-30T09:11:50.726 INFO:tasks.rados.rados.0.smithi118.stdout:1297: finishing write tid 2 to smithi118168640-11 2023-09-30T09:11:50.726 INFO:tasks.rados.rados.0.smithi118.stdout:1297: finishing write tid 3 to smithi118168640-11 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1297: finishing write tid 4 to smithi118168640-11 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1297: finishing write tid 5 to smithi118168640-11 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1297: finishing write tid 6 to smithi118168640-11 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 396 (ObjNum 407 snap 121 seq_num 407) dirty exists 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1297: left oid 11 (ObjNum 407 snap 121 seq_num 407) 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1286: finishing copy_from to smithi118168640-14 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 450 (ObjNum 403 snap 120 seq_num 403) dirty exists 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1286: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1298: finishing write tid 1 to smithi118168640-30 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1298: finishing write tid 2 to smithi118168640-30 2023-09-30T09:11:50.727 INFO:tasks.rados.rados.0.smithi118.stdout:1286: done (5 left) 2023-09-30T09:11:50.728 INFO:tasks.rados.rados.0.smithi118.stdout:1292: done (4 left) 2023-09-30T09:11:50.728 INFO:tasks.rados.rados.0.smithi118.stdout:1295: done (3 left) 2023-09-30T09:11:50.728 INFO:tasks.rados.rados.0.smithi118.stdout:1297: done (2 left) 2023-09-30T09:11:50.728 INFO:tasks.rados.rados.0.smithi118.stdout:1300: read oid 16 snap -1 2023-09-30T09:11:50.728 INFO:tasks.rados.rados.0.smithi118.stdout:1300: expect deleted 2023-09-30T09:11:50.728 INFO:tasks.rados.rados.0.smithi118.stdout:1301: snap_remove snap 120 2023-09-30T09:11:50.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:50 smithi118 ceph-mon[182959]: failed to encode map e315 with expected crc 2023-09-30T09:11:50.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:50 smithi118 ceph-mon[182959]: osdmap e315: 8 total, 8 up, 8 in 2023-09-30T09:11:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:50 smithi118 ceph-mon[185516]: failed to encode map e315 with expected crc 2023-09-30T09:11:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:50 smithi118 ceph-mon[185516]: osdmap e315: 8 total, 8 up, 8 in 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1301: done (3 left) 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1302: read oid 27 snap -1 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1302: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1303: read oid 21 snap -1 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1303: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1304: snap_create 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1298: finishing write tid 3 to smithi118168640-30 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1298: finishing write tid 4 to smithi118168640-30 2023-09-30T09:11:51.432 INFO:tasks.rados.rados.0.smithi118.stdout:1298: finishing write tid 5 to smithi118168640-30 2023-09-30T09:11:51.433 INFO:tasks.rados.rados.0.smithi118.stdout:1298: finishing write tid 6 to smithi118168640-30 2023-09-30T09:11:51.433 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 546 (ObjNum 408 snap 121 seq_num 408) dirty exists 2023-09-30T09:11:51.433 INFO:tasks.rados.rados.0.smithi118.stdout:1298: left oid 30 (ObjNum 408 snap 121 seq_num 408) 2023-09-30T09:11:51.433 INFO:tasks.rados.rados.0.smithi118.stdout:1299: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:11:51.433 INFO:tasks.rados.rados.0.smithi118.stdout:1299: finishing copy_from to smithi118168640-15 2023-09-30T09:11:51.433 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 364 (ObjNum 340 snap 103 seq_num 340) dirty exists 2023-09-30T09:11:51.458 INFO:tasks.rados.rados.0.smithi118.stdout:1302: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:11:51.656 INFO:tasks.rados.rados.0.smithi118.stdout:1303: expect (ObjNum 275 snap 82 seq_num 275) 2023-09-30T09:11:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: osdmap e316: 8 total, 8 up, 8 in 2023-09-30T09:11:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: pgmap v183: 121 pgs: 121 active+clean; 158 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.4 MiB/s wr, 23 op/s 2023-09-30T09:11:51.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:51.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:51 smithi192 ceph-mon[180220]: osdmap e317: 8 total, 8 up, 8 in 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: osdmap e316: 8 total, 8 up, 8 in 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: pgmap v183: 121 pgs: 121 active+clean; 158 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.4 MiB/s wr, 23 op/s 2023-09-30T09:11:51.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[185516]: osdmap e317: 8 total, 8 up, 8 in 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: osdmap e316: 8 total, 8 up, 8 in 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: failed to encode map e316 with expected crc 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: pgmap v183: 121 pgs: 121 active+clean; 158 MiB data, 877 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.4 MiB/s wr, 23 op/s 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:51.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:51 smithi118 ceph-mon[182959]: osdmap e317: 8 total, 8 up, 8 in 2023-09-30T09:11:52.437 INFO:tasks.rados.rados.0.smithi118.stdout:1298: done (5 left) 2023-09-30T09:11:52.437 INFO:tasks.rados.rados.0.smithi118.stdout:1299: done (4 left) 2023-09-30T09:11:52.437 INFO:tasks.rados.rados.0.smithi118.stdout:1300: done (3 left) 2023-09-30T09:11:52.437 INFO:tasks.rados.rados.0.smithi118.stdout:1302: done (2 left) 2023-09-30T09:11:52.437 INFO:tasks.rados.rados.0.smithi118.stdout:1303: done (1 left) 2023-09-30T09:11:52.437 INFO:tasks.rados.rados.0.smithi118.stdout:1304: done (0 left) 2023-09-30T09:11:52.437 INFO:tasks.rados.rados.0.smithi118.stdout:1305: delete oid 24 current snap is 122 2023-09-30T09:11:52.438 INFO:tasks.rados.rados.0.smithi118.stdout:1305: done (0 left) 2023-09-30T09:11:52.438 INFO:tasks.rados.rados.0.smithi118.stdout:1306: read oid 30 snap -1 2023-09-30T09:11:52.438 INFO:tasks.rados.rados.0.smithi118.stdout:1306: expect (ObjNum 408 snap 121 seq_num 408) 2023-09-30T09:11:52.438 INFO:tasks.rados.rados.0.smithi118.stdout:1307: read oid 29 snap -1 2023-09-30T09:11:52.439 INFO:tasks.rados.rados.0.smithi118.stdout:1307: expect (ObjNum 404 snap 121 seq_num 404) 2023-09-30T09:11:52.439 INFO:tasks.rados.rados.0.smithi118.stdout:1308: read oid 17 snap 121 2023-09-30T09:11:52.439 INFO:tasks.rados.rados.0.smithi118.stdout:1308: expect (ObjNum -971421984 snap 22003 seq_num 3323258912) 2023-09-30T09:11:52.439 INFO:tasks.rados.rados.0.smithi118.stdout:1309: setattr oid 9 current snap is 122 2023-09-30T09:11:52.439 INFO:tasks.rados.rados.0.smithi118.stdout:1310: read oid 28 snap -1 2023-09-30T09:11:52.439 INFO:tasks.rados.rados.0.smithi118.stdout:1310: expect (ObjNum 381 snap 115 seq_num 381) 2023-09-30T09:11:52.440 INFO:tasks.rados.rados.0.smithi118.stdout:1311: setattr oid 46 current snap is 122 2023-09-30T09:11:52.441 INFO:tasks.rados.rados.0.smithi118.stdout:1312: read oid 35 snap -1 2023-09-30T09:11:52.441 INFO:tasks.rados.rados.0.smithi118.stdout:1312: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:11:52.441 INFO:tasks.rados.rados.0.smithi118.stdout:1313: delete oid 5 current snap is 122 2023-09-30T09:11:52.446 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 206 (ObjNum 344 snap 104 seq_num 344) dirty exists 2023-09-30T09:11:52.447 INFO:tasks.rados.rados.0.smithi118.stdout:1309: done (7 left) 2023-09-30T09:11:52.447 INFO:tasks.rados.rados.0.smithi118.stdout:1313: done (6 left) 2023-09-30T09:11:52.447 INFO:tasks.rados.rados.0.smithi118.stdout:1314: read oid 25 snap -1 2023-09-30T09:11:52.447 INFO:tasks.rados.rados.0.smithi118.stdout:1314: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:52.451 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 122 2023-09-30T09:11:52.451 INFO:tasks.rados.rados.0.smithi118.stdout:1315: seq_num 411 ranges {9101312=491520,9592832=753664,10346496=688128,11034624=163840} 2023-09-30T09:11:52.503 INFO:tasks.rados.rados.0.smithi118.stdout:1315: writing smithi118168640-44 from 9101312 to 9592832 tid 1 2023-09-30T09:11:52.507 INFO:tasks.rados.rados.0.smithi118.stdout:1315: writing smithi118168640-44 from 9592832 to 10346496 tid 2 2023-09-30T09:11:52.512 INFO:tasks.rados.rados.0.smithi118.stdout:1315: writing smithi118168640-44 from 10346496 to 11034624 tid 3 2023-09-30T09:11:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:1315: writing smithi118168640-44 from 11034624 to 11198464 tid 4 2023-09-30T09:11:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:1316: setattr oid 22 current snap is 122 2023-09-30T09:11:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:1308: expect (ObjNum -971421984 snap 22003 seq_num 3323258912) 2023-09-30T09:11:52.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 375 (ObjNum 129 snap 0 seq_num 3321434472) dirty exists 2023-09-30T09:11:52.515 INFO:tasks.rados.rados.0.smithi118.stdout:1314: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:52.601 INFO:tasks.rados.rados.0.smithi118.stdout:1307: expect (ObjNum 404 snap 121 seq_num 404) 2023-09-30T09:11:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: Upgrade: osd.3 is safe to restart 2023-09-30T09:11:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:52.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:11:52.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:52.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:52 smithi192 ceph-mon[180220]: osdmap e318: 8 total, 8 up, 8 in 2023-09-30T09:11:52.725 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:52.725 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: Upgrade: osd.3 is safe to restart 2023-09-30T09:11:52.725 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.725 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.725 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.725 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:52.725 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[185516]: osdmap e318: 8 total, 8 up, 8 in 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: Upgrade: osd.3 is safe to restart 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: failed to encode map e317 with expected crc 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-30T09:11:52.726 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:11:52.727 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:52 smithi118 ceph-mon[182959]: osdmap e318: 8 total, 8 up, 8 in 2023-09-30T09:11:52.967 INFO:tasks.rados.rados.0.smithi118.stdout:1310: expect (ObjNum 381 snap 115 seq_num 381) 2023-09-30T09:11:53.069 INFO:tasks.rados.rados.0.smithi118.stdout:1306: expect (ObjNum 408 snap 121 seq_num 408) 2023-09-30T09:11:53.258 INFO:tasks.rados.rados.0.smithi118.stdout:1312: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:11:53.435 INFO:tasks.rados.rados.0.smithi118.stdout:1315: finishing write tid 1 to smithi118168640-44 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1315: finishing write tid 2 to smithi118168640-44 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1315: finishing write tid 3 to smithi118168640-44 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1315: finishing write tid 4 to smithi118168640-44 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1315: finishing write tid 5 to smithi118168640-44 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1315: finishing write tid 6 to smithi118168640-44 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 382 (ObjNum 411 snap 122 seq_num 411) dirty exists 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1315: left oid 44 (ObjNum 411 snap 122 seq_num 411) 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1306: done (8 left) 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1307: done (7 left) 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1308: done (6 left) 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1310: done (5 left) 2023-09-30T09:11:53.436 INFO:tasks.rados.rados.0.smithi118.stdout:1311: done (4 left) 2023-09-30T09:11:53.437 INFO:tasks.rados.rados.0.smithi118.stdout:1312: done (3 left) 2023-09-30T09:11:53.437 INFO:tasks.rados.rados.0.smithi118.stdout:1314: done (2 left) 2023-09-30T09:11:53.437 INFO:tasks.rados.rados.0.smithi118.stdout:1315: done (1 left) 2023-09-30T09:11:53.437 INFO:tasks.rados.rados.0.smithi118.stdout:1317: delete oid 21 current snap is 122 2023-09-30T09:11:53.438 INFO:tasks.rados.rados.0.smithi118.stdout:1317: done (1 left) 2023-09-30T09:11:53.438 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 122 2023-09-30T09:11:53.438 INFO:tasks.rados.rados.0.smithi118.stdout:1318: seq_num 413 ranges {0=524288,524288=516096,1040384=696320,1736704=393216} 2023-09-30T09:11:53.441 INFO:tasks.rados.rados.0.smithi118.stdout:1318: writing smithi118168640-6 from 0 to 524288 tid 1 2023-09-30T09:11:53.445 INFO:tasks.rados.rados.0.smithi118.stdout:1318: writing smithi118168640-6 from 524288 to 1040384 tid 2 2023-09-30T09:11:53.448 INFO:tasks.rados.rados.0.smithi118.stdout:1318: writing smithi118168640-6 from 1040384 to 1736704 tid 3 2023-09-30T09:11:53.451 INFO:tasks.rados.rados.0.smithi118.stdout:1318: writing smithi118168640-6 from 1736704 to 2129920 tid 4 2023-09-30T09:11:53.451 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 122 2023-09-30T09:11:53.451 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 402 (ObjNum 376 snap 113 seq_num 376) dirty exists 2023-09-30T09:11:53.451 INFO:tasks.rados.rados.0.smithi118.stdout:1319: seq_num 414 ranges {7602176=540672,8142848=802816,8945664=458752,9404416=344064} 2023-09-30T09:11:53.495 INFO:tasks.rados.rados.0.smithi118.stdout:1319: writing smithi118168640-2 from 7602176 to 8142848 tid 1 2023-09-30T09:11:53.500 INFO:tasks.rados.rados.0.smithi118.stdout:1319: writing smithi118168640-2 from 8142848 to 8945664 tid 2 2023-09-30T09:11:53.502 INFO:tasks.rados.rados.0.smithi118.stdout:1319: writing smithi118168640-2 from 8945664 to 9404416 tid 3 2023-09-30T09:11:53.504 INFO:tasks.rados.rados.0.smithi118.stdout:1319: writing smithi118168640-2 from 9404416 to 9748480 tid 4 2023-09-30T09:11:53.504 INFO:tasks.rados.rados.0.smithi118.stdout:1316: done (2 left) 2023-09-30T09:11:53.505 INFO:tasks.rados.rados.0.smithi118.stdout:1320: snap_remove snap 121 2023-09-30T09:11:53.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: Upgrade: Updating osd.3 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: Deploying daemon osd.3 on smithi118 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[185516]: pgmap v186: 121 pgs: 121 active+clean; 158 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.4 MiB/s wr, 23 op/s 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: Upgrade: Updating osd.3 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: Deploying daemon osd.3 on smithi118 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.779 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:53 smithi118 ceph-mon[182959]: pgmap v186: 121 pgs: 121 active+clean; 158 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.4 MiB/s wr, 23 op/s 2023-09-30T09:11:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: Upgrade: Updating osd.3 2023-09-30T09:11:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: Deploying daemon osd.3 on smithi118 2023-09-30T09:11:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: failed to encode map e318 with expected crc 2023-09-30T09:11:53.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:53 smithi192 ceph-mon[180220]: pgmap v186: 121 pgs: 121 active+clean; 158 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.4 MiB/s wr, 23 op/s 2023-09-30T09:11:54.322 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:11:54.346 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:54 smithi118 systemd[1]: Stopping Ceph osd.3 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:11:54.346 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[148751]: 2023-09-30T09:11:54.277+0000 7f35e2a0b700 -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 2023-09-30T09:11:54.346 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[148751]: 2023-09-30T09:11:54.277+0000 7f35e2a0b700 -1 osd.3 318 *** Got signal Terminated *** 2023-09-30T09:11:54.346 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:54 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[148751]: 2023-09-30T09:11:54.277+0000 7f35e2a0b700 -1 osd.3 318 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:11:54.475 INFO:tasks.rados.rados.0.smithi118.stdout:1320: done (2 left) 2023-09-30T09:11:54.475 INFO:tasks.rados.rados.0.smithi118.stdout:1321: delete oid 34 current snap is 122 2023-09-30T09:11:54.475 INFO:tasks.rados.rados.0.smithi118.stdout:1318: finishing write tid 1 to smithi118168640-6 2023-09-30T09:11:54.475 INFO:tasks.rados.rados.0.smithi118.stdout:1318: finishing write tid 2 to smithi118168640-6 2023-09-30T09:11:54.476 INFO:tasks.rados.rados.0.smithi118.stdout:1318: finishing write tid 3 to smithi118168640-6 2023-09-30T09:11:54.476 INFO:tasks.rados.rados.0.smithi118.stdout:1318: finishing write tid 4 to smithi118168640-6 2023-09-30T09:11:54.476 INFO:tasks.rados.rados.0.smithi118.stdout:1318: finishing write tid 5 to smithi118168640-6 2023-09-30T09:11:54.476 INFO:tasks.rados.rados.0.smithi118.stdout:1318: finishing write tid 6 to smithi118168640-6 2023-09-30T09:11:54.476 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 380 (ObjNum 413 snap 122 seq_num 413) dirty exists 2023-09-30T09:11:54.476 INFO:tasks.rados.rados.0.smithi118.stdout:1318: left oid 6 (ObjNum 413 snap 122 seq_num 413) 2023-09-30T09:11:54.476 INFO:tasks.rados.rados.0.smithi118.stdout:1319: finishing write tid 1 to smithi118168640-2 2023-09-30T09:11:54.477 INFO:tasks.rados.rados.0.smithi118.stdout:1319: finishing write tid 2 to smithi118168640-2 2023-09-30T09:11:54.477 INFO:tasks.rados.rados.0.smithi118.stdout:1319: finishing write tid 3 to smithi118168640-2 2023-09-30T09:11:54.477 INFO:tasks.rados.rados.0.smithi118.stdout:1319: finishing write tid 4 to smithi118168640-2 2023-09-30T09:11:54.477 INFO:tasks.rados.rados.0.smithi118.stdout:1319: finishing write tid 5 to smithi118168640-2 2023-09-30T09:11:54.477 INFO:tasks.rados.rados.0.smithi118.stdout:1319: finishing write tid 6 to smithi118168640-2 2023-09-30T09:11:54.477 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 771 (ObjNum 414 snap 122 seq_num 414) dirty exists 2023-09-30T09:11:54.477 INFO:tasks.rados.rados.0.smithi118.stdout:1319: left oid 2 (ObjNum 414 snap 122 seq_num 414) 2023-09-30T09:11:54.499 INFO:tasks.rados.rados.0.smithi118.stdout:1318: done (2 left) 2023-09-30T09:11:54.499 INFO:tasks.rados.rados.0.smithi118.stdout:1319: done (1 left) 2023-09-30T09:11:54.499 INFO:tasks.rados.rados.0.smithi118.stdout:1321: done (0 left) 2023-09-30T09:11:54.499 INFO:tasks.rados.rados.0.smithi118.stdout:1322: delete oid 25 current snap is 122 2023-09-30T09:11:54.501 INFO:tasks.rados.rados.0.smithi118.stdout:1322: done (0 left) 2023-09-30T09:11:54.501 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 122 2023-09-30T09:11:54.501 INFO:tasks.rados.rados.0.smithi118.stdout:1323: seq_num 417 ranges {6971392=589824,7561216=458752,8019968=679936,8699904=466944} 2023-09-30T09:11:54.543 INFO:tasks.rados.rados.0.smithi118.stdout:1323: writing smithi118168640-8 from 6971392 to 7561216 tid 1 2023-09-30T09:11:54.545 INFO:tasks.rados.rados.0.smithi118.stdout:1323: writing smithi118168640-8 from 7561216 to 8019968 tid 2 2023-09-30T09:11:54.549 INFO:tasks.rados.rados.0.smithi118.stdout:1323: writing smithi118168640-8 from 8019968 to 8699904 tid 3 2023-09-30T09:11:54.552 INFO:tasks.rados.rados.0.smithi118.stdout:1323: writing smithi118168640-8 from 8699904 to 9166848 tid 4 2023-09-30T09:11:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:1324: delete oid 16 current snap is 122 2023-09-30T09:11:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:1323: finishing write tid 1 to smithi118168640-8 2023-09-30T09:11:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:1323: finishing write tid 2 to smithi118168640-8 2023-09-30T09:11:54.555 INFO:tasks.rados.rados.0.smithi118.stdout:1323: finishing write tid 3 to smithi118168640-8 2023-09-30T09:11:54.555 INFO:tasks.rados.rados.0.smithi118.stdout:1323: finishing write tid 4 to smithi118168640-8 2023-09-30T09:11:54.556 INFO:tasks.rados.rados.0.smithi118.stdout:1323: finishing write tid 5 to smithi118168640-8 2023-09-30T09:11:54.557 INFO:tasks.rados.rados.0.smithi118.stdout:1323: finishing write tid 6 to smithi118168640-8 2023-09-30T09:11:54.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 455 (ObjNum 417 snap 122 seq_num 417) dirty exists 2023-09-30T09:11:54.557 INFO:tasks.rados.rados.0.smithi118.stdout:1323: left oid 8 (ObjNum 417 snap 122 seq_num 417) 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (3m) - 5m 18.0M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (2m) - 5m 79.6M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (6m) - 6m 17.3M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (6m) - 6m 18.2M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (2m) - 8m 446M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (2m) - 10m 510M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (2m) - 10m 84.3M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:11:54.650 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (107s) - 9m 24.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (115s) - 9m 57.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (3m) - 5m 9.93M - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (2m) - 5m 9361k - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (80s) - 8m 245M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (51s) - 8m 241M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (23s) - 8m 14.7M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (7m) - 7m 265M 2486M 17.2.6-1161-g191c1869 8497a1260037 cfe91cc20194 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (7m) - 7m 294M 2486M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (7m) - 7m 313M 2486M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (6m) - 6m 204M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (6m) - 6m 219M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:11:54.651 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (2m) - 5m 44.1M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:11:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:54 smithi118 ceph-mon[185516]: osd.3 marked itself down and dead 2023-09-30T09:11:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:54 smithi118 ceph-mon[182959]: osd.3 marked itself down and dead 2023-09-30T09:11:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:54 smithi192 ceph-mon[180220]: osd.3 marked itself down and dead 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:11:55.034 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 4, 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 6, 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 8 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:11:55.035 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:11:55.468 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:55 smithi118 bash[209369]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3 2023-09-30T09:11:55.498 INFO:tasks.rados.rados.0.smithi118.stdout:1323: done (1 left) 2023-09-30T09:11:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:1324: done (0 left) 2023-09-30T09:11:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 122 2023-09-30T09:11:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:1325: seq_num 419 ranges {0=622592,622592=671744,1294336=647168,1941504=286720} 2023-09-30T09:11:55.502 INFO:tasks.rados.rados.0.smithi118.stdout:1325: writing smithi118168640-17 from 0 to 622592 tid 1 2023-09-30T09:11:55.505 INFO:tasks.rados.rados.0.smithi118.stdout:1325: writing smithi118168640-17 from 622592 to 1294336 tid 2 2023-09-30T09:11:55.509 INFO:tasks.rados.rados.0.smithi118.stdout:1325: writing smithi118168640-17 from 1294336 to 1941504 tid 3 2023-09-30T09:11:55.511 INFO:tasks.rados.rados.0.smithi118.stdout:1325: writing smithi118168640-17 from 1941504 to 2228224 tid 4 2023-09-30T09:11:55.511 INFO:tasks.rados.rados.0.smithi118.stdout:1326: rollback oid 19 current snap is 122 2023-09-30T09:11:55.511 INFO:tasks.rados.rados.0.smithi118.stdout:1326: done (1 left) 2023-09-30T09:11:55.511 INFO:tasks.rados.rados.0.smithi118.stdout:1327: rollback oid 11 current snap is 122 2023-09-30T09:11:55.511 INFO:tasks.rados.rados.0.smithi118.stdout:1327: done (1 left) 2023-09-30T09:11:55.512 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 122 2023-09-30T09:11:55.512 INFO:tasks.rados.rados.0.smithi118.stdout:1325: finishing write tid 1 to smithi118168640-17 2023-09-30T09:11:55.512 INFO:tasks.rados.rados.0.smithi118.stdout:1328: seq_num 420 ranges {0=638976,638976=557056,1196032=450560,1646592=598016} 2023-09-30T09:11:55.515 INFO:tasks.rados.rados.0.smithi118.stdout:1328: writing smithi118168640-24 from 0 to 638976 tid 1 2023-09-30T09:11:55.518 INFO:tasks.rados.rados.0.smithi118.stdout:1328: writing smithi118168640-24 from 638976 to 1196032 tid 2 2023-09-30T09:11:55.521 INFO:tasks.rados.rados.0.smithi118.stdout:1328: writing smithi118168640-24 from 1196032 to 1646592 tid 3 2023-09-30T09:11:55.525 INFO:tasks.rados.rados.0.smithi118.stdout:1328: writing smithi118168640-24 from 1646592 to 2244608 tid 4 2023-09-30T09:11:55.525 INFO:tasks.rados.rados.0.smithi118.stdout:1329: read oid 26 snap -1 2023-09-30T09:11:55.525 INFO:tasks.rados.rados.0.smithi118.stdout:1329: expect (ObjNum 300 snap 97 seq_num 300) 2023-09-30T09:11:55.525 INFO:tasks.rados.rados.0.smithi118.stdout:1330: rmattr oid 49 current snap is 122 2023-09-30T09:11:55.525 INFO:tasks.rados.rados.0.smithi118.stdout:1330: done (3 left) 2023-09-30T09:11:55.525 INFO:tasks.rados.rados.0.smithi118.stdout:1331: read oid 11 snap -1 2023-09-30T09:11:55.525 INFO:tasks.rados.rados.0.smithi118.stdout:1331: expect (ObjNum 407 snap 121 seq_num 407) 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1332: delete oid 7 current snap is 122 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1325: finishing write tid 2 to smithi118168640-17 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1325: finishing write tid 3 to smithi118168640-17 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1325: finishing write tid 4 to smithi118168640-17 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1325: finishing write tid 5 to smithi118168640-17 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1325: finishing write tid 6 to smithi118168640-17 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 460 (ObjNum 419 snap 122 seq_num 419) dirty exists 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1325: left oid 17 (ObjNum 419 snap 122 seq_num 419) 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1328: finishing write tid 1 to smithi118168640-24 2023-09-30T09:11:55.526 INFO:tasks.rados.rados.0.smithi118.stdout:1328: finishing write tid 2 to smithi118168640-24 2023-09-30T09:11:55.527 INFO:tasks.rados.rados.0.smithi118.stdout:1328: finishing write tid 3 to smithi118168640-24 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1328: finishing write tid 4 to smithi118168640-24 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1325: done (4 left) 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1332: done (3 left) 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1333: rollback oid 25 current snap is 122 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1333: done (3 left) 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1334: read oid 42 snap -1 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1334: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:55.528 INFO:tasks.rados.rados.0.smithi118.stdout:1335: setattr oid 48 current snap is 122 2023-09-30T09:11:55.529 INFO:tasks.rados.rados.0.smithi118.stdout:1328: finishing write tid 5 to smithi118168640-24 2023-09-30T09:11:55.529 INFO:tasks.rados.rados.0.smithi118.stdout:1329: expect (ObjNum 300 snap 97 seq_num 300) 2023-09-30T09:11:55.538 INFO:tasks.rados.rados.0.smithi118.stdout:1328: finishing write tid 6 to smithi118168640-24 2023-09-30T09:11:55.538 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 211 (ObjNum 420 snap 122 seq_num 420) dirty exists 2023-09-30T09:11:55.538 INFO:tasks.rados.rados.0.smithi118.stdout:1328: left oid 24 (ObjNum 420 snap 122 seq_num 420) 2023-09-30T09:11:55.538 INFO:tasks.rados.rados.0.smithi118.stdout:1331: expect (ObjNum 407 snap 121 seq_num 407) 2023-09-30T09:11:55.595 INFO:tasks.rados.rados.0.smithi118.stdout:1334: expect (ObjNum 303 snap 98 seq_num 303) 2023-09-30T09:11:55.674 INFO:tasks.rados.rados.0.smithi118.stdout:1328: done (4 left) 2023-09-30T09:11:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:1329: done (3 left) 2023-09-30T09:11:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:1331: done (2 left) 2023-09-30T09:11:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:1334: done (1 left) 2023-09-30T09:11:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 122 2023-09-30T09:11:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:1336: seq_num 422 ranges {7495680=671744,8167424=729088,8896512=417792,9314304=458752} 2023-09-30T09:11:55.719 INFO:tasks.rados.rados.0.smithi118.stdout:1336: writing smithi118168640-18 from 7495680 to 8167424 tid 1 2023-09-30T09:11:55.723 INFO:tasks.rados.rados.0.smithi118.stdout:1336: writing smithi118168640-18 from 8167424 to 8896512 tid 2 2023-09-30T09:11:55.725 INFO:tasks.rados.rados.0.smithi118.stdout:1336: writing smithi118168640-18 from 8896512 to 9314304 tid 3 2023-09-30T09:11:55.728 INFO:tasks.rados.rados.0.smithi118.stdout:1336: writing smithi118168640-18 from 9314304 to 9773056 tid 4 2023-09-30T09:11:55.728 INFO:tasks.rados.rados.0.smithi118.stdout:1337: copy_from oid 20 from oid 35 current snap is 122 2023-09-30T09:11:55.728 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 774 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:11:55.729 INFO:tasks.rados.rados.0.smithi118.stdout:1336: finishing write tid 1 to smithi118168640-18 2023-09-30T09:11:55.729 INFO:tasks.rados.rados.0.smithi118.stdout:1336: finishing write tid 2 to smithi118168640-18 2023-09-30T09:11:55.729 INFO:tasks.rados.rados.0.smithi118.stdout:1335: done (2 left) 2023-09-30T09:11:55.729 INFO:tasks.rados.rados.0.smithi118.stdout:1338: read oid 27 snap -1 2023-09-30T09:11:55.729 INFO:tasks.rados.rados.0.smithi118.stdout:1338: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:11:55.729 INFO:tasks.rados.rados.0.smithi118.stdout:1339: delete oid 46 current snap is 122 2023-09-30T09:11:55.729 INFO:tasks.rados.rados.0.smithi118.stdout:1336: finishing write tid 3 to smithi118168640-18 2023-09-30T09:11:55.732 INFO:tasks.rados.rados.0.smithi118.stdout:1339: done (3 left) 2023-09-30T09:11:55.732 INFO:tasks.rados.rados.0.smithi118.stdout:1340: read oid 43 snap -1 2023-09-30T09:11:55.732 INFO:tasks.rados.rados.0.smithi118.stdout:1340: expect (ObjNum 385 snap 116 seq_num 385) 2023-09-30T09:11:55.732 INFO:tasks.rados.rados.0.smithi118.stdout:1341: snap_create 2023-09-30T09:11:55.735 INFO:tasks.rados.rados.0.smithi118.stdout:1336: finishing write tid 4 to smithi118168640-18 2023-09-30T09:11:55.736 INFO:tasks.rados.rados.0.smithi118.stdout:1336: finishing write tid 5 to smithi118168640-18 2023-09-30T09:11:55.738 INFO:tasks.rados.rados.0.smithi118.stdout:1336: finishing write tid 6 to smithi118168640-18 2023-09-30T09:11:55.738 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 465 (ObjNum 422 snap 122 seq_num 422) dirty exists 2023-09-30T09:11:55.738 INFO:tasks.rados.rados.0.smithi118.stdout:1336: left oid 18 (ObjNum 422 snap 122 seq_num 422) 2023-09-30T09:11:55.739 INFO:tasks.rados.rados.0.smithi118.stdout:1338: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:11:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: from='client.44171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: osdmap e319: 8 total, 7 up, 8 in 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: from='client.34239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: pgmap v188: 121 pgs: 21 peering, 5 stale+active+clean, 95 active+clean; 172 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.8 MiB/s wr, 37 op/s 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/388992378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: from='client.44171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: osdmap e319: 8 total, 7 up, 8 in 2023-09-30T09:11:55.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: from='client.34239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: pgmap v188: 121 pgs: 21 peering, 5 stale+active+clean, 95 active+clean; 172 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.8 MiB/s wr, 37 op/s 2023-09-30T09:11:55.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:55 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/388992378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:55.933 INFO:tasks.rados.rados.0.smithi118.stdout:1340: expect (ObjNum 385 snap 116 seq_num 385) 2023-09-30T09:11:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: from='client.44171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:11:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: osdmap e319: 8 total, 7 up, 8 in 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: failed to encode map e319 with expected crc 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: from='client.34239 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:11:55.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: pgmap v188: 121 pgs: 21 peering, 5 stale+active+clean, 95 active+clean; 172 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.8 MiB/s wr, 37 op/s 2023-09-30T09:11:55.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:55 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/388992378' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:11:55.973 INFO:tasks.rados.rados.0.smithi118.stdout:1337: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:11:55.974 INFO:tasks.rados.rados.0.smithi118.stdout:1337: finishing copy_from to smithi118168640-20 2023-09-30T09:11:55.974 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 530 (ObjNum 361 snap 110 seq_num 361) dirty exists 2023-09-30T09:11:56.431 INFO:tasks.rados.rados.0.smithi118.stdout:1336: done (4 left) 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1337: done (3 left) 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1338: done (2 left) 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1340: done (1 left) 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1341: done (0 left) 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1342: read oid 36 snap -1 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1342: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1343: rollback oid 19 current snap is 123 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 122 2023-09-30T09:11:56.432 INFO:tasks.rados.rados.0.smithi118.stdout:1344: snap_create 2023-09-30T09:11:56.438 INFO:tasks.rados.rados.0.smithi118.stdout:1343: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:11:56.438 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 0 (ObjNum 1297 snap 0 seq_num 3323323568) dirty dne 2023-09-30T09:11:56.458 INFO:tasks.rados.rados.0.smithi118.stdout:1342: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:11:56.774 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:56 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.3.service: Succeeded. 2023-09-30T09:11:56.774 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:56 smithi118 systemd[1]: Stopped Ceph osd.3 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:11:56.774 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:56 smithi118 systemd[1]: Starting Ceph osd.3 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:11:56.774 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: Health check failed: Reduced data availability: 7 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: osdmap e320: 8 total, 7 up, 8 in 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.775 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[182959]: osdmap e321: 8 total, 7 up, 8 in 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: Health check failed: Reduced data availability: 7 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-09-30T09:11:56.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: osdmap e320: 8 total, 7 up, 8 in 2023-09-30T09:11:56.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:56 smithi118 ceph-mon[185516]: osdmap e321: 8 total, 7 up, 8 in 2023-09-30T09:11:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: Health check failed: Reduced data availability: 7 pgs inactive, 7 pgs peering (PG_AVAILABILITY) 2023-09-30T09:11:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: osdmap e320: 8 total, 7 up, 8 in 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: failed to encode map e320 with expected crc 2023-09-30T09:11:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:56 smithi192 ceph-mon[180220]: osdmap e321: 8 total, 7 up, 8 in 2023-09-30T09:11:57.432 INFO:tasks.rados.rados.0.smithi118.stdout:1342: done (2 left) 2023-09-30T09:11:57.432 INFO:tasks.rados.rados.0.smithi118.stdout:1343: done (1 left) 2023-09-30T09:11:57.432 INFO:tasks.rados.rados.0.smithi118.stdout:1344: done (0 left) 2023-09-30T09:11:57.433 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 124 2023-09-30T09:11:57.433 INFO:tasks.rados.rados.0.smithi118.stdout:1345: seq_num 424 ranges {4866048=704512,5570560=491520,6062080=434176,6496256=679936} 2023-09-30T09:11:57.462 INFO:tasks.rados.rados.0.smithi118.stdout:1345: writing smithi118168640-41 from 4866048 to 5570560 tid 1 2023-09-30T09:11:57.465 INFO:tasks.rados.rados.0.smithi118.stdout:1345: writing smithi118168640-41 from 5570560 to 6062080 tid 2 2023-09-30T09:11:57.467 INFO:tasks.rados.rados.0.smithi118.stdout:1345: writing smithi118168640-41 from 6062080 to 6496256 tid 3 2023-09-30T09:11:57.471 INFO:tasks.rados.rados.0.smithi118.stdout:1345: writing smithi118168640-41 from 6496256 to 7176192 tid 4 2023-09-30T09:11:57.471 INFO:tasks.rados.rados.0.smithi118.stdout:1346: snap_remove snap 122 2023-09-30T09:11:57.476 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:11:57.476 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-30T09:11:57.477 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: 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 2023-09-30T09:11:57.477 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-09-30T09:11:57.477 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-09-30T09:11:57.477 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-30T09:11:57.477 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-30T09:11:57.477 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209646]: --> ceph-volume lvm activate successful for osd ID: 3 2023-09-30T09:11:57.805 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[182959]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[182959]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[182959]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[182959]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[182959]: pgmap v191: 121 pgs: 2 active+undersized+degraded, 21 peering, 3 stale+active+clean, 6 active+undersized, 89 active+clean; 172 MiB data, 956 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.8 MiB/s wr, 38 op/s; 4/198 objects degraded (2.020%) 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[182959]: osdmap e322: 8 total, 7 up, 8 in 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[185516]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[185516]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[185516]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.806 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[185516]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.807 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[185516]: pgmap v191: 121 pgs: 2 active+undersized+degraded, 21 peering, 3 stale+active+clean, 6 active+undersized, 89 active+clean; 172 MiB data, 956 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.8 MiB/s wr, 38 op/s; 4/198 objects degraded (2.020%) 2023-09-30T09:11:57.807 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-mon[185516]: osdmap e322: 8 total, 7 up, 8 in 2023-09-30T09:11:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:57 smithi192 ceph-mon[180220]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:57 smithi192 ceph-mon[180220]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:57 smithi192 ceph-mon[180220]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:57 smithi192 ceph-mon[180220]: failed to encode map e321 with expected crc 2023-09-30T09:11:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:57 smithi192 ceph-mon[180220]: pgmap v191: 121 pgs: 2 active+undersized+degraded, 21 peering, 3 stale+active+clean, 6 active+undersized, 89 active+clean; 172 MiB data, 956 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.8 MiB/s wr, 38 op/s; 4/198 objects degraded (2.020%) 2023-09-30T09:11:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:57 smithi192 ceph-mon[180220]: osdmap e322: 8 total, 7 up, 8 in 2023-09-30T09:11:58.346 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 ceph-osd[209906]: -- 172.21.15.118:0/2809697787 <== mon.0 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564f74cf84e0 con 0x564f74cc8c00 2023-09-30T09:11:58.346 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 bash[209887]: 9ee3b875f0e69e110ae95146949ee39a34d37e75bab2332416730d39afb0dfc6 2023-09-30T09:11:58.346 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:57 smithi118 systemd[1]: Started Ceph osd.3 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:11:58.476 INFO:tasks.rados.rados.0.smithi118.stdout:1346: done (1 left) 2023-09-30T09:11:58.476 INFO:tasks.rados.rados.0.smithi118.stdout:1347: read oid 7 snap -1 2023-09-30T09:11:58.476 INFO:tasks.rados.rados.0.smithi118.stdout:1347: expect deleted 2023-09-30T09:11:58.478 INFO:tasks.rados.rados.0.smithi118.stdout:1348: read oid 45 snap -1 2023-09-30T09:11:58.478 INFO:tasks.rados.rados.0.smithi118.stdout:1348: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:11:58.478 INFO:tasks.rados.rados.0.smithi118.stdout:1349: setattr oid 40 current snap is 124 2023-09-30T09:11:58.479 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 124 2023-09-30T09:11:58.479 INFO:tasks.rados.rados.0.smithi118.stdout:1350: seq_num 425 ranges {9773056=720896,10493952=778240,11272192=638976,11911168=188416} 2023-09-30T09:11:58.536 INFO:tasks.rados.rados.0.smithi118.stdout:1350: writing smithi118168640-18 from 9773056 to 10493952 tid 1 2023-09-30T09:11:58.540 INFO:tasks.rados.rados.0.smithi118.stdout:1350: writing smithi118168640-18 from 10493952 to 11272192 tid 2 2023-09-30T09:11:58.544 INFO:tasks.rados.rados.0.smithi118.stdout:1350: writing smithi118168640-18 from 11272192 to 11911168 tid 3 2023-09-30T09:11:58.545 INFO:tasks.rados.rados.0.smithi118.stdout:1350: writing smithi118168640-18 from 11911168 to 12099584 tid 4 2023-09-30T09:11:58.545 INFO:tasks.rados.rados.0.smithi118.stdout:1351: delete oid 35 current snap is 124 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1345: finishing write tid 1 to smithi118168640-41 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1345: finishing write tid 2 to smithi118168640-41 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1345: finishing write tid 3 to smithi118168640-41 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1345: finishing write tid 4 to smithi118168640-41 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1345: finishing write tid 5 to smithi118168640-41 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1345: finishing write tid 6 to smithi118168640-41 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 780 (ObjNum 424 snap 124 seq_num 424) dirty exists 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1345: left oid 41 (ObjNum 424 snap 124 seq_num 424) 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 222 (ObjNum 177 snap 0 seq_num 3323651728) dirty exists 2023-09-30T09:11:58.546 INFO:tasks.rados.rados.0.smithi118.stdout:1348: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:11:58.846 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[209902]: 2023-09-30T09:11:58.422+0000 7f7b4350d640 -1 Falling back to public interface 2023-09-30T09:11:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[182959]: failed to encode map e322 with expected crc 2023-09-30T09:11:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[182959]: failed to encode map e322 with expected crc 2023-09-30T09:11:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 4/198 objects degraded (2.020%), 2 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[182959]: osdmap e323: 8 total, 7 up, 8 in 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[185516]: failed to encode map e322 with expected crc 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[185516]: failed to encode map e322 with expected crc 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 4/198 objects degraded (2.020%), 2 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:58 smithi118 ceph-mon[185516]: osdmap e323: 8 total, 7 up, 8 in 2023-09-30T09:11:58.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:11:58.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:11:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-mon[180220]: failed to encode map e322 with expected crc 2023-09-30T09:11:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-mon[180220]: failed to encode map e322 with expected crc 2023-09-30T09:11:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 4/198 objects degraded (2.020%), 2 pgs degraded (PG_DEGRADED) 2023-09-30T09:11:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:11:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:11:58.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:58 smithi192 ceph-mon[180220]: osdmap e323: 8 total, 7 up, 8 in 2023-09-30T09:11:59.181 INFO:tasks.rados.rados.0.smithi118.stdout:1350: finishing write tid 1 to smithi118168640-18 2023-09-30T09:11:59.181 INFO:tasks.rados.rados.0.smithi118.stdout:1345: done (5 left) 2023-09-30T09:11:59.181 INFO:tasks.rados.rados.0.smithi118.stdout:1347: done (4 left) 2023-09-30T09:11:59.181 INFO:tasks.rados.rados.0.smithi118.stdout:1348: done (3 left) 2023-09-30T09:11:59.182 INFO:tasks.rados.rados.0.smithi118.stdout:1349: done (2 left) 2023-09-30T09:11:59.182 INFO:tasks.rados.rados.0.smithi118.stdout:1351: done (1 left) 2023-09-30T09:11:59.182 INFO:tasks.rados.rados.0.smithi118.stdout:1352: snap_remove snap 123 2023-09-30T09:11:59.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[185516]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[185516]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[185516]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[185516]: pgmap v194: 121 pgs: 4 active+undersized+degraded, 21 peering, 13 active+undersized, 83 active+clean; 175 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 938 KiB/s wr, 1 op/s; 7/198 objects degraded (3.535%) 2023-09-30T09:11:59.485 INFO:tasks.rados.rados.0.smithi118.stdout:1352: done (1 left) 2023-09-30T09:11:59.485 INFO:tasks.rados.rados.0.smithi118.stdout:1353: read oid 33 snap -1 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1353: expect deleted 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 124 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1350: finishing write tid 2 to smithi118168640-18 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1350: finishing write tid 3 to smithi118168640-18 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1350: finishing write tid 4 to smithi118168640-18 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1350: finishing write tid 5 to smithi118168640-18 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1350: finishing write tid 6 to smithi118168640-18 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 471 (ObjNum 425 snap 124 seq_num 425) dirty exists 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1350: left oid 18 (ObjNum 425 snap 124 seq_num 425) 2023-09-30T09:11:59.486 INFO:tasks.rados.rados.0.smithi118.stdout:1354: seq_num 427 ranges {1654784=761856,2416640=598016,3014656=606208,3620864=401408} 2023-09-30T09:11:59.499 INFO:tasks.rados.rados.0.smithi118.stdout:1354: writing smithi118168640-43 from 1654784 to 2416640 tid 1 2023-09-30T09:11:59.502 INFO:tasks.rados.rados.0.smithi118.stdout:1354: writing smithi118168640-43 from 2416640 to 3014656 tid 2 2023-09-30T09:11:59.505 INFO:tasks.rados.rados.0.smithi118.stdout:1354: writing smithi118168640-43 from 3014656 to 3620864 tid 3 2023-09-30T09:11:59.508 INFO:tasks.rados.rados.0.smithi118.stdout:1354: writing smithi118168640-43 from 3620864 to 4022272 tid 4 2023-09-30T09:11:59.508 INFO:tasks.rados.rados.0.smithi118.stdout:1350: done (2 left) 2023-09-30T09:11:59.508 INFO:tasks.rados.rados.0.smithi118.stdout:1355: snap_create 2023-09-30T09:11:59.508 INFO:tasks.rados.rados.0.smithi118.stdout:1354: finishing write tid 1 to smithi118168640-43 2023-09-30T09:11:59.508 INFO:tasks.rados.rados.0.smithi118.stdout:1354: finishing write tid 2 to smithi118168640-43 2023-09-30T09:11:59.510 INFO:tasks.rados.rados.0.smithi118.stdout:1354: finishing write tid 3 to smithi118168640-43 2023-09-30T09:11:59.511 INFO:tasks.rados.rados.0.smithi118.stdout:1354: finishing write tid 4 to smithi118168640-43 2023-09-30T09:11:59.511 INFO:tasks.rados.rados.0.smithi118.stdout:1354: finishing write tid 5 to smithi118168640-43 2023-09-30T09:11:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:1354: finishing write tid 6 to smithi118168640-43 2023-09-30T09:11:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 556 (ObjNum 427 snap 124 seq_num 427) dirty exists 2023-09-30T09:11:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:1354: left oid 43 (ObjNum 427 snap 124 seq_num 427) 2023-09-30T09:11:59.800 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[182959]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.800 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[182959]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.800 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[182959]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.801 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-mon[182959]: pgmap v194: 121 pgs: 4 active+undersized+degraded, 21 peering, 13 active+undersized, 83 active+clean; 175 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 938 KiB/s wr, 1 op/s; 7/198 objects degraded (3.535%) 2023-09-30T09:11:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:59 smithi192 ceph-mon[180220]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:59 smithi192 ceph-mon[180220]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:59 smithi192 ceph-mon[180220]: failed to encode map e323 with expected crc 2023-09-30T09:11:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:11:59 smithi192 ceph-mon[180220]: pgmap v194: 121 pgs: 4 active+undersized+degraded, 21 peering, 13 active+undersized, 83 active+clean; 175 MiB data, 952 MiB used, 714 GiB / 715 GiB avail; 1.1 MiB/s rd, 938 KiB/s wr, 1 op/s; 7/198 objects degraded (3.535%) 2023-09-30T09:12:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:11:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:11:59] "GET /metrics HTTP/1.1" 200 36200 "" "Prometheus/2.43.0" 2023-09-30T09:12:00.489 INFO:tasks.rados.rados.0.smithi118.stdout:1353: done (2 left) 2023-09-30T09:12:00.489 INFO:tasks.rados.rados.0.smithi118.stdout:1354: done (1 left) 2023-09-30T09:12:00.489 INFO:tasks.rados.rados.0.smithi118.stdout:1355: done (0 left) 2023-09-30T09:12:00.489 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 125 2023-09-30T09:12:00.489 INFO:tasks.rados.rados.0.smithi118.stdout:1356: seq_num 428 ranges {0=778240,778240=483328,1261568=409600,1671168=417792,2088960=294912} 2023-09-30T09:12:00.493 INFO:tasks.rados.rados.0.smithi118.stdout:1356: writing smithi118168640-19 from 0 to 778240 tid 1 2023-09-30T09:12:00.496 INFO:tasks.rados.rados.0.smithi118.stdout:1356: writing smithi118168640-19 from 778240 to 1261568 tid 2 2023-09-30T09:12:00.499 INFO:tasks.rados.rados.0.smithi118.stdout:1356: writing smithi118168640-19 from 1261568 to 1671168 tid 3 2023-09-30T09:12:00.502 INFO:tasks.rados.rados.0.smithi118.stdout:1356: writing smithi118168640-19 from 1671168 to 2088960 tid 4 2023-09-30T09:12:00.503 INFO:tasks.rados.rados.0.smithi118.stdout:1356: writing smithi118168640-19 from 2088960 to 2383872 tid 5 2023-09-30T09:12:00.504 INFO:tasks.rados.rados.0.smithi118.stdout:1357: copy_from oid 10 from oid 3 current snap is 125 2023-09-30T09:12:00.504 INFO:tasks.rados.rados.0.smithi118.stdout:1358: snap_remove snap 124 2023-09-30T09:12:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[185516]: failed to encode map e324 with expected crc 2023-09-30T09:12:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[185516]: osdmap e324: 8 total, 7 up, 8 in 2023-09-30T09:12:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[182959]: failed to encode map e324 with expected crc 2023-09-30T09:12:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[182959]: osdmap e324: 8 total, 7 up, 8 in 2023-09-30T09:12:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:00 smithi192 ceph-mon[180220]: failed to encode map e324 with expected crc 2023-09-30T09:12:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:00 smithi192 ceph-mon[180220]: osdmap e324: 8 total, 7 up, 8 in 2023-09-30T09:12:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:01.432 INFO:tasks.rados.rados.0.smithi118.stdout:1358: done (2 left) 2023-09-30T09:12:01.432 INFO:tasks.rados.rados.0.smithi118.stdout:1359: delete oid 29 current snap is 125 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: finishing write tid 1 to smithi118168640-19 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: finishing write tid 2 to smithi118168640-19 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: finishing write tid 3 to smithi118168640-19 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: finishing write tid 4 to smithi118168640-19 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: finishing write tid 5 to smithi118168640-19 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: finishing write tid 6 to smithi118168640-19 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: finishing write tid 7 to smithi118168640-19 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 790 (ObjNum 428 snap 125 seq_num 428) dirty exists 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1356: left oid 19 (ObjNum 428 snap 125 seq_num 428) 2023-09-30T09:12:01.433 INFO:tasks.rados.rados.0.smithi118.stdout:1357: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:12:01.434 INFO:tasks.rados.rados.0.smithi118.stdout:1357: finishing copy_from to smithi118168640-10 2023-09-30T09:12:01.434 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 359 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:01.437 INFO:tasks.rados.rados.0.smithi118.stdout:1356: done (2 left) 2023-09-30T09:12:01.437 INFO:tasks.rados.rados.0.smithi118.stdout:1357: done (1 left) 2023-09-30T09:12:01.437 INFO:tasks.rados.rados.0.smithi118.stdout:1359: done (0 left) 2023-09-30T09:12:01.437 INFO:tasks.rados.rados.0.smithi118.stdout:1360: read oid 24 snap -1 2023-09-30T09:12:01.437 INFO:tasks.rados.rados.0.smithi118.stdout:1360: expect (ObjNum 420 snap 122 seq_num 420) 2023-09-30T09:12:01.438 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 125 2023-09-30T09:12:01.438 INFO:tasks.rados.rados.0.smithi118.stdout:1361: seq_num 430 ranges {2228224=8192} 2023-09-30T09:12:01.451 INFO:tasks.rados.rados.0.smithi118.stdout:1361: writing smithi118168640-17 from 2228224 to 2236416 tid 1 2023-09-30T09:12:01.451 INFO:tasks.rados.rados.0.smithi118.stdout:1362: read oid 36 snap -1 2023-09-30T09:12:01.451 INFO:tasks.rados.rados.0.smithi118.stdout:1362: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:12:01.451 INFO:tasks.rados.rados.0.smithi118.stdout:1363: copy_from oid 13 from oid 28 current snap is 125 2023-09-30T09:12:01.451 INFO:tasks.rados.rados.0.smithi118.stdout:1364: delete oid 15 current snap is 125 2023-09-30T09:12:01.452 INFO:tasks.rados.rados.0.smithi118.stdout:1360: expect (ObjNum 420 snap 122 seq_num 420) 2023-09-30T09:12:01.487 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[209902]: 2023-09-30T09:12:01.204+0000 7f7b4350d640 -1 osd.3 0 read_superblock omap replica is missing. 2023-09-30T09:12:01.487 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[209902]: 2023-09-30T09:12:01.240+0000 7f7b4350d640 -1 osd.3 318 log_to_monitors true 2023-09-30T09:12:01.487 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[209902]: 2023-09-30T09:12:01.452+0000 7f7b32975700 -1 osd.3 318 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:12:01.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: failed to encode map e325 with expected crc 2023-09-30T09:12:01.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: osdmap e325: 8 total, 7 up, 8 in 2023-09-30T09:12:01.489 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: failed to encode map e325 with expected crc 2023-09-30T09:12:01.489 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:01.489 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:01.489 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: pgmap v197: 121 pgs: 8 active+undersized+degraded, 33 active+undersized, 80 active+clean; 170 MiB data, 968 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 4.2 MiB/s wr, 25 op/s; 19/192 objects degraded (9.896%) 2023-09-30T09:12:01.489 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: from='osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:12:01.489 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:12:01.516 INFO:tasks.rados.rados.0.smithi118.stdout:1361: finishing write tid 1 to smithi118168640-17 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1361: finishing write tid 2 to smithi118168640-17 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1361: finishing write tid 3 to smithi118168640-17 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 475 (ObjNum 430 snap 125 seq_num 430) dirty exists 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1361: left oid 17 (ObjNum 430 snap 125 seq_num 430) 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1360: done (4 left) 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1361: done (3 left) 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1364: done (2 left) 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1365: rollback oid 49 current snap is 125 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1365: done (2 left) 2023-09-30T09:12:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 125 2023-09-30T09:12:01.518 INFO:tasks.rados.rados.0.smithi118.stdout:1362: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:12:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T09:12:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: osdmap e326: 8 total, 7 up, 8 in 2023-09-30T09:12:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: from='osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:12:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[185516]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:12:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: failed to encode map e325 with expected crc 2023-09-30T09:12:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: osdmap e325: 8 total, 7 up, 8 in 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: failed to encode map e325 with expected crc 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: pgmap v197: 121 pgs: 8 active+undersized+degraded, 33 active+undersized, 80 active+clean; 170 MiB data, 968 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 4.2 MiB/s wr, 25 op/s; 19/192 objects degraded (9.896%) 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: from='osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: osdmap e326: 8 total, 7 up, 8 in 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: from='osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:12:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:01 smithi118 ceph-mon[182959]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:12:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: failed to encode map e325 with expected crc 2023-09-30T09:12:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: osdmap e325: 8 total, 7 up, 8 in 2023-09-30T09:12:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: failed to encode map e325 with expected crc 2023-09-30T09:12:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: pgmap v197: 121 pgs: 8 active+undersized+degraded, 33 active+undersized, 80 active+clean; 170 MiB data, 968 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 4.2 MiB/s wr, 25 op/s; 19/192 objects degraded (9.896%) 2023-09-30T09:12:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: from='osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:12:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-30T09:12:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-30T09:12:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: osdmap e326: 8 total, 7 up, 8 in 2023-09-30T09:12:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: from='osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:12:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:01 smithi192 ceph-mon[180220]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-09-30T09:12:02.133 INFO:tasks.rados.rados.0.smithi118.stdout:1363: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:12:02.133 INFO:tasks.rados.rados.0.smithi118.stdout:1363: finishing copy_from to smithi118168640-13 2023-09-30T09:12:02.133 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 313 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:02.133 INFO:tasks.rados.rados.0.smithi118.stdout:1366: seq_num 432 ranges {10133504=40960} 2023-09-30T09:12:02.188 INFO:tasks.rados.rados.0.smithi118.stdout:1366: writing smithi118168640-12 from 10133504 to 10174464 tid 1 2023-09-30T09:12:02.189 INFO:tasks.rados.rados.0.smithi118.stdout:1362: done (2 left) 2023-09-30T09:12:02.189 INFO:tasks.rados.rados.0.smithi118.stdout:1363: done (1 left) 2023-09-30T09:12:02.189 INFO:tasks.rados.rados.0.smithi118.stdout:1367: rmattr oid 4 current snap is 125 2023-09-30T09:12:02.189 INFO:tasks.rados.rados.0.smithi118.stdout:1367: done (1 left) 2023-09-30T09:12:02.189 INFO:tasks.rados.rados.0.smithi118.stdout:1368: read oid 23 snap -1 2023-09-30T09:12:02.189 INFO:tasks.rados.rados.0.smithi118.stdout:1368: expect (ObjNum 401 snap 120 seq_num 401) 2023-09-30T09:12:02.189 INFO:tasks.rados.rados.0.smithi118.stdout:1369: delete oid 43 current snap is 125 2023-09-30T09:12:02.192 INFO:tasks.rados.rados.0.smithi118.stdout:1369: done (2 left) 2023-09-30T09:12:02.192 INFO:tasks.rados.rados.0.smithi118.stdout:1370: copy_from oid 35 from oid 40 current snap is 125 2023-09-30T09:12:02.192 INFO:tasks.rados.rados.0.smithi118.stdout:1371: rmattr oid 44 current snap is 125 2023-09-30T09:12:02.192 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 125 2023-09-30T09:12:02.192 INFO:tasks.rados.rados.0.smithi118.stdout:1372: seq_num 434 ranges {0=73728} 2023-09-30T09:12:02.193 INFO:tasks.rados.rados.0.smithi118.stdout:1372: writing smithi118168640-43 from 0 to 73728 tid 1 2023-09-30T09:12:02.193 INFO:tasks.rados.rados.0.smithi118.stdout:1373: rmattr oid 36 current snap is 125 2023-09-30T09:12:02.193 INFO:tasks.rados.rados.0.smithi118.stdout:1366: finishing write tid 1 to smithi118168640-12 2023-09-30T09:12:02.193 INFO:tasks.rados.rados.0.smithi118.stdout:1374: read oid 22 snap -1 2023-09-30T09:12:02.193 INFO:tasks.rados.rados.0.smithi118.stdout:1374: expect (ObjNum 376 snap 113 seq_num 376) 2023-09-30T09:12:02.193 INFO:tasks.rados.rados.0.smithi118.stdout:1375: setattr oid 29 current snap is 125 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1376: rollback oid 46 current snap is 125 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1376: done (8 left) 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1377: read oid 17 snap -1 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1377: expect (ObjNum 430 snap 125 seq_num 430) 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1378: setattr oid 20 current snap is 125 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1366: finishing write tid 2 to smithi118168640-12 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1379: read oid 6 snap -1 2023-09-30T09:12:02.197 INFO:tasks.rados.rados.0.smithi118.stdout:1379: expect (ObjNum 413 snap 122 seq_num 413) 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1380: read oid 30 snap -1 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1380: expect (ObjNum 408 snap 121 seq_num 408) 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1381: read oid 15 snap -1 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1381: expect deleted 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1382: setattr oid 2 current snap is 125 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 532 (ObjNum 411 snap 122 seq_num 411) dirty exists 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1371: done (13 left) 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 125 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1383: seq_num 435 ranges {0=90112} 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1383: writing smithi118168640-5 from 0 to 90112 tid 1 2023-09-30T09:12:02.198 INFO:tasks.rados.rados.0.smithi118.stdout:1384: snap_create 2023-09-30T09:12:02.199 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 533 (ObjNum 361 snap 110 seq_num 361) dirty exists 2023-09-30T09:12:02.199 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 398 (ObjNum 129 snap 0 seq_num 3322907472) dirty exists 2023-09-30T09:12:02.201 INFO:tasks.rados.rados.0.smithi118.stdout:1372: finishing write tid 1 to smithi118168640-43 2023-09-30T09:12:02.201 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 457 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:12:02.202 INFO:tasks.rados.rados.0.smithi118.stdout:1366: finishing write tid 3 to smithi118168640-12 2023-09-30T09:12:02.203 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 406 (ObjNum 432 snap 125 seq_num 432) dirty exists 2023-09-30T09:12:02.203 INFO:tasks.rados.rados.0.smithi118.stdout:1366: left oid 12 (ObjNum 432 snap 125 seq_num 432) 2023-09-30T09:12:02.204 INFO:tasks.rados.rados.0.smithi118.stdout:1368: expect (ObjNum 401 snap 120 seq_num 401) 2023-09-30T09:12:02.317 INFO:tasks.rados.rados.0.smithi118.stdout:1383: finishing write tid 1 to smithi118168640-5 2023-09-30T09:12:02.317 INFO:tasks.rados.rados.0.smithi118.stdout:1383: finishing write tid 2 to smithi118168640-5 2023-09-30T09:12:02.317 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 791 (ObjNum 414 snap 122 seq_num 414) dirty exists 2023-09-30T09:12:02.317 INFO:tasks.rados.rados.0.smithi118.stdout:1383: finishing write tid 3 to smithi118168640-5 2023-09-30T09:12:02.317 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 459 (ObjNum 435 snap 125 seq_num 435) dirty exists 2023-09-30T09:12:02.318 INFO:tasks.rados.rados.0.smithi118.stdout:1383: left oid 5 (ObjNum 435 snap 125 seq_num 435) 2023-09-30T09:12:02.318 INFO:tasks.rados.rados.0.smithi118.stdout:1372: finishing write tid 2 to smithi118168640-43 2023-09-30T09:12:02.318 INFO:tasks.rados.rados.0.smithi118.stdout:1370: finishing copy_from to smithi118168640-35 2023-09-30T09:12:02.318 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 222 (ObjNum 65 snap 0 seq_num 1951558000) dirty exists 2023-09-30T09:12:02.318 INFO:tasks.rados.rados.0.smithi118.stdout:1370: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:12:02.318 INFO:tasks.rados.rados.0.smithi118.stdout:1379: expect (ObjNum 413 snap 122 seq_num 413) 2023-09-30T09:12:02.369 INFO:tasks.rados.rados.0.smithi118.stdout:1377: expect (ObjNum 430 snap 125 seq_num 430) 2023-09-30T09:12:02.476 INFO:tasks.rados.rados.0.smithi118.stdout:1380: expect (ObjNum 408 snap 121 seq_num 408) 2023-09-30T09:12:02.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 7 pgs peering) 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373] boot 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: osdmap e327: 8 total, 8 up, 8 in 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 7 pgs peering) 2023-09-30T09:12:02.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:12:02.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373] boot 2023-09-30T09:12:02.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: osdmap e327: 8 total, 8 up, 8 in 2023-09-30T09:12:02.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:12:02.666 INFO:tasks.rados.rados.0.smithi118.stdout:1372: finishing write tid 3 to smithi118168640-43 2023-09-30T09:12:02.666 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 559 (ObjNum 434 snap 125 seq_num 434) dirty exists 2023-09-30T09:12:02.666 INFO:tasks.rados.rados.0.smithi118.stdout:1372: left oid 43 (ObjNum 434 snap 125 seq_num 434) 2023-09-30T09:12:02.666 INFO:tasks.rados.rados.0.smithi118.stdout:1374: expect (ObjNum 376 snap 113 seq_num 376) 2023-09-30T09:12:02.925 INFO:tasks.rados.rados.0.smithi118.stdout:1366: done (14 left) 2023-09-30T09:12:02.925 INFO:tasks.rados.rados.0.smithi118.stdout:1368: done (13 left) 2023-09-30T09:12:02.925 INFO:tasks.rados.rados.0.smithi118.stdout:1370: done (12 left) 2023-09-30T09:12:02.925 INFO:tasks.rados.rados.0.smithi118.stdout:1372: done (11 left) 2023-09-30T09:12:02.925 INFO:tasks.rados.rados.0.smithi118.stdout:1373: done (10 left) 2023-09-30T09:12:02.925 INFO:tasks.rados.rados.0.smithi118.stdout:1374: done (9 left) 2023-09-30T09:12:02.925 INFO:tasks.rados.rados.0.smithi118.stdout:1375: done (8 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1377: done (7 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1378: done (6 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1379: done (5 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1380: done (4 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1381: done (3 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1382: done (2 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1383: done (1 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1384: done (0 left) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1385: read oid 27 snap -1 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1385: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:12:02.926 INFO:tasks.rados.rados.0.smithi118.stdout:1386: rmattr oid 22 current snap is 126 2023-09-30T09:12:02.927 INFO:tasks.rados.rados.0.smithi118.stdout:1387: read oid 43 snap 125 2023-09-30T09:12:02.927 INFO:tasks.rados.rados.0.smithi118.stdout:1387: expect (ObjNum 434 snap 125 seq_num 434) 2023-09-30T09:12:02.927 INFO:tasks.rados.rados.0.smithi118.stdout:1388: snap_create 2023-09-30T09:12:02.928 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 408 (ObjNum 376 snap 113 seq_num 376) dirty exists 2023-09-30T09:12:02.935 INFO:tasks.rados.rados.0.smithi118.stdout:1385: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:12:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: failed to encode map e326 with expected crc 2023-09-30T09:12:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 7 pgs peering) 2023-09-30T09:12:02.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:12:02.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: osd.3 [v2:172.21.15.118:6826/2043474373,v1:172.21.15.118:6827/2043474373] boot 2023-09-30T09:12:02.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: osdmap e327: 8 total, 8 up, 8 in 2023-09-30T09:12:02.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-30T09:12:03.442 INFO:tasks.rados.rados.0.smithi118.stdout:1385: done (3 left) 2023-09-30T09:12:03.442 INFO:tasks.rados.rados.0.smithi118.stdout:1386: done (2 left) 2023-09-30T09:12:03.442 INFO:tasks.rados.rados.0.smithi118.stdout:1388: done (1 left) 2023-09-30T09:12:03.442 INFO:tasks.rados.rados.0.smithi118.stdout:1389: setattr oid 32 current snap is 127 2023-09-30T09:12:03.447 INFO:tasks.rados.rados.0.smithi118.stdout:1390: setattr oid 7 current snap is 127 2023-09-30T09:12:03.447 INFO:tasks.rados.rados.0.smithi118.stdout:1391: delete oid 6 current snap is 127 2023-09-30T09:12:03.455 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 460 (ObjNum 177 snap 0 seq_num 0) dirty exists 2023-09-30T09:12:03.466 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 649 (ObjNum 390 snap 118 seq_num 390) dirty exists 2023-09-30T09:12:03.468 INFO:tasks.rados.rados.0.smithi118.stdout:1389: done (3 left) 2023-09-30T09:12:03.468 INFO:tasks.rados.rados.0.smithi118.stdout:1390: done (2 left) 2023-09-30T09:12:03.468 INFO:tasks.rados.rados.0.smithi118.stdout:1391: done (1 left) 2023-09-30T09:12:03.468 INFO:tasks.rados.rados.0.smithi118.stdout:1392: snap_create 2023-09-30T09:12:03.470 INFO:tasks.rados.rados.0.smithi118.stdout:1387: expect (ObjNum 434 snap 125 seq_num 434) 2023-09-30T09:12:03.492 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:12:03.346+0000 7fd7b44e6700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: pgmap v200: 121 pgs: 8 active+undersized+degraded, 33 active+undersized, 80 active+clean; 173 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 4.0 MiB/s wr, 25 op/s; 20/195 objects degraded (10.256%) 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.497 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:03.498 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[182959]: osdmap e328: 8 total, 8 up, 8 in 2023-09-30T09:12:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: pgmap v200: 121 pgs: 8 active+undersized+degraded, 33 active+undersized, 80 active+clean; 173 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 4.0 MiB/s wr, 25 op/s; 20/195 objects degraded (10.256%) 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:03 smithi118 ceph-mon[185516]: osdmap e328: 8 total, 8 up, 8 in 2023-09-30T09:12:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: failed to encode map e327 with expected crc 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: pgmap v200: 121 pgs: 8 active+undersized+degraded, 33 active+undersized, 80 active+clean; 173 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 4.0 MiB/s wr, 25 op/s; 20/195 objects degraded (10.256%) 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:03 smithi192 ceph-mon[180220]: osdmap e328: 8 total, 8 up, 8 in 2023-09-30T09:12:04.443 INFO:tasks.rados.rados.0.smithi118.stdout:1387: done (1 left) 2023-09-30T09:12:04.443 INFO:tasks.rados.rados.0.smithi118.stdout:1392: done (0 left) 2023-09-30T09:12:04.443 INFO:tasks.rados.rados.0.smithi118.stdout:1393: copy_from oid 49 from oid 48 current snap is 128 2023-09-30T09:12:04.443 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 128 2023-09-30T09:12:04.443 INFO:tasks.rados.rados.0.smithi118.stdout:1394: seq_num 437 ranges {0=122880} 2023-09-30T09:12:04.444 INFO:tasks.rados.rados.0.smithi118.stdout:1394: writing smithi118168640-15 from 0 to 122880 tid 1 2023-09-30T09:12:04.444 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 128 2023-09-30T09:12:04.444 INFO:tasks.rados.rados.0.smithi118.stdout:1395: seq_num 438 ranges {2236416=139264} 2023-09-30T09:12:04.457 INFO:tasks.rados.rados.0.smithi118.stdout:1395: writing smithi118168640-17 from 2236416 to 2375680 tid 1 2023-09-30T09:12:04.457 INFO:tasks.rados.rados.0.smithi118.stdout:1396: rollback oid 28 current snap is 128 2023-09-30T09:12:04.457 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 28 to 126 2023-09-30T09:12:04.457 INFO:tasks.rados.rados.0.smithi118.stdout:1394: finishing write tid 1 to smithi118168640-15 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:1394: finishing write tid 2 to smithi118168640-15 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:1394: finishing write tid 3 to smithi118168640-15 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 535 (ObjNum 437 snap 128 seq_num 437) dirty exists 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:1394: left oid 15 (ObjNum 437 snap 128 seq_num 437) 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:1394: done (3 left) 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 128 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:1397: seq_num 439 ranges {0=155648} 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:1397: writing smithi118168640-37 from 0 to 155648 tid 1 2023-09-30T09:12:04.458 INFO:tasks.rados.rados.0.smithi118.stdout:1398: delete oid 50 current snap is 128 2023-09-30T09:12:04.466 INFO:tasks.rados.rados.0.smithi118.stdout:1398: done (4 left) 2023-09-30T09:12:04.466 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 128 2023-09-30T09:12:04.466 INFO:tasks.rados.rados.0.smithi118.stdout:1399: seq_num 441 ranges {8052736=188416} 2023-09-30T09:12:04.512 INFO:tasks.rados.rados.0.smithi118.stdout:1399: writing smithi118168640-32 from 8052736 to 8241152 tid 1 2023-09-30T09:12:04.513 INFO:tasks.rados.rados.0.smithi118.stdout:1400: read oid 20 snap -1 2023-09-30T09:12:04.513 INFO:tasks.rados.rados.0.smithi118.stdout:1400: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:12:04.513 INFO:tasks.rados.rados.0.smithi118.stdout:1401: copy_from oid 35 from oid 41 current snap is 128 2023-09-30T09:12:04.513 INFO:tasks.rados.rados.0.smithi118.stdout:1396: finishing rollback tid 0 to smithi118168640-28 2023-09-30T09:12:04.513 INFO:tasks.rados.rados.0.smithi118.stdout:1402: snap_remove snap 127 2023-09-30T09:12:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:12:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 20/195 objects degraded (10.256%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[182959]: osdmap e329: 8 total, 8 up, 8 in 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 20/195 objects degraded (10.256%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:04.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:04 smithi118 ceph-mon[185516]: osdmap e329: 8 total, 8 up, 8 in 2023-09-30T09:12:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2023-09-30T09:12:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: failed to encode map e328 with expected crc 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 20/195 objects degraded (10.256%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:04.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:04 smithi192 ceph-mon[180220]: osdmap e329: 8 total, 8 up, 8 in 2023-09-30T09:12:05.504 INFO:tasks.rados.rados.0.smithi118.stdout:1402: done (7 left) 2023-09-30T09:12:05.680 INFO:tasks.rados.rados.0.smithi118.stdout:1403: copy_from oid 2 from oid 6 current snap is 128 2023-09-30T09:12:05.680 INFO:tasks.rados.rados.0.smithi118.stdout:1396: finishing rollback tid 1 to smithi118168640-28 2023-09-30T09:12:05.681 INFO:tasks.rados.rados.0.smithi118.stdout:1396: finishing rollback tid 2 to smithi118168640-28 2023-09-30T09:12:05.682 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 503 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:05.682 INFO:tasks.rados.rados.0.smithi118.stdout:1395: finishing write tid 1 to smithi118168640-17 2023-09-30T09:12:05.682 INFO:tasks.rados.rados.0.smithi118.stdout:1395: finishing write tid 2 to smithi118168640-17 2023-09-30T09:12:05.682 INFO:tasks.rados.rados.0.smithi118.stdout:1397: finishing write tid 1 to smithi118168640-37 2023-09-30T09:12:05.682 INFO:tasks.rados.rados.0.smithi118.stdout:1397: finishing write tid 2 to smithi118168640-37 2023-09-30T09:12:05.682 INFO:tasks.rados.rados.0.smithi118.stdout:1395: finishing write tid 3 to smithi118168640-17 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 478 (ObjNum 438 snap 128 seq_num 438) dirty exists 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:1395: left oid 17 (ObjNum 438 snap 128 seq_num 438) 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:1397: finishing write tid 3 to smithi118168640-37 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 481 (ObjNum 439 snap 128 seq_num 439) dirty exists 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:1397: left oid 37 (ObjNum 439 snap 128 seq_num 439) 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:1395: done (7 left) 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:1396: done (6 left) 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:1397: done (5 left) 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 128 2023-09-30T09:12:05.683 INFO:tasks.rados.rados.0.smithi118.stdout:1393: finishing copy_from to smithi118168640-49 2023-09-30T09:12:05.684 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 774 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:12:05.684 INFO:tasks.rados.rados.0.smithi118.stdout:1404: seq_num 442 ranges {0=204800} 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:1404: writing smithi118168640-25 from 0 to 204800 tid 1 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:1405: snap_create 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:1393: finishing copy_from racing read to smithi118168640-49 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:1399: finishing write tid 1 to smithi118168640-32 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:1399: finishing write tid 2 to smithi118168640-32 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:1399: finishing write tid 3 to smithi118168640-32 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 651 (ObjNum 441 snap 128 seq_num 441) dirty exists 2023-09-30T09:12:05.685 INFO:tasks.rados.rados.0.smithi118.stdout:1399: left oid 32 (ObjNum 441 snap 128 seq_num 441) 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1400: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1401: finishing copy_from to smithi118168640-35 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 780 (ObjNum 424 snap 124 seq_num 424) dirty exists 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1401: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1403: finishing copy_from to smithi118168640-2 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1403: got expected ENOENT (src dne) 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1403: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1404: finishing write tid 1 to smithi118168640-25 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1404: finishing write tid 2 to smithi118168640-25 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1404: finishing write tid 3 to smithi118168640-25 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 653 (ObjNum 442 snap 128 seq_num 442) dirty exists 2023-09-30T09:12:05.686 INFO:tasks.rados.rados.0.smithi118.stdout:1404: left oid 25 (ObjNum 442 snap 128 seq_num 442) 2023-09-30T09:12:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[182959]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[182959]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[182959]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[182959]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[182959]: pgmap v203: 121 pgs: 3 activating, 3 peering, 2 active+undersized+degraded, 20 active+undersized, 93 active+clean; 169 MiB data, 941 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 5.5 MiB/s wr, 55 op/s; 5/225 objects degraded (2.222%); 1.5 MiB/s, 0 objects/s recovering 2023-09-30T09:12:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[185516]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[185516]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[185516]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[185516]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:05 smithi118 ceph-mon[185516]: pgmap v203: 121 pgs: 3 activating, 3 peering, 2 active+undersized+degraded, 20 active+undersized, 93 active+clean; 169 MiB data, 941 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 5.5 MiB/s wr, 55 op/s; 5/225 objects degraded (2.222%); 1.5 MiB/s, 0 objects/s recovering 2023-09-30T09:12:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:05 smithi192 ceph-mon[180220]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:05 smithi192 ceph-mon[180220]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:05 smithi192 ceph-mon[180220]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:05 smithi192 ceph-mon[180220]: failed to encode map e329 with expected crc 2023-09-30T09:12:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:05 smithi192 ceph-mon[180220]: pgmap v203: 121 pgs: 3 activating, 3 peering, 2 active+undersized+degraded, 20 active+undersized, 93 active+clean; 169 MiB data, 941 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 5.5 MiB/s wr, 55 op/s; 5/225 objects degraded (2.222%); 1.5 MiB/s, 0 objects/s recovering 2023-09-30T09:12:06.507 INFO:tasks.rados.rados.0.smithi118.stdout:1393: done (6 left) 2023-09-30T09:12:06.507 INFO:tasks.rados.rados.0.smithi118.stdout:1399: done (5 left) 2023-09-30T09:12:06.507 INFO:tasks.rados.rados.0.smithi118.stdout:1400: done (4 left) 2023-09-30T09:12:06.507 INFO:tasks.rados.rados.0.smithi118.stdout:1401: done (3 left) 2023-09-30T09:12:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:1403: done (2 left) 2023-09-30T09:12:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:1404: done (1 left) 2023-09-30T09:12:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:1405: done (0 left) 2023-09-30T09:12:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:1406: read oid 9 snap -1 2023-09-30T09:12:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:1406: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:12:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:1407: setattr oid 15 current snap is 129 2023-09-30T09:12:06.509 INFO:tasks.rados.rados.0.smithi118.stdout:1408: snap_remove snap 128 2023-09-30T09:12:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:06 smithi118 ceph-mon[182959]: osdmap e330: 8 total, 8 up, 8 in 2023-09-30T09:12:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:06 smithi118 ceph-mon[182959]: failed to encode map e330 with expected crc 2023-09-30T09:12:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:06 smithi118 ceph-mon[182959]: failed to encode map e330 with expected crc 2023-09-30T09:12:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:06 smithi118 ceph-mon[185516]: osdmap e330: 8 total, 8 up, 8 in 2023-09-30T09:12:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:06 smithi118 ceph-mon[185516]: failed to encode map e330 with expected crc 2023-09-30T09:12:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:06 smithi118 ceph-mon[185516]: failed to encode map e330 with expected crc 2023-09-30T09:12:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:06 smithi192 ceph-mon[180220]: osdmap e330: 8 total, 8 up, 8 in 2023-09-30T09:12:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:06 smithi192 ceph-mon[180220]: failed to encode map e330 with expected crc 2023-09-30T09:12:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:06 smithi192 ceph-mon[180220]: failed to encode map e330 with expected crc 2023-09-30T09:12:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:1408: done (2 left) 2023-09-30T09:12:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:1409: snap_remove snap 126 2023-09-30T09:12:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[182959]: osdmap e331: 8 total, 8 up, 8 in 2023-09-30T09:12:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[182959]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[182959]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[182959]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[182959]: pgmap v206: 121 pgs: 3 activating, 3 peering, 115 active+clean; 164 MiB data, 937 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 4.8 MiB/s wr, 54 op/s; 3.5 MiB/s, 1 objects/s recovering 2023-09-30T09:12:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[185516]: osdmap e331: 8 total, 8 up, 8 in 2023-09-30T09:12:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[185516]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[185516]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[185516]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:07 smithi118 ceph-mon[185516]: pgmap v206: 121 pgs: 3 activating, 3 peering, 115 active+clean; 164 MiB data, 937 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 4.8 MiB/s wr, 54 op/s; 3.5 MiB/s, 1 objects/s recovering 2023-09-30T09:12:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:07 smithi192 ceph-mon[180220]: osdmap e331: 8 total, 8 up, 8 in 2023-09-30T09:12:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:07 smithi192 ceph-mon[180220]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:07 smithi192 ceph-mon[180220]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:07 smithi192 ceph-mon[180220]: failed to encode map e331 with expected crc 2023-09-30T09:12:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:07 smithi192 ceph-mon[180220]: pgmap v206: 121 pgs: 3 activating, 3 peering, 115 active+clean; 164 MiB data, 937 MiB used, 714 GiB / 715 GiB avail; 24 MiB/s rd, 4.8 MiB/s wr, 54 op/s; 3.5 MiB/s, 1 objects/s recovering 2023-09-30T09:12:08.513 INFO:tasks.rados.rados.0.smithi118.stdout:1409: done (2 left) 2023-09-30T09:12:08.513 INFO:tasks.rados.rados.0.smithi118.stdout:1410: copy_from oid 7 from oid 33 current snap is 129 2023-09-30T09:12:08.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 536 (ObjNum 437 snap 128 seq_num 437) dirty exists 2023-09-30T09:12:08.514 INFO:tasks.rados.rados.0.smithi118.stdout:1406: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:12:08.622 INFO:tasks.rados.rados.0.smithi118.stdout:1410: finishing copy_from to smithi118168640-7 2023-09-30T09:12:08.622 INFO:tasks.rados.rados.0.smithi118.stdout:1410: got expected ENOENT (src dne) 2023-09-30T09:12:08.622 INFO:tasks.rados.rados.0.smithi118.stdout:1410: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:1406: done (2 left) 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:1407: done (1 left) 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:1410: done (0 left) 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:1411: rollback oid 48 current snap is 129 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 125 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:1412: read oid 17 snap -1 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:1412: expect (ObjNum 438 snap 128 seq_num 438) 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 129 2023-09-30T09:12:08.623 INFO:tasks.rados.rados.0.smithi118.stdout:1413: seq_num 443 ranges {6971392=221184} 2023-09-30T09:12:08.660 INFO:tasks.rados.rados.0.smithi118.stdout:1413: writing smithi118168640-49 from 6971392 to 7192576 tid 1 2023-09-30T09:12:08.661 INFO:tasks.rados.rados.0.smithi118.stdout:1414: setattr oid 13 current snap is 129 2023-09-30T09:12:08.661 INFO:tasks.rados.rados.0.smithi118.stdout:1411: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:12:08.661 INFO:tasks.rados.rados.0.smithi118.stdout:1411: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:12:08.661 INFO:tasks.rados.rados.0.smithi118.stdout:1411: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:12:08.661 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 801 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:12:08.661 INFO:tasks.rados.rados.0.smithi118.stdout:1412: expect (ObjNum 438 snap 128 seq_num 438) 2023-09-30T09:12:08.790 INFO:tasks.rados.rados.0.smithi118.stdout:1413: finishing write tid 1 to smithi118168640-49 2023-09-30T09:12:08.790 INFO:tasks.rados.rados.0.smithi118.stdout:1413: finishing write tid 2 to smithi118168640-49 2023-09-30T09:12:08.790 INFO:tasks.rados.rados.0.smithi118.stdout:1413: finishing write tid 3 to smithi118168640-49 2023-09-30T09:12:08.790 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 776 (ObjNum 443 snap 129 seq_num 443) dirty exists 2023-09-30T09:12:08.791 INFO:tasks.rados.rados.0.smithi118.stdout:1413: left oid 49 (ObjNum 443 snap 129 seq_num 443) 2023-09-30T09:12:08.791 INFO:tasks.rados.rados.0.smithi118.stdout:1411: done (3 left) 2023-09-30T09:12:08.791 INFO:tasks.rados.rados.0.smithi118.stdout:1412: done (2 left) 2023-09-30T09:12:08.791 INFO:tasks.rados.rados.0.smithi118.stdout:1413: done (1 left) 2023-09-30T09:12:08.791 INFO:tasks.rados.rados.0.smithi118.stdout:1415: snap_remove snap 125 2023-09-30T09:12:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[182959]: failed to encode map e331 with expected crc 2023-09-30T09:12:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/225 objects degraded (2.222%), 2 pgs degraded) 2023-09-30T09:12:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:12:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[182959]: osdmap e332: 8 total, 8 up, 8 in 2023-09-30T09:12:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[182959]: failed to encode map e332 with expected crc 2023-09-30T09:12:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[182959]: failed to encode map e332 with expected crc 2023-09-30T09:12:08.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[185516]: failed to encode map e331 with expected crc 2023-09-30T09:12:08.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/225 objects degraded (2.222%), 2 pgs degraded) 2023-09-30T09:12:08.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:12:08.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[185516]: osdmap e332: 8 total, 8 up, 8 in 2023-09-30T09:12:08.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[185516]: failed to encode map e332 with expected crc 2023-09-30T09:12:08.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:08 smithi118 ceph-mon[185516]: failed to encode map e332 with expected crc 2023-09-30T09:12:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:08 smithi192 ceph-mon[180220]: failed to encode map e331 with expected crc 2023-09-30T09:12:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:08 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 5/225 objects degraded (2.222%), 2 pgs degraded) 2023-09-30T09:12:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:08 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:12:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:08 smithi192 ceph-mon[180220]: osdmap e332: 8 total, 8 up, 8 in 2023-09-30T09:12:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:08 smithi192 ceph-mon[180220]: failed to encode map e332 with expected crc 2023-09-30T09:12:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:08 smithi192 ceph-mon[180220]: failed to encode map e332 with expected crc 2023-09-30T09:12:08.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:12:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:12:08.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1415: done (1 left) 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1416: rmattr oid 24 current snap is 129 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1416: done (1 left) 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1417: read oid 4 snap -1 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1417: expect deleted 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1418: copy_from oid 40 from oid 22 current snap is 129 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 399 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1414: done (2 left) 2023-09-30T09:12:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:1419: rollback oid 9 current snap is 129 2023-09-30T09:12:09.526 INFO:tasks.rados.rados.0.smithi118.stdout:1419: done (2 left) 2023-09-30T09:12:09.526 INFO:tasks.rados.rados.0.smithi118.stdout:1420: delete oid 37 current snap is 129 2023-09-30T09:12:09.544 INFO:tasks.rados.rados.0.smithi118.stdout:1417: done (2 left) 2023-09-30T09:12:09.544 INFO:tasks.rados.rados.0.smithi118.stdout:1420: done (1 left) 2023-09-30T09:12:09.544 INFO:tasks.rados.rados.0.smithi118.stdout:1421: read oid 36 snap -1 2023-09-30T09:12:09.544 INFO:tasks.rados.rados.0.smithi118.stdout:1421: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:12:09.544 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 129 2023-09-30T09:12:09.544 INFO:tasks.rados.rados.0.smithi118.stdout:1422: seq_num 445 ranges {253952=253952} 2023-09-30T09:12:09.547 INFO:tasks.rados.rados.0.smithi118.stdout:1422: writing smithi118168640-26 from 253952 to 507904 tid 1 2023-09-30T09:12:09.547 INFO:tasks.rados.rados.0.smithi118.stdout:1423: read oid 9 snap -1 2023-09-30T09:12:09.547 INFO:tasks.rados.rados.0.smithi118.stdout:1423: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:12:09.547 INFO:tasks.rados.rados.0.smithi118.stdout:1424: rmattr oid 50 current snap is 129 2023-09-30T09:12:09.548 INFO:tasks.rados.rados.0.smithi118.stdout:1424: done (4 left) 2023-09-30T09:12:09.548 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 129 2023-09-30T09:12:09.548 INFO:tasks.rados.rados.0.smithi118.stdout:1425: seq_num 446 ranges {8241152=278528} 2023-09-30T09:12:09.594 INFO:tasks.rados.rados.0.smithi118.stdout:1425: writing smithi118168640-32 from 8241152 to 8519680 tid 1 2023-09-30T09:12:09.594 INFO:tasks.rados.rados.0.smithi118.stdout:1426: rollback oid 16 current snap is 129 2023-09-30T09:12:09.594 INFO:tasks.rados.rados.0.smithi118.stdout:1426: done (5 left) 2023-09-30T09:12:09.594 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 129 2023-09-30T09:12:09.595 INFO:tasks.rados.rados.0.smithi118.stdout:1427: seq_num 447 ranges {0=294912} 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1427: writing smithi118168640-1 from 0 to 294912 tid 1 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1428: copy_from oid 50 from oid 3 current snap is 129 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1422: finishing write tid 1 to smithi118168640-26 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1422: finishing write tid 2 to smithi118168640-26 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1422: finishing write tid 3 to smithi118168640-26 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 807 (ObjNum 445 snap 129 seq_num 445) dirty exists 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1422: left oid 26 (ObjNum 445 snap 129 seq_num 445) 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1422: done (6 left) 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 129 2023-09-30T09:12:09.596 INFO:tasks.rados.rados.0.smithi118.stdout:1429: seq_num 448 ranges {2031616=311296} 2023-09-30T09:12:09.608 INFO:tasks.rados.rados.0.smithi118.stdout:1429: writing smithi118168640-11 from 2031616 to 2342912 tid 1 2023-09-30T09:12:09.608 INFO:tasks.rados.rados.0.smithi118.stdout:1430: snap_create 2023-09-30T09:12:09.608 INFO:tasks.rados.rados.0.smithi118.stdout:1418: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:12:09.609 INFO:tasks.rados.rados.0.smithi118.stdout:1423: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:12:09.711 INFO:tasks.rados.rados.0.smithi118.stdout:1418: finishing copy_from to smithi118168640-40 2023-09-30T09:12:09.711 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 408 (ObjNum 376 snap 113 seq_num 376) dirty exists 2023-09-30T09:12:09.711 INFO:tasks.rados.rados.0.smithi118.stdout:1421: expect (ObjNum 349 snap 106 seq_num 349) 2023-09-30T09:12:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[185516]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[185516]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[185516]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[185516]: failed to encode map e333 with expected crc 2023-09-30T09:12:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[185516]: osdmap e333: 8 total, 8 up, 8 in 2023-09-30T09:12:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[185516]: pgmap v209: 121 pgs: 121 active+clean; 164 MiB data, 941 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 30 KiB/s wr, 6 op/s; 2.0 MiB/s, 0 objects/s recovering 2023-09-30T09:12:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[182959]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[182959]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[182959]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[182959]: failed to encode map e333 with expected crc 2023-09-30T09:12:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[182959]: osdmap e333: 8 total, 8 up, 8 in 2023-09-30T09:12:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-mon[182959]: pgmap v209: 121 pgs: 121 active+clean; 164 MiB data, 941 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 30 KiB/s wr, 6 op/s; 2.0 MiB/s, 0 objects/s recovering 2023-09-30T09:12:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:09 smithi192 ceph-mon[180220]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:09 smithi192 ceph-mon[180220]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:09 smithi192 ceph-mon[180220]: failed to encode map e332 with expected crc 2023-09-30T09:12:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:09 smithi192 ceph-mon[180220]: failed to encode map e333 with expected crc 2023-09-30T09:12:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:09 smithi192 ceph-mon[180220]: osdmap e333: 8 total, 8 up, 8 in 2023-09-30T09:12:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:09 smithi192 ceph-mon[180220]: pgmap v209: 121 pgs: 121 active+clean; 164 MiB data, 941 MiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 30 KiB/s wr, 6 op/s; 2.0 MiB/s, 0 objects/s recovering 2023-09-30T09:12:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:12:09] "GET /metrics HTTP/1.1" 200 36056 "" "Prometheus/2.43.0" 2023-09-30T09:12:10.483 INFO:tasks.rados.rados.0.smithi118.stdout:1425: finishing write tid 1 to smithi118168640-32 2023-09-30T09:12:10.484 INFO:tasks.rados.rados.0.smithi118.stdout:1425: finishing write tid 2 to smithi118168640-32 2023-09-30T09:12:10.484 INFO:tasks.rados.rados.0.smithi118.stdout:1425: finishing write tid 3 to smithi118168640-32 2023-09-30T09:12:10.485 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 655 (ObjNum 446 snap 129 seq_num 446) dirty exists 2023-09-30T09:12:10.485 INFO:tasks.rados.rados.0.smithi118.stdout:1425: left oid 32 (ObjNum 446 snap 129 seq_num 446) 2023-09-30T09:12:10.485 INFO:tasks.rados.rados.0.smithi118.stdout:1427: finishing write tid 1 to smithi118168640-1 2023-09-30T09:12:10.485 INFO:tasks.rados.rados.0.smithi118.stdout:1427: finishing write tid 2 to smithi118168640-1 2023-09-30T09:12:10.485 INFO:tasks.rados.rados.0.smithi118.stdout:1427: finishing write tid 3 to smithi118168640-1 2023-09-30T09:12:10.485 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 505 (ObjNum 447 snap 129 seq_num 447) dirty exists 2023-09-30T09:12:10.485 INFO:tasks.rados.rados.0.smithi118.stdout:1427: left oid 1 (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:1428: finishing copy_from to smithi118168640-50 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 359 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:1428: finishing copy_from racing read to smithi118168640-50 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:1429: finishing write tid 1 to smithi118168640-11 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:1429: finishing write tid 2 to smithi118168640-11 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:1429: finishing write tid 3 to smithi118168640-11 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 401 (ObjNum 448 snap 129 seq_num 448) dirty exists 2023-09-30T09:12:10.486 INFO:tasks.rados.rados.0.smithi118.stdout:1429: left oid 11 (ObjNum 448 snap 129 seq_num 448) 2023-09-30T09:12:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:1418: done (7 left) 2023-09-30T09:12:10.903 INFO:tasks.rados.rados.0.smithi118.stdout:1421: done (6 left) 2023-09-30T09:12:10.903 INFO:tasks.rados.rados.0.smithi118.stdout:1423: done (5 left) 2023-09-30T09:12:10.903 INFO:tasks.rados.rados.0.smithi118.stdout:1425: done (4 left) 2023-09-30T09:12:10.905 INFO:tasks.rados.rados.0.smithi118.stdout:1427: done (3 left) 2023-09-30T09:12:10.905 INFO:tasks.rados.rados.0.smithi118.stdout:1428: done (2 left) 2023-09-30T09:12:10.905 INFO:tasks.rados.rados.0.smithi118.stdout:1429: done (1 left) 2023-09-30T09:12:10.906 INFO:tasks.rados.rados.0.smithi118.stdout:1430: done (0 left) 2023-09-30T09:12:10.906 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 130 2023-09-30T09:12:10.906 INFO:tasks.rados.rados.0.smithi118.stdout:1431: seq_num 449 ranges {0=327680} 2023-09-30T09:12:10.907 INFO:tasks.rados.rados.0.smithi118.stdout:1431: writing smithi118168640-47 from 0 to 327680 tid 1 2023-09-30T09:12:10.907 INFO:tasks.rados.rados.0.smithi118.stdout:1432: read oid 37 snap -1 2023-09-30T09:12:10.907 INFO:tasks.rados.rados.0.smithi118.stdout:1432: expect deleted 2023-09-30T09:12:10.907 INFO:tasks.rados.rados.0.smithi118.stdout:1433: snap_create 2023-09-30T09:12:10.907 INFO:tasks.rados.rados.0.smithi118.stdout:1431: finishing write tid 1 to smithi118168640-47 2023-09-30T09:12:10.908 INFO:tasks.rados.rados.0.smithi118.stdout:1431: finishing write tid 2 to smithi118168640-47 2023-09-30T09:12:10.908 INFO:tasks.rados.rados.0.smithi118.stdout:1431: finishing write tid 3 to smithi118168640-47 2023-09-30T09:12:10.908 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 459 (ObjNum 449 snap 130 seq_num 449) dirty exists 2023-09-30T09:12:10.908 INFO:tasks.rados.rados.0.smithi118.stdout:1431: left oid 47 (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:10.908 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[182959]: osdmap e334: 8 total, 8 up, 8 in 2023-09-30T09:12:10.908 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[182959]: failed to encode map e334 with expected crc 2023-09-30T09:12:10.908 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[182959]: failed to encode map e334 with expected crc 2023-09-30T09:12:10.908 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[182959]: failed to encode map e334 with expected crc 2023-09-30T09:12:10.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[185516]: osdmap e334: 8 total, 8 up, 8 in 2023-09-30T09:12:10.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[185516]: failed to encode map e334 with expected crc 2023-09-30T09:12:10.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[185516]: failed to encode map e334 with expected crc 2023-09-30T09:12:10.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:10 smithi118 ceph-mon[185516]: failed to encode map e334 with expected crc 2023-09-30T09:12:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:10 smithi192 ceph-mon[180220]: osdmap e334: 8 total, 8 up, 8 in 2023-09-30T09:12:11.101 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:10 smithi192 ceph-mon[180220]: failed to encode map e334 with expected crc 2023-09-30T09:12:11.101 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:10 smithi192 ceph-mon[180220]: failed to encode map e334 with expected crc 2023-09-30T09:12:11.102 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:10 smithi192 ceph-mon[180220]: failed to encode map e334 with expected crc 2023-09-30T09:12:11.436 INFO:tasks.rados.rados.0.smithi118.stdout:1431: done (2 left) 2023-09-30T09:12:11.437 INFO:tasks.rados.rados.0.smithi118.stdout:1432: done (1 left) 2023-09-30T09:12:11.437 INFO:tasks.rados.rados.0.smithi118.stdout:1433: done (0 left) 2023-09-30T09:12:11.437 INFO:tasks.rados.rados.0.smithi118.stdout:1434: snap_create 2023-09-30T09:12:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[182959]: osdmap e335: 8 total, 8 up, 8 in 2023-09-30T09:12:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[182959]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[182959]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[182959]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[182959]: pgmap v212: 121 pgs: 121 active+clean; 164 MiB data, 957 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 1.0 MiB/s wr, 19 op/s 2023-09-30T09:12:11.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[182959]: osdmap e336: 8 total, 8 up, 8 in 2023-09-30T09:12:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[185516]: osdmap e335: 8 total, 8 up, 8 in 2023-09-30T09:12:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[185516]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[185516]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[185516]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[185516]: pgmap v212: 121 pgs: 121 active+clean; 164 MiB data, 957 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 1.0 MiB/s wr, 19 op/s 2023-09-30T09:12:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:11 smithi118 ceph-mon[185516]: osdmap e336: 8 total, 8 up, 8 in 2023-09-30T09:12:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:11 smithi192 ceph-mon[180220]: osdmap e335: 8 total, 8 up, 8 in 2023-09-30T09:12:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:11 smithi192 ceph-mon[180220]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:11 smithi192 ceph-mon[180220]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:11 smithi192 ceph-mon[180220]: failed to encode map e335 with expected crc 2023-09-30T09:12:11.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:11 smithi192 ceph-mon[180220]: pgmap v212: 121 pgs: 121 active+clean; 164 MiB data, 957 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 1.0 MiB/s wr, 19 op/s 2023-09-30T09:12:11.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:11 smithi192 ceph-mon[180220]: osdmap e336: 8 total, 8 up, 8 in 2023-09-30T09:12:12.442 INFO:tasks.rados.rados.0.smithi118.stdout:1434: done (0 left) 2023-09-30T09:12:12.443 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 132 2023-09-30T09:12:12.443 INFO:tasks.rados.rados.0.smithi118.stdout:1435: seq_num 450 ranges {4841472=344064} 2023-09-30T09:12:12.471 INFO:tasks.rados.rados.0.smithi118.stdout:1435: writing smithi118168640-27 from 4841472 to 5185536 tid 1 2023-09-30T09:12:12.471 INFO:tasks.rados.rados.0.smithi118.stdout:1436: setattr oid 26 current snap is 132 2023-09-30T09:12:12.472 INFO:tasks.rados.rados.0.smithi118.stdout:1437: read oid 1 snap -1 2023-09-30T09:12:12.472 INFO:tasks.rados.rados.0.smithi118.stdout:1437: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:12.473 INFO:tasks.rados.rados.0.smithi118.stdout:1438: rollback oid 7 current snap is 132 2023-09-30T09:12:12.473 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 7 to 129 2023-09-30T09:12:12.473 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 132 2023-09-30T09:12:12.473 INFO:tasks.rados.rados.0.smithi118.stdout:1439: seq_num 451 ranges {5398528=360448} 2023-09-30T09:12:12.504 INFO:tasks.rados.rados.0.smithi118.stdout:1439: writing smithi118168640-22 from 5398528 to 5758976 tid 1 2023-09-30T09:12:12.504 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 132 2023-09-30T09:12:12.505 INFO:tasks.rados.rados.0.smithi118.stdout:1435: finishing write tid 1 to smithi118168640-27 2023-09-30T09:12:12.505 INFO:tasks.rados.rados.0.smithi118.stdout:1435: finishing write tid 2 to smithi118168640-27 2023-09-30T09:12:12.505 INFO:tasks.rados.rados.0.smithi118.stdout:1438: finishing rollback tid 0 to smithi118168640-7 2023-09-30T09:12:12.505 INFO:tasks.rados.rados.0.smithi118.stdout:1438: finishing rollback tid 1 to smithi118168640-7 2023-09-30T09:12:12.505 INFO:tasks.rados.rados.0.smithi118.stdout:1435: finishing write tid 3 to smithi118168640-27 2023-09-30T09:12:12.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 410 (ObjNum 450 snap 132 seq_num 450) dirty exists 2023-09-30T09:12:12.505 INFO:tasks.rados.rados.0.smithi118.stdout:1435: left oid 27 (ObjNum 450 snap 132 seq_num 450) 2023-09-30T09:12:12.506 INFO:tasks.rados.rados.0.smithi118.stdout:1438: finishing rollback tid 2 to smithi118168640-7 2023-09-30T09:12:12.506 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 464 (ObjNum 209 snap 0 seq_num 2238185793) dirty exists 2023-09-30T09:12:12.506 INFO:tasks.rados.rados.0.smithi118.stdout:1437: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:12.511 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 810 (ObjNum 445 snap 129 seq_num 445) dirty exists 2023-09-30T09:12:12.511 INFO:tasks.rados.rados.0.smithi118.stdout:1439: finishing write tid 1 to smithi118168640-22 2023-09-30T09:12:12.511 INFO:tasks.rados.rados.0.smithi118.stdout:1440: seq_num 452 ranges {2375680=376832} 2023-09-30T09:12:12.526 INFO:tasks.rados.rados.0.smithi118.stdout:1440: writing smithi118168640-17 from 2375680 to 2752512 tid 1 2023-09-30T09:12:12.526 INFO:tasks.rados.rados.0.smithi118.stdout:1435: done (5 left) 2023-09-30T09:12:12.526 INFO:tasks.rados.rados.0.smithi118.stdout:1436: done (4 left) 2023-09-30T09:12:12.526 INFO:tasks.rados.rados.0.smithi118.stdout:1437: done (3 left) 2023-09-30T09:12:12.527 INFO:tasks.rados.rados.0.smithi118.stdout:1438: done (2 left) 2023-09-30T09:12:12.527 INFO:tasks.rados.rados.0.smithi118.stdout:1441: delete oid 15 current snap is 132 2023-09-30T09:12:12.527 INFO:tasks.rados.rados.0.smithi118.stdout:1439: finishing write tid 2 to smithi118168640-22 2023-09-30T09:12:12.527 INFO:tasks.rados.rados.0.smithi118.stdout:1439: finishing write tid 3 to smithi118168640-22 2023-09-30T09:12:12.527 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 413 (ObjNum 451 snap 132 seq_num 451) dirty exists 2023-09-30T09:12:12.527 INFO:tasks.rados.rados.0.smithi118.stdout:1439: left oid 22 (ObjNum 451 snap 132 seq_num 451) 2023-09-30T09:12:12.528 INFO:tasks.rados.rados.0.smithi118.stdout:1439: done (2 left) 2023-09-30T09:12:12.528 INFO:tasks.rados.rados.0.smithi118.stdout:1441: done (1 left) 2023-09-30T09:12:12.528 INFO:tasks.rados.rados.0.smithi118.stdout:1442: delete oid 15 current snap is 132 2023-09-30T09:12:12.530 INFO:tasks.rados.rados.0.smithi118.stdout:1440: finishing write tid 1 to smithi118168640-17 2023-09-30T09:12:12.530 INFO:tasks.rados.rados.0.smithi118.stdout:1442: done (1 left) 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1443: copy_from oid 9 from oid 19 current snap is 132 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1444: read oid 29 snap 129 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1444: expect (ObjNum -971102656 snap 22003 seq_num 3323281504) 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1445: read oid 10 snap 130 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1445: expect (ObjNum 397 snap 119 seq_num 397) 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1446: rmattr oid 15 current snap is 132 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1446: done (4 left) 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1447: setattr oid 44 current snap is 132 2023-09-30T09:12:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:1440: finishing write tid 2 to smithi118168640-17 2023-09-30T09:12:12.532 INFO:tasks.rados.rados.0.smithi118.stdout:1444: expect (ObjNum -971102656 snap 22003 seq_num 3323281504) 2023-09-30T09:12:12.532 INFO:tasks.rados.rados.0.smithi118.stdout:1440: finishing write tid 3 to smithi118168640-17 2023-09-30T09:12:12.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 497 (ObjNum 452 snap 132 seq_num 452) dirty exists 2023-09-30T09:12:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:1440: left oid 17 (ObjNum 452 snap 132 seq_num 452) 2023-09-30T09:12:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:1440: done (4 left) 2023-09-30T09:12:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:1444: done (3 left) 2023-09-30T09:12:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 132 2023-09-30T09:12:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:1448: seq_num 455 ranges {5398528=425984} 2023-09-30T09:12:12.565 INFO:tasks.rados.rados.0.smithi118.stdout:1448: writing smithi118168640-40 from 5398528 to 5824512 tid 1 2023-09-30T09:12:12.565 INFO:tasks.rados.rados.0.smithi118.stdout:1449: rollback oid 24 current snap is 132 2023-09-30T09:12:12.565 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 24 to 129 2023-09-30T09:12:12.565 INFO:tasks.rados.rados.0.smithi118.stdout:1450: read oid 20 snap -1 2023-09-30T09:12:12.565 INFO:tasks.rados.rados.0.smithi118.stdout:1450: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:12:12.566 INFO:tasks.rados.rados.0.smithi118.stdout:1451: rollback oid 6 current snap is 132 2023-09-30T09:12:12.566 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 6 to 131 2023-09-30T09:12:12.566 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 538 (ObjNum 411 snap 122 seq_num 411) dirty exists 2023-09-30T09:12:12.566 INFO:tasks.rados.rados.0.smithi118.stdout:1445: expect (ObjNum 397 snap 119 seq_num 397) 2023-09-30T09:12:12.657 INFO:tasks.rados.rados.0.smithi118.stdout:1443: finishing copy_from racing read to smithi118168640-9 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1443: finishing copy_from to smithi118168640-9 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 790 (ObjNum 428 snap 125 seq_num 428) dirty exists 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1443: done (6 left) 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1445: done (5 left) 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1447: done (4 left) 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1452: read oid 3 snap -1 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1452: expect (ObjNum 397 snap 119 seq_num 397) 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1453: copy_from oid 34 from oid 22 current snap is 132 2023-09-30T09:12:12.658 INFO:tasks.rados.rados.0.smithi118.stdout:1451: finishing rollback tid 1 to smithi118168640-6 2023-09-30T09:12:12.659 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 0 (ObjNum 33 snap 0 seq_num 3295805752) dirty dne 2023-09-30T09:12:12.659 INFO:tasks.rados.rados.0.smithi118.stdout:1449: finishing rollback tid 0 to smithi118168640-24 2023-09-30T09:12:12.659 INFO:tasks.rados.rados.0.smithi118.stdout:1449: finishing rollback tid 1 to smithi118168640-24 2023-09-30T09:12:12.659 INFO:tasks.rados.rados.0.smithi118.stdout:1449: finishing rollback tid 2 to smithi118168640-24 2023-09-30T09:12:12.659 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 793 (ObjNum 420 snap 122 seq_num 420) dirty exists 2023-09-30T09:12:12.659 INFO:tasks.rados.rados.0.smithi118.stdout:1450: expect (ObjNum 361 snap 110 seq_num 361) 2023-09-30T09:12:12.828 INFO:tasks.rados.rados.0.smithi118.stdout:1448: finishing write tid 1 to smithi118168640-40 2023-09-30T09:12:12.828 INFO:tasks.rados.rados.0.smithi118.stdout:1448: finishing write tid 2 to smithi118168640-40 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:1448: finishing write tid 3 to smithi118168640-40 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 412 (ObjNum 455 snap 132 seq_num 455) dirty exists 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:1448: left oid 40 (ObjNum 455 snap 132 seq_num 455) 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:1448: done (5 left) 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:1449: done (4 left) 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:1450: done (3 left) 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:1451: done (2 left) 2023-09-30T09:12:12.829 INFO:tasks.rados.rados.0.smithi118.stdout:1454: snap_remove snap 131 2023-09-30T09:12:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[182959]: failed to encode map e335 with expected crc 2023-09-30T09:12:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[182959]: failed to encode map e335 with expected crc 2023-09-30T09:12:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[182959]: failed to encode map e336 with expected crc 2023-09-30T09:12:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[182959]: osdmap e337: 8 total, 8 up, 8 in 2023-09-30T09:12:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[185516]: failed to encode map e335 with expected crc 2023-09-30T09:12:12.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[185516]: failed to encode map e335 with expected crc 2023-09-30T09:12:12.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[185516]: failed to encode map e336 with expected crc 2023-09-30T09:12:12.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:12 smithi118 ceph-mon[185516]: osdmap e337: 8 total, 8 up, 8 in 2023-09-30T09:12:12.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:12 smithi192 ceph-mon[180220]: failed to encode map e335 with expected crc 2023-09-30T09:12:12.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:12 smithi192 ceph-mon[180220]: failed to encode map e335 with expected crc 2023-09-30T09:12:12.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:12 smithi192 ceph-mon[180220]: failed to encode map e336 with expected crc 2023-09-30T09:12:12.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:12 smithi192 ceph-mon[180220]: osdmap e337: 8 total, 8 up, 8 in 2023-09-30T09:12:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:1454: done (2 left) 2023-09-30T09:12:13.550 INFO:tasks.rados.rados.0.smithi118.stdout:1455: read oid 39 snap -1 2023-09-30T09:12:13.550 INFO:tasks.rados.rados.0.smithi118.stdout:1455: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:12:13.550 INFO:tasks.rados.rados.0.smithi118.stdout:1456: snap_remove snap 130 2023-09-30T09:12:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[182959]: pgmap v215: 121 pgs: 121 active+clean; 164 MiB data, 956 MiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.0 MiB/s wr, 12 op/s 2023-09-30T09:12:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:13 smithi118 ceph-mon[185516]: pgmap v215: 121 pgs: 121 active+clean; 164 MiB data, 956 MiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.0 MiB/s wr, 12 op/s 2023-09-30T09:12:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e336 with expected crc 2023-09-30T09:12:13.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: failed to encode map e337 with expected crc 2023-09-30T09:12:13.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:13 smithi192 ceph-mon[180220]: pgmap v215: 121 pgs: 121 active+clean; 164 MiB data, 956 MiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 1.0 MiB/s wr, 12 op/s 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:1456: done (3 left) 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:1457: rollback oid 28 current snap is 132 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 28 to 129 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:1458: read oid 9 snap 129 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:1458: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:1459: rollback oid 27 current snap is 132 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 27 to 129 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:1460: read oid 19 snap -1 2023-09-30T09:12:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:1460: expect (ObjNum 428 snap 125 seq_num 428) 2023-09-30T09:12:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:1461: rollback oid 32 current snap is 132 2023-09-30T09:12:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 32 to 129 2023-09-30T09:12:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:1462: rollback oid 7 current snap is 132 2023-09-30T09:12:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 7 to 129 2023-09-30T09:12:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 132 2023-09-30T09:12:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:1463: seq_num 456 ranges {3276800=442368} 2023-09-30T09:12:14.574 INFO:tasks.rados.rados.0.smithi118.stdout:1463: writing smithi118168640-23 from 3276800 to 3719168 tid 1 2023-09-30T09:12:14.574 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 132 2023-09-30T09:12:14.574 INFO:tasks.rados.rados.0.smithi118.stdout:1452: expect (ObjNum 397 snap 119 seq_num 397) 2023-09-30T09:12:14.663 INFO:tasks.rados.rados.0.smithi118.stdout:1453: finishing copy_from to smithi118168640-34 2023-09-30T09:12:14.663 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 413 (ObjNum 451 snap 132 seq_num 451) dirty exists 2023-09-30T09:12:14.663 INFO:tasks.rados.rados.0.smithi118.stdout:1453: finishing copy_from racing read to smithi118168640-34 2023-09-30T09:12:14.663 INFO:tasks.rados.rados.0.smithi118.stdout:1464: seq_num 457 ranges {7192576=458752} 2023-09-30T09:12:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:1464: writing smithi118168640-49 from 7192576 to 7651328 tid 1 2023-09-30T09:12:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:1452: done (10 left) 2023-09-30T09:12:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:1453: done (9 left) 2023-09-30T09:12:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:1465: copy_from oid 43 from oid 11 current snap is 132 2023-09-30T09:12:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:1455: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:12:14.736 INFO:tasks.rados.rados.0.smithi118.stdout:1462: finishing rollback tid 0 to smithi118168640-7 2023-09-30T09:12:14.736 INFO:tasks.rados.rados.0.smithi118.stdout:1457: finishing rollback tid 0 to smithi118168640-28 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1462: finishing rollback tid 1 to smithi118168640-7 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1455: done (9 left) 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1466: delete oid 12 current snap is 132 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1462: finishing rollback tid 2 to smithi118168640-7 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 469 (ObjNum 209 snap 0 seq_num 2238185793) dirty exists 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1459: finishing rollback tid 0 to smithi118168640-27 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1459: finishing rollback tid 1 to smithi118168640-27 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1459: finishing rollback tid 2 to smithi118168640-27 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 415 (ObjNum 402 snap 120 seq_num 402) dirty exists 2023-09-30T09:12:14.737 INFO:tasks.rados.rados.0.smithi118.stdout:1457: finishing rollback tid 1 to smithi118168640-28 2023-09-30T09:12:14.738 INFO:tasks.rados.rados.0.smithi118.stdout:1457: finishing rollback tid 2 to smithi118168640-28 2023-09-30T09:12:14.738 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 508 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:14.738 INFO:tasks.rados.rados.0.smithi118.stdout:1461: finishing rollback tid 0 to smithi118168640-32 2023-09-30T09:12:14.738 INFO:tasks.rados.rados.0.smithi118.stdout:1461: finishing rollback tid 1 to smithi118168640-32 2023-09-30T09:12:14.738 INFO:tasks.rados.rados.0.smithi118.stdout:1461: finishing rollback tid 2 to smithi118168640-32 2023-09-30T09:12:14.738 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 658 (ObjNum 446 snap 129 seq_num 446) dirty exists 2023-09-30T09:12:14.738 INFO:tasks.rados.rados.0.smithi118.stdout:1458: expect (ObjNum 344 snap 104 seq_num 344) 2023-09-30T09:12:14.838 INFO:tasks.rados.rados.0.smithi118.stdout:1460: expect (ObjNum 428 snap 125 seq_num 428) 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[182959]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[182959]: osdmap e338: 8 total, 8 up, 8 in 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[182959]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[182959]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[185516]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[185516]: osdmap e338: 8 total, 8 up, 8 in 2023-09-30T09:12:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[185516]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[185516]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:14.896 INFO:tasks.rados.rados.0.smithi118.stdout:1463: finishing write tid 1 to smithi118168640-23 2023-09-30T09:12:14.896 INFO:tasks.rados.rados.0.smithi118.stdout:1463: finishing write tid 2 to smithi118168640-23 2023-09-30T09:12:14.896 INFO:tasks.rados.rados.0.smithi118.stdout:1463: finishing write tid 3 to smithi118168640-23 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 546 (ObjNum 456 snap 132 seq_num 456) dirty exists 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1463: left oid 23 (ObjNum 456 snap 132 seq_num 456) 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1464: finishing write tid 1 to smithi118168640-49 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1464: finishing write tid 2 to smithi118168640-49 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1464: finishing write tid 3 to smithi118168640-49 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 778 (ObjNum 457 snap 132 seq_num 457) dirty exists 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1464: left oid 49 (ObjNum 457 snap 132 seq_num 457) 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1465: finishing copy_from to smithi118168640-43 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 401 (ObjNum 448 snap 129 seq_num 448) dirty exists 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1465: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:12:14.897 INFO:tasks.rados.rados.0.smithi118.stdout:1457: done (9 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1458: done (8 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1459: done (7 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1460: done (6 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1461: done (5 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1462: done (4 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1463: done (3 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1464: done (2 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1465: done (1 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1466: done (0 left) 2023-09-30T09:12:14.898 INFO:tasks.rados.rados.0.smithi118.stdout:1467: snap_create 2023-09-30T09:12:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:14 smithi192 ceph-mon[180220]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:14 smithi192 ceph-mon[180220]: osdmap e338: 8 total, 8 up, 8 in 2023-09-30T09:12:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:14 smithi192 ceph-mon[180220]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:14 smithi192 ceph-mon[180220]: failed to encode map e338 with expected crc 2023-09-30T09:12:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:15.562 INFO:tasks.rados.rados.0.smithi118.stdout:1467: done (0 left) 2023-09-30T09:12:15.562 INFO:tasks.rados.rados.0.smithi118.stdout:1468: read oid 21 snap 129 2023-09-30T09:12:15.562 INFO:tasks.rados.rados.0.smithi118.stdout:1468: expect deleted 2023-09-30T09:12:15.562 INFO:tasks.rados.rados.0.smithi118.stdout:1469: delete oid 43 current snap is 133 2023-09-30T09:12:15.568 INFO:tasks.rados.rados.0.smithi118.stdout:1468: done (1 left) 2023-09-30T09:12:15.568 INFO:tasks.rados.rados.0.smithi118.stdout:1469: done (0 left) 2023-09-30T09:12:15.568 INFO:tasks.rados.rados.0.smithi118.stdout:1470: snap_remove snap 132 2023-09-30T09:12:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[182959]: failed to encode map e338 with expected crc 2023-09-30T09:12:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[182959]: osdmap e339: 8 total, 8 up, 8 in 2023-09-30T09:12:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[182959]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[182959]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[182959]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[182959]: pgmap v218: 121 pgs: 121 active+clean; 182 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2023-09-30T09:12:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[185516]: failed to encode map e338 with expected crc 2023-09-30T09:12:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[185516]: osdmap e339: 8 total, 8 up, 8 in 2023-09-30T09:12:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[185516]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[185516]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[185516]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:15 smithi118 ceph-mon[185516]: pgmap v218: 121 pgs: 121 active+clean; 182 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2023-09-30T09:12:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:15 smithi192 ceph-mon[180220]: failed to encode map e338 with expected crc 2023-09-30T09:12:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:15 smithi192 ceph-mon[180220]: osdmap e339: 8 total, 8 up, 8 in 2023-09-30T09:12:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:15 smithi192 ceph-mon[180220]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:15 smithi192 ceph-mon[180220]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:15 smithi192 ceph-mon[180220]: failed to encode map e339 with expected crc 2023-09-30T09:12:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:15 smithi192 ceph-mon[180220]: pgmap v218: 121 pgs: 121 active+clean; 182 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 4.4 MiB/s wr, 26 op/s 2023-09-30T09:12:16.440 INFO:tasks.rados.rados.0.smithi118.stdout:1470: done (0 left) 2023-09-30T09:12:16.440 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 133 2023-09-30T09:12:16.440 INFO:tasks.rados.rados.0.smithi118.stdout:1471: seq_num 460 ranges {2949120=507904} 2023-09-30T09:12:16.458 INFO:tasks.rados.rados.0.smithi118.stdout:1471: writing smithi118168640-3 from 2949120 to 3457024 tid 1 2023-09-30T09:12:16.458 INFO:tasks.rados.rados.0.smithi118.stdout:1472: setattr oid 12 current snap is 133 2023-09-30T09:12:16.460 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 133 2023-09-30T09:12:16.460 INFO:tasks.rados.rados.0.smithi118.stdout:1473: seq_num 461 ranges {2383872=524288} 2023-09-30T09:12:16.476 INFO:tasks.rados.rados.0.smithi118.stdout:1473: writing smithi118168640-9 from 2383872 to 2908160 tid 1 2023-09-30T09:12:16.476 INFO:tasks.rados.rados.0.smithi118.stdout:1474: copy_from oid 7 from oid 4 current snap is 133 2023-09-30T09:12:16.476 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 420 (ObjNum 33 snap 0 seq_num 3322947808) dirty exists 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:1472: done (3 left) 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:1475: rollback oid 40 current snap is 133 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 129 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:1476: delete oid 30 current snap is 133 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:1471: finishing write tid 1 to smithi118168640-3 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:1471: finishing write tid 2 to smithi118168640-3 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:1471: finishing write tid 3 to smithi118168640-3 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 780 (ObjNum 460 snap 133 seq_num 460) dirty exists 2023-09-30T09:12:16.477 INFO:tasks.rados.rados.0.smithi118.stdout:1471: left oid 3 (ObjNum 460 snap 133 seq_num 460) 2023-09-30T09:12:16.480 INFO:tasks.rados.rados.0.smithi118.stdout:1475: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:12:16.480 INFO:tasks.rados.rados.0.smithi118.stdout:1473: finishing write tid 1 to smithi118168640-9 2023-09-30T09:12:16.481 INFO:tasks.rados.rados.0.smithi118.stdout:1473: finishing write tid 2 to smithi118168640-9 2023-09-30T09:12:16.481 INFO:tasks.rados.rados.0.smithi118.stdout:1475: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:12:16.482 INFO:tasks.rados.rados.0.smithi118.stdout:1475: finishing rollback tid 2 to smithi118168640-40 2023-09-30T09:12:16.482 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 418 (ObjNum 376 snap 113 seq_num 376) dirty exists 2023-09-30T09:12:16.483 INFO:tasks.rados.rados.0.smithi118.stdout:1474: finishing copy_from to smithi118168640-7 2023-09-30T09:12:16.483 INFO:tasks.rados.rados.0.smithi118.stdout:1474: got expected ENOENT (src dne) 2023-09-30T09:12:16.483 INFO:tasks.rados.rados.0.smithi118.stdout:1474: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:12:16.483 INFO:tasks.rados.rados.0.smithi118.stdout:1473: finishing write tid 3 to smithi118168640-9 2023-09-30T09:12:16.483 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 795 (ObjNum 461 snap 133 seq_num 461) dirty exists 2023-09-30T09:12:16.483 INFO:tasks.rados.rados.0.smithi118.stdout:1473: left oid 9 (ObjNum 461 snap 133 seq_num 461) 2023-09-30T09:12:16.485 INFO:tasks.rados.rados.0.smithi118.stdout:1471: done (4 left) 2023-09-30T09:12:16.485 INFO:tasks.rados.rados.0.smithi118.stdout:1473: done (3 left) 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1474: done (2 left) 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1475: done (1 left) 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1476: done (0 left) 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1477: copy_from oid 37 from oid 47 current snap is 133 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1478: copy_from oid 17 from oid 36 current snap is 133 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1479: read oid 27 snap -1 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1479: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:12:16.486 INFO:tasks.rados.rados.0.smithi118.stdout:1480: delete oid 23 current snap is 133 2023-09-30T09:12:16.489 INFO:tasks.rados.rados.0.smithi118.stdout:1480: done (3 left) 2023-09-30T09:12:16.490 INFO:tasks.rados.rados.0.smithi118.stdout:1481: rmattr oid 45 current snap is 133 2023-09-30T09:12:16.490 INFO:tasks.rados.rados.0.smithi118.stdout:1482: read oid 7 snap -1 2023-09-30T09:12:16.490 INFO:tasks.rados.rados.0.smithi118.stdout:1482: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:16.490 INFO:tasks.rados.rados.0.smithi118.stdout:1483: rollback oid 10 current snap is 133 2023-09-30T09:12:16.490 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 129 2023-09-30T09:12:16.493 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 133 2023-09-30T09:12:16.493 INFO:tasks.rados.rados.0.smithi118.stdout:1484: seq_num 464 ranges {11198464=573440} 2023-09-30T09:12:16.554 INFO:tasks.rados.rados.0.smithi118.stdout:1484: writing smithi118168640-44 from 11198464 to 11771904 tid 1 2023-09-30T09:12:16.554 INFO:tasks.rados.rados.0.smithi118.stdout:1485: snap_create 2023-09-30T09:12:16.554 INFO:tasks.rados.rados.0.smithi118.stdout:1482: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:1483: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:1483: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:1483: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 550 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:1477: finishing copy_from to smithi118168640-37 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 459 (ObjNum 449 snap 130 seq_num 449) dirty exists 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:1477: finishing copy_from racing read to smithi118168640-37 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 400 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:12:16.558 INFO:tasks.rados.rados.0.smithi118.stdout:1479: expect (ObjNum 402 snap 120 seq_num 402) 2023-09-30T09:12:16.741 INFO:tasks.rados.rados.0.smithi118.stdout:1478: finishing copy_from to smithi118168640-17 2023-09-30T09:12:16.741 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 457 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:12:16.741 INFO:tasks.rados.rados.0.smithi118.stdout:1478: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:12:16.741 INFO:tasks.rados.rados.0.smithi118.stdout:1484: finishing write tid 1 to smithi118168640-44 2023-09-30T09:12:16.741 INFO:tasks.rados.rados.0.smithi118.stdout:1484: finishing write tid 2 to smithi118168640-44 2023-09-30T09:12:16.741 INFO:tasks.rados.rados.0.smithi118.stdout:1484: finishing write tid 3 to smithi118168640-44 2023-09-30T09:12:16.742 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 540 (ObjNum 464 snap 133 seq_num 464) dirty exists 2023-09-30T09:12:16.742 INFO:tasks.rados.rados.0.smithi118.stdout:1484: left oid 44 (ObjNum 464 snap 133 seq_num 464) 2023-09-30T09:12:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:16 smithi118 ceph-mon[182959]: osdmap e340: 8 total, 8 up, 8 in 2023-09-30T09:12:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:16 smithi118 ceph-mon[182959]: failed to encode map e340 with expected crc 2023-09-30T09:12:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:16 smithi118 ceph-mon[182959]: osdmap e341: 8 total, 8 up, 8 in 2023-09-30T09:12:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:16 smithi118 ceph-mon[185516]: osdmap e340: 8 total, 8 up, 8 in 2023-09-30T09:12:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:16 smithi118 ceph-mon[185516]: failed to encode map e340 with expected crc 2023-09-30T09:12:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:16 smithi118 ceph-mon[185516]: osdmap e341: 8 total, 8 up, 8 in 2023-09-30T09:12:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:16 smithi192 ceph-mon[180220]: osdmap e340: 8 total, 8 up, 8 in 2023-09-30T09:12:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:16 smithi192 ceph-mon[180220]: failed to encode map e340 with expected crc 2023-09-30T09:12:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:16 smithi192 ceph-mon[180220]: osdmap e341: 8 total, 8 up, 8 in 2023-09-30T09:12:17.445 INFO:tasks.rados.rados.0.smithi118.stdout:1477: done (7 left) 2023-09-30T09:12:17.445 INFO:tasks.rados.rados.0.smithi118.stdout:1478: done (6 left) 2023-09-30T09:12:17.445 INFO:tasks.rados.rados.0.smithi118.stdout:1479: done (5 left) 2023-09-30T09:12:17.445 INFO:tasks.rados.rados.0.smithi118.stdout:1481: done (4 left) 2023-09-30T09:12:17.446 INFO:tasks.rados.rados.0.smithi118.stdout:1482: done (3 left) 2023-09-30T09:12:17.446 INFO:tasks.rados.rados.0.smithi118.stdout:1483: done (2 left) 2023-09-30T09:12:17.446 INFO:tasks.rados.rados.0.smithi118.stdout:1484: done (1 left) 2023-09-30T09:12:17.446 INFO:tasks.rados.rados.0.smithi118.stdout:1485: done (0 left) 2023-09-30T09:12:17.446 INFO:tasks.rados.rados.0.smithi118.stdout:1486: snap_remove snap 133 2023-09-30T09:12:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: failed to encode map e340 with expected crc 2023-09-30T09:12:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: failed to encode map e340 with expected crc 2023-09-30T09:12:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: pgmap v221: 121 pgs: 121 active+clean; 182 MiB data, 1010 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 4.5 MiB/s wr, 29 op/s 2023-09-30T09:12:17.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[182959]: osdmap e342: 8 total, 8 up, 8 in 2023-09-30T09:12:17.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: failed to encode map e340 with expected crc 2023-09-30T09:12:17.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: failed to encode map e340 with expected crc 2023-09-30T09:12:17.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: pgmap v221: 121 pgs: 121 active+clean; 182 MiB data, 1010 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 4.5 MiB/s wr, 29 op/s 2023-09-30T09:12:17.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:17 smithi118 ceph-mon[185516]: osdmap e342: 8 total, 8 up, 8 in 2023-09-30T09:12:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: failed to encode map e340 with expected crc 2023-09-30T09:12:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: failed to encode map e340 with expected crc 2023-09-30T09:12:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: failed to encode map e341 with expected crc 2023-09-30T09:12:17.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: pgmap v221: 121 pgs: 121 active+clean; 182 MiB data, 1010 MiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 4.5 MiB/s wr, 29 op/s 2023-09-30T09:12:17.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:17 smithi192 ceph-mon[180220]: osdmap e342: 8 total, 8 up, 8 in 2023-09-30T09:12:18.447 INFO:tasks.rados.rados.0.smithi118.stdout:1486: done (0 left) 2023-09-30T09:12:18.447 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 134 2023-09-30T09:12:18.447 INFO:tasks.rados.rados.0.smithi118.stdout:1487: seq_num 465 ranges {7651328=598016} 2023-09-30T09:12:18.491 INFO:tasks.rados.rados.0.smithi118.stdout:1487: writing smithi118168640-49 from 7651328 to 8249344 tid 1 2023-09-30T09:12:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 134 2023-09-30T09:12:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:1488: seq_num 466 ranges {204800=614400} 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1488: writing smithi118168640-25 from 204800 to 819200 tid 1 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1489: copy_from oid 30 from oid 13 current snap is 134 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1490: read oid 1 snap -1 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1490: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1491: setattr oid 17 current snap is 134 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1487: finishing write tid 1 to smithi118168640-49 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1487: finishing write tid 2 to smithi118168640-49 2023-09-30T09:12:18.497 INFO:tasks.rados.rados.0.smithi118.stdout:1487: finishing write tid 3 to smithi118168640-49 2023-09-30T09:12:18.498 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 782 (ObjNum 465 snap 134 seq_num 465) dirty exists 2023-09-30T09:12:18.498 INFO:tasks.rados.rados.0.smithi118.stdout:1487: left oid 49 (ObjNum 465 snap 134 seq_num 465) 2023-09-30T09:12:18.499 INFO:tasks.rados.rados.0.smithi118.stdout:1487: done (4 left) 2023-09-30T09:12:18.499 INFO:tasks.rados.rados.0.smithi118.stdout:1492: read oid 37 snap -1 2023-09-30T09:12:18.499 INFO:tasks.rados.rados.0.smithi118.stdout:1492: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:18.499 INFO:tasks.rados.rados.0.smithi118.stdout:1493: delete oid 27 current snap is 134 2023-09-30T09:12:18.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 504 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:12:18.505 INFO:tasks.rados.rados.0.smithi118.stdout:1490: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:18.514 INFO:tasks.rados.rados.0.smithi118.stdout:1492: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:18.523 INFO:tasks.rados.rados.0.smithi118.stdout:1488: finishing write tid 1 to smithi118168640-25 2023-09-30T09:12:18.523 INFO:tasks.rados.rados.0.smithi118.stdout:1488: finishing write tid 2 to smithi118168640-25 2023-09-30T09:12:18.523 INFO:tasks.rados.rados.0.smithi118.stdout:1488: finishing write tid 3 to smithi118168640-25 2023-09-30T09:12:18.523 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 660 (ObjNum 466 snap 134 seq_num 466) dirty exists 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1488: left oid 25 (ObjNum 466 snap 134 seq_num 466) 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1489: finishing copy_from to smithi118168640-30 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 399 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1489: finishing copy_from racing read to smithi118168640-30 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1488: done (5 left) 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1489: done (4 left) 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1490: done (3 left) 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1491: done (2 left) 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1492: done (1 left) 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1493: done (0 left) 2023-09-30T09:12:18.524 INFO:tasks.rados.rados.0.smithi118.stdout:1494: snap_remove snap 129 2023-09-30T09:12:18.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:18.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[182959]: osdmap e343: 8 total, 8 up, 8 in 2023-09-30T09:12:18.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[182959]: failed to encode map e342 with expected crc 2023-09-30T09:12:18.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[182959]: failed to encode map e342 with expected crc 2023-09-30T09:12:18.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:18.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[185516]: osdmap e343: 8 total, 8 up, 8 in 2023-09-30T09:12:18.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[185516]: failed to encode map e342 with expected crc 2023-09-30T09:12:18.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:18 smithi118 ceph-mon[185516]: failed to encode map e342 with expected crc 2023-09-30T09:12:18.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:18.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:18 smithi192 ceph-mon[180220]: osdmap e343: 8 total, 8 up, 8 in 2023-09-30T09:12:18.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:18 smithi192 ceph-mon[180220]: failed to encode map e342 with expected crc 2023-09-30T09:12:18.944 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:18 smithi192 ceph-mon[180220]: failed to encode map e342 with expected crc 2023-09-30T09:12:18.944 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:12:18 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:12:18.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:12:19.448 INFO:tasks.rados.rados.0.smithi118.stdout:1494: done (0 left) 2023-09-30T09:12:19.448 INFO:tasks.rados.rados.0.smithi118.stdout:1495: rollback oid 35 current snap is 134 2023-09-30T09:12:19.448 INFO:tasks.rados.rados.0.smithi118.stdout:1495: done (0 left) 2023-09-30T09:12:19.449 INFO:tasks.rados.rados.0.smithi118.stdout:1496: setattr oid 24 current snap is 134 2023-09-30T09:12:19.450 INFO:tasks.rados.rados.0.smithi118.stdout:1497: snap_create 2023-09-30T09:12:19.464 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 796 (ObjNum 420 snap 122 seq_num 420) dirty exists 2023-09-30T09:12:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: Upgrade: osd.4 is safe to restart 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: failed to encode map e343 with expected crc 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: pgmap v224: 121 pgs: 121 active+clean; 183 MiB data, 1010 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 248 KiB/s wr, 6 op/s 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: failed to encode map e344 with expected crc 2023-09-30T09:12:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:19 smithi192 ceph-mon[180220]: osdmap e344: 8 total, 8 up, 8 in 2023-09-30T09:12:19.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:12:19] "GET /metrics HTTP/1.1" 200 36208 "" "Prometheus/2.43.0" 2023-09-30T09:12:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: Upgrade: osd.4 is safe to restart 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: failed to encode map e343 with expected crc 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: pgmap v224: 121 pgs: 121 active+clean; 183 MiB data, 1010 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 248 KiB/s wr, 6 op/s 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: failed to encode map e344 with expected crc 2023-09-30T09:12:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[185516]: osdmap e344: 8 total, 8 up, 8 in 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: Upgrade: osd.4 is safe to restart 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: failed to encode map e343 with expected crc 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: failed to encode map e342 with expected crc 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: pgmap v224: 121 pgs: 121 active+clean; 183 MiB data, 1010 MiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 248 KiB/s wr, 6 op/s 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:19.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:19.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:19.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-30T09:12:19.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:19.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: failed to encode map e344 with expected crc 2023-09-30T09:12:19.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:19 smithi118 ceph-mon[182959]: osdmap e344: 8 total, 8 up, 8 in 2023-09-30T09:12:20.450 INFO:tasks.rados.rados.0.smithi118.stdout:1496: done (1 left) 2023-09-30T09:12:20.450 INFO:tasks.rados.rados.0.smithi118.stdout:1497: done (0 left) 2023-09-30T09:12:20.450 INFO:tasks.rados.rados.0.smithi118.stdout:1498: delete oid 31 current snap is 135 2023-09-30T09:12:20.453 INFO:tasks.rados.rados.0.smithi118.stdout:1498: done (0 left) 2023-09-30T09:12:20.454 INFO:tasks.rados.rados.0.smithi118.stdout:1499: delete oid 33 current snap is 135 2023-09-30T09:12:20.455 INFO:tasks.rados.rados.0.smithi118.stdout:1499: done (0 left) 2023-09-30T09:12:20.455 INFO:tasks.rados.rados.0.smithi118.stdout:1500: read oid 29 snap -1 2023-09-30T09:12:20.455 INFO:tasks.rados.rados.0.smithi118.stdout:1500: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:20.455 INFO:tasks.rados.rados.0.smithi118.stdout:1501: read oid 40 snap -1 2023-09-30T09:12:20.455 INFO:tasks.rados.rados.0.smithi118.stdout:1501: expect (ObjNum 376 snap 113 seq_num 376) 2023-09-30T09:12:20.456 INFO:tasks.rados.rados.0.smithi118.stdout:1502: delete oid 8 current snap is 135 2023-09-30T09:12:20.456 INFO:tasks.rados.rados.0.smithi118.stdout:1500: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:1500: done (2 left) 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:1502: done (1 left) 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:1503: read oid 25 snap -1 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:1503: expect (ObjNum 466 snap 134 seq_num 466) 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:1504: read oid 14 snap -1 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:1504: expect (ObjNum 403 snap 120 seq_num 403) 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 135 2023-09-30T09:12:20.461 INFO:tasks.rados.rados.0.smithi118.stdout:1505: seq_num 471 ranges {8519680=696320} 2023-09-30T09:12:20.511 INFO:tasks.rados.rados.0.smithi118.stdout:1505: writing smithi118168640-32 from 8519680 to 9216000 tid 1 2023-09-30T09:12:20.511 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 135 2023-09-30T09:12:20.511 INFO:tasks.rados.rados.0.smithi118.stdout:1506: seq_num 472 ranges {0=712704} 2023-09-30T09:12:20.515 INFO:tasks.rados.rados.0.smithi118.stdout:1506: writing smithi118168640-16 from 0 to 712704 tid 1 2023-09-30T09:12:20.515 INFO:tasks.rados.rados.0.smithi118.stdout:1507: snap_create 2023-09-30T09:12:20.515 INFO:tasks.rados.rados.0.smithi118.stdout:1503: expect (ObjNum 466 snap 134 seq_num 466) 2023-09-30T09:12:20.538 INFO:tasks.rados.rados.0.smithi118.stdout:1501: expect (ObjNum 376 snap 113 seq_num 376) 2023-09-30T09:12:20.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:20 smithi192 ceph-mon[180220]: Upgrade: Updating osd.4 2023-09-30T09:12:20.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:20 smithi192 ceph-mon[180220]: Deploying daemon osd.4 on smithi192 2023-09-30T09:12:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:20 smithi192 ceph-mon[180220]: failed to encode map e344 with expected crc 2023-09-30T09:12:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:20 smithi192 ceph-mon[180220]: failed to encode map e345 with expected crc 2023-09-30T09:12:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:20 smithi192 ceph-mon[180220]: osdmap e345: 8 total, 8 up, 8 in 2023-09-30T09:12:20.774 INFO:tasks.rados.rados.0.smithi118.stdout:1504: expect (ObjNum 403 snap 120 seq_num 403) 2023-09-30T09:12:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[185516]: Upgrade: Updating osd.4 2023-09-30T09:12:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[185516]: Deploying daemon osd.4 on smithi192 2023-09-30T09:12:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[185516]: failed to encode map e344 with expected crc 2023-09-30T09:12:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[185516]: failed to encode map e345 with expected crc 2023-09-30T09:12:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[185516]: osdmap e345: 8 total, 8 up, 8 in 2023-09-30T09:12:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[182959]: Upgrade: Updating osd.4 2023-09-30T09:12:20.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[182959]: Deploying daemon osd.4 on smithi192 2023-09-30T09:12:20.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[182959]: failed to encode map e344 with expected crc 2023-09-30T09:12:20.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[182959]: failed to encode map e345 with expected crc 2023-09-30T09:12:20.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:20 smithi118 ceph-mon[182959]: osdmap e345: 8 total, 8 up, 8 in 2023-09-30T09:12:21.140 INFO:tasks.rados.rados.0.smithi118.stdout:1505: finishing write tid 1 to smithi118168640-32 2023-09-30T09:12:21.140 INFO:tasks.rados.rados.0.smithi118.stdout:1505: finishing write tid 2 to smithi118168640-32 2023-09-30T09:12:21.140 INFO:tasks.rados.rados.0.smithi118.stdout:1505: finishing write tid 3 to smithi118168640-32 2023-09-30T09:12:21.140 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 662 (ObjNum 471 snap 135 seq_num 471) dirty exists 2023-09-30T09:12:21.140 INFO:tasks.rados.rados.0.smithi118.stdout:1505: left oid 32 (ObjNum 471 snap 135 seq_num 471) 2023-09-30T09:12:21.140 INFO:tasks.rados.rados.0.smithi118.stdout:1506: finishing write tid 1 to smithi118168640-16 2023-09-30T09:12:21.140 INFO:tasks.rados.rados.0.smithi118.stdout:1506: finishing write tid 2 to smithi118168640-16 2023-09-30T09:12:21.141 INFO:tasks.rados.rados.0.smithi118.stdout:1506: finishing write tid 3 to smithi118168640-16 2023-09-30T09:12:21.141 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 784 (ObjNum 472 snap 135 seq_num 472) dirty exists 2023-09-30T09:12:21.141 INFO:tasks.rados.rados.0.smithi118.stdout:1506: left oid 16 (ObjNum 472 snap 135 seq_num 472) 2023-09-30T09:12:21.439 INFO:tasks.rados.rados.0.smithi118.stdout:1501: done (5 left) 2023-09-30T09:12:21.439 INFO:tasks.rados.rados.0.smithi118.stdout:1503: done (4 left) 2023-09-30T09:12:21.439 INFO:tasks.rados.rados.0.smithi118.stdout:1504: done (3 left) 2023-09-30T09:12:21.439 INFO:tasks.rados.rados.0.smithi118.stdout:1505: done (2 left) 2023-09-30T09:12:21.439 INFO:tasks.rados.rados.0.smithi118.stdout:1506: done (1 left) 2023-09-30T09:12:21.439 INFO:tasks.rados.rados.0.smithi118.stdout:1507: done (0 left) 2023-09-30T09:12:21.439 INFO:tasks.rados.rados.0.smithi118.stdout:1508: rmattr oid 13 current snap is 136 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:1509: read oid 26 snap 134 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:1509: expect (ObjNum 445 snap 129 seq_num 445) 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:1510: read oid 4 snap 134 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:1510: expect deleted 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:1511: rmattr oid 17 current snap is 136 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:1512: rollback oid 44 current snap is 136 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 135 2023-09-30T09:12:21.440 INFO:tasks.rados.rados.0.smithi118.stdout:1513: setattr oid 21 current snap is 136 2023-09-30T09:12:21.441 INFO:tasks.rados.rados.0.smithi118.stdout:1514: read oid 39 snap -1 2023-09-30T09:12:21.441 INFO:tasks.rados.rados.0.smithi118.stdout:1514: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:12:21.441 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 136 2023-09-30T09:12:21.441 INFO:tasks.rados.rados.0.smithi118.stdout:1515: seq_num 473 ranges {3842048=729088} 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:1515: writing smithi118168640-20 from 3842048 to 4571136 tid 1 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:1516: copy_from oid 36 from oid 10 current snap is 136 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:1512: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:1512: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:1512: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 543 (ObjNum 464 snap 133 seq_num 464) dirty exists 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 402 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:21.466 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 461 (ObjNum 33 snap 0 seq_num 3323982224) dirty exists 2023-09-30T09:12:21.467 INFO:tasks.rados.rados.0.smithi118.stdout:1514: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:12:21.497 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 510 (ObjNum 349 snap 106 seq_num 349) dirty exists 2023-09-30T09:12:21.497 INFO:tasks.rados.rados.0.smithi118.stdout:1509: expect (ObjNum 445 snap 129 seq_num 445) 2023-09-30T09:12:21.515 INFO:tasks.rados.rados.0.smithi118.stdout:1515: finishing write tid 1 to smithi118168640-20 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1515: finishing write tid 2 to smithi118168640-20 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1515: finishing write tid 3 to smithi118168640-20 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 545 (ObjNum 473 snap 136 seq_num 473) dirty exists 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1515: left oid 20 (ObjNum 473 snap 136 seq_num 473) 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1508: done (8 left) 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1509: done (7 left) 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1510: done (6 left) 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1511: done (5 left) 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1512: done (4 left) 2023-09-30T09:12:21.516 INFO:tasks.rados.rados.0.smithi118.stdout:1513: done (3 left) 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:1514: done (2 left) 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:1515: done (1 left) 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:1517: rollback oid 43 current snap is 136 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 43 to 134 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:1518: copy_from oid 32 from oid 14 current snap is 136 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:1519: read oid 34 snap 134 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:1519: expect (ObjNum 451 snap 132 seq_num 451) 2023-09-30T09:12:21.517 INFO:tasks.rados.rados.0.smithi118.stdout:1520: setattr oid 33 current snap is 136 2023-09-30T09:12:21.518 INFO:tasks.rados.rados.0.smithi118.stdout:1517: finishing rollback tid 1 to smithi118168640-43 2023-09-30T09:12:21.518 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 0 (ObjNum 49 snap 0 seq_num 1700222053) dirty dne 2023-09-30T09:12:21.518 INFO:tasks.rados.rados.0.smithi118.stdout:1517: done (4 left) 2023-09-30T09:12:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:1521: read oid 2 snap -1 2023-09-30T09:12:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:1521: expect (ObjNum 414 snap 122 seq_num 414) 2023-09-30T09:12:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:1522: rollback oid 48 current snap is 136 2023-09-30T09:12:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 134 2023-09-30T09:12:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:1523: delete oid 40 current snap is 136 2023-09-30T09:12:21.524 INFO:tasks.rados.rados.0.smithi118.stdout:1523: done (6 left) 2023-09-30T09:12:21.525 INFO:tasks.rados.rados.0.smithi118.stdout:1524: snap_create 2023-09-30T09:12:21.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 462 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:12:21.527 INFO:tasks.rados.rados.0.smithi118.stdout:1516: finishing copy_from racing read to smithi118168640-36 2023-09-30T09:12:21.529 INFO:tasks.rados.rados.0.smithi118.stdout:1516: finishing copy_from to smithi118168640-36 2023-09-30T09:12:21.529 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 550 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:21.568 INFO:tasks.rados.rados.0.smithi118.stdout:1519: expect (ObjNum 451 snap 132 seq_num 451) 2023-09-30T09:12:21.573 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:21 smithi192 systemd[1]: Stopping Ceph osd.4 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:12:21.574 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[119958]: 2023-09-30T09:12:21.555+0000 7fa86c4dc700 -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 2023-09-30T09:12:21.574 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[119958]: 2023-09-30T09:12:21.555+0000 7fa86c4dc700 -1 osd.4 346 *** Got signal Terminated *** 2023-09-30T09:12:21.574 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[119958]: 2023-09-30T09:12:21.555+0000 7fa86c4dc700 -1 osd.4 346 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:12:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[182959]: failed to encode map e345 with expected crc 2023-09-30T09:12:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[182959]: pgmap v227: 121 pgs: 2 active+clean+snaptrim, 3 active+clean+snaptrim_wait, 116 active+clean; 176 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 3.5 MiB/s wr, 26 op/s 2023-09-30T09:12:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[182959]: osdmap e346: 8 total, 8 up, 8 in 2023-09-30T09:12:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[182959]: failed to encode map e346 with expected crc 2023-09-30T09:12:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[182959]: osd.4 marked itself down and dead 2023-09-30T09:12:21.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[185516]: failed to encode map e345 with expected crc 2023-09-30T09:12:21.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[185516]: pgmap v227: 121 pgs: 2 active+clean+snaptrim, 3 active+clean+snaptrim_wait, 116 active+clean; 176 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 3.5 MiB/s wr, 26 op/s 2023-09-30T09:12:21.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[185516]: osdmap e346: 8 total, 8 up, 8 in 2023-09-30T09:12:21.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[185516]: failed to encode map e346 with expected crc 2023-09-30T09:12:21.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:21 smithi118 ceph-mon[185516]: osd.4 marked itself down and dead 2023-09-30T09:12:21.898 INFO:tasks.rados.rados.0.smithi118.stdout:1518: finishing copy_from to smithi118168640-32 2023-09-30T09:12:21.899 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 450 (ObjNum 403 snap 120 seq_num 403) dirty exists 2023-09-30T09:12:21.899 INFO:tasks.rados.rados.0.smithi118.stdout:1518: finishing copy_from racing read to smithi118168640-32 2023-09-30T09:12:21.899 INFO:tasks.rados.rados.0.smithi118.stdout:1521: expect (ObjNum 414 snap 122 seq_num 414) 2023-09-30T09:12:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-mon[180220]: failed to encode map e345 with expected crc 2023-09-30T09:12:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-mon[180220]: pgmap v227: 121 pgs: 2 active+clean+snaptrim, 3 active+clean+snaptrim_wait, 116 active+clean; 176 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 3.5 MiB/s wr, 26 op/s 2023-09-30T09:12:21.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-mon[180220]: osdmap e346: 8 total, 8 up, 8 in 2023-09-30T09:12:21.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-mon[180220]: failed to encode map e346 with expected crc 2023-09-30T09:12:21.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:21 smithi192 ceph-mon[180220]: osd.4 marked itself down and dead 2023-09-30T09:12:22.478 INFO:tasks.rados.rados.0.smithi118.stdout:1522: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1522: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1522: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 820 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1516: done (6 left) 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1518: done (5 left) 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1519: done (4 left) 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1520: done (3 left) 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1521: done (2 left) 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1522: done (1 left) 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1524: done (0 left) 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1525: copy_from oid 2 from oid 47 current snap is 137 2023-09-30T09:12:22.479 INFO:tasks.rados.rados.0.smithi118.stdout:1526: snap_remove snap 136 2023-09-30T09:12:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[182959]: failed to encode map e346 with expected crc 2023-09-30T09:12:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[182959]: failed to encode map e346 with expected crc 2023-09-30T09:12:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:12:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[182959]: failed to encode map e347 with expected crc 2023-09-30T09:12:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[182959]: osdmap e347: 8 total, 7 up, 8 in 2023-09-30T09:12:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[182959]: failed to encode map e347 with expected crc 2023-09-30T09:12:22.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[185516]: failed to encode map e346 with expected crc 2023-09-30T09:12:22.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[185516]: failed to encode map e346 with expected crc 2023-09-30T09:12:22.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:12:22.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[185516]: failed to encode map e347 with expected crc 2023-09-30T09:12:22.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[185516]: osdmap e347: 8 total, 7 up, 8 in 2023-09-30T09:12:22.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:22 smithi118 ceph-mon[185516]: failed to encode map e347 with expected crc 2023-09-30T09:12:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:22 smithi192 ceph-mon[180220]: failed to encode map e346 with expected crc 2023-09-30T09:12:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:22 smithi192 ceph-mon[180220]: failed to encode map e346 with expected crc 2023-09-30T09:12:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:22 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:12:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:22 smithi192 ceph-mon[180220]: failed to encode map e347 with expected crc 2023-09-30T09:12:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:22 smithi192 ceph-mon[180220]: osdmap e347: 8 total, 7 up, 8 in 2023-09-30T09:12:22.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:22 smithi192 ceph-mon[180220]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.447 INFO:tasks.rados.rados.0.smithi118.stdout:1526: done (1 left) 2023-09-30T09:12:23.447 INFO:tasks.rados.rados.0.smithi118.stdout:1527: rollback oid 25 current snap is 137 2023-09-30T09:12:23.447 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 25 to 135 2023-09-30T09:12:23.452 INFO:tasks.rados.rados.0.smithi118.stdout:1528: rmattr oid 5 current snap is 137 2023-09-30T09:12:23.452 INFO:tasks.rados.rados.0.smithi118.stdout:1528: done (2 left) 2023-09-30T09:12:23.452 INFO:tasks.rados.rados.0.smithi118.stdout:1529: read oid 48 snap 135 2023-09-30T09:12:23.453 INFO:tasks.rados.rados.0.smithi118.stdout:1529: expect (ObjNum 394 snap 119 seq_num 394) 2023-09-30T09:12:23.453 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 137 2023-09-30T09:12:23.453 INFO:tasks.rados.rados.0.smithi118.stdout:1530: seq_num 475 ranges {0=761856} 2023-09-30T09:12:23.453 INFO:tasks.rados.rados.0.smithi118.stdout:1530: writing smithi118168640-4 from 0 to 761856 tid 1 2023-09-30T09:12:23.453 INFO:tasks.rados.rados.0.smithi118.stdout:1531: snap_create 2023-09-30T09:12:23.463 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:23 smithi192 bash[186688]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4 2023-09-30T09:12:23.466 INFO:tasks.rados.rados.0.smithi118.stdout:1530: finishing write tid 1 to smithi118168640-4 2023-09-30T09:12:23.466 INFO:tasks.rados.rados.0.smithi118.stdout:1530: finishing write tid 2 to smithi118168640-4 2023-09-30T09:12:23.467 INFO:tasks.rados.rados.0.smithi118.stdout:1527: finishing rollback tid 0 to smithi118168640-25 2023-09-30T09:12:23.467 INFO:tasks.rados.rados.0.smithi118.stdout:1527: finishing rollback tid 1 to smithi118168640-25 2023-09-30T09:12:23.467 INFO:tasks.rados.rados.0.smithi118.stdout:1527: finishing rollback tid 2 to smithi118168640-25 2023-09-30T09:12:23.467 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 665 (ObjNum 466 snap 134 seq_num 466) dirty exists 2023-09-30T09:12:23.468 INFO:tasks.rados.rados.0.smithi118.stdout:1530: finishing write tid 3 to smithi118168640-4 2023-09-30T09:12:23.468 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 786 (ObjNum 475 snap 137 seq_num 475) dirty exists 2023-09-30T09:12:23.468 INFO:tasks.rados.rados.0.smithi118.stdout:1530: left oid 4 (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:12:23.484 INFO:tasks.rados.rados.0.smithi118.stdout:1525: finishing copy_from to smithi118168640-2 2023-09-30T09:12:23.484 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 459 (ObjNum 449 snap 130 seq_num 449) dirty exists 2023-09-30T09:12:23.484 INFO:tasks.rados.rados.0.smithi118.stdout:1525: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:12:23.497 INFO:tasks.rados.rados.0.smithi118.stdout:1529: expect (ObjNum 394 snap 119 seq_num 394) 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: pgmap v230: 121 pgs: 9 stale+active+clean, 2 active+clean+snaptrim, 3 active+clean+snaptrim_wait, 107 active+clean; 173 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 3.4 MiB/s wr, 23 op/s 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: osdmap e348: 8 total, 7 up, 8 in 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[185516]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: pgmap v230: 121 pgs: 9 stale+active+clean, 2 active+clean+snaptrim, 3 active+clean+snaptrim_wait, 107 active+clean; 173 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 3.4 MiB/s wr, 23 op/s 2023-09-30T09:12:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: osdmap e348: 8 total, 7 up, 8 in 2023-09-30T09:12:23.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:23 smithi118 ceph-mon[182959]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: failed to encode map e347 with expected crc 2023-09-30T09:12:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: pgmap v230: 121 pgs: 9 stale+active+clean, 2 active+clean+snaptrim, 3 active+clean+snaptrim_wait, 107 active+clean; 173 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 6.0 MiB/s rd, 3.4 MiB/s wr, 23 op/s 2023-09-30T09:12:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: osdmap e348: 8 total, 7 up, 8 in 2023-09-30T09:12:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: failed to encode map e348 with expected crc 2023-09-30T09:12:23.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:23 smithi192 ceph-mon[180220]: failed to encode map e348 with expected crc 2023-09-30T09:12:24.448 INFO:tasks.rados.rados.0.smithi118.stdout:1525: done (4 left) 2023-09-30T09:12:24.448 INFO:tasks.rados.rados.0.smithi118.stdout:1527: done (3 left) 2023-09-30T09:12:24.448 INFO:tasks.rados.rados.0.smithi118.stdout:1529: done (2 left) 2023-09-30T09:12:24.448 INFO:tasks.rados.rados.0.smithi118.stdout:1530: done (1 left) 2023-09-30T09:12:24.448 INFO:tasks.rados.rados.0.smithi118.stdout:1531: done (0 left) 2023-09-30T09:12:24.448 INFO:tasks.rados.rados.0.smithi118.stdout:1532: rollback oid 36 current snap is 138 2023-09-30T09:12:24.449 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 137 2023-09-30T09:12:24.449 INFO:tasks.rados.rados.0.smithi118.stdout:1533: snap_create 2023-09-30T09:12:24.451 INFO:tasks.rados.rados.0.smithi118.stdout:1532: finishing rollback tid 0 to smithi118168640-36 2023-09-30T09:12:24.451 INFO:tasks.rados.rados.0.smithi118.stdout:1532: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:12:24.452 INFO:tasks.rados.rados.0.smithi118.stdout:1532: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:12:24.452 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 553 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:24 smithi192 ceph-mon[180220]: failed to encode map e348 with expected crc 2023-09-30T09:12:24.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:24 smithi192 ceph-mon[180220]: failed to encode map e348 with expected crc 2023-09-30T09:12:24.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:24 smithi192 ceph-mon[180220]: osdmap e349: 8 total, 7 up, 8 in 2023-09-30T09:12:24.714 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:24 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.4.service: Succeeded. 2023-09-30T09:12:24.714 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:24 smithi192 systemd[1]: Stopped Ceph osd.4 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:12:24.714 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:24 smithi192 systemd[1]: Starting Ceph osd.4 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:12:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:24 smithi118 ceph-mon[182959]: failed to encode map e348 with expected crc 2023-09-30T09:12:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:24 smithi118 ceph-mon[182959]: failed to encode map e348 with expected crc 2023-09-30T09:12:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:24 smithi118 ceph-mon[182959]: osdmap e349: 8 total, 7 up, 8 in 2023-09-30T09:12:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:24 smithi118 ceph-mon[185516]: failed to encode map e348 with expected crc 2023-09-30T09:12:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:24 smithi118 ceph-mon[185516]: failed to encode map e348 with expected crc 2023-09-30T09:12:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:24 smithi118 ceph-mon[185516]: osdmap e349: 8 total, 7 up, 8 in 2023-09-30T09:12:25.382 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:12:25.447 INFO:tasks.rados.rados.0.smithi118.stdout:1532: done (1 left) 2023-09-30T09:12:25.447 INFO:tasks.rados.rados.0.smithi118.stdout:1533: done (0 left) 2023-09-30T09:12:25.447 INFO:tasks.rados.rados.0.smithi118.stdout:1534: read oid 4 snap 137 2023-09-30T09:12:25.447 INFO:tasks.rados.rados.0.smithi118.stdout:1534: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:12:25.447 INFO:tasks.rados.rados.0.smithi118.stdout:1535: snap_remove snap 135 2023-09-30T09:12:25.583 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:12:25.583 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-30T09:12:25.583 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-09-30T09:12:25.583 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-09-30T09:12:25.583 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-09-30T09:12:25.583 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-30T09:12:25.584 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-30T09:12:25.584 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[186919]: --> ceph-volume lvm activate successful for osd ID: 4 2023-09-30T09:12:25.690 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:12:25.690 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (3m) - 6m 18.1M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (3m) - 5m 79.6M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (6m) - 6m 17.4M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (6m) - 6m 18.2M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (2m) - 9m 446M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (3m) - 10m 511M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (2m) - 10m 81.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (2m) - 9m 24.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (2m) - 9m 62.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (3m) - 5m 10.3M - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (3m) - 5m 9361k - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (111s) - 9m 304M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:12:25.691 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (83s) - 8m 292M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:12:25.692 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (55s) - 8m 208M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:12:25.692 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (27s) - 8m 11.6M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 9ee3b875f0e6 2023-09-30T09:12:25.692 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (8m) - 8m 294M 2486M 17.2.6-1161-g191c1869 8497a1260037 e656e0eb59bf 2023-09-30T09:12:25.692 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (7m) - 7m 313M 2486M 17.2.6-1161-g191c1869 8497a1260037 1629f111f51d 2023-09-30T09:12:25.692 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (7m) - 7m 204M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:12:25.692 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (7m) - 7m 219M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:12:25.692 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (2m) - 6m 44.1M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:12:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[182959]: pgmap v233: 121 pgs: 4 active+undersized+degraded, 21 active+undersized, 85 active+clean, 2 stale+active+clean, 2 peering, 7 activating+undersized; 177 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 2.8 MiB/s wr, 34 op/s; 23/240 objects degraded (9.583%) 2023-09-30T09:12:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[182959]: failed to encode map e349 with expected crc 2023-09-30T09:12:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[182959]: osdmap e350: 8 total, 7 up, 8 in 2023-09-30T09:12:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[182959]: failed to encode map e350 with expected crc 2023-09-30T09:12:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[185516]: pgmap v233: 121 pgs: 4 active+undersized+degraded, 21 active+undersized, 85 active+clean, 2 stale+active+clean, 2 peering, 7 activating+undersized; 177 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 2.8 MiB/s wr, 34 op/s; 23/240 objects degraded (9.583%) 2023-09-30T09:12:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[185516]: failed to encode map e349 with expected crc 2023-09-30T09:12:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[185516]: osdmap e350: 8 total, 7 up, 8 in 2023-09-30T09:12:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:25 smithi118 ceph-mon[185516]: failed to encode map e350 with expected crc 2023-09-30T09:12:25.871 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:25 smithi192 ceph-mon[180220]: pgmap v233: 121 pgs: 4 active+undersized+degraded, 21 active+undersized, 85 active+clean, 2 stale+active+clean, 2 peering, 7 activating+undersized; 177 MiB data, 1023 MiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 2.8 MiB/s wr, 34 op/s; 23/240 objects degraded (9.583%) 2023-09-30T09:12:25.872 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:25 smithi192 ceph-mon[180220]: failed to encode map e349 with expected crc 2023-09-30T09:12:25.872 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:25 smithi192 ceph-mon[180220]: osdmap e350: 8 total, 7 up, 8 in 2023-09-30T09:12:25.872 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:25 smithi192 ceph-mon[180220]: failed to encode map e350 with expected crc 2023-09-30T09:12:26.078 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:12:26.078 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:12:26.078 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3, 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 4 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:12:26.079 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:26.080 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:12:26.080 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 5, 2023-09-30T09:12:26.080 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 9 2023-09-30T09:12:26.080 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:12:26.080 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:12:26.213 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 ceph-osd[187175]: -- 172.21.15.192:0/1481822185 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5630ab1ae4e0 con 0x5630ab17ec00 2023-09-30T09:12:26.789 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 bash[187157]: 4dad2c67e17a9460c3b96d7fdc02d263aa208c4f0910cf389fa92c9481cc9ca6 2023-09-30T09:12:26.789 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:25 smithi192 systemd[1]: Started Ceph osd.4 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:12:26.790 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T09:12:26.451+0000 7ff5c1a68640 -1 Falling back to public interface 2023-09-30T09:12:26.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.790 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='client.44195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: failed to encode map e350 with expected crc 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 23/240 objects degraded (9.583%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='client.34263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3768121362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:26.791 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.792 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.792 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:26 smithi192 ceph-mon[180220]: osdmap e351: 8 total, 7 up, 8 in 2023-09-30T09:12:26.792 INFO:tasks.rados.rados.0.smithi118.stdout:1535: done (1 left) 2023-09-30T09:12:26.792 INFO:tasks.rados.rados.0.smithi118.stdout:1536: setattr oid 49 current snap is 139 2023-09-30T09:12:26.792 INFO:tasks.rados.rados.0.smithi118.stdout:1534: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:12:26.792 INFO:tasks.rados.rados.0.smithi118.stdout:1534: done (1 left) 2023-09-30T09:12:26.792 INFO:tasks.rados.rados.0.smithi118.stdout:1537: snap_remove snap 134 2023-09-30T09:12:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='client.44195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:26.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: failed to encode map e350 with expected crc 2023-09-30T09:12:26.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-30T09:12:26.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 23/240 objects degraded (9.583%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='client.34263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3768121362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[182959]: osdmap e351: 8 total, 7 up, 8 in 2023-09-30T09:12:26.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: failed to encode map e349 with expected crc 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='client.44195 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: failed to encode map e350 with expected crc 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 23/240 objects degraded (9.583%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='client.34263 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:26.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3768121362' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:26.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:26.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:26 smithi118 ceph-mon[185516]: osdmap e351: 8 total, 7 up, 8 in 2023-09-30T09:12:27.447 INFO:tasks.rados.rados.0.smithi118.stdout:1537: done (1 left) 2023-09-30T09:12:27.447 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 139 2023-09-30T09:12:27.448 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 783 (ObjNum 465 snap 134 seq_num 465) dirty exists 2023-09-30T09:12:27.448 INFO:tasks.rados.rados.0.smithi118.stdout:1538: seq_num 476 ranges {7176192=778240} 2023-09-30T09:12:27.493 INFO:tasks.rados.rados.0.smithi118.stdout:1538: writing smithi118168640-41 from 7176192 to 7954432 tid 1 2023-09-30T09:12:27.494 INFO:tasks.rados.rados.0.smithi118.stdout:1536: done (1 left) 2023-09-30T09:12:27.494 INFO:tasks.rados.rados.0.smithi118.stdout:1539: copy_from oid 29 from oid 48 current snap is 139 2023-09-30T09:12:27.494 INFO:tasks.rados.rados.0.smithi118.stdout:1540: snap_remove snap 138 2023-09-30T09:12:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[185516]: failed to encode map e351 with expected crc 2023-09-30T09:12:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[185516]: pgmap v236: 121 pgs: 9 active+undersized+degraded, 28 active+undersized, 75 active+clean, 2 peering, 7 activating+undersized; 178 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 3.1 MiB/s wr, 35 op/s; 32/246 objects degraded (13.008%) 2023-09-30T09:12:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[185516]: failed to encode map e351 with expected crc 2023-09-30T09:12:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[185516]: osdmap e352: 8 total, 7 up, 8 in 2023-09-30T09:12:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[185516]: failed to encode map e352 with expected crc 2023-09-30T09:12:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[182959]: failed to encode map e351 with expected crc 2023-09-30T09:12:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[182959]: pgmap v236: 121 pgs: 9 active+undersized+degraded, 28 active+undersized, 75 active+clean, 2 peering, 7 activating+undersized; 178 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 3.1 MiB/s wr, 35 op/s; 32/246 objects degraded (13.008%) 2023-09-30T09:12:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[182959]: failed to encode map e351 with expected crc 2023-09-30T09:12:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[182959]: osdmap e352: 8 total, 7 up, 8 in 2023-09-30T09:12:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:27 smithi118 ceph-mon[182959]: failed to encode map e352 with expected crc 2023-09-30T09:12:27.901 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:27 smithi192 ceph-mon[180220]: failed to encode map e351 with expected crc 2023-09-30T09:12:27.901 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:27 smithi192 ceph-mon[180220]: pgmap v236: 121 pgs: 9 active+undersized+degraded, 28 active+undersized, 75 active+clean, 2 peering, 7 activating+undersized; 178 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 3.1 MiB/s wr, 35 op/s; 32/246 objects degraded (13.008%) 2023-09-30T09:12:27.901 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:27 smithi192 ceph-mon[180220]: failed to encode map e351 with expected crc 2023-09-30T09:12:27.901 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:27 smithi192 ceph-mon[180220]: osdmap e352: 8 total, 7 up, 8 in 2023-09-30T09:12:27.901 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:27 smithi192 ceph-mon[180220]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.449 INFO:tasks.rados.rados.0.smithi118.stdout:1540: done (2 left) 2023-09-30T09:12:28.449 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 139 2023-09-30T09:12:28.449 INFO:tasks.rados.rados.0.smithi118.stdout:1538: finishing write tid 1 to smithi118168640-41 2023-09-30T09:12:28.449 INFO:tasks.rados.rados.0.smithi118.stdout:1541: seq_num 477 ranges {8249344=794624} 2023-09-30T09:12:28.497 INFO:tasks.rados.rados.0.smithi118.stdout:1541: writing smithi118168640-49 from 8249344 to 9043968 tid 1 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1542: read oid 30 snap -1 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1542: expect (ObjNum 381 snap 115 seq_num 381) 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1543: snap_create 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1538: finishing write tid 2 to smithi118168640-41 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1538: finishing write tid 3 to smithi118168640-41 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 825 (ObjNum 476 snap 139 seq_num 476) dirty exists 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1538: left oid 41 (ObjNum 476 snap 139 seq_num 476) 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1539: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:1539: finishing copy_from to smithi118168640-29 2023-09-30T09:12:28.498 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 820 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:12:28.509 INFO:tasks.rados.rados.0.smithi118.stdout:1541: finishing write tid 1 to smithi118168640-49 2023-09-30T09:12:28.509 INFO:tasks.rados.rados.0.smithi118.stdout:1541: finishing write tid 2 to smithi118168640-49 2023-09-30T09:12:28.510 INFO:tasks.rados.rados.0.smithi118.stdout:1542: expect (ObjNum 381 snap 115 seq_num 381) 2023-09-30T09:12:28.609 INFO:tasks.rados.rados.0.smithi118.stdout:1541: finishing write tid 3 to smithi118168640-49 2023-09-30T09:12:28.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 785 (ObjNum 477 snap 139 seq_num 477) dirty exists 2023-09-30T09:12:28.609 INFO:tasks.rados.rados.0.smithi118.stdout:1541: left oid 49 (ObjNum 477 snap 139 seq_num 477) 2023-09-30T09:12:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: osdmap e353: 8 total, 7 up, 8 in 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: failed to encode map e353 with expected crc 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[185516]: failed to encode map e353 with expected crc 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: osdmap e353: 8 total, 7 up, 8 in 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: failed to encode map e353 with expected crc 2023-09-30T09:12:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:28 smithi118 ceph-mon[182959]: failed to encode map e353 with expected crc 2023-09-30T09:12:28.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:12:28.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:12:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: failed to encode map e352 with expected crc 2023-09-30T09:12:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: osdmap e353: 8 total, 7 up, 8 in 2023-09-30T09:12:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: failed to encode map e353 with expected crc 2023-09-30T09:12:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:28 smithi192 ceph-mon[180220]: failed to encode map e353 with expected crc 2023-09-30T09:12:29.450 INFO:tasks.rados.rados.0.smithi118.stdout:1538: done (4 left) 2023-09-30T09:12:29.450 INFO:tasks.rados.rados.0.smithi118.stdout:1539: done (3 left) 2023-09-30T09:12:29.450 INFO:tasks.rados.rados.0.smithi118.stdout:1541: done (2 left) 2023-09-30T09:12:29.450 INFO:tasks.rados.rados.0.smithi118.stdout:1542: done (1 left) 2023-09-30T09:12:29.450 INFO:tasks.rados.rados.0.smithi118.stdout:1543: done (0 left) 2023-09-30T09:12:29.450 INFO:tasks.rados.rados.0.smithi118.stdout:1544: snap_remove snap 139 2023-09-30T09:12:29.655 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:29 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T09:12:29.592+0000 7ff5c1a68640 -1 osd.4 0 read_superblock omap replica is missing. 2023-09-30T09:12:29.655 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:29 smithi192 ceph-mon[180220]: failed to encode map e353 with expected crc 2023-09-30T09:12:29.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:29 smithi192 ceph-mon[180220]: pgmap v239: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 178 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 558 KiB/s rd, 360 KiB/s wr, 2 op/s; 35/246 objects degraded (14.228%) 2023-09-30T09:12:29.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:29.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:29.656 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:29 smithi192 ceph-mon[180220]: osdmap e354: 8 total, 7 up, 8 in 2023-09-30T09:12:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:12:29] "GET /metrics HTTP/1.1" 200 36208 "" "Prometheus/2.43.0" 2023-09-30T09:12:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[185516]: failed to encode map e353 with expected crc 2023-09-30T09:12:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[185516]: pgmap v239: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 178 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 558 KiB/s rd, 360 KiB/s wr, 2 op/s; 35/246 objects degraded (14.228%) 2023-09-30T09:12:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:29.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[185516]: osdmap e354: 8 total, 7 up, 8 in 2023-09-30T09:12:29.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[182959]: failed to encode map e353 with expected crc 2023-09-30T09:12:29.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[182959]: pgmap v239: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 178 MiB data, 1019 MiB used, 714 GiB / 715 GiB avail; 558 KiB/s rd, 360 KiB/s wr, 2 op/s; 35/246 objects degraded (14.228%) 2023-09-30T09:12:29.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:29.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:29.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:29 smithi118 ceph-mon[182959]: osdmap e354: 8 total, 7 up, 8 in 2023-09-30T09:12:29.963 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:29 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T09:12:29.653+0000 7ff5c1a68640 -1 osd.4 346 log_to_monitors true 2023-09-30T09:12:30.453 INFO:tasks.rados.rados.0.smithi118.stdout:1544: done (0 left) 2023-09-30T09:12:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:1545: rollback oid 10 current snap is 140 2023-09-30T09:12:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 137 2023-09-30T09:12:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:1546: read oid 47 snap 137 2023-09-30T09:12:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:1546: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:30.454 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 140 2023-09-30T09:12:30.457 INFO:tasks.rados.rados.0.smithi118.stdout:1547: seq_num 478 ranges {3457024=409600,3866624=401408} 2023-09-30T09:12:30.475 INFO:tasks.rados.rados.0.smithi118.stdout:1547: writing smithi118168640-3 from 3457024 to 3866624 tid 1 2023-09-30T09:12:30.477 INFO:tasks.rados.rados.0.smithi118.stdout:1547: writing smithi118168640-3 from 3866624 to 4268032 tid 2 2023-09-30T09:12:30.477 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 140 2023-09-30T09:12:30.478 INFO:tasks.rados.rados.0.smithi118.stdout:1548: seq_num 479 ranges {2949120=425984,3375104=401408} 2023-09-30T09:12:30.496 INFO:tasks.rados.rados.0.smithi118.stdout:1548: writing smithi118168640-36 from 2949120 to 3375104 tid 1 2023-09-30T09:12:30.498 INFO:tasks.rados.rados.0.smithi118.stdout:1548: writing smithi118168640-36 from 3375104 to 3776512 tid 2 2023-09-30T09:12:30.498 INFO:tasks.rados.rados.0.smithi118.stdout:1549: rollback oid 50 current snap is 140 2023-09-30T09:12:30.498 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 137 2023-09-30T09:12:30.498 INFO:tasks.rados.rados.0.smithi118.stdout:1546: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:30.507 INFO:tasks.rados.rados.0.smithi118.stdout:1545: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:12:30.508 INFO:tasks.rados.rados.0.smithi118.stdout:1545: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:12:30.508 INFO:tasks.rados.rados.0.smithi118.stdout:1546: done (4 left) 2023-09-30T09:12:30.508 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 140 2023-09-30T09:12:30.508 INFO:tasks.rados.rados.0.smithi118.stdout:1545: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:12:30.508 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 553 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:30.508 INFO:tasks.rados.rados.0.smithi118.stdout:1550: seq_num 480 ranges {0=442368,442368=401408} 2023-09-30T09:12:30.510 INFO:tasks.rados.rados.0.smithi118.stdout:1550: writing smithi118168640-12 from 0 to 442368 tid 1 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1550: writing smithi118168640-12 from 442368 to 843776 tid 2 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1545: done (4 left) 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1551: read oid 8 snap -1 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1551: expect deleted 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1552: rollback oid 34 current snap is 140 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 34 to 137 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1547: finishing write tid 1 to smithi118168640-3 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1547: finishing write tid 2 to smithi118168640-3 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1547: finishing write tid 3 to smithi118168640-3 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:1547: finishing write tid 4 to smithi118168640-3 2023-09-30T09:12:30.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 788 (ObjNum 478 snap 140 seq_num 478) dirty exists 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1547: left oid 3 (ObjNum 478 snap 140 seq_num 478) 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1548: finishing write tid 1 to smithi118168640-36 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1547: done (5 left) 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1553: read oid 46 snap 137 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1553: expect deleted 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1554: read oid 2 snap 137 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1554: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1555: rmattr oid 19 current snap is 140 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1555: done (7 left) 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 140 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1548: finishing write tid 2 to smithi118168640-36 2023-09-30T09:12:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1549: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:1549: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:1548: finishing write tid 3 to smithi118168640-36 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:1549: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 829 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:1548: finishing write tid 4 to smithi118168640-36 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 556 (ObjNum 479 snap 140 seq_num 479) dirty exists 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:1548: left oid 36 (ObjNum 479 snap 140 seq_num 479) 2023-09-30T09:12:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:1556: seq_num 481 ranges {2383872=458752,2842624=401408} 2023-09-30T09:12:30.528 INFO:tasks.rados.rados.0.smithi118.stdout:1556: writing smithi118168640-19 from 2383872 to 2842624 tid 1 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1556: writing smithi118168640-19 from 2842624 to 3244032 tid 2 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1548: done (7 left) 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1549: done (6 left) 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1557: read oid 1 snap 137 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1557: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1558: read oid 41 snap -1 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1558: expect (ObjNum 476 snap 139 seq_num 476) 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1559: setattr oid 31 current snap is 140 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1550: finishing write tid 1 to smithi118168640-12 2023-09-30T09:12:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:1550: finishing write tid 2 to smithi118168640-12 2023-09-30T09:12:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:1552: finishing rollback tid 0 to smithi118168640-34 2023-09-30T09:12:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:1550: finishing write tid 3 to smithi118168640-12 2023-09-30T09:12:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:1552: finishing rollback tid 1 to smithi118168640-34 2023-09-30T09:12:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:1552: finishing rollback tid 2 to smithi118168640-34 2023-09-30T09:12:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 668 (ObjNum 451 snap 132 seq_num 451) dirty exists 2023-09-30T09:12:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:1554: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1550: finishing write tid 4 to smithi118168640-12 2023-09-30T09:12:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 432 (ObjNum 480 snap 140 seq_num 480) dirty exists 2023-09-30T09:12:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1550: left oid 12 (ObjNum 480 snap 140 seq_num 480) 2023-09-30T09:12:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1556: finishing write tid 1 to smithi118168640-19 2023-09-30T09:12:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1556: finishing write tid 2 to smithi118168640-19 2023-09-30T09:12:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1556: finishing write tid 3 to smithi118168640-19 2023-09-30T09:12:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1557: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 433 (ObjNum 33 snap 0 seq_num 3323432416) dirty exists 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:1556: finishing write tid 4 to smithi118168640-19 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 833 (ObjNum 481 snap 140 seq_num 481) dirty exists 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:1556: left oid 19 (ObjNum 481 snap 140 seq_num 481) 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:1550: done (8 left) 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:1551: done (7 left) 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:1552: done (6 left) 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:1553: done (5 left) 2023-09-30T09:12:30.547 INFO:tasks.rados.rados.0.smithi118.stdout:1554: done (4 left) 2023-09-30T09:12:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:1556: done (3 left) 2023-09-30T09:12:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:1557: done (2 left) 2023-09-30T09:12:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:1559: done (1 left) 2023-09-30T09:12:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:1560: rollback oid 18 current snap is 140 2023-09-30T09:12:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 18 to 137 2023-09-30T09:12:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 140 2023-09-30T09:12:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:1561: seq_num 482 ranges {6971392=475136,7446528=401408} 2023-09-30T09:12:30.587 INFO:tasks.rados.rados.0.smithi118.stdout:1561: writing smithi118168640-48 from 6971392 to 7446528 tid 1 2023-09-30T09:12:30.589 INFO:tasks.rados.rados.0.smithi118.stdout:1561: writing smithi118168640-48 from 7446528 to 7847936 tid 2 2023-09-30T09:12:30.589 INFO:tasks.rados.rados.0.smithi118.stdout:1562: read oid 1 snap -1 2023-09-30T09:12:30.590 INFO:tasks.rados.rados.0.smithi118.stdout:1562: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:30.590 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 140 2023-09-30T09:12:30.590 INFO:tasks.rados.rados.0.smithi118.stdout:1560: finishing rollback tid 0 to smithi118168640-18 2023-09-30T09:12:30.590 INFO:tasks.rados.rados.0.smithi118.stdout:1563: seq_num 483 ranges {0=491520,491520=401408} 2023-09-30T09:12:30.592 INFO:tasks.rados.rados.0.smithi118.stdout:1563: writing smithi118168640-15 from 0 to 491520 tid 1 2023-09-30T09:12:30.594 INFO:tasks.rados.rados.0.smithi118.stdout:1563: writing smithi118168640-15 from 491520 to 892928 tid 2 2023-09-30T09:12:30.595 INFO:tasks.rados.rados.0.smithi118.stdout:1564: delete oid 46 current snap is 140 2023-09-30T09:12:30.595 INFO:tasks.rados.rados.0.smithi118.stdout:1560: finishing rollback tid 1 to smithi118168640-18 2023-09-30T09:12:30.595 INFO:tasks.rados.rados.0.smithi118.stdout:1560: finishing rollback tid 2 to smithi118168640-18 2023-09-30T09:12:30.595 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 520 (ObjNum 425 snap 124 seq_num 425) dirty exists 2023-09-30T09:12:30.595 INFO:tasks.rados.rados.0.smithi118.stdout:1558: expect (ObjNum 476 snap 139 seq_num 476) 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: from='osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: from='osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: osdmap e355: 8 total, 7 up, 8 in 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: failed to encode map e354 with expected crc 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[182959]: failed to encode map e354 with expected crc 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: from='osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: from='osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: osdmap e355: 8 total, 7 up, 8 in 2023-09-30T09:12:30.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:30.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: failed to encode map e354 with expected crc 2023-09-30T09:12:30.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:30 smithi118 ceph-mon[185516]: failed to encode map e354 with expected crc 2023-09-30T09:12:30.963 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T09:12:30.480+0000 7ff5aeecc700 -1 osd.4 346 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:12:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-30T09:12:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: from='osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:12:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-30T09:12:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-30T09:12:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: from='osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: osdmap e355: 8 total, 7 up, 8 in 2023-09-30T09:12:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: failed to encode map e354 with expected crc 2023-09-30T09:12:30.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:30 smithi192 ceph-mon[180220]: failed to encode map e354 with expected crc 2023-09-30T09:12:31.050 INFO:tasks.rados.rados.0.smithi118.stdout:1562: expect (ObjNum 447 snap 129 seq_num 447) 2023-09-30T09:12:31.057 INFO:tasks.rados.rados.0.smithi118.stdout:1561: finishing write tid 1 to smithi118168640-48 2023-09-30T09:12:31.057 INFO:tasks.rados.rados.0.smithi118.stdout:1561: finishing write tid 2 to smithi118168640-48 2023-09-30T09:12:31.057 INFO:tasks.rados.rados.0.smithi118.stdout:1558: done (5 left) 2023-09-30T09:12:31.057 INFO:tasks.rados.rados.0.smithi118.stdout:1560: done (4 left) 2023-09-30T09:12:31.057 INFO:tasks.rados.rados.0.smithi118.stdout:1562: done (3 left) 2023-09-30T09:12:31.057 INFO:tasks.rados.rados.0.smithi118.stdout:1564: done (2 left) 2023-09-30T09:12:31.057 INFO:tasks.rados.rados.0.smithi118.stdout:1565: snap_create 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1561: finishing write tid 3 to smithi118168640-48 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1563: finishing write tid 1 to smithi118168640-15 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1561: finishing write tid 4 to smithi118168640-48 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 837 (ObjNum 482 snap 140 seq_num 482) dirty exists 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1561: left oid 48 (ObjNum 482 snap 140 seq_num 482) 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1563: finishing write tid 2 to smithi118168640-15 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1563: finishing write tid 3 to smithi118168640-15 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1563: finishing write tid 4 to smithi118168640-15 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 548 (ObjNum 483 snap 140 seq_num 483) dirty exists 2023-09-30T09:12:31.058 INFO:tasks.rados.rados.0.smithi118.stdout:1563: left oid 15 (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:12:31.454 INFO:tasks.rados.rados.0.smithi118.stdout:1561: done (2 left) 2023-09-30T09:12:31.454 INFO:tasks.rados.rados.0.smithi118.stdout:1563: done (1 left) 2023-09-30T09:12:31.454 INFO:tasks.rados.rados.0.smithi118.stdout:1565: done (0 left) 2023-09-30T09:12:31.454 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 141 2023-09-30T09:12:31.454 INFO:tasks.rados.rados.0.smithi118.stdout:1566: seq_num 485 ranges {4268032=532480,4800512=401408} 2023-09-30T09:12:31.481 INFO:tasks.rados.rados.0.smithi118.stdout:1566: writing smithi118168640-3 from 4268032 to 4800512 tid 1 2023-09-30T09:12:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:1566: writing smithi118168640-3 from 4800512 to 5201920 tid 2 2023-09-30T09:12:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:1567: rollback oid 11 current snap is 141 2023-09-30T09:12:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 11 to 137 2023-09-30T09:12:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:1568: rollback oid 26 current snap is 141 2023-09-30T09:12:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 26 to 137 2023-09-30T09:12:31.485 INFO:tasks.rados.rados.0.smithi118.stdout:1569: rollback oid 19 current snap is 141 2023-09-30T09:12:31.485 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 140 2023-09-30T09:12:31.485 INFO:tasks.rados.rados.0.smithi118.stdout:1570: snap_create 2023-09-30T09:12:31.487 INFO:tasks.rados.rados.0.smithi118.stdout:1566: finishing write tid 1 to smithi118168640-3 2023-09-30T09:12:31.487 INFO:tasks.rados.rados.0.smithi118.stdout:1567: finishing rollback tid 0 to smithi118168640-11 2023-09-30T09:12:31.487 INFO:tasks.rados.rados.0.smithi118.stdout:1566: finishing write tid 2 to smithi118168640-3 2023-09-30T09:12:31.487 INFO:tasks.rados.rados.0.smithi118.stdout:1566: finishing write tid 3 to smithi118168640-3 2023-09-30T09:12:31.487 INFO:tasks.rados.rados.0.smithi118.stdout:1567: finishing rollback tid 1 to smithi118168640-11 2023-09-30T09:12:31.487 INFO:tasks.rados.rados.0.smithi118.stdout:1567: finishing rollback tid 2 to smithi118168640-11 2023-09-30T09:12:31.487 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 823 (ObjNum 448 snap 129 seq_num 448) dirty exists 2023-09-30T09:12:31.488 INFO:tasks.rados.rados.0.smithi118.stdout:1566: finishing write tid 4 to smithi118168640-3 2023-09-30T09:12:31.488 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 791 (ObjNum 485 snap 141 seq_num 485) dirty exists 2023-09-30T09:12:31.488 INFO:tasks.rados.rados.0.smithi118.stdout:1566: left oid 3 (ObjNum 485 snap 141 seq_num 485) 2023-09-30T09:12:31.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:12:31.514+0000 7fd7b44e6700 -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) 2023-09-30T09:12:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: failed to encode map e354 with expected crc 2023-09-30T09:12:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: pgmap v242: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 164 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 2.0 MiB/s wr, 6 op/s; 36/228 objects degraded (15.789%) 2023-09-30T09:12:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 35/246 objects degraded (14.228%), 13 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997] boot 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: osdmap e356: 8 total, 8 up, 8 in 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: failed to encode map e354 with expected crc 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: pgmap v242: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 164 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 2.0 MiB/s wr, 6 op/s; 36/228 objects degraded (15.789%) 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 35/246 objects degraded (14.228%), 13 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997] boot 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: osdmap e356: 8 total, 8 up, 8 in 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:31.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.850 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: failed to encode map e354 with expected crc 2023-09-30T09:12:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: pgmap v242: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 164 MiB data, 922 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 2.0 MiB/s wr, 6 op/s; 36/228 objects degraded (15.789%) 2023-09-30T09:12:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 35/246 objects degraded (14.228%), 13 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: osd.4 [v2:172.21.15.192:6800/2963039997,v1:172.21.15.192:6801/2963039997] boot 2023-09-30T09:12:31.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: osdmap e356: 8 total, 8 up, 8 in 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: failed to encode map e356 with expected crc 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:31.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:32.468 INFO:tasks.rados.rados.0.smithi118.stdout:1566: done (4 left) 2023-09-30T09:12:32.469 INFO:tasks.rados.rados.0.smithi118.stdout:1567: done (3 left) 2023-09-30T09:12:32.469 INFO:tasks.rados.rados.0.smithi118.stdout:1570: done (2 left) 2023-09-30T09:12:32.469 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 142 2023-09-30T09:12:32.469 INFO:tasks.rados.rados.0.smithi118.stdout:1571: seq_num 486 ranges {843776=548864,1392640=401408} 2023-09-30T09:12:32.473 INFO:tasks.rados.rados.0.smithi118.stdout:1571: writing smithi118168640-12 from 843776 to 1392640 tid 1 2023-09-30T09:12:32.475 INFO:tasks.rados.rados.0.smithi118.stdout:1571: writing smithi118168640-12 from 1392640 to 1794048 tid 2 2023-09-30T09:12:32.476 INFO:tasks.rados.rados.0.smithi118.stdout:1572: snap_create 2023-09-30T09:12:32.487 INFO:tasks.rados.rados.0.smithi118.stdout:1571: finishing write tid 1 to smithi118168640-12 2023-09-30T09:12:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:1571: finishing write tid 2 to smithi118168640-12 2023-09-30T09:12:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:1571: finishing write tid 3 to smithi118168640-12 2023-09-30T09:12:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:1571: finishing write tid 4 to smithi118168640-12 2023-09-30T09:12:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 437 (ObjNum 486 snap 142 seq_num 486) dirty exists 2023-09-30T09:12:32.490 INFO:tasks.rados.rados.0.smithi118.stdout:1571: left oid 12 (ObjNum 486 snap 142 seq_num 486) 2023-09-30T09:12:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1568: finishing rollback tid 0 to smithi118168640-26 2023-09-30T09:12:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1568: finishing rollback tid 1 to smithi118168640-26 2023-09-30T09:12:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:1568: finishing rollback tid 2 to smithi118168640-26 2023-09-30T09:12:32.492 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 841 (ObjNum 445 snap 129 seq_num 445) dirty exists 2023-09-30T09:12:32.509 INFO:tasks.rados.rados.0.smithi118.stdout:1569: finishing rollback tid 0 to smithi118168640-19 2023-09-30T09:12:32.509 INFO:tasks.rados.rados.0.smithi118.stdout:1569: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:12:32.513 INFO:tasks.rados.rados.0.smithi118.stdout:1569: finishing rollback tid 2 to smithi118168640-19 2023-09-30T09:12:32.513 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 845 (ObjNum 481 snap 140 seq_num 481) dirty exists 2023-09-30T09:12:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: failed to encode map e356 with expected crc 2023-09-30T09:12:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-09-30T09:12:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: osdmap e357: 8 total, 8 up, 8 in 2023-09-30T09:12:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:32.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:32.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:32.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:32 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: failed to encode map e356 with expected crc 2023-09-30T09:12:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-09-30T09:12:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: osdmap e357: 8 total, 8 up, 8 in 2023-09-30T09:12:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: failed to encode map e356 with expected crc 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: osdmap e357: 8 total, 8 up, 8 in 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:32 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.457 INFO:tasks.rados.rados.0.smithi118.stdout:1568: done (3 left) 2023-09-30T09:12:33.457 INFO:tasks.rados.rados.0.smithi118.stdout:1569: done (2 left) 2023-09-30T09:12:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:1571: done (1 left) 2023-09-30T09:12:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:1572: done (0 left) 2023-09-30T09:12:33.458 INFO:tasks.rados.rados.0.smithi118.stdout:1573: setattr oid 29 current snap is 143 2023-09-30T09:12:33.459 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 143 2023-09-30T09:12:33.459 INFO:tasks.rados.rados.0.smithi118.stdout:1574: seq_num 487 ranges {0=565248,565248=401408} 2023-09-30T09:12:33.462 INFO:tasks.rados.rados.0.smithi118.stdout:1574: writing smithi118168640-31 from 0 to 565248 tid 1 2023-09-30T09:12:33.465 INFO:tasks.rados.rados.0.smithi118.stdout:1574: writing smithi118168640-31 from 565248 to 966656 tid 2 2023-09-30T09:12:33.465 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 143 2023-09-30T09:12:33.465 INFO:tasks.rados.rados.0.smithi118.stdout:1575: seq_num 488 ranges {0=581632,581632=401408} 2023-09-30T09:12:33.468 INFO:tasks.rados.rados.0.smithi118.stdout:1575: writing smithi118168640-46 from 0 to 581632 tid 1 2023-09-30T09:12:33.471 INFO:tasks.rados.rados.0.smithi118.stdout:1575: writing smithi118168640-46 from 581632 to 983040 tid 2 2023-09-30T09:12:33.471 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 143 2023-09-30T09:12:33.471 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 824 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:12:33.471 INFO:tasks.rados.rados.0.smithi118.stdout:1576: seq_num 489 ranges {6971392=598016,7569408=401408} 2023-09-30T09:12:33.512 INFO:tasks.rados.rados.0.smithi118.stdout:1576: writing smithi118168640-14 from 6971392 to 7569408 tid 1 2023-09-30T09:12:33.514 INFO:tasks.rados.rados.0.smithi118.stdout:1576: writing smithi118168640-14 from 7569408 to 7970816 tid 2 2023-09-30T09:12:33.514 INFO:tasks.rados.rados.0.smithi118.stdout:1573: done (3 left) 2023-09-30T09:12:33.514 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 143 2023-09-30T09:12:33.514 INFO:tasks.rados.rados.0.smithi118.stdout:1577: seq_num 490 ranges {4571136=614400,5185536=401408} 2023-09-30T09:12:33.542 INFO:tasks.rados.rados.0.smithi118.stdout:1577: writing smithi118168640-20 from 4571136 to 5185536 tid 1 2023-09-30T09:12:33.545 INFO:tasks.rados.rados.0.smithi118.stdout:1577: writing smithi118168640-20 from 5185536 to 5586944 tid 2 2023-09-30T09:12:33.545 INFO:tasks.rados.rados.0.smithi118.stdout:1578: rmattr oid 12 current snap is 143 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1574: finishing write tid 1 to smithi118168640-31 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1574: finishing write tid 2 to smithi118168640-31 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1575: finishing write tid 1 to smithi118168640-46 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1575: finishing write tid 2 to smithi118168640-46 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1579: setattr oid 10 current snap is 143 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1574: finishing write tid 3 to smithi118168640-31 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1575: finishing write tid 3 to smithi118168640-46 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1575: finishing write tid 4 to smithi118168640-46 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 794 (ObjNum 488 snap 143 seq_num 488) dirty exists 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1575: left oid 46 (ObjNum 488 snap 143 seq_num 488) 2023-09-30T09:12:33.546 INFO:tasks.rados.rados.0.smithi118.stdout:1574: finishing write tid 4 to smithi118168640-31 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 441 (ObjNum 487 snap 143 seq_num 487) dirty exists 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1574: left oid 31 (ObjNum 487 snap 143 seq_num 487) 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1576: finishing write tid 1 to smithi118168640-14 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1576: finishing write tid 2 to smithi118168640-14 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1576: finishing write tid 3 to smithi118168640-14 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1576: finishing write tid 4 to smithi118168640-14 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 511 (ObjNum 489 snap 143 seq_num 489) dirty exists 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1576: left oid 14 (ObjNum 489 snap 143 seq_num 489) 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1574: done (5 left) 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1575: done (4 left) 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1576: done (3 left) 2023-09-30T09:12:33.547 INFO:tasks.rados.rados.0.smithi118.stdout:1580: rollback oid 40 current snap is 143 2023-09-30T09:12:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 142 2023-09-30T09:12:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 143 2023-09-30T09:12:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:1581: seq_num 491 ranges {0=630784,630784=401408} 2023-09-30T09:12:33.549 INFO:tasks.rados.rados.0.smithi118.stdout:1581: writing smithi118168640-8 from 0 to 630784 tid 1 2023-09-30T09:12:33.552 INFO:tasks.rados.rados.0.smithi118.stdout:1581: writing smithi118168640-8 from 630784 to 1032192 tid 2 2023-09-30T09:12:33.552 INFO:tasks.rados.rados.0.smithi118.stdout:1582: rollback oid 3 current snap is 143 2023-09-30T09:12:33.552 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 141 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1580: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 0 (ObjNum 97 snap 0 seq_num 3858943088) dirty dne 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 443 (ObjNum 486 snap 142 seq_num 486) dirty exists 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1577: finishing write tid 1 to smithi118168640-20 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1577: finishing write tid 2 to smithi118168640-20 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1577: finishing write tid 3 to smithi118168640-20 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1577: finishing write tid 4 to smithi118168640-20 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 551 (ObjNum 490 snap 143 seq_num 490) dirty exists 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1577: left oid 20 (ObjNum 490 snap 143 seq_num 490) 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 554 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1577: done (5 left) 2023-09-30T09:12:33.553 INFO:tasks.rados.rados.0.smithi118.stdout:1578: done (4 left) 2023-09-30T09:12:33.554 INFO:tasks.rados.rados.0.smithi118.stdout:1579: done (3 left) 2023-09-30T09:12:33.554 INFO:tasks.rados.rados.0.smithi118.stdout:1580: done (2 left) 2023-09-30T09:12:33.554 INFO:tasks.rados.rados.0.smithi118.stdout:1583: copy_from oid 35 from oid 50 current snap is 143 2023-09-30T09:12:33.554 INFO:tasks.rados.rados.0.smithi118.stdout:1584: delete oid 21 current snap is 143 2023-09-30T09:12:33.554 INFO:tasks.rados.rados.0.smithi118.stdout:1581: finishing write tid 1 to smithi118168640-8 2023-09-30T09:12:33.556 INFO:tasks.rados.rados.0.smithi118.stdout:1581: finishing write tid 2 to smithi118168640-8 2023-09-30T09:12:33.556 INFO:tasks.rados.rados.0.smithi118.stdout:1584: done (3 left) 2023-09-30T09:12:33.556 INFO:tasks.rados.rados.0.smithi118.stdout:1585: rmattr oid 26 current snap is 143 2023-09-30T09:12:33.556 INFO:tasks.rados.rados.0.smithi118.stdout:1581: finishing write tid 3 to smithi118168640-8 2023-09-30T09:12:33.556 INFO:tasks.rados.rados.0.smithi118.stdout:1586: copy_from oid 17 from oid 9 current snap is 143 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:1587: setattr oid 29 current snap is 143 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:1582: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:1588: snap_create 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:1581: finishing write tid 4 to smithi118168640-8 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 523 (ObjNum 491 snap 143 seq_num 491) dirty exists 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:1581: left oid 8 (ObjNum 491 snap 143 seq_num 491) 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:1582: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:1582: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:12:33.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 797 (ObjNum 485 snap 141 seq_num 485) dirty exists 2023-09-30T09:12:33.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 825 (ObjNum 394 snap 119 seq_num 394) dirty exists 2023-09-30T09:12:33.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 853 (ObjNum 445 snap 129 seq_num 445) dirty exists 2023-09-30T09:12:33.571 INFO:tasks.rados.rados.0.smithi118.stdout:1583: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:12:33.572 INFO:tasks.rados.rados.0.smithi118.stdout:1583: finishing copy_from to smithi118168640-35 2023-09-30T09:12:33.572 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 829 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:12:33.577 INFO:tasks.rados.rados.0.smithi118.stdout:1586: finishing copy_from to smithi118168640-17 2023-09-30T09:12:33.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 795 (ObjNum 461 snap 133 seq_num 461) dirty exists 2023-09-30T09:12:33.577 INFO:tasks.rados.rados.0.smithi118.stdout:1586: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:12:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:33 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:33 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:33 smithi192 ceph-mon[180220]: failed to encode map e357 with expected crc 2023-09-30T09:12:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:33 smithi192 ceph-mon[180220]: pgmap v245: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 164 MiB data, 936 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 8 op/s; 37/231 objects degraded (16.017%) 2023-09-30T09:12:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:33 smithi192 ceph-mon[180220]: osdmap e358: 8 total, 8 up, 8 in 2023-09-30T09:12:33.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:33 smithi192 ceph-mon[180220]: failed to encode map e358 with expected crc 2023-09-30T09:12:33.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:33 smithi192 ceph-mon[180220]: failed to encode map e358 with expected crc 2023-09-30T09:12:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[182959]: failed to encode map e357 with expected crc 2023-09-30T09:12:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[182959]: pgmap v245: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 164 MiB data, 936 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 8 op/s; 37/231 objects degraded (16.017%) 2023-09-30T09:12:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[182959]: osdmap e358: 8 total, 8 up, 8 in 2023-09-30T09:12:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[182959]: failed to encode map e358 with expected crc 2023-09-30T09:12:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[182959]: failed to encode map e358 with expected crc 2023-09-30T09:12:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[185516]: failed to encode map e357 with expected crc 2023-09-30T09:12:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[185516]: pgmap v245: 121 pgs: 13 active+undersized+degraded, 33 active+undersized, 75 active+clean; 164 MiB data, 936 MiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 8 op/s; 37/231 objects degraded (16.017%) 2023-09-30T09:12:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[185516]: osdmap e358: 8 total, 8 up, 8 in 2023-09-30T09:12:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[185516]: failed to encode map e358 with expected crc 2023-09-30T09:12:34.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:33 smithi118 ceph-mon[185516]: failed to encode map e358 with expected crc 2023-09-30T09:12:34.457 INFO:tasks.rados.rados.0.smithi118.stdout:1581: done (6 left) 2023-09-30T09:12:34.458 INFO:tasks.rados.rados.0.smithi118.stdout:1582: done (5 left) 2023-09-30T09:12:34.458 INFO:tasks.rados.rados.0.smithi118.stdout:1583: done (4 left) 2023-09-30T09:12:34.458 INFO:tasks.rados.rados.0.smithi118.stdout:1585: done (3 left) 2023-09-30T09:12:34.458 INFO:tasks.rados.rados.0.smithi118.stdout:1586: done (2 left) 2023-09-30T09:12:34.458 INFO:tasks.rados.rados.0.smithi118.stdout:1587: done (1 left) 2023-09-30T09:12:34.458 INFO:tasks.rados.rados.0.smithi118.stdout:1588: done (0 left) 2023-09-30T09:12:34.458 INFO:tasks.rados.rados.0.smithi118.stdout:1589: delete oid 24 current snap is 144 2023-09-30T09:12:34.462 INFO:tasks.rados.rados.0.smithi118.stdout:1589: done (0 left) 2023-09-30T09:12:34.463 INFO:tasks.rados.rados.0.smithi118.stdout:1590: rmattr oid 14 current snap is 144 2023-09-30T09:12:34.463 INFO:tasks.rados.rados.0.smithi118.stdout:1591: delete oid 7 current snap is 144 2023-09-30T09:12:34.465 INFO:tasks.rados.rados.0.smithi118.stdout:1591: done (1 left) 2023-09-30T09:12:34.466 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 144 2023-09-30T09:12:34.467 INFO:tasks.rados.rados.0.smithi118.stdout:1592: seq_num 495 ranges {6971392=696320,7667712=401408} 2023-09-30T09:12:34.506 INFO:tasks.rados.rados.0.smithi118.stdout:1592: writing smithi118168640-29 from 6971392 to 7667712 tid 1 2023-09-30T09:12:34.509 INFO:tasks.rados.rados.0.smithi118.stdout:1592: writing smithi118168640-29 from 7667712 to 8069120 tid 2 2023-09-30T09:12:34.509 INFO:tasks.rados.rados.0.smithi118.stdout:1593: snap_create 2023-09-30T09:12:34.509 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 512 (ObjNum 489 snap 143 seq_num 489) dirty exists 2023-09-30T09:12:34.512 INFO:tasks.rados.rados.0.smithi118.stdout:1592: finishing write tid 1 to smithi118168640-29 2023-09-30T09:12:34.513 INFO:tasks.rados.rados.0.smithi118.stdout:1592: finishing write tid 2 to smithi118168640-29 2023-09-30T09:12:34.514 INFO:tasks.rados.rados.0.smithi118.stdout:1592: finishing write tid 3 to smithi118168640-29 2023-09-30T09:12:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:1592: finishing write tid 4 to smithi118168640-29 2023-09-30T09:12:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 828 (ObjNum 495 snap 144 seq_num 495) dirty exists 2023-09-30T09:12:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:1592: left oid 29 (ObjNum 495 snap 144 seq_num 495) 2023-09-30T09:12:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:34 smithi192 ceph-mon[180220]: failed to encode map e358 with expected crc 2023-09-30T09:12:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:34 smithi192 ceph-mon[180220]: osdmap e359: 8 total, 8 up, 8 in 2023-09-30T09:12:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:34 smithi192 ceph-mon[180220]: failed to encode map e359 with expected crc 2023-09-30T09:12:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:34 smithi192 ceph-mon[180220]: failed to encode map e359 with expected crc 2023-09-30T09:12:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[182959]: failed to encode map e358 with expected crc 2023-09-30T09:12:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[182959]: osdmap e359: 8 total, 8 up, 8 in 2023-09-30T09:12:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[182959]: failed to encode map e359 with expected crc 2023-09-30T09:12:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[182959]: failed to encode map e359 with expected crc 2023-09-30T09:12:35.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[185516]: failed to encode map e358 with expected crc 2023-09-30T09:12:35.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:35.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:35.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[185516]: osdmap e359: 8 total, 8 up, 8 in 2023-09-30T09:12:35.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[185516]: failed to encode map e359 with expected crc 2023-09-30T09:12:35.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:34 smithi118 ceph-mon[185516]: failed to encode map e359 with expected crc 2023-09-30T09:12:35.461 INFO:tasks.rados.rados.0.smithi118.stdout:1590: done (2 left) 2023-09-30T09:12:35.461 INFO:tasks.rados.rados.0.smithi118.stdout:1592: done (1 left) 2023-09-30T09:12:35.461 INFO:tasks.rados.rados.0.smithi118.stdout:1593: done (0 left) 2023-09-30T09:12:35.461 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 145 2023-09-30T09:12:35.461 INFO:tasks.rados.rados.0.smithi118.stdout:1594: seq_num 496 ranges {8585216=712704,9297920=401408} 2023-09-30T09:12:35.510 INFO:tasks.rados.rados.0.smithi118.stdout:1594: writing smithi118168640-45 from 8585216 to 9297920 tid 1 2023-09-30T09:12:35.512 INFO:tasks.rados.rados.0.smithi118.stdout:1594: writing smithi118168640-45 from 9297920 to 9699328 tid 2 2023-09-30T09:12:35.512 INFO:tasks.rados.rados.0.smithi118.stdout:1595: snap_remove snap 142 2023-09-30T09:12:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:35 smithi192 ceph-mon[180220]: pgmap v248: 121 pgs: 7 active+undersized+degraded, 12 active+undersized, 102 active+clean; 168 MiB data, 981 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.3 MiB/s wr, 47 op/s; 17/291 objects degraded (5.842%); 13 MiB/s, 2 objects/s recovering 2023-09-30T09:12:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:35 smithi192 ceph-mon[180220]: osdmap e360: 8 total, 8 up, 8 in 2023-09-30T09:12:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:35 smithi192 ceph-mon[180220]: failed to encode map e360 with expected crc 2023-09-30T09:12:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:35 smithi192 ceph-mon[180220]: failed to encode map e360 with expected crc 2023-09-30T09:12:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:35 smithi192 ceph-mon[180220]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[182959]: pgmap v248: 121 pgs: 7 active+undersized+degraded, 12 active+undersized, 102 active+clean; 168 MiB data, 981 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.3 MiB/s wr, 47 op/s; 17/291 objects degraded (5.842%); 13 MiB/s, 2 objects/s recovering 2023-09-30T09:12:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[182959]: osdmap e360: 8 total, 8 up, 8 in 2023-09-30T09:12:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[182959]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[182959]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[182959]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[185516]: pgmap v248: 121 pgs: 7 active+undersized+degraded, 12 active+undersized, 102 active+clean; 168 MiB data, 981 MiB used, 714 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.3 MiB/s wr, 47 op/s; 17/291 objects degraded (5.842%); 13 MiB/s, 2 objects/s recovering 2023-09-30T09:12:36.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[185516]: osdmap e360: 8 total, 8 up, 8 in 2023-09-30T09:12:36.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[185516]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[185516]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:35 smithi118 ceph-mon[185516]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.470 INFO:tasks.rados.rados.0.smithi118.stdout:1595: done (1 left) 2023-09-30T09:12:36.471 INFO:tasks.rados.rados.0.smithi118.stdout:1596: copy_from oid 25 from oid 40 current snap is 145 2023-09-30T09:12:36.471 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 145 2023-09-30T09:12:36.471 INFO:tasks.rados.rados.0.smithi118.stdout:1597: seq_num 497 ranges {8069120=729088,8798208=401408} 2023-09-30T09:12:36.512 INFO:tasks.rados.rados.0.smithi118.stdout:1597: writing smithi118168640-29 from 8069120 to 8798208 tid 1 2023-09-30T09:12:36.514 INFO:tasks.rados.rados.0.smithi118.stdout:1597: writing smithi118168640-29 from 8798208 to 9199616 tid 2 2023-09-30T09:12:36.514 INFO:tasks.rados.rados.0.smithi118.stdout:1598: snap_remove snap 141 2023-09-30T09:12:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:36 smithi192 ceph-mon[180220]: failed to encode map e360 with expected crc 2023-09-30T09:12:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:36 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 17/291 objects degraded (5.842%), 7 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:36 smithi192 ceph-mon[180220]: failed to encode map e361 with expected crc 2023-09-30T09:12:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:36 smithi192 ceph-mon[180220]: osdmap e361: 8 total, 8 up, 8 in 2023-09-30T09:12:36.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:36 smithi192 ceph-mon[180220]: failed to encode map e361 with expected crc 2023-09-30T09:12:36.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:36 smithi192 ceph-mon[180220]: failed to encode map e361 with expected crc 2023-09-30T09:12:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[182959]: failed to encode map e360 with expected crc 2023-09-30T09:12:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 17/291 objects degraded (5.842%), 7 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[182959]: failed to encode map e361 with expected crc 2023-09-30T09:12:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[182959]: osdmap e361: 8 total, 8 up, 8 in 2023-09-30T09:12:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[182959]: failed to encode map e361 with expected crc 2023-09-30T09:12:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[182959]: failed to encode map e361 with expected crc 2023-09-30T09:12:37.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[185516]: failed to encode map e360 with expected crc 2023-09-30T09:12:37.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 17/291 objects degraded (5.842%), 7 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:37.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[185516]: failed to encode map e361 with expected crc 2023-09-30T09:12:37.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[185516]: osdmap e361: 8 total, 8 up, 8 in 2023-09-30T09:12:37.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[185516]: failed to encode map e361 with expected crc 2023-09-30T09:12:37.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:36 smithi118 ceph-mon[185516]: failed to encode map e361 with expected crc 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:1598: done (3 left) 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:1599: delete oid 17 current snap is 145 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:1594: finishing write tid 1 to smithi118168640-45 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:1594: finishing write tid 2 to smithi118168640-45 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:1594: finishing write tid 3 to smithi118168640-45 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:1594: finishing write tid 4 to smithi118168640-45 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 403 (ObjNum 496 snap 145 seq_num 496) dirty exists 2023-09-30T09:12:37.465 INFO:tasks.rados.rados.0.smithi118.stdout:1594: left oid 45 (ObjNum 496 snap 145 seq_num 496) 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1596: finishing copy_from to smithi118168640-25 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1596: got expected ENOENT (src dne) 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1596: finishing copy_from racing read to smithi118168640-25 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1597: finishing write tid 1 to smithi118168640-29 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1597: finishing write tid 2 to smithi118168640-29 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1597: finishing write tid 3 to smithi118168640-29 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1597: finishing write tid 4 to smithi118168640-29 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 831 (ObjNum 497 snap 145 seq_num 497) dirty exists 2023-09-30T09:12:37.466 INFO:tasks.rados.rados.0.smithi118.stdout:1597: left oid 29 (ObjNum 497 snap 145 seq_num 497) 2023-09-30T09:12:37.474 INFO:tasks.rados.rados.0.smithi118.stdout:1594: done (3 left) 2023-09-30T09:12:37.474 INFO:tasks.rados.rados.0.smithi118.stdout:1596: done (2 left) 2023-09-30T09:12:37.474 INFO:tasks.rados.rados.0.smithi118.stdout:1597: done (1 left) 2023-09-30T09:12:37.474 INFO:tasks.rados.rados.0.smithi118.stdout:1599: done (0 left) 2023-09-30T09:12:37.474 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 145 2023-09-30T09:12:37.474 INFO:tasks.rados.rados.0.smithi118.stdout:1600: seq_num 499 ranges {0=761856,761856=401408} 2023-09-30T09:12:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1600: writing smithi118168640-23 from 0 to 761856 tid 1 2023-09-30T09:12:37.481 INFO:tasks.rados.rados.0.smithi118.stdout:1600: writing smithi118168640-23 from 761856 to 1163264 tid 2 2023-09-30T09:12:37.481 INFO:tasks.rados.rados.0.smithi118.stdout:1601: snap_create 2023-09-30T09:12:37.483 INFO:tasks.rados.rados.0.smithi118.stdout:1600: finishing write tid 1 to smithi118168640-23 2023-09-30T09:12:37.483 INFO:tasks.rados.rados.0.smithi118.stdout:1600: finishing write tid 2 to smithi118168640-23 2023-09-30T09:12:37.484 INFO:tasks.rados.rados.0.smithi118.stdout:1600: finishing write tid 3 to smithi118168640-23 2023-09-30T09:12:37.485 INFO:tasks.rados.rados.0.smithi118.stdout:1600: finishing write tid 4 to smithi118168640-23 2023-09-30T09:12:37.485 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 557 (ObjNum 499 snap 145 seq_num 499) dirty exists 2023-09-30T09:12:37.485 INFO:tasks.rados.rados.0.smithi118.stdout:1600: left oid 23 (ObjNum 499 snap 145 seq_num 499) 2023-09-30T09:12:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:37 smithi192 ceph-mon[180220]: pgmap v251: 121 pgs: 121 active+clean; 162 MiB data, 996 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 4.0 MiB/s wr, 51 op/s; 17 MiB/s, 4 objects/s recovering 2023-09-30T09:12:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:37 smithi192 ceph-mon[180220]: osdmap e362: 8 total, 8 up, 8 in 2023-09-30T09:12:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:37 smithi192 ceph-mon[180220]: failed to encode map e362 with expected crc 2023-09-30T09:12:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:37 smithi118 ceph-mon[182959]: pgmap v251: 121 pgs: 121 active+clean; 162 MiB data, 996 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 4.0 MiB/s wr, 51 op/s; 17 MiB/s, 4 objects/s recovering 2023-09-30T09:12:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:37 smithi118 ceph-mon[182959]: osdmap e362: 8 total, 8 up, 8 in 2023-09-30T09:12:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:37 smithi118 ceph-mon[182959]: failed to encode map e362 with expected crc 2023-09-30T09:12:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:37 smithi118 ceph-mon[185516]: pgmap v251: 121 pgs: 121 active+clean; 162 MiB data, 996 MiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 4.0 MiB/s wr, 51 op/s; 17 MiB/s, 4 objects/s recovering 2023-09-30T09:12:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:37 smithi118 ceph-mon[185516]: osdmap e362: 8 total, 8 up, 8 in 2023-09-30T09:12:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:37 smithi118 ceph-mon[185516]: failed to encode map e362 with expected crc 2023-09-30T09:12:38.465 INFO:tasks.rados.rados.0.smithi118.stdout:1600: done (1 left) 2023-09-30T09:12:38.465 INFO:tasks.rados.rados.0.smithi118.stdout:1601: done (0 left) 2023-09-30T09:12:38.466 INFO:tasks.rados.rados.0.smithi118.stdout:1602: read oid 33 snap -1 2023-09-30T09:12:38.466 INFO:tasks.rados.rados.0.smithi118.stdout:1602: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:38.466 INFO:tasks.rados.rados.0.smithi118.stdout:1603: rollback oid 17 current snap is 146 2023-09-30T09:12:38.466 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 143 2023-09-30T09:12:38.466 INFO:tasks.rados.rados.0.smithi118.stdout:1604: snap_create 2023-09-30T09:12:38.468 INFO:tasks.rados.rados.0.smithi118.stdout:1602: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:38.473 INFO:tasks.rados.rados.0.smithi118.stdout:1603: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:12:38.473 INFO:tasks.rados.rados.0.smithi118.stdout:1603: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:12:38.473 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 798 (ObjNum 461 snap 133 seq_num 461) dirty exists 2023-09-30T09:12:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:38 smithi192 ceph-mon[180220]: failed to encode map e362 with expected crc 2023-09-30T09:12:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:38 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/291 objects degraded (5.842%), 7 pgs degraded) 2023-09-30T09:12:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:38 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:12:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:38 smithi192 ceph-mon[180220]: osdmap e363: 8 total, 8 up, 8 in 2023-09-30T09:12:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:38 smithi192 ceph-mon[180220]: failed to encode map e363 with expected crc 2023-09-30T09:12:38.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:12:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:12:38.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:12:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[182959]: failed to encode map e362 with expected crc 2023-09-30T09:12:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/291 objects degraded (5.842%), 7 pgs degraded) 2023-09-30T09:12:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:12:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[182959]: osdmap e363: 8 total, 8 up, 8 in 2023-09-30T09:12:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[182959]: failed to encode map e363 with expected crc 2023-09-30T09:12:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[185516]: failed to encode map e362 with expected crc 2023-09-30T09:12:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/291 objects degraded (5.842%), 7 pgs degraded) 2023-09-30T09:12:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:12:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[185516]: osdmap e363: 8 total, 8 up, 8 in 2023-09-30T09:12:39.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:38 smithi118 ceph-mon[185516]: failed to encode map e363 with expected crc 2023-09-30T09:12:39.466 INFO:tasks.rados.rados.0.smithi118.stdout:1602: done (2 left) 2023-09-30T09:12:39.467 INFO:tasks.rados.rados.0.smithi118.stdout:1603: done (1 left) 2023-09-30T09:12:39.467 INFO:tasks.rados.rados.0.smithi118.stdout:1604: done (0 left) 2023-09-30T09:12:39.467 INFO:tasks.rados.rados.0.smithi118.stdout:1605: snap_create 2023-09-30T09:12:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:39 smithi192 ceph-mon[180220]: failed to encode map e363 with expected crc 2023-09-30T09:12:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:39 smithi192 ceph-mon[180220]: pgmap v254: 121 pgs: 121 active+clean; 164 MiB data, 1015 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 1.2 MiB/s wr, 7 op/s; 4.7 MiB/s, 1 objects/s recovering 2023-09-30T09:12:39.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:39 smithi192 ceph-mon[180220]: osdmap e364: 8 total, 8 up, 8 in 2023-09-30T09:12:39.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:39 smithi192 ceph-mon[180220]: failed to encode map e364 with expected crc 2023-09-30T09:12:39.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:39 smithi192 ceph-mon[180220]: failed to encode map e364 with expected crc 2023-09-30T09:12:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:12:39] "GET /metrics HTTP/1.1" 200 36054 "" "Prometheus/2.43.0" 2023-09-30T09:12:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[185516]: failed to encode map e363 with expected crc 2023-09-30T09:12:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[185516]: pgmap v254: 121 pgs: 121 active+clean; 164 MiB data, 1015 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 1.2 MiB/s wr, 7 op/s; 4.7 MiB/s, 1 objects/s recovering 2023-09-30T09:12:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[185516]: osdmap e364: 8 total, 8 up, 8 in 2023-09-30T09:12:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[185516]: failed to encode map e364 with expected crc 2023-09-30T09:12:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[185516]: failed to encode map e364 with expected crc 2023-09-30T09:12:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[182959]: failed to encode map e363 with expected crc 2023-09-30T09:12:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[182959]: pgmap v254: 121 pgs: 121 active+clean; 164 MiB data, 1015 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 1.2 MiB/s wr, 7 op/s; 4.7 MiB/s, 1 objects/s recovering 2023-09-30T09:12:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[182959]: osdmap e364: 8 total, 8 up, 8 in 2023-09-30T09:12:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[182959]: failed to encode map e364 with expected crc 2023-09-30T09:12:40.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:39 smithi118 ceph-mon[182959]: failed to encode map e364 with expected crc 2023-09-30T09:12:40.469 INFO:tasks.rados.rados.0.smithi118.stdout:1605: done (0 left) 2023-09-30T09:12:40.470 INFO:tasks.rados.rados.0.smithi118.stdout:1606: read oid 37 snap -1 2023-09-30T09:12:40.470 INFO:tasks.rados.rados.0.smithi118.stdout:1606: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:40.470 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 148 2023-09-30T09:12:40.470 INFO:tasks.rados.rados.0.smithi118.stdout:1607: seq_num 500 ranges {2908160=778240,3686400=401408} 2023-09-30T09:12:40.489 INFO:tasks.rados.rados.0.smithi118.stdout:1607: writing smithi118168640-17 from 2908160 to 3686400 tid 1 2023-09-30T09:12:40.491 INFO:tasks.rados.rados.0.smithi118.stdout:1607: writing smithi118168640-17 from 3686400 to 4087808 tid 2 2023-09-30T09:12:40.491 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 148 2023-09-30T09:12:40.491 INFO:tasks.rados.rados.0.smithi118.stdout:1608: seq_num 501 ranges {9699328=794624,10493952=401408} 2023-09-30T09:12:40.547 INFO:tasks.rados.rados.0.smithi118.stdout:1608: writing smithi118168640-45 from 9699328 to 10493952 tid 1 2023-09-30T09:12:40.549 INFO:tasks.rados.rados.0.smithi118.stdout:1608: writing smithi118168640-45 from 10493952 to 10895360 tid 2 2023-09-30T09:12:40.549 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 148 2023-09-30T09:12:40.549 INFO:tasks.rados.rados.0.smithi118.stdout:1609: seq_num 502 ranges {1794048=409600,2203648=417792,2621440=385024} 2023-09-30T09:12:40.561 INFO:tasks.rados.rados.0.smithi118.stdout:1609: writing smithi118168640-12 from 1794048 to 2203648 tid 1 2023-09-30T09:12:40.564 INFO:tasks.rados.rados.0.smithi118.stdout:1609: writing smithi118168640-12 from 2203648 to 2621440 tid 2 2023-09-30T09:12:40.567 INFO:tasks.rados.rados.0.smithi118.stdout:1609: writing smithi118168640-12 from 2621440 to 3006464 tid 3 2023-09-30T09:12:40.567 INFO:tasks.rados.rados.0.smithi118.stdout:1610: rollback oid 29 current snap is 148 2023-09-30T09:12:40.567 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 29 to 137 2023-09-30T09:12:40.567 INFO:tasks.rados.rados.0.smithi118.stdout:1606: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:40.576 INFO:tasks.rados.rados.0.smithi118.stdout:1607: finishing write tid 1 to smithi118168640-17 2023-09-30T09:12:40.576 INFO:tasks.rados.rados.0.smithi118.stdout:1607: finishing write tid 2 to smithi118168640-17 2023-09-30T09:12:40.576 INFO:tasks.rados.rados.0.smithi118.stdout:1607: finishing write tid 3 to smithi118168640-17 2023-09-30T09:12:40.576 INFO:tasks.rados.rados.0.smithi118.stdout:1607: finishing write tid 4 to smithi118168640-17 2023-09-30T09:12:40.576 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 801 (ObjNum 500 snap 148 seq_num 500) dirty exists 2023-09-30T09:12:40.576 INFO:tasks.rados.rados.0.smithi118.stdout:1607: left oid 17 (ObjNum 500 snap 148 seq_num 500) 2023-09-30T09:12:40.576 INFO:tasks.rados.rados.0.smithi118.stdout:1608: finishing write tid 1 to smithi118168640-45 2023-09-30T09:12:40.577 INFO:tasks.rados.rados.0.smithi118.stdout:1606: done (4 left) 2023-09-30T09:12:40.577 INFO:tasks.rados.rados.0.smithi118.stdout:1607: done (3 left) 2023-09-30T09:12:40.577 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 148 2023-09-30T09:12:40.577 INFO:tasks.rados.rados.0.smithi118.stdout:1608: finishing write tid 2 to smithi118168640-45 2023-09-30T09:12:40.577 INFO:tasks.rados.rados.0.smithi118.stdout:1608: finishing write tid 3 to smithi118168640-45 2023-09-30T09:12:40.577 INFO:tasks.rados.rados.0.smithi118.stdout:1611: seq_num 503 ranges {0=425984,425984=704512,1130496=98304} 2023-09-30T09:12:40.578 INFO:tasks.rados.rados.0.smithi118.stdout:1611: writing smithi118168640-27 from 0 to 425984 tid 1 2023-09-30T09:12:40.582 INFO:tasks.rados.rados.0.smithi118.stdout:1611: writing smithi118168640-27 from 425984 to 1130496 tid 2 2023-09-30T09:12:40.583 INFO:tasks.rados.rados.0.smithi118.stdout:1611: writing smithi118168640-27 from 1130496 to 1228800 tid 3 2023-09-30T09:12:40.583 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 148 2023-09-30T09:12:40.583 INFO:tasks.rados.rados.0.smithi118.stdout:1608: finishing write tid 4 to smithi118168640-45 2023-09-30T09:12:40.584 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 406 (ObjNum 501 snap 148 seq_num 501) dirty exists 2023-09-30T09:12:40.584 INFO:tasks.rados.rados.0.smithi118.stdout:1608: left oid 45 (ObjNum 501 snap 148 seq_num 501) 2023-09-30T09:12:40.584 INFO:tasks.rados.rados.0.smithi118.stdout:1609: finishing write tid 1 to smithi118168640-12 2023-09-30T09:12:40.584 INFO:tasks.rados.rados.0.smithi118.stdout:1612: seq_num 504 ranges {5586944=450560,6037504=589824,6627328=212992} 2023-09-30T09:12:40.616 INFO:tasks.rados.rados.0.smithi118.stdout:1612: writing smithi118168640-20 from 5586944 to 6037504 tid 1 2023-09-30T09:12:40.619 INFO:tasks.rados.rados.0.smithi118.stdout:1612: writing smithi118168640-20 from 6037504 to 6627328 tid 2 2023-09-30T09:12:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1612: writing smithi118168640-20 from 6627328 to 6840320 tid 3 2023-09-30T09:12:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1608: done (4 left) 2023-09-30T09:12:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1613: delete oid 28 current snap is 148 2023-09-30T09:12:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1609: finishing write tid 2 to smithi118168640-12 2023-09-30T09:12:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1610: finishing rollback tid 0 to smithi118168640-29 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1609: finishing write tid 3 to smithi118168640-12 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1610: finishing rollback tid 1 to smithi118168640-29 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1609: finishing write tid 4 to smithi118168640-12 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1610: finishing rollback tid 2 to smithi118168640-29 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 834 (ObjNum 33 snap 0 seq_num 3323562688) dirty exists 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1609: finishing write tid 5 to smithi118168640-12 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 456 (ObjNum 502 snap 148 seq_num 502) dirty exists 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1609: left oid 12 (ObjNum 502 snap 148 seq_num 502) 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1611: finishing write tid 1 to smithi118168640-27 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1611: finishing write tid 2 to smithi118168640-27 2023-09-30T09:12:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:1611: finishing write tid 3 to smithi118168640-27 2023-09-30T09:12:40.623 INFO:tasks.rados.rados.0.smithi118.stdout:1611: finishing write tid 4 to smithi118168640-27 2023-09-30T09:12:40.623 INFO:tasks.rados.rados.0.smithi118.stdout:1611: finishing write tid 5 to smithi118168640-27 2023-09-30T09:12:40.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 424 (ObjNum 503 snap 148 seq_num 503) dirty exists 2023-09-30T09:12:40.623 INFO:tasks.rados.rados.0.smithi118.stdout:1611: left oid 27 (ObjNum 503 snap 148 seq_num 503) 2023-09-30T09:12:40.623 INFO:tasks.rados.rados.0.smithi118.stdout:1612: finishing write tid 1 to smithi118168640-20 2023-09-30T09:12:40.623 INFO:tasks.rados.rados.0.smithi118.stdout:1612: finishing write tid 2 to smithi118168640-20 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:1609: done (4 left) 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:1610: done (3 left) 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:1611: done (2 left) 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:1613: done (1 left) 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:1614: read oid 15 snap -1 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:1614: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 148 2023-09-30T09:12:40.624 INFO:tasks.rados.rados.0.smithi118.stdout:1615: seq_num 506 ranges {1163264=483328,1646592=761856,2408448=40960} 2023-09-30T09:12:40.632 INFO:tasks.rados.rados.0.smithi118.stdout:1615: writing smithi118168640-23 from 1163264 to 1646592 tid 1 2023-09-30T09:12:40.637 INFO:tasks.rados.rados.0.smithi118.stdout:1615: writing smithi118168640-23 from 1646592 to 2408448 tid 2 2023-09-30T09:12:40.637 INFO:tasks.rados.rados.0.smithi118.stdout:1615: writing smithi118168640-23 from 2408448 to 2449408 tid 3 2023-09-30T09:12:40.637 INFO:tasks.rados.rados.0.smithi118.stdout:1616: delete oid 5 current snap is 148 2023-09-30T09:12:40.637 INFO:tasks.rados.rados.0.smithi118.stdout:1612: finishing write tid 3 to smithi118168640-20 2023-09-30T09:12:40.637 INFO:tasks.rados.rados.0.smithi118.stdout:1612: finishing write tid 4 to smithi118168640-20 2023-09-30T09:12:40.637 INFO:tasks.rados.rados.0.smithi118.stdout:1612: finishing write tid 5 to smithi118168640-20 2023-09-30T09:12:40.638 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 555 (ObjNum 504 snap 148 seq_num 504) dirty exists 2023-09-30T09:12:40.638 INFO:tasks.rados.rados.0.smithi118.stdout:1612: left oid 20 (ObjNum 504 snap 148 seq_num 504) 2023-09-30T09:12:40.638 INFO:tasks.rados.rados.0.smithi118.stdout:1614: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:12:40.660 INFO:tasks.rados.rados.0.smithi118.stdout:1615: finishing write tid 1 to smithi118168640-23 2023-09-30T09:12:40.660 INFO:tasks.rados.rados.0.smithi118.stdout:1615: finishing write tid 2 to smithi118168640-23 2023-09-30T09:12:40.660 INFO:tasks.rados.rados.0.smithi118.stdout:1615: finishing write tid 3 to smithi118168640-23 2023-09-30T09:12:40.660 INFO:tasks.rados.rados.0.smithi118.stdout:1615: finishing write tid 4 to smithi118168640-23 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1615: finishing write tid 5 to smithi118168640-23 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 561 (ObjNum 506 snap 148 seq_num 506) dirty exists 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1615: left oid 23 (ObjNum 506 snap 148 seq_num 506) 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1612: done (3 left) 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1614: done (2 left) 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1615: done (1 left) 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1616: done (0 left) 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1617: copy_from oid 44 from oid 30 current snap is 148 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1618: read oid 47 snap -1 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1618: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1619: rmattr oid 24 current snap is 148 2023-09-30T09:12:40.661 INFO:tasks.rados.rados.0.smithi118.stdout:1619: done (2 left) 2023-09-30T09:12:40.662 INFO:tasks.rados.rados.0.smithi118.stdout:1620: delete oid 36 current snap is 148 2023-09-30T09:12:40.662 INFO:tasks.rados.rados.0.smithi118.stdout:1620: done (2 left) 2023-09-30T09:12:40.662 INFO:tasks.rados.rados.0.smithi118.stdout:1621: snap_remove snap 143 2023-09-30T09:12:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:40 smithi192 ceph-mon[180220]: failed to encode map e364 with expected crc 2023-09-30T09:12:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:40 smithi192 ceph-mon[180220]: osdmap e365: 8 total, 8 up, 8 in 2023-09-30T09:12:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:40 smithi192 ceph-mon[180220]: failed to encode map e365 with expected crc 2023-09-30T09:12:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:40 smithi118 ceph-mon[182959]: failed to encode map e364 with expected crc 2023-09-30T09:12:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:40 smithi118 ceph-mon[182959]: osdmap e365: 8 total, 8 up, 8 in 2023-09-30T09:12:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:40 smithi118 ceph-mon[182959]: failed to encode map e365 with expected crc 2023-09-30T09:12:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:40 smithi118 ceph-mon[185516]: failed to encode map e364 with expected crc 2023-09-30T09:12:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:40 smithi118 ceph-mon[185516]: osdmap e365: 8 total, 8 up, 8 in 2023-09-30T09:12:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:40 smithi118 ceph-mon[185516]: failed to encode map e365 with expected crc 2023-09-30T09:12:41.443 INFO:tasks.rados.rados.0.smithi118.stdout:1621: done (2 left) 2023-09-30T09:12:41.444 INFO:tasks.rados.rados.0.smithi118.stdout:1622: read oid 7 snap -1 2023-09-30T09:12:41.444 INFO:tasks.rados.rados.0.smithi118.stdout:1622: expect deleted 2023-09-30T09:12:41.444 INFO:tasks.rados.rados.0.smithi118.stdout:1623: read oid 24 snap 145 2023-09-30T09:12:41.444 INFO:tasks.rados.rados.0.smithi118.stdout:1623: expect deleted 2023-09-30T09:12:41.444 INFO:tasks.rados.rados.0.smithi118.stdout:1624: snap_remove snap 140 2023-09-30T09:12:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:41 smithi192 ceph-mon[180220]: failed to encode map e365 with expected crc 2023-09-30T09:12:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:41 smithi192 ceph-mon[180220]: pgmap v257: 121 pgs: 121 active+clean; 169 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-09-30T09:12:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:41 smithi192 ceph-mon[180220]: osdmap e366: 8 total, 8 up, 8 in 2023-09-30T09:12:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:41 smithi192 ceph-mon[180220]: failed to encode map e366 with expected crc 2023-09-30T09:12:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[185516]: failed to encode map e365 with expected crc 2023-09-30T09:12:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[185516]: pgmap v257: 121 pgs: 121 active+clean; 169 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-09-30T09:12:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[185516]: osdmap e366: 8 total, 8 up, 8 in 2023-09-30T09:12:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[185516]: failed to encode map e366 with expected crc 2023-09-30T09:12:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[182959]: failed to encode map e365 with expected crc 2023-09-30T09:12:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[182959]: pgmap v257: 121 pgs: 121 active+clean; 169 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-09-30T09:12:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[182959]: osdmap e366: 8 total, 8 up, 8 in 2023-09-30T09:12:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:41 smithi118 ceph-mon[182959]: failed to encode map e366 with expected crc 2023-09-30T09:12:42.445 INFO:tasks.rados.rados.0.smithi118.stdout:1624: done (4 left) 2023-09-30T09:12:42.445 INFO:tasks.rados.rados.0.smithi118.stdout:1625: read oid 6 snap -1 2023-09-30T09:12:42.445 INFO:tasks.rados.rados.0.smithi118.stdout:1625: expect deleted 2023-09-30T09:12:42.445 INFO:tasks.rados.rados.0.smithi118.stdout:1626: copy_from oid 5 from oid 23 current snap is 148 2023-09-30T09:12:42.445 INFO:tasks.rados.rados.0.smithi118.stdout:1618: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:42.458 INFO:tasks.rados.rados.0.smithi118.stdout:1617: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:12:42.458 INFO:tasks.rados.rados.0.smithi118.stdout:1617: finishing copy_from to smithi118168640-44 2023-09-30T09:12:42.458 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 399 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:42.458 INFO:tasks.rados.rados.0.smithi118.stdout:1617: done (5 left) 2023-09-30T09:12:42.458 INFO:tasks.rados.rados.0.smithi118.stdout:1618: done (4 left) 2023-09-30T09:12:42.458 INFO:tasks.rados.rados.0.smithi118.stdout:1622: done (3 left) 2023-09-30T09:12:42.458 INFO:tasks.rados.rados.0.smithi118.stdout:1623: done (2 left) 2023-09-30T09:12:42.459 INFO:tasks.rados.rados.0.smithi118.stdout:1625: done (1 left) 2023-09-30T09:12:42.459 INFO:tasks.rados.rados.0.smithi118.stdout:1627: read oid 11 snap -1 2023-09-30T09:12:42.459 INFO:tasks.rados.rados.0.smithi118.stdout:1627: expect (ObjNum 448 snap 129 seq_num 448) 2023-09-30T09:12:42.459 INFO:tasks.rados.rados.0.smithi118.stdout:1628: read oid 20 snap -1 2023-09-30T09:12:42.459 INFO:tasks.rados.rados.0.smithi118.stdout:1628: expect (ObjNum 504 snap 148 seq_num 504) 2023-09-30T09:12:42.459 INFO:tasks.rados.rados.0.smithi118.stdout:1629: delete oid 22 current snap is 148 2023-09-30T09:12:42.464 INFO:tasks.rados.rados.0.smithi118.stdout:1626: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:12:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:1629: done (3 left) 2023-09-30T09:12:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:1630: read oid 40 snap -1 2023-09-30T09:12:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:1630: expect deleted 2023-09-30T09:12:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:1631: delete oid 32 current snap is 148 2023-09-30T09:12:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:1626: finishing copy_from to smithi118168640-5 2023-09-30T09:12:42.468 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 561 (ObjNum 506 snap 148 seq_num 506) dirty exists 2023-09-30T09:12:42.477 INFO:tasks.rados.rados.0.smithi118.stdout:1627: expect (ObjNum 448 snap 129 seq_num 448) 2023-09-30T09:12:42.568 INFO:tasks.rados.rados.0.smithi118.stdout:1628: expect (ObjNum 504 snap 148 seq_num 504) 2023-09-30T09:12:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:42 smithi192 ceph-mon[180220]: failed to encode map e366 with expected crc 2023-09-30T09:12:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:42 smithi192 ceph-mon[180220]: failed to encode map e366 with expected crc 2023-09-30T09:12:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:42 smithi192 ceph-mon[180220]: osdmap e367: 8 total, 8 up, 8 in 2023-09-30T09:12:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:42 smithi192 ceph-mon[180220]: failed to encode map e367 with expected crc 2023-09-30T09:12:42.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:42 smithi192 ceph-mon[180220]: failed to encode map e367 with expected crc 2023-09-30T09:12:43.026 INFO:tasks.rados.rados.0.smithi118.stdout:1626: done (4 left) 2023-09-30T09:12:43.026 INFO:tasks.rados.rados.0.smithi118.stdout:1627: done (3 left) 2023-09-30T09:12:43.026 INFO:tasks.rados.rados.0.smithi118.stdout:1628: done (2 left) 2023-09-30T09:12:43.026 INFO:tasks.rados.rados.0.smithi118.stdout:1630: done (1 left) 2023-09-30T09:12:43.026 INFO:tasks.rados.rados.0.smithi118.stdout:1631: done (0 left) 2023-09-30T09:12:43.026 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 148 2023-09-30T09:12:43.026 INFO:tasks.rados.rados.0.smithi118.stdout:1632: seq_num 511 ranges {966656=565248,1531904=630784,2162688=172032} 2023-09-30T09:12:43.034 INFO:tasks.rados.rados.0.smithi118.stdout:1632: writing smithi118168640-31 from 966656 to 1531904 tid 1 2023-09-30T09:12:43.037 INFO:tasks.rados.rados.0.smithi118.stdout:1632: writing smithi118168640-31 from 1531904 to 2162688 tid 2 2023-09-30T09:12:43.038 INFO:tasks.rados.rados.0.smithi118.stdout:1632: writing smithi118168640-31 from 2162688 to 2334720 tid 3 2023-09-30T09:12:43.038 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 148 2023-09-30T09:12:43.039 INFO:tasks.rados.rados.0.smithi118.stdout:1632: finishing write tid 1 to smithi118168640-31 2023-09-30T09:12:43.039 INFO:tasks.rados.rados.0.smithi118.stdout:1633: seq_num 512 ranges {9043968=581632,9625600=516096,10141696=286720} 2023-09-30T09:12:43.089 INFO:tasks.rados.rados.0.smithi118.stdout:1633: writing smithi118168640-49 from 9043968 to 9625600 tid 1 2023-09-30T09:12:43.092 INFO:tasks.rados.rados.0.smithi118.stdout:1633: writing smithi118168640-49 from 9625600 to 10141696 tid 2 2023-09-30T09:12:43.094 INFO:tasks.rados.rados.0.smithi118.stdout:1633: writing smithi118168640-49 from 10141696 to 10428416 tid 3 2023-09-30T09:12:43.094 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 148 2023-09-30T09:12:43.094 INFO:tasks.rados.rados.0.smithi118.stdout:1634: seq_num 513 ranges {2449408=598016,3047424=794624,3842048=8192} 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[182959]: failed to encode map e366 with expected crc 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[182959]: failed to encode map e366 with expected crc 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[182959]: osdmap e367: 8 total, 8 up, 8 in 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[182959]: failed to encode map e367 with expected crc 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[182959]: failed to encode map e367 with expected crc 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[185516]: failed to encode map e366 with expected crc 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[185516]: failed to encode map e366 with expected crc 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[185516]: osdmap e367: 8 total, 8 up, 8 in 2023-09-30T09:12:43.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[185516]: failed to encode map e367 with expected crc 2023-09-30T09:12:43.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:42 smithi118 ceph-mon[185516]: failed to encode map e367 with expected crc 2023-09-30T09:12:43.110 INFO:tasks.rados.rados.0.smithi118.stdout:1634: writing smithi118168640-23 from 2449408 to 3047424 tid 1 2023-09-30T09:12:43.117 INFO:tasks.rados.rados.0.smithi118.stdout:1634: writing smithi118168640-23 from 3047424 to 3842048 tid 2 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1634: writing smithi118168640-23 from 3842048 to 3850240 tid 3 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1635: read oid 2 snap -1 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1635: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1636: copy_from oid 1 from oid 29 current snap is 148 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1632: finishing write tid 2 to smithi118168640-31 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1632: finishing write tid 3 to smithi118168640-31 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1632: finishing write tid 4 to smithi118168640-31 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1632: finishing write tid 5 to smithi118168640-31 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 469 (ObjNum 511 snap 148 seq_num 511) dirty exists 2023-09-30T09:12:43.118 INFO:tasks.rados.rados.0.smithi118.stdout:1632: left oid 31 (ObjNum 511 snap 148 seq_num 511) 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1633: finishing write tid 1 to smithi118168640-49 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1633: finishing write tid 2 to smithi118168640-49 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1633: finishing write tid 3 to smithi118168640-49 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1632: done (4 left) 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1637: read oid 40 snap -1 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1637: expect deleted 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1638: read oid 22 snap -1 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1638: expect deleted 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1639: copy_from oid 36 from oid 39 current snap is 148 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1633: finishing write tid 4 to smithi118168640-49 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:1633: finishing write tid 5 to smithi118168640-49 2023-09-30T09:12:43.119 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 801 (ObjNum 512 snap 148 seq_num 512) dirty exists 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1633: left oid 49 (ObjNum 512 snap 148 seq_num 512) 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1634: finishing write tid 1 to smithi118168640-23 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1633: done (6 left) 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1640: delete oid 21 current snap is 148 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1637: done (6 left) 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1638: done (5 left) 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1640: done (4 left) 2023-09-30T09:12:43.120 INFO:tasks.rados.rados.0.smithi118.stdout:1641: snap_remove snap 144 2023-09-30T09:12:43.643 INFO:tasks.rados.rados.0.smithi118.stdout:1641: done (4 left) 2023-09-30T09:12:43.643 INFO:tasks.rados.rados.0.smithi118.stdout:1642: read oid 4 snap -1 2023-09-30T09:12:43.643 INFO:tasks.rados.rados.0.smithi118.stdout:1642: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:12:43.643 INFO:tasks.rados.rados.0.smithi118.stdout:1643: snap_remove snap 146 2023-09-30T09:12:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:43 smithi192 ceph-mon[180220]: failed to encode map e367 with expected crc 2023-09-30T09:12:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:43 smithi192 ceph-mon[180220]: pgmap v260: 121 pgs: 121 active+clean; 171 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 1.1 MiB/s wr, 6 op/s 2023-09-30T09:12:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:43 smithi118 ceph-mon[182959]: failed to encode map e367 with expected crc 2023-09-30T09:12:44.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:43 smithi118 ceph-mon[182959]: pgmap v260: 121 pgs: 121 active+clean; 171 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 1.1 MiB/s wr, 6 op/s 2023-09-30T09:12:44.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:43 smithi118 ceph-mon[185516]: failed to encode map e367 with expected crc 2023-09-30T09:12:44.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:43 smithi118 ceph-mon[185516]: pgmap v260: 121 pgs: 121 active+clean; 171 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 1.1 MiB/s wr, 6 op/s 2023-09-30T09:12:44.650 INFO:tasks.rados.rados.0.smithi118.stdout:1643: done (5 left) 2023-09-30T09:12:44.651 INFO:tasks.rados.rados.0.smithi118.stdout:1644: rollback oid 34 current snap is 148 2023-09-30T09:12:44.651 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 34 to 147 2023-09-30T09:12:44.651 INFO:tasks.rados.rados.0.smithi118.stdout:1645: read oid 43 snap -1 2023-09-30T09:12:44.651 INFO:tasks.rados.rados.0.smithi118.stdout:1645: expect deleted 2023-09-30T09:12:44.651 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 148 2023-09-30T09:12:44.651 INFO:tasks.rados.rados.0.smithi118.stdout:1646: seq_num 515 ranges {0=630784,630784=565248,1196032=237568} 2023-09-30T09:12:44.651 INFO:tasks.rados.rados.0.smithi118.stdout:1646: writing smithi118168640-32 from 0 to 630784 tid 1 2023-09-30T09:12:44.654 INFO:tasks.rados.rados.0.smithi118.stdout:1646: writing smithi118168640-32 from 630784 to 1196032 tid 2 2023-09-30T09:12:44.654 INFO:tasks.rados.rados.0.smithi118.stdout:1646: writing smithi118168640-32 from 1196032 to 1433600 tid 3 2023-09-30T09:12:44.654 INFO:tasks.rados.rados.0.smithi118.stdout:1647: rollback oid 19 current snap is 148 2023-09-30T09:12:44.654 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 137 2023-09-30T09:12:44.654 INFO:tasks.rados.rados.0.smithi118.stdout:1634: finishing write tid 2 to smithi118168640-23 2023-09-30T09:12:44.655 INFO:tasks.rados.rados.0.smithi118.stdout:1635: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:12:44.664 INFO:tasks.rados.rados.0.smithi118.stdout:1634: finishing write tid 3 to smithi118168640-23 2023-09-30T09:12:44.664 INFO:tasks.rados.rados.0.smithi118.stdout:1634: finishing write tid 4 to smithi118168640-23 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:1636: finishing copy_from to smithi118168640-1 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 834 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:1634: finishing write tid 5 to smithi118168640-23 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 565 (ObjNum 513 snap 148 seq_num 513) dirty exists 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:1634: left oid 23 (ObjNum 513 snap 148 seq_num 513) 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:1636: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:1639: finishing copy_from racing read to smithi118168640-36 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:1639: finishing copy_from to smithi118168640-36 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 129 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:12:44.665 INFO:tasks.rados.rados.0.smithi118.stdout:1642: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:1644: finishing rollback tid 0 to smithi118168640-34 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:1644: finishing rollback tid 1 to smithi118168640-34 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:1644: finishing rollback tid 2 to smithi118168640-34 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 672 (ObjNum 451 snap 132 seq_num 451) dirty exists 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:1646: finishing write tid 1 to smithi118168640-32 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:1646: finishing write tid 2 to smithi118168640-32 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:1634: done (8 left) 2023-09-30T09:12:44.684 INFO:tasks.rados.rados.0.smithi118.stdout:1635: done (7 left) 2023-09-30T09:12:44.685 INFO:tasks.rados.rados.0.smithi118.stdout:1636: done (6 left) 2023-09-30T09:12:44.685 INFO:tasks.rados.rados.0.smithi118.stdout:1639: done (5 left) 2023-09-30T09:12:44.685 INFO:tasks.rados.rados.0.smithi118.stdout:1642: done (4 left) 2023-09-30T09:12:44.685 INFO:tasks.rados.rados.0.smithi118.stdout:1644: done (3 left) 2023-09-30T09:12:44.685 INFO:tasks.rados.rados.0.smithi118.stdout:1645: done (2 left) 2023-09-30T09:12:44.685 INFO:tasks.rados.rados.0.smithi118.stdout:1648: snap_remove snap 145 2023-09-30T09:12:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:44 smithi192 ceph-mon[180220]: osdmap e368: 8 total, 8 up, 8 in 2023-09-30T09:12:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:44 smithi192 ceph-mon[180220]: failed to encode map e368 with expected crc 2023-09-30T09:12:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:44 smithi192 ceph-mon[180220]: failed to encode map e368 with expected crc 2023-09-30T09:12:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:44 smithi192 ceph-mon[180220]: failed to encode map e368 with expected crc 2023-09-30T09:12:44.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[182959]: osdmap e368: 8 total, 8 up, 8 in 2023-09-30T09:12:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[182959]: failed to encode map e368 with expected crc 2023-09-30T09:12:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[182959]: failed to encode map e368 with expected crc 2023-09-30T09:12:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[182959]: failed to encode map e368 with expected crc 2023-09-30T09:12:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[185516]: osdmap e368: 8 total, 8 up, 8 in 2023-09-30T09:12:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[185516]: failed to encode map e368 with expected crc 2023-09-30T09:12:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[185516]: failed to encode map e368 with expected crc 2023-09-30T09:12:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[185516]: failed to encode map e368 with expected crc 2023-09-30T09:12:45.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:45.660 INFO:tasks.rados.rados.0.smithi118.stdout:1648: done (2 left) 2023-09-30T09:12:45.660 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 148 2023-09-30T09:12:45.661 INFO:tasks.rados.rados.0.smithi118.stdout:1649: seq_num 516 ranges {10895360=647168,11542528=450560,11993088=352256} 2023-09-30T09:12:45.722 INFO:tasks.rados.rados.0.smithi118.stdout:1649: writing smithi118168640-45 from 10895360 to 11542528 tid 1 2023-09-30T09:12:45.725 INFO:tasks.rados.rados.0.smithi118.stdout:1649: writing smithi118168640-45 from 11542528 to 11993088 tid 2 2023-09-30T09:12:45.727 INFO:tasks.rados.rados.0.smithi118.stdout:1649: writing smithi118168640-45 from 11993088 to 12345344 tid 3 2023-09-30T09:12:45.727 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 148 2023-09-30T09:12:45.727 INFO:tasks.rados.rados.0.smithi118.stdout:1646: finishing write tid 3 to smithi118168640-32 2023-09-30T09:12:45.727 INFO:tasks.rados.rados.0.smithi118.stdout:1650: seq_num 517 ranges {327680=663552,991232=786432,1777664=16384} 2023-09-30T09:12:45.732 INFO:tasks.rados.rados.0.smithi118.stdout:1650: writing smithi118168640-2 from 327680 to 991232 tid 1 2023-09-30T09:12:45.737 INFO:tasks.rados.rados.0.smithi118.stdout:1650: writing smithi118168640-2 from 991232 to 1777664 tid 2 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1650: writing smithi118168640-2 from 1777664 to 1794048 tid 3 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1646: finishing write tid 4 to smithi118168640-32 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1646: finishing write tid 5 to smithi118168640-32 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 676 (ObjNum 515 snap 148 seq_num 515) dirty exists 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1646: left oid 32 (ObjNum 515 snap 148 seq_num 515) 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1647: finishing rollback tid 0 to smithi118168640-19 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1647: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1647: finishing rollback tid 2 to smithi118168640-19 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 865 (ObjNum 428 snap 125 seq_num 428) dirty exists 2023-09-30T09:12:45.738 INFO:tasks.rados.rados.0.smithi118.stdout:1646: done (3 left) 2023-09-30T09:12:45.739 INFO:tasks.rados.rados.0.smithi118.stdout:1647: done (2 left) 2023-09-30T09:12:45.739 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 148 2023-09-30T09:12:45.739 INFO:tasks.rados.rados.0.smithi118.stdout:1651: seq_num 518 ranges {1032192=679936,1712128=671744,2383872=131072} 2023-09-30T09:12:45.746 INFO:tasks.rados.rados.0.smithi118.stdout:1651: writing smithi118168640-8 from 1032192 to 1712128 tid 1 2023-09-30T09:12:45.750 INFO:tasks.rados.rados.0.smithi118.stdout:1651: writing smithi118168640-8 from 1712128 to 2383872 tid 2 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1651: writing smithi118168640-8 from 2383872 to 2514944 tid 3 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1652: snap_create 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1649: finishing write tid 1 to smithi118168640-45 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1649: finishing write tid 2 to smithi118168640-45 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1649: finishing write tid 3 to smithi118168640-45 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1649: finishing write tid 4 to smithi118168640-45 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1649: finishing write tid 5 to smithi118168640-45 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 410 (ObjNum 516 snap 148 seq_num 516) dirty exists 2023-09-30T09:12:45.752 INFO:tasks.rados.rados.0.smithi118.stdout:1649: left oid 45 (ObjNum 516 snap 148 seq_num 516) 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:1650: finishing write tid 1 to smithi118168640-2 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:1650: finishing write tid 2 to smithi118168640-2 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:1650: finishing write tid 3 to smithi118168640-2 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:1650: finishing write tid 4 to smithi118168640-2 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:1650: finishing write tid 5 to smithi118168640-2 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 872 (ObjNum 517 snap 148 seq_num 517) dirty exists 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:1650: left oid 2 (ObjNum 517 snap 148 seq_num 517) 2023-09-30T09:12:45.753 INFO:tasks.rados.rados.0.smithi118.stdout:1651: finishing write tid 1 to smithi118168640-8 2023-09-30T09:12:45.754 INFO:tasks.rados.rados.0.smithi118.stdout:1651: finishing write tid 2 to smithi118168640-8 2023-09-30T09:12:45.754 INFO:tasks.rados.rados.0.smithi118.stdout:1651: finishing write tid 3 to smithi118168640-8 2023-09-30T09:12:45.754 INFO:tasks.rados.rados.0.smithi118.stdout:1651: finishing write tid 4 to smithi118168640-8 2023-09-30T09:12:45.755 INFO:tasks.rados.rados.0.smithi118.stdout:1651: finishing write tid 5 to smithi118168640-8 2023-09-30T09:12:45.755 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 805 (ObjNum 518 snap 148 seq_num 518) dirty exists 2023-09-30T09:12:45.756 INFO:tasks.rados.rados.0.smithi118.stdout:1651: left oid 8 (ObjNum 518 snap 148 seq_num 518) 2023-09-30T09:12:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:45 smithi192 ceph-mon[180220]: osdmap e369: 8 total, 8 up, 8 in 2023-09-30T09:12:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:45 smithi192 ceph-mon[180220]: failed to encode map e369 with expected crc 2023-09-30T09:12:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:45 smithi192 ceph-mon[180220]: failed to encode map e369 with expected crc 2023-09-30T09:12:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:45 smithi192 ceph-mon[180220]: failed to encode map e369 with expected crc 2023-09-30T09:12:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:45 smithi192 ceph-mon[180220]: pgmap v263: 121 pgs: 121 active+clean; 183 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.3 MiB/s wr, 20 op/s 2023-09-30T09:12:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:45 smithi192 ceph-mon[180220]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[182959]: osdmap e369: 8 total, 8 up, 8 in 2023-09-30T09:12:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[182959]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[182959]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[182959]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[182959]: pgmap v263: 121 pgs: 121 active+clean; 183 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.3 MiB/s wr, 20 op/s 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[182959]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[185516]: osdmap e369: 8 total, 8 up, 8 in 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[185516]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[185516]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[185516]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[185516]: pgmap v263: 121 pgs: 121 active+clean; 183 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 7.9 MiB/s rd, 4.3 MiB/s wr, 20 op/s 2023-09-30T09:12:46.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:45 smithi118 ceph-mon[185516]: failed to encode map e369 with expected crc 2023-09-30T09:12:46.445 INFO:tasks.rados.rados.0.smithi118.stdout:1649: done (3 left) 2023-09-30T09:12:46.445 INFO:tasks.rados.rados.0.smithi118.stdout:1650: done (2 left) 2023-09-30T09:12:46.445 INFO:tasks.rados.rados.0.smithi118.stdout:1651: done (1 left) 2023-09-30T09:12:46.445 INFO:tasks.rados.rados.0.smithi118.stdout:1652: done (0 left) 2023-09-30T09:12:46.445 INFO:tasks.rados.rados.0.smithi118.stdout:1653: delete oid 50 current snap is 149 2023-09-30T09:12:46.455 INFO:tasks.rados.rados.0.smithi118.stdout:1653: done (0 left) 2023-09-30T09:12:46.455 INFO:tasks.rados.rados.0.smithi118.stdout:1654: rmattr oid 47 current snap is 149 2023-09-30T09:12:46.455 INFO:tasks.rados.rados.0.smithi118.stdout:1654: done (0 left) 2023-09-30T09:12:46.455 INFO:tasks.rados.rados.0.smithi118.stdout:1655: delete oid 50 current snap is 149 2023-09-30T09:12:46.457 INFO:tasks.rados.rados.0.smithi118.stdout:1655: done (0 left) 2023-09-30T09:12:46.457 INFO:tasks.rados.rados.0.smithi118.stdout:1656: snap_remove snap 137 2023-09-30T09:12:46.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:46 smithi192 ceph-mon[180220]: failed to encode map e370 with expected crc 2023-09-30T09:12:46.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:46 smithi192 ceph-mon[180220]: osdmap e370: 8 total, 8 up, 8 in 2023-09-30T09:12:46.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:46 smithi192 ceph-mon[180220]: failed to encode map e370 with expected crc 2023-09-30T09:12:46.927 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:46 smithi192 ceph-mon[180220]: failed to encode map e370 with expected crc 2023-09-30T09:12:46.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:46 smithi192 ceph-mon[180220]: failed to encode map e371 with expected crc 2023-09-30T09:12:46.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:46 smithi192 ceph-mon[180220]: osdmap e371: 8 total, 8 up, 8 in 2023-09-30T09:12:46.928 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[182959]: failed to encode map e370 with expected crc 2023-09-30T09:12:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[182959]: osdmap e370: 8 total, 8 up, 8 in 2023-09-30T09:12:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[182959]: failed to encode map e370 with expected crc 2023-09-30T09:12:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[182959]: failed to encode map e370 with expected crc 2023-09-30T09:12:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[182959]: failed to encode map e371 with expected crc 2023-09-30T09:12:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[182959]: osdmap e371: 8 total, 8 up, 8 in 2023-09-30T09:12:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:47.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[185516]: failed to encode map e370 with expected crc 2023-09-30T09:12:47.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[185516]: osdmap e370: 8 total, 8 up, 8 in 2023-09-30T09:12:47.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[185516]: failed to encode map e370 with expected crc 2023-09-30T09:12:47.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[185516]: failed to encode map e370 with expected crc 2023-09-30T09:12:47.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[185516]: failed to encode map e371 with expected crc 2023-09-30T09:12:47.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[185516]: osdmap e371: 8 total, 8 up, 8 in 2023-09-30T09:12:47.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:47.457 INFO:tasks.rados.rados.0.smithi118.stdout:1656: done (0 left) 2023-09-30T09:12:48.142 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 149 2023-09-30T09:12:48.143 INFO:tasks.rados.rados.0.smithi118.stdout:1657: seq_num 521 ranges {3850240=729088,4579328=720896,5300224=81920} 2023-09-30T09:12:48.143 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: failed to encode map e371 with expected crc 2023-09-30T09:12:48.143 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: Upgrade: osd.5 is safe to restart 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: pgmap v266: 121 pgs: 121 active+clean; 186 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 4.4 MiB/s wr, 23 op/s 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: failed to encode map e371 with expected crc 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: osdmap e372: 8 total, 8 up, 8 in 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: failed to encode map e372 with expected crc 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: failed to encode map e372 with expected crc 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:12:48.144 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:48.145 INFO:tasks.rados.rados.0.smithi118.stdout:1657: writing smithi118168640-23 from 3850240 to 4579328 tid 1 2023-09-30T09:12:48.145 INFO:tasks.rados.rados.0.smithi118.stdout:1657: writing smithi118168640-23 from 4579328 to 5300224 tid 2 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1657: writing smithi118168640-23 from 5300224 to 5382144 tid 3 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1658: read oid 15 snap -1 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1658: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1659: setattr oid 36 current snap is 149 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1657: finishing write tid 1 to smithi118168640-23 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1660: snap_create 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1657: finishing write tid 2 to smithi118168640-23 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1657: finishing write tid 3 to smithi118168640-23 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1658: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:1657: finishing write tid 4 to smithi118168640-23 2023-09-30T09:12:48.146 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 562 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:12:48.147 INFO:tasks.rados.rados.0.smithi118.stdout:1657: finishing write tid 5 to smithi118168640-23 2023-09-30T09:12:48.147 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 569 (ObjNum 521 snap 149 seq_num 521) dirty exists 2023-09-30T09:12:48.147 INFO:tasks.rados.rados.0.smithi118.stdout:1657: left oid 23 (ObjNum 521 snap 149 seq_num 521) 2023-09-30T09:12:48.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: failed to encode map e371 with expected crc 2023-09-30T09:12:48.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:48.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: Upgrade: osd.5 is safe to restart 2023-09-30T09:12:48.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: pgmap v266: 121 pgs: 121 active+clean; 186 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 4.4 MiB/s wr, 23 op/s 2023-09-30T09:12:48.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: failed to encode map e371 with expected crc 2023-09-30T09:12:48.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: osdmap e372: 8 total, 8 up, 8 in 2023-09-30T09:12:48.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: failed to encode map e372 with expected crc 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: failed to encode map e372 with expected crc 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: failed to encode map e371 with expected crc 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: Upgrade: osd.5 is safe to restart 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: pgmap v266: 121 pgs: 121 active+clean; 186 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 4.4 MiB/s wr, 23 op/s 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: failed to encode map e371 with expected crc 2023-09-30T09:12:48.148 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: osdmap e372: 8 total, 8 up, 8 in 2023-09-30T09:12:48.149 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: failed to encode map e372 with expected crc 2023-09-30T09:12:48.149 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: failed to encode map e372 with expected crc 2023-09-30T09:12:48.149 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:48.149 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-30T09:12:48.149 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:12:48.455 INFO:tasks.rados.rados.0.smithi118.stdout:1657: done (3 left) 2023-09-30T09:12:48.455 INFO:tasks.rados.rados.0.smithi118.stdout:1658: done (2 left) 2023-09-30T09:12:48.456 INFO:tasks.rados.rados.0.smithi118.stdout:1659: done (1 left) 2023-09-30T09:12:48.456 INFO:tasks.rados.rados.0.smithi118.stdout:1660: done (0 left) 2023-09-30T09:12:48.456 INFO:tasks.rados.rados.0.smithi118.stdout:1661: delete oid 2 current snap is 150 2023-09-30T09:12:48.461 INFO:tasks.rados.rados.0.smithi118.stdout:1661: done (0 left) 2023-09-30T09:12:48.461 INFO:tasks.rados.rados.0.smithi118.stdout:1662: copy_from oid 29 from oid 30 current snap is 150 2023-09-30T09:12:48.461 INFO:tasks.rados.rados.0.smithi118.stdout:1663: read oid 1 snap 148 2023-09-30T09:12:48.461 INFO:tasks.rados.rados.0.smithi118.stdout:1663: expect (ObjNum -971850912 snap 22003 seq_num 3324267152) 2023-09-30T09:12:48.461 INFO:tasks.rados.rados.0.smithi118.stdout:1664: snap_remove snap 147 2023-09-30T09:12:48.848 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:48 smithi192 ceph-mon[180220]: failed to encode map e372 with expected crc 2023-09-30T09:12:48.848 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:48 smithi192 ceph-mon[180220]: Upgrade: Updating osd.5 2023-09-30T09:12:48.848 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:48 smithi192 ceph-mon[180220]: Deploying daemon osd.5 on smithi192 2023-09-30T09:12:48.848 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:48 smithi192 ceph-mon[180220]: osdmap e373: 8 total, 8 up, 8 in 2023-09-30T09:12:48.848 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:12:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:12:48.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:12:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[182959]: failed to encode map e372 with expected crc 2023-09-30T09:12:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[182959]: Upgrade: Updating osd.5 2023-09-30T09:12:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[182959]: Deploying daemon osd.5 on smithi192 2023-09-30T09:12:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[182959]: osdmap e373: 8 total, 8 up, 8 in 2023-09-30T09:12:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[185516]: failed to encode map e372 with expected crc 2023-09-30T09:12:49.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[185516]: Upgrade: Updating osd.5 2023-09-30T09:12:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[185516]: Deploying daemon osd.5 on smithi192 2023-09-30T09:12:49.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:48 smithi118 ceph-mon[185516]: osdmap e373: 8 total, 8 up, 8 in 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:1664: done (2 left) 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:1665: read oid 39 snap 149 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:1665: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:1666: read oid 28 snap 148 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:1666: expect deleted 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:1667: copy_from oid 4 from oid 43 current snap is 150 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 150 2023-09-30T09:12:49.464 INFO:tasks.rados.rados.0.smithi118.stdout:1668: seq_num 523 ranges {5382144=770048,6152192=491520,6643712=311296} 2023-09-30T09:12:49.493 INFO:tasks.rados.rados.0.smithi118.stdout:1668: writing smithi118168640-23 from 5382144 to 6152192 tid 1 2023-09-30T09:12:49.496 INFO:tasks.rados.rados.0.smithi118.stdout:1668: writing smithi118168640-23 from 6152192 to 6643712 tid 2 2023-09-30T09:12:49.498 INFO:tasks.rados.rados.0.smithi118.stdout:1668: writing smithi118168640-23 from 6643712 to 6955008 tid 3 2023-09-30T09:12:49.498 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 150 2023-09-30T09:12:49.498 INFO:tasks.rados.rados.0.smithi118.stdout:1669: seq_num 524 ranges {507904=786432,1294336=778240,2072576=24576} 2023-09-30T09:12:49.505 INFO:tasks.rados.rados.0.smithi118.stdout:1669: writing smithi118168640-26 from 507904 to 1294336 tid 1 2023-09-30T09:12:49.510 INFO:tasks.rados.rados.0.smithi118.stdout:1669: writing smithi118168640-26 from 1294336 to 2072576 tid 2 2023-09-30T09:12:49.510 INFO:tasks.rados.rados.0.smithi118.stdout:1669: writing smithi118168640-26 from 2072576 to 2097152 tid 3 2023-09-30T09:12:49.510 INFO:tasks.rados.rados.0.smithi118.stdout:1670: copy_from oid 13 from oid 12 current snap is 150 2023-09-30T09:12:49.510 INFO:tasks.rados.rados.0.smithi118.stdout:1663: expect (ObjNum -971850912 snap 22003 seq_num 3324267152) 2023-09-30T09:12:49.511 INFO:tasks.rados.rados.0.smithi118.stdout:1662: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:12:49.511 INFO:tasks.rados.rados.0.smithi118.stdout:1662: finishing copy_from to smithi118168640-29 2023-09-30T09:12:49.511 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 399 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:12:49.511 INFO:tasks.rados.rados.0.smithi118.stdout:1667: finishing copy_from to smithi118168640-4 2023-09-30T09:12:49.511 INFO:tasks.rados.rados.0.smithi118.stdout:1667: got expected ENOENT (src dne) 2023-09-30T09:12:49.511 INFO:tasks.rados.rados.0.smithi118.stdout:1667: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:12:49.512 INFO:tasks.rados.rados.0.smithi118.stdout:1665: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:12:49.549 INFO:tasks.rados.rados.0.smithi118.stdout:1668: finishing write tid 1 to smithi118168640-23 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:1668: finishing write tid 2 to smithi118168640-23 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:1668: finishing write tid 3 to smithi118168640-23 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:1668: finishing write tid 4 to smithi118168640-23 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:1668: finishing write tid 5 to smithi118168640-23 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 573 (ObjNum 523 snap 150 seq_num 523) dirty exists 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:1668: left oid 23 (ObjNum 523 snap 150 seq_num 523) 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:1669: finishing write tid 1 to smithi118168640-26 2023-09-30T09:12:49.550 INFO:tasks.rados.rados.0.smithi118.stdout:1662: done (7 left) 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1663: done (6 left) 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1665: done (5 left) 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1666: done (4 left) 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1667: done (3 left) 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1668: done (2 left) 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1671: delete oid 45 current snap is 150 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1669: finishing write tid 2 to smithi118168640-26 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1669: finishing write tid 3 to smithi118168640-26 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1669: finishing write tid 4 to smithi118168640-26 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1669: finishing write tid 5 to smithi118168640-26 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 900 (ObjNum 524 snap 150 seq_num 524) dirty exists 2023-09-30T09:12:49.551 INFO:tasks.rados.rados.0.smithi118.stdout:1669: left oid 26 (ObjNum 524 snap 150 seq_num 524) 2023-09-30T09:12:49.552 INFO:tasks.rados.rados.0.smithi118.stdout:1670: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:12:49.552 INFO:tasks.rados.rados.0.smithi118.stdout:1670: finishing copy_from to smithi118168640-13 2023-09-30T09:12:49.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 456 (ObjNum 502 snap 148 seq_num 502) dirty exists 2023-09-30T09:12:49.552 INFO:tasks.rados.rados.0.smithi118.stdout:1669: done (2 left) 2023-09-30T09:12:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:1670: done (1 left) 2023-09-30T09:12:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:1671: done (0 left) 2023-09-30T09:12:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:1672: read oid 17 snap 149 2023-09-30T09:12:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:1672: expect (ObjNum 500 snap 148 seq_num 500) 2023-09-30T09:12:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:1673: delete oid 38 current snap is 150 2023-09-30T09:12:49.556 INFO:tasks.rados.rados.0.smithi118.stdout:1673: done (1 left) 2023-09-30T09:12:49.557 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 150 2023-09-30T09:12:49.557 INFO:tasks.rados.rados.0.smithi118.stdout:1674: seq_num 527 ranges {0=434176,434176=475136,909312=565248,1474560=163840} 2023-09-30T09:12:49.559 INFO:tasks.rados.rados.0.smithi118.stdout:1674: writing smithi118168640-38 from 0 to 434176 tid 1 2023-09-30T09:12:49.562 INFO:tasks.rados.rados.0.smithi118.stdout:1674: writing smithi118168640-38 from 434176 to 909312 tid 2 2023-09-30T09:12:49.565 INFO:tasks.rados.rados.0.smithi118.stdout:1674: writing smithi118168640-38 from 909312 to 1474560 tid 3 2023-09-30T09:12:49.566 INFO:tasks.rados.rados.0.smithi118.stdout:1674: writing smithi118168640-38 from 1474560 to 1638400 tid 4 2023-09-30T09:12:49.566 INFO:tasks.rados.rados.0.smithi118.stdout:1675: snap_create 2023-09-30T09:12:49.566 INFO:tasks.rados.rados.0.smithi118.stdout:1674: finishing write tid 1 to smithi118168640-38 2023-09-30T09:12:49.566 INFO:tasks.rados.rados.0.smithi118.stdout:1674: finishing write tid 2 to smithi118168640-38 2023-09-30T09:12:49.568 INFO:tasks.rados.rados.0.smithi118.stdout:1674: finishing write tid 3 to smithi118168640-38 2023-09-30T09:12:49.568 INFO:tasks.rados.rados.0.smithi118.stdout:1674: finishing write tid 4 to smithi118168640-38 2023-09-30T09:12:49.569 INFO:tasks.rados.rados.0.smithi118.stdout:1674: finishing write tid 5 to smithi118168640-38 2023-09-30T09:12:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:1674: finishing write tid 6 to smithi118168640-38 2023-09-30T09:12:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 480 (ObjNum 527 snap 150 seq_num 527) dirty exists 2023-09-30T09:12:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:1674: left oid 38 (ObjNum 527 snap 150 seq_num 527) 2023-09-30T09:12:49.572 INFO:tasks.rados.rados.0.smithi118.stdout:1672: expect (ObjNum 500 snap 148 seq_num 500) 2023-09-30T09:12:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: failed to encode map e373 with expected crc 2023-09-30T09:12:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: pgmap v269: 121 pgs: 121 active+clean; 187 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-09-30T09:12:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: osdmap e374: 8 total, 8 up, 8 in 2023-09-30T09:12:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: failed to encode map e374 with expected crc 2023-09-30T09:12:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: failed to encode map e374 with expected crc 2023-09-30T09:12:49.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-mon[180220]: osd.5 marked itself down and dead 2023-09-30T09:12:49.714 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:49 smithi192 systemd[1]: Stopping Ceph osd.5 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:12:49.714 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[127292]: 2023-09-30T09:12:49.653+0000 7f3081287700 -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 2023-09-30T09:12:49.714 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[127292]: 2023-09-30T09:12:49.653+0000 7f3081287700 -1 osd.5 374 *** Got signal Terminated *** 2023-09-30T09:12:49.714 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[127292]: 2023-09-30T09:12:49.653+0000 7f3081287700 -1 osd.5 374 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:12:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:12:49] "GET /metrics HTTP/1.1" 200 36199 "" "Prometheus/2.43.0" 2023-09-30T09:12:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: failed to encode map e373 with expected crc 2023-09-30T09:12:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: pgmap v269: 121 pgs: 121 active+clean; 187 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-09-30T09:12:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: osdmap e374: 8 total, 8 up, 8 in 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: failed to encode map e374 with expected crc 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: failed to encode map e374 with expected crc 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[185516]: osd.5 marked itself down and dead 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: failed to encode map e373 with expected crc 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: pgmap v269: 121 pgs: 121 active+clean; 187 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 1.0 MiB/s wr, 6 op/s 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: osdmap e374: 8 total, 8 up, 8 in 2023-09-30T09:12:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: failed to encode map e374 with expected crc 2023-09-30T09:12:50.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: failed to encode map e374 with expected crc 2023-09-30T09:12:50.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:49 smithi118 ceph-mon[182959]: osd.5 marked itself down and dead 2023-09-30T09:12:50.466 INFO:tasks.rados.rados.0.smithi118.stdout:1672: done (2 left) 2023-09-30T09:12:50.466 INFO:tasks.rados.rados.0.smithi118.stdout:1674: done (1 left) 2023-09-30T09:12:50.466 INFO:tasks.rados.rados.0.smithi118.stdout:1675: done (0 left) 2023-09-30T09:12:50.466 INFO:tasks.rados.rados.0.smithi118.stdout:1676: read oid 14 snap 148 2023-09-30T09:12:50.466 INFO:tasks.rados.rados.0.smithi118.stdout:1676: expect (ObjNum 489 snap 143 seq_num 489) 2023-09-30T09:12:50.466 INFO:tasks.rados.rados.0.smithi118.stdout:1677: rollback oid 23 current snap is 151 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 23 to 150 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:1678: copy_from oid 45 from oid 40 current snap is 151 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:1679: read oid 33 snap -1 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:1679: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:1680: rollback oid 26 current snap is 151 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 26 to 148 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:1681: copy_from oid 39 from oid 8 current snap is 151 2023-09-30T09:12:50.467 INFO:tasks.rados.rados.0.smithi118.stdout:1682: snap_remove snap 149 2023-09-30T09:12:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:50 smithi192 ceph-mon[180220]: failed to encode map e374 with expected crc 2023-09-30T09:12:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:50 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:12:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:50 smithi192 ceph-mon[180220]: osdmap e375: 8 total, 7 up, 8 in 2023-09-30T09:12:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:50 smithi192 ceph-mon[180220]: failed to encode map e375 with expected crc 2023-09-30T09:12:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:50 smithi192 ceph-mon[180220]: failed to encode map e375 with expected crc 2023-09-30T09:12:50.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:50 smithi192 ceph-mon[180220]: failed to encode map e375 with expected crc 2023-09-30T09:12:50.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:50 smithi192 ceph-mon[180220]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[182959]: failed to encode map e374 with expected crc 2023-09-30T09:12:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:12:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[182959]: osdmap e375: 8 total, 7 up, 8 in 2023-09-30T09:12:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[182959]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[182959]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[182959]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[182959]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[185516]: failed to encode map e374 with expected crc 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[185516]: osdmap e375: 8 total, 7 up, 8 in 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[185516]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[185516]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[185516]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:50 smithi118 ceph-mon[185516]: failed to encode map e375 with expected crc 2023-09-30T09:12:51.459 INFO:tasks.rados.rados.0.smithi118.stdout:1682: done (6 left) 2023-09-30T09:12:51.460 INFO:tasks.rados.rados.0.smithi118.stdout:1683: rollback oid 42 current snap is 151 2023-09-30T09:12:51.460 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 42 to 150 2023-09-30T09:12:51.460 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 151 2023-09-30T09:12:51.460 INFO:tasks.rados.rados.0.smithi118.stdout:1684: seq_num 528 ranges {0=450560,450560=761856,1212416=442368} 2023-09-30T09:12:51.460 INFO:tasks.rados.rados.0.smithi118.stdout:1684: writing smithi118168640-7 from 0 to 450560 tid 1 2023-09-30T09:12:51.460 INFO:tasks.rados.rados.0.smithi118.stdout:1684: writing smithi118168640-7 from 450560 to 1212416 tid 2 2023-09-30T09:12:51.462 INFO:tasks.rados.rados.0.smithi118.stdout:1684: writing smithi118168640-7 from 1212416 to 1654784 tid 3 2023-09-30T09:12:51.462 INFO:tasks.rados.rados.0.smithi118.stdout:1685: rollback oid 15 current snap is 151 2023-09-30T09:12:51.462 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 148 2023-09-30T09:12:51.462 INFO:tasks.rados.rados.0.smithi118.stdout:1677: finishing rollback tid 0 to smithi118168640-23 2023-09-30T09:12:51.462 INFO:tasks.rados.rados.0.smithi118.stdout:1677: finishing rollback tid 1 to smithi118168640-23 2023-09-30T09:12:51.463 INFO:tasks.rados.rados.0.smithi118.stdout:1677: finishing rollback tid 2 to smithi118168640-23 2023-09-30T09:12:51.463 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 576 (ObjNum 523 snap 150 seq_num 523) dirty exists 2023-09-30T09:12:51.463 INFO:tasks.rados.rados.0.smithi118.stdout:1681: finishing copy_from racing read to smithi118168640-39 2023-09-30T09:12:51.463 INFO:tasks.rados.rados.0.smithi118.stdout:1681: finishing copy_from to smithi118168640-39 2023-09-30T09:12:51.463 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 805 (ObjNum 518 snap 148 seq_num 518) dirty exists 2023-09-30T09:12:51.463 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:51 smithi192 bash[192808]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5 2023-09-30T09:12:51.464 INFO:tasks.rados.rados.0.smithi118.stdout:1677: done (8 left) 2023-09-30T09:12:51.464 INFO:tasks.rados.rados.0.smithi118.stdout:1681: done (7 left) 2023-09-30T09:12:51.464 INFO:tasks.rados.rados.0.smithi118.stdout:1686: delete oid 31 current snap is 151 2023-09-30T09:12:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:1679: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:12:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:1679: done (7 left) 2023-09-30T09:12:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:1686: done (6 left) 2023-09-30T09:12:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 151 2023-09-30T09:12:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:1678: finishing copy_from to smithi118168640-45 2023-09-30T09:12:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:1678: got expected ENOENT (src dne) 2023-09-30T09:12:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:1678: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:1680: finishing rollback tid 0 to smithi118168640-26 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:1683: finishing rollback tid 0 to smithi118168640-42 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:1683: finishing rollback tid 1 to smithi118168640-42 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:1680: finishing rollback tid 1 to smithi118168640-26 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:1683: finishing rollback tid 2 to smithi118168640-42 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 579 (ObjNum 303 snap 98 seq_num 303) dirty exists 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:1680: finishing rollback tid 2 to smithi118168640-26 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 904 (ObjNum 445 snap 129 seq_num 445) dirty exists 2023-09-30T09:12:51.478 INFO:tasks.rados.rados.0.smithi118.stdout:1687: seq_num 530 ranges {1228800=483328,1712128=532480,2244608=671744} 2023-09-30T09:12:51.486 INFO:tasks.rados.rados.0.smithi118.stdout:1687: writing smithi118168640-27 from 1228800 to 1712128 tid 1 2023-09-30T09:12:51.490 INFO:tasks.rados.rados.0.smithi118.stdout:1687: writing smithi118168640-27 from 1712128 to 2244608 tid 2 2023-09-30T09:12:51.494 INFO:tasks.rados.rados.0.smithi118.stdout:1687: writing smithi118168640-27 from 2244608 to 2916352 tid 3 2023-09-30T09:12:51.494 INFO:tasks.rados.rados.0.smithi118.stdout:1678: done (6 left) 2023-09-30T09:12:51.494 INFO:tasks.rados.rados.0.smithi118.stdout:1680: done (5 left) 2023-09-30T09:12:51.494 INFO:tasks.rados.rados.0.smithi118.stdout:1683: done (4 left) 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1688: snap_create 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1685: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1685: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1685: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 558 (ObjNum 483 snap 140 seq_num 483) dirty exists 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1684: finishing write tid 1 to smithi118168640-7 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1684: finishing write tid 2 to smithi118168640-7 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1684: finishing write tid 3 to smithi118168640-7 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1684: finishing write tid 4 to smithi118168640-7 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1684: finishing write tid 5 to smithi118168640-7 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 566 (ObjNum 528 snap 151 seq_num 528) dirty exists 2023-09-30T09:12:51.495 INFO:tasks.rados.rados.0.smithi118.stdout:1684: left oid 7 (ObjNum 528 snap 151 seq_num 528) 2023-09-30T09:12:51.496 INFO:tasks.rados.rados.0.smithi118.stdout:1687: finishing write tid 1 to smithi118168640-27 2023-09-30T09:12:51.496 INFO:tasks.rados.rados.0.smithi118.stdout:1687: finishing write tid 2 to smithi118168640-27 2023-09-30T09:12:51.497 INFO:tasks.rados.rados.0.smithi118.stdout:1687: finishing write tid 3 to smithi118168640-27 2023-09-30T09:12:51.497 INFO:tasks.rados.rados.0.smithi118.stdout:1687: finishing write tid 4 to smithi118168640-27 2023-09-30T09:12:51.498 INFO:tasks.rados.rados.0.smithi118.stdout:1687: finishing write tid 5 to smithi118168640-27 2023-09-30T09:12:51.498 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 428 (ObjNum 530 snap 151 seq_num 530) dirty exists 2023-09-30T09:12:51.498 INFO:tasks.rados.rados.0.smithi118.stdout:1687: left oid 27 (ObjNum 530 snap 151 seq_num 530) 2023-09-30T09:12:51.504 INFO:tasks.rados.rados.0.smithi118.stdout:1676: expect (ObjNum 489 snap 143 seq_num 489) 2023-09-30T09:12:51.669 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: pgmap v272: 121 pgs: 5 peering, 15 stale+active+clean, 101 active+clean; 161 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2023-09-30T09:12:51.670 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: osdmap e376: 8 total, 7 up, 8 in 2023-09-30T09:12:51.670 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: failed to encode map e376 with expected crc 2023-09-30T09:12:51.670 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: failed to encode map e376 with expected crc 2023-09-30T09:12:51.670 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: failed to encode map e376 with expected crc 2023-09-30T09:12:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: failed to encode map e376 with expected crc 2023-09-30T09:12:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: failed to encode map e376 with expected crc 2023-09-30T09:12:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: failed to encode map e376 with expected crc 2023-09-30T09:12:51.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:51 smithi192 ceph-mon[180220]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: pgmap v272: 121 pgs: 5 peering, 15 stale+active+clean, 101 active+clean; 161 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2023-09-30T09:12:52.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: osdmap e376: 8 total, 7 up, 8 in 2023-09-30T09:12:52.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[182959]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: pgmap v272: 121 pgs: 5 peering, 15 stale+active+clean, 101 active+clean; 161 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.6 MiB/s rd, 2.1 MiB/s wr, 14 op/s 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: osdmap e376: 8 total, 7 up, 8 in 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:51 smithi118 ceph-mon[185516]: failed to encode map e376 with expected crc 2023-09-30T09:12:52.466 INFO:tasks.rados.rados.0.smithi118.stdout:1676: done (4 left) 2023-09-30T09:12:52.466 INFO:tasks.rados.rados.0.smithi118.stdout:1684: done (3 left) 2023-09-30T09:12:52.467 INFO:tasks.rados.rados.0.smithi118.stdout:1685: done (2 left) 2023-09-30T09:12:52.467 INFO:tasks.rados.rados.0.smithi118.stdout:1687: done (1 left) 2023-09-30T09:12:52.467 INFO:tasks.rados.rados.0.smithi118.stdout:1688: done (0 left) 2023-09-30T09:12:52.467 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 152 2023-09-30T09:12:52.467 INFO:tasks.rados.rados.0.smithi118.stdout:1689: seq_num 531 ranges {1515520=499712,2015232=417792,2433024=548864,2981888=237568} 2023-09-30T09:12:52.477 INFO:tasks.rados.rados.0.smithi118.stdout:1689: writing smithi118168640-42 from 1515520 to 2015232 tid 1 2023-09-30T09:12:52.479 INFO:tasks.rados.rados.0.smithi118.stdout:1689: writing smithi118168640-42 from 2015232 to 2433024 tid 2 2023-09-30T09:12:52.483 INFO:tasks.rados.rados.0.smithi118.stdout:1689: writing smithi118168640-42 from 2433024 to 2981888 tid 3 2023-09-30T09:12:52.485 INFO:tasks.rados.rados.0.smithi118.stdout:1689: writing smithi118168640-42 from 2981888 to 3219456 tid 4 2023-09-30T09:12:52.485 INFO:tasks.rados.rados.0.smithi118.stdout:1690: snap_create 2023-09-30T09:12:52.485 INFO:tasks.rados.rados.0.smithi118.stdout:1689: finishing write tid 1 to smithi118168640-42 2023-09-30T09:12:52.485 INFO:tasks.rados.rados.0.smithi118.stdout:1689: finishing write tid 2 to smithi118168640-42 2023-09-30T09:12:52.487 INFO:tasks.rados.rados.0.smithi118.stdout:1689: finishing write tid 3 to smithi118168640-42 2023-09-30T09:12:52.487 INFO:tasks.rados.rados.0.smithi118.stdout:1689: finishing write tid 4 to smithi118168640-42 2023-09-30T09:12:52.487 INFO:tasks.rados.rados.0.smithi118.stdout:1689: finishing write tid 5 to smithi118168640-42 2023-09-30T09:12:52.488 INFO:tasks.rados.rados.0.smithi118.stdout:1689: finishing write tid 6 to smithi118168640-42 2023-09-30T09:12:52.488 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 584 (ObjNum 531 snap 152 seq_num 531) dirty exists 2023-09-30T09:12:52.489 INFO:tasks.rados.rados.0.smithi118.stdout:1689: left oid 42 (ObjNum 531 snap 152 seq_num 531) 2023-09-30T09:12:52.686 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:52 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.5.service: Succeeded. 2023-09-30T09:12:52.686 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:52 smithi192 systemd[1]: Stopped Ceph osd.5 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:12:52.687 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:52 smithi192 systemd[1]: Starting Ceph osd.5 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:12:53.463 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:12:53.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-30T09:12:53.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-09-30T09:12:53.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-09-30T09:12:53.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-09-30T09:12:53.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-30T09:12:53.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-30T09:12:53.464 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193042]: --> ceph-volume lvm activate successful for osd ID: 5 2023-09-30T09:12:53.472 INFO:tasks.rados.rados.0.smithi118.stdout:1689: done (1 left) 2023-09-30T09:12:53.473 INFO:tasks.rados.rados.0.smithi118.stdout:1690: done (0 left) 2023-09-30T09:12:53.473 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 153 2023-09-30T09:12:53.473 INFO:tasks.rados.rados.0.smithi118.stdout:1691: seq_num 532 ranges {12099584=516096,12615680=696320,13312000=507904} 2023-09-30T09:12:53.541 INFO:tasks.rados.rados.0.smithi118.stdout:1691: writing smithi118168640-18 from 12099584 to 12615680 tid 1 2023-09-30T09:12:53.543 INFO:tasks.rados.rados.0.smithi118.stdout:1691: writing smithi118168640-18 from 12615680 to 13312000 tid 2 2023-09-30T09:12:53.546 INFO:tasks.rados.rados.0.smithi118.stdout:1691: writing smithi118168640-18 from 13312000 to 13819904 tid 3 2023-09-30T09:12:53.546 INFO:tasks.rados.rados.0.smithi118.stdout:1692: snap_create 2023-09-30T09:12:53.549 INFO:tasks.rados.rados.0.smithi118.stdout:1691: finishing write tid 1 to smithi118168640-18 2023-09-30T09:12:53.549 INFO:tasks.rados.rados.0.smithi118.stdout:1691: finishing write tid 2 to smithi118168640-18 2023-09-30T09:12:53.550 INFO:tasks.rados.rados.0.smithi118.stdout:1691: finishing write tid 3 to smithi118168640-18 2023-09-30T09:12:53.550 INFO:tasks.rados.rados.0.smithi118.stdout:1691: finishing write tid 4 to smithi118168640-18 2023-09-30T09:12:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:1691: finishing write tid 5 to smithi118168640-18 2023-09-30T09:12:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 809 (ObjNum 532 snap 153 seq_num 532) dirty exists 2023-09-30T09:12:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:1691: left oid 18 (ObjNum 532 snap 153 seq_num 532) 2023-09-30T09:12:53.731 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:53 smithi192 ceph-mon[180220]: failed to encode map e377 with expected crc 2023-09-30T09:12:53.731 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:53 smithi192 ceph-mon[180220]: osdmap e377: 8 total, 7 up, 8 in 2023-09-30T09:12:53.731 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:53 smithi192 ceph-mon[180220]: pgmap v275: 121 pgs: 1 active+clean+snaptrim, 9 activating+undersized, 12 peering, 7 stale+active+clean, 92 active+clean; 167 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2023-09-30T09:12:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:53 smithi118 ceph-mon[185516]: failed to encode map e377 with expected crc 2023-09-30T09:12:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:53 smithi118 ceph-mon[185516]: osdmap e377: 8 total, 7 up, 8 in 2023-09-30T09:12:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:53 smithi118 ceph-mon[185516]: pgmap v275: 121 pgs: 1 active+clean+snaptrim, 9 activating+undersized, 12 peering, 7 stale+active+clean, 92 active+clean; 167 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2023-09-30T09:12:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:53 smithi118 ceph-mon[182959]: failed to encode map e377 with expected crc 2023-09-30T09:12:53.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:53 smithi118 ceph-mon[182959]: osdmap e377: 8 total, 7 up, 8 in 2023-09-30T09:12:53.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:53 smithi118 ceph-mon[182959]: pgmap v275: 121 pgs: 1 active+clean+snaptrim, 9 activating+undersized, 12 peering, 7 stale+active+clean, 92 active+clean; 167 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 3.8 MiB/s rd, 3.1 MiB/s wr, 16 op/s 2023-09-30T09:12:54.213 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 ceph-osd[193278]: -- 172.21.15.192:0/3234445642 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563acd2e84e0 con 0x563acd2b9400 2023-09-30T09:12:54.213 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 bash[193259]: b1b3e45b225ac96e1685879d154c9a546d706028adf6d5ba3f29dd28343bd01c 2023-09-30T09:12:54.213 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:53 smithi192 systemd[1]: Started Ceph osd.5 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:12:54.474 INFO:tasks.rados.rados.0.smithi118.stdout:1691: done (1 left) 2023-09-30T09:12:54.475 INFO:tasks.rados.rados.0.smithi118.stdout:1692: done (0 left) 2023-09-30T09:12:54.475 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 154 2023-09-30T09:12:54.475 INFO:tasks.rados.rados.0.smithi118.stdout:1693: seq_num 533 ranges {4087808=532480,4620288=630784,5251072=516096,5767168=57344} 2023-09-30T09:12:54.499 INFO:tasks.rados.rados.0.smithi118.stdout:1693: writing smithi118168640-17 from 4087808 to 4620288 tid 1 2023-09-30T09:12:54.503 INFO:tasks.rados.rados.0.smithi118.stdout:1693: writing smithi118168640-17 from 4620288 to 5251072 tid 2 2023-09-30T09:12:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:1693: writing smithi118168640-17 from 5251072 to 5767168 tid 3 2023-09-30T09:12:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:1693: writing smithi118168640-17 from 5767168 to 5824512 tid 4 2023-09-30T09:12:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:1694: rollback oid 22 current snap is 154 2023-09-30T09:12:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 152 2023-09-30T09:12:54.507 INFO:tasks.rados.rados.0.smithi118.stdout:1695: delete oid 39 current snap is 154 2023-09-30T09:12:54.509 INFO:tasks.rados.rados.0.smithi118.stdout:1695: done (2 left) 2023-09-30T09:12:54.509 INFO:tasks.rados.rados.0.smithi118.stdout:1696: snap_remove snap 150 2023-09-30T09:12:54.713 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T09:12:54.303+0000 7fada7fe0640 -1 Falling back to public interface 2023-09-30T09:12:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: failed to encode map e377 with expected crc 2023-09-30T09:12:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-30T09:12:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: failed to encode map e378 with expected crc 2023-09-30T09:12:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: osdmap e378: 8 total, 7 up, 8 in 2023-09-30T09:12:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: failed to encode map e378 with expected crc 2023-09-30T09:12:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: failed to encode map e377 with expected crc 2023-09-30T09:12:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-30T09:12:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: failed to encode map e378 with expected crc 2023-09-30T09:12:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: osdmap e378: 8 total, 7 up, 8 in 2023-09-30T09:12:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: failed to encode map e378 with expected crc 2023-09-30T09:12:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: failed to encode map e377 with expected crc 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: failed to encode map e378 with expected crc 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: osdmap e378: 8 total, 7 up, 8 in 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: failed to encode map e378 with expected crc 2023-09-30T09:12:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:12:54.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:54.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:55.487 INFO:tasks.rados.rados.0.smithi118.stdout:1696: done (2 left) 2023-09-30T09:12:55.487 INFO:tasks.rados.rados.0.smithi118.stdout:1697: snap_create 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1694: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 0 (ObjNum 49 snap 0 seq_num 3323545232) dirty dne 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1693: finishing write tid 1 to smithi118168640-17 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1693: finishing write tid 2 to smithi118168640-17 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1693: finishing write tid 3 to smithi118168640-17 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1693: finishing write tid 4 to smithi118168640-17 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1693: finishing write tid 5 to smithi118168640-17 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1693: finishing write tid 6 to smithi118168640-17 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 814 (ObjNum 533 snap 154 seq_num 533) dirty exists 2023-09-30T09:12:55.488 INFO:tasks.rados.rados.0.smithi118.stdout:1693: left oid 17 (ObjNum 533 snap 154 seq_num 533) 2023-09-30T09:12:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:55 smithi118 ceph-mon[182959]: osdmap e379: 8 total, 7 up, 8 in 2023-09-30T09:12:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:55 smithi118 ceph-mon[182959]: failed to encode map e379 with expected crc 2023-09-30T09:12:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:55 smithi118 ceph-mon[182959]: pgmap v278: 121 pgs: 8 active+undersized+degraded, 20 active+undersized, 1 active+clean+snaptrim, 9 activating+undersized, 12 peering, 71 active+clean; 154 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 4.1 MiB/s wr, 15 op/s; 22/252 objects degraded (8.730%) 2023-09-30T09:12:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:55 smithi118 ceph-mon[185516]: osdmap e379: 8 total, 7 up, 8 in 2023-09-30T09:12:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:55 smithi118 ceph-mon[185516]: failed to encode map e379 with expected crc 2023-09-30T09:12:55.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:55 smithi118 ceph-mon[185516]: pgmap v278: 121 pgs: 8 active+undersized+degraded, 20 active+undersized, 1 active+clean+snaptrim, 9 activating+undersized, 12 peering, 71 active+clean; 154 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 4.1 MiB/s wr, 15 op/s; 22/252 objects degraded (8.730%) 2023-09-30T09:12:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:55 smithi192 ceph-mon[180220]: osdmap e379: 8 total, 7 up, 8 in 2023-09-30T09:12:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:55 smithi192 ceph-mon[180220]: failed to encode map e379 with expected crc 2023-09-30T09:12:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:55 smithi192 ceph-mon[180220]: pgmap v278: 121 pgs: 8 active+undersized+degraded, 20 active+undersized, 1 active+clean+snaptrim, 9 activating+undersized, 12 peering, 71 active+clean; 154 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 4.1 MiB/s wr, 15 op/s; 22/252 objects degraded (8.730%) 2023-09-30T09:12:56.427 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:12:56.450 INFO:tasks.rados.rados.0.smithi118.stdout:1693: done (2 left) 2023-09-30T09:12:56.503 INFO:tasks.rados.rados.0.smithi118.stdout:1694: done (1 left) 2023-09-30T09:12:56.503 INFO:tasks.rados.rados.0.smithi118.stdout:1697: done (0 left) 2023-09-30T09:12:56.503 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 155 2023-09-30T09:12:56.503 INFO:tasks.rados.rados.0.smithi118.stdout:1698: seq_num 535 ranges {2949120=565248,3514368=802816,4317184=401408} 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: writing smithi118168640-10 from 2949120 to 3514368 tid 1 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: writing smithi118168640-10 from 3514368 to 4317184 tid 2 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: writing smithi118168640-10 from 4317184 to 4718592 tid 3 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1699: snap_create 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: finishing write tid 1 to smithi118168640-10 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: finishing write tid 2 to smithi118168640-10 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: finishing write tid 3 to smithi118168640-10 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: finishing write tid 4 to smithi118168640-10 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: finishing write tid 5 to smithi118168640-10 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 588 (ObjNum 535 snap 155 seq_num 535) dirty exists 2023-09-30T09:12:56.505 INFO:tasks.rados.rados.0.smithi118.stdout:1698: left oid 10 (ObjNum 535 snap 155 seq_num 535) 2023-09-30T09:12:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:56 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 22/252 objects degraded (8.730%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:56 smithi192 ceph-mon[180220]: failed to encode map e380 with expected crc 2023-09-30T09:12:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:56 smithi192 ceph-mon[180220]: osdmap e380: 8 total, 7 up, 8 in 2023-09-30T09:12:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:56 smithi192 ceph-mon[180220]: osdmap e381: 8 total, 7 up, 8 in 2023-09-30T09:12:56.753 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (4m) - 6m 18.1M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (3m) - 6m 86.3M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (7m) - 7m 17.4M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (7m) - 7m 19.5M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (3m) - 9m 448M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (3m) - 11m 511M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (3m) - 11m 81.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:12:56.754 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (2m) - 10m 65.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (2m) - 10m 62.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (4m) - 6m 10.3M - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (3m) - 6m 18.6M - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (2m) - 9m 304M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (114s) - 9m 292M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (86s) - 9m 208M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (59s) - 8m 11.6M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 9ee3b875f0e6 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (31s) - 8m 226M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 4dad2c67e17a 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (3s) - 8m 13.0M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b1b3e45b225a 2023-09-30T09:12:56.755 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (8m) - 8m 442M 2486M 17.2.6-1161-g191c1869 8497a1260037 8210a7fe6aa0 2023-09-30T09:12:56.756 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (7m) - 7m 490M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:12:56.756 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (3m) - 7m 62.5M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:12:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 22/252 objects degraded (8.730%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[185516]: failed to encode map e380 with expected crc 2023-09-30T09:12:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[185516]: osdmap e380: 8 total, 7 up, 8 in 2023-09-30T09:12:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[185516]: osdmap e381: 8 total, 7 up, 8 in 2023-09-30T09:12:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 22/252 objects degraded (8.730%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:12:56.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[182959]: failed to encode map e380 with expected crc 2023-09-30T09:12:56.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[182959]: osdmap e380: 8 total, 7 up, 8 in 2023-09-30T09:12:56.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:56 smithi118 ceph-mon[182959]: osdmap e381: 8 total, 7 up, 8 in 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:57.129 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2, 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 5 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 4, 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 10 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:12:57.130 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:12:57.452 INFO:tasks.rados.rados.0.smithi118.stdout:1698: done (1 left) 2023-09-30T09:12:57.452 INFO:tasks.rados.rados.0.smithi118.stdout:1699: done (0 left) 2023-09-30T09:12:57.452 INFO:tasks.rados.rados.0.smithi118.stdout:1700: rollback oid 27 current snap is 156 2023-09-30T09:12:57.452 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 27 to 154 2023-09-30T09:12:57.452 INFO:tasks.rados.rados.0.smithi118.stdout:1701: delete oid 39 current snap is 156 2023-09-30T09:12:57.455 INFO:tasks.rados.rados.0.smithi118.stdout:1701: done (1 left) 2023-09-30T09:12:57.455 INFO:tasks.rados.rados.0.smithi118.stdout:1702: rollback oid 5 current snap is 156 2023-09-30T09:12:57.456 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 153 2023-09-30T09:12:57.456 INFO:tasks.rados.rados.0.smithi118.stdout:1703: copy_from oid 6 from oid 24 current snap is 156 2023-09-30T09:12:57.456 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 156 2023-09-30T09:12:57.456 INFO:tasks.rados.rados.0.smithi118.stdout:1704: seq_num 537 ranges {5824512=598016,6422528=573440,6995968=491520,7487488=139264} 2023-09-30T09:12:57.490 INFO:tasks.rados.rados.0.smithi118.stdout:1704: writing smithi118168640-17 from 5824512 to 6422528 tid 1 2023-09-30T09:12:57.493 INFO:tasks.rados.rados.0.smithi118.stdout:1704: writing smithi118168640-17 from 6422528 to 6995968 tid 2 2023-09-30T09:12:57.496 INFO:tasks.rados.rados.0.smithi118.stdout:1704: writing smithi118168640-17 from 6995968 to 7487488 tid 3 2023-09-30T09:12:57.497 INFO:tasks.rados.rados.0.smithi118.stdout:1704: writing smithi118168640-17 from 7487488 to 7626752 tid 4 2023-09-30T09:12:57.497 INFO:tasks.rados.rados.0.smithi118.stdout:1705: snap_create 2023-09-30T09:12:57.497 INFO:tasks.rados.rados.0.smithi118.stdout:1700: finishing rollback tid 0 to smithi118168640-27 2023-09-30T09:12:57.497 INFO:tasks.rados.rados.0.smithi118.stdout:1700: finishing rollback tid 1 to smithi118168640-27 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:1700: finishing rollback tid 2 to smithi118168640-27 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 431 (ObjNum 530 snap 151 seq_num 530) dirty exists 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:1702: finishing rollback tid 0 to smithi118168640-5 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:1702: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:1702: finishing rollback tid 2 to smithi118168640-5 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 569 (ObjNum 506 snap 148 seq_num 506) dirty exists 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:1703: finishing copy_from to smithi118168640-6 2023-09-30T09:12:57.498 INFO:tasks.rados.rados.0.smithi118.stdout:1703: got expected ENOENT (src dne) 2023-09-30T09:12:57.499 INFO:tasks.rados.rados.0.smithi118.stdout:1703: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:12:57.499 INFO:tasks.rados.rados.0.smithi118.stdout:1704: finishing write tid 1 to smithi118168640-17 2023-09-30T09:12:57.500 INFO:tasks.rados.rados.0.smithi118.stdout:1704: finishing write tid 2 to smithi118168640-17 2023-09-30T09:12:57.500 INFO:tasks.rados.rados.0.smithi118.stdout:1704: finishing write tid 3 to smithi118168640-17 2023-09-30T09:12:57.501 INFO:tasks.rados.rados.0.smithi118.stdout:1704: finishing write tid 4 to smithi118168640-17 2023-09-30T09:12:57.501 INFO:tasks.rados.rados.0.smithi118.stdout:1704: finishing write tid 5 to smithi118168640-17 2023-09-30T09:12:57.503 INFO:tasks.rados.rados.0.smithi118.stdout:1704: finishing write tid 6 to smithi118168640-17 2023-09-30T09:12:57.503 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 819 (ObjNum 537 snap 156 seq_num 537) dirty exists 2023-09-30T09:12:57.503 INFO:tasks.rados.rados.0.smithi118.stdout:1704: left oid 17 (ObjNum 537 snap 156 seq_num 537) 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: failed to encode map e380 with expected crc 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: pgmap v281: 121 pgs: 12 active+undersized+degraded, 37 active+undersized, 72 active+clean; 156 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.1 MiB/s wr, 13 op/s; 40/258 objects degraded (15.504%) 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/900273431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.741 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-mon[180220]: osdmap e382: 8 total, 7 up, 8 in 2023-09-30T09:12:57.742 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T09:12:57.545+0000 7fada7fe0640 -1 osd.5 0 read_superblock omap replica is missing. 2023-09-30T09:12:57.742 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T09:12:57.634+0000 7fada7fe0640 -1 osd.5 374 log_to_monitors true 2023-09-30T09:12:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: failed to encode map e380 with expected crc 2023-09-30T09:12:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: pgmap v281: 121 pgs: 12 active+undersized+degraded, 37 active+undersized, 72 active+clean; 156 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.1 MiB/s wr, 13 op/s; 40/258 objects degraded (15.504%) 2023-09-30T09:12:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/900273431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[182959]: osdmap e382: 8 total, 7 up, 8 in 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: failed to encode map e380 with expected crc 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: from='client.34281 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:12:57.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: pgmap v281: 121 pgs: 12 active+undersized+degraded, 37 active+undersized, 72 active+clean; 156 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 3.1 MiB/s wr, 13 op/s; 40/258 objects degraded (15.504%) 2023-09-30T09:12:57.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/900273431' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:12:57.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:12:57.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:57 smithi118 ceph-mon[185516]: osdmap e382: 8 total, 7 up, 8 in 2023-09-30T09:12:58.495 INFO:tasks.rados.rados.0.smithi118.stdout:1700: done (4 left) 2023-09-30T09:12:58.495 INFO:tasks.rados.rados.0.smithi118.stdout:1702: done (3 left) 2023-09-30T09:12:58.495 INFO:tasks.rados.rados.0.smithi118.stdout:1703: done (2 left) 2023-09-30T09:12:58.496 INFO:tasks.rados.rados.0.smithi118.stdout:1704: done (1 left) 2023-09-30T09:12:58.496 INFO:tasks.rados.rados.0.smithi118.stdout:1705: done (0 left) 2023-09-30T09:12:58.496 INFO:tasks.rados.rados.0.smithi118.stdout:1706: snap_remove snap 151 2023-09-30T09:12:58.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-mon[180220]: failed to encode map e381 with expected crc 2023-09-30T09:12:58.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-mon[180220]: failed to encode map e381 with expected crc 2023-09-30T09:12:58.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-mon[180220]: failed to encode map e382 with expected crc 2023-09-30T09:12:58.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-mon[180220]: failed to encode map e382 with expected crc 2023-09-30T09:12:58.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-mon[180220]: from='osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:12:58.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-mon[180220]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:12:58.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-mon[180220]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-30T09:12:58.661 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T09:12:58.521+0000 7fad95444700 -1 osd.5 374 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:12:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[182959]: failed to encode map e381 with expected crc 2023-09-30T09:12:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[182959]: failed to encode map e381 with expected crc 2023-09-30T09:12:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[182959]: failed to encode map e382 with expected crc 2023-09-30T09:12:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[182959]: failed to encode map e382 with expected crc 2023-09-30T09:12:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[182959]: from='osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:12:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[182959]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:12:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[182959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-30T09:12:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[185516]: failed to encode map e381 with expected crc 2023-09-30T09:12:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[185516]: failed to encode map e381 with expected crc 2023-09-30T09:12:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[185516]: failed to encode map e382 with expected crc 2023-09-30T09:12:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[185516]: failed to encode map e382 with expected crc 2023-09-30T09:12:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[185516]: from='osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:12:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[185516]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-30T09:12:58.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:58 smithi118 ceph-mon[185516]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2023-09-30T09:12:58.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:12:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:12:58.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:12:59.502 INFO:tasks.rados.rados.0.smithi118.stdout:1706: done (0 left) 2023-09-30T09:12:59.502 INFO:tasks.rados.rados.0.smithi118.stdout:1707: read oid 42 snap 152 2023-09-30T09:12:59.502 INFO:tasks.rados.rados.0.smithi118.stdout:1707: expect (ObjNum 531 snap 152 seq_num 531) 2023-09-30T09:12:59.514 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 157 2023-09-30T09:12:59.515 INFO:tasks.rados.rados.0.smithi118.stdout:1708: seq_num 538 ranges {0=614400,614400=450560,1064960=704512,1769472=49152} 2023-09-30T09:12:59.515 INFO:tasks.rados.rados.0.smithi118.stdout:1708: writing smithi118168640-33 from 0 to 614400 tid 1 2023-09-30T09:12:59.515 INFO:tasks.rados.rados.0.smithi118.stdout:1708: writing smithi118168640-33 from 614400 to 1064960 tid 2 2023-09-30T09:12:59.515 INFO:tasks.rados.rados.0.smithi118.stdout:1708: writing smithi118168640-33 from 1064960 to 1769472 tid 3 2023-09-30T09:12:59.515 INFO:tasks.rados.rados.0.smithi118.stdout:1708: writing smithi118168640-33 from 1769472 to 1818624 tid 4 2023-09-30T09:12:59.515 INFO:tasks.rados.rados.0.smithi118.stdout:1709: delete oid 6 current snap is 157 2023-09-30T09:12:59.529 INFO:tasks.rados.rados.0.smithi118.stdout:1707: expect (ObjNum 531 snap 152 seq_num 531) 2023-09-30T09:12:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:59 smithi192 ceph-mon[180220]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T09:12:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:59 smithi192 ceph-mon[180220]: from='osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:59 smithi192 ceph-mon[180220]: osdmap e383: 8 total, 7 up, 8 in 2023-09-30T09:12:59.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:59 smithi192 ceph-mon[180220]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:59.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:59 smithi192 ceph-mon[180220]: failed to encode map e383 with expected crc 2023-09-30T09:12:59.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:12:59 smithi192 ceph-mon[180220]: pgmap v284: 121 pgs: 12 active+undersized+degraded, 37 active+undersized, 72 active+clean; 156 MiB data, 942 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 416 KiB/s wr, 2 op/s; 40/258 objects degraded (15.504%) 2023-09-30T09:12:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[182959]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T09:12:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[182959]: from='osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[182959]: osdmap e383: 8 total, 7 up, 8 in 2023-09-30T09:12:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[182959]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[182959]: failed to encode map e383 with expected crc 2023-09-30T09:12:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[182959]: pgmap v284: 121 pgs: 12 active+undersized+degraded, 37 active+undersized, 72 active+clean; 156 MiB data, 942 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 416 KiB/s wr, 2 op/s; 40/258 objects degraded (15.504%) 2023-09-30T09:12:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[185516]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-30T09:12:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[185516]: from='osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[185516]: osdmap e383: 8 total, 7 up, 8 in 2023-09-30T09:12:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[185516]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:12:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[185516]: failed to encode map e383 with expected crc 2023-09-30T09:12:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-mon[185516]: pgmap v284: 121 pgs: 12 active+undersized+degraded, 37 active+undersized, 72 active+clean; 156 MiB data, 942 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 416 KiB/s wr, 2 op/s; 40/258 objects degraded (15.504%) 2023-09-30T09:13:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:12:59] "GET /metrics HTTP/1.1" 200 36199 "" "Prometheus/2.43.0" 2023-09-30T09:13:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:12:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:12:59.802+0000 7fd7b44e6700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:13:00.526 INFO:tasks.rados.rados.0.smithi118.stdout:1707: done (2 left) 2023-09-30T09:13:00.527 INFO:tasks.rados.rados.0.smithi118.stdout:1709: done (1 left) 2023-09-30T09:13:00.527 INFO:tasks.rados.rados.0.smithi118.stdout:1710: read oid 4 snap -1 2023-09-30T09:13:00.527 INFO:tasks.rados.rados.0.smithi118.stdout:1710: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:13:00.527 INFO:tasks.rados.rados.0.smithi118.stdout:1711: read oid 31 snap -1 2023-09-30T09:13:00.527 INFO:tasks.rados.rados.0.smithi118.stdout:1711: expect deleted 2023-09-30T09:13:00.527 INFO:tasks.rados.rados.0.smithi118.stdout:1712: snap_create 2023-09-30T09:13:00.534 INFO:tasks.rados.rados.0.smithi118.stdout:1710: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:13:00.557 INFO:tasks.rados.rados.0.smithi118.stdout:1708: finishing write tid 1 to smithi118168640-33 2023-09-30T09:13:00.557 INFO:tasks.rados.rados.0.smithi118.stdout:1708: finishing write tid 2 to smithi118168640-33 2023-09-30T09:13:00.557 INFO:tasks.rados.rados.0.smithi118.stdout:1708: finishing write tid 3 to smithi118168640-33 2023-09-30T09:13:00.557 INFO:tasks.rados.rados.0.smithi118.stdout:1708: finishing write tid 4 to smithi118168640-33 2023-09-30T09:13:00.557 INFO:tasks.rados.rados.0.smithi118.stdout:1708: finishing write tid 5 to smithi118168640-33 2023-09-30T09:13:00.558 INFO:tasks.rados.rados.0.smithi118.stdout:1708: finishing write tid 6 to smithi118168640-33 2023-09-30T09:13:00.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 486 (ObjNum 538 snap 157 seq_num 538) dirty exists 2023-09-30T09:13:00.558 INFO:tasks.rados.rados.0.smithi118.stdout:1708: left oid 33 (ObjNum 538 snap 157 seq_num 538) 2023-09-30T09:13:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: failed to encode map e383 with expected crc 2023-09-30T09:13:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539] boot 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: osdmap e384: 8 total, 8 up, 8 in 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:00.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[182959]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: failed to encode map e383 with expected crc 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539] boot 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: osdmap e384: 8 total, 8 up, 8 in 2023-09-30T09:13:00.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:00.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:00.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:00.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:00 smithi118 ceph-mon[185516]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:13:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: failed to encode map e383 with expected crc 2023-09-30T09:13:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: osd.5 [v2:172.21.15.192:6808/860901539,v1:172.21.15.192:6809/860901539] boot 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: osdmap e384: 8 total, 8 up, 8 in 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: failed to encode map e384 with expected crc 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:00.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:00.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:00.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:00 smithi192 ceph-mon[180220]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-30T09:13:01.516 INFO:tasks.rados.rados.0.smithi118.stdout:1708: done (3 left) 2023-09-30T09:13:01.516 INFO:tasks.rados.rados.0.smithi118.stdout:1710: done (2 left) 2023-09-30T09:13:01.516 INFO:tasks.rados.rados.0.smithi118.stdout:1711: done (1 left) 2023-09-30T09:13:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1712: done (0 left) 2023-09-30T09:13:01.517 INFO:tasks.rados.rados.0.smithi118.stdout:1713: delete oid 33 current snap is 158 2023-09-30T09:13:01.520 INFO:tasks.rados.rados.0.smithi118.stdout:1713: done (0 left) 2023-09-30T09:13:01.520 INFO:tasks.rados.rados.0.smithi118.stdout:1714: copy_from oid 29 from oid 38 current snap is 158 2023-09-30T09:13:01.520 INFO:tasks.rados.rados.0.smithi118.stdout:1715: setattr oid 45 current snap is 158 2023-09-30T09:13:01.521 INFO:tasks.rados.rados.0.smithi118.stdout:1716: delete oid 12 current snap is 158 2023-09-30T09:13:01.524 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 412 (ObjNum 113 snap 0 seq_num 3322774064) dirty exists 2023-09-30T09:13:01.525 INFO:tasks.rados.rados.0.smithi118.stdout:1715: done (2 left) 2023-09-30T09:13:01.525 INFO:tasks.rados.rados.0.smithi118.stdout:1716: done (1 left) 2023-09-30T09:13:01.526 INFO:tasks.rados.rados.0.smithi118.stdout:1717: snap_create 2023-09-30T09:13:01.530 INFO:tasks.rados.rados.0.smithi118.stdout:1714: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:13:01.531 INFO:tasks.rados.rados.0.smithi118.stdout:1714: finishing copy_from to smithi118168640-29 2023-09-30T09:13:01.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 480 (ObjNum 527 snap 150 seq_num 527) dirty exists 2023-09-30T09:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: osdmap e385: 8 total, 8 up, 8 in 2023-09-30T09:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: pgmap v287: 121 pgs: 14 peering, 6 active+undersized+degraded, 29 active+undersized, 72 active+clean; 157 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 440 KiB/s wr, 2 op/s; 27/267 objects degraded (10.112%) 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 40/258 objects degraded (15.504%), 12 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: osdmap e385: 8 total, 8 up, 8 in 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: pgmap v287: 121 pgs: 14 peering, 6 active+undersized+degraded, 29 active+undersized, 72 active+clean; 157 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 440 KiB/s wr, 2 op/s; 27/267 objects degraded (10.112%) 2023-09-30T09:13:01.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:01 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 40/258 objects degraded (15.504%), 12 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: osdmap e385: 8 total, 8 up, 8 in 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: failed to encode map e385 with expected crc 2023-09-30T09:13:01.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: pgmap v287: 121 pgs: 14 peering, 6 active+undersized+degraded, 29 active+undersized, 72 active+clean; 157 MiB data, 947 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 440 KiB/s wr, 2 op/s; 27/267 objects degraded (10.112%) 2023-09-30T09:13:01.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:01 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 40/258 objects degraded (15.504%), 12 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:02.520 INFO:tasks.rados.rados.0.smithi118.stdout:1714: done (1 left) 2023-09-30T09:13:02.521 INFO:tasks.rados.rados.0.smithi118.stdout:1717: done (0 left) 2023-09-30T09:13:02.521 INFO:tasks.rados.rados.0.smithi118.stdout:1718: snap_remove snap 156 2023-09-30T09:13:02.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:02 smithi118 ceph-mon[185516]: osdmap e386: 8 total, 8 up, 8 in 2023-09-30T09:13:02.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:02 smithi118 ceph-mon[185516]: failed to encode map e386 with expected crc 2023-09-30T09:13:02.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:02 smithi118 ceph-mon[185516]: failed to encode map e386 with expected crc 2023-09-30T09:13:02.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:02 smithi118 ceph-mon[182959]: osdmap e386: 8 total, 8 up, 8 in 2023-09-30T09:13:02.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:02 smithi118 ceph-mon[182959]: failed to encode map e386 with expected crc 2023-09-30T09:13:02.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:02 smithi118 ceph-mon[182959]: failed to encode map e386 with expected crc 2023-09-30T09:13:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:02 smithi192 ceph-mon[180220]: osdmap e386: 8 total, 8 up, 8 in 2023-09-30T09:13:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:02 smithi192 ceph-mon[180220]: failed to encode map e386 with expected crc 2023-09-30T09:13:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:02 smithi192 ceph-mon[180220]: failed to encode map e386 with expected crc 2023-09-30T09:13:03.528 INFO:tasks.rados.rados.0.smithi118.stdout:1718: done (0 left) 2023-09-30T09:13:03.528 INFO:tasks.rados.rados.0.smithi118.stdout:1719: snap_remove snap 155 2023-09-30T09:13:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:03 smithi118 ceph-mon[182959]: osdmap e387: 8 total, 8 up, 8 in 2023-09-30T09:13:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:03 smithi118 ceph-mon[182959]: pgmap v290: 121 pgs: 14 peering, 5 active+undersized+degraded, 22 active+undersized, 80 active+clean; 159 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 872 KiB/s wr, 4 op/s; 25/267 objects degraded (9.363%) 2023-09-30T09:13:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:03 smithi118 ceph-mon[185516]: osdmap e387: 8 total, 8 up, 8 in 2023-09-30T09:13:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:03 smithi118 ceph-mon[185516]: pgmap v290: 121 pgs: 14 peering, 5 active+undersized+degraded, 22 active+undersized, 80 active+clean; 159 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 872 KiB/s wr, 4 op/s; 25/267 objects degraded (9.363%) 2023-09-30T09:13:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:03 smithi192 ceph-mon[180220]: osdmap e387: 8 total, 8 up, 8 in 2023-09-30T09:13:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:03 smithi192 ceph-mon[180220]: pgmap v290: 121 pgs: 14 peering, 5 active+undersized+degraded, 22 active+undersized, 80 active+clean; 159 MiB data, 950 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 872 KiB/s wr, 4 op/s; 25/267 objects degraded (9.363%) 2023-09-30T09:13:04.529 INFO:tasks.rados.rados.0.smithi118.stdout:1719: done (0 left) 2023-09-30T09:13:04.529 INFO:tasks.rados.rados.0.smithi118.stdout:1720: snap_remove snap 158 2023-09-30T09:13:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[182959]: osdmap e388: 8 total, 8 up, 8 in 2023-09-30T09:13:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[182959]: failed to encode map e387 with expected crc 2023-09-30T09:13:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[185516]: osdmap e388: 8 total, 8 up, 8 in 2023-09-30T09:13:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[185516]: failed to encode map e387 with expected crc 2023-09-30T09:13:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:04 smithi192 ceph-mon[180220]: osdmap e388: 8 total, 8 up, 8 in 2023-09-30T09:13:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:04 smithi192 ceph-mon[180220]: failed to encode map e387 with expected crc 2023-09-30T09:13:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:05.532 INFO:tasks.rados.rados.0.smithi118.stdout:1720: done (0 left) 2023-09-30T09:13:05.533 INFO:tasks.rados.rados.0.smithi118.stdout:1721: delete oid 26 current snap is 159 2023-09-30T09:13:05.540 INFO:tasks.rados.rados.0.smithi118.stdout:1721: done (0 left) 2023-09-30T09:13:05.541 INFO:tasks.rados.rados.0.smithi118.stdout:1722: snap_remove snap 152 2023-09-30T09:13:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[182959]: failed to encode map e387 with expected crc 2023-09-30T09:13:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[182959]: failed to encode map e389 with expected crc 2023-09-30T09:13:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[182959]: osdmap e389: 8 total, 8 up, 8 in 2023-09-30T09:13:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[182959]: pgmap v293: 121 pgs: 2 peering, 119 active+clean; 161 MiB data, 958 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.2 MiB/s wr, 9 op/s; 2.9 MiB/s, 1 objects/s recovering 2023-09-30T09:13:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[185516]: failed to encode map e387 with expected crc 2023-09-30T09:13:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[185516]: failed to encode map e389 with expected crc 2023-09-30T09:13:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[185516]: osdmap e389: 8 total, 8 up, 8 in 2023-09-30T09:13:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:05 smithi118 ceph-mon[185516]: pgmap v293: 121 pgs: 2 peering, 119 active+clean; 161 MiB data, 958 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.2 MiB/s wr, 9 op/s; 2.9 MiB/s, 1 objects/s recovering 2023-09-30T09:13:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:05 smithi192 ceph-mon[180220]: failed to encode map e387 with expected crc 2023-09-30T09:13:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:05 smithi192 ceph-mon[180220]: failed to encode map e389 with expected crc 2023-09-30T09:13:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:05 smithi192 ceph-mon[180220]: osdmap e389: 8 total, 8 up, 8 in 2023-09-30T09:13:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:05 smithi192 ceph-mon[180220]: pgmap v293: 121 pgs: 2 peering, 119 active+clean; 161 MiB data, 958 MiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.2 MiB/s wr, 9 op/s; 2.9 MiB/s, 1 objects/s recovering 2023-09-30T09:13:06.542 INFO:tasks.rados.rados.0.smithi118.stdout:1722: done (0 left) 2023-09-30T09:13:06.543 INFO:tasks.rados.rados.0.smithi118.stdout:1723: read oid 49 snap -1 2023-09-30T09:13:06.543 INFO:tasks.rados.rados.0.smithi118.stdout:1723: expect (ObjNum 512 snap 148 seq_num 512) 2023-09-30T09:13:06.543 INFO:tasks.rados.rados.0.smithi118.stdout:1724: delete oid 22 current snap is 159 2023-09-30T09:13:06.556 INFO:tasks.rados.rados.0.smithi118.stdout:1724: done (1 left) 2023-09-30T09:13:06.556 INFO:tasks.rados.rados.0.smithi118.stdout:1725: copy_from oid 22 from oid 29 current snap is 159 2023-09-30T09:13:06.557 INFO:tasks.rados.rados.0.smithi118.stdout:1726: rmattr oid 38 current snap is 159 2023-09-30T09:13:06.557 INFO:tasks.rados.rados.0.smithi118.stdout:1726: done (2 left) 2023-09-30T09:13:06.557 INFO:tasks.rados.rados.0.smithi118.stdout:1727: rollback oid 28 current snap is 159 2023-09-30T09:13:06.557 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 28 to 154 2023-09-30T09:13:06.557 INFO:tasks.rados.rados.0.smithi118.stdout:1728: snap_create 2023-09-30T09:13:06.563 INFO:tasks.rados.rados.0.smithi118.stdout:1727: finishing rollback tid 1 to smithi118168640-28 2023-09-30T09:13:06.563 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 0 (ObjNum 161 snap 0 seq_num 0) dirty dne 2023-09-30T09:13:06.574 INFO:tasks.rados.rados.0.smithi118.stdout:1725: finishing copy_from to smithi118168640-22 2023-09-30T09:13:06.574 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 480 (ObjNum 527 snap 150 seq_num 527) dirty exists 2023-09-30T09:13:06.575 INFO:tasks.rados.rados.0.smithi118.stdout:1725: finishing copy_from racing read to smithi118168640-22 2023-09-30T09:13:06.618 INFO:tasks.rados.rados.0.smithi118.stdout:1723: expect (ObjNum 512 snap 148 seq_num 512) 2023-09-30T09:13:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[182959]: osdmap e390: 8 total, 8 up, 8 in 2023-09-30T09:13:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/267 objects degraded (9.363%), 5 pgs degraded) 2023-09-30T09:13:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:13:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[182959]: failed to encode map e390 with expected crc 2023-09-30T09:13:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[185516]: osdmap e390: 8 total, 8 up, 8 in 2023-09-30T09:13:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/267 objects degraded (9.363%), 5 pgs degraded) 2023-09-30T09:13:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:13:06.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:06 smithi118 ceph-mon[185516]: failed to encode map e390 with expected crc 2023-09-30T09:13:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:06 smithi192 ceph-mon[180220]: osdmap e390: 8 total, 8 up, 8 in 2023-09-30T09:13:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:06 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/267 objects degraded (9.363%), 5 pgs degraded) 2023-09-30T09:13:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:06 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:13:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:06 smithi192 ceph-mon[180220]: failed to encode map e390 with expected crc 2023-09-30T09:13:07.682 INFO:tasks.rados.rados.0.smithi118.stdout:1723: done (3 left) 2023-09-30T09:13:07.683 INFO:tasks.rados.rados.0.smithi118.stdout:1725: done (2 left) 2023-09-30T09:13:07.683 INFO:tasks.rados.rados.0.smithi118.stdout:1727: done (1 left) 2023-09-30T09:13:07.683 INFO:tasks.rados.rados.0.smithi118.stdout:1728: done (0 left) 2023-09-30T09:13:07.683 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 160 2023-09-30T09:13:07.683 INFO:tasks.rados.rados.0.smithi118.stdout:1729: seq_num 544 ranges {13819904=720896,14540800=614400,15155200=589824} 2023-09-30T09:13:07.758 INFO:tasks.rados.rados.0.smithi118.stdout:1729: writing smithi118168640-18 from 13819904 to 14540800 tid 1 2023-09-30T09:13:07.761 INFO:tasks.rados.rados.0.smithi118.stdout:1729: writing smithi118168640-18 from 14540800 to 15155200 tid 2 2023-09-30T09:13:07.765 INFO:tasks.rados.rados.0.smithi118.stdout:1729: writing smithi118168640-18 from 15155200 to 15745024 tid 3 2023-09-30T09:13:07.765 INFO:tasks.rados.rados.0.smithi118.stdout:1730: snap_create 2023-09-30T09:13:07.769 INFO:tasks.rados.rados.0.smithi118.stdout:1729: finishing write tid 1 to smithi118168640-18 2023-09-30T09:13:07.769 INFO:tasks.rados.rados.0.smithi118.stdout:1729: finishing write tid 2 to smithi118168640-18 2023-09-30T09:13:07.770 INFO:tasks.rados.rados.0.smithi118.stdout:1729: finishing write tid 3 to smithi118168640-18 2023-09-30T09:13:07.771 INFO:tasks.rados.rados.0.smithi118.stdout:1729: finishing write tid 4 to smithi118168640-18 2023-09-30T09:13:07.772 INFO:tasks.rados.rados.0.smithi118.stdout:1729: finishing write tid 5 to smithi118168640-18 2023-09-30T09:13:07.772 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 823 (ObjNum 544 snap 160 seq_num 544) dirty exists 2023-09-30T09:13:07.772 INFO:tasks.rados.rados.0.smithi118.stdout:1729: left oid 18 (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:13:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[182959]: failed to encode map e390 with expected crc 2023-09-30T09:13:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[182959]: osdmap e391: 8 total, 8 up, 8 in 2023-09-30T09:13:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[182959]: failed to encode map e391 with expected crc 2023-09-30T09:13:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[182959]: failed to encode map e391 with expected crc 2023-09-30T09:13:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[182959]: pgmap v296: 121 pgs: 121 active+clean; 161 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 558 KiB/s rd, 844 KiB/s wr, 8 op/s; 2.9 MiB/s, 1 objects/s recovering 2023-09-30T09:13:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[185516]: failed to encode map e390 with expected crc 2023-09-30T09:13:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[185516]: osdmap e391: 8 total, 8 up, 8 in 2023-09-30T09:13:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[185516]: failed to encode map e391 with expected crc 2023-09-30T09:13:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[185516]: failed to encode map e391 with expected crc 2023-09-30T09:13:07.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:07 smithi118 ceph-mon[185516]: pgmap v296: 121 pgs: 121 active+clean; 161 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 558 KiB/s rd, 844 KiB/s wr, 8 op/s; 2.9 MiB/s, 1 objects/s recovering 2023-09-30T09:13:07.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:07 smithi192 ceph-mon[180220]: failed to encode map e390 with expected crc 2023-09-30T09:13:07.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:07 smithi192 ceph-mon[180220]: osdmap e391: 8 total, 8 up, 8 in 2023-09-30T09:13:07.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:07 smithi192 ceph-mon[180220]: failed to encode map e391 with expected crc 2023-09-30T09:13:07.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:07 smithi192 ceph-mon[180220]: failed to encode map e391 with expected crc 2023-09-30T09:13:07.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:07 smithi192 ceph-mon[180220]: pgmap v296: 121 pgs: 121 active+clean; 161 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 558 KiB/s rd, 844 KiB/s wr, 8 op/s; 2.9 MiB/s, 1 objects/s recovering 2023-09-30T09:13:08.557 INFO:tasks.rados.rados.0.smithi118.stdout:1729: done (1 left) 2023-09-30T09:13:08.558 INFO:tasks.rados.rados.0.smithi118.stdout:1730: done (0 left) 2023-09-30T09:13:08.558 INFO:tasks.rados.rados.0.smithi118.stdout:1731: setattr oid 44 current snap is 161 2023-09-30T09:13:08.559 INFO:tasks.rados.rados.0.smithi118.stdout:1732: rollback oid 20 current snap is 161 2023-09-30T09:13:08.559 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 20 to 153 2023-09-30T09:13:08.559 INFO:tasks.rados.rados.0.smithi118.stdout:1733: snap_remove snap 157 2023-09-30T09:13:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:08 smithi118 ceph-mon[182959]: failed to encode map e392 with expected crc 2023-09-30T09:13:09.338 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:08 smithi118 ceph-mon[182959]: osdmap e392: 8 total, 8 up, 8 in 2023-09-30T09:13:09.342 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:08 smithi118 ceph-mon[185516]: failed to encode map e392 with expected crc 2023-09-30T09:13:09.342 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:08 smithi118 ceph-mon[185516]: osdmap e392: 8 total, 8 up, 8 in 2023-09-30T09:13:09.342 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:08 smithi192 ceph-mon[180220]: failed to encode map e392 with expected crc 2023-09-30T09:13:09.342 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:08 smithi192 ceph-mon[180220]: osdmap e392: 8 total, 8 up, 8 in 2023-09-30T09:13:09.343 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:13:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:13:08.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:1733: done (2 left) 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:1734: copy_from oid 39 from oid 18 current snap is 161 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 559 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:1732: finishing rollback tid 0 to smithi118168640-20 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:1732: finishing rollback tid 1 to smithi118168640-20 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:1732: finishing rollback tid 2 to smithi118168640-20 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 562 (ObjNum 504 snap 148 seq_num 504) dirty exists 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:1731: done (2 left) 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:1732: done (1 left) 2023-09-30T09:13:09.565 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 161 2023-09-30T09:13:09.566 INFO:tasks.rados.rados.0.smithi118.stdout:1735: seq_num 545 ranges {6955008=737280,7692288=491520,8183808=450560,8634368=262144} 2023-09-30T09:13:09.607 INFO:tasks.rados.rados.0.smithi118.stdout:1735: writing smithi118168640-23 from 6955008 to 7692288 tid 1 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:1735: writing smithi118168640-23 from 7692288 to 8183808 tid 2 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:1735: writing smithi118168640-23 from 8183808 to 8634368 tid 3 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:1735: writing smithi118168640-23 from 8634368 to 8896512 tid 4 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 161 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:1735: finishing write tid 1 to smithi118168640-23 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:1736: seq_num 546 ranges {3031040=753664,3784704=778240,4562944=425984} 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:1736: writing smithi118168640-30 from 3031040 to 3784704 tid 1 2023-09-30T09:13:09.786 INFO:tasks.rados.rados.0.smithi118.stdout:1736: writing smithi118168640-30 from 3784704 to 4562944 tid 2 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1736: writing smithi118168640-30 from 4562944 to 4988928 tid 3 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1735: finishing write tid 2 to smithi118168640-23 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1737: read oid 19 snap -1 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1737: expect (ObjNum 428 snap 125 seq_num 428) 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1738: read oid 1 snap -1 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1738: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 161 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1735: finishing write tid 3 to smithi118168640-23 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1735: finishing write tid 4 to smithi118168640-23 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1739: seq_num 547 ranges {1638400=770048,2408448=663552,3072000=466944,3538944=73728} 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1739: writing smithi118168640-38 from 1638400 to 2408448 tid 1 2023-09-30T09:13:09.787 INFO:tasks.rados.rados.0.smithi118.stdout:1739: writing smithi118168640-38 from 2408448 to 3072000 tid 2 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1739: writing smithi118168640-38 from 3072000 to 3538944 tid 3 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1739: writing smithi118168640-38 from 3538944 to 3612672 tid 4 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 161 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1735: finishing write tid 5 to smithi118168640-23 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1740: seq_num 548 ranges {0=786432,786432=598016,1384448=606208} 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1740: writing smithi118168640-12 from 0 to 786432 tid 1 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1740: writing smithi118168640-12 from 786432 to 1384448 tid 2 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1740: writing smithi118168640-12 from 1384448 to 1990656 tid 3 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1741: copy_from oid 17 from oid 35 current snap is 161 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:1735: finishing write tid 6 to smithi118168640-23 2023-09-30T09:13:09.788 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 593 (ObjNum 545 snap 161 seq_num 545) dirty exists 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1735: left oid 23 (ObjNum 545 snap 161 seq_num 545) 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1734: finishing copy_from racing read to smithi118168640-39 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1735: done (7 left) 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 161 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1734: finishing copy_from to smithi118168640-39 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 823 (ObjNum 544 snap 160 seq_num 544) dirty exists 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1742: seq_num 549 ranges {3006464=802816,3809280=483328,4292608=434176,4726784=286720} 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1742: writing smithi118168640-13 from 3006464 to 3809280 tid 1 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1742: writing smithi118168640-13 from 3809280 to 4292608 tid 2 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1742: writing smithi118168640-13 from 4292608 to 4726784 tid 3 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1742: writing smithi118168640-13 from 4726784 to 5013504 tid 4 2023-09-30T09:13:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:1734: done (7 left) 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1743: read oid 37 snap -1 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1743: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1744: read oid 39 snap -1 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1744: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 161 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1738: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1736: finishing write tid 1 to smithi118168640-30 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1736: finishing write tid 2 to smithi118168640-30 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1736: finishing write tid 3 to smithi118168640-30 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1736: finishing write tid 4 to smithi118168640-30 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:1736: finishing write tid 5 to smithi118168640-30 2023-09-30T09:13:09.790 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 833 (ObjNum 546 snap 161 seq_num 546) dirty exists 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1736: left oid 30 (ObjNum 546 snap 161 seq_num 546) 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1737: expect (ObjNum 428 snap 125 seq_num 428) 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1739: finishing write tid 1 to smithi118168640-38 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1739: finishing write tid 2 to smithi118168640-38 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1739: finishing write tid 3 to smithi118168640-38 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1739: finishing write tid 4 to smithi118168640-38 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1739: finishing write tid 5 to smithi118168640-38 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1739: finishing write tid 6 to smithi118168640-38 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 504 (ObjNum 547 snap 161 seq_num 547) dirty exists 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1739: left oid 38 (ObjNum 547 snap 161 seq_num 547) 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1740: finishing write tid 1 to smithi118168640-12 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1745: seq_num 550 ranges {327680=417792,745472=770048,1515520=638976,2154496=196608} 2023-09-30T09:13:09.791 INFO:tasks.rados.rados.0.smithi118.stdout:1745: writing smithi118168640-47 from 327680 to 745472 tid 1 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1745: writing smithi118168640-47 from 745472 to 1515520 tid 2 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1745: writing smithi118168640-47 from 1515520 to 2154496 tid 3 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1745: writing smithi118168640-47 from 2154496 to 2351104 tid 4 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1736: done (9 left) 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1737: done (8 left) 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1738: done (7 left) 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1739: done (6 left) 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1746: read oid 28 snap -1 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1746: expect deleted 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1747: snap_remove snap 154 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1740: finishing write tid 2 to smithi118168640-12 2023-09-30T09:13:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:1740: finishing write tid 3 to smithi118168640-12 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1740: finishing write tid 4 to smithi118168640-12 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1740: finishing write tid 5 to smithi118168640-12 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 518 (ObjNum 548 snap 161 seq_num 548) dirty exists 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1740: left oid 12 (ObjNum 548 snap 161 seq_num 548) 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1741: finishing copy_from to smithi118168640-17 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 829 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1741: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1742: finishing write tid 1 to smithi118168640-13 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1742: finishing write tid 2 to smithi118168640-13 2023-09-30T09:13:09.793 INFO:tasks.rados.rados.0.smithi118.stdout:1742: finishing write tid 3 to smithi118168640-13 2023-09-30T09:13:09.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:13:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:13:09] "GET /metrics HTTP/1.1" 200 36209 "" "Prometheus/2.43.0" 2023-09-30T09:13:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:09 smithi118 ceph-mon[182959]: failed to encode map e392 with expected crc 2023-09-30T09:13:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:09 smithi118 ceph-mon[182959]: osdmap e393: 8 total, 8 up, 8 in 2023-09-30T09:13:09.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:09 smithi118 ceph-mon[182959]: pgmap v299: 121 pgs: 121 active+clean; 161 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 0 B/s wr, 2 op/s 2023-09-30T09:13:09.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:09 smithi118 ceph-mon[185516]: failed to encode map e392 with expected crc 2023-09-30T09:13:09.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:09 smithi118 ceph-mon[185516]: osdmap e393: 8 total, 8 up, 8 in 2023-09-30T09:13:09.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:09 smithi118 ceph-mon[185516]: pgmap v299: 121 pgs: 121 active+clean; 161 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 0 B/s wr, 2 op/s 2023-09-30T09:13:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:09 smithi192 ceph-mon[180220]: failed to encode map e392 with expected crc 2023-09-30T09:13:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:09 smithi192 ceph-mon[180220]: osdmap e393: 8 total, 8 up, 8 in 2023-09-30T09:13:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:09 smithi192 ceph-mon[180220]: pgmap v299: 121 pgs: 121 active+clean; 161 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 8.1 MiB/s rd, 0 B/s wr, 2 op/s 2023-09-30T09:13:10.567 INFO:tasks.rados.rados.0.smithi118.stdout:1740: done (7 left) 2023-09-30T09:13:10.567 INFO:tasks.rados.rados.0.smithi118.stdout:1741: done (6 left) 2023-09-30T09:13:10.567 INFO:tasks.rados.rados.0.smithi118.stdout:1747: done (5 left) 2023-09-30T09:13:10.567 INFO:tasks.rados.rados.0.smithi118.stdout:1748: copy_from oid 11 from oid 22 current snap is 161 2023-09-30T09:13:10.567 INFO:tasks.rados.rados.0.smithi118.stdout:1743: expect (ObjNum 449 snap 130 seq_num 449) 2023-09-30T09:13:10.583 INFO:tasks.rados.rados.0.smithi118.stdout:1742: finishing write tid 4 to smithi118168640-13 2023-09-30T09:13:10.583 INFO:tasks.rados.rados.0.smithi118.stdout:1742: finishing write tid 5 to smithi118168640-13 2023-09-30T09:13:10.583 INFO:tasks.rados.rados.0.smithi118.stdout:1742: finishing write tid 6 to smithi118168640-13 2023-09-30T09:13:10.583 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 839 (ObjNum 549 snap 161 seq_num 549) dirty exists 2023-09-30T09:13:10.583 INFO:tasks.rados.rados.0.smithi118.stdout:1742: left oid 13 (ObjNum 549 snap 161 seq_num 549) 2023-09-30T09:13:10.583 INFO:tasks.rados.rados.0.smithi118.stdout:1744: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:13:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:10 smithi118 ceph-mon[182959]: osdmap e394: 8 total, 8 up, 8 in 2023-09-30T09:13:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:10 smithi118 ceph-mon[182959]: failed to encode map e393 with expected crc 2023-09-30T09:13:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:10 smithi118 ceph-mon[182959]: failed to encode map e393 with expected crc 2023-09-30T09:13:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:10 smithi118 ceph-mon[185516]: osdmap e394: 8 total, 8 up, 8 in 2023-09-30T09:13:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:10 smithi118 ceph-mon[185516]: failed to encode map e393 with expected crc 2023-09-30T09:13:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:10 smithi118 ceph-mon[185516]: failed to encode map e393 with expected crc 2023-09-30T09:13:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:10 smithi192 ceph-mon[180220]: osdmap e394: 8 total, 8 up, 8 in 2023-09-30T09:13:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:10 smithi192 ceph-mon[180220]: failed to encode map e393 with expected crc 2023-09-30T09:13:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:10 smithi192 ceph-mon[180220]: failed to encode map e393 with expected crc 2023-09-30T09:13:11.811 INFO:tasks.rados.rados.0.smithi118.stdout:1745: finishing write tid 1 to smithi118168640-47 2023-09-30T09:13:11.811 INFO:tasks.rados.rados.0.smithi118.stdout:1745: finishing write tid 2 to smithi118168640-47 2023-09-30T09:13:11.811 INFO:tasks.rados.rados.0.smithi118.stdout:1745: finishing write tid 3 to smithi118168640-47 2023-09-30T09:13:11.811 INFO:tasks.rados.rados.0.smithi118.stdout:1742: done (5 left) 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1743: done (4 left) 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1744: done (3 left) 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1746: done (2 left) 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1749: copy_from oid 38 from oid 21 current snap is 161 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1745: finishing write tid 4 to smithi118168640-47 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1745: finishing write tid 5 to smithi118168640-47 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1745: finishing write tid 6 to smithi118168640-47 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 510 (ObjNum 550 snap 161 seq_num 550) dirty exists 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1745: left oid 47 (ObjNum 550 snap 161 seq_num 550) 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1748: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:1748: finishing copy_from to smithi118168640-11 2023-09-30T09:13:11.812 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 480 (ObjNum 527 snap 150 seq_num 527) dirty exists 2023-09-30T09:13:11.813 INFO:tasks.rados.rados.0.smithi118.stdout:1745: done (2 left) 2023-09-30T09:13:11.813 INFO:tasks.rados.rados.0.smithi118.stdout:1748: done (1 left) 2023-09-30T09:13:11.813 INFO:tasks.rados.rados.0.smithi118.stdout:1750: snap_remove snap 159 2023-09-30T09:13:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[182959]: osdmap e395: 8 total, 8 up, 8 in 2023-09-30T09:13:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[182959]: failed to encode map e395 with expected crc 2023-09-30T09:13:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[182959]: failed to encode map e395 with expected crc 2023-09-30T09:13:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[182959]: pgmap v302: 121 pgs: 121 active+clean; 171 MiB data, 992 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.5 MiB/s wr, 8 op/s 2023-09-30T09:13:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[182959]: osdmap e396: 8 total, 8 up, 8 in 2023-09-30T09:13:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[185516]: osdmap e395: 8 total, 8 up, 8 in 2023-09-30T09:13:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[185516]: failed to encode map e395 with expected crc 2023-09-30T09:13:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[185516]: failed to encode map e395 with expected crc 2023-09-30T09:13:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[185516]: pgmap v302: 121 pgs: 121 active+clean; 171 MiB data, 992 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.5 MiB/s wr, 8 op/s 2023-09-30T09:13:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:11 smithi118 ceph-mon[185516]: osdmap e396: 8 total, 8 up, 8 in 2023-09-30T09:13:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:11 smithi192 ceph-mon[180220]: osdmap e395: 8 total, 8 up, 8 in 2023-09-30T09:13:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:11 smithi192 ceph-mon[180220]: failed to encode map e395 with expected crc 2023-09-30T09:13:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:11 smithi192 ceph-mon[180220]: failed to encode map e395 with expected crc 2023-09-30T09:13:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:11 smithi192 ceph-mon[180220]: pgmap v302: 121 pgs: 121 active+clean; 171 MiB data, 992 MiB used, 714 GiB / 715 GiB avail; 7.8 MiB/s rd, 2.5 MiB/s wr, 8 op/s 2023-09-30T09:13:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:11 smithi192 ceph-mon[180220]: osdmap e396: 8 total, 8 up, 8 in 2023-09-30T09:13:12.573 INFO:tasks.rados.rados.0.smithi118.stdout:1750: done (1 left) 2023-09-30T09:13:12.573 INFO:tasks.rados.rados.0.smithi118.stdout:1751: setattr oid 42 current snap is 161 2023-09-30T09:13:12.573 INFO:tasks.rados.rados.0.smithi118.stdout:1749: finishing copy_from to smithi118168640-38 2023-09-30T09:13:12.573 INFO:tasks.rados.rados.0.smithi118.stdout:1749: got expected ENOENT (src dne) 2023-09-30T09:13:12.573 INFO:tasks.rados.rados.0.smithi118.stdout:1749: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:13:12.575 INFO:tasks.rados.rados.0.smithi118.stdout:1749: done (1 left) 2023-09-30T09:13:12.575 INFO:tasks.rados.rados.0.smithi118.stdout:1752: setattr oid 24 current snap is 161 2023-09-30T09:13:12.575 INFO:tasks.rados.rados.0.smithi118.stdout:1753: read oid 23 snap 153 2023-09-30T09:13:12.575 INFO:tasks.rados.rados.0.smithi118.stdout:1753: expect (ObjNum 523 snap 150 seq_num 523) 2023-09-30T09:13:12.575 INFO:tasks.rados.rados.0.smithi118.stdout:1754: delete oid 38 current snap is 161 2023-09-30T09:13:12.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 594 (ObjNum 531 snap 152 seq_num 531) dirty exists 2023-09-30T09:13:12.590 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 798 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:13:12.592 INFO:tasks.rados.rados.0.smithi118.stdout:1751: done (3 left) 2023-09-30T09:13:12.592 INFO:tasks.rados.rados.0.smithi118.stdout:1752: done (2 left) 2023-09-30T09:13:12.592 INFO:tasks.rados.rados.0.smithi118.stdout:1754: done (1 left) 2023-09-30T09:13:12.592 INFO:tasks.rados.rados.0.smithi118.stdout:1755: snap_create 2023-09-30T09:13:12.600 INFO:tasks.rados.rados.0.smithi118.stdout:1753: expect (ObjNum 523 snap 150 seq_num 523) 2023-09-30T09:13:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:12 smithi118 ceph-mon[182959]: failed to encode map e395 with expected crc 2023-09-30T09:13:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:12 smithi118 ceph-mon[182959]: failed to encode map e396 with expected crc 2023-09-30T09:13:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:12 smithi118 ceph-mon[185516]: failed to encode map e395 with expected crc 2023-09-30T09:13:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:12 smithi118 ceph-mon[185516]: failed to encode map e396 with expected crc 2023-09-30T09:13:12.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:12 smithi192 ceph-mon[180220]: failed to encode map e395 with expected crc 2023-09-30T09:13:12.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:12 smithi192 ceph-mon[180220]: failed to encode map e396 with expected crc 2023-09-30T09:13:13.583 INFO:tasks.rados.rados.0.smithi118.stdout:1753: done (1 left) 2023-09-30T09:13:13.583 INFO:tasks.rados.rados.0.smithi118.stdout:1755: done (0 left) 2023-09-30T09:13:13.584 INFO:tasks.rados.rados.0.smithi118.stdout:1756: delete oid 8 current snap is 162 2023-09-30T09:13:13.589 INFO:tasks.rados.rados.0.smithi118.stdout:1756: done (0 left) 2023-09-30T09:13:13.589 INFO:tasks.rados.rados.0.smithi118.stdout:1757: rollback oid 13 current snap is 162 2023-09-30T09:13:13.589 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 13 to 148 2023-09-30T09:13:13.589 INFO:tasks.rados.rados.0.smithi118.stdout:1758: snap_create 2023-09-30T09:13:13.594 INFO:tasks.rados.rados.0.smithi118.stdout:1757: finishing rollback tid 0 to smithi118168640-13 2023-09-30T09:13:13.595 INFO:tasks.rados.rados.0.smithi118.stdout:1757: finishing rollback tid 1 to smithi118168640-13 2023-09-30T09:13:13.595 INFO:tasks.rados.rados.0.smithi118.stdout:1757: finishing rollback tid 2 to smithi118168640-13 2023-09-30T09:13:13.595 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 842 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:13:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[182959]: failed to encode map e396 with expected crc 2023-09-30T09:13:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[182959]: failed to encode map e397 with expected crc 2023-09-30T09:13:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[182959]: osdmap e397: 8 total, 8 up, 8 in 2023-09-30T09:13:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[182959]: failed to encode map e397 with expected crc 2023-09-30T09:13:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[182959]: pgmap v305: 121 pgs: 121 active+clean; 188 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 6.7 MiB/s wr, 9 op/s 2023-09-30T09:13:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[185516]: failed to encode map e396 with expected crc 2023-09-30T09:13:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[185516]: failed to encode map e397 with expected crc 2023-09-30T09:13:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[185516]: osdmap e397: 8 total, 8 up, 8 in 2023-09-30T09:13:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[185516]: failed to encode map e397 with expected crc 2023-09-30T09:13:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:13 smithi118 ceph-mon[185516]: pgmap v305: 121 pgs: 121 active+clean; 188 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 6.7 MiB/s wr, 9 op/s 2023-09-30T09:13:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:13 smithi192 ceph-mon[180220]: failed to encode map e396 with expected crc 2023-09-30T09:13:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:13 smithi192 ceph-mon[180220]: failed to encode map e397 with expected crc 2023-09-30T09:13:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:13 smithi192 ceph-mon[180220]: osdmap e397: 8 total, 8 up, 8 in 2023-09-30T09:13:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:13 smithi192 ceph-mon[180220]: failed to encode map e397 with expected crc 2023-09-30T09:13:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:13 smithi192 ceph-mon[180220]: pgmap v305: 121 pgs: 121 active+clean; 188 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 6.7 MiB/s wr, 9 op/s 2023-09-30T09:13:14.588 INFO:tasks.rados.rados.0.smithi118.stdout:1757: done (1 left) 2023-09-30T09:13:14.588 INFO:tasks.rados.rados.0.smithi118.stdout:1758: done (0 left) 2023-09-30T09:13:14.589 INFO:tasks.rados.rados.0.smithi118.stdout:1759: snap_remove snap 148 2023-09-30T09:13:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[185516]: failed to encode map e398 with expected crc 2023-09-30T09:13:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[185516]: osdmap e398: 8 total, 8 up, 8 in 2023-09-30T09:13:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[185516]: failed to encode map e398 with expected crc 2023-09-30T09:13:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[182959]: failed to encode map e398 with expected crc 2023-09-30T09:13:14.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[182959]: osdmap e398: 8 total, 8 up, 8 in 2023-09-30T09:13:14.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[182959]: failed to encode map e398 with expected crc 2023-09-30T09:13:14.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:14 smithi192 ceph-mon[180220]: failed to encode map e398 with expected crc 2023-09-30T09:13:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:14 smithi192 ceph-mon[180220]: osdmap e398: 8 total, 8 up, 8 in 2023-09-30T09:13:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:14 smithi192 ceph-mon[180220]: failed to encode map e398 with expected crc 2023-09-30T09:13:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:15.594 INFO:tasks.rados.rados.0.smithi118.stdout:1759: done (0 left) 2023-09-30T09:13:15.594 INFO:tasks.rados.rados.0.smithi118.stdout:1760: copy_from oid 10 from oid 48 current snap is 163 2023-09-30T09:13:15.594 INFO:tasks.rados.rados.0.smithi118.stdout:1761: snap_create 2023-09-30T09:13:15.645 INFO:tasks.rados.rados.0.smithi118.stdout:1760: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:13:15.649 INFO:tasks.rados.rados.0.smithi118.stdout:1760: finishing copy_from to smithi118168640-10 2023-09-30T09:13:15.649 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 837 (ObjNum 482 snap 140 seq_num 482) dirty exists 2023-09-30T09:13:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[182959]: osdmap e399: 8 total, 8 up, 8 in 2023-09-30T09:13:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[182959]: Upgrade: osd.6 is safe to restart 2023-09-30T09:13:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[182959]: pgmap v308: 121 pgs: 121 active+clean; 194 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2023-09-30T09:13:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[182959]: failed to encode map e399 with expected crc 2023-09-30T09:13:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[185516]: osdmap e399: 8 total, 8 up, 8 in 2023-09-30T09:13:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[185516]: Upgrade: osd.6 is safe to restart 2023-09-30T09:13:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[185516]: pgmap v308: 121 pgs: 121 active+clean; 194 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2023-09-30T09:13:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:15 smithi118 ceph-mon[185516]: failed to encode map e399 with expected crc 2023-09-30T09:13:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:15 smithi192 ceph-mon[180220]: osdmap e399: 8 total, 8 up, 8 in 2023-09-30T09:13:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:15 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-30T09:13:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:15 smithi192 ceph-mon[180220]: Upgrade: osd.6 is safe to restart 2023-09-30T09:13:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:15 smithi192 ceph-mon[180220]: pgmap v308: 121 pgs: 121 active+clean; 194 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 6.0 MiB/s wr, 20 op/s 2023-09-30T09:13:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:15 smithi192 ceph-mon[180220]: failed to encode map e399 with expected crc 2023-09-30T09:13:16.454 INFO:tasks.rados.rados.0.smithi118.stdout:1760: done (1 left) 2023-09-30T09:13:16.454 INFO:tasks.rados.rados.0.smithi118.stdout:1761: done (0 left) 2023-09-30T09:13:16.454 INFO:tasks.rados.rados.0.smithi118.stdout:1762: read oid 11 snap -1 2023-09-30T09:13:16.454 INFO:tasks.rados.rados.0.smithi118.stdout:1762: expect (ObjNum 527 snap 150 seq_num 527) 2023-09-30T09:13:16.454 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 164 2023-09-30T09:13:16.454 INFO:tasks.rados.rados.0.smithi118.stdout:1763: seq_num 553 ranges {5758976=466944,6225920=417792,6643712=417792,7061504=516096,7577600=253952} 2023-09-30T09:13:16.487 INFO:tasks.rados.rados.0.smithi118.stdout:1763: writing smithi118168640-34 from 5758976 to 6225920 tid 1 2023-09-30T09:13:16.490 INFO:tasks.rados.rados.0.smithi118.stdout:1763: writing smithi118168640-34 from 6225920 to 6643712 tid 2 2023-09-30T09:13:16.492 INFO:tasks.rados.rados.0.smithi118.stdout:1763: writing smithi118168640-34 from 6643712 to 7061504 tid 3 2023-09-30T09:13:16.495 INFO:tasks.rados.rados.0.smithi118.stdout:1763: writing smithi118168640-34 from 7061504 to 7577600 tid 4 2023-09-30T09:13:16.497 INFO:tasks.rados.rados.0.smithi118.stdout:1763: writing smithi118168640-34 from 7577600 to 7831552 tid 5 2023-09-30T09:13:16.497 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 164 2023-09-30T09:13:16.497 INFO:tasks.rados.rados.0.smithi118.stdout:1762: expect (ObjNum 527 snap 150 seq_num 527) 2023-09-30T09:13:16.539 INFO:tasks.rados.rados.0.smithi118.stdout:1763: finishing write tid 1 to smithi118168640-34 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1763: finishing write tid 2 to smithi118168640-34 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1763: finishing write tid 3 to smithi118168640-34 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1763: finishing write tid 4 to smithi118168640-34 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1763: finishing write tid 5 to smithi118168640-34 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1763: finishing write tid 6 to smithi118168640-34 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1763: finishing write tid 7 to smithi118168640-34 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 682 (ObjNum 553 snap 164 seq_num 553) dirty exists 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1763: left oid 34 (ObjNum 553 snap 164 seq_num 553) 2023-09-30T09:13:16.540 INFO:tasks.rados.rados.0.smithi118.stdout:1764: seq_num 554 ranges {0=483328,483328=704512,1187840=622592,1810432=278528} 2023-09-30T09:13:16.542 INFO:tasks.rados.rados.0.smithi118.stdout:1764: writing smithi118168640-45 from 0 to 483328 tid 1 2023-09-30T09:13:16.546 INFO:tasks.rados.rados.0.smithi118.stdout:1764: writing smithi118168640-45 from 483328 to 1187840 tid 2 2023-09-30T09:13:16.550 INFO:tasks.rados.rados.0.smithi118.stdout:1764: writing smithi118168640-45 from 1187840 to 1810432 tid 3 2023-09-30T09:13:16.552 INFO:tasks.rados.rados.0.smithi118.stdout:1764: writing smithi118168640-45 from 1810432 to 2088960 tid 4 2023-09-30T09:13:16.552 INFO:tasks.rados.rados.0.smithi118.stdout:1762: done (2 left) 2023-09-30T09:13:16.552 INFO:tasks.rados.rados.0.smithi118.stdout:1763: done (1 left) 2023-09-30T09:13:16.552 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 164 2023-09-30T09:13:16.552 INFO:tasks.rados.rados.0.smithi118.stdout:1764: finishing write tid 1 to smithi118168640-45 2023-09-30T09:13:16.552 INFO:tasks.rados.rados.0.smithi118.stdout:1764: finishing write tid 2 to smithi118168640-45 2023-09-30T09:13:16.552 INFO:tasks.rados.rados.0.smithi118.stdout:1765: seq_num 555 ranges {7847936=499712,8347648=638976,8986624=425984,9412608=540672} 2023-09-30T09:13:16.596 INFO:tasks.rados.rados.0.smithi118.stdout:1765: writing smithi118168640-48 from 7847936 to 8347648 tid 1 2023-09-30T09:13:16.600 INFO:tasks.rados.rados.0.smithi118.stdout:1765: writing smithi118168640-48 from 8347648 to 8986624 tid 2 2023-09-30T09:13:16.602 INFO:tasks.rados.rados.0.smithi118.stdout:1765: writing smithi118168640-48 from 8986624 to 9412608 tid 3 2023-09-30T09:13:16.605 INFO:tasks.rados.rados.0.smithi118.stdout:1765: writing smithi118168640-48 from 9412608 to 9953280 tid 4 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1766: rollback oid 44 current snap is 164 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 163 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1764: finishing write tid 3 to smithi118168640-45 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1764: finishing write tid 4 to smithi118168640-45 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1764: finishing write tid 5 to smithi118168640-45 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1764: finishing write tid 6 to smithi118168640-45 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 417 (ObjNum 554 snap 164 seq_num 554) dirty exists 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1764: left oid 45 (ObjNum 554 snap 164 seq_num 554) 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1765: finishing write tid 1 to smithi118168640-48 2023-09-30T09:13:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:1765: finishing write tid 2 to smithi118168640-48 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1764: done (2 left) 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1767: setattr oid 20 current snap is 164 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1765: finishing write tid 3 to smithi118168640-48 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1768: read oid 16 snap 160 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1768: expect (ObjNum 472 snap 135 seq_num 472) 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1769: read oid 15 snap -1 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1769: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:13:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:1770: delete oid 32 current snap is 164 2023-09-30T09:13:16.610 INFO:tasks.rados.rados.0.smithi118.stdout:1765: finishing write tid 4 to smithi118168640-48 2023-09-30T09:13:16.611 INFO:tasks.rados.rados.0.smithi118.stdout:1766: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:13:16.611 INFO:tasks.rados.rados.0.smithi118.stdout:1765: finishing write tid 5 to smithi118168640-48 2023-09-30T09:13:16.611 INFO:tasks.rados.rados.0.smithi118.stdout:1766: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:13:16.612 INFO:tasks.rados.rados.0.smithi118.stdout:1770: done (5 left) 2023-09-30T09:13:16.612 INFO:tasks.rados.rados.0.smithi118.stdout:1771: rollback oid 19 current snap is 164 2023-09-30T09:13:16.612 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 19 to 160 2023-09-30T09:13:16.612 INFO:tasks.rados.rados.0.smithi118.stdout:1772: read oid 30 snap -1 2023-09-30T09:13:16.612 INFO:tasks.rados.rados.0.smithi118.stdout:1772: expect (ObjNum 546 snap 161 seq_num 546) 2023-09-30T09:13:16.613 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 164 2023-09-30T09:13:16.613 INFO:tasks.rados.rados.0.smithi118.stdout:1773: seq_num 557 ranges {0=532480,532480=802816,1335296=794624,2129920=8192} 2023-09-30T09:13:16.615 INFO:tasks.rados.rados.0.smithi118.stdout:1773: writing smithi118168640-40 from 0 to 532480 tid 1 2023-09-30T09:13:16.620 INFO:tasks.rados.rados.0.smithi118.stdout:1773: writing smithi118168640-40 from 532480 to 1335296 tid 2 2023-09-30T09:13:16.625 INFO:tasks.rados.rados.0.smithi118.stdout:1773: writing smithi118168640-40 from 1335296 to 2129920 tid 3 2023-09-30T09:13:16.625 INFO:tasks.rados.rados.0.smithi118.stdout:1773: writing smithi118168640-40 from 2129920 to 2138112 tid 4 2023-09-30T09:13:16.625 INFO:tasks.rados.rados.0.smithi118.stdout:1774: read oid 38 snap -1 2023-09-30T09:13:16.625 INFO:tasks.rados.rados.0.smithi118.stdout:1774: expect deleted 2023-09-30T09:13:16.625 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 164 2023-09-30T09:13:16.625 INFO:tasks.rados.rados.0.smithi118.stdout:1765: finishing write tid 6 to smithi118168640-48 2023-09-30T09:13:16.626 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 930 (ObjNum 555 snap 164 seq_num 555) dirty exists 2023-09-30T09:13:16.626 INFO:tasks.rados.rados.0.smithi118.stdout:1765: left oid 48 (ObjNum 555 snap 164 seq_num 555) 2023-09-30T09:13:16.626 INFO:tasks.rados.rados.0.smithi118.stdout:1766: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:13:16.626 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 565 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:13:16.626 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 566 (ObjNum 504 snap 148 seq_num 504) dirty exists 2023-09-30T09:13:16.626 INFO:tasks.rados.rados.0.smithi118.stdout:1769: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:13:16.650 INFO:tasks.rados.rados.0.smithi118.stdout:1771: finishing rollback tid 0 to smithi118168640-19 2023-09-30T09:13:16.650 INFO:tasks.rados.rados.0.smithi118.stdout:1768: expect (ObjNum 472 snap 135 seq_num 472) 2023-09-30T09:13:16.667 INFO:tasks.rados.rados.0.smithi118.stdout:1771: finishing rollback tid 1 to smithi118168640-19 2023-09-30T09:13:16.667 INFO:tasks.rados.rados.0.smithi118.stdout:1771: finishing rollback tid 2 to smithi118168640-19 2023-09-30T09:13:16.667 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 934 (ObjNum 428 snap 125 seq_num 428) dirty exists 2023-09-30T09:13:16.667 INFO:tasks.rados.rados.0.smithi118.stdout:1773: finishing write tid 1 to smithi118168640-40 2023-09-30T09:13:16.667 INFO:tasks.rados.rados.0.smithi118.stdout:1773: finishing write tid 2 to smithi118168640-40 2023-09-30T09:13:16.667 INFO:tasks.rados.rados.0.smithi118.stdout:1773: finishing write tid 3 to smithi118168640-40 2023-09-30T09:13:16.667 INFO:tasks.rados.rados.0.smithi118.stdout:1773: finishing write tid 4 to smithi118168640-40 2023-09-30T09:13:16.668 INFO:tasks.rados.rados.0.smithi118.stdout:1773: finishing write tid 5 to smithi118168640-40 2023-09-30T09:13:16.668 INFO:tasks.rados.rados.0.smithi118.stdout:1773: finishing write tid 6 to smithi118168640-40 2023-09-30T09:13:16.668 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 436 (ObjNum 557 snap 164 seq_num 557) dirty exists 2023-09-30T09:13:16.668 INFO:tasks.rados.rados.0.smithi118.stdout:1773: left oid 40 (ObjNum 557 snap 164 seq_num 557) 2023-09-30T09:13:16.668 INFO:tasks.rados.rados.0.smithi118.stdout:1772: expect (ObjNum 546 snap 161 seq_num 546) 2023-09-30T09:13:16.781 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: failed to encode map e399 with expected crc 2023-09-30T09:13:16.781 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: failed to encode map e399 with expected crc 2023-09-30T09:13:16.782 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: failed to encode map e400 with expected crc 2023-09-30T09:13:16.782 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: osdmap e400: 8 total, 8 up, 8 in 2023-09-30T09:13:16.782 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: Upgrade: Updating osd.6 2023-09-30T09:13:16.782 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:16.786 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:13:16.786 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:16.786 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: Deploying daemon osd.6 on smithi192 2023-09-30T09:13:16.786 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:16 smithi192 ceph-mon[180220]: osdmap e401: 8 total, 8 up, 8 in 2023-09-30T09:13:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: failed to encode map e399 with expected crc 2023-09-30T09:13:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: failed to encode map e399 with expected crc 2023-09-30T09:13:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: failed to encode map e400 with expected crc 2023-09-30T09:13:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: osdmap e400: 8 total, 8 up, 8 in 2023-09-30T09:13:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: Upgrade: Updating osd.6 2023-09-30T09:13:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: Deploying daemon osd.6 on smithi192 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[182959]: osdmap e401: 8 total, 8 up, 8 in 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: failed to encode map e399 with expected crc 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: failed to encode map e399 with expected crc 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: failed to encode map e400 with expected crc 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: osdmap e400: 8 total, 8 up, 8 in 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: Upgrade: Updating osd.6 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:16.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-30T09:13:16.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:16.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: Deploying daemon osd.6 on smithi192 2023-09-30T09:13:16.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:16 smithi118 ceph-mon[185516]: osdmap e401: 8 total, 8 up, 8 in 2023-09-30T09:13:16.858 INFO:tasks.rados.rados.0.smithi118.stdout:1775: seq_num 558 ranges {2449408=548864,2998272=688128,3686400=606208,4292608=311296} 2023-09-30T09:13:16.874 INFO:tasks.rados.rados.0.smithi118.stdout:1775: writing smithi118168640-5 from 2449408 to 2998272 tid 1 2023-09-30T09:13:16.878 INFO:tasks.rados.rados.0.smithi118.stdout:1775: writing smithi118168640-5 from 2998272 to 3686400 tid 2 2023-09-30T09:13:16.882 INFO:tasks.rados.rados.0.smithi118.stdout:1775: writing smithi118168640-5 from 3686400 to 4292608 tid 3 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1775: writing smithi118168640-5 from 4292608 to 4603904 tid 4 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1765: done (9 left) 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1766: done (8 left) 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1767: done (7 left) 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1768: done (6 left) 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1769: done (5 left) 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1771: done (4 left) 2023-09-30T09:13:16.884 INFO:tasks.rados.rados.0.smithi118.stdout:1772: done (3 left) 2023-09-30T09:13:16.885 INFO:tasks.rados.rados.0.smithi118.stdout:1773: done (2 left) 2023-09-30T09:13:16.885 INFO:tasks.rados.rados.0.smithi118.stdout:1774: done (1 left) 2023-09-30T09:13:16.885 INFO:tasks.rados.rados.0.smithi118.stdout:1776: snap_remove snap 153 2023-09-30T09:13:17.604 INFO:tasks.rados.rados.0.smithi118.stdout:1776: done (1 left) 2023-09-30T09:13:17.605 INFO:tasks.rados.rados.0.smithi118.stdout:1777: delete oid 24 current snap is 164 2023-09-30T09:13:17.605 INFO:tasks.rados.rados.0.smithi118.stdout:1775: finishing write tid 1 to smithi118168640-5 2023-09-30T09:13:17.605 INFO:tasks.rados.rados.0.smithi118.stdout:1775: finishing write tid 2 to smithi118168640-5 2023-09-30T09:13:17.605 INFO:tasks.rados.rados.0.smithi118.stdout:1775: finishing write tid 3 to smithi118168640-5 2023-09-30T09:13:17.605 INFO:tasks.rados.rados.0.smithi118.stdout:1775: finishing write tid 4 to smithi118168640-5 2023-09-30T09:13:17.606 INFO:tasks.rados.rados.0.smithi118.stdout:1775: finishing write tid 5 to smithi118168640-5 2023-09-30T09:13:17.606 INFO:tasks.rados.rados.0.smithi118.stdout:1775: finishing write tid 6 to smithi118168640-5 2023-09-30T09:13:17.606 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 574 (ObjNum 558 snap 164 seq_num 558) dirty exists 2023-09-30T09:13:17.606 INFO:tasks.rados.rados.0.smithi118.stdout:1775: left oid 5 (ObjNum 558 snap 164 seq_num 558) 2023-09-30T09:13:17.611 INFO:tasks.rados.rados.0.smithi118.stdout:1775: done (1 left) 2023-09-30T09:13:17.611 INFO:tasks.rados.rados.0.smithi118.stdout:1777: done (0 left) 2023-09-30T09:13:17.611 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 164 2023-09-30T09:13:17.612 INFO:tasks.rados.rados.0.smithi118.stdout:1778: seq_num 560 ranges {3031040=581632,3612672=458752,4071424=614400,4685824=532480} 2023-09-30T09:13:17.631 INFO:tasks.rados.rados.0.smithi118.stdout:1778: writing smithi118168640-44 from 3031040 to 3612672 tid 1 2023-09-30T09:13:17.634 INFO:tasks.rados.rados.0.smithi118.stdout:1778: writing smithi118168640-44 from 3612672 to 4071424 tid 2 2023-09-30T09:13:17.637 INFO:tasks.rados.rados.0.smithi118.stdout:1778: writing smithi118168640-44 from 4071424 to 4685824 tid 3 2023-09-30T09:13:17.640 INFO:tasks.rados.rados.0.smithi118.stdout:1778: writing smithi118168640-44 from 4685824 to 5218304 tid 4 2023-09-30T09:13:17.641 INFO:tasks.rados.rados.0.smithi118.stdout:1779: copy_from oid 37 from oid 23 current snap is 164 2023-09-30T09:13:17.641 INFO:tasks.rados.rados.0.smithi118.stdout:1778: finishing write tid 1 to smithi118168640-44 2023-09-30T09:13:17.641 INFO:tasks.rados.rados.0.smithi118.stdout:1778: finishing write tid 2 to smithi118168640-44 2023-09-30T09:13:17.641 INFO:tasks.rados.rados.0.smithi118.stdout:1778: finishing write tid 3 to smithi118168640-44 2023-09-30T09:13:17.641 INFO:tasks.rados.rados.0.smithi118.stdout:1780: snap_create 2023-09-30T09:13:17.645 INFO:tasks.rados.rados.0.smithi118.stdout:1778: finishing write tid 4 to smithi118168640-44 2023-09-30T09:13:17.646 INFO:tasks.rados.rados.0.smithi118.stdout:1778: finishing write tid 5 to smithi118168640-44 2023-09-30T09:13:17.648 INFO:tasks.rados.rados.0.smithi118.stdout:1778: finishing write tid 6 to smithi118168640-44 2023-09-30T09:13:17.648 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 571 (ObjNum 560 snap 164 seq_num 560) dirty exists 2023-09-30T09:13:17.649 INFO:tasks.rados.rados.0.smithi118.stdout:1778: left oid 44 (ObjNum 560 snap 164 seq_num 560) 2023-09-30T09:13:17.663 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-mon[180220]: failed to encode map e400 with expected crc 2023-09-30T09:13:17.663 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-mon[180220]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.663 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-mon[180220]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.663 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-mon[180220]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.663 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-mon[180220]: pgmap v311: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 3.7 MiB/s wr, 24 op/s 2023-09-30T09:13:17.686 INFO:tasks.rados.rados.0.smithi118.stdout:1779: finishing copy_from to smithi118168640-37 2023-09-30T09:13:17.687 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 593 (ObjNum 545 snap 161 seq_num 545) dirty exists 2023-09-30T09:13:17.687 INFO:tasks.rados.rados.0.smithi118.stdout:1779: finishing copy_from racing read to smithi118168640-37 2023-09-30T09:13:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[182959]: failed to encode map e400 with expected crc 2023-09-30T09:13:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[182959]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[182959]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[182959]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[182959]: pgmap v311: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 3.7 MiB/s wr, 24 op/s 2023-09-30T09:13:17.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[185516]: failed to encode map e400 with expected crc 2023-09-30T09:13:17.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[185516]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[185516]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[185516]: failed to encode map e401 with expected crc 2023-09-30T09:13:17.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:17 smithi118 ceph-mon[185516]: pgmap v311: 121 pgs: 121 active+clean; 200 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 3.7 MiB/s wr, 24 op/s 2023-09-30T09:13:17.963 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:17 smithi192 systemd[1]: Stopping Ceph osd.6 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:13:18.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[134685]: 2023-09-30T09:13:17.979+0000 7fa91f4a3700 -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 2023-09-30T09:13:18.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[134685]: 2023-09-30T09:13:17.979+0000 7fa91f4a3700 -1 osd.6 402 *** Got signal Terminated *** 2023-09-30T09:13:18.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:17 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[134685]: 2023-09-30T09:13:17.979+0000 7fa91f4a3700 -1 osd.6 402 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:13:18.606 INFO:tasks.rados.rados.0.smithi118.stdout:1778: done (2 left) 2023-09-30T09:13:18.606 INFO:tasks.rados.rados.0.smithi118.stdout:1779: done (1 left) 2023-09-30T09:13:18.606 INFO:tasks.rados.rados.0.smithi118.stdout:1780: done (0 left) 2023-09-30T09:13:18.606 INFO:tasks.rados.rados.0.smithi118.stdout:1781: delete oid 42 current snap is 165 2023-09-30T09:13:18.615 INFO:tasks.rados.rados.0.smithi118.stdout:1781: done (0 left) 2023-09-30T09:13:18.615 INFO:tasks.rados.rados.0.smithi118.stdout:1782: delete oid 48 current snap is 165 2023-09-30T09:13:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:18 smithi192 ceph-mon[180220]: osdmap e402: 8 total, 8 up, 8 in 2023-09-30T09:13:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:18 smithi192 ceph-mon[180220]: failed to encode map e402 with expected crc 2023-09-30T09:13:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:18 smithi192 ceph-mon[180220]: osd.6 marked itself down and dead 2023-09-30T09:13:18.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:13:18 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:13:18.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:13:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:18 smithi118 ceph-mon[182959]: osdmap e402: 8 total, 8 up, 8 in 2023-09-30T09:13:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:18 smithi118 ceph-mon[182959]: failed to encode map e402 with expected crc 2023-09-30T09:13:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:18 smithi118 ceph-mon[182959]: osd.6 marked itself down and dead 2023-09-30T09:13:19.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:18 smithi118 ceph-mon[185516]: osdmap e402: 8 total, 8 up, 8 in 2023-09-30T09:13:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:18 smithi118 ceph-mon[185516]: failed to encode map e402 with expected crc 2023-09-30T09:13:19.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:18 smithi118 ceph-mon[185516]: osd.6 marked itself down and dead 2023-09-30T09:13:19.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:19 smithi192 bash[198572]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6 2023-09-30T09:13:19.619 INFO:tasks.rados.rados.0.smithi118.stdout:1782: done (0 left) 2023-09-30T09:13:19.619 INFO:tasks.rados.rados.0.smithi118.stdout:1783: rollback oid 47 current snap is 165 2023-09-30T09:13:19.619 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 47 to 162 2023-09-30T09:13:19.619 INFO:tasks.rados.rados.0.smithi118.stdout:1784: read oid 15 snap -1 2023-09-30T09:13:19.619 INFO:tasks.rados.rados.0.smithi118.stdout:1784: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:13:19.619 INFO:tasks.rados.rados.0.smithi118.stdout:1785: setattr oid 4 current snap is 165 2023-09-30T09:13:19.620 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 165 2023-09-30T09:13:19.620 INFO:tasks.rados.rados.0.smithi118.stdout:1786: seq_num 563 ranges {1638400=638976,2277376=565248,2842624=794624,3637248=245760} 2023-09-30T09:13:19.633 INFO:tasks.rados.rados.0.smithi118.stdout:1786: writing smithi118168640-29 from 1638400 to 2277376 tid 1 2023-09-30T09:13:19.636 INFO:tasks.rados.rados.0.smithi118.stdout:1786: writing smithi118168640-29 from 2277376 to 2842624 tid 2 2023-09-30T09:13:19.640 INFO:tasks.rados.rados.0.smithi118.stdout:1786: writing smithi118168640-29 from 2842624 to 3637248 tid 3 2023-09-30T09:13:19.642 INFO:tasks.rados.rados.0.smithi118.stdout:1786: writing smithi118168640-29 from 3637248 to 3883008 tid 4 2023-09-30T09:13:19.642 INFO:tasks.rados.rados.0.smithi118.stdout:1787: snap_remove snap 160 2023-09-30T09:13:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: failed to encode map e402 with expected crc 2023-09-30T09:13:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:13:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: osdmap e403: 8 total, 7 up, 8 in 2023-09-30T09:13:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: failed to encode map e403 with expected crc 2023-09-30T09:13:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: failed to encode map e403 with expected crc 2023-09-30T09:13:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: pgmap v314: 121 pgs: 14 stale+active+clean, 107 active+clean; 190 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 3.4 MiB/s wr, 17 op/s 2023-09-30T09:13:19.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:19.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:13:19] "GET /metrics HTTP/1.1" 200 36196 "" "Prometheus/2.43.0" 2023-09-30T09:13:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: failed to encode map e402 with expected crc 2023-09-30T09:13:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:13:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: osdmap e403: 8 total, 7 up, 8 in 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: failed to encode map e403 with expected crc 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: failed to encode map e403 with expected crc 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: pgmap v314: 121 pgs: 14 stale+active+clean, 107 active+clean; 190 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 3.4 MiB/s wr, 17 op/s 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: failed to encode map e402 with expected crc 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: osdmap e403: 8 total, 7 up, 8 in 2023-09-30T09:13:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: failed to encode map e403 with expected crc 2023-09-30T09:13:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: failed to encode map e403 with expected crc 2023-09-30T09:13:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: pgmap v314: 121 pgs: 14 stale+active+clean, 107 active+clean; 190 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 3.4 MiB/s wr, 17 op/s 2023-09-30T09:13:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:20.616 INFO:tasks.rados.rados.0.smithi118.stdout:1787: done (4 left) 2023-09-30T09:13:20.617 INFO:tasks.rados.rados.0.smithi118.stdout:1788: snap_create 2023-09-30T09:13:20.617 INFO:tasks.rados.rados.0.smithi118.stdout:1783: finishing rollback tid 0 to smithi118168640-47 2023-09-30T09:13:20.617 INFO:tasks.rados.rados.0.smithi118.stdout:1784: expect (ObjNum 483 snap 140 seq_num 483) 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1783: finishing rollback tid 1 to smithi118168640-47 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1783: finishing rollback tid 2 to smithi118168640-47 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 537 (ObjNum 550 snap 161 seq_num 550) dirty exists 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 834 (ObjNum 475 snap 137 seq_num 475) dirty exists 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1786: finishing write tid 1 to smithi118168640-29 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1786: finishing write tid 2 to smithi118168640-29 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1786: finishing write tid 3 to smithi118168640-29 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1786: finishing write tid 4 to smithi118168640-29 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1786: finishing write tid 5 to smithi118168640-29 2023-09-30T09:13:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:1786: finishing write tid 6 to smithi118168640-29 2023-09-30T09:13:20.642 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 847 (ObjNum 563 snap 165 seq_num 563) dirty exists 2023-09-30T09:13:20.642 INFO:tasks.rados.rados.0.smithi118.stdout:1786: left oid 29 (ObjNum 563 snap 165 seq_num 563) 2023-09-30T09:13:20.713 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:20 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.6.service: Succeeded. 2023-09-30T09:13:20.713 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:20 smithi192 systemd[1]: Stopped Ceph osd.6 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:13:20.713 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:20 smithi192 systemd[1]: Starting Ceph osd.6 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: osdmap e404: 8 total, 7 up, 8 in 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: failed to encode map e404 with expected crc 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: failed to encode map e404 with expected crc 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: failed to encode map e404 with expected crc 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: failed to encode map e404 with expected crc 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: failed to encode map e404 with expected crc 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: failed to encode map e404 with expected crc 2023-09-30T09:13:20.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:20 smithi192 ceph-mon[180220]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: osdmap e404: 8 total, 7 up, 8 in 2023-09-30T09:13:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[182959]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: osdmap e404: 8 total, 7 up, 8 in 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:20 smithi118 ceph-mon[185516]: failed to encode map e404 with expected crc 2023-09-30T09:13:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1783: done (4 left) 2023-09-30T09:13:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1784: done (3 left) 2023-09-30T09:13:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1785: done (2 left) 2023-09-30T09:13:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1786: done (1 left) 2023-09-30T09:13:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1788: done (0 left) 2023-09-30T09:13:21.454 INFO:tasks.rados.rados.0.smithi118.stdout:1789: delete oid 38 current snap is 166 2023-09-30T09:13:21.461 INFO:tasks.rados.rados.0.smithi118.stdout:1789: done (0 left) 2023-09-30T09:13:21.461 INFO:tasks.rados.rados.0.smithi118.stdout:1790: snap_remove snap 162 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-30T09:13:21.463 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[198805]: --> ceph-volume lvm activate successful for osd ID: 6 2023-09-30T09:13:21.865 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:21 smithi192 ceph-mon[180220]: failed to encode map e405 with expected crc 2023-09-30T09:13:21.865 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:21 smithi192 ceph-mon[180220]: osdmap e405: 8 total, 7 up, 8 in 2023-09-30T09:13:21.866 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:21 smithi192 ceph-mon[180220]: pgmap v317: 121 pgs: 14 active+undersized, 4 active+undersized+degraded, 3 peering, 7 stale+active+clean, 93 active+clean; 189 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 5.2 MiB/s wr, 24 op/s; 11/273 objects degraded (4.029%) 2023-09-30T09:13:21.866 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:21 smithi192 ceph-mon[180220]: failed to encode map e406 with expected crc 2023-09-30T09:13:21.866 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:21 smithi192 ceph-mon[180220]: osdmap e406: 8 total, 7 up, 8 in 2023-09-30T09:13:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[182959]: failed to encode map e405 with expected crc 2023-09-30T09:13:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[182959]: osdmap e405: 8 total, 7 up, 8 in 2023-09-30T09:13:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[182959]: pgmap v317: 121 pgs: 14 active+undersized, 4 active+undersized+degraded, 3 peering, 7 stale+active+clean, 93 active+clean; 189 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 5.2 MiB/s wr, 24 op/s; 11/273 objects degraded (4.029%) 2023-09-30T09:13:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[182959]: failed to encode map e406 with expected crc 2023-09-30T09:13:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[182959]: osdmap e406: 8 total, 7 up, 8 in 2023-09-30T09:13:22.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[185516]: failed to encode map e405 with expected crc 2023-09-30T09:13:22.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[185516]: osdmap e405: 8 total, 7 up, 8 in 2023-09-30T09:13:22.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[185516]: pgmap v317: 121 pgs: 14 active+undersized, 4 active+undersized+degraded, 3 peering, 7 stale+active+clean, 93 active+clean; 189 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 5.2 MiB/s wr, 24 op/s; 11/273 objects degraded (4.029%) 2023-09-30T09:13:22.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[185516]: failed to encode map e406 with expected crc 2023-09-30T09:13:22.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:21 smithi118 ceph-mon[185516]: osdmap e406: 8 total, 7 up, 8 in 2023-09-30T09:13:22.213 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 ceph-osd[199056]: -- 172.21.15.192:0/151496935 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563b166344e0 con 0x563b16604c00 2023-09-30T09:13:22.213 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 bash[199037]: 8098e6a4bd5a08c5c7c8958de172c43739ee1f10763727706c64fcb7e17ef4b6 2023-09-30T09:13:22.213 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:21 smithi192 systemd[1]: Started Ceph osd.6 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:13:22.459 INFO:tasks.rados.rados.0.smithi118.stdout:1790: done (0 left) 2023-09-30T09:13:22.460 INFO:tasks.rados.rados.0.smithi118.stdout:1791: rmattr oid 12 current snap is 166 2023-09-30T09:13:22.460 INFO:tasks.rados.rados.0.smithi118.stdout:1791: done (0 left) 2023-09-30T09:13:22.460 INFO:tasks.rados.rados.0.smithi118.stdout:1792: snap_remove snap 164 2023-09-30T09:13:22.713 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:22 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T09:13:22.391+0000 7fc4bc6bf640 -1 Falling back to public interface 2023-09-30T09:13:22.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:22 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 11/273 objects degraded (4.029%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:22.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:22.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:22.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:22.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:22 smithi192 ceph-mon[180220]: osdmap e407: 8 total, 7 up, 8 in 2023-09-30T09:13:22.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:22 smithi192 ceph-mon[180220]: failed to encode map e407 with expected crc 2023-09-30T09:13:23.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 11/273 objects degraded (4.029%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:23.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:23.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[185516]: osdmap e407: 8 total, 7 up, 8 in 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[185516]: failed to encode map e407 with expected crc 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 11/273 objects degraded (4.029%), 4 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[182959]: osdmap e407: 8 total, 7 up, 8 in 2023-09-30T09:13:23.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:22 smithi118 ceph-mon[182959]: failed to encode map e407 with expected crc 2023-09-30T09:13:23.463 INFO:tasks.rados.rados.0.smithi118.stdout:1792: done (0 left) 2023-09-30T09:13:23.463 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 166 2023-09-30T09:13:23.464 INFO:tasks.rados.rados.0.smithi118.stdout:1793: seq_num 565 ranges {7831552=671744,8503296=729088,9232384=753664,9986048=122880} 2023-09-30T09:13:23.509 INFO:tasks.rados.rados.0.smithi118.stdout:1793: writing smithi118168640-34 from 7831552 to 8503296 tid 1 2023-09-30T09:13:23.513 INFO:tasks.rados.rados.0.smithi118.stdout:1793: writing smithi118168640-34 from 8503296 to 9232384 tid 2 2023-09-30T09:13:23.517 INFO:tasks.rados.rados.0.smithi118.stdout:1793: writing smithi118168640-34 from 9232384 to 9986048 tid 3 2023-09-30T09:13:23.518 INFO:tasks.rados.rados.0.smithi118.stdout:1793: writing smithi118168640-34 from 9986048 to 10108928 tid 4 2023-09-30T09:13:23.519 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 166 2023-09-30T09:13:23.519 INFO:tasks.rados.rados.0.smithi118.stdout:1793: finishing write tid 1 to smithi118168640-34 2023-09-30T09:13:23.519 INFO:tasks.rados.rados.0.smithi118.stdout:1793: finishing write tid 2 to smithi118168640-34 2023-09-30T09:13:23.519 INFO:tasks.rados.rados.0.smithi118.stdout:1794: seq_num 566 ranges {0=688128,688128=614400,1302528=565248,1867776=425984} 2023-09-30T09:13:23.522 INFO:tasks.rados.rados.0.smithi118.stdout:1794: writing smithi118168640-38 from 0 to 688128 tid 1 2023-09-30T09:13:23.526 INFO:tasks.rados.rados.0.smithi118.stdout:1794: writing smithi118168640-38 from 688128 to 1302528 tid 2 2023-09-30T09:13:23.529 INFO:tasks.rados.rados.0.smithi118.stdout:1794: writing smithi118168640-38 from 1302528 to 1867776 tid 3 2023-09-30T09:13:23.531 INFO:tasks.rados.rados.0.smithi118.stdout:1794: writing smithi118168640-38 from 1867776 to 2293760 tid 4 2023-09-30T09:13:23.531 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 166 2023-09-30T09:13:23.532 INFO:tasks.rados.rados.0.smithi118.stdout:1793: finishing write tid 3 to smithi118168640-34 2023-09-30T09:13:23.532 INFO:tasks.rados.rados.0.smithi118.stdout:1795: seq_num 567 ranges {0=704512,704512=499712,1204224=770048,1974272=335872} 2023-09-30T09:13:23.536 INFO:tasks.rados.rados.0.smithi118.stdout:1795: writing smithi118168640-1 from 0 to 704512 tid 1 2023-09-30T09:13:23.539 INFO:tasks.rados.rados.0.smithi118.stdout:1795: writing smithi118168640-1 from 704512 to 1204224 tid 2 2023-09-30T09:13:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:1795: writing smithi118168640-1 from 1204224 to 1974272 tid 3 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1795: writing smithi118168640-1 from 1974272 to 2310144 tid 4 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1796: rollback oid 33 current snap is 166 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 33 to 165 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1793: finishing write tid 4 to smithi118168640-34 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1793: finishing write tid 5 to smithi118168640-34 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1793: finishing write tid 6 to smithi118168640-34 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 688 (ObjNum 565 snap 166 seq_num 565) dirty exists 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1793: left oid 34 (ObjNum 565 snap 166 seq_num 565) 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1794: finishing write tid 1 to smithi118168640-38 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1794: finishing write tid 2 to smithi118168640-38 2023-09-30T09:13:23.547 INFO:tasks.rados.rados.0.smithi118.stdout:1794: finishing write tid 3 to smithi118168640-38 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1793: done (3 left) 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1797: rollback oid 6 current snap is 166 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 6 to 161 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1794: finishing write tid 4 to smithi118168640-38 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1794: finishing write tid 5 to smithi118168640-38 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1794: finishing write tid 6 to smithi118168640-38 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 551 (ObjNum 566 snap 166 seq_num 566) dirty exists 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1794: left oid 38 (ObjNum 566 snap 166 seq_num 566) 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1795: finishing write tid 1 to smithi118168640-1 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1795: finishing write tid 2 to smithi118168640-1 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1794: done (3 left) 2023-09-30T09:13:23.548 INFO:tasks.rados.rados.0.smithi118.stdout:1798: copy_from oid 8 from oid 35 current snap is 166 2023-09-30T09:13:23.549 INFO:tasks.rados.rados.0.smithi118.stdout:1799: read oid 47 snap -1 2023-09-30T09:13:23.549 INFO:tasks.rados.rados.0.smithi118.stdout:1799: expect (ObjNum 550 snap 161 seq_num 550) 2023-09-30T09:13:23.549 INFO:tasks.rados.rados.0.smithi118.stdout:1800: delete oid 45 current snap is 166 2023-09-30T09:13:23.549 INFO:tasks.rados.rados.0.smithi118.stdout:1796: finishing rollback tid 1 to smithi118168640-33 2023-09-30T09:13:23.549 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1797: finishing rollback tid 1 to smithi118168640-6 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 0 (ObjNum 33 snap 0 seq_num 3323294768) dirty dne 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1796: done (5 left) 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1797: done (4 left) 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1800: done (3 left) 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1801: read oid 43 snap -1 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1801: expect deleted 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1802: snap_create 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1795: finishing write tid 3 to smithi118168640-1 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1795: finishing write tid 4 to smithi118168640-1 2023-09-30T09:13:23.550 INFO:tasks.rados.rados.0.smithi118.stdout:1795: finishing write tid 5 to smithi118168640-1 2023-09-30T09:13:23.551 INFO:tasks.rados.rados.0.smithi118.stdout:1795: finishing write tid 6 to smithi118168640-1 2023-09-30T09:13:23.551 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 839 (ObjNum 567 snap 166 seq_num 567) dirty exists 2023-09-30T09:13:23.551 INFO:tasks.rados.rados.0.smithi118.stdout:1795: left oid 1 (ObjNum 567 snap 166 seq_num 567) 2023-09-30T09:13:23.556 INFO:tasks.rados.rados.0.smithi118.stdout:1799: expect (ObjNum 550 snap 161 seq_num 550) 2023-09-30T09:13:23.619 INFO:tasks.rados.rados.0.smithi118.stdout:1798: finishing copy_from to smithi118168640-8 2023-09-30T09:13:23.619 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 829 (ObjNum 397 snap 119 seq_num 397) dirty exists 2023-09-30T09:13:23.619 INFO:tasks.rados.rados.0.smithi118.stdout:1798: finishing copy_from racing read to smithi118168640-8 2023-09-30T09:13:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:23 smithi192 ceph-mon[180220]: pgmap v320: 121 pgs: 22 active+undersized, 6 active+undersized+degraded, 3 peering, 6 stale+active+clean, 84 active+clean; 186 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 3.6 MiB/s wr, 13 op/s; 16/264 objects degraded (6.061%) 2023-09-30T09:13:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:23 smithi192 ceph-mon[180220]: osdmap e408: 8 total, 7 up, 8 in 2023-09-30T09:13:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:23 smithi192 ceph-mon[180220]: failed to encode map e408 with expected crc 2023-09-30T09:13:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:23 smithi118 ceph-mon[182959]: pgmap v320: 121 pgs: 22 active+undersized, 6 active+undersized+degraded, 3 peering, 6 stale+active+clean, 84 active+clean; 186 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 3.6 MiB/s wr, 13 op/s; 16/264 objects degraded (6.061%) 2023-09-30T09:13:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:23 smithi118 ceph-mon[182959]: osdmap e408: 8 total, 7 up, 8 in 2023-09-30T09:13:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:23 smithi118 ceph-mon[182959]: failed to encode map e408 with expected crc 2023-09-30T09:13:24.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:23 smithi118 ceph-mon[185516]: pgmap v320: 121 pgs: 22 active+undersized, 6 active+undersized+degraded, 3 peering, 6 stale+active+clean, 84 active+clean; 186 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 3.6 MiB/s wr, 13 op/s; 16/264 objects degraded (6.061%) 2023-09-30T09:13:24.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:23 smithi118 ceph-mon[185516]: osdmap e408: 8 total, 7 up, 8 in 2023-09-30T09:13:24.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:23 smithi118 ceph-mon[185516]: failed to encode map e408 with expected crc 2023-09-30T09:13:24.462 INFO:tasks.rados.rados.0.smithi118.stdout:1795: done (4 left) 2023-09-30T09:13:24.463 INFO:tasks.rados.rados.0.smithi118.stdout:1798: done (3 left) 2023-09-30T09:13:24.463 INFO:tasks.rados.rados.0.smithi118.stdout:1799: done (2 left) 2023-09-30T09:13:24.463 INFO:tasks.rados.rados.0.smithi118.stdout:1801: done (1 left) 2023-09-30T09:13:24.463 INFO:tasks.rados.rados.0.smithi118.stdout:1802: done (0 left) 2023-09-30T09:13:24.463 INFO:tasks.rados.rados.0.smithi118.stdout:1803: snap_remove snap 166 2023-09-30T09:13:25.467 INFO:tasks.rados.rados.0.smithi118.stdout:1803: done (0 left) 2023-09-30T09:13:25.468 INFO:tasks.rados.rados.0.smithi118.stdout:1804: snap_remove snap 163 2023-09-30T09:13:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: osdmap e409: 8 total, 7 up, 8 in 2023-09-30T09:13:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: failed to encode map e409 with expected crc 2023-09-30T09:13:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: failed to encode map e409 with expected crc 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: pgmap v323: 121 pgs: 34 active+undersized, 9 active+undersized+degraded, 78 active+clean; 190 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 1.8 MiB/s wr, 4 op/s; 26/255 objects degraded (10.196%) 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: osdmap e409: 8 total, 7 up, 8 in 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: failed to encode map e409 with expected crc 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: failed to encode map e409 with expected crc 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: pgmap v323: 121 pgs: 34 active+undersized, 9 active+undersized+degraded, 78 active+clean; 190 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 1.8 MiB/s wr, 4 op/s; 26/255 objects degraded (10.196%) 2023-09-30T09:13:25.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.958 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T09:13:25.518+0000 7fc4bc6bf640 -1 osd.6 0 read_superblock omap replica is missing. 2023-09-30T09:13:25.958 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T09:13:25.573+0000 7fc4bc6bf640 -1 osd.6 402 log_to_monitors true 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: osdmap e409: 8 total, 7 up, 8 in 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: failed to encode map e409 with expected crc 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: failed to encode map e409 with expected crc 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: pgmap v323: 121 pgs: 34 active+undersized, 9 active+undersized+degraded, 78 active+clean; 190 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 1.8 MiB/s wr, 4 op/s; 26/255 objects degraded (10.196%) 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:25.959 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:26.456 INFO:tasks.rados.rados.0.smithi118.stdout:1804: done (0 left) 2023-09-30T09:13:26.456 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 167 2023-09-30T09:13:26.457 INFO:tasks.rados.rados.0.smithi118.stdout:1805: seq_num 569 ranges {2949120=737280,3686400=671744,4358144=737280,5095424=196608} 2023-09-30T09:13:26.477 INFO:tasks.rados.rados.0.smithi118.stdout:1805: writing smithi118168640-8 from 2949120 to 3686400 tid 1 2023-09-30T09:13:26.481 INFO:tasks.rados.rados.0.smithi118.stdout:1805: writing smithi118168640-8 from 3686400 to 4358144 tid 2 2023-09-30T09:13:26.485 INFO:tasks.rados.rados.0.smithi118.stdout:1805: writing smithi118168640-8 from 4358144 to 5095424 tid 3 2023-09-30T09:13:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:1805: writing smithi118168640-8 from 5095424 to 5292032 tid 4 2023-09-30T09:13:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:1806: rollback oid 45 current snap is 167 2023-09-30T09:13:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 45 to 161 2023-09-30T09:13:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:1805: finishing write tid 1 to smithi118168640-8 2023-09-30T09:13:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:1805: finishing write tid 2 to smithi118168640-8 2023-09-30T09:13:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:1807: rollback oid 9 current snap is 167 2023-09-30T09:13:26.487 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 161 2023-09-30T09:13:26.488 INFO:tasks.rados.rados.0.smithi118.stdout:1808: read oid 36 snap -1 2023-09-30T09:13:26.488 INFO:tasks.rados.rados.0.smithi118.stdout:1808: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:26.488 INFO:tasks.rados.rados.0.smithi118.stdout:1809: setattr oid 31 current snap is 167 2023-09-30T09:13:26.488 INFO:tasks.rados.rados.0.smithi118.stdout:1810: rmattr oid 39 current snap is 167 2023-09-30T09:13:26.488 INFO:tasks.rados.rados.0.smithi118.stdout:1811: copy_from oid 41 from oid 13 current snap is 167 2023-09-30T09:13:26.488 INFO:tasks.rados.rados.0.smithi118.stdout:1812: snap_remove snap 165 2023-09-30T09:13:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: failed to encode map e410 with expected crc 2023-09-30T09:13:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: osdmap e410: 8 total, 7 up, 8 in 2023-09-30T09:13:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: from='osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:13:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: osdmap e411: 8 total, 7 up, 8 in 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: from='osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[182959]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: failed to encode map e410 with expected crc 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: osdmap e410: 8 total, 7 up, 8 in 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: from='osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T09:13:26.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: osdmap e411: 8 total, 7 up, 8 in 2023-09-30T09:13:26.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: from='osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:26.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:26 smithi118 ceph-mon[185516]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:26.963 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T09:13:26.488+0000 7fc4ad32a700 -1 osd.6 402 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:13:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: failed to encode map e410 with expected crc 2023-09-30T09:13:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: osdmap e410: 8 total, 7 up, 8 in 2023-09-30T09:13:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: from='osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:13:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-30T09:13:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-30T09:13:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: osdmap e411: 8 total, 7 up, 8 in 2023-09-30T09:13:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: from='osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:26 smithi192 ceph-mon[180220]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:27.491 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:13:27.492 INFO:tasks.rados.rados.0.smithi118.stdout:1812: done (7 left) 2023-09-30T09:13:27.492 INFO:tasks.rados.rados.0.smithi118.stdout:1813: read oid 50 snap 161 2023-09-30T09:13:27.492 INFO:tasks.rados.rados.0.smithi118.stdout:1813: expect deleted 2023-09-30T09:13:27.492 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 167 2023-09-30T09:13:27.492 INFO:tasks.rados.rados.0.smithi118.stdout:1814: seq_num 570 ranges {0=753664,753664=548864,1302528=540672,1843200=516096} 2023-09-30T09:13:27.492 INFO:tasks.rados.rados.0.smithi118.stdout:1814: writing smithi118168640-33 from 0 to 753664 tid 1 2023-09-30T09:13:27.493 INFO:tasks.rados.rados.0.smithi118.stdout:1814: writing smithi118168640-33 from 753664 to 1302528 tid 2 2023-09-30T09:13:27.496 INFO:tasks.rados.rados.0.smithi118.stdout:1814: writing smithi118168640-33 from 1302528 to 1843200 tid 3 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1814: writing smithi118168640-33 from 1843200 to 2359296 tid 4 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1815: copy_from oid 47 from oid 42 current snap is 167 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1816: rollback oid 40 current snap is 167 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 161 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1817: read oid 37 snap -1 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1817: expect (ObjNum 545 snap 161 seq_num 545) 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1818: copy_from oid 1 from oid 26 current snap is 167 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1805: finishing write tid 3 to smithi118168640-8 2023-09-30T09:13:27.500 INFO:tasks.rados.rados.0.smithi118.stdout:1806: finishing rollback tid 1 to smithi118168640-45 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:1805: finishing write tid 4 to smithi118168640-8 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:1805: finishing write tid 5 to smithi118168640-8 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:1806: finishing rollback tid 2 to smithi118168640-45 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 420 (ObjNum 129 snap 0 seq_num 3323857872) dirty exists 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 527 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:1805: finishing write tid 6 to smithi118168640-8 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 835 (ObjNum 569 snap 167 seq_num 569) dirty exists 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:1805: left oid 8 (ObjNum 569 snap 167 seq_num 569) 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 824 (ObjNum 544 snap 160 seq_num 544) dirty exists 2023-09-30T09:13:27.501 INFO:tasks.rados.rados.0.smithi118.stdout:1808: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:27.566 INFO:tasks.rados.rados.0.smithi118.stdout:1807: finishing rollback tid 0 to smithi118168640-9 2023-09-30T09:13:27.566 INFO:tasks.rados.rados.0.smithi118.stdout:1807: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:13:27.566 INFO:tasks.rados.rados.0.smithi118.stdout:1807: finishing rollback tid 2 to smithi118168640-9 2023-09-30T09:13:27.566 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 802 (ObjNum 461 snap 133 seq_num 461) dirty exists 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1811: finishing copy_from racing read to smithi118168640-41 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1811: finishing copy_from to smithi118168640-41 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 842 (ObjNum 381 snap 115 seq_num 381) dirty exists 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1805: done (12 left) 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1806: done (11 left) 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1807: done (10 left) 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1808: done (9 left) 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1809: done (8 left) 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1810: done (7 left) 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1811: done (6 left) 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1819: copy_from oid 24 from oid 14 current snap is 167 2023-09-30T09:13:27.567 INFO:tasks.rados.rados.0.smithi118.stdout:1815: finishing copy_from to smithi118168640-47 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1815: got expected ENOENT (src dne) 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1815: finishing copy_from racing read to smithi118168640-47 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1816: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1814: finishing write tid 1 to smithi118168640-33 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1814: finishing write tid 2 to smithi118168640-33 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1814: finishing write tid 3 to smithi118168640-33 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1816: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 438 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1814: finishing write tid 4 to smithi118168640-33 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1814: finishing write tid 5 to smithi118168640-33 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1814: finishing write tid 6 to smithi118168640-33 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 558 (ObjNum 570 snap 167 seq_num 570) dirty exists 2023-09-30T09:13:27.568 INFO:tasks.rados.rados.0.smithi118.stdout:1814: left oid 33 (ObjNum 570 snap 167 seq_num 570) 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1814: done (6 left) 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1815: done (5 left) 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1816: done (4 left) 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1820: rmattr oid 11 current snap is 167 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1820: done (4 left) 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1821: read oid 22 snap 161 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1821: expect (ObjNum 527 snap 150 seq_num 527) 2023-09-30T09:13:27.569 INFO:tasks.rados.rados.0.smithi118.stdout:1822: snap_create 2023-09-30T09:13:27.573 INFO:tasks.rados.rados.0.smithi118.stdout:1821: expect (ObjNum 527 snap 150 seq_num 527) 2023-09-30T09:13:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:27 smithi192 ceph-mon[180220]: failed to encode map e411 with expected crc 2023-09-30T09:13:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:27 smithi192 ceph-mon[180220]: pgmap v326: 121 pgs: 1 active+clean+snaptrim, 34 active+undersized, 9 active+undersized+degraded, 77 active+clean; 192 MiB data, 1008 MiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 2.3 MiB/s wr, 5 op/s; 26/255 objects degraded (10.196%) 2023-09-30T09:13:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:27.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:27.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.822 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:13:27.822 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (4m) - 7m 18.1M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:13:27.822 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (4m) - 6m 86.3M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:13:27.822 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (8m) - 8m 17.4M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:13:27.822 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (8m) - 8m 19.7M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (3m) - 10m 449M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (4m) - 11m 511M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (3m) - 11m 81.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (3m) - 10m 70.1M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (3m) - 10m 62.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (4m) - 6m 10.3M - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (4m) - 6m 19.1M - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (2m) - 10m 304M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (2m) - 9m 292M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (117s) - 9m 208M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:13:27.823 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (90s) - 9m 11.6M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 9ee3b875f0e6 2023-09-30T09:13:27.824 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (62s) - 9m 271M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 4dad2c67e17a 2023-09-30T09:13:27.824 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (34s) - 8m 293M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b1b3e45b225a 2023-09-30T09:13:27.824 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (6s) - 8m 12.9M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 8098e6a4bd5a 2023-09-30T09:13:27.824 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (8m) - 8m 531M 2486M 17.2.6-1161-g191c1869 8497a1260037 0a60c06d792d 2023-09-30T09:13:27.824 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (4m) - 7m 62.5M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:13:27.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T09:13:27.499+0000 7fd7b44e6700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-09-30T09:13:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[185516]: failed to encode map e411 with expected crc 2023-09-30T09:13:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[185516]: pgmap v326: 121 pgs: 1 active+clean+snaptrim, 34 active+undersized, 9 active+undersized+degraded, 77 active+clean; 192 MiB data, 1008 MiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 2.3 MiB/s wr, 5 op/s; 26/255 objects degraded (10.196%) 2023-09-30T09:13:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[182959]: failed to encode map e411 with expected crc 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[182959]: pgmap v326: 121 pgs: 1 active+clean+snaptrim, 34 active+undersized, 9 active+undersized+degraded, 77 active+clean; 192 MiB data, 1008 MiB used, 714 GiB / 715 GiB avail; 0 B/s rd, 2.3 MiB/s wr, 5 op/s; 26/255 objects degraded (10.196%) 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:27.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:28.201 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 1, 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 7 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:28.202 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:13:28.203 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:13:28.203 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:28.203 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:13:28.203 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 3, 2023-09-30T09:13:28.203 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 12 2023-09-30T09:13:28.203 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:13:28.203 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:13:28.485 INFO:tasks.rados.rados.0.smithi118.stdout:1821: done (5 left) 2023-09-30T09:13:28.485 INFO:tasks.rados.rados.0.smithi118.stdout:1822: done (4 left) 2023-09-30T09:13:28.486 INFO:tasks.rados.rados.0.smithi118.stdout:1823: snap_remove snap 167 2023-09-30T09:13:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878] boot 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: osdmap e412: 8 total, 8 up, 8 in 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:28.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3806390104' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878] boot 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: osdmap e412: 8 total, 8 up, 8 in 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:13:28.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:28.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:28 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3806390104' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:13:28.659Z caller=alerting.go:366 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-09-30T09:13:28.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:13:28.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:13:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: osd.6 [v2:172.21.15.192:6816/1774211878,v1:172.21.15.192:6817/1774211878] boot 2023-09-30T09:13:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: osdmap e412: 8 total, 8 up, 8 in 2023-09-30T09:13:28.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: failed to encode map e412 with expected crc 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:28.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-09-30T09:13:28.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='client.34311 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:28.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:28 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3806390104' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1823: done (4 left) 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1824: read oid 10 snap -1 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1824: expect (ObjNum 482 snap 140 seq_num 482) 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1825: snap_create 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1818: finishing copy_from to smithi118168640-1 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1818: got expected ENOENT (src dne) 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1818: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:13:29.492 INFO:tasks.rados.rados.0.smithi118.stdout:1819: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:13:29.493 INFO:tasks.rados.rados.0.smithi118.stdout:1819: finishing copy_from to smithi118168640-24 2023-09-30T09:13:29.493 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 512 (ObjNum 489 snap 143 seq_num 489) dirty exists 2023-09-30T09:13:29.493 INFO:tasks.rados.rados.0.smithi118.stdout:1817: expect (ObjNum 545 snap 161 seq_num 545) 2023-09-30T09:13:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[182959]: osdmap e413: 8 total, 8 up, 8 in 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[182959]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[182959]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[182959]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[182959]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[182959]: pgmap v329: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 1 active+clean+snaptrim, 30 active+undersized, 7 active+undersized+degraded, 81 active+clean; 195 MiB data, 1015 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 1.3 MiB/s wr, 2 op/s; 22/261 objects degraded (8.429%) 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[185516]: osdmap e413: 8 total, 8 up, 8 in 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[185516]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[185516]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[185516]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[185516]: failed to encode map e413 with expected crc 2023-09-30T09:13:29.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-mon[185516]: pgmap v329: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 1 active+clean+snaptrim, 30 active+undersized, 7 active+undersized+degraded, 81 active+clean; 195 MiB data, 1015 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 1.3 MiB/s wr, 2 op/s; 22/261 objects degraded (8.429%) 2023-09-30T09:13:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:29 smithi192 ceph-mon[180220]: osdmap e413: 8 total, 8 up, 8 in 2023-09-30T09:13:30.320 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:29 smithi192 ceph-mon[180220]: failed to encode map e413 with expected crc 2023-09-30T09:13:30.320 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:29 smithi192 ceph-mon[180220]: failed to encode map e413 with expected crc 2023-09-30T09:13:30.320 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:29 smithi192 ceph-mon[180220]: failed to encode map e413 with expected crc 2023-09-30T09:13:30.320 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:29 smithi192 ceph-mon[180220]: failed to encode map e413 with expected crc 2023-09-30T09:13:30.320 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:29 smithi192 ceph-mon[180220]: pgmap v329: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 1 active+clean+snaptrim, 30 active+undersized, 7 active+undersized+degraded, 81 active+clean; 195 MiB data, 1015 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 1.3 MiB/s wr, 2 op/s; 22/261 objects degraded (8.429%) 2023-09-30T09:13:30.321 INFO:tasks.rados.rados.0.smithi118.stdout:1824: expect (ObjNum 482 snap 140 seq_num 482) 2023-09-30T09:13:30.321 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:13:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:13:29] "GET /metrics HTTP/1.1" 200 36196 "" "Prometheus/2.43.0" 2023-09-30T09:13:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1813: done (5 left) 2023-09-30T09:13:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1817: done (4 left) 2023-09-30T09:13:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1818: done (3 left) 2023-09-30T09:13:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1819: done (2 left) 2023-09-30T09:13:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1824: done (1 left) 2023-09-30T09:13:30.515 INFO:tasks.rados.rados.0.smithi118.stdout:1825: done (0 left) 2023-09-30T09:13:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 169 2023-09-30T09:13:30.516 INFO:tasks.rados.rados.0.smithi118.stdout:1826: seq_num 571 ranges {1990656=770048,2760704=483328,3244032=753664,3997696=368640} 2023-09-30T09:13:30.529 INFO:tasks.rados.rados.0.smithi118.stdout:1826: writing smithi118168640-12 from 1990656 to 2760704 tid 1 2023-09-30T09:13:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:1826: writing smithi118168640-12 from 2760704 to 3244032 tid 2 2023-09-30T09:13:30.536 INFO:tasks.rados.rados.0.smithi118.stdout:1826: writing smithi118168640-12 from 3244032 to 3997696 tid 3 2023-09-30T09:13:30.538 INFO:tasks.rados.rados.0.smithi118.stdout:1826: writing smithi118168640-12 from 3997696 to 4366336 tid 4 2023-09-30T09:13:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1827: read oid 48 snap -1 2023-09-30T09:13:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1827: expect deleted 2023-09-30T09:13:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1828: rollback oid 16 current snap is 169 2023-09-30T09:13:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 161 2023-09-30T09:13:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 169 2023-09-30T09:13:30.539 INFO:tasks.rados.rados.0.smithi118.stdout:1829: seq_num 572 ranges {0=786432,786432=770048,1556480=557056,2113536=278528} 2023-09-30T09:13:30.543 INFO:tasks.rados.rados.0.smithi118.stdout:1829: writing smithi118168640-42 from 0 to 786432 tid 1 2023-09-30T09:13:30.548 INFO:tasks.rados.rados.0.smithi118.stdout:1829: writing smithi118168640-42 from 786432 to 1556480 tid 2 2023-09-30T09:13:30.552 INFO:tasks.rados.rados.0.smithi118.stdout:1829: writing smithi118168640-42 from 1556480 to 2113536 tid 3 2023-09-30T09:13:30.553 INFO:tasks.rados.rados.0.smithi118.stdout:1829: writing smithi118168640-42 from 2113536 to 2392064 tid 4 2023-09-30T09:13:30.554 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 169 2023-09-30T09:13:30.554 INFO:tasks.rados.rados.0.smithi118.stdout:1830: seq_num 573 ranges {1638400=802816,2441216=655360,3096576=720896,3817472=229376} 2023-09-30T09:13:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:1830: writing smithi118168640-11 from 1638400 to 2441216 tid 1 2023-09-30T09:13:30.570 INFO:tasks.rados.rados.0.smithi118.stdout:1830: writing smithi118168640-11 from 2441216 to 3096576 tid 2 2023-09-30T09:13:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:1830: writing smithi118168640-11 from 3096576 to 3817472 tid 3 2023-09-30T09:13:30.576 INFO:tasks.rados.rados.0.smithi118.stdout:1830: writing smithi118168640-11 from 3817472 to 4046848 tid 4 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1831: snap_create 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1828: finishing rollback tid 0 to smithi118168640-16 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1828: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1826: finishing write tid 1 to smithi118168640-12 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1826: finishing write tid 2 to smithi118168640-12 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1828: finishing rollback tid 2 to smithi118168640-16 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 837 (ObjNum 472 snap 135 seq_num 472) dirty exists 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1826: finishing write tid 3 to smithi118168640-12 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1826: finishing write tid 4 to smithi118168640-12 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1826: finishing write tid 5 to smithi118168640-12 2023-09-30T09:13:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:1826: finishing write tid 6 to smithi118168640-12 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 533 (ObjNum 571 snap 169 seq_num 571) dirty exists 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1826: left oid 12 (ObjNum 571 snap 169 seq_num 571) 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1829: finishing write tid 1 to smithi118168640-42 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1829: finishing write tid 2 to smithi118168640-42 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1829: finishing write tid 3 to smithi118168640-42 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1829: finishing write tid 4 to smithi118168640-42 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1829: finishing write tid 5 to smithi118168640-42 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1829: finishing write tid 6 to smithi118168640-42 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 843 (ObjNum 572 snap 169 seq_num 572) dirty exists 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1829: left oid 42 (ObjNum 572 snap 169 seq_num 572) 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1830: finishing write tid 1 to smithi118168640-11 2023-09-30T09:13:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:1830: finishing write tid 2 to smithi118168640-11 2023-09-30T09:13:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:1830: finishing write tid 3 to smithi118168640-11 2023-09-30T09:13:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:1830: finishing write tid 4 to smithi118168640-11 2023-09-30T09:13:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:1830: finishing write tid 5 to smithi118168640-11 2023-09-30T09:13:30.580 INFO:tasks.rados.rados.0.smithi118.stdout:1830: finishing write tid 6 to smithi118168640-11 2023-09-30T09:13:30.580 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 852 (ObjNum 573 snap 169 seq_num 573) dirty exists 2023-09-30T09:13:30.580 INFO:tasks.rados.rados.0.smithi118.stdout:1830: left oid 11 (ObjNum 573 snap 169 seq_num 573) 2023-09-30T09:13:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:30 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 22/261 objects degraded (8.429%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:30 smithi118 ceph-mon[182959]: osdmap e414: 8 total, 8 up, 8 in 2023-09-30T09:13:30.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:30 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 22/261 objects degraded (8.429%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:30.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:30 smithi118 ceph-mon[185516]: osdmap e414: 8 total, 8 up, 8 in 2023-09-30T09:13:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:30 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 22/261 objects degraded (8.429%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:30 smithi192 ceph-mon[180220]: osdmap e414: 8 total, 8 up, 8 in 2023-09-30T09:13:31.504 INFO:tasks.rados.rados.0.smithi118.stdout:1826: done (5 left) 2023-09-30T09:13:31.504 INFO:tasks.rados.rados.0.smithi118.stdout:1827: done (4 left) 2023-09-30T09:13:31.504 INFO:tasks.rados.rados.0.smithi118.stdout:1828: done (3 left) 2023-09-30T09:13:31.504 INFO:tasks.rados.rados.0.smithi118.stdout:1829: done (2 left) 2023-09-30T09:13:31.504 INFO:tasks.rados.rados.0.smithi118.stdout:1830: done (1 left) 2023-09-30T09:13:31.504 INFO:tasks.rados.rados.0.smithi118.stdout:1831: done (0 left) 2023-09-30T09:13:31.504 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 170 2023-09-30T09:13:31.505 INFO:tasks.rados.rados.0.smithi118.stdout:1832: seq_num 574 ranges {10428416=16384} 2023-09-30T09:13:31.559 INFO:tasks.rados.rados.0.smithi118.stdout:1832: writing smithi118168640-49 from 10428416 to 10444800 tid 1 2023-09-30T09:13:31.559 INFO:tasks.rados.rados.0.smithi118.stdout:1833: delete oid 40 current snap is 170 2023-09-30T09:13:31.562 INFO:tasks.rados.rados.0.smithi118.stdout:1833: done (1 left) 2023-09-30T09:13:31.562 INFO:tasks.rados.rados.0.smithi118.stdout:1834: read oid 6 snap 161 2023-09-30T09:13:31.563 INFO:tasks.rados.rados.0.smithi118.stdout:1834: expect deleted 2023-09-30T09:13:31.563 INFO:tasks.rados.rados.0.smithi118.stdout:1835: rollback oid 3 current snap is 170 2023-09-30T09:13:31.563 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 161 2023-09-30T09:13:31.563 INFO:tasks.rados.rados.0.smithi118.stdout:1836: read oid 42 snap -1 2023-09-30T09:13:31.563 INFO:tasks.rados.rados.0.smithi118.stdout:1836: expect (ObjNum 572 snap 169 seq_num 572) 2023-09-30T09:13:31.563 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 170 2023-09-30T09:13:31.563 INFO:tasks.rados.rados.0.smithi118.stdout:1837: seq_num 576 ranges {3031040=49152} 2023-09-30T09:13:31.580 INFO:tasks.rados.rados.0.smithi118.stdout:1837: writing smithi118168640-41 from 3031040 to 3080192 tid 1 2023-09-30T09:13:31.580 INFO:tasks.rados.rados.0.smithi118.stdout:1838: read oid 28 snap -1 2023-09-30T09:13:31.580 INFO:tasks.rados.rados.0.smithi118.stdout:1838: expect deleted 2023-09-30T09:13:31.580 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 170 2023-09-30T09:13:31.580 INFO:tasks.rados.rados.0.smithi118.stdout:1839: seq_num 577 ranges {3031040=65536} 2023-09-30T09:13:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:1839: writing smithi118168640-13 from 3031040 to 3096576 tid 1 2023-09-30T09:13:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:1840: snap_remove snap 168 2023-09-30T09:13:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[182959]: failed to encode map e414 with expected crc 2023-09-30T09:13:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[182959]: osdmap e415: 8 total, 8 up, 8 in 2023-09-30T09:13:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[182959]: failed to encode map e415 with expected crc 2023-09-30T09:13:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[182959]: pgmap v332: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 1 active+clean+snaptrim, 19 active+undersized, 4 active+undersized+degraded, 95 active+clean; 197 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.7 MiB/s wr, 13 op/s; 12/261 objects degraded (4.598%); 1.3 MiB/s, 0 objects/s recovering 2023-09-30T09:13:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[185516]: failed to encode map e414 with expected crc 2023-09-30T09:13:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[185516]: osdmap e415: 8 total, 8 up, 8 in 2023-09-30T09:13:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[185516]: failed to encode map e415 with expected crc 2023-09-30T09:13:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:31 smithi118 ceph-mon[185516]: pgmap v332: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 1 active+clean+snaptrim, 19 active+undersized, 4 active+undersized+degraded, 95 active+clean; 197 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.7 MiB/s wr, 13 op/s; 12/261 objects degraded (4.598%); 1.3 MiB/s, 0 objects/s recovering 2023-09-30T09:13:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:31 smithi192 ceph-mon[180220]: failed to encode map e414 with expected crc 2023-09-30T09:13:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:31 smithi192 ceph-mon[180220]: osdmap e415: 8 total, 8 up, 8 in 2023-09-30T09:13:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:31 smithi192 ceph-mon[180220]: failed to encode map e415 with expected crc 2023-09-30T09:13:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:31 smithi192 ceph-mon[180220]: pgmap v332: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 1 active+clean+snaptrim, 19 active+undersized, 4 active+undersized+degraded, 95 active+clean; 197 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 8.5 MiB/s rd, 3.7 MiB/s wr, 13 op/s; 12/261 objects degraded (4.598%); 1.3 MiB/s, 0 objects/s recovering 2023-09-30T09:13:32.509 INFO:tasks.rados.rados.0.smithi118.stdout:1840: done (7 left) 2023-09-30T09:13:32.509 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 170 2023-09-30T09:13:32.513 INFO:tasks.rados.rados.0.smithi118.stdout:1841: seq_num 578 ranges {819200=81920} 2023-09-30T09:13:32.514 INFO:tasks.rados.rados.0.smithi118.stdout:1841: writing smithi118168640-25 from 819200 to 901120 tid 1 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1842: read oid 34 snap -1 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1842: expect (ObjNum 565 snap 166 seq_num 565) 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1843: copy_from oid 27 from oid 26 current snap is 170 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1832: finishing write tid 1 to smithi118168640-49 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1832: finishing write tid 2 to smithi118168640-49 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1835: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1835: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1835: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 806 (ObjNum 485 snap 141 seq_num 485) dirty exists 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:1832: finishing write tid 3 to smithi118168640-49 2023-09-30T09:13:32.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 803 (ObjNum 574 snap 170 seq_num 574) dirty exists 2023-09-30T09:13:32.516 INFO:tasks.rados.rados.0.smithi118.stdout:1832: left oid 49 (ObjNum 574 snap 170 seq_num 574) 2023-09-30T09:13:32.516 INFO:tasks.rados.rados.0.smithi118.stdout:1836: expect (ObjNum 572 snap 169 seq_num 572) 2023-09-30T09:13:32.579 INFO:tasks.rados.rados.0.smithi118.stdout:1837: finishing write tid 1 to smithi118168640-41 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1837: finishing write tid 2 to smithi118168640-41 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1832: done (9 left) 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1834: done (8 left) 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1835: done (7 left) 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1836: done (6 left) 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1838: done (5 left) 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1844: snap_create 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:1837: finishing write tid 3 to smithi118168640-41 2023-09-30T09:13:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 955 (ObjNum 576 snap 170 seq_num 576) dirty exists 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1837: left oid 41 (ObjNum 576 snap 170 seq_num 576) 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1839: finishing write tid 1 to smithi118168640-13 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1839: finishing write tid 2 to smithi118168640-13 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1839: finishing write tid 3 to smithi118168640-13 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 854 (ObjNum 577 snap 170 seq_num 577) dirty exists 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1839: left oid 13 (ObjNum 577 snap 170 seq_num 577) 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1843: finishing copy_from to smithi118168640-27 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1843: got expected ENOENT (src dne) 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1843: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1841: finishing write tid 1 to smithi118168640-25 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1841: finishing write tid 2 to smithi118168640-25 2023-09-30T09:13:32.581 INFO:tasks.rados.rados.0.smithi118.stdout:1842: expect (ObjNum 565 snap 166 seq_num 565) 2023-09-30T09:13:32.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:32 smithi118 ceph-mon[182959]: failed to encode map e416 with expected crc 2023-09-30T09:13:32.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:32 smithi118 ceph-mon[182959]: osdmap e416: 8 total, 8 up, 8 in 2023-09-30T09:13:32.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:32 smithi118 ceph-mon[185516]: failed to encode map e416 with expected crc 2023-09-30T09:13:32.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:32 smithi118 ceph-mon[185516]: osdmap e416: 8 total, 8 up, 8 in 2023-09-30T09:13:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:32 smithi192 ceph-mon[180220]: failed to encode map e416 with expected crc 2023-09-30T09:13:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:32 smithi192 ceph-mon[180220]: osdmap e416: 8 total, 8 up, 8 in 2023-09-30T09:13:33.222 INFO:tasks.rados.rados.0.smithi118.stdout:1841: finishing write tid 3 to smithi118168640-25 2023-09-30T09:13:33.222 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 690 (ObjNum 578 snap 170 seq_num 578) dirty exists 2023-09-30T09:13:33.222 INFO:tasks.rados.rados.0.smithi118.stdout:1841: left oid 25 (ObjNum 578 snap 170 seq_num 578) 2023-09-30T09:13:33.514 INFO:tasks.rados.rados.0.smithi118.stdout:1837: done (5 left) 2023-09-30T09:13:33.514 INFO:tasks.rados.rados.0.smithi118.stdout:1839: done (4 left) 2023-09-30T09:13:33.514 INFO:tasks.rados.rados.0.smithi118.stdout:1841: done (3 left) 2023-09-30T09:13:33.515 INFO:tasks.rados.rados.0.smithi118.stdout:1842: done (2 left) 2023-09-30T09:13:33.515 INFO:tasks.rados.rados.0.smithi118.stdout:1843: done (1 left) 2023-09-30T09:13:33.515 INFO:tasks.rados.rados.0.smithi118.stdout:1844: done (0 left) 2023-09-30T09:13:33.515 INFO:tasks.rados.rados.0.smithi118.stdout:1845: copy_from oid 35 from oid 2 current snap is 171 2023-09-30T09:13:33.515 INFO:tasks.rados.rados.0.smithi118.stdout:1846: copy_from oid 24 from oid 12 current snap is 171 2023-09-30T09:13:33.515 INFO:tasks.rados.rados.0.smithi118.stdout:1847: copy_from oid 44 from oid 36 current snap is 171 2023-09-30T09:13:33.515 INFO:tasks.rados.rados.0.smithi118.stdout:1848: snap_create 2023-09-30T09:13:33.517 INFO:tasks.rados.rados.0.smithi118.stdout:1845: finishing copy_from to smithi118168640-35 2023-09-30T09:13:33.518 INFO:tasks.rados.rados.0.smithi118.stdout:1845: got expected ENOENT (src dne) 2023-09-30T09:13:33.518 INFO:tasks.rados.rados.0.smithi118.stdout:1845: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:13:33.521 INFO:tasks.rados.rados.0.smithi118.stdout:1847: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:13:33.523 INFO:tasks.rados.rados.0.smithi118.stdout:1847: finishing copy_from to smithi118168640-44 2023-09-30T09:13:33.524 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 562 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:33.540 INFO:tasks.rados.rados.0.smithi118.stdout:1846: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:13:33.543 INFO:tasks.rados.rados.0.smithi118.stdout:1846: finishing copy_from to smithi118168640-24 2023-09-30T09:13:33.543 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 533 (ObjNum 571 snap 169 seq_num 571) dirty exists 2023-09-30T09:13:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:33 smithi118 ceph-mon[182959]: osdmap e417: 8 total, 8 up, 8 in 2023-09-30T09:13:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:33 smithi118 ceph-mon[182959]: failed to encode map e417 with expected crc 2023-09-30T09:13:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:33 smithi118 ceph-mon[182959]: pgmap v335: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 119 active+clean; 202 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.1 MiB/s wr, 17 op/s; 4/267 objects degraded (1.498%); 1.8 MiB/s, 0 objects/s recovering 2023-09-30T09:13:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:33 smithi118 ceph-mon[185516]: osdmap e417: 8 total, 8 up, 8 in 2023-09-30T09:13:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:33 smithi118 ceph-mon[185516]: failed to encode map e417 with expected crc 2023-09-30T09:13:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:33 smithi118 ceph-mon[185516]: pgmap v335: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 119 active+clean; 202 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.1 MiB/s wr, 17 op/s; 4/267 objects degraded (1.498%); 1.8 MiB/s, 0 objects/s recovering 2023-09-30T09:13:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:33 smithi192 ceph-mon[180220]: osdmap e417: 8 total, 8 up, 8 in 2023-09-30T09:13:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:33 smithi192 ceph-mon[180220]: failed to encode map e417 with expected crc 2023-09-30T09:13:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:33 smithi192 ceph-mon[180220]: pgmap v335: 121 pgs: 1 active+recovery_wait+degraded, 1 peering, 119 active+clean; 202 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 14 MiB/s rd, 4.1 MiB/s wr, 17 op/s; 4/267 objects degraded (1.498%); 1.8 MiB/s, 0 objects/s recovering 2023-09-30T09:13:34.514 INFO:tasks.rados.rados.0.smithi118.stdout:1845: done (3 left) 2023-09-30T09:13:34.515 INFO:tasks.rados.rados.0.smithi118.stdout:1846: done (2 left) 2023-09-30T09:13:34.515 INFO:tasks.rados.rados.0.smithi118.stdout:1847: done (1 left) 2023-09-30T09:13:34.515 INFO:tasks.rados.rados.0.smithi118.stdout:1848: done (0 left) 2023-09-30T09:13:34.515 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 172 2023-09-30T09:13:34.515 INFO:tasks.rados.rados.0.smithi118.stdout:1849: seq_num 579 ranges {0=98304} 2023-09-30T09:13:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:1849: writing smithi118168640-45 from 0 to 98304 tid 1 2023-09-30T09:13:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:1850: rollback oid 15 current snap is 172 2023-09-30T09:13:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 171 2023-09-30T09:13:34.516 INFO:tasks.rados.rados.0.smithi118.stdout:1851: snap_remove snap 169 2023-09-30T09:13:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[185516]: osdmap e418: 8 total, 8 up, 8 in 2023-09-30T09:13:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[185516]: failed to encode map e418 with expected crc 2023-09-30T09:13:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:34.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[182959]: osdmap e418: 8 total, 8 up, 8 in 2023-09-30T09:13:34.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[182959]: failed to encode map e418 with expected crc 2023-09-30T09:13:34.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:34.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:34 smithi192 ceph-mon[180220]: osdmap e418: 8 total, 8 up, 8 in 2023-09-30T09:13:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:34 smithi192 ceph-mon[180220]: failed to encode map e418 with expected crc 2023-09-30T09:13:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:35.518 INFO:tasks.rados.rados.0.smithi118.stdout:1851: done (2 left) 2023-09-30T09:13:35.518 INFO:tasks.rados.rados.0.smithi118.stdout:1852: read oid 8 snap 171 2023-09-30T09:13:35.518 INFO:tasks.rados.rados.0.smithi118.stdout:1852: expect (ObjNum 569 snap 167 seq_num 569) 2023-09-30T09:13:35.523 INFO:tasks.rados.rados.0.smithi118.stdout:1853: rollback oid 47 current snap is 172 2023-09-30T09:13:35.523 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 47 to 170 2023-09-30T09:13:35.524 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 172 2023-09-30T09:13:35.524 INFO:tasks.rados.rados.0.smithi118.stdout:1854: seq_num 580 ranges {4046848=114688} 2023-09-30T09:13:35.543 INFO:tasks.rados.rados.0.smithi118.stdout:1854: writing smithi118168640-11 from 4046848 to 4161536 tid 1 2023-09-30T09:13:35.543 INFO:tasks.rados.rados.0.smithi118.stdout:1855: copy_from oid 23 from oid 42 current snap is 172 2023-09-30T09:13:35.544 INFO:tasks.rados.rados.0.smithi118.stdout:1850: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:13:35.544 INFO:tasks.rados.rados.0.smithi118.stdout:1849: finishing write tid 1 to smithi118168640-45 2023-09-30T09:13:35.544 INFO:tasks.rados.rados.0.smithi118.stdout:1849: finishing write tid 2 to smithi118168640-45 2023-09-30T09:13:35.544 INFO:tasks.rados.rados.0.smithi118.stdout:1850: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:13:35.544 INFO:tasks.rados.rados.0.smithi118.stdout:1850: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:13:35.544 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 574 (ObjNum 483 snap 140 seq_num 483) dirty exists 2023-09-30T09:13:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:1849: finishing write tid 3 to smithi118168640-45 2023-09-30T09:13:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 422 (ObjNum 579 snap 172 seq_num 579) dirty exists 2023-09-30T09:13:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:1849: left oid 45 (ObjNum 579 snap 172 seq_num 579) 2023-09-30T09:13:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:1853: finishing rollback tid 0 to smithi118168640-47 2023-09-30T09:13:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:1853: finishing rollback tid 1 to smithi118168640-47 2023-09-30T09:13:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:1853: finishing rollback tid 2 to smithi118168640-47 2023-09-30T09:13:35.546 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 562 (ObjNum 550 snap 161 seq_num 550) dirty exists 2023-09-30T09:13:35.546 INFO:tasks.rados.rados.0.smithi118.stdout:1849: done (5 left) 2023-09-30T09:13:35.546 INFO:tasks.rados.rados.0.smithi118.stdout:1850: done (4 left) 2023-09-30T09:13:35.546 INFO:tasks.rados.rados.0.smithi118.stdout:1853: done (3 left) 2023-09-30T09:13:35.546 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 172 2023-09-30T09:13:35.547 INFO:tasks.rados.rados.0.smithi118.stdout:1856: seq_num 581 ranges {4988928=139264} 2023-09-30T09:13:35.570 INFO:tasks.rados.rados.0.smithi118.stdout:1856: writing smithi118168640-30 from 4988928 to 5128192 tid 1 2023-09-30T09:13:35.571 INFO:tasks.rados.rados.0.smithi118.stdout:1857: snap_remove snap 161 2023-09-30T09:13:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:35 smithi118 ceph-mon[185516]: failed to encode map e419 with expected crc 2023-09-30T09:13:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:35 smithi118 ceph-mon[185516]: osdmap e419: 8 total, 8 up, 8 in 2023-09-30T09:13:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:35 smithi118 ceph-mon[185516]: pgmap v338: 121 pgs: 121 active+clean; 207 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 3.3 MiB/s wr, 11 op/s; 6.0 MiB/s, 1 objects/s recovering 2023-09-30T09:13:35.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:35 smithi118 ceph-mon[182959]: failed to encode map e419 with expected crc 2023-09-30T09:13:35.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:35 smithi118 ceph-mon[182959]: osdmap e419: 8 total, 8 up, 8 in 2023-09-30T09:13:35.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:35 smithi118 ceph-mon[182959]: pgmap v338: 121 pgs: 121 active+clean; 207 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 3.3 MiB/s wr, 11 op/s; 6.0 MiB/s, 1 objects/s recovering 2023-09-30T09:13:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:35 smithi192 ceph-mon[180220]: failed to encode map e419 with expected crc 2023-09-30T09:13:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:35 smithi192 ceph-mon[180220]: osdmap e419: 8 total, 8 up, 8 in 2023-09-30T09:13:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:35 smithi192 ceph-mon[180220]: pgmap v338: 121 pgs: 121 active+clean; 207 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.7 MiB/s rd, 3.3 MiB/s wr, 11 op/s; 6.0 MiB/s, 1 objects/s recovering 2023-09-30T09:13:36.460 INFO:tasks.rados.rados.0.smithi118.stdout:1857: done (4 left) 2023-09-30T09:13:36.460 INFO:tasks.rados.rados.0.smithi118.stdout:1858: snap_remove snap 170 2023-09-30T09:13:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[182959]: osdmap e420: 8 total, 8 up, 8 in 2023-09-30T09:13:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/267 objects degraded (1.498%), 1 pg degraded) 2023-09-30T09:13:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:13:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[182959]: failed to encode map e420 with expected crc 2023-09-30T09:13:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[182959]: failed to encode map e420 with expected crc 2023-09-30T09:13:36.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[182959]: osdmap e421: 8 total, 8 up, 8 in 2023-09-30T09:13:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[185516]: osdmap e420: 8 total, 8 up, 8 in 2023-09-30T09:13:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/267 objects degraded (1.498%), 1 pg degraded) 2023-09-30T09:13:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:13:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[185516]: failed to encode map e420 with expected crc 2023-09-30T09:13:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[185516]: failed to encode map e420 with expected crc 2023-09-30T09:13:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:36 smithi118 ceph-mon[185516]: osdmap e421: 8 total, 8 up, 8 in 2023-09-30T09:13:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:36 smithi192 ceph-mon[180220]: osdmap e420: 8 total, 8 up, 8 in 2023-09-30T09:13:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:36 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/267 objects degraded (1.498%), 1 pg degraded) 2023-09-30T09:13:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:36 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:13:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:36 smithi192 ceph-mon[180220]: failed to encode map e420 with expected crc 2023-09-30T09:13:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:36 smithi192 ceph-mon[180220]: failed to encode map e420 with expected crc 2023-09-30T09:13:36.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:36 smithi192 ceph-mon[180220]: osdmap e421: 8 total, 8 up, 8 in 2023-09-30T09:13:37.470 INFO:tasks.rados.rados.0.smithi118.stdout:1858: done (4 left) 2023-09-30T09:13:37.470 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 172 2023-09-30T09:13:37.470 INFO:tasks.rados.rados.0.smithi118.stdout:1859: seq_num 582 ranges {2383872=155648} 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1859: writing smithi118168640-19 from 2383872 to 2539520 tid 1 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1860: setattr oid 34 current snap is 172 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1854: finishing write tid 1 to smithi118168640-11 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1854: finishing write tid 2 to smithi118168640-11 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1854: finishing write tid 3 to smithi118168640-11 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 856 (ObjNum 580 snap 172 seq_num 580) dirty exists 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1854: left oid 11 (ObjNum 580 snap 172 seq_num 580) 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1855: finishing copy_from racing read to smithi118168640-23 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:1855: finishing copy_from to smithi118168640-23 2023-09-30T09:13:37.478 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 843 (ObjNum 572 snap 169 seq_num 572) dirty exists 2023-09-30T09:13:37.479 INFO:tasks.rados.rados.0.smithi118.stdout:1852: expect (ObjNum 569 snap 167 seq_num 569) 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:1856: finishing write tid 1 to smithi118168640-30 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:1856: finishing write tid 2 to smithi118168640-30 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:1856: finishing write tid 3 to smithi118168640-30 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 839 (ObjNum 581 snap 172 seq_num 581) dirty exists 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:1856: left oid 30 (ObjNum 581 snap 172 seq_num 581) 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:1859: finishing write tid 1 to smithi118168640-19 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:1859: finishing write tid 2 to smithi118168640-19 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:1859: finishing write tid 3 to smithi118168640-19 2023-09-30T09:13:37.671 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 968 (ObjNum 582 snap 172 seq_num 582) dirty exists 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1859: left oid 19 (ObjNum 582 snap 172 seq_num 582) 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1852: done (5 left) 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1854: done (4 left) 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1855: done (3 left) 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1856: done (2 left) 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1859: done (1 left) 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1861: rollback oid 14 current snap is 172 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 14 to 171 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1862: read oid 37 snap -1 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1862: expect (ObjNum 545 snap 161 seq_num 545) 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1863: setattr oid 11 current snap is 172 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1864: read oid 4 snap 171 2023-09-30T09:13:37.672 INFO:tasks.rados.rados.0.smithi118.stdout:1864: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:13:37.673 INFO:tasks.rados.rados.0.smithi118.stdout:1865: read oid 38 snap -1 2023-09-30T09:13:37.673 INFO:tasks.rados.rados.0.smithi118.stdout:1865: expect (ObjNum 566 snap 166 seq_num 566) 2023-09-30T09:13:37.673 INFO:tasks.rados.rados.0.smithi118.stdout:1866: read oid 40 snap -1 2023-09-30T09:13:37.673 INFO:tasks.rados.rados.0.smithi118.stdout:1866: expect deleted 2023-09-30T09:13:37.673 INFO:tasks.rados.rados.0.smithi118.stdout:1867: delete oid 29 current snap is 172 2023-09-30T09:13:37.679 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 857 (ObjNum 580 snap 172 seq_num 580) dirty exists 2023-09-30T09:13:37.679 INFO:tasks.rados.rados.0.smithi118.stdout:1861: finishing rollback tid 0 to smithi118168640-14 2023-09-30T09:13:37.680 INFO:tasks.rados.rados.0.smithi118.stdout:1861: finishing rollback tid 1 to smithi118168640-14 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:1861: finishing rollback tid 2 to smithi118168640-14 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 842 (ObjNum 489 snap 143 seq_num 489) dirty exists 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:1861: done (7 left) 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:1863: done (6 left) 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:1866: done (5 left) 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:1867: done (4 left) 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:1868: read oid 48 snap -1 2023-09-30T09:13:37.681 INFO:tasks.rados.rados.0.smithi118.stdout:1868: expect deleted 2023-09-30T09:13:37.683 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 172 2023-09-30T09:13:37.683 INFO:tasks.rados.rados.0.smithi118.stdout:1869: seq_num 584 ranges {2949120=188416} 2023-09-30T09:13:37.700 INFO:tasks.rados.rados.0.smithi118.stdout:1869: writing smithi118168640-35 from 2949120 to 3137536 tid 1 2023-09-30T09:13:37.700 INFO:tasks.rados.rados.0.smithi118.stdout:1870: read oid 21 snap -1 2023-09-30T09:13:37.700 INFO:tasks.rados.rados.0.smithi118.stdout:1870: expect deleted 2023-09-30T09:13:37.700 INFO:tasks.rados.rados.0.smithi118.stdout:1871: snap_create 2023-09-30T09:13:37.700 INFO:tasks.rados.rados.0.smithi118.stdout:1865: expect (ObjNum 566 snap 166 seq_num 566) 2023-09-30T09:13:37.758 INFO:tasks.rados.rados.0.smithi118.stdout:1864: expect (ObjNum 475 snap 137 seq_num 475) 2023-09-30T09:13:37.778 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 691 (ObjNum 565 snap 166 seq_num 565) dirty exists 2023-09-30T09:13:37.778 INFO:tasks.rados.rados.0.smithi118.stdout:1869: finishing write tid 1 to smithi118168640-35 2023-09-30T09:13:37.778 INFO:tasks.rados.rados.0.smithi118.stdout:1869: finishing write tid 2 to smithi118168640-35 2023-09-30T09:13:37.778 INFO:tasks.rados.rados.0.smithi118.stdout:1869: finishing write tid 3 to smithi118168640-35 2023-09-30T09:13:37.778 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 841 (ObjNum 584 snap 172 seq_num 584) dirty exists 2023-09-30T09:13:37.778 INFO:tasks.rados.rados.0.smithi118.stdout:1869: left oid 35 (ObjNum 584 snap 172 seq_num 584) 2023-09-30T09:13:37.778 INFO:tasks.rados.rados.0.smithi118.stdout:1862: expect (ObjNum 545 snap 161 seq_num 545) 2023-09-30T09:13:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:37 smithi118 ceph-mon[182959]: failed to encode map e421 with expected crc 2023-09-30T09:13:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:37 smithi118 ceph-mon[182959]: pgmap v341: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 2.8 MiB/s wr, 10 op/s; 5.5 MiB/s, 1 objects/s recovering 2023-09-30T09:13:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:37 smithi118 ceph-mon[182959]: osdmap e422: 8 total, 8 up, 8 in 2023-09-30T09:13:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:37 smithi118 ceph-mon[185516]: failed to encode map e421 with expected crc 2023-09-30T09:13:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:37 smithi118 ceph-mon[185516]: pgmap v341: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 2.8 MiB/s wr, 10 op/s; 5.5 MiB/s, 1 objects/s recovering 2023-09-30T09:13:37.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:37 smithi118 ceph-mon[185516]: osdmap e422: 8 total, 8 up, 8 in 2023-09-30T09:13:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:37 smithi192 ceph-mon[180220]: failed to encode map e421 with expected crc 2023-09-30T09:13:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:37 smithi192 ceph-mon[180220]: pgmap v341: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 209 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 2.8 MiB/s wr, 10 op/s; 5.5 MiB/s, 1 objects/s recovering 2023-09-30T09:13:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:37 smithi192 ceph-mon[180220]: osdmap e422: 8 total, 8 up, 8 in 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1860: done (7 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1862: done (6 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1864: done (5 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1865: done (4 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1868: done (3 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1869: done (2 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1870: done (1 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1871: done (0 left) 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1872: copy_from oid 24 from oid 14 current snap is 173 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 173 2023-09-30T09:13:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:1873: seq_num 585 ranges {7847936=204800} 2023-09-30T09:13:38.595 INFO:tasks.rados.rados.0.smithi118.stdout:1873: writing smithi118168640-10 from 7847936 to 8052736 tid 1 2023-09-30T09:13:38.595 INFO:tasks.rados.rados.0.smithi118.stdout:1874: snap_remove snap 172 2023-09-30T09:13:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:38 smithi118 ceph-mon[182959]: failed to encode map e422 with expected crc 2023-09-30T09:13:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:38 smithi118 ceph-mon[182959]: failed to encode map e422 with expected crc 2023-09-30T09:13:38.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:38 smithi118 ceph-mon[185516]: failed to encode map e422 with expected crc 2023-09-30T09:13:38.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:38 smithi118 ceph-mon[185516]: failed to encode map e422 with expected crc 2023-09-30T09:13:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:38 smithi192 ceph-mon[180220]: failed to encode map e422 with expected crc 2023-09-30T09:13:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:38 smithi192 ceph-mon[180220]: failed to encode map e422 with expected crc 2023-09-30T09:13:38.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:13:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:13:38.659Z caller=alerting.go:366 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-09-30T09:13:38.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:13:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:13:38.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:13:39.555 INFO:tasks.rados.rados.0.smithi118.stdout:1874: done (2 left) 2023-09-30T09:13:39.555 INFO:tasks.rados.rados.0.smithi118.stdout:1875: read oid 36 snap -1 2023-09-30T09:13:39.555 INFO:tasks.rados.rados.0.smithi118.stdout:1875: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:39.555 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 173 2023-09-30T09:13:39.556 INFO:tasks.rados.rados.0.smithi118.stdout:1872: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:13:39.556 INFO:tasks.rados.rados.0.smithi118.stdout:1872: finishing copy_from to smithi118168640-24 2023-09-30T09:13:39.556 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 842 (ObjNum 489 snap 143 seq_num 489) dirty exists 2023-09-30T09:13:39.556 INFO:tasks.rados.rados.0.smithi118.stdout:1873: finishing write tid 1 to smithi118168640-10 2023-09-30T09:13:39.556 INFO:tasks.rados.rados.0.smithi118.stdout:1873: finishing write tid 2 to smithi118168640-10 2023-09-30T09:13:39.556 INFO:tasks.rados.rados.0.smithi118.stdout:1876: seq_num 586 ranges {901120=221184} 2023-09-30T09:13:39.562 INFO:tasks.rados.rados.0.smithi118.stdout:1876: writing smithi118168640-25 from 901120 to 1122304 tid 1 2023-09-30T09:13:39.562 INFO:tasks.rados.rados.0.smithi118.stdout:1872: done (3 left) 2023-09-30T09:13:39.562 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 173 2023-09-30T09:13:39.562 INFO:tasks.rados.rados.0.smithi118.stdout:1877: seq_num 587 ranges {0=237568} 2023-09-30T09:13:39.563 INFO:tasks.rados.rados.0.smithi118.stdout:1877: writing smithi118168640-48 from 0 to 237568 tid 1 2023-09-30T09:13:39.563 INFO:tasks.rados.rados.0.smithi118.stdout:1878: copy_from oid 45 from oid 29 current snap is 173 2023-09-30T09:13:39.564 INFO:tasks.rados.rados.0.smithi118.stdout:1873: finishing write tid 3 to smithi118168640-10 2023-09-30T09:13:39.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 845 (ObjNum 585 snap 173 seq_num 585) dirty exists 2023-09-30T09:13:39.564 INFO:tasks.rados.rados.0.smithi118.stdout:1873: left oid 10 (ObjNum 585 snap 173 seq_num 585) 2023-09-30T09:13:39.564 INFO:tasks.rados.rados.0.smithi118.stdout:1873: done (4 left) 2023-09-30T09:13:39.564 INFO:tasks.rados.rados.0.smithi118.stdout:1879: snap_remove snap 171 2023-09-30T09:13:39.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:13:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:13:39] "GET /metrics HTTP/1.1" 200 36198 "" "Prometheus/2.43.0" 2023-09-30T09:13:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:39 smithi118 ceph-mon[182959]: osdmap e423: 8 total, 8 up, 8 in 2023-09-30T09:13:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:39 smithi118 ceph-mon[182959]: pgmap v344: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 976 KiB/s wr, 6 op/s 2023-09-30T09:13:39.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:39 smithi118 ceph-mon[185516]: osdmap e423: 8 total, 8 up, 8 in 2023-09-30T09:13:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:39 smithi118 ceph-mon[185516]: pgmap v344: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 976 KiB/s wr, 6 op/s 2023-09-30T09:13:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:39 smithi192 ceph-mon[180220]: osdmap e423: 8 total, 8 up, 8 in 2023-09-30T09:13:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:39 smithi192 ceph-mon[180220]: pgmap v344: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 191 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.0 MiB/s rd, 976 KiB/s wr, 6 op/s 2023-09-30T09:13:40.564 INFO:tasks.rados.rados.0.smithi118.stdout:1879: done (4 left) 2023-09-30T09:13:40.565 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 173 2023-09-30T09:13:40.565 INFO:tasks.rados.rados.0.smithi118.stdout:1880: seq_num 588 ranges {3137536=253952} 2023-09-30T09:13:40.584 INFO:tasks.rados.rados.0.smithi118.stdout:1880: writing smithi118168640-35 from 3137536 to 3391488 tid 1 2023-09-30T09:13:40.584 INFO:tasks.rados.rados.0.smithi118.stdout:1881: delete oid 21 current snap is 173 2023-09-30T09:13:40.584 INFO:tasks.rados.rados.0.smithi118.stdout:1875: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:40.619 INFO:tasks.rados.rados.0.smithi118.stdout:1878: finishing copy_from to smithi118168640-45 2023-09-30T09:13:40.619 INFO:tasks.rados.rados.0.smithi118.stdout:1878: got expected ENOENT (src dne) 2023-09-30T09:13:40.619 INFO:tasks.rados.rados.0.smithi118.stdout:1878: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:13:40.619 INFO:tasks.rados.rados.0.smithi118.stdout:1876: finishing write tid 1 to smithi118168640-25 2023-09-30T09:13:40.619 INFO:tasks.rados.rados.0.smithi118.stdout:1876: finishing write tid 2 to smithi118168640-25 2023-09-30T09:13:40.619 INFO:tasks.rados.rados.0.smithi118.stdout:1877: finishing write tid 1 to smithi118168640-48 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1876: finishing write tid 3 to smithi118168640-25 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 693 (ObjNum 586 snap 173 seq_num 586) dirty exists 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1876: left oid 25 (ObjNum 586 snap 173 seq_num 586) 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1877: finishing write tid 2 to smithi118168640-48 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1877: finishing write tid 3 to smithi118168640-48 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 970 (ObjNum 587 snap 173 seq_num 587) dirty exists 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1877: left oid 48 (ObjNum 587 snap 173 seq_num 587) 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1880: finishing write tid 1 to smithi118168640-35 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1875: done (5 left) 2023-09-30T09:13:40.620 INFO:tasks.rados.rados.0.smithi118.stdout:1876: done (4 left) 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1877: done (3 left) 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1878: done (2 left) 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1881: done (1 left) 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 173 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1880: finishing write tid 2 to smithi118168640-35 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1880: finishing write tid 3 to smithi118168640-35 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 843 (ObjNum 588 snap 173 seq_num 588) dirty exists 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1880: left oid 35 (ObjNum 588 snap 173 seq_num 588) 2023-09-30T09:13:40.621 INFO:tasks.rados.rados.0.smithi118.stdout:1882: seq_num 590 ranges {5292032=286720} 2023-09-30T09:13:40.648 INFO:tasks.rados.rados.0.smithi118.stdout:1882: writing smithi118168640-8 from 5292032 to 5578752 tid 1 2023-09-30T09:13:40.648 INFO:tasks.rados.rados.0.smithi118.stdout:1880: done (1 left) 2023-09-30T09:13:40.648 INFO:tasks.rados.rados.0.smithi118.stdout:1883: rmattr oid 45 current snap is 173 2023-09-30T09:13:40.648 INFO:tasks.rados.rados.0.smithi118.stdout:1884: rollback oid 14 current snap is 173 2023-09-30T09:13:40.648 INFO:tasks.rados.rados.0.smithi118.stdout:1884: done (2 left) 2023-09-30T09:13:40.648 INFO:tasks.rados.rados.0.smithi118.stdout:1885: read oid 46 snap -1 2023-09-30T09:13:40.649 INFO:tasks.rados.rados.0.smithi118.stdout:1885: expect (ObjNum 488 snap 143 seq_num 488) 2023-09-30T09:13:40.649 INFO:tasks.rados.rados.0.smithi118.stdout:1886: read oid 25 snap -1 2023-09-30T09:13:40.649 INFO:tasks.rados.rados.0.smithi118.stdout:1886: expect (ObjNum 586 snap 173 seq_num 586) 2023-09-30T09:13:40.649 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 173 2023-09-30T09:13:40.649 INFO:tasks.rados.rados.0.smithi118.stdout:1887: seq_num 591 ranges {15745024=303104} 2023-09-30T09:13:40.732 INFO:tasks.rados.rados.0.smithi118.stdout:1887: writing smithi118168640-39 from 15745024 to 16048128 tid 1 2023-09-30T09:13:40.732 INFO:tasks.rados.rados.0.smithi118.stdout:1888: copy_from oid 37 from oid 48 current snap is 173 2023-09-30T09:13:40.732 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 423 (ObjNum 579 snap 172 seq_num 579) dirty exists 2023-09-30T09:13:40.732 INFO:tasks.rados.rados.0.smithi118.stdout:1882: finishing write tid 1 to smithi118168640-8 2023-09-30T09:13:40.732 INFO:tasks.rados.rados.0.smithi118.stdout:1882: finishing write tid 2 to smithi118168640-8 2023-09-30T09:13:40.732 INFO:tasks.rados.rados.0.smithi118.stdout:1883: done (5 left) 2023-09-30T09:13:40.732 INFO:tasks.rados.rados.0.smithi118.stdout:1889: rmattr oid 16 current snap is 173 2023-09-30T09:13:40.733 INFO:tasks.rados.rados.0.smithi118.stdout:1889: done (5 left) 2023-09-30T09:13:40.733 INFO:tasks.rados.rados.0.smithi118.stdout:1890: snap_create 2023-09-30T09:13:40.733 INFO:tasks.rados.rados.0.smithi118.stdout:1882: finishing write tid 3 to smithi118168640-8 2023-09-30T09:13:40.733 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 837 (ObjNum 590 snap 173 seq_num 590) dirty exists 2023-09-30T09:13:40.733 INFO:tasks.rados.rados.0.smithi118.stdout:1882: left oid 8 (ObjNum 590 snap 173 seq_num 590) 2023-09-30T09:13:40.733 INFO:tasks.rados.rados.0.smithi118.stdout:1885: expect (ObjNum 488 snap 143 seq_num 488) 2023-09-30T09:13:40.756 INFO:tasks.rados.rados.0.smithi118.stdout:1886: expect (ObjNum 586 snap 173 seq_num 586) 2023-09-30T09:13:40.813 INFO:tasks.rados.rados.0.smithi118.stdout:1887: finishing write tid 1 to smithi118168640-39 2023-09-30T09:13:40.813 INFO:tasks.rados.rados.0.smithi118.stdout:1887: finishing write tid 2 to smithi118168640-39 2023-09-30T09:13:40.813 INFO:tasks.rados.rados.0.smithi118.stdout:1887: finishing write tid 3 to smithi118168640-39 2023-09-30T09:13:40.813 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 826 (ObjNum 591 snap 173 seq_num 591) dirty exists 2023-09-30T09:13:40.813 INFO:tasks.rados.rados.0.smithi118.stdout:1887: left oid 39 (ObjNum 591 snap 173 seq_num 591) 2023-09-30T09:13:40.813 INFO:tasks.rados.rados.0.smithi118.stdout:1888: finishing copy_from to smithi118168640-37 2023-09-30T09:13:40.813 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 970 (ObjNum 587 snap 173 seq_num 587) dirty exists 2023-09-30T09:13:40.814 INFO:tasks.rados.rados.0.smithi118.stdout:1888: finishing copy_from racing read to smithi118168640-37 2023-09-30T09:13:40.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:40 smithi118 ceph-mon[182959]: failed to encode map e423 with expected crc 2023-09-30T09:13:40.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:40 smithi118 ceph-mon[182959]: osdmap e424: 8 total, 8 up, 8 in 2023-09-30T09:13:40.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:40 smithi118 ceph-mon[185516]: failed to encode map e423 with expected crc 2023-09-30T09:13:40.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:40 smithi118 ceph-mon[185516]: osdmap e424: 8 total, 8 up, 8 in 2023-09-30T09:13:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:40 smithi192 ceph-mon[180220]: failed to encode map e423 with expected crc 2023-09-30T09:13:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:40 smithi192 ceph-mon[180220]: osdmap e424: 8 total, 8 up, 8 in 2023-09-30T09:13:41.461 INFO:tasks.rados.rados.0.smithi118.stdout:1882: done (5 left) 2023-09-30T09:13:41.461 INFO:tasks.rados.rados.0.smithi118.stdout:1885: done (4 left) 2023-09-30T09:13:41.461 INFO:tasks.rados.rados.0.smithi118.stdout:1886: done (3 left) 2023-09-30T09:13:41.461 INFO:tasks.rados.rados.0.smithi118.stdout:1887: done (2 left) 2023-09-30T09:13:41.462 INFO:tasks.rados.rados.0.smithi118.stdout:1888: done (1 left) 2023-09-30T09:13:41.462 INFO:tasks.rados.rados.0.smithi118.stdout:1890: done (0 left) 2023-09-30T09:13:41.462 INFO:tasks.rados.rados.0.smithi118.stdout:1891: delete oid 9 current snap is 174 2023-09-30T09:13:41.465 INFO:tasks.rados.rados.0.smithi118.stdout:1891: done (0 left) 2023-09-30T09:13:41.465 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 174 2023-09-30T09:13:41.465 INFO:tasks.rados.rados.0.smithi118.stdout:1892: seq_num 593 ranges {3391488=335872} 2023-09-30T09:13:41.484 INFO:tasks.rados.rados.0.smithi118.stdout:1892: writing smithi118168640-35 from 3391488 to 3727360 tid 1 2023-09-30T09:13:41.484 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 174 2023-09-30T09:13:41.484 INFO:tasks.rados.rados.0.smithi118.stdout:1893: seq_num 594 ranges {0=352256} 2023-09-30T09:13:41.486 INFO:tasks.rados.rados.0.smithi118.stdout:1893: writing smithi118168640-6 from 0 to 352256 tid 1 2023-09-30T09:13:41.486 INFO:tasks.rados.rados.0.smithi118.stdout:1894: delete oid 37 current snap is 174 2023-09-30T09:13:41.488 INFO:tasks.rados.rados.0.smithi118.stdout:1892: finishing write tid 1 to smithi118168640-35 2023-09-30T09:13:41.488 INFO:tasks.rados.rados.0.smithi118.stdout:1892: finishing write tid 2 to smithi118168640-35 2023-09-30T09:13:41.490 INFO:tasks.rados.rados.0.smithi118.stdout:1892: finishing write tid 3 to smithi118168640-35 2023-09-30T09:13:41.490 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 845 (ObjNum 593 snap 174 seq_num 593) dirty exists 2023-09-30T09:13:41.490 INFO:tasks.rados.rados.0.smithi118.stdout:1892: left oid 35 (ObjNum 593 snap 174 seq_num 593) 2023-09-30T09:13:41.493 INFO:tasks.rados.rados.0.smithi118.stdout:1893: finishing write tid 1 to smithi118168640-6 2023-09-30T09:13:41.493 INFO:tasks.rados.rados.0.smithi118.stdout:1893: finishing write tid 2 to smithi118168640-6 2023-09-30T09:13:41.496 INFO:tasks.rados.rados.0.smithi118.stdout:1892: done (2 left) 2023-09-30T09:13:41.496 INFO:tasks.rados.rados.0.smithi118.stdout:1894: done (1 left) 2023-09-30T09:13:41.496 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 174 2023-09-30T09:13:41.496 INFO:tasks.rados.rados.0.smithi118.stdout:1895: seq_num 596 ranges {0=385024} 2023-09-30T09:13:41.498 INFO:tasks.rados.rados.0.smithi118.stdout:1895: writing smithi118168640-40 from 0 to 385024 tid 1 2023-09-30T09:13:41.499 INFO:tasks.rados.rados.0.smithi118.stdout:1896: copy_from oid 31 from oid 21 current snap is 174 2023-09-30T09:13:41.499 INFO:tasks.rados.rados.0.smithi118.stdout:1893: finishing write tid 3 to smithi118168640-6 2023-09-30T09:13:41.499 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 808 (ObjNum 594 snap 174 seq_num 594) dirty exists 2023-09-30T09:13:41.499 INFO:tasks.rados.rados.0.smithi118.stdout:1893: left oid 6 (ObjNum 594 snap 174 seq_num 594) 2023-09-30T09:13:41.499 INFO:tasks.rados.rados.0.smithi118.stdout:1893: done (2 left) 2023-09-30T09:13:41.499 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 174 2023-09-30T09:13:41.499 INFO:tasks.rados.rados.0.smithi118.stdout:1897: seq_num 597 ranges {8052736=401408} 2023-09-30T09:13:41.544 INFO:tasks.rados.rados.0.smithi118.stdout:1897: writing smithi118168640-10 from 8052736 to 8454144 tid 1 2023-09-30T09:13:41.544 INFO:tasks.rados.rados.0.smithi118.stdout:1898: copy_from oid 19 from oid 47 current snap is 174 2023-09-30T09:13:41.544 INFO:tasks.rados.rados.0.smithi118.stdout:1896: finishing copy_from to smithi118168640-31 2023-09-30T09:13:41.544 INFO:tasks.rados.rados.0.smithi118.stdout:1896: got expected ENOENT (src dne) 2023-09-30T09:13:41.544 INFO:tasks.rados.rados.0.smithi118.stdout:1899: delete oid 13 current snap is 174 2023-09-30T09:13:41.544 INFO:tasks.rados.rados.0.smithi118.stdout:1896: finishing copy_from racing read to smithi118168640-31 2023-09-30T09:13:41.544 INFO:tasks.rados.rados.0.smithi118.stdout:1895: finishing write tid 1 to smithi118168640-40 2023-09-30T09:13:41.545 INFO:tasks.rados.rados.0.smithi118.stdout:1895: finishing write tid 2 to smithi118168640-40 2023-09-30T09:13:41.545 INFO:tasks.rados.rados.0.smithi118.stdout:1895: finishing write tid 3 to smithi118168640-40 2023-09-30T09:13:41.545 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 440 (ObjNum 596 snap 174 seq_num 596) dirty exists 2023-09-30T09:13:41.545 INFO:tasks.rados.rados.0.smithi118.stdout:1895: left oid 40 (ObjNum 596 snap 174 seq_num 596) 2023-09-30T09:13:41.546 INFO:tasks.rados.rados.0.smithi118.stdout:1895: done (4 left) 2023-09-30T09:13:41.546 INFO:tasks.rados.rados.0.smithi118.stdout:1896: done (3 left) 2023-09-30T09:13:41.546 INFO:tasks.rados.rados.0.smithi118.stdout:1899: done (2 left) 2023-09-30T09:13:41.546 INFO:tasks.rados.rados.0.smithi118.stdout:1900: snap_remove snap 173 2023-09-30T09:13:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[182959]: failed to encode map e424 with expected crc 2023-09-30T09:13:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[182959]: osdmap e425: 8 total, 8 up, 8 in 2023-09-30T09:13:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[182959]: failed to encode map e425 with expected crc 2023-09-30T09:13:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[182959]: failed to encode map e425 with expected crc 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[182959]: pgmap v347: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 20 op/s 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[182959]: osdmap e426: 8 total, 8 up, 8 in 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[185516]: failed to encode map e424 with expected crc 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[185516]: osdmap e425: 8 total, 8 up, 8 in 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[185516]: failed to encode map e425 with expected crc 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[185516]: failed to encode map e425 with expected crc 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[185516]: pgmap v347: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 20 op/s 2023-09-30T09:13:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:41 smithi118 ceph-mon[185516]: osdmap e426: 8 total, 8 up, 8 in 2023-09-30T09:13:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:41 smithi192 ceph-mon[180220]: failed to encode map e424 with expected crc 2023-09-30T09:13:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:41 smithi192 ceph-mon[180220]: osdmap e425: 8 total, 8 up, 8 in 2023-09-30T09:13:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:41 smithi192 ceph-mon[180220]: failed to encode map e425 with expected crc 2023-09-30T09:13:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:41 smithi192 ceph-mon[180220]: failed to encode map e425 with expected crc 2023-09-30T09:13:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:41 smithi192 ceph-mon[180220]: pgmap v347: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 MiB/s wr, 20 op/s 2023-09-30T09:13:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:41 smithi192 ceph-mon[180220]: osdmap e426: 8 total, 8 up, 8 in 2023-09-30T09:13:42.471 INFO:tasks.rados.rados.0.smithi118.stdout:1900: done (2 left) 2023-09-30T09:13:42.471 INFO:tasks.rados.rados.0.smithi118.stdout:1901: read oid 22 snap -1 2023-09-30T09:13:42.471 INFO:tasks.rados.rados.0.smithi118.stdout:1901: expect (ObjNum 527 snap 150 seq_num 527) 2023-09-30T09:13:42.471 INFO:tasks.rados.rados.0.smithi118.stdout:1902: read oid 9 snap -1 2023-09-30T09:13:42.471 INFO:tasks.rados.rados.0.smithi118.stdout:1902: expect deleted 2023-09-30T09:13:42.471 INFO:tasks.rados.rados.0.smithi118.stdout:1903: setattr oid 32 current snap is 174 2023-09-30T09:13:42.471 INFO:tasks.rados.rados.0.smithi118.stdout:1904: setattr oid 8 current snap is 174 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1905: copy_from oid 2 from oid 44 current snap is 174 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1906: rmattr oid 11 current snap is 174 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1907: read oid 45 snap -1 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1907: expect (ObjNum 579 snap 172 seq_num 579) 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1908: delete oid 23 current snap is 174 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1897: finishing write tid 1 to smithi118168640-10 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1897: finishing write tid 2 to smithi118168640-10 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1897: finishing write tid 3 to smithi118168640-10 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 847 (ObjNum 597 snap 174 seq_num 597) dirty exists 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1897: left oid 10 (ObjNum 597 snap 174 seq_num 597) 2023-09-30T09:13:42.472 INFO:tasks.rados.rados.0.smithi118.stdout:1898: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:13:42.473 INFO:tasks.rados.rados.0.smithi118.stdout:1898: finishing copy_from to smithi118168640-19 2023-09-30T09:13:42.473 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 562 (ObjNum 550 snap 161 seq_num 550) dirty exists 2023-09-30T09:13:42.474 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 694 (ObjNum 129 snap 0 seq_num 3323499032) dirty exists 2023-09-30T09:13:42.476 INFO:tasks.rados.rados.0.smithi118.stdout:1907: expect (ObjNum 579 snap 172 seq_num 579) 2023-09-30T09:13:42.481 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 860 (ObjNum 580 snap 172 seq_num 580) dirty exists 2023-09-30T09:13:42.481 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 972 (ObjNum 590 snap 173 seq_num 590) dirty exists 2023-09-30T09:13:42.481 INFO:tasks.rados.rados.0.smithi118.stdout:1897: done (9 left) 2023-09-30T09:13:42.481 INFO:tasks.rados.rados.0.smithi118.stdout:1898: done (8 left) 2023-09-30T09:13:42.481 INFO:tasks.rados.rados.0.smithi118.stdout:1902: done (7 left) 2023-09-30T09:13:42.481 INFO:tasks.rados.rados.0.smithi118.stdout:1903: done (6 left) 2023-09-30T09:13:42.481 INFO:tasks.rados.rados.0.smithi118.stdout:1904: done (5 left) 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1906: done (4 left) 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1907: done (3 left) 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1908: done (2 left) 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1909: read oid 27 snap -1 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1909: expect (ObjNum 530 snap 151 seq_num 530) 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1910: copy_from oid 14 from oid 6 current snap is 174 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1911: rollback oid 33 current snap is 174 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1911: done (4 left) 2023-09-30T09:13:42.482 INFO:tasks.rados.rados.0.smithi118.stdout:1912: snap_create 2023-09-30T09:13:42.487 INFO:tasks.rados.rados.0.smithi118.stdout:1901: expect (ObjNum 527 snap 150 seq_num 527) 2023-09-30T09:13:42.528 INFO:tasks.rados.rados.0.smithi118.stdout:1910: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:13:42.528 INFO:tasks.rados.rados.0.smithi118.stdout:1910: finishing copy_from to smithi118168640-14 2023-09-30T09:13:42.528 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 808 (ObjNum 594 snap 174 seq_num 594) dirty exists 2023-09-30T09:13:42.528 INFO:tasks.rados.rados.0.smithi118.stdout:1905: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:13:42.528 INFO:tasks.rados.rados.0.smithi118.stdout:1909: expect (ObjNum 530 snap 151 seq_num 530) 2023-09-30T09:13:42.619 INFO:tasks.rados.rados.0.smithi118.stdout:1905: finishing copy_from to smithi118168640-2 2023-09-30T09:13:42.619 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 562 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:42.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[182959]: failed to encode map e426 with expected crc 2023-09-30T09:13:42.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[182959]: failed to encode map e426 with expected crc 2023-09-30T09:13:42.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[182959]: osdmap e427: 8 total, 8 up, 8 in 2023-09-30T09:13:42.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:42.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[185516]: failed to encode map e426 with expected crc 2023-09-30T09:13:42.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[185516]: failed to encode map e426 with expected crc 2023-09-30T09:13:42.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[185516]: osdmap e427: 8 total, 8 up, 8 in 2023-09-30T09:13:42.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:42 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:42.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:42 smithi192 ceph-mon[180220]: failed to encode map e426 with expected crc 2023-09-30T09:13:42.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:42 smithi192 ceph-mon[180220]: failed to encode map e426 with expected crc 2023-09-30T09:13:42.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:42 smithi192 ceph-mon[180220]: osdmap e427: 8 total, 8 up, 8 in 2023-09-30T09:13:42.892 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:42 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:43.469 INFO:tasks.rados.rados.0.smithi118.stdout:1901: done (4 left) 2023-09-30T09:13:43.469 INFO:tasks.rados.rados.0.smithi118.stdout:1905: done (3 left) 2023-09-30T09:13:43.469 INFO:tasks.rados.rados.0.smithi118.stdout:1909: done (2 left) 2023-09-30T09:13:43.470 INFO:tasks.rados.rados.0.smithi118.stdout:1910: done (1 left) 2023-09-30T09:13:43.470 INFO:tasks.rados.rados.0.smithi118.stdout:1912: done (0 left) 2023-09-30T09:13:43.470 INFO:tasks.rados.rados.0.smithi118.stdout:1913: rollback oid 43 current snap is 175 2023-09-30T09:13:43.470 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 43 to 174 2023-09-30T09:13:43.470 INFO:tasks.rados.rados.0.smithi118.stdout:1914: snap_create 2023-09-30T09:13:43.471 INFO:tasks.rados.rados.0.smithi118.stdout:1913: finishing rollback tid 1 to smithi118168640-43 2023-09-30T09:13:43.471 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 0 (ObjNum 177 snap 0 seq_num 3324229808) dirty dne 2023-09-30T09:13:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: failed to encode map e427 with expected crc 2023-09-30T09:13:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: Upgrade: osd.7 is safe to restart 2023-09-30T09:13:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: pgmap v350: 121 pgs: 121 active+clean; 167 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 20 op/s 2023-09-30T09:13:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: osdmap e428: 8 total, 8 up, 8 in 2023-09-30T09:13:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:43.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:13:43.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: failed to encode map e427 with expected crc 2023-09-30T09:13:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: Upgrade: osd.7 is safe to restart 2023-09-30T09:13:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: pgmap v350: 121 pgs: 121 active+clean; 167 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 20 op/s 2023-09-30T09:13:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: osdmap e428: 8 total, 8 up, 8 in 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: failed to encode map e427 with expected crc 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: Upgrade: osd.7 is safe to restart 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: pgmap v350: 121 pgs: 121 active+clean; 167 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 20 op/s 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: osdmap e428: 8 total, 8 up, 8 in 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-30T09:13:43.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:44.473 INFO:tasks.rados.rados.0.smithi118.stdout:1913: done (1 left) 2023-09-30T09:13:44.474 INFO:tasks.rados.rados.0.smithi118.stdout:1914: done (0 left) 2023-09-30T09:13:44.474 INFO:tasks.rados.rados.0.smithi118.stdout:1915: read oid 42 snap 175 2023-09-30T09:13:44.474 INFO:tasks.rados.rados.0.smithi118.stdout:1915: expect (ObjNum 572 snap 169 seq_num 572) 2023-09-30T09:13:44.474 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 176 2023-09-30T09:13:44.474 INFO:tasks.rados.rados.0.smithi118.stdout:1916: seq_num 600 ranges {4366336=450560} 2023-09-30T09:13:44.498 INFO:tasks.rados.rados.0.smithi118.stdout:1916: writing smithi118168640-12 from 4366336 to 4816896 tid 1 2023-09-30T09:13:44.498 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 176 2023-09-30T09:13:44.498 INFO:tasks.rados.rados.0.smithi118.stdout:1917: seq_num 601 ranges {1638400=475136} 2023-09-30T09:13:44.510 INFO:tasks.rados.rados.0.smithi118.stdout:1917: writing smithi118168640-22 from 1638400 to 2113536 tid 1 2023-09-30T09:13:44.510 INFO:tasks.rados.rados.0.smithi118.stdout:1918: rollback oid 35 current snap is 176 2023-09-30T09:13:44.510 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 174 2023-09-30T09:13:44.510 INFO:tasks.rados.rados.0.smithi118.stdout:1915: expect (ObjNum 572 snap 169 seq_num 572) 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:1916: finishing write tid 1 to smithi118168640-12 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:1916: finishing write tid 2 to smithi118168640-12 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:1916: finishing write tid 3 to smithi118168640-12 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 540 (ObjNum 600 snap 176 seq_num 600) dirty exists 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:1916: left oid 12 (ObjNum 600 snap 176 seq_num 600) 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:1917: finishing write tid 1 to smithi118168640-22 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:1915: done (3 left) 2023-09-30T09:13:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:1916: done (2 left) 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1919: rollback oid 50 current snap is 176 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 175 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1918: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1917: finishing write tid 2 to smithi118168640-22 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1918: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1918: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 848 (ObjNum 593 snap 174 seq_num 593) dirty exists 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1917: finishing write tid 3 to smithi118168640-22 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 543 (ObjNum 601 snap 176 seq_num 601) dirty exists 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1917: left oid 22 (ObjNum 601 snap 176 seq_num 601) 2023-09-30T09:13:44.572 INFO:tasks.rados.rados.0.smithi118.stdout:1917: done (2 left) 2023-09-30T09:13:44.573 INFO:tasks.rados.rados.0.smithi118.stdout:1918: done (1 left) 2023-09-30T09:13:44.573 INFO:tasks.rados.rados.0.smithi118.stdout:1920: read oid 35 snap -1 2023-09-30T09:13:44.573 INFO:tasks.rados.rados.0.smithi118.stdout:1920: expect (ObjNum 593 snap 174 seq_num 593) 2023-09-30T09:13:44.573 INFO:tasks.rados.rados.0.smithi118.stdout:1921: rmattr oid 36 current snap is 176 2023-09-30T09:13:44.573 INFO:tasks.rados.rados.0.smithi118.stdout:1922: setattr oid 43 current snap is 176 2023-09-30T09:13:44.573 INFO:tasks.rados.rados.0.smithi118.stdout:1919: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:13:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 0 (ObjNum 353 snap 0 seq_num 3324246928) dirty dne 2023-09-30T09:13:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:1919: done (3 left) 2023-09-30T09:13:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:1923: delete oid 38 current snap is 176 2023-09-30T09:13:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 575 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:1921: done (3 left) 2023-09-30T09:13:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:1923: done (2 left) 2023-09-30T09:13:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:1924: copy_from oid 21 from oid 36 current snap is 176 2023-09-30T09:13:44.575 INFO:tasks.rados.rados.0.smithi118.stdout:1925: delete oid 38 current snap is 176 2023-09-30T09:13:44.577 INFO:tasks.rados.rados.0.smithi118.stdout:1925: done (3 left) 2023-09-30T09:13:44.577 INFO:tasks.rados.rados.0.smithi118.stdout:1926: read oid 11 snap -1 2023-09-30T09:13:44.577 INFO:tasks.rados.rados.0.smithi118.stdout:1926: expect (ObjNum 580 snap 172 seq_num 580) 2023-09-30T09:13:44.577 INFO:tasks.rados.rados.0.smithi118.stdout:1927: read oid 26 snap 174 2023-09-30T09:13:44.577 INFO:tasks.rados.rados.0.smithi118.stdout:1927: expect deleted 2023-09-30T09:13:44.577 INFO:tasks.rados.rados.0.smithi118.stdout:1928: read oid 18 snap 174 2023-09-30T09:13:44.577 INFO:tasks.rados.rados.0.smithi118.stdout:1928: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:13:44.578 INFO:tasks.rados.rados.0.smithi118.stdout:1929: delete oid 4 current snap is 176 2023-09-30T09:13:44.580 INFO:tasks.rados.rados.0.smithi118.stdout:1924: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:13:44.592 INFO:tasks.rados.rados.0.smithi118.stdout:1924: finishing copy_from to smithi118168640-21 2023-09-30T09:13:44.592 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 575 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:44.592 INFO:tasks.rados.rados.0.smithi118.stdout:1920: expect (ObjNum 593 snap 174 seq_num 593) 2023-09-30T09:13:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[185516]: failed to encode map e428 with expected crc 2023-09-30T09:13:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[185516]: Upgrade: Updating osd.7 2023-09-30T09:13:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[185516]: Deploying daemon osd.7 on smithi192 2023-09-30T09:13:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[185516]: osdmap e429: 8 total, 8 up, 8 in 2023-09-30T09:13:44.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[182959]: failed to encode map e428 with expected crc 2023-09-30T09:13:44.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[182959]: Upgrade: Updating osd.7 2023-09-30T09:13:44.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[182959]: Deploying daemon osd.7 on smithi192 2023-09-30T09:13:44.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:44.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:44 smithi118 ceph-mon[182959]: osdmap e429: 8 total, 8 up, 8 in 2023-09-30T09:13:44.849 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:44 smithi192 ceph-mon[180220]: failed to encode map e428 with expected crc 2023-09-30T09:13:44.849 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:44 smithi192 ceph-mon[180220]: Upgrade: Updating osd.7 2023-09-30T09:13:44.849 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:44 smithi192 ceph-mon[180220]: Deploying daemon osd.7 on smithi192 2023-09-30T09:13:44.849 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:44.849 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:44 smithi192 ceph-mon[180220]: osdmap e429: 8 total, 8 up, 8 in 2023-09-30T09:13:44.850 INFO:tasks.rados.rados.0.smithi118.stdout:1926: expect (ObjNum 580 snap 172 seq_num 580) 2023-09-30T09:13:45.038 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 849 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:13:45.038 INFO:tasks.rados.rados.0.smithi118.stdout:1928: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:13:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:45 smithi118 ceph-mon[182959]: failed to encode map e429 with expected crc 2023-09-30T09:13:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:45 smithi118 ceph-mon[182959]: pgmap v353: 121 pgs: 121 active+clean; 148 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.6 MiB/s wr, 23 op/s 2023-09-30T09:13:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:45 smithi118 ceph-mon[185516]: failed to encode map e429 with expected crc 2023-09-30T09:13:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:45 smithi118 ceph-mon[185516]: pgmap v353: 121 pgs: 121 active+clean; 148 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.6 MiB/s wr, 23 op/s 2023-09-30T09:13:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:45 smithi192 ceph-mon[180220]: failed to encode map e429 with expected crc 2023-09-30T09:13:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:45 smithi192 ceph-mon[180220]: pgmap v353: 121 pgs: 121 active+clean; 148 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.6 MiB/s wr, 23 op/s 2023-09-30T09:13:45.964 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:45 smithi192 systemd[1]: Stopping Ceph osd.7 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:13:45.964 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[141501]: 2023-09-30T09:13:45.677+0000 7fe8984bc700 -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 2023-09-30T09:13:45.964 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[141501]: 2023-09-30T09:13:45.677+0000 7fe8984bc700 -1 osd.7 429 *** Got signal Terminated *** 2023-09-30T09:13:45.964 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[141501]: 2023-09-30T09:13:45.677+0000 7fe8984bc700 -1 osd.7 429 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T09:13:46.256 INFO:tasks.rados.rados.0.smithi118.stdout:1920: done (6 left) 2023-09-30T09:13:46.257 INFO:tasks.rados.rados.0.smithi118.stdout:1922: done (5 left) 2023-09-30T09:13:46.257 INFO:tasks.rados.rados.0.smithi118.stdout:1924: done (4 left) 2023-09-30T09:13:46.257 INFO:tasks.rados.rados.0.smithi118.stdout:1926: done (3 left) 2023-09-30T09:13:46.257 INFO:tasks.rados.rados.0.smithi118.stdout:1927: done (2 left) 2023-09-30T09:13:46.257 INFO:tasks.rados.rados.0.smithi118.stdout:1928: done (1 left) 2023-09-30T09:13:46.257 INFO:tasks.rados.rados.0.smithi118.stdout:1929: done (0 left) 2023-09-30T09:13:46.257 INFO:tasks.rados.rados.0.smithi118.stdout:1930: snap_remove snap 174 2023-09-30T09:13:46.463 INFO:tasks.rados.rados.0.smithi118.stdout:1930: done (0 left) 2023-09-30T09:13:46.463 INFO:tasks.rados.rados.0.smithi118.stdout:1931: snap_remove snap 175 2023-09-30T09:13:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:46 smithi118 ceph-mon[182959]: osd.7 marked itself down and dead 2023-09-30T09:13:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:46 smithi118 ceph-mon[182959]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:13:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:46 smithi118 ceph-mon[182959]: osdmap e430: 8 total, 7 up, 8 in 2023-09-30T09:13:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:46 smithi118 ceph-mon[185516]: osd.7 marked itself down and dead 2023-09-30T09:13:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:46 smithi118 ceph-mon[185516]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:13:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:46 smithi118 ceph-mon[185516]: osdmap e430: 8 total, 7 up, 8 in 2023-09-30T09:13:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:46 smithi192 ceph-mon[180220]: osd.7 marked itself down and dead 2023-09-30T09:13:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:46 smithi192 ceph-mon[180220]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-30T09:13:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:46 smithi192 ceph-mon[180220]: osdmap e430: 8 total, 7 up, 8 in 2023-09-30T09:13:47.463 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:47 smithi192 bash[204073]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7 2023-09-30T09:13:47.467 INFO:tasks.rados.rados.0.smithi118.stdout:1931: done (0 left) 2023-09-30T09:13:47.467 INFO:tasks.rados.rados.0.smithi118.stdout:1932: rollback oid 34 current snap is 176 2023-09-30T09:13:47.467 INFO:tasks.rados.rados.0.smithi118.stdout:1932: done (0 left) 2023-09-30T09:13:47.467 INFO:tasks.rados.rados.0.smithi118.stdout:1933: rmattr oid 49 current snap is 176 2023-09-30T09:13:47.468 INFO:tasks.rados.rados.0.smithi118.stdout:1934: copy_from oid 27 from oid 36 current snap is 176 2023-09-30T09:13:47.468 INFO:tasks.rados.rados.0.smithi118.stdout:1935: snap_create 2023-09-30T09:13:47.478 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 809 (ObjNum 574 snap 170 seq_num 574) dirty exists 2023-09-30T09:13:47.485 INFO:tasks.rados.rados.0.smithi118.stdout:1934: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:13:47.486 INFO:tasks.rados.rados.0.smithi118.stdout:1934: finishing copy_from to smithi118168640-27 2023-09-30T09:13:47.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 575 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:47 smithi118 ceph-mon[182959]: pgmap v355: 121 pgs: 18 peering, 12 stale+active+clean, 91 active+clean; 139 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.6 MiB/s wr, 34 op/s 2023-09-30T09:13:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:47 smithi118 ceph-mon[182959]: osdmap e431: 8 total, 7 up, 8 in 2023-09-30T09:13:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:47 smithi118 ceph-mon[185516]: pgmap v355: 121 pgs: 18 peering, 12 stale+active+clean, 91 active+clean; 139 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.6 MiB/s wr, 34 op/s 2023-09-30T09:13:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:47 smithi118 ceph-mon[185516]: osdmap e431: 8 total, 7 up, 8 in 2023-09-30T09:13:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:47 smithi192 ceph-mon[180220]: pgmap v355: 121 pgs: 18 peering, 12 stale+active+clean, 91 active+clean; 139 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.6 MiB/s wr, 34 op/s 2023-09-30T09:13:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:47 smithi192 ceph-mon[180220]: osdmap e431: 8 total, 7 up, 8 in 2023-09-30T09:13:48.467 INFO:tasks.rados.rados.0.smithi118.stdout:1933: done (2 left) 2023-09-30T09:13:48.467 INFO:tasks.rados.rados.0.smithi118.stdout:1934: done (1 left) 2023-09-30T09:13:48.467 INFO:tasks.rados.rados.0.smithi118.stdout:1935: done (0 left) 2023-09-30T09:13:48.467 INFO:tasks.rados.rados.0.smithi118.stdout:1936: delete oid 6 current snap is 177 2023-09-30T09:13:48.474 INFO:tasks.rados.rados.0.smithi118.stdout:1936: done (0 left) 2023-09-30T09:13:48.474 INFO:tasks.rados.rados.0.smithi118.stdout:1937: read oid 47 snap -1 2023-09-30T09:13:48.474 INFO:tasks.rados.rados.0.smithi118.stdout:1937: expect (ObjNum 550 snap 161 seq_num 550) 2023-09-30T09:13:48.475 INFO:tasks.rados.rados.0.smithi118.stdout:1938: read oid 2 snap -1 2023-09-30T09:13:48.475 INFO:tasks.rados.rados.0.smithi118.stdout:1938: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:48.475 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 177 2023-09-30T09:13:48.475 INFO:tasks.rados.rados.0.smithi118.stdout:1939: seq_num 606 ranges {4161536=557056} 2023-09-30T09:13:48.498 INFO:tasks.rados.rados.0.smithi118.stdout:1939: writing smithi118168640-11 from 4161536 to 4718592 tid 1 2023-09-30T09:13:48.498 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 177 2023-09-30T09:13:48.498 INFO:tasks.rados.rados.0.smithi118.stdout:1940: seq_num 607 ranges {5128192=573440} 2023-09-30T09:13:48.529 INFO:tasks.rados.rados.0.smithi118.stdout:1940: writing smithi118168640-30 from 5128192 to 5701632 tid 1 2023-09-30T09:13:48.529 INFO:tasks.rados.rados.0.smithi118.stdout:1941: snap_remove snap 176 2023-09-30T09:13:48.660 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:48 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.7.service: Succeeded. 2023-09-30T09:13:48.660 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:48 smithi192 systemd[1]: Stopped Ceph osd.7 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:13:48.660 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:48 smithi192 systemd[1]: Starting Ceph osd.7 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:13:48.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:48 smithi192 ceph-mon[180220]: Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-09-30T09:13:48.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:48 smithi192 ceph-mon[180220]: osdmap e432: 8 total, 7 up, 8 in 2023-09-30T09:13:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:48 smithi118 ceph-mon[182959]: Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-09-30T09:13:48.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:48 smithi118 ceph-mon[182959]: osdmap e432: 8 total, 7 up, 8 in 2023-09-30T09:13:48.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:48 smithi118 ceph-mon[185516]: Health check failed: Reduced data availability: 4 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2023-09-30T09:13:48.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:48 smithi118 ceph-mon[185516]: osdmap e432: 8 total, 7 up, 8 in 2023-09-30T09:13:48.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:13:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:13:48.658Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on (ceph_daemon) group_left (hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi118:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)\", cluster_addr=\"172.21.15.118\", device_class=\"ssd\", hostname=\"smithi118\", instance=\"smithi192.front.sepia.ceph.com:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.118\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-09-30T09:13:49.468 INFO:tasks.rados.rados.0.smithi118.stdout:1941: done (4 left) 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1942: rollback oid 24 current snap is 177 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1942: done (4 left) 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1943: rollback oid 10 current snap is 177 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1943: done (4 left) 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1944: copy_from oid 24 from oid 31 current snap is 177 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1945: copy_from oid 7 from oid 35 current snap is 177 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1946: read oid 4 snap -1 2023-09-30T09:13:49.469 INFO:tasks.rados.rados.0.smithi118.stdout:1946: expect deleted 2023-09-30T09:13:49.470 INFO:tasks.rados.rados.0.smithi118.stdout:1947: read oid 6 snap -1 2023-09-30T09:13:49.470 INFO:tasks.rados.rados.0.smithi118.stdout:1947: expect deleted 2023-09-30T09:13:49.470 INFO:tasks.rados.rados.0.smithi118.stdout:1948: snap_create 2023-09-30T09:13:49.476 INFO:tasks.rados.rados.0.smithi118.stdout:1937: expect (ObjNum 550 snap 161 seq_num 550) 2023-09-30T09:13:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:1938: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:1939: finishing write tid 1 to smithi118168640-11 2023-09-30T09:13:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:1939: finishing write tid 2 to smithi118168640-11 2023-09-30T09:13:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:1939: finishing write tid 3 to smithi118168640-11 2023-09-30T09:13:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 862 (ObjNum 606 snap 177 seq_num 606) dirty exists 2023-09-30T09:13:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:1939: left oid 11 (ObjNum 606 snap 177 seq_num 606) 2023-09-30T09:13:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:1940: finishing write tid 1 to smithi118168640-30 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:1940: finishing write tid 2 to smithi118168640-30 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:1940: finishing write tid 3 to smithi118168640-30 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 852 (ObjNum 607 snap 177 seq_num 607) dirty exists 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:1940: left oid 30 (ObjNum 607 snap 177 seq_num 607) 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:1944: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:1944: finishing copy_from to smithi118168640-24 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 527 (ObjNum 129 snap 0 seq_num 3322897088) dirty exists 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:1945: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:1945: finishing copy_from to smithi118168640-7 2023-09-30T09:13:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 848 (ObjNum 593 snap 174 seq_num 593) dirty exists 2023-09-30T09:13:49.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-30T09:13:49.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-30T09:13:49.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2023-09-30T09:13:49.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-09-30T09:13:49.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-09-30T09:13:49.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-30T09:13:49.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-30T09:13:49.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204307]: --> ceph-volume lvm activate successful for osd ID: 7 2023-09-30T09:13:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:13:49] "GET /metrics HTTP/1.1" 200 36193 "" "Prometheus/2.43.0" 2023-09-30T09:13:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[182959]: pgmap v358: 121 pgs: 15 active+undersized, 3 active+undersized+degraded, 18 peering, 7 stale+active+clean, 78 active+clean; 139 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 698 KiB/s wr, 33 op/s; 5/210 objects degraded (2.381%) 2023-09-30T09:13:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[182959]: osdmap e433: 8 total, 7 up, 8 in 2023-09-30T09:13:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[182959]: Health check failed: Degraded data redundancy: 5/210 objects degraded (2.381%), 3 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[185516]: pgmap v358: 121 pgs: 15 active+undersized, 3 active+undersized+degraded, 18 peering, 7 stale+active+clean, 78 active+clean; 139 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 698 KiB/s wr, 33 op/s; 5/210 objects degraded (2.381%) 2023-09-30T09:13:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[185516]: osdmap e433: 8 total, 7 up, 8 in 2023-09-30T09:13:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:49 smithi118 ceph-mon[185516]: Health check failed: Degraded data redundancy: 5/210 objects degraded (2.381%), 3 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:49 smithi192 ceph-mon[180220]: pgmap v358: 121 pgs: 15 active+undersized, 3 active+undersized+degraded, 18 peering, 7 stale+active+clean, 78 active+clean; 139 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 698 KiB/s wr, 33 op/s; 5/210 objects degraded (2.381%) 2023-09-30T09:13:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:13:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:49 smithi192 ceph-mon[180220]: osdmap e433: 8 total, 7 up, 8 in 2023-09-30T09:13:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:49 smithi192 ceph-mon[180220]: Health check failed: Degraded data redundancy: 5/210 objects degraded (2.381%), 3 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:50.214 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 ceph-osd[204564]: -- 172.21.15.192:0/2565156846 <== mon.1 v2:172.21.15.192:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55fd02ff44e0 con 0x55fd02fc5400 2023-09-30T09:13:50.214 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 bash[204546]: c6df0fb27277785c5e860286a5c394f766774590ff08f8f59c049a85a1dff4df 2023-09-30T09:13:50.214 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:49 smithi192 systemd[1]: Started Ceph osd.7 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:13:50.469 INFO:tasks.rados.rados.0.smithi118.stdout:1937: done (8 left) 2023-09-30T09:13:50.469 INFO:tasks.rados.rados.0.smithi118.stdout:1938: done (7 left) 2023-09-30T09:13:50.469 INFO:tasks.rados.rados.0.smithi118.stdout:1939: done (6 left) 2023-09-30T09:13:50.469 INFO:tasks.rados.rados.0.smithi118.stdout:1940: done (5 left) 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:1944: done (4 left) 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:1945: done (3 left) 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:1946: done (2 left) 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:1947: done (1 left) 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:1948: done (0 left) 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:1949: rollback oid 37 current snap is 178 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 37 to 177 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 178 2023-09-30T09:13:50.470 INFO:tasks.rados.rados.0.smithi118.stdout:1950: seq_num 608 ranges {237568=589824} 2023-09-30T09:13:50.473 INFO:tasks.rados.rados.0.smithi118.stdout:1950: writing smithi118168640-48 from 237568 to 827392 tid 1 2023-09-30T09:13:50.474 INFO:tasks.rados.rados.0.smithi118.stdout:1951: snap_create 2023-09-30T09:13:50.474 INFO:tasks.rados.rados.0.smithi118.stdout:1949: finishing rollback tid 1 to smithi118168640-37 2023-09-30T09:13:50.474 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 0 (ObjNum 385 snap 0 seq_num 3323631792) dirty dne 2023-09-30T09:13:50.479 INFO:tasks.rados.rados.0.smithi118.stdout:1950: finishing write tid 1 to smithi118168640-48 2023-09-30T09:13:50.479 INFO:tasks.rados.rados.0.smithi118.stdout:1950: finishing write tid 2 to smithi118168640-48 2023-09-30T09:13:50.480 INFO:tasks.rados.rados.0.smithi118.stdout:1950: finishing write tid 3 to smithi118168640-48 2023-09-30T09:13:50.480 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 981 (ObjNum 608 snap 178 seq_num 608) dirty exists 2023-09-30T09:13:50.480 INFO:tasks.rados.rados.0.smithi118.stdout:1950: left oid 48 (ObjNum 608 snap 178 seq_num 608) 2023-09-30T09:13:50.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T09:13:50.413+0000 7fc77653a640 -1 Falling back to public interface 2023-09-30T09:13:51.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:51.252 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:51.252 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:51.252 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:50 smithi192 ceph-mon[180220]: osdmap e434: 8 total, 7 up, 8 in 2023-09-30T09:13:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:51.381 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:51.381 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:51.381 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[182959]: osdmap e434: 8 total, 7 up, 8 in 2023-09-30T09:13:51.382 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:51.382 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:51.382 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:51.382 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:50 smithi118 ceph-mon[185516]: osdmap e434: 8 total, 7 up, 8 in 2023-09-30T09:13:51.464 INFO:tasks.rados.rados.0.smithi118.stdout:1949: done (2 left) 2023-09-30T09:13:51.465 INFO:tasks.rados.rados.0.smithi118.stdout:1950: done (1 left) 2023-09-30T09:13:51.465 INFO:tasks.rados.rados.0.smithi118.stdout:1951: done (0 left) 2023-09-30T09:13:51.465 INFO:tasks.rados.rados.0.smithi118.stdout:1952: read oid 21 snap -1 2023-09-30T09:13:51.465 INFO:tasks.rados.rados.0.smithi118.stdout:1952: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:51.465 INFO:tasks.rados.rados.0.smithi118.stdout:1953: rollback oid 36 current snap is 179 2023-09-30T09:13:51.465 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 178 2023-09-30T09:13:51.465 INFO:tasks.rados.rados.0.smithi118.stdout:1954: snap_create 2023-09-30T09:13:51.471 INFO:tasks.rados.rados.0.smithi118.stdout:1953: finishing rollback tid 0 to smithi118168640-36 2023-09-30T09:13:51.473 INFO:tasks.rados.rados.0.smithi118.stdout:1953: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:13:51.473 INFO:tasks.rados.rados.0.smithi118.stdout:1953: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:13:51.473 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 851 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:51.476 INFO:tasks.rados.rados.0.smithi118.stdout:1952: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:13:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:51 smithi192 ceph-mon[180220]: pgmap v361: 121 pgs: 1 active+clean+snaptrim_wait, 23 active+undersized, 9 active+undersized+degraded, 18 peering, 70 active+clean; 140 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 896 KiB/s wr, 11 op/s; 26/222 objects degraded (11.712%) 2023-09-30T09:13:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:51 smithi192 ceph-mon[180220]: osdmap e435: 8 total, 7 up, 8 in 2023-09-30T09:13:52.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:51 smithi118 ceph-mon[182959]: pgmap v361: 121 pgs: 1 active+clean+snaptrim_wait, 23 active+undersized, 9 active+undersized+degraded, 18 peering, 70 active+clean; 140 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 896 KiB/s wr, 11 op/s; 26/222 objects degraded (11.712%) 2023-09-30T09:13:52.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:51 smithi118 ceph-mon[182959]: osdmap e435: 8 total, 7 up, 8 in 2023-09-30T09:13:52.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:51 smithi118 ceph-mon[185516]: pgmap v361: 121 pgs: 1 active+clean+snaptrim_wait, 23 active+undersized, 9 active+undersized+degraded, 18 peering, 70 active+clean; 140 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 5.6 MiB/s rd, 896 KiB/s wr, 11 op/s; 26/222 objects degraded (11.712%) 2023-09-30T09:13:52.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:51 smithi118 ceph-mon[185516]: osdmap e435: 8 total, 7 up, 8 in 2023-09-30T09:13:52.465 INFO:tasks.rados.rados.0.smithi118.stdout:1952: done (2 left) 2023-09-30T09:13:52.465 INFO:tasks.rados.rados.0.smithi118.stdout:1953: done (1 left) 2023-09-30T09:13:52.465 INFO:tasks.rados.rados.0.smithi118.stdout:1954: done (0 left) 2023-09-30T09:13:52.466 INFO:tasks.rados.rados.0.smithi118.stdout:1955: delete oid 22 current snap is 180 2023-09-30T09:13:52.469 INFO:tasks.rados.rados.0.smithi118.stdout:1955: done (0 left) 2023-09-30T09:13:52.469 INFO:tasks.rados.rados.0.smithi118.stdout:1956: copy_from oid 7 from oid 41 current snap is 180 2023-09-30T09:13:52.470 INFO:tasks.rados.rados.0.smithi118.stdout:1957: read oid 34 snap -1 2023-09-30T09:13:52.470 INFO:tasks.rados.rados.0.smithi118.stdout:1957: expect (ObjNum 565 snap 166 seq_num 565) 2023-09-30T09:13:52.470 INFO:tasks.rados.rados.0.smithi118.stdout:1958: snap_remove snap 179 2023-09-30T09:13:53.473 INFO:tasks.rados.rados.0.smithi118.stdout:1958: done (2 left) 2023-09-30T09:13:53.473 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 180 2023-09-30T09:13:53.473 INFO:tasks.rados.rados.0.smithi118.stdout:1956: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:13:53.473 INFO:tasks.rados.rados.0.smithi118.stdout:1959: seq_num 610 ranges {2392064=622592} 2023-09-30T09:13:53.489 INFO:tasks.rados.rados.0.smithi118.stdout:1959: writing smithi118168640-42 from 2392064 to 3014656 tid 1 2023-09-30T09:13:53.489 INFO:tasks.rados.rados.0.smithi118.stdout:1960: read oid 8 snap 177 2023-09-30T09:13:53.490 INFO:tasks.rados.rados.0.smithi118.stdout:1960: expect (ObjNum 590 snap 173 seq_num 590) 2023-09-30T09:13:53.490 INFO:tasks.rados.rados.0.smithi118.stdout:1961: snap_remove snap 178 2023-09-30T09:13:53.713 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T09:13:53.530+0000 7fc77653a640 -1 osd.7 0 read_superblock omap replica is missing. 2023-09-30T09:13:53.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T09:13:53.589+0000 7fc77653a640 -1 osd.7 429 log_to_monitors true 2023-09-30T09:13:53.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-mon[180220]: osdmap e436: 8 total, 7 up, 8 in 2023-09-30T09:13:53.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-mon[180220]: pgmap v364: 121 pgs: 1 active+clean+snaptrim_wait, 38 active+undersized, 12 active+undersized+degraded, 70 active+clean; 140 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 896 KiB/s wr, 5 op/s; 31/222 objects degraded (13.964%) 2023-09-30T09:13:53.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[182959]: osdmap e436: 8 total, 7 up, 8 in 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[182959]: pgmap v364: 121 pgs: 1 active+clean+snaptrim_wait, 38 active+undersized, 12 active+undersized+degraded, 70 active+clean; 140 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 896 KiB/s wr, 5 op/s; 31/222 objects degraded (13.964%) 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[185516]: osdmap e436: 8 total, 7 up, 8 in 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[185516]: pgmap v364: 121 pgs: 1 active+clean+snaptrim_wait, 38 active+undersized, 12 active+undersized+degraded, 70 active+clean; 140 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 4.7 MiB/s rd, 896 KiB/s wr, 5 op/s; 31/222 objects degraded (13.964%) 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:54.471 INFO:tasks.rados.rados.0.smithi118.stdout:1961: done (4 left) 2023-09-30T09:13:54.472 INFO:tasks.rados.rados.0.smithi118.stdout:1962: rollback oid 10 current snap is 180 2023-09-30T09:13:54.472 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 177 2023-09-30T09:13:54.472 INFO:tasks.rados.rados.0.smithi118.stdout:1963: setattr oid 16 current snap is 180 2023-09-30T09:13:54.474 INFO:tasks.rados.rados.0.smithi118.stdout:1964: snap_create 2023-09-30T09:13:54.474 INFO:tasks.rados.rados.0.smithi118.stdout:1956: finishing copy_from to smithi118168640-7 2023-09-30T09:13:54.474 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 955 (ObjNum 576 snap 170 seq_num 576) dirty exists 2023-09-30T09:13:54.474 INFO:tasks.rados.rados.0.smithi118.stdout:1957: expect (ObjNum 565 snap 166 seq_num 565) 2023-09-30T09:13:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:54 smithi192 ceph-mon[180220]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2023-09-30T09:13:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:54 smithi192 ceph-mon[180220]: osdmap e437: 8 total, 7 up, 8 in 2023-09-30T09:13:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:54 smithi192 ceph-mon[180220]: from='osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:13:54.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:54 smithi192 ceph-mon[180220]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:13:54.714 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 09:13:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T09:13:54.495+0000 7fc7679a6700 -1 osd.7 429 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-30T09:13:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[182959]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2023-09-30T09:13:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[182959]: osdmap e437: 8 total, 7 up, 8 in 2023-09-30T09:13:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[182959]: from='osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:13:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[182959]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:13:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[185516]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 5 pgs peering) 2023-09-30T09:13:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[185516]: osdmap e437: 8 total, 7 up, 8 in 2023-09-30T09:13:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[185516]: from='osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:13:54.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:54 smithi118 ceph-mon[185516]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-30T09:13:55.123 INFO:tasks.rados.rados.0.smithi118.stdout:1959: finishing write tid 1 to smithi118168640-42 2023-09-30T09:13:55.124 INFO:tasks.rados.rados.0.smithi118.stdout:1959: finishing write tid 2 to smithi118168640-42 2023-09-30T09:13:55.124 INFO:tasks.rados.rados.0.smithi118.stdout:1959: finishing write tid 3 to smithi118168640-42 2023-09-30T09:13:55.124 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 850 (ObjNum 610 snap 180 seq_num 610) dirty exists 2023-09-30T09:13:55.124 INFO:tasks.rados.rados.0.smithi118.stdout:1959: left oid 42 (ObjNum 610 snap 180 seq_num 610) 2023-09-30T09:13:55.124 INFO:tasks.rados.rados.0.smithi118.stdout:1960: expect (ObjNum 590 snap 173 seq_num 590) 2023-09-30T09:13:55.401 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 853 (ObjNum 472 snap 135 seq_num 472) dirty exists 2023-09-30T09:13:55.401 INFO:tasks.rados.rados.0.smithi118.stdout:1962: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:13:55.401 INFO:tasks.rados.rados.0.smithi118.stdout:1962: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:13:55.401 INFO:tasks.rados.rados.0.smithi118.stdout:1962: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:13:55.401 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 853 (ObjNum 597 snap 174 seq_num 597) dirty exists 2023-09-30T09:13:55.480 INFO:tasks.rados.rados.0.smithi118.stdout:1956: done (6 left) 2023-09-30T09:13:55.480 INFO:tasks.rados.rados.0.smithi118.stdout:1957: done (5 left) 2023-09-30T09:13:55.480 INFO:tasks.rados.rados.0.smithi118.stdout:1959: done (4 left) 2023-09-30T09:13:55.480 INFO:tasks.rados.rados.0.smithi118.stdout:1960: done (3 left) 2023-09-30T09:13:55.480 INFO:tasks.rados.rados.0.smithi118.stdout:1962: done (2 left) 2023-09-30T09:13:55.480 INFO:tasks.rados.rados.0.smithi118.stdout:1963: done (1 left) 2023-09-30T09:13:55.480 INFO:tasks.rados.rados.0.smithi118.stdout:1964: done (0 left) 2023-09-30T09:13:55.481 INFO:tasks.rados.rados.0.smithi118.stdout:1965: delete oid 49 current snap is 181 2023-09-30T09:13:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:1965: done (0 left) 2023-09-30T09:13:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:1966: read oid 3 snap 180 2023-09-30T09:13:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:1966: expect (ObjNum 485 snap 141 seq_num 485) 2023-09-30T09:13:55.500 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 181 2023-09-30T09:13:55.500 INFO:tasks.rados.rados.0.smithi118.stdout:1967: seq_num 612 ranges {8454144=655360} 2023-09-30T09:13:55.549 INFO:tasks.rados.rados.0.smithi118.stdout:1967: writing smithi118168640-10 from 8454144 to 9109504 tid 1 2023-09-30T09:13:55.549 INFO:tasks.rados.rados.0.smithi118.stdout:1968: snap_create 2023-09-30T09:13:55.549 INFO:tasks.rados.rados.0.smithi118.stdout:1966: expect (ObjNum 485 snap 141 seq_num 485) 2023-09-30T09:13:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[185516]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T09:13:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[185516]: osdmap e438: 8 total, 7 up, 8 in 2023-09-30T09:13:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[185516]: from='osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[185516]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[185516]: pgmap v367: 121 pgs: 38 active+undersized, 12 active+undersized+degraded, 71 active+clean; 137 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 948 KiB/s rd, 1.8 MiB/s wr, 3 op/s; 32/225 objects degraded (14.222%) 2023-09-30T09:13:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[182959]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T09:13:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[182959]: osdmap e438: 8 total, 7 up, 8 in 2023-09-30T09:13:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[182959]: from='osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[182959]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:55.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:55 smithi118 ceph-mon[182959]: pgmap v367: 121 pgs: 38 active+undersized, 12 active+undersized+degraded, 71 active+clean; 137 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 948 KiB/s rd, 1.8 MiB/s wr, 3 op/s; 32/225 objects degraded (14.222%) 2023-09-30T09:13:55.865 INFO:tasks.rados.rados.0.smithi118.stdout:1967: finishing write tid 1 to smithi118168640-10 2023-09-30T09:13:55.865 INFO:tasks.rados.rados.0.smithi118.stdout:1967: finishing write tid 2 to smithi118168640-10 2023-09-30T09:13:55.865 INFO:tasks.rados.rados.0.smithi118.stdout:1967: finishing write tid 3 to smithi118168640-10 2023-09-30T09:13:55.865 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 855 (ObjNum 612 snap 181 seq_num 612) dirty exists 2023-09-30T09:13:55.865 INFO:tasks.rados.rados.0.smithi118.stdout:1967: left oid 10 (ObjNum 612 snap 181 seq_num 612) 2023-09-30T09:13:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:55 smithi192 ceph-mon[180220]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-30T09:13:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:55 smithi192 ceph-mon[180220]: osdmap e438: 8 total, 7 up, 8 in 2023-09-30T09:13:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:55 smithi192 ceph-mon[180220]: from='osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:55 smithi192 ceph-mon[180220]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-09-30T09:13:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:55 smithi192 ceph-mon[180220]: pgmap v367: 121 pgs: 38 active+undersized, 12 active+undersized+degraded, 71 active+clean; 137 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 948 KiB/s rd, 1.8 MiB/s wr, 3 op/s; 32/225 objects degraded (14.222%) 2023-09-30T09:13:56.489 INFO:tasks.rados.rados.0.smithi118.stdout:1966: done (2 left) 2023-09-30T09:13:56.489 INFO:tasks.rados.rados.0.smithi118.stdout:1967: done (1 left) 2023-09-30T09:13:56.489 INFO:tasks.rados.rados.0.smithi118.stdout:1968: done (0 left) 2023-09-30T09:13:56.489 INFO:tasks.rados.rados.0.smithi118.stdout:1969: copy_from oid 45 from oid 2 current snap is 182 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1970: read oid 19 snap 180 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1970: expect (ObjNum 550 snap 161 seq_num 550) 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1971: setattr oid 40 current snap is 182 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 182 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1972: seq_num 613 ranges {0=671744} 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1972: writing smithi118168640-49 from 0 to 671744 tid 1 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1973: rmattr oid 27 current snap is 182 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1974: rmattr oid 38 current snap is 182 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1974: done (5 left) 2023-09-30T09:13:56.490 INFO:tasks.rados.rados.0.smithi118.stdout:1975: delete oid 11 current snap is 182 2023-09-30T09:13:56.508 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 576 (ObjNum 596 snap 174 seq_num 596) dirty exists 2023-09-30T09:13:56.511 INFO:tasks.rados.rados.0.smithi118.stdout:1971: done (5 left) 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1975: done (4 left) 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1976: rmattr oid 34 current snap is 182 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1977: read oid 9 snap 181 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1977: expect deleted 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1978: rollback oid 38 current snap is 182 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 181 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1979: setattr oid 32 current snap is 182 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1980: read oid 11 snap -1 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1980: expect deleted 2023-09-30T09:13:56.512 INFO:tasks.rados.rados.0.smithi118.stdout:1981: snap_remove snap 177 2023-09-30T09:13:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 32/225 objects degraded (14.222%), 12 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107] boot 2023-09-30T09:13:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: osdmap e439: 8 total, 8 up, 8 in 2023-09-30T09:13:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:13:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all osd 2023-09-30T09:13:56.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-30T09:13:56.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-30T09:13:56.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-30T09:13:56.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-30T09:13:56.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-30T09:13:56.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-30T09:13:56.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-30T09:13:56.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-30T09:13:56.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-30T09:13:56.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-30T09:13:56.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 32/225 objects degraded (14.222%), 12 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:56.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:56.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107] boot 2023-09-30T09:13:56.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: osdmap e439: 8 total, 8 up, 8 in 2023-09-30T09:13:56.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:13:56.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all osd 2023-09-30T09:13:56.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-30T09:13:56.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-30T09:13:56.854 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-30T09:13:56.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-30T09:13:56.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-30T09:13:56.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-30T09:13:56.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-30T09:13:56.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-30T09:13:56.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-30T09:13:56.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: Upgrade: Setting require_osd_release to 18 reef 2023-09-30T09:13:56.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-09-30T09:13:56.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-30T09:13:56.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-30T09:13:56.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-30T09:13:56.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-30T09:13:56.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-30T09:13:56.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-30T09:13:56.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: Upgrade: Setting require_osd_release to 18 reef 2023-09-30T09:13:56.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-09-30T09:13:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 32/225 objects degraded (14.222%), 12 pgs degraded (PG_DEGRADED) 2023-09-30T09:13:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-30T09:13:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: osd.7 [v2:172.21.15.192:6824/3321238107,v1:172.21.15.192:6825/3321238107] boot 2023-09-30T09:13:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: osdmap e439: 8 total, 8 up, 8 in 2023-09-30T09:13:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-30T09:13:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:56.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all osd 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-30T09:13:56.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-30T09:13:56.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-30T09:13:56.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-30T09:13:56.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: Upgrade: Setting require_osd_release to 18 reef 2023-09-30T09:13:56.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-09-30T09:13:57.522 INFO:tasks.rados.rados.0.smithi118.stdout:1981: done (9 left) 2023-09-30T09:13:57.522 INFO:tasks.rados.rados.0.smithi118.stdout:1982: copy_from oid 12 from oid 29 current snap is 182 2023-09-30T09:13:57.522 INFO:tasks.rados.rados.0.smithi118.stdout:1983: delete oid 47 current snap is 182 2023-09-30T09:13:57.522 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 577 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:57.522 INFO:tasks.rados.rados.0.smithi118.stdout:1978: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:13:57.522 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 0 (ObjNum 33 snap 0 seq_num 1953066355) dirty dne 2023-09-30T09:13:57.522 INFO:tasks.rados.rados.0.smithi118.stdout:1970: expect (ObjNum 550 snap 161 seq_num 550) 2023-09-30T09:13:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-09-30T09:13:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: osdmap e440: 8 total, 8 up, 8 in 2023-09-30T09:13:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2023-09-30T09:13:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: Upgrade: It appears safe to stop mds.a 2023-09-30T09:13:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: pgmap v370: 121 pgs: 15 peering, 26 active+undersized, 9 active+undersized+degraded, 71 active+clean; 139 MiB data, 971 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 2.1 MiB/s wr, 11 op/s; 22/237 objects degraded (9.283%) 2023-09-30T09:13:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: osdmap e440: 8 total, 8 up, 8 in 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: Upgrade: It appears safe to stop mds.a 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: pgmap v370: 121 pgs: 15 peering, 26 active+undersized, 9 active+undersized+degraded, 71 active+clean; 139 MiB data, 971 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 2.1 MiB/s wr, 11 op/s; 22/237 objects degraded (9.283%) 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:13:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:57.613 INFO:tasks.rados.rados.0.smithi118.stdout:1969: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:13:57.613 INFO:tasks.rados.rados.0.smithi118.stdout:1972: finishing write tid 1 to smithi118168640-49 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1972: finishing write tid 2 to smithi118168640-49 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 695 (ObjNum 565 snap 166 seq_num 565) dirty exists 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1972: finishing write tid 3 to smithi118168640-49 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 813 (ObjNum 613 snap 182 seq_num 613) dirty exists 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1972: left oid 49 (ObjNum 613 snap 182 seq_num 613) 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1969: finishing copy_from to smithi118168640-45 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 562 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 696 (ObjNum 161 snap 0 seq_num 0) dirty exists 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1969: done (10 left) 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1970: done (9 left) 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1972: done (8 left) 2023-09-30T09:13:57.614 INFO:tasks.rados.rados.0.smithi118.stdout:1973: done (7 left) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1976: done (6 left) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1977: done (5 left) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1978: done (4 left) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1979: done (3 left) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1980: done (2 left) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1983: done (1 left) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 182 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1982: finishing copy_from to smithi118168640-12 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1982: got expected ENOENT (src dne) 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1982: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:13:57.615 INFO:tasks.rados.rados.0.smithi118.stdout:1984: seq_num 616 ranges {10108928=720896} 2023-09-30T09:13:57.673 INFO:tasks.rados.rados.0.smithi118.stdout:1984: writing smithi118168640-34 from 10108928 to 10829824 tid 1 2023-09-30T09:13:57.673 INFO:tasks.rados.rados.0.smithi118.stdout:1982: done (1 left) 2023-09-30T09:13:57.673 INFO:tasks.rados.rados.0.smithi118.stdout:1985: snap_remove snap 181 2023-09-30T09:13:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-09-30T09:13:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: osdmap e440: 8 total, 8 up, 8 in 2023-09-30T09:13:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["a"]}]: dispatch 2023-09-30T09:13:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: Upgrade: It appears safe to stop mds.a 2023-09-30T09:13:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: pgmap v370: 121 pgs: 15 peering, 26 active+undersized, 9 active+undersized+degraded, 71 active+clean; 139 MiB data, 971 MiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 2.1 MiB/s wr, 11 op/s; 22/237 objects degraded (9.283%) 2023-09-30T09:13:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:13:57.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.a", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:13:57.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:13:58.509 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-mon[182959]: Upgrade: Updating mds.a 2023-09-30T09:13:58.510 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:13:58 smithi118 systemd[1]: Stopping Ceph mds.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:13:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:1985: done (1 left) 2023-09-30T09:13:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:1986: delete oid 3 current snap is 182 2023-09-30T09:13:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:1984: finishing write tid 1 to smithi118168640-34 2023-09-30T09:13:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:1984: finishing write tid 2 to smithi118168640-34 2023-09-30T09:13:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:1984: finishing write tid 3 to smithi118168640-34 2023-09-30T09:13:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 698 (ObjNum 616 snap 182 seq_num 616) dirty exists 2023-09-30T09:13:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:1984: left oid 34 (ObjNum 616 snap 182 seq_num 616) 2023-09-30T09:13:58.524 INFO:tasks.rados.rados.0.smithi118.stdout:1984: done (1 left) 2023-09-30T09:13:58.524 INFO:tasks.rados.rados.0.smithi118.stdout:1986: done (0 left) 2023-09-30T09:13:58.524 INFO:tasks.rados.rados.0.smithi118.stdout:1987: setattr oid 22 current snap is 182 2023-09-30T09:13:58.525 INFO:tasks.rados.rados.0.smithi118.stdout:1988: snap_create 2023-09-30T09:13:58.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 554 (ObjNum 49 snap 0 seq_num 3322866880) dirty exists 2023-09-30T09:13:58.575 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:13:58.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-mon[185516]: Upgrade: Updating mds.a 2023-09-30T09:13:58.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-mon[185516]: Deploying daemon mds.a on smithi118 2023-09-30T09:13:58.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-mon[185516]: osdmap e441: 8 total, 8 up, 8 in 2023-09-30T09:13:58.816 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[155452]: 2023-09-30T09:13:58.706+0000 7f7b5905f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T09:13:58.816 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[155452]: 2023-09-30T09:13:58.706+0000 7f7b5905f700 -1 mds.a *** got signal Terminated *** 2023-09-30T09:13:58.816 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-mon[182959]: Deploying daemon mds.a on smithi118 2023-09-30T09:13:58.816 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:58 smithi118 ceph-mon[182959]: osdmap e441: 8 total, 8 up, 8 in 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (5m) - 7m 18.1M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (4m) - 7m 86.5M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (8m) - 8m 17.4M - 17.2.6-1161-g191c1869 8497a1260037 a748ab01d081 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (8m) - 8m 19.9M - 17.2.6-1161-g191c1869 8497a1260037 ff7d64c71be5 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (4m) - 10m 449M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (4m) - 12m 511M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (4m) - 12m 81.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:13:58.892 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (3m) - 11m 68.6M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (4m) - 11m 62.9M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (5m) - 7m 10.3M - 1.5.0 0da6a335fe13 96fa1fb67cd2 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (4m) - 7m 18.8M - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (3m) - 10m 304M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (2m) - 10m 292M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (2m) - 10m 208M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (2m) - 9m 11.6M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 9ee3b875f0e6 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (93s) - 9m 318M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 4dad2c67e17a 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (65s) - 9m 349M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b1b3e45b225a 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (37s) - 9m 196M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 8098e6a4bd5a 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (9s) - 8m 14.8M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c6df0fb27277 2023-09-30T09:13:58.893 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (4m) - 8m 62.6M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:13:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:58 smithi192 ceph-mon[180220]: Upgrade: Updating mds.a 2023-09-30T09:13:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:58 smithi192 ceph-mon[180220]: Deploying daemon mds.a on smithi118 2023-09-30T09:13:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:58 smithi192 ceph-mon[180220]: osdmap e441: 8 total, 8 up, 8 in 2023-09-30T09:13:59.278 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:13:59.278 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:13:59.278 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:13:59.278 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:59.278 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 8 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:13:59.279 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:13:59.280 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 17.2.6-1161-g191c1869 (191c18699e384ce04d90fb4045d6dce3223c4681) quincy (stable)": 2, 2023-09-30T09:13:59.280 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 13 2023-09-30T09:13:59.280 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:13:59.280 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:13:59.517 INFO:tasks.rados.rados.0.smithi118.stdout:1987: done (1 left) 2023-09-30T09:13:59.517 INFO:tasks.rados.rados.0.smithi118.stdout:1988: done (0 left) 2023-09-30T09:13:59.518 INFO:tasks.rados.rados.0.smithi118.stdout:1989: snap_remove snap 180 2023-09-30T09:13:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[182959]: osdmap e442: 8 total, 8 up, 8 in 2023-09-30T09:13:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[182959]: from='client.44267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[182959]: from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[182959]: pgmap v373: 121 pgs: 15 peering, 14 active+undersized, 8 active+undersized+degraded, 84 active+clean; 140 MiB data, 970 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 786 KiB/s wr, 11 op/s; 20/240 objects degraded (8.333%) 2023-09-30T09:13:59.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1664158936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:59.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[185516]: osdmap e442: 8 total, 8 up, 8 in 2023-09-30T09:13:59.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[185516]: from='client.44267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:59.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[185516]: from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:59.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[185516]: pgmap v373: 121 pgs: 15 peering, 14 active+undersized, 8 active+undersized+degraded, 84 active+clean; 140 MiB data, 970 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 786 KiB/s wr, 11 op/s; 20/240 objects degraded (8.333%) 2023-09-30T09:13:59.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1664158936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:13:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:59 smithi192 ceph-mon[180220]: osdmap e442: 8 total, 8 up, 8 in 2023-09-30T09:13:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:59 smithi192 ceph-mon[180220]: from='client.44267 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:59 smithi192 ceph-mon[180220]: from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:13:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:59 smithi192 ceph-mon[180220]: pgmap v373: 121 pgs: 15 peering, 14 active+undersized, 8 active+undersized+degraded, 84 active+clean; 140 MiB data, 970 MiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 786 KiB/s wr, 11 op/s; 20/240 objects degraded (8.333%) 2023-09-30T09:13:59.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:13:59 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1664158936' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:13:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:13:59] "GET /metrics HTTP/1.1" 200 36193 "" "Prometheus/2.43.0" 2023-09-30T09:14:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:1989: done (0 left) 2023-09-30T09:14:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:1990: read oid 8 snap -1 2023-09-30T09:14:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:1990: expect (ObjNum 590 snap 173 seq_num 590) 2023-09-30T09:14:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:1991: rmattr oid 25 current snap is 183 2023-09-30T09:14:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:1991: done (1 left) 2023-09-30T09:14:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:1992: snap_create 2023-09-30T09:14:00.557 INFO:tasks.rados.rados.0.smithi118.stdout:1990: expect (ObjNum 590 snap 173 seq_num 590) 2023-09-30T09:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:00 smithi118 ceph-mon[182959]: osdmap e443: 8 total, 8 up, 8 in 2023-09-30T09:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:00 smithi118 ceph-mon[182959]: fsmap cephfs:1 {0=b=up:active} 2023-09-30T09:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:14:00.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:00 smithi118 ceph-mon[185516]: osdmap e443: 8 total, 8 up, 8 in 2023-09-30T09:14:00.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:00 smithi118 ceph-mon[185516]: fsmap cephfs:1 {0=b=up:active} 2023-09-30T09:14:00.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:14:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:00 smithi192 ceph-mon[180220]: osdmap e443: 8 total, 8 up, 8 in 2023-09-30T09:14:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:00 smithi192 ceph-mon[180220]: fsmap cephfs:1 {0=b=up:active} 2023-09-30T09:14:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:14:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:1990: done (1 left) 2023-09-30T09:14:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:1992: done (0 left) 2023-09-30T09:14:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:1993: read oid 39 snap 183 2023-09-30T09:14:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:1993: expect (ObjNum 591 snap 173 seq_num 591) 2023-09-30T09:14:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:1994: rmattr oid 42 current snap is 184 2023-09-30T09:14:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:1994: done (1 left) 2023-09-30T09:14:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:1995: delete oid 7 current snap is 184 2023-09-30T09:14:01.534 INFO:tasks.rados.rados.0.smithi118.stdout:1995: done (1 left) 2023-09-30T09:14:01.534 INFO:tasks.rados.rados.0.smithi118.stdout:1996: copy_from oid 27 from oid 40 current snap is 184 2023-09-30T09:14:01.536 INFO:tasks.rados.rados.0.smithi118.stdout:1997: rollback oid 45 current snap is 184 2023-09-30T09:14:01.536 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 45 to 183 2023-09-30T09:14:01.536 INFO:tasks.rados.rados.0.smithi118.stdout:1998: copy_from oid 50 from oid 3 current snap is 184 2023-09-30T09:14:01.537 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 184 2023-09-30T09:14:01.537 INFO:tasks.rados.rados.0.smithi118.stdout:1999: seq_num 619 ranges {0=770048} 2023-09-30T09:14:01.544 INFO:tasks.rados.rados.0.smithi118.stdout:1999: writing smithi118168640-31 from 0 to 770048 tid 1 2023-09-30T09:14:01.544 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 184 2023-09-30T09:14:01.545 INFO:tasks.rados.rados.0.smithi118.stdout:2000: seq_num 620 ranges {3080192=794624} 2023-09-30T09:14:01.562 INFO:tasks.rados.rados.0.smithi118.stdout:2000: writing smithi118168640-41 from 3080192 to 3874816 tid 1 2023-09-30T09:14:01.562 INFO:tasks.rados.rados.0.smithi118.stdout:2001: read oid 47 snap -1 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:2001: expect deleted 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:2002: rmattr oid 7 current snap is 184 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:2002: done (7 left) 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:2003: snap_create 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:1996: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:1997: finishing rollback tid 0 to smithi118168640-45 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:1997: finishing rollback tid 1 to smithi118168640-45 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:1996: finishing copy_from to smithi118168640-27 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 576 (ObjNum 596 snap 174 seq_num 596) dirty exists 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:1997: finishing rollback tid 2 to smithi118168640-45 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 565 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:01.563 INFO:tasks.rados.rados.0.smithi118.stdout:1998: finishing copy_from to smithi118168640-50 2023-09-30T09:14:01.564 INFO:tasks.rados.rados.0.smithi118.stdout:1998: got expected ENOENT (src dne) 2023-09-30T09:14:01.564 INFO:tasks.rados.rados.0.smithi118.stdout:1998: finishing copy_from racing read to smithi118168640-50 2023-09-30T09:14:01.564 INFO:tasks.rados.rados.0.smithi118.stdout:1999: finishing write tid 1 to smithi118168640-31 2023-09-30T09:14:01.564 INFO:tasks.rados.rados.0.smithi118.stdout:1999: finishing write tid 2 to smithi118168640-31 2023-09-30T09:14:01.564 INFO:tasks.rados.rados.0.smithi118.stdout:1999: finishing write tid 3 to smithi118168640-31 2023-09-30T09:14:01.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 557 (ObjNum 619 snap 184 seq_num 619) dirty exists 2023-09-30T09:14:01.564 INFO:tasks.rados.rados.0.smithi118.stdout:1999: left oid 31 (ObjNum 619 snap 184 seq_num 619) 2023-09-30T09:14:01.574 INFO:tasks.rados.rados.0.smithi118.stdout:2000: finishing write tid 1 to smithi118168640-41 2023-09-30T09:14:01.574 INFO:tasks.rados.rados.0.smithi118.stdout:2000: finishing write tid 2 to smithi118168640-41 2023-09-30T09:14:01.574 INFO:tasks.rados.rados.0.smithi118.stdout:2000: finishing write tid 3 to smithi118168640-41 2023-09-30T09:14:01.574 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 986 (ObjNum 620 snap 184 seq_num 620) dirty exists 2023-09-30T09:14:01.574 INFO:tasks.rados.rados.0.smithi118.stdout:2000: left oid 41 (ObjNum 620 snap 184 seq_num 620) 2023-09-30T09:14:01.592 INFO:tasks.rados.rados.0.smithi118.stdout:1993: expect (ObjNum 591 snap 173 seq_num 591) 2023-09-30T09:14:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:01 smithi118 ceph-mon[182959]: osdmap e444: 8 total, 8 up, 8 in 2023-09-30T09:14:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:01 smithi118 ceph-mon[182959]: pgmap v376: 121 pgs: 11 peering, 110 active+clean; 133 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 650 KiB/s wr, 27 op/s; 3.4 MiB/s, 1 objects/s recovering 2023-09-30T09:14:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:01 smithi118 ceph-mon[182959]: Health check update: Degraded data redundancy: 20/240 objects degraded (8.333%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:14:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:01 smithi118 ceph-mon[185516]: osdmap e444: 8 total, 8 up, 8 in 2023-09-30T09:14:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:01 smithi118 ceph-mon[185516]: pgmap v376: 121 pgs: 11 peering, 110 active+clean; 133 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 650 KiB/s wr, 27 op/s; 3.4 MiB/s, 1 objects/s recovering 2023-09-30T09:14:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:01 smithi118 ceph-mon[185516]: Health check update: Degraded data redundancy: 20/240 objects degraded (8.333%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:14:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:01 smithi192 ceph-mon[180220]: osdmap e444: 8 total, 8 up, 8 in 2023-09-30T09:14:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:01 smithi192 ceph-mon[180220]: pgmap v376: 121 pgs: 11 peering, 110 active+clean; 133 MiB data, 982 MiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 650 KiB/s wr, 27 op/s; 3.4 MiB/s, 1 objects/s recovering 2023-09-30T09:14:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:01 smithi192 ceph-mon[180220]: Health check update: Degraded data redundancy: 20/240 objects degraded (8.333%), 8 pgs degraded (PG_DEGRADED) 2023-09-30T09:14:02.642 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:02 smithi118 bash[216042]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a 2023-09-30T09:14:02.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:02 smithi118 ceph-mon[182959]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/240 objects degraded (8.333%), 8 pgs degraded) 2023-09-30T09:14:02.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:02 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:14:02.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:02 smithi118 ceph-mon[182959]: osdmap e445: 8 total, 8 up, 8 in 2023-09-30T09:14:02.643 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:02 smithi118 ceph-mon[185516]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/240 objects degraded (8.333%), 8 pgs degraded) 2023-09-30T09:14:02.643 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:02 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:14:02.643 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:02 smithi118 ceph-mon[185516]: osdmap e445: 8 total, 8 up, 8 in 2023-09-30T09:14:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:02 smithi192 ceph-mon[180220]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/240 objects degraded (8.333%), 8 pgs degraded) 2023-09-30T09:14:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:02 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:14:02.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:02 smithi192 ceph-mon[180220]: osdmap e445: 8 total, 8 up, 8 in 2023-09-30T09:14:03.069 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:02 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.a.service: Succeeded. 2023-09-30T09:14:03.069 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:02 smithi118 systemd[1]: Stopped Ceph mds.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:03.069 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:02 smithi118 systemd[1]: Starting Ceph mds.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:03.126 INFO:tasks.rados.rados.0.smithi118.stdout:1993: done (7 left) 2023-09-30T09:14:03.126 INFO:tasks.rados.rados.0.smithi118.stdout:1996: done (6 left) 2023-09-30T09:14:03.126 INFO:tasks.rados.rados.0.smithi118.stdout:1997: done (5 left) 2023-09-30T09:14:03.126 INFO:tasks.rados.rados.0.smithi118.stdout:1998: done (4 left) 2023-09-30T09:14:03.126 INFO:tasks.rados.rados.0.smithi118.stdout:1999: done (3 left) 2023-09-30T09:14:03.127 INFO:tasks.rados.rados.0.smithi118.stdout:2000: done (2 left) 2023-09-30T09:14:03.127 INFO:tasks.rados.rados.0.smithi118.stdout:2001: done (1 left) 2023-09-30T09:14:03.127 INFO:tasks.rados.rados.0.smithi118.stdout:2003: done (0 left) 2023-09-30T09:14:03.127 INFO:tasks.rados.rados.0.smithi118.stdout:2004: read oid 44 snap 183 2023-09-30T09:14:03.127 INFO:tasks.rados.rados.0.smithi118.stdout:2004: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:03.127 INFO:tasks.rados.rados.0.smithi118.stdout:2005: delete oid 35 current snap is 185 2023-09-30T09:14:03.130 INFO:tasks.rados.rados.0.smithi118.stdout:2005: done (1 left) 2023-09-30T09:14:03.131 INFO:tasks.rados.rados.0.smithi118.stdout:2006: delete oid 39 current snap is 185 2023-09-30T09:14:03.134 INFO:tasks.rados.rados.0.smithi118.stdout:2006: done (1 left) 2023-09-30T09:14:03.134 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 185 2023-09-30T09:14:03.134 INFO:tasks.rados.rados.0.smithi118.stdout:2007: seq_num 623 ranges {3014656=442368,3457024=401408} 2023-09-30T09:14:03.154 INFO:tasks.rados.rados.0.smithi118.stdout:2007: writing smithi118168640-42 from 3014656 to 3457024 tid 1 2023-09-30T09:14:03.156 INFO:tasks.rados.rados.0.smithi118.stdout:2007: writing smithi118168640-42 from 3457024 to 3858432 tid 2 2023-09-30T09:14:03.156 INFO:tasks.rados.rados.0.smithi118.stdout:2008: rmattr oid 14 current snap is 185 2023-09-30T09:14:03.156 INFO:tasks.rados.rados.0.smithi118.stdout:2004: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:03.202 INFO:tasks.rados.rados.0.smithi118.stdout:2007: finishing write tid 1 to smithi118168640-42 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 0 (ObjNum 594 snap 174 seq_num 594) dirty exists 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:2007: finishing write tid 2 to smithi118168640-42 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:2004: done (2 left) 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:2008: done (1 left) 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 185 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:2007: finishing write tid 3 to smithi118168640-42 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:2007: finishing write tid 4 to smithi118168640-42 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 858 (ObjNum 623 snap 185 seq_num 623) dirty exists 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:2007: left oid 42 (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:14:03.203 INFO:tasks.rados.rados.0.smithi118.stdout:2009: seq_num 624 ranges {0=458752,458752=401408} 2023-09-30T09:14:03.204 INFO:tasks.rados.rados.0.smithi118.stdout:2009: writing smithi118168640-43 from 0 to 458752 tid 1 2023-09-30T09:14:03.207 INFO:tasks.rados.rados.0.smithi118.stdout:2009: writing smithi118168640-43 from 458752 to 860160 tid 2 2023-09-30T09:14:03.207 INFO:tasks.rados.rados.0.smithi118.stdout:2007: done (1 left) 2023-09-30T09:14:03.207 INFO:tasks.rados.rados.0.smithi118.stdout:2010: delete oid 25 current snap is 185 2023-09-30T09:14:03.210 INFO:tasks.rados.rados.0.smithi118.stdout:2009: finishing write tid 1 to smithi118168640-43 2023-09-30T09:14:03.210 INFO:tasks.rados.rados.0.smithi118.stdout:2010: done (1 left) 2023-09-30T09:14:03.210 INFO:tasks.rados.rados.0.smithi118.stdout:2011: setattr oid 46 current snap is 185 2023-09-30T09:14:03.210 INFO:tasks.rados.rados.0.smithi118.stdout:2009: finishing write tid 2 to smithi118168640-43 2023-09-30T09:14:03.210 INFO:tasks.rados.rados.0.smithi118.stdout:2009: finishing write tid 3 to smithi118168640-43 2023-09-30T09:14:03.211 INFO:tasks.rados.rados.0.smithi118.stdout:2012: read oid 2 snap -1 2023-09-30T09:14:03.211 INFO:tasks.rados.rados.0.smithi118.stdout:2012: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:03.211 INFO:tasks.rados.rados.0.smithi118.stdout:2013: read oid 42 snap -1 2023-09-30T09:14:03.211 INFO:tasks.rados.rados.0.smithi118.stdout:2013: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:14:03.211 INFO:tasks.rados.rados.0.smithi118.stdout:2014: delete oid 16 current snap is 185 2023-09-30T09:14:03.214 INFO:tasks.rados.rados.0.smithi118.stdout:2009: finishing write tid 4 to smithi118168640-43 2023-09-30T09:14:03.214 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 857 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:14:03.214 INFO:tasks.rados.rados.0.smithi118.stdout:2009: left oid 43 (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:03.215 INFO:tasks.rados.rados.0.smithi118.stdout:2009: done (4 left) 2023-09-30T09:14:03.215 INFO:tasks.rados.rados.0.smithi118.stdout:2014: done (3 left) 2023-09-30T09:14:03.215 INFO:tasks.rados.rados.0.smithi118.stdout:2015: rollback oid 48 current snap is 185 2023-09-30T09:14:03.215 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 183 2023-09-30T09:14:03.215 INFO:tasks.rados.rados.0.smithi118.stdout:2016: snap_create 2023-09-30T09:14:03.216 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 815 (ObjNum 488 snap 143 seq_num 488) dirty exists 2023-09-30T09:14:03.217 INFO:tasks.rados.rados.0.smithi118.stdout:2012: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:03.254 INFO:tasks.rados.rados.0.smithi118.stdout:2015: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:14:03.255 INFO:tasks.rados.rados.0.smithi118.stdout:2015: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:14:03.255 INFO:tasks.rados.rados.0.smithi118.stdout:2015: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:14:03.255 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 990 (ObjNum 608 snap 178 seq_num 608) dirty exists 2023-09-30T09:14:03.255 INFO:tasks.rados.rados.0.smithi118.stdout:2013: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:14:03.537 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[216241]: starting mds.a at 2023-09-30T09:14:03.537 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:03 smithi118 bash[216227]: 5266f64ca4ee76d34f1951a8f5372a7c07d9c5973ffd4aa72f68b73df1e6f769 2023-09-30T09:14:03.537 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:03 smithi118 systemd[1]: Started Ceph mds.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[182959]: osdmap e446: 8 total, 8 up, 8 in 2023-09-30T09:14:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[182959]: pgmap v379: 121 pgs: 121 active+clean; 133 MiB data, 972 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 176 KiB/s wr, 23 op/s; 3.4 MiB/s, 1 objects/s recovering 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[185516]: osdmap e446: 8 total, 8 up, 8 in 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[185516]: pgmap v379: 121 pgs: 121 active+clean; 133 MiB data, 972 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 176 KiB/s wr, 23 op/s; 3.4 MiB/s, 1 objects/s recovering 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:03.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:03 smithi192 ceph-mon[180220]: osdmap e446: 8 total, 8 up, 8 in 2023-09-30T09:14:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:03 smithi192 ceph-mon[180220]: pgmap v379: 121 pgs: 121 active+clean; 133 MiB data, 972 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 176 KiB/s wr, 23 op/s; 3.4 MiB/s, 1 objects/s recovering 2023-09-30T09:14:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:04.193 INFO:tasks.rados.rados.0.smithi118.stdout:2011: done (4 left) 2023-09-30T09:14:04.193 INFO:tasks.rados.rados.0.smithi118.stdout:2012: done (3 left) 2023-09-30T09:14:04.193 INFO:tasks.rados.rados.0.smithi118.stdout:2013: done (2 left) 2023-09-30T09:14:04.194 INFO:tasks.rados.rados.0.smithi118.stdout:2015: done (1 left) 2023-09-30T09:14:04.194 INFO:tasks.rados.rados.0.smithi118.stdout:2016: done (0 left) 2023-09-30T09:14:04.194 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 186 2023-09-30T09:14:04.194 INFO:tasks.rados.rados.0.smithi118.stdout:2017: seq_num 627 ranges {6840320=507904,7348224=401408} 2023-09-30T09:14:04.232 INFO:tasks.rados.rados.0.smithi118.stdout:2017: writing smithi118168640-20 from 6840320 to 7348224 tid 1 2023-09-30T09:14:04.235 INFO:tasks.rados.rados.0.smithi118.stdout:2017: writing smithi118168640-20 from 7348224 to 7749632 tid 2 2023-09-30T09:14:04.235 INFO:tasks.rados.rados.0.smithi118.stdout:2018: delete oid 11 current snap is 186 2023-09-30T09:14:04.238 INFO:tasks.rados.rados.0.smithi118.stdout:2017: finishing write tid 1 to smithi118168640-20 2023-09-30T09:14:04.239 INFO:tasks.rados.rados.0.smithi118.stdout:2017: finishing write tid 2 to smithi118168640-20 2023-09-30T09:14:04.239 INFO:tasks.rados.rados.0.smithi118.stdout:2018: done (1 left) 2023-09-30T09:14:04.239 INFO:tasks.rados.rados.0.smithi118.stdout:2019: snap_remove snap 185 2023-09-30T09:14:04.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[182959]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:boot 2023-09-30T09:14:04.696 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[182959]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[182959]: osdmap e447: 8 total, 8 up, 8 in 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[185516]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:boot 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[185516]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:04.697 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:04 smithi118 ceph-mon[185516]: osdmap e447: 8 total, 8 up, 8 in 2023-09-30T09:14:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:04 smithi192 ceph-mon[180220]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:boot 2023-09-30T09:14:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:04 smithi192 ceph-mon[180220]: fsmap cephfs:1 {0=b=up:active} 1 up:standby 2023-09-30T09:14:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T09:14:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:04 smithi192 ceph-mon[180220]: osdmap e447: 8 total, 8 up, 8 in 2023-09-30T09:14:05.195 INFO:tasks.rados.rados.0.smithi118.stdout:2019: done (1 left) 2023-09-30T09:14:05.195 INFO:tasks.rados.rados.0.smithi118.stdout:2020: read oid 18 snap 182 2023-09-30T09:14:05.195 INFO:tasks.rados.rados.0.smithi118.stdout:2020: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:14:05.195 INFO:tasks.rados.rados.0.smithi118.stdout:2021: rmattr oid 46 current snap is 186 2023-09-30T09:14:05.196 INFO:tasks.rados.rados.0.smithi118.stdout:2017: finishing write tid 3 to smithi118168640-20 2023-09-30T09:14:05.196 INFO:tasks.rados.rados.0.smithi118.stdout:2017: finishing write tid 4 to smithi118168640-20 2023-09-30T09:14:05.196 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 577 (ObjNum 627 snap 186 seq_num 627) dirty exists 2023-09-30T09:14:05.196 INFO:tasks.rados.rados.0.smithi118.stdout:2017: left oid 20 (ObjNum 627 snap 186 seq_num 627) 2023-09-30T09:14:05.196 INFO:tasks.rados.rados.0.smithi118.stdout:2017: done (2 left) 2023-09-30T09:14:05.196 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 186 2023-09-30T09:14:05.196 INFO:tasks.rados.rados.0.smithi118.stdout:2022: seq_num 629 ranges {7749632=540672,8290304=401408} 2023-09-30T09:14:05.242 INFO:tasks.rados.rados.0.smithi118.stdout:2022: writing smithi118168640-20 from 7749632 to 8290304 tid 1 2023-09-30T09:14:05.244 INFO:tasks.rados.rados.0.smithi118.stdout:2022: writing smithi118168640-20 from 8290304 to 8691712 tid 2 2023-09-30T09:14:05.244 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 186 2023-09-30T09:14:05.244 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 816 (ObjNum 488 snap 143 seq_num 488) dirty exists 2023-09-30T09:14:05.245 INFO:tasks.rados.rados.0.smithi118.stdout:2023: seq_num 630 ranges {1269760=557056,1826816=401408} 2023-09-30T09:14:05.255 INFO:tasks.rados.rados.0.smithi118.stdout:2023: writing smithi118168640-36 from 1269760 to 1826816 tid 1 2023-09-30T09:14:05.258 INFO:tasks.rados.rados.0.smithi118.stdout:2023: writing smithi118168640-36 from 1826816 to 2228224 tid 2 2023-09-30T09:14:05.258 INFO:tasks.rados.rados.0.smithi118.stdout:2021: done (3 left) 2023-09-30T09:14:05.258 INFO:tasks.rados.rados.0.smithi118.stdout:2024: read oid 35 snap -1 2023-09-30T09:14:05.258 INFO:tasks.rados.rados.0.smithi118.stdout:2024: expect deleted 2023-09-30T09:14:05.258 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 186 2023-09-30T09:14:05.258 INFO:tasks.rados.rados.0.smithi118.stdout:2025: seq_num 631 ranges {0=573440,573440=401408} 2023-09-30T09:14:05.262 INFO:tasks.rados.rados.0.smithi118.stdout:2025: writing smithi118168640-6 from 0 to 573440 tid 1 2023-09-30T09:14:05.265 INFO:tasks.rados.rados.0.smithi118.stdout:2025: writing smithi118168640-6 from 573440 to 974848 tid 2 2023-09-30T09:14:05.265 INFO:tasks.rados.rados.0.smithi118.stdout:2026: copy_from oid 17 from oid 19 current snap is 186 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2022: finishing write tid 1 to smithi118168640-20 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2022: finishing write tid 2 to smithi118168640-20 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2022: finishing write tid 3 to smithi118168640-20 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2022: finishing write tid 4 to smithi118168640-20 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 580 (ObjNum 629 snap 186 seq_num 629) dirty exists 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2022: left oid 20 (ObjNum 629 snap 186 seq_num 629) 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2023: finishing write tid 1 to smithi118168640-36 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2023: finishing write tid 2 to smithi118168640-36 2023-09-30T09:14:05.266 INFO:tasks.rados.rados.0.smithi118.stdout:2023: finishing write tid 3 to smithi118168640-36 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2023: finishing write tid 4 to smithi118168640-36 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 959 (ObjNum 630 snap 186 seq_num 630) dirty exists 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2023: left oid 36 (ObjNum 630 snap 186 seq_num 630) 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2022: done (5 left) 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2023: done (4 left) 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2024: done (3 left) 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2027: read oid 27 snap -1 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2027: expect (ObjNum 596 snap 174 seq_num 596) 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2028: read oid 13 snap -1 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2028: expect deleted 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:2029: rollback oid 40 current snap is 186 2023-09-30T09:14:05.267 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 183 2023-09-30T09:14:05.268 INFO:tasks.rados.rados.0.smithi118.stdout:2030: rollback oid 32 current snap is 186 2023-09-30T09:14:05.268 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 32 to 184 2023-09-30T09:14:05.269 INFO:tasks.rados.rados.0.smithi118.stdout:2031: read oid 49 snap -1 2023-09-30T09:14:05.269 INFO:tasks.rados.rados.0.smithi118.stdout:2031: expect (ObjNum 613 snap 182 seq_num 613) 2023-09-30T09:14:05.270 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 186 2023-09-30T09:14:05.270 INFO:tasks.rados.rados.0.smithi118.stdout:2032: seq_num 632 ranges {0=589824,589824=401408} 2023-09-30T09:14:05.270 INFO:tasks.rados.rados.0.smithi118.stdout:2032: writing smithi118168640-50 from 0 to 589824 tid 1 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:2032: writing smithi118168640-50 from 589824 to 991232 tid 2 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:2033: snap_create 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:2025: finishing write tid 1 to smithi118168640-6 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:2030: finishing rollback tid 0 to smithi118168640-32 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:2030: finishing rollback tid 1 to smithi118168640-32 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:2030: finishing rollback tid 2 to smithi118168640-32 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 702 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:14:05.272 INFO:tasks.rados.rados.0.smithi118.stdout:2027: expect (ObjNum 596 snap 174 seq_num 596) 2023-09-30T09:14:05.287 INFO:tasks.rados.rados.0.smithi118.stdout:2029: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:14:05.287 INFO:tasks.rados.rados.0.smithi118.stdout:2029: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:14:05.287 INFO:tasks.rados.rados.0.smithi118.stdout:2029: finishing rollback tid 2 to smithi118168640-40 2023-09-30T09:14:05.287 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 580 (ObjNum 596 snap 174 seq_num 596) dirty exists 2023-09-30T09:14:05.287 INFO:tasks.rados.rados.0.smithi118.stdout:2031: expect (ObjNum 613 snap 182 seq_num 613) 2023-09-30T09:14:05.304 INFO:tasks.rados.rados.0.smithi118.stdout:2025: finishing write tid 2 to smithi118168640-6 2023-09-30T09:14:05.304 INFO:tasks.rados.rados.0.smithi118.stdout:2025: finishing write tid 3 to smithi118168640-6 2023-09-30T09:14:05.305 INFO:tasks.rados.rados.0.smithi118.stdout:2032: finishing write tid 1 to smithi118168640-50 2023-09-30T09:14:05.305 INFO:tasks.rados.rados.0.smithi118.stdout:2025: finishing write tid 4 to smithi118168640-6 2023-09-30T09:14:05.305 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 819 (ObjNum 631 snap 186 seq_num 631) dirty exists 2023-09-30T09:14:05.305 INFO:tasks.rados.rados.0.smithi118.stdout:2025: left oid 6 (ObjNum 631 snap 186 seq_num 631) 2023-09-30T09:14:05.305 INFO:tasks.rados.rados.0.smithi118.stdout:2032: finishing write tid 2 to smithi118168640-50 2023-09-30T09:14:05.305 INFO:tasks.rados.rados.0.smithi118.stdout:2032: finishing write tid 3 to smithi118168640-50 2023-09-30T09:14:05.305 INFO:tasks.rados.rados.0.smithi118.stdout:2032: finishing write tid 4 to smithi118168640-50 2023-09-30T09:14:05.306 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 993 (ObjNum 632 snap 186 seq_num 632) dirty exists 2023-09-30T09:14:05.306 INFO:tasks.rados.rados.0.smithi118.stdout:2032: left oid 50 (ObjNum 632 snap 186 seq_num 632) 2023-09-30T09:14:05.306 INFO:tasks.rados.rados.0.smithi118.stdout:2020: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:14:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:05 smithi192 ceph-mon[180220]: pgmap v381: 121 pgs: 121 active+clean; 113 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 433 KiB/s wr, 10 op/s 2023-09-30T09:14:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:05 smithi192 ceph-mon[180220]: osdmap e448: 8 total, 8 up, 8 in 2023-09-30T09:14:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.281 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[185516]: pgmap v381: 121 pgs: 121 active+clean; 113 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 433 KiB/s wr, 10 op/s 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[185516]: osdmap e448: 8 total, 8 up, 8 in 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[182959]: pgmap v381: 121 pgs: 121 active+clean; 113 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 5.3 MiB/s rd, 433 KiB/s wr, 10 op/s 2023-09-30T09:14:06.282 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[182959]: osdmap e448: 8 total, 8 up, 8 in 2023-09-30T09:14:06.283 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.283 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2026: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2026: finishing copy_from to smithi118168640-17 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 562 (ObjNum 550 snap 161 seq_num 550) dirty exists 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2020: done (9 left) 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2025: done (8 left) 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2026: done (7 left) 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2027: done (6 left) 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2028: done (5 left) 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2029: done (4 left) 2023-09-30T09:14:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:2030: done (3 left) 2023-09-30T09:14:06.588 INFO:tasks.rados.rados.0.smithi118.stdout:2031: done (2 left) 2023-09-30T09:14:06.588 INFO:tasks.rados.rados.0.smithi118.stdout:2032: done (1 left) 2023-09-30T09:14:06.588 INFO:tasks.rados.rados.0.smithi118.stdout:2033: done (0 left) 2023-09-30T09:14:06.588 INFO:tasks.rados.rados.0.smithi118.stdout:2034: setattr oid 22 current snap is 187 2023-09-30T09:14:06.588 INFO:tasks.rados.rados.0.smithi118.stdout:2035: snap_remove snap 184 2023-09-30T09:14:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:07 smithi192 ceph-mon[180220]: osdmap e449: 8 total, 8 up, 8 in 2023-09-30T09:14:07.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:07 smithi192 ceph-mon[180220]: osdmap e450: 8 total, 8 up, 8 in 2023-09-30T09:14:07.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:07 smithi192 ceph-mon[180220]: pgmap v385: 121 pgs: 121 active+clean; 114 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 892 KiB/s wr, 18 op/s 2023-09-30T09:14:07.479 INFO:tasks.rados.rados.0.smithi118.stdout:2035: done (1 left) 2023-09-30T09:14:07.479 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 187 2023-09-30T09:14:07.479 INFO:tasks.rados.rados.0.smithi118.stdout:2036: seq_num 633 ranges {0=606208,606208=401408} 2023-09-30T09:14:07.483 INFO:tasks.rados.rados.0.smithi118.stdout:2036: writing smithi118168640-11 from 0 to 606208 tid 1 2023-09-30T09:14:07.486 INFO:tasks.rados.rados.0.smithi118.stdout:2036: writing smithi118168640-11 from 606208 to 1007616 tid 2 2023-09-30T09:14:07.486 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 187 2023-09-30T09:14:07.486 INFO:tasks.rados.rados.0.smithi118.stdout:2037: seq_num 634 ranges {0=622592,622592=401408} 2023-09-30T09:14:07.490 INFO:tasks.rados.rados.0.smithi118.stdout:2037: writing smithi118168640-26 from 0 to 622592 tid 1 2023-09-30T09:14:07.493 INFO:tasks.rados.rados.0.smithi118.stdout:2037: writing smithi118168640-26 from 622592 to 1024000 tid 2 2023-09-30T09:14:07.493 INFO:tasks.rados.rados.0.smithi118.stdout:2038: setattr oid 21 current snap is 187 2023-09-30T09:14:07.493 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 559 (ObjNum 33 snap 0 seq_num 3322829664) dirty exists 2023-09-30T09:14:07.493 INFO:tasks.rados.rados.0.smithi118.stdout:2036: finishing write tid 1 to smithi118168640-11 2023-09-30T09:14:07.494 INFO:tasks.rados.rados.0.smithi118.stdout:2036: finishing write tid 2 to smithi118168640-11 2023-09-30T09:14:07.494 INFO:tasks.rados.rados.0.smithi118.stdout:2036: finishing write tid 3 to smithi118168640-11 2023-09-30T09:14:07.494 INFO:tasks.rados.rados.0.smithi118.stdout:2036: finishing write tid 4 to smithi118168640-11 2023-09-30T09:14:07.494 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 866 (ObjNum 633 snap 187 seq_num 633) dirty exists 2023-09-30T09:14:07.494 INFO:tasks.rados.rados.0.smithi118.stdout:2036: left oid 11 (ObjNum 633 snap 187 seq_num 633) 2023-09-30T09:14:07.495 INFO:tasks.rados.rados.0.smithi118.stdout:2034: done (3 left) 2023-09-30T09:14:07.495 INFO:tasks.rados.rados.0.smithi118.stdout:2036: done (2 left) 2023-09-30T09:14:07.495 INFO:tasks.rados.rados.0.smithi118.stdout:2039: snap_remove snap 186 2023-09-30T09:14:07.540 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:07 smithi118 ceph-mon[185516]: osdmap e449: 8 total, 8 up, 8 in 2023-09-30T09:14:07.540 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:07 smithi118 ceph-mon[185516]: osdmap e450: 8 total, 8 up, 8 in 2023-09-30T09:14:07.540 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:07 smithi118 ceph-mon[185516]: pgmap v385: 121 pgs: 121 active+clean; 114 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 892 KiB/s wr, 18 op/s 2023-09-30T09:14:07.540 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:07 smithi118 ceph-mon[182959]: osdmap e449: 8 total, 8 up, 8 in 2023-09-30T09:14:07.541 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:07 smithi118 ceph-mon[182959]: osdmap e450: 8 total, 8 up, 8 in 2023-09-30T09:14:07.541 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:07 smithi118 ceph-mon[182959]: pgmap v385: 121 pgs: 121 active+clean; 114 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 892 KiB/s wr, 18 op/s 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2039: done (2 left) 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2040: read oid 25 snap -1 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2040: expect deleted 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2041: delete oid 31 current snap is 187 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2037: finishing write tid 1 to smithi118168640-26 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2037: finishing write tid 2 to smithi118168640-26 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2037: finishing write tid 3 to smithi118168640-26 2023-09-30T09:14:08.485 INFO:tasks.rados.rados.0.smithi118.stdout:2037: finishing write tid 4 to smithi118168640-26 2023-09-30T09:14:08.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 998 (ObjNum 634 snap 187 seq_num 634) dirty exists 2023-09-30T09:14:08.486 INFO:tasks.rados.rados.0.smithi118.stdout:2037: left oid 26 (ObjNum 634 snap 187 seq_num 634) 2023-09-30T09:14:08.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 583 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:08.488 INFO:tasks.rados.rados.0.smithi118.stdout:2037: done (3 left) 2023-09-30T09:14:08.488 INFO:tasks.rados.rados.0.smithi118.stdout:2038: done (2 left) 2023-09-30T09:14:08.489 INFO:tasks.rados.rados.0.smithi118.stdout:2040: done (1 left) 2023-09-30T09:14:08.489 INFO:tasks.rados.rados.0.smithi118.stdout:2041: done (0 left) 2023-09-30T09:14:08.489 INFO:tasks.rados.rados.0.smithi118.stdout:2042: snap_remove snap 183 2023-09-30T09:14:08.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: osdmap e451: 8 total, 8 up, 8 in 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: Detected new or changed devices on smithi118 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2023-09-30T09:14:08.715 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:08 smithi192 ceph-mon[180220]: Upgrade: It appears safe to stop mds.b 2023-09-30T09:14:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: osdmap e451: 8 total, 8 up, 8 in 2023-09-30T09:14:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: Detected new or changed devices on smithi118 2023-09-30T09:14:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2023-09-30T09:14:08.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[182959]: Upgrade: It appears safe to stop mds.b 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: osdmap e451: 8 total, 8 up, 8 in 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: Detected new or changed devices on smithi118 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:08.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds ok-to-stop", "ids": ["b"]}]: dispatch 2023-09-30T09:14:08.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:08 smithi118 ceph-mon[185516]: Upgrade: It appears safe to stop mds.b 2023-09-30T09:14:09.491 INFO:tasks.rados.rados.0.smithi118.stdout:2042: done (0 left) 2023-09-30T09:14:09.491 INFO:tasks.rados.rados.0.smithi118.stdout:2043: rollback oid 11 current snap is 187 2023-09-30T09:14:09.491 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 11 to 182 2023-09-30T09:14:09.491 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 187 2023-09-30T09:14:09.491 INFO:tasks.rados.rados.0.smithi118.stdout:2044: seq_num 636 ranges {974848=655360,1630208=401408} 2023-09-30T09:14:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2044: writing smithi118168640-6 from 974848 to 1630208 tid 1 2023-09-30T09:14:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2044: writing smithi118168640-6 from 1630208 to 2031616 tid 2 2023-09-30T09:14:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 187 2023-09-30T09:14:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2043: finishing rollback tid 0 to smithi118168640-11 2023-09-30T09:14:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2045: seq_num 637 ranges {0=671744,671744=401408} 2023-09-30T09:14:09.508 INFO:tasks.rados.rados.0.smithi118.stdout:2045: writing smithi118168640-37 from 0 to 671744 tid 1 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:2045: writing smithi118168640-37 from 671744 to 1073152 tid 2 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:2046: snap_create 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:2043: finishing rollback tid 1 to smithi118168640-11 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 868 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:2044: finishing write tid 1 to smithi118168640-6 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:2044: finishing write tid 2 to smithi118168640-6 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:2044: finishing write tid 3 to smithi118168640-6 2023-09-30T09:14:09.511 INFO:tasks.rados.rados.0.smithi118.stdout:2044: finishing write tid 4 to smithi118168640-6 2023-09-30T09:14:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 822 (ObjNum 636 snap 187 seq_num 636) dirty exists 2023-09-30T09:14:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:2044: left oid 6 (ObjNum 636 snap 187 seq_num 636) 2023-09-30T09:14:09.512 INFO:tasks.rados.rados.0.smithi118.stdout:2045: finishing write tid 1 to smithi118168640-37 2023-09-30T09:14:09.513 INFO:tasks.rados.rados.0.smithi118.stdout:2045: finishing write tid 2 to smithi118168640-37 2023-09-30T09:14:09.513 INFO:tasks.rados.rados.0.smithi118.stdout:2045: finishing write tid 3 to smithi118168640-37 2023-09-30T09:14:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:2045: finishing write tid 4 to smithi118168640-37 2023-09-30T09:14:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 975 (ObjNum 637 snap 187 seq_num 637) dirty exists 2023-09-30T09:14:09.515 INFO:tasks.rados.rados.0.smithi118.stdout:2045: left oid 37 (ObjNum 637 snap 187 seq_num 637) 2023-09-30T09:14:09.643 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: osdmap e452: 8 total, 8 up, 8 in 2023-09-30T09:14:09.643 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: pgmap v388: 121 pgs: 121 active+clean; 119 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.7 MiB/s wr, 15 op/s 2023-09-30T09:14:09.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: Upgrade: Updating mds.b 2023-09-30T09:14:09.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:09.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:14:09.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:09.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: Deploying daemon mds.b on smithi192 2023-09-30T09:14:09.644 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: osdmap e452: 8 total, 8 up, 8 in 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: pgmap v388: 121 pgs: 121 active+clean; 119 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.7 MiB/s wr, 15 op/s 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: Upgrade: Updating mds.b 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: Deploying daemon mds.b on smithi192 2023-09-30T09:14:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: osdmap e452: 8 total, 8 up, 8 in 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: pgmap v388: 121 pgs: 121 active+clean; 119 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.7 MiB/s wr, 15 op/s 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: Upgrade: Updating mds.b 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mds.b", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: Deploying daemon mds.b on smithi192 2023-09-30T09:14:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:10.082 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:14:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:14:09] "GET /metrics HTTP/1.1" 200 36195 "" "Prometheus/2.43.0" 2023-09-30T09:14:10.088 INFO:tasks.rados.rados.0.smithi118.stdout:2043: done (3 left) 2023-09-30T09:14:10.088 INFO:tasks.rados.rados.0.smithi118.stdout:2044: done (2 left) 2023-09-30T09:14:10.088 INFO:tasks.rados.rados.0.smithi118.stdout:2045: done (1 left) 2023-09-30T09:14:10.089 INFO:tasks.rados.rados.0.smithi118.stdout:2046: done (0 left) 2023-09-30T09:14:10.089 INFO:tasks.rados.rados.0.smithi118.stdout:2047: rollback oid 16 current snap is 188 2023-09-30T09:14:10.089 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 187 2023-09-30T09:14:10.089 INFO:tasks.rados.rados.0.smithi118.stdout:2048: read oid 42 snap -1 2023-09-30T09:14:10.089 INFO:tasks.rados.rados.0.smithi118.stdout:2048: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:14:10.089 INFO:tasks.rados.rados.0.smithi118.stdout:2049: snap_remove snap 182 2023-09-30T09:14:10.213 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:09 smithi192 systemd[1]: Stopping Ceph mds.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:10.213 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b[146917]: 2023-09-30T09:14:10.080+0000 7fc459ef8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T09:14:10.213 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b[146917]: 2023-09-30T09:14:10.080+0000 7fc459ef8700 -1 mds.b *** got signal Terminated *** 2023-09-30T09:14:10.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[182954]: 2023-09-30T09:14:10.080+0000 7f265d405700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T09:14:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: osdmap e453: 8 total, 8 up, 8 in 2023-09-30T09:14:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-30T09:14:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T09:14:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: osdmap e454: 8 total, 8 up, 8 in 2023-09-30T09:14:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2023-09-30T09:14:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T09:14:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-09-30T09:14:10.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[185516]: fsmap cephfs:1/1 {0=a=up:replay} 2023-09-30T09:14:10.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: osdmap e453: 8 total, 8 up, 8 in 2023-09-30T09:14:10.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-30T09:14:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T09:14:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: osdmap e454: 8 total, 8 up, 8 in 2023-09-30T09:14:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2023-09-30T09:14:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T09:14:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-09-30T09:14:10.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:10 smithi118 ceph-mon[182959]: fsmap cephfs:1/1 {0=a=up:replay} 2023-09-30T09:14:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: osdmap e453: 8 total, 8 up, 8 in 2023-09-30T09:14:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-30T09:14:10.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T09:14:10.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: osdmap e454: 8 total, 8 up, 8 in 2023-09-30T09:14:10.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: Standby daemon mds.a assigned to filesystem cephfs as rank 0 2023-09-30T09:14:10.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T09:14:10.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-09-30T09:14:10.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:10 smithi192 ceph-mon[180220]: fsmap cephfs:1/1 {0=a=up:replay} 2023-09-30T09:14:11.095 INFO:tasks.rados.rados.0.smithi118.stdout:2049: done (2 left) 2023-09-30T09:14:11.095 INFO:tasks.rados.rados.0.smithi118.stdout:2050: snap_create 2023-09-30T09:14:11.096 INFO:tasks.rados.rados.0.smithi118.stdout:2047: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:14:11.096 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 858 (ObjNum 289 snap 0 seq_num 0) dirty dne 2023-09-30T09:14:11.096 INFO:tasks.rados.rados.0.smithi118.stdout:2048: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:14:11.470 INFO:tasks.rados.rados.0.smithi118.stdout:2047: done (2 left) 2023-09-30T09:14:11.471 INFO:tasks.rados.rados.0.smithi118.stdout:2048: done (1 left) 2023-09-30T09:14:11.471 INFO:tasks.rados.rados.0.smithi118.stdout:2050: done (0 left) 2023-09-30T09:14:11.471 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 189 2023-09-30T09:14:11.471 INFO:tasks.rados.rados.0.smithi118.stdout:2051: seq_num 638 ranges {385024=688128,1073152=401408} 2023-09-30T09:14:11.476 INFO:tasks.rados.rados.0.smithi118.stdout:2051: writing smithi118168640-40 from 385024 to 1073152 tid 1 2023-09-30T09:14:11.479 INFO:tasks.rados.rados.0.smithi118.stdout:2051: writing smithi118168640-40 from 1073152 to 1474560 tid 2 2023-09-30T09:14:11.479 INFO:tasks.rados.rados.0.smithi118.stdout:2052: copy_from oid 27 from oid 9 current snap is 189 2023-09-30T09:14:11.479 INFO:tasks.rados.rados.0.smithi118.stdout:2053: snap_remove snap 187 2023-09-30T09:14:12.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[185516]: pgmap v391: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 122 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 22 op/s 2023-09-30T09:14:12.437 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[185516]: osdmap e455: 8 total, 8 up, 8 in 2023-09-30T09:14:12.437 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[185516]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:reconnect 2023-09-30T09:14:12.437 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[185516]: fsmap cephfs:1/1 {0=a=up:reconnect} 2023-09-30T09:14:12.438 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[185516]: osdmap e456: 8 total, 8 up, 8 in 2023-09-30T09:14:12.438 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[182959]: pgmap v391: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 122 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 22 op/s 2023-09-30T09:14:12.438 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[182959]: osdmap e455: 8 total, 8 up, 8 in 2023-09-30T09:14:12.438 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[182959]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:reconnect 2023-09-30T09:14:12.439 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[182959]: fsmap cephfs:1/1 {0=a=up:reconnect} 2023-09-30T09:14:12.439 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:12 smithi118 ceph-mon[182959]: osdmap e456: 8 total, 8 up, 8 in 2023-09-30T09:14:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:12 smithi192 ceph-mon[180220]: pgmap v391: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 122 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 2.2 MiB/s wr, 22 op/s 2023-09-30T09:14:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:12 smithi192 ceph-mon[180220]: osdmap e455: 8 total, 8 up, 8 in 2023-09-30T09:14:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:12 smithi192 ceph-mon[180220]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:reconnect 2023-09-30T09:14:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:12 smithi192 ceph-mon[180220]: fsmap cephfs:1/1 {0=a=up:reconnect} 2023-09-30T09:14:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:12 smithi192 ceph-mon[180220]: osdmap e456: 8 total, 8 up, 8 in 2023-09-30T09:14:12.477 INFO:tasks.rados.rados.0.smithi118.stdout:2053: done (2 left) 2023-09-30T09:14:12.477 INFO:tasks.rados.rados.0.smithi118.stdout:2054: copy_from oid 32 from oid 2 current snap is 189 2023-09-30T09:14:12.477 INFO:tasks.rados.rados.0.smithi118.stdout:2055: rmattr oid 1 current snap is 189 2023-09-30T09:14:12.477 INFO:tasks.rados.rados.0.smithi118.stdout:2056: copy_from oid 50 from oid 43 current snap is 189 2023-09-30T09:14:12.477 INFO:tasks.rados.rados.0.smithi118.stdout:2057: snap_create 2023-09-30T09:14:12.477 INFO:tasks.rados.rados.0.smithi118.stdout:2051: finishing write tid 1 to smithi118168640-40 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:2051: finishing write tid 2 to smithi118168640-40 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:2052: finishing copy_from to smithi118168640-27 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:2052: got expected ENOENT (src dne) 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:2052: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:2051: finishing write tid 3 to smithi118168640-40 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:2051: finishing write tid 4 to smithi118168640-40 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 583 (ObjNum 638 snap 189 seq_num 638) dirty exists 2023-09-30T09:14:12.478 INFO:tasks.rados.rados.0.smithi118.stdout:2051: left oid 40 (ObjNum 638 snap 189 seq_num 638) 2023-09-30T09:14:12.483 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 843 (ObjNum 567 snap 166 seq_num 567) dirty exists 2023-09-30T09:14:12.489 INFO:tasks.rados.rados.0.smithi118.stdout:2054: finishing copy_from racing read to smithi118168640-32 2023-09-30T09:14:12.489 INFO:tasks.rados.rados.0.smithi118.stdout:2056: finishing copy_from racing read to smithi118168640-50 2023-09-30T09:14:12.490 INFO:tasks.rados.rados.0.smithi118.stdout:2054: finishing copy_from to smithi118168640-32 2023-09-30T09:14:12.490 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 562 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:12.491 INFO:tasks.rados.rados.0.smithi118.stdout:2056: finishing copy_from to smithi118168640-50 2023-09-30T09:14:12.491 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 857 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:14:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:13 smithi192 ceph-mon[180220]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:rejoin 2023-09-30T09:14:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:13 smithi192 ceph-mon[180220]: fsmap cephfs:1/1 {0=a=up:rejoin} 2023-09-30T09:14:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:13 smithi192 ceph-mon[180220]: daemon mds.a is now active in filesystem cephfs as rank 0 2023-09-30T09:14:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:13 smithi192 ceph-mon[180220]: osdmap e457: 8 total, 8 up, 8 in 2023-09-30T09:14:13.482 INFO:tasks.rados.rados.0.smithi118.stdout:2051: done (5 left) 2023-09-30T09:14:13.482 INFO:tasks.rados.rados.0.smithi118.stdout:2052: done (4 left) 2023-09-30T09:14:13.482 INFO:tasks.rados.rados.0.smithi118.stdout:2054: done (3 left) 2023-09-30T09:14:13.482 INFO:tasks.rados.rados.0.smithi118.stdout:2055: done (2 left) 2023-09-30T09:14:13.483 INFO:tasks.rados.rados.0.smithi118.stdout:2056: done (1 left) 2023-09-30T09:14:13.483 INFO:tasks.rados.rados.0.smithi118.stdout:2057: done (0 left) 2023-09-30T09:14:13.483 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 190 2023-09-30T09:14:13.483 INFO:tasks.rados.rados.0.smithi118.stdout:2058: seq_num 639 ranges {1474560=704512,2179072=401408} 2023-09-30T09:14:13.493 INFO:tasks.rados.rados.0.smithi118.stdout:2058: writing smithi118168640-40 from 1474560 to 2179072 tid 1 2023-09-30T09:14:13.496 INFO:tasks.rados.rados.0.smithi118.stdout:2058: writing smithi118168640-40 from 2179072 to 2580480 tid 2 2023-09-30T09:14:13.496 INFO:tasks.rados.rados.0.smithi118.stdout:2059: setattr oid 23 current snap is 190 2023-09-30T09:14:13.498 INFO:tasks.rados.rados.0.smithi118.stdout:2060: delete oid 21 current snap is 190 2023-09-30T09:14:13.501 INFO:tasks.rados.rados.0.smithi118.stdout:2058: finishing write tid 1 to smithi118168640-40 2023-09-30T09:14:13.503 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 859 (ObjNum 1265 snap 0 seq_num 3908351688) dirty exists 2023-09-30T09:14:13.503 INFO:tasks.rados.rados.0.smithi118.stdout:2058: finishing write tid 2 to smithi118168640-40 2023-09-30T09:14:13.503 INFO:tasks.rados.rados.0.smithi118.stdout:2058: finishing write tid 3 to smithi118168640-40 2023-09-30T09:14:13.504 INFO:tasks.rados.rados.0.smithi118.stdout:2059: done (2 left) 2023-09-30T09:14:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2060: done (1 left) 2023-09-30T09:14:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2061: read oid 18 snap -1 2023-09-30T09:14:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2061: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:14:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2062: copy_from oid 24 from oid 37 current snap is 190 2023-09-30T09:14:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2063: copy_from oid 11 from oid 50 current snap is 190 2023-09-30T09:14:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2064: snap_remove snap 189 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[185516]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:rejoin 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[185516]: fsmap cephfs:1/1 {0=a=up:rejoin} 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[185516]: daemon mds.a is now active in filesystem cephfs as rank 0 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[185516]: osdmap e457: 8 total, 8 up, 8 in 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[182959]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:rejoin 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[182959]: fsmap cephfs:1/1 {0=a=up:rejoin} 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[182959]: daemon mds.a is now active in filesystem cephfs as rank 0 2023-09-30T09:14:13.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-mon[182959]: osdmap e457: 8 total, 8 up, 8 in 2023-09-30T09:14:13.846 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 09:14:13 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[216241]: 2023-09-30T09:14:13.541+0000 7fecdb208700 -1 mds.pinger is_rank_lagging: rank=0 was never sent ping request. 2023-09-30T09:14:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:14 smithi192 ceph-mon[180220]: pgmap v395: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 107 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 669 KiB/s wr, 11 op/s 2023-09-30T09:14:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:14 smithi192 ceph-mon[180220]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-30T09:14:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:14 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:14:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:14 smithi192 ceph-mon[180220]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:active 2023-09-30T09:14:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:14 smithi192 ceph-mon[180220]: fsmap cephfs:1 {0=a=up:active} 2023-09-30T09:14:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:14 smithi192 ceph-mon[180220]: osdmap e458: 8 total, 8 up, 8 in 2023-09-30T09:14:14.483 INFO:tasks.rados.rados.0.smithi118.stdout:2064: done (4 left) 2023-09-30T09:14:14.484 INFO:tasks.rados.rados.0.smithi118.stdout:2065: rollback oid 1 current snap is 190 2023-09-30T09:14:14.484 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 1 to 188 2023-09-30T09:14:14.485 INFO:tasks.rados.rados.0.smithi118.stdout:2066: rollback oid 44 current snap is 190 2023-09-30T09:14:14.485 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 188 2023-09-30T09:14:14.485 INFO:tasks.rados.rados.0.smithi118.stdout:2067: read oid 48 snap -1 2023-09-30T09:14:14.485 INFO:tasks.rados.rados.0.smithi118.stdout:2067: expect (ObjNum 608 snap 178 seq_num 608) 2023-09-30T09:14:14.485 INFO:tasks.rados.rados.0.smithi118.stdout:2068: rollback oid 5 current snap is 190 2023-09-30T09:14:14.485 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 188 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2069: rollback oid 43 current snap is 190 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 43 to 188 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2070: delete oid 35 current snap is 190 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2058: finishing write tid 4 to smithi118168640-40 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 586 (ObjNum 639 snap 190 seq_num 639) dirty exists 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2058: left oid 40 (ObjNum 639 snap 190 seq_num 639) 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2063: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2063: finishing copy_from to smithi118168640-11 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 857 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2062: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:14:14.486 INFO:tasks.rados.rados.0.smithi118.stdout:2062: finishing copy_from to smithi118168640-24 2023-09-30T09:14:14.487 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 975 (ObjNum 637 snap 187 seq_num 637) dirty exists 2023-09-30T09:14:14.487 INFO:tasks.rados.rados.0.smithi118.stdout:2061: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:14:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[185516]: pgmap v395: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 107 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 669 KiB/s wr, 11 op/s 2023-09-30T09:14:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[185516]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-30T09:14:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:14:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[185516]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:active 2023-09-30T09:14:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[185516]: fsmap cephfs:1 {0=a=up:active} 2023-09-30T09:14:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[185516]: osdmap e458: 8 total, 8 up, 8 in 2023-09-30T09:14:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[182959]: pgmap v395: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 107 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 669 KiB/s wr, 11 op/s 2023-09-30T09:14:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[182959]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-30T09:14:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:14:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[182959]: mds.? [v2:172.21.15.118:6834/2067804654,v1:172.21.15.118:6835/2067804654] up:active 2023-09-30T09:14:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[182959]: fsmap cephfs:1 {0=a=up:active} 2023-09-30T09:14:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:14 smithi118 ceph-mon[182959]: osdmap e458: 8 total, 8 up, 8 in 2023-09-30T09:14:15.716 INFO:tasks.rados.rados.0.smithi118.stdout:2068: finishing rollback tid 0 to smithi118168640-5 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:2068: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:2058: done (9 left) 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:2061: done (8 left) 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:2062: done (7 left) 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:2063: done (6 left) 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:2070: done (5 left) 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:2071: rollback oid 7 current snap is 190 2023-09-30T09:14:15.717 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 7 to 188 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2068: finishing rollback tid 2 to smithi118168640-5 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 962 (ObjNum 558 snap 164 seq_num 558) dirty exists 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2069: finishing rollback tid 0 to smithi118168640-43 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2069: finishing rollback tid 1 to smithi118168640-43 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2069: finishing rollback tid 2 to smithi118168640-43 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 861 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2066: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2066: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2066: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 583 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:15.718 INFO:tasks.rados.rados.0.smithi118.stdout:2065: finishing rollback tid 0 to smithi118168640-1 2023-09-30T09:14:15.719 INFO:tasks.rados.rados.0.smithi118.stdout:2065: finishing rollback tid 1 to smithi118168640-1 2023-09-30T09:14:15.719 INFO:tasks.rados.rados.0.smithi118.stdout:2065: finishing rollback tid 2 to smithi118168640-1 2023-09-30T09:14:15.719 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 846 (ObjNum 567 snap 166 seq_num 567) dirty exists 2023-09-30T09:14:15.719 INFO:tasks.rados.rados.0.smithi118.stdout:2067: expect (ObjNum 608 snap 178 seq_num 608) 2023-09-30T09:14:15.739 INFO:tasks.rados.rados.0.smithi118.stdout:2071: finishing rollback tid 1 to smithi118168640-7 2023-09-30T09:14:15.739 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 0 (ObjNum 145 snap 0 seq_num 3323946560) dirty dne 2023-09-30T09:14:15.740 INFO:tasks.rados.rados.0.smithi118.stdout:2065: done (5 left) 2023-09-30T09:14:15.740 INFO:tasks.rados.rados.0.smithi118.stdout:2066: done (4 left) 2023-09-30T09:14:15.740 INFO:tasks.rados.rados.0.smithi118.stdout:2067: done (3 left) 2023-09-30T09:14:15.740 INFO:tasks.rados.rados.0.smithi118.stdout:2068: done (2 left) 2023-09-30T09:14:15.740 INFO:tasks.rados.rados.0.smithi118.stdout:2069: done (1 left) 2023-09-30T09:14:15.740 INFO:tasks.rados.rados.0.smithi118.stdout:2071: done (0 left) 2023-09-30T09:14:15.740 INFO:tasks.rados.rados.0.smithi118.stdout:2072: snap_create 2023-09-30T09:14:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:15 smithi118 ceph-mon[185516]: osdmap e459: 8 total, 8 up, 8 in 2023-09-30T09:14:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:15 smithi118 ceph-mon[185516]: pgmap v398: 121 pgs: 121 active+clean; 106 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.8 MiB/s wr, 24 op/s 2023-09-30T09:14:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:15 smithi118 ceph-mon[182959]: osdmap e459: 8 total, 8 up, 8 in 2023-09-30T09:14:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:15 smithi118 ceph-mon[182959]: pgmap v398: 121 pgs: 121 active+clean; 106 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.8 MiB/s wr, 24 op/s 2023-09-30T09:14:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:15 smithi192 ceph-mon[180220]: osdmap e459: 8 total, 8 up, 8 in 2023-09-30T09:14:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:15 smithi192 ceph-mon[180220]: pgmap v398: 121 pgs: 121 active+clean; 106 MiB data, 994 MiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.8 MiB/s wr, 24 op/s 2023-09-30T09:14:16.472 INFO:tasks.rados.rados.0.smithi118.stdout:2072: done (0 left) 2023-09-30T09:14:16.472 INFO:tasks.rados.rados.0.smithi118.stdout:2073: snap_create 2023-09-30T09:14:17.473 INFO:tasks.rados.rados.0.smithi118.stdout:2073: done (0 left) 2023-09-30T09:14:17.473 INFO:tasks.rados.rados.0.smithi118.stdout:2074: snap_create 2023-09-30T09:14:17.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:17 smithi118 ceph-mon[185516]: osdmap e460: 8 total, 8 up, 8 in 2023-09-30T09:14:17.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:17 smithi118 ceph-mon[185516]: pgmap v400: 121 pgs: 121 active+clean; 102 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.8 MiB/s wr, 30 op/s 2023-09-30T09:14:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:17 smithi118 ceph-mon[182959]: osdmap e460: 8 total, 8 up, 8 in 2023-09-30T09:14:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:17 smithi118 ceph-mon[182959]: pgmap v400: 121 pgs: 121 active+clean; 102 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.8 MiB/s wr, 30 op/s 2023-09-30T09:14:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:17 smithi192 ceph-mon[180220]: osdmap e460: 8 total, 8 up, 8 in 2023-09-30T09:14:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:17 smithi192 ceph-mon[180220]: pgmap v400: 121 pgs: 121 active+clean; 102 MiB data, 974 MiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 1.8 MiB/s wr, 30 op/s 2023-09-30T09:14:18.476 INFO:tasks.rados.rados.0.smithi118.stdout:2074: done (0 left) 2023-09-30T09:14:18.476 INFO:tasks.rados.rados.0.smithi118.stdout:2075: read oid 21 snap -1 2023-09-30T09:14:18.476 INFO:tasks.rados.rados.0.smithi118.stdout:2075: expect deleted 2023-09-30T09:14:18.476 INFO:tasks.rados.rados.0.smithi118.stdout:2076: delete oid 10 current snap is 193 2023-09-30T09:14:18.481 INFO:tasks.rados.rados.0.smithi118.stdout:2075: done (1 left) 2023-09-30T09:14:18.481 INFO:tasks.rados.rados.0.smithi118.stdout:2076: done (0 left) 2023-09-30T09:14:18.482 INFO:tasks.rados.rados.0.smithi118.stdout:2077: rollback oid 38 current snap is 193 2023-09-30T09:14:18.482 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 191 2023-09-30T09:14:18.482 INFO:tasks.rados.rados.0.smithi118.stdout:2078: snap_remove snap 190 2023-09-30T09:14:18.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:18 smithi118 ceph-mon[182959]: osdmap e461: 8 total, 8 up, 8 in 2023-09-30T09:14:18.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:18 smithi118 ceph-mon[185516]: osdmap e461: 8 total, 8 up, 8 in 2023-09-30T09:14:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:18 smithi192 ceph-mon[180220]: osdmap e461: 8 total, 8 up, 8 in 2023-09-30T09:14:19.487 INFO:tasks.rados.rados.0.smithi118.stdout:2078: done (1 left) 2023-09-30T09:14:19.487 INFO:tasks.rados.rados.0.smithi118.stdout:2079: snap_create 2023-09-30T09:14:19.487 INFO:tasks.rados.rados.0.smithi118.stdout:2077: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:14:19.487 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 0 (ObjNum 177 snap 0 seq_num 1) dirty dne 2023-09-30T09:14:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:19 smithi118 ceph-mon[185516]: osdmap e462: 8 total, 8 up, 8 in 2023-09-30T09:14:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:19 smithi118 ceph-mon[185516]: pgmap v403: 121 pgs: 121 active+clean; 102 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 515 KiB/s wr, 18 op/s 2023-09-30T09:14:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:19 smithi118 ceph-mon[182959]: osdmap e462: 8 total, 8 up, 8 in 2023-09-30T09:14:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:19 smithi118 ceph-mon[182959]: pgmap v403: 121 pgs: 121 active+clean; 102 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 515 KiB/s wr, 18 op/s 2023-09-30T09:14:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:19 smithi192 ceph-mon[180220]: osdmap e462: 8 total, 8 up, 8 in 2023-09-30T09:14:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:19 smithi192 ceph-mon[180220]: pgmap v403: 121 pgs: 121 active+clean; 102 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 515 KiB/s wr, 18 op/s 2023-09-30T09:14:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:14:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:14:19] "GET /metrics HTTP/1.1" 200 35944 "" "Prometheus/2.43.0" 2023-09-30T09:14:20.390 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 bash[210346]: time="2023-09-30T09:14:20Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b in 10 seconds, resorting to SIGKILL" 2023-09-30T09:14:20.390 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 bash[210346]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b 2023-09-30T09:14:20.390 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.b.service: Main process exited, code=exited, status=137/n/a 2023-09-30T09:14:20.488 INFO:tasks.rados.rados.0.smithi118.stdout:2077: done (1 left) 2023-09-30T09:14:20.488 INFO:tasks.rados.rados.0.smithi118.stdout:2079: done (0 left) 2023-09-30T09:14:20.488 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 194 2023-09-30T09:14:20.488 INFO:tasks.rados.rados.0.smithi118.stdout:2080: seq_num 643 ranges {2580480=778240,3358720=401408} 2023-09-30T09:14:20.506 INFO:tasks.rados.rados.0.smithi118.stdout:2080: writing smithi118168640-40 from 2580480 to 3358720 tid 1 2023-09-30T09:14:20.508 INFO:tasks.rados.rados.0.smithi118.stdout:2080: writing smithi118168640-40 from 3358720 to 3760128 tid 2 2023-09-30T09:14:20.508 INFO:tasks.rados.rados.0.smithi118.stdout:2081: setattr oid 18 current snap is 194 2023-09-30T09:14:20.510 INFO:tasks.rados.rados.0.smithi118.stdout:2082: setattr oid 7 current snap is 194 2023-09-30T09:14:20.511 INFO:tasks.rados.rados.0.smithi118.stdout:2083: rollback oid 12 current snap is 194 2023-09-30T09:14:20.511 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 12 to 188 2023-09-30T09:14:20.511 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 194 2023-09-30T09:14:20.511 INFO:tasks.rados.rados.0.smithi118.stdout:2084: seq_num 644 ranges {0=794624,794624=401408} 2023-09-30T09:14:20.516 INFO:tasks.rados.rados.0.smithi118.stdout:2084: writing smithi118168640-4 from 0 to 794624 tid 1 2023-09-30T09:14:20.519 INFO:tasks.rados.rados.0.smithi118.stdout:2084: writing smithi118168640-4 from 794624 to 1196032 tid 2 2023-09-30T09:14:20.519 INFO:tasks.rados.rados.0.smithi118.stdout:2085: read oid 32 snap 193 2023-09-30T09:14:20.519 INFO:tasks.rados.rados.0.smithi118.stdout:2085: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:20.520 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 194 2023-09-30T09:14:20.520 INFO:tasks.rados.rados.0.smithi118.stdout:2080: finishing write tid 1 to smithi118168640-40 2023-09-30T09:14:20.520 INFO:tasks.rados.rados.0.smithi118.stdout:2080: finishing write tid 2 to smithi118168640-40 2023-09-30T09:14:20.520 INFO:tasks.rados.rados.0.smithi118.stdout:2080: finishing write tid 3 to smithi118168640-40 2023-09-30T09:14:20.520 INFO:tasks.rados.rados.0.smithi118.stdout:2086: seq_num 645 ranges {352256=409600,761856=778240,1540096=24576} 2023-09-30T09:14:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2086: writing smithi118168640-14 from 352256 to 761856 tid 1 2023-09-30T09:14:20.528 INFO:tasks.rados.rados.0.smithi118.stdout:2086: writing smithi118168640-14 from 761856 to 1540096 tid 2 2023-09-30T09:14:20.529 INFO:tasks.rados.rados.0.smithi118.stdout:2086: writing smithi118168640-14 from 1540096 to 1564672 tid 3 2023-09-30T09:14:20.529 INFO:tasks.rados.rados.0.smithi118.stdout:2087: rollback oid 42 current snap is 194 2023-09-30T09:14:20.529 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 42 to 192 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 963 (ObjNum 369 snap 0 seq_num 2569964188) dirty exists 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2080: finishing write tid 4 to smithi118168640-40 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 589 (ObjNum 643 snap 194 seq_num 643) dirty exists 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2080: left oid 40 (ObjNum 643 snap 194 seq_num 643) 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2083: finishing rollback tid 0 to smithi118168640-12 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2080: done (7 left) 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2082: done (6 left) 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2088: delete oid 3 current snap is 194 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2083: finishing rollback tid 1 to smithi118168640-12 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:2083: finishing rollback tid 2 to smithi118168640-12 2023-09-30T09:14:20.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 576 (ObjNum 600 snap 176 seq_num 600) dirty exists 2023-09-30T09:14:20.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 976 (ObjNum 544 snap 160 seq_num 544) dirty exists 2023-09-30T09:14:20.532 INFO:tasks.rados.rados.0.smithi118.stdout:2084: finishing write tid 1 to smithi118168640-4 2023-09-30T09:14:20.535 INFO:tasks.rados.rados.0.smithi118.stdout:2087: finishing rollback tid 0 to smithi118168640-42 2023-09-30T09:14:20.536 INFO:tasks.rados.rados.0.smithi118.stdout:2087: finishing rollback tid 1 to smithi118168640-42 2023-09-30T09:14:20.536 INFO:tasks.rados.rados.0.smithi118.stdout:2087: finishing rollback tid 2 to smithi118168640-42 2023-09-30T09:14:20.536 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 863 (ObjNum 623 snap 185 seq_num 623) dirty exists 2023-09-30T09:14:20.540 INFO:tasks.rados.rados.0.smithi118.stdout:2084: finishing write tid 2 to smithi118168640-4 2023-09-30T09:14:20.540 INFO:tasks.rados.rados.0.smithi118.stdout:2084: finishing write tid 3 to smithi118168640-4 2023-09-30T09:14:20.541 INFO:tasks.rados.rados.0.smithi118.stdout:2086: finishing write tid 1 to smithi118168640-14 2023-09-30T09:14:20.541 INFO:tasks.rados.rados.0.smithi118.stdout:2086: finishing write tid 2 to smithi118168640-14 2023-09-30T09:14:20.541 INFO:tasks.rados.rados.0.smithi118.stdout:2086: finishing write tid 3 to smithi118168640-14 2023-09-30T09:14:20.542 INFO:tasks.rados.rados.0.smithi118.stdout:2086: finishing write tid 4 to smithi118168640-14 2023-09-30T09:14:20.544 INFO:tasks.rados.rados.0.smithi118.stdout:2086: finishing write tid 5 to smithi118168640-14 2023-09-30T09:14:20.544 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 850 (ObjNum 645 snap 194 seq_num 645) dirty exists 2023-09-30T09:14:20.544 INFO:tasks.rados.rados.0.smithi118.stdout:2086: left oid 14 (ObjNum 645 snap 194 seq_num 645) 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:2081: done (6 left) 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:2083: done (5 left) 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:2086: done (4 left) 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:2087: done (3 left) 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:2088: done (2 left) 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:2089: rollback oid 29 current snap is 194 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 29 to 192 2023-09-30T09:14:20.545 INFO:tasks.rados.rados.0.smithi118.stdout:2090: snap_remove snap 191 2023-09-30T09:14:20.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:20 smithi192 ceph-mon[180220]: osdmap e463: 8 total, 8 up, 8 in 2023-09-30T09:14:20.713 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.b.service: Failed with result 'exit-code'. 2023-09-30T09:14:20.713 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 systemd[1]: Stopped Ceph mds.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:20.714 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 systemd[1]: Starting Ceph mds.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:20 smithi118 ceph-mon[182959]: osdmap e463: 8 total, 8 up, 8 in 2023-09-30T09:14:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:20 smithi118 ceph-mon[185516]: osdmap e463: 8 total, 8 up, 8 in 2023-09-30T09:14:21.213 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b[210500]: starting mds.b at 2023-09-30T09:14:21.213 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 bash[210486]: 7346a6b574f1fb6f3b96a48672320e81e64e5d3349546dea87f26de98d267bf4 2023-09-30T09:14:21.213 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 09:14:20 smithi192 systemd[1]: Started Ceph mds.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:21.480 INFO:tasks.rados.rados.0.smithi118.stdout:2090: done (3 left) 2023-09-30T09:14:21.480 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 194 2023-09-30T09:14:21.480 INFO:tasks.rados.rados.0.smithi118.stdout:2091: seq_num 647 ranges {0=442368,442368=589824,1032192=212992} 2023-09-30T09:14:21.480 INFO:tasks.rados.rados.0.smithi118.stdout:2091: writing smithi118168640-38 from 0 to 442368 tid 1 2023-09-30T09:14:21.481 INFO:tasks.rados.rados.0.smithi118.stdout:2091: writing smithi118168640-38 from 442368 to 1032192 tid 2 2023-09-30T09:14:21.482 INFO:tasks.rados.rados.0.smithi118.stdout:2091: writing smithi118168640-38 from 1032192 to 1245184 tid 3 2023-09-30T09:14:21.482 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 194 2023-09-30T09:14:21.483 INFO:tasks.rados.rados.0.smithi118.stdout:2092: seq_num 648 ranges {0=458752,458752=475136,933888=327680} 2023-09-30T09:14:21.485 INFO:tasks.rados.rados.0.smithi118.stdout:2092: writing smithi118168640-3 from 0 to 458752 tid 1 2023-09-30T09:14:21.488 INFO:tasks.rados.rados.0.smithi118.stdout:2092: writing smithi118168640-3 from 458752 to 933888 tid 2 2023-09-30T09:14:21.491 INFO:tasks.rados.rados.0.smithi118.stdout:2092: writing smithi118168640-3 from 933888 to 1261568 tid 3 2023-09-30T09:14:21.491 INFO:tasks.rados.rados.0.smithi118.stdout:2093: rollback oid 26 current snap is 194 2023-09-30T09:14:21.491 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 26 to 188 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2094: rollback oid 41 current snap is 194 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 188 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2095: read oid 8 snap -1 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2095: expect (ObjNum 590 snap 173 seq_num 590) 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2096: delete oid 31 current snap is 194 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2084: finishing write tid 4 to smithi118168640-4 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 864 (ObjNum 644 snap 194 seq_num 644) dirty exists 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2084: left oid 4 (ObjNum 644 snap 194 seq_num 644) 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2089: finishing rollback tid 1 to smithi118168640-29 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 0 (ObjNum 49 snap 0 seq_num 1597792604) dirty dne 2023-09-30T09:14:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2085: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2091: finishing write tid 1 to smithi118168640-38 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2091: finishing write tid 2 to smithi118168640-38 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2091: finishing write tid 3 to smithi118168640-38 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2091: finishing write tid 4 to smithi118168640-38 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2091: finishing write tid 5 to smithi118168640-38 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 598 (ObjNum 647 snap 194 seq_num 647) dirty exists 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2091: left oid 38 (ObjNum 647 snap 194 seq_num 647) 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2092: finishing write tid 1 to smithi118168640-3 2023-09-30T09:14:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2092: finishing write tid 2 to smithi118168640-3 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2092: finishing write tid 3 to smithi118168640-3 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2092: finishing write tid 4 to smithi118168640-3 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2093: finishing rollback tid 0 to smithi118168640-26 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2093: finishing rollback tid 1 to smithi118168640-26 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2084: done (8 left) 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2085: done (7 left) 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2089: done (6 left) 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2091: done (5 left) 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2096: done (4 left) 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2097: read oid 13 snap -1 2023-09-30T09:14:21.531 INFO:tasks.rados.rados.0.smithi118.stdout:2097: expect deleted 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2098: rmattr oid 20 current snap is 194 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2093: finishing rollback tid 2 to smithi118168640-26 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1012 (ObjNum 634 snap 187 seq_num 634) dirty exists 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2094: finishing rollback tid 0 to smithi118168640-41 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2092: finishing write tid 5 to smithi118168640-3 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 826 (ObjNum 648 snap 194 seq_num 648) dirty exists 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2092: left oid 3 (ObjNum 648 snap 194 seq_num 648) 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2094: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2094: finishing rollback tid 2 to smithi118168640-41 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1016 (ObjNum 620 snap 184 seq_num 620) dirty exists 2023-09-30T09:14:21.532 INFO:tasks.rados.rados.0.smithi118.stdout:2092: done (5 left) 2023-09-30T09:14:21.533 INFO:tasks.rados.rados.0.smithi118.stdout:2093: done (4 left) 2023-09-30T09:14:21.533 INFO:tasks.rados.rados.0.smithi118.stdout:2094: done (3 left) 2023-09-30T09:14:21.533 INFO:tasks.rados.rados.0.smithi118.stdout:2099: read oid 26 snap -1 2023-09-30T09:14:21.533 INFO:tasks.rados.rados.0.smithi118.stdout:2099: expect (ObjNum 634 snap 187 seq_num 634) 2023-09-30T09:14:21.533 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 194 2023-09-30T09:14:21.533 INFO:tasks.rados.rados.0.smithi118.stdout:2095: expect (ObjNum 590 snap 173 seq_num 590) 2023-09-30T09:14:21.813 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 584 (ObjNum 629 snap 186 seq_num 629) dirty exists 2023-09-30T09:14:21.813 INFO:tasks.rados.rados.0.smithi118.stdout:2099: expect (ObjNum 634 snap 187 seq_num 634) 2023-09-30T09:14:21.837 INFO:tasks.rados.rados.0.smithi118.stdout:2100: seq_num 650 ranges {0=491520,491520=647168,1138688=155648} 2023-09-30T09:14:21.840 INFO:tasks.rados.rados.0.smithi118.stdout:2100: writing smithi118168640-10 from 0 to 491520 tid 1 2023-09-30T09:14:21.844 INFO:tasks.rados.rados.0.smithi118.stdout:2100: writing smithi118168640-10 from 491520 to 1138688 tid 2 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2100: writing smithi118168640-10 from 1138688 to 1294336 tid 3 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2095: done (4 left) 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2097: done (3 left) 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2098: done (2 left) 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2099: done (1 left) 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2101: copy_from oid 15 from oid 29 current snap is 194 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2100: finishing write tid 1 to smithi118168640-10 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 194 2023-09-30T09:14:21.845 INFO:tasks.rados.rados.0.smithi118.stdout:2102: seq_num 651 ranges {1269760=507904,1777664=532480,2310144=270336} 2023-09-30T09:14:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[185516]: osdmap e464: 8 total, 8 up, 8 in 2023-09-30T09:14:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[185516]: pgmap v406: 121 pgs: 121 active+clean; 102 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 606 KiB/s rd, 0 B/s wr, 1 op/s 2023-09-30T09:14:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[185516]: osdmap e465: 8 total, 8 up, 8 in 2023-09-30T09:14:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[182959]: osdmap e464: 8 total, 8 up, 8 in 2023-09-30T09:14:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[182959]: pgmap v406: 121 pgs: 121 active+clean; 102 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 606 KiB/s rd, 0 B/s wr, 1 op/s 2023-09-30T09:14:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:21 smithi118 ceph-mon[182959]: osdmap e465: 8 total, 8 up, 8 in 2023-09-30T09:14:21.854 INFO:tasks.rados.rados.0.smithi118.stdout:2102: writing smithi118168640-44 from 1269760 to 1777664 tid 1 2023-09-30T09:14:21.858 INFO:tasks.rados.rados.0.smithi118.stdout:2102: writing smithi118168640-44 from 1777664 to 2310144 tid 2 2023-09-30T09:14:21.860 INFO:tasks.rados.rados.0.smithi118.stdout:2102: writing smithi118168640-44 from 2310144 to 2580480 tid 3 2023-09-30T09:14:21.860 INFO:tasks.rados.rados.0.smithi118.stdout:2103: read oid 6 snap -1 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2103: expect (ObjNum 636 snap 187 seq_num 636) 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2104: read oid 1 snap -1 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2104: expect (ObjNum 567 snap 166 seq_num 567) 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2105: setattr oid 27 current snap is 194 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2101: finishing copy_from to smithi118168640-15 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2101: got expected ENOENT (src dne) 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2101: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2100: finishing write tid 2 to smithi118168640-10 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2100: finishing write tid 3 to smithi118168640-10 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2100: finishing write tid 4 to smithi118168640-10 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:2100: finishing write tid 5 to smithi118168640-10 2023-09-30T09:14:21.861 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 867 (ObjNum 650 snap 194 seq_num 650) dirty exists 2023-09-30T09:14:21.862 INFO:tasks.rados.rados.0.smithi118.stdout:2100: left oid 10 (ObjNum 650 snap 194 seq_num 650) 2023-09-30T09:14:21.862 INFO:tasks.rados.rados.0.smithi118.stdout:2102: finishing write tid 1 to smithi118168640-44 2023-09-30T09:14:21.862 INFO:tasks.rados.rados.0.smithi118.stdout:2102: finishing write tid 2 to smithi118168640-44 2023-09-30T09:14:21.863 INFO:tasks.rados.rados.0.smithi118.stdout:2102: finishing write tid 3 to smithi118168640-44 2023-09-30T09:14:21.863 INFO:tasks.rados.rados.0.smithi118.stdout:2102: finishing write tid 4 to smithi118168640-44 2023-09-30T09:14:21.863 INFO:tasks.rados.rados.0.smithi118.stdout:2100: done (5 left) 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2101: done (4 left) 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2106: rmattr oid 39 current snap is 194 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2106: done (4 left) 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2107: read oid 25 snap -1 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2107: expect deleted 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2108: read oid 4 snap -1 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2108: expect (ObjNum 644 snap 194 seq_num 644) 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 194 2023-09-30T09:14:21.864 INFO:tasks.rados.rados.0.smithi118.stdout:2109: seq_num 652 ranges {3760128=524288,4284416=409600,4694016=393216} 2023-09-30T09:14:21.887 INFO:tasks.rados.rados.0.smithi118.stdout:2109: writing smithi118168640-40 from 3760128 to 4284416 tid 1 2023-09-30T09:14:21.889 INFO:tasks.rados.rados.0.smithi118.stdout:2109: writing smithi118168640-40 from 4284416 to 4694016 tid 2 2023-09-30T09:14:21.892 INFO:tasks.rados.rados.0.smithi118.stdout:2109: writing smithi118168640-40 from 4694016 to 5087232 tid 3 2023-09-30T09:14:21.892 INFO:tasks.rados.rados.0.smithi118.stdout:2110: snap_create 2023-09-30T09:14:21.892 INFO:tasks.rados.rados.0.smithi118.stdout:2102: finishing write tid 5 to smithi118168640-44 2023-09-30T09:14:21.892 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 588 (ObjNum 651 snap 194 seq_num 651) dirty exists 2023-09-30T09:14:21.892 INFO:tasks.rados.rados.0.smithi118.stdout:2102: left oid 44 (ObjNum 651 snap 194 seq_num 651) 2023-09-30T09:14:21.892 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 590 (ObjNum 596 snap 174 seq_num 596) dirty exists 2023-09-30T09:14:21.892 INFO:tasks.rados.rados.0.smithi118.stdout:2103: expect (ObjNum 636 snap 187 seq_num 636) 2023-09-30T09:14:21.956 INFO:tasks.rados.rados.0.smithi118.stdout:2108: expect (ObjNum 644 snap 194 seq_num 644) 2023-09-30T09:14:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:21 smithi192 ceph-mon[180220]: osdmap e464: 8 total, 8 up, 8 in 2023-09-30T09:14:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:21 smithi192 ceph-mon[180220]: pgmap v406: 121 pgs: 121 active+clean; 102 MiB data, 976 MiB used, 714 GiB / 715 GiB avail; 606 KiB/s rd, 0 B/s wr, 1 op/s 2023-09-30T09:14:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:21 smithi192 ceph-mon[180220]: osdmap e465: 8 total, 8 up, 8 in 2023-09-30T09:14:21.985 INFO:tasks.rados.rados.0.smithi118.stdout:2104: expect (ObjNum 567 snap 166 seq_num 567) 2023-09-30T09:14:22.040 INFO:tasks.rados.rados.0.smithi118.stdout:2109: finishing write tid 1 to smithi118168640-40 2023-09-30T09:14:22.041 INFO:tasks.rados.rados.0.smithi118.stdout:2109: finishing write tid 2 to smithi118168640-40 2023-09-30T09:14:22.041 INFO:tasks.rados.rados.0.smithi118.stdout:2109: finishing write tid 3 to smithi118168640-40 2023-09-30T09:14:22.041 INFO:tasks.rados.rados.0.smithi118.stdout:2109: finishing write tid 4 to smithi118168640-40 2023-09-30T09:14:22.041 INFO:tasks.rados.rados.0.smithi118.stdout:2109: finishing write tid 5 to smithi118168640-40 2023-09-30T09:14:22.041 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 594 (ObjNum 652 snap 194 seq_num 652) dirty exists 2023-09-30T09:14:22.041 INFO:tasks.rados.rados.0.smithi118.stdout:2109: left oid 40 (ObjNum 652 snap 194 seq_num 652) 2023-09-30T09:14:22.504 INFO:tasks.rados.rados.0.smithi118.stdout:2102: done (7 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2103: done (6 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2104: done (5 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2105: done (4 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2107: done (3 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2108: done (2 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2109: done (1 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2110: done (0 left) 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2111: copy_from oid 27 from oid 9 current snap is 195 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2112: read oid 16 snap 188 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:2112: expect deleted 2023-09-30T09:14:22.505 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 195 2023-09-30T09:14:22.506 INFO:tasks.rados.rados.0.smithi118.stdout:2113: seq_num 653 ranges {2228224=540672,2768896=696320,3465216=106496} 2023-09-30T09:14:22.518 INFO:tasks.rados.rados.0.smithi118.stdout:2113: writing smithi118168640-36 from 2228224 to 2768896 tid 1 2023-09-30T09:14:22.522 INFO:tasks.rados.rados.0.smithi118.stdout:2113: writing smithi118168640-36 from 2768896 to 3465216 tid 2 2023-09-30T09:14:22.523 INFO:tasks.rados.rados.0.smithi118.stdout:2113: writing smithi118168640-36 from 3465216 to 3571712 tid 3 2023-09-30T09:14:22.523 INFO:tasks.rados.rados.0.smithi118.stdout:2114: setattr oid 44 current snap is 195 2023-09-30T09:14:22.523 INFO:tasks.rados.rados.0.smithi118.stdout:2111: finishing copy_from to smithi118168640-27 2023-09-30T09:14:22.523 INFO:tasks.rados.rados.0.smithi118.stdout:2111: got expected ENOENT (src dne) 2023-09-30T09:14:22.524 INFO:tasks.rados.rados.0.smithi118.stdout:2111: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:14:22.524 INFO:tasks.rados.rados.0.smithi118.stdout:2113: finishing write tid 1 to smithi118168640-36 2023-09-30T09:14:22.524 INFO:tasks.rados.rados.0.smithi118.stdout:2111: done (3 left) 2023-09-30T09:14:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:2112: done (2 left) 2023-09-30T09:14:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:2115: copy_from oid 41 from oid 2 current snap is 195 2023-09-30T09:14:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:2116: snap_remove snap 188 2023-09-30T09:14:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:22 smithi118 ceph-mon[182959]: mds.? [v2:172.21.15.192:6832/3138097328,v1:172.21.15.192:6833/3138097328] up:boot 2023-09-30T09:14:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:22 smithi118 ceph-mon[182959]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2023-09-30T09:14:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:14:22.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:22 smithi118 ceph-mon[185516]: mds.? [v2:172.21.15.192:6832/3138097328,v1:172.21.15.192:6833/3138097328] up:boot 2023-09-30T09:14:22.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:22 smithi118 ceph-mon[185516]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2023-09-30T09:14:22.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:14:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:22 smithi192 ceph-mon[180220]: mds.? [v2:172.21.15.192:6832/3138097328,v1:172.21.15.192:6833/3138097328] up:boot 2023-09-30T09:14:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:22 smithi192 ceph-mon[180220]: fsmap cephfs:1 {0=a=up:active} 1 up:standby 2023-09-30T09:14:22.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "b"}]: dispatch 2023-09-30T09:14:23.512 INFO:tasks.rados.rados.0.smithi118.stdout:2116: done (3 left) 2023-09-30T09:14:23.542 INFO:tasks.rados.rados.0.smithi118.stdout:2117: rmattr oid 48 current snap is 195 2023-09-30T09:14:23.542 INFO:tasks.rados.rados.0.smithi118.stdout:2117: done (3 left) 2023-09-30T09:14:23.542 INFO:tasks.rados.rados.0.smithi118.stdout:2118: snap_create 2023-09-30T09:14:23.542 INFO:tasks.rados.rados.0.smithi118.stdout:2113: finishing write tid 2 to smithi118168640-36 2023-09-30T09:14:23.542 INFO:tasks.rados.rados.0.smithi118.stdout:2113: finishing write tid 3 to smithi118168640-36 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:2113: finishing write tid 4 to smithi118168640-36 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 589 (ObjNum 651 snap 194 seq_num 651) dirty exists 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:2113: finishing write tid 5 to smithi118168640-36 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 967 (ObjNum 653 snap 195 seq_num 653) dirty exists 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:2113: left oid 36 (ObjNum 653 snap 195 seq_num 653) 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:2115: finishing copy_from racing read to smithi118168640-41 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:2115: finishing copy_from to smithi118168640-41 2023-09-30T09:14:23.543 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 562 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[182959]: osdmap e466: 8 total, 8 up, 8 in 2023-09-30T09:14:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[182959]: pgmap v409: 121 pgs: 121 active+clean; 103 MiB data, 978 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 296 KiB/s wr, 2 op/s 2023-09-30T09:14:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[185516]: osdmap e466: 8 total, 8 up, 8 in 2023-09-30T09:14:23.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[185516]: pgmap v409: 121 pgs: 121 active+clean; 103 MiB data, 978 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 296 KiB/s wr, 2 op/s 2023-09-30T09:14:23.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:23.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:23 smithi192 ceph-mon[180220]: osdmap e466: 8 total, 8 up, 8 in 2023-09-30T09:14:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:23 smithi192 ceph-mon[180220]: pgmap v409: 121 pgs: 121 active+clean; 103 MiB data, 978 MiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 296 KiB/s wr, 2 op/s 2023-09-30T09:14:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:2113: done (3 left) 2023-09-30T09:14:24.510 INFO:tasks.rados.rados.0.smithi118.stdout:2114: done (2 left) 2023-09-30T09:14:24.511 INFO:tasks.rados.rados.0.smithi118.stdout:2115: done (1 left) 2023-09-30T09:14:24.511 INFO:tasks.rados.rados.0.smithi118.stdout:2118: done (0 left) 2023-09-30T09:14:24.511 INFO:tasks.rados.rados.0.smithi118.stdout:2119: delete oid 15 current snap is 196 2023-09-30T09:14:24.518 INFO:tasks.rados.rados.0.smithi118.stdout:2119: done (0 left) 2023-09-30T09:14:24.518 INFO:tasks.rados.rados.0.smithi118.stdout:2120: snap_remove snap 194 2023-09-30T09:14:24.699 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:24 smithi192 ceph-mon[180220]: osdmap e467: 8 total, 8 up, 8 in 2023-09-30T09:14:24.699 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:24.699 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:24 smithi118 ceph-mon[182959]: osdmap e467: 8 total, 8 up, 8 in 2023-09-30T09:14:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:24 smithi118 ceph-mon[185516]: osdmap e467: 8 total, 8 up, 8 in 2023-09-30T09:14:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:25.523 INFO:tasks.rados.rados.0.smithi118.stdout:2120: done (0 left) 2023-09-30T09:14:25.523 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 196 2023-09-30T09:14:25.523 INFO:tasks.rados.rados.0.smithi118.stdout:2121: seq_num 655 ranges {0=573440,573440=516096,1089536=286720} 2023-09-30T09:14:25.527 INFO:tasks.rados.rados.0.smithi118.stdout:2121: writing smithi118168640-21 from 0 to 573440 tid 1 2023-09-30T09:14:25.530 INFO:tasks.rados.rados.0.smithi118.stdout:2121: writing smithi118168640-21 from 573440 to 1089536 tid 2 2023-09-30T09:14:25.532 INFO:tasks.rados.rados.0.smithi118.stdout:2121: writing smithi118168640-21 from 1089536 to 1376256 tid 3 2023-09-30T09:14:25.532 INFO:tasks.rados.rados.0.smithi118.stdout:2122: rmattr oid 18 current snap is 196 2023-09-30T09:14:25.532 INFO:tasks.rados.rados.0.smithi118.stdout:2123: copy_from oid 46 from oid 10 current snap is 196 2023-09-30T09:14:25.532 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 196 2023-09-30T09:14:25.532 INFO:tasks.rados.rados.0.smithi118.stdout:2124: seq_num 656 ranges {0=589824,589824=802816} 2023-09-30T09:14:25.536 INFO:tasks.rados.rados.0.smithi118.stdout:2124: writing smithi118168640-7 from 0 to 589824 tid 1 2023-09-30T09:14:25.541 INFO:tasks.rados.rados.0.smithi118.stdout:2124: writing smithi118168640-7 from 589824 to 1392640 tid 2 2023-09-30T09:14:25.541 INFO:tasks.rados.rados.0.smithi118.stdout:2125: snap_remove snap 192 2023-09-30T09:14:25.788 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:25 smithi192 ceph-mon[180220]: osdmap e468: 8 total, 8 up, 8 in 2023-09-30T09:14:25.789 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:25 smithi192 ceph-mon[180220]: pgmap v412: 121 pgs: 121 active+clean; 109 MiB data, 987 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 2.4 MiB/s wr, 38 op/s 2023-09-30T09:14:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:25 smithi118 ceph-mon[182959]: osdmap e468: 8 total, 8 up, 8 in 2023-09-30T09:14:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:25 smithi118 ceph-mon[182959]: pgmap v412: 121 pgs: 121 active+clean; 109 MiB data, 987 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 2.4 MiB/s wr, 38 op/s 2023-09-30T09:14:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:25 smithi118 ceph-mon[185516]: osdmap e468: 8 total, 8 up, 8 in 2023-09-30T09:14:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:25 smithi118 ceph-mon[185516]: pgmap v412: 121 pgs: 121 active+clean; 109 MiB data, 987 MiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 2.4 MiB/s wr, 38 op/s 2023-09-30T09:14:26.476 INFO:tasks.rados.rados.0.smithi118.stdout:2125: done (4 left) 2023-09-30T09:14:26.476 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 196 2023-09-30T09:14:26.476 INFO:tasks.rados.rados.0.smithi118.stdout:2126: seq_num 657 ranges {827392=606208,1433600=688128,2121728=114688} 2023-09-30T09:14:26.484 INFO:tasks.rados.rados.0.smithi118.stdout:2126: writing smithi118168640-48 from 827392 to 1433600 tid 1 2023-09-30T09:14:26.489 INFO:tasks.rados.rados.0.smithi118.stdout:2126: writing smithi118168640-48 from 1433600 to 2121728 tid 2 2023-09-30T09:14:26.490 INFO:tasks.rados.rados.0.smithi118.stdout:2126: writing smithi118168640-48 from 2121728 to 2236416 tid 3 2023-09-30T09:14:26.490 INFO:tasks.rados.rados.0.smithi118.stdout:2127: rollback oid 9 current snap is 196 2023-09-30T09:14:26.490 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 193 2023-09-30T09:14:26.490 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 196 2023-09-30T09:14:26.490 INFO:tasks.rados.rados.0.smithi118.stdout:2128: seq_num 658 ranges {2351104=622592,2973696=565248,3538944=237568} 2023-09-30T09:14:26.507 INFO:tasks.rados.rados.0.smithi118.stdout:2128: writing smithi118168640-19 from 2351104 to 2973696 tid 1 2023-09-30T09:14:26.511 INFO:tasks.rados.rados.0.smithi118.stdout:2128: writing smithi118168640-19 from 2973696 to 3538944 tid 2 2023-09-30T09:14:26.513 INFO:tasks.rados.rados.0.smithi118.stdout:2128: writing smithi118168640-19 from 3538944 to 3776512 tid 3 2023-09-30T09:14:26.513 INFO:tasks.rados.rados.0.smithi118.stdout:2129: snap_create 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2121: finishing write tid 1 to smithi118168640-21 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2121: finishing write tid 2 to smithi118168640-21 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2121: finishing write tid 3 to smithi118168640-21 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2121: finishing write tid 4 to smithi118168640-21 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 977 (ObjNum 544 snap 160 seq_num 544) dirty exists 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2121: finishing write tid 5 to smithi118168640-21 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 604 (ObjNum 655 snap 196 seq_num 655) dirty exists 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2121: left oid 21 (ObjNum 655 snap 196 seq_num 655) 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2124: finishing write tid 1 to smithi118168640-7 2023-09-30T09:14:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2123: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2124: finishing write tid 2 to smithi118168640-7 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2123: finishing copy_from to smithi118168640-46 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 867 (ObjNum 650 snap 194 seq_num 650) dirty exists 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2124: finishing write tid 3 to smithi118168640-7 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2124: finishing write tid 4 to smithi118168640-7 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 970 (ObjNum 656 snap 196 seq_num 656) dirty exists 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2124: left oid 7 (ObjNum 656 snap 196 seq_num 656) 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2126: finishing write tid 1 to smithi118168640-48 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2127: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 0 (ObjNum 609 snap 0 seq_num 3323482072) dirty dne 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2126: finishing write tid 2 to smithi118168640-48 2023-09-30T09:14:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2126: finishing write tid 3 to smithi118168640-48 2023-09-30T09:14:26.516 INFO:tasks.rados.rados.0.smithi118.stdout:2126: finishing write tid 4 to smithi118168640-48 2023-09-30T09:14:26.516 INFO:tasks.rados.rados.0.smithi118.stdout:2126: finishing write tid 5 to smithi118168640-48 2023-09-30T09:14:26.516 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1035 (ObjNum 657 snap 196 seq_num 657) dirty exists 2023-09-30T09:14:26.516 INFO:tasks.rados.rados.0.smithi118.stdout:2126: left oid 48 (ObjNum 657 snap 196 seq_num 657) 2023-09-30T09:14:26.516 INFO:tasks.rados.rados.0.smithi118.stdout:2128: finishing write tid 1 to smithi118168640-19 2023-09-30T09:14:26.516 INFO:tasks.rados.rados.0.smithi118.stdout:2128: finishing write tid 2 to smithi118168640-19 2023-09-30T09:14:26.517 INFO:tasks.rados.rados.0.smithi118.stdout:2128: finishing write tid 3 to smithi118168640-19 2023-09-30T09:14:26.517 INFO:tasks.rados.rados.0.smithi118.stdout:2128: finishing write tid 4 to smithi118168640-19 2023-09-30T09:14:26.517 INFO:tasks.rados.rados.0.smithi118.stdout:2128: finishing write tid 5 to smithi118168640-19 2023-09-30T09:14:26.517 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1040 (ObjNum 658 snap 196 seq_num 658) dirty exists 2023-09-30T09:14:26.517 INFO:tasks.rados.rados.0.smithi118.stdout:2128: left oid 19 (ObjNum 658 snap 196 seq_num 658) 2023-09-30T09:14:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: osdmap e469: 8 total, 8 up, 8 in 2023-09-30T09:14:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: osdmap e470: 8 total, 8 up, 8 in 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: osdmap e469: 8 total, 8 up, 8 in 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: osdmap e470: 8 total, 8 up, 8 in 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: osdmap e469: 8 total, 8 up, 8 in 2023-09-30T09:14:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: osdmap e470: 8 total, 8 up, 8 in 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]: dispatch 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.a"}]': finished 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]: dispatch 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.b"}]': finished 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:26.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2121: done (7 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2122: done (6 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2123: done (5 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2124: done (4 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2126: done (3 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2127: done (2 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2128: done (1 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2129: done (0 left) 2023-09-30T09:14:27.514 INFO:tasks.rados.rados.0.smithi118.stdout:2130: snap_remove snap 196 2023-09-30T09:14:27.813 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Detected new or changed devices on smithi192 2023-09-30T09:14:27.813 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all mds 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all rgw 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all rbd-mirror 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all ceph-exporter 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all iscsi 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all nfs 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: Upgrade: Setting container_image for all nvmeof 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: pgmap v415: 121 pgs: 121 active+clean; 112 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 2.7 MiB/s wr, 41 op/s 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[182959]: osdmap e471: 8 total, 8 up, 8 in 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Detected new or changed devices on smithi192 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all mds 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all rgw 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all rbd-mirror 2023-09-30T09:14:27.815 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all ceph-exporter 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all iscsi 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all nfs 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: Upgrade: Setting container_image for all nvmeof 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: pgmap v415: 121 pgs: 121 active+clean; 112 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 2.7 MiB/s wr, 41 op/s 2023-09-30T09:14:27.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:27 smithi118 ceph-mon[185516]: osdmap e471: 8 total, 8 up, 8 in 2023-09-30T09:14:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Detected new or changed devices on smithi192 2023-09-30T09:14:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all mds 2023-09-30T09:14:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all rgw 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all rbd-mirror 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all ceph-exporter 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all iscsi 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all nfs 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:27.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: Upgrade: Setting container_image for all nvmeof 2023-09-30T09:14:27.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:27.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: pgmap v415: 121 pgs: 121 active+clean; 112 MiB data, 1011 MiB used, 714 GiB / 715 GiB avail; 9.6 MiB/s rd, 2.7 MiB/s wr, 41 op/s 2023-09-30T09:14:27.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:27 smithi192 ceph-mon[180220]: osdmap e471: 8 total, 8 up, 8 in 2023-09-30T09:14:28.096 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:27 smithi118 systemd[1]: Stopping Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:28.516 INFO:tasks.rados.rados.0.smithi118.stdout:2130: done (0 left) 2023-09-30T09:14:28.517 INFO:tasks.rados.rados.0.smithi118.stdout:2131: read oid 16 snap -1 2023-09-30T09:14:28.517 INFO:tasks.rados.rados.0.smithi118.stdout:2131: expect deleted 2023-09-30T09:14:28.517 INFO:tasks.rados.rados.0.smithi118.stdout:2132: read oid 15 snap -1 2023-09-30T09:14:28.517 INFO:tasks.rados.rados.0.smithi118.stdout:2132: expect deleted 2023-09-30T09:14:28.517 INFO:tasks.rados.rados.0.smithi118.stdout:2133: snap_create 2023-09-30T09:14:28.539 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 bash[221453]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a 2023-09-30T09:14:28.539 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:14:28.539 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.a.service: Failed with result 'exit-code'. 2023-09-30T09:14:28.539 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 systemd[1]: Stopped Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:28.539 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-mon[185516]: Upgrade: Updating node-exporter.a (1/2) 2023-09-30T09:14:28.539 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-mon[185516]: Deploying daemon node-exporter.a on smithi118 2023-09-30T09:14:28.540 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-mon[185516]: osdmap e472: 8 total, 8 up, 8 in 2023-09-30T09:14:28.540 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-mon[182959]: Upgrade: Updating node-exporter.a (1/2) 2023-09-30T09:14:28.540 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-mon[182959]: Deploying daemon node-exporter.a on smithi118 2023-09-30T09:14:28.540 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-mon[182959]: osdmap e472: 8 total, 8 up, 8 in 2023-09-30T09:14:28.834 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 systemd[1]: Starting Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:28 smithi192 ceph-mon[180220]: Upgrade: Updating node-exporter.a (1/2) 2023-09-30T09:14:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:28 smithi192 ceph-mon[180220]: Deploying daemon node-exporter.a on smithi118 2023-09-30T09:14:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:28 smithi192 ceph-mon[180220]: osdmap e472: 8 total, 8 up, 8 in 2023-09-30T09:14:29.346 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.885Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-09-30T09:14:29.346 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.885Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2023-09-30T09:14:29.346 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.886Z 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/.+)($|/) 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.886Z 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)$ 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z 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+$ 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=arp 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=bcache 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=bonding 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=btrfs 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=conntrack 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=cpu 2023-09-30T09:14:29.347 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=diskstats 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=dmi 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=edac 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=entropy 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=filefd 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=filesystem 2023-09-30T09:14:29.348 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=hwmon 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=infiniband 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=ipvs 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=loadavg 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=mdadm 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=meminfo 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=netclass 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=netdev 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=netstat 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=nfs 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=nfsd 2023-09-30T09:14:29.349 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=nvme 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=os 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=pressure 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=rapl 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=schedstat 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=selinux 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=sockstat 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=softnet 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=stat 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=tapestats 2023-09-30T09:14:29.350 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=textfile 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=time 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=uname 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=vmstat 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=xfs 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=node_exporter.go:117 level=info collector=zfs 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a[221610]: ts=2023-09-30T09:14:28.887Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 bash[221595]: 4714837d7cfa48a46edacf3e50a20d3a99cb0c86bd20d4dbbd3b27bed0918bd0 2023-09-30T09:14:29.351 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 09:14:28 smithi118 systemd[1]: Started Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:2131: done (2 left) 2023-09-30T09:14:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:2132: done (1 left) 2023-09-30T09:14:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:2133: done (0 left) 2023-09-30T09:14:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:2134: setattr oid 33 current snap is 198 2023-09-30T09:14:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2135: delete oid 35 current snap is 198 2023-09-30T09:14:29.520 INFO:tasks.rados.rados.0.smithi118.stdout:2135: done (1 left) 2023-09-30T09:14:29.520 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 198 2023-09-30T09:14:29.520 INFO:tasks.rados.rados.0.smithi118.stdout:2136: seq_num 660 ranges {671744=663552,1335296=737280,2072576=65536} 2023-09-30T09:14:29.527 INFO:tasks.rados.rados.0.smithi118.stdout:2136: writing smithi118168640-49 from 671744 to 1335296 tid 1 2023-09-30T09:14:29.532 INFO:tasks.rados.rados.0.smithi118.stdout:2136: writing smithi118168640-49 from 1335296 to 2072576 tid 2 2023-09-30T09:14:29.533 INFO:tasks.rados.rados.0.smithi118.stdout:2136: writing smithi118168640-49 from 2072576 to 2138112 tid 3 2023-09-30T09:14:29.533 INFO:tasks.rados.rados.0.smithi118.stdout:2137: snap_create 2023-09-30T09:14:29.533 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 606 (ObjNum 570 snap 167 seq_num 570) dirty exists 2023-09-30T09:14:29.533 INFO:tasks.rados.rados.0.smithi118.stdout:2136: finishing write tid 1 to smithi118168640-49 2023-09-30T09:14:29.536 INFO:tasks.rados.rados.0.smithi118.stdout:2136: finishing write tid 2 to smithi118168640-49 2023-09-30T09:14:29.536 INFO:tasks.rados.rados.0.smithi118.stdout:2136: finishing write tid 3 to smithi118168640-49 2023-09-30T09:14:29.536 INFO:tasks.rados.rados.0.smithi118.stdout:2136: finishing write tid 4 to smithi118168640-49 2023-09-30T09:14:29.540 INFO:tasks.rados.rados.0.smithi118.stdout:2136: finishing write tid 5 to smithi118168640-49 2023-09-30T09:14:29.540 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 871 (ObjNum 660 snap 198 seq_num 660) dirty exists 2023-09-30T09:14:29.540 INFO:tasks.rados.rados.0.smithi118.stdout:2136: left oid 49 (ObjNum 660 snap 198 seq_num 660) 2023-09-30T09:14:29.627 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:14:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:14:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (5m) - 8m 26.7M - 0.25.0 c8568f914cd2 508bbdc98b52 2023-09-30T09:14:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (5m) - 7m 86.4M - 9.4.7 2c41d148cca3 f6109c698153 2023-09-30T09:14:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (27s) - 9m 14.6M - 18.0.0-6447-g1d10b717 dda7fab67785 5266f64ca4ee 2023-09-30T09:14:29.931 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (9s) - 9m 12.3M - 18.0.0-6447-g1d10b717 dda7fab67785 7346a6b574f1 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (4m) - 11m 449M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (5m) - 12m 517M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (4m) - 12m 107M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (4m) - 11m 72.8M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (4m) - 11m 77.7M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 starting - - - - 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (5m) - 7m 19.1M - 1.5.0 0da6a335fe13 d45a1a537b33 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (3m) - 11m 512M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (3m) - 10m 466M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (2m) - 10m 364M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (2m) - 10m 229M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 9ee3b875f0e6 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (2m) - 10m 359M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 4dad2c67e17a 2023-09-30T09:14:29.932 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (96s) - 9m 387M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b1b3e45b225a 2023-09-30T09:14:29.933 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (68s) - 9m 216M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 8098e6a4bd5a 2023-09-30T09:14:29.933 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (40s) - 9m 214M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c6df0fb27277 2023-09-30T09:14:29.933 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (5m) - 8m 62.6M - 2.43.0 a07b618ecd1d ee40a4ca0893 2023-09-30T09:14:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:14:29] "GET /metrics HTTP/1.1" 200 35944 "" "Prometheus/2.43.0" 2023-09-30T09:14:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[182959]: pgmap v418: 121 pgs: 121 active+clean; 116 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2023-09-30T09:14:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[182959]: osdmap e473: 8 total, 8 up, 8 in 2023-09-30T09:14:30.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[185516]: pgmap v418: 121 pgs: 121 active+clean; 116 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2023-09-30T09:14:30.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:30.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:30.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:29 smithi118 ceph-mon[185516]: osdmap e473: 8 total, 8 up, 8 in 2023-09-30T09:14:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:29 smithi192 ceph-mon[180220]: pgmap v418: 121 pgs: 121 active+clean; 116 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 1.6 MiB/s wr, 8 op/s 2023-09-30T09:14:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:29 smithi192 ceph-mon[180220]: osdmap e473: 8 total, 8 up, 8 in 2023-09-30T09:14:30.313 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:14:30.313 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 8 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:14:30.314 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:14:30.315 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:14:30.315 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:14:30.315 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:14:30.315 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 15 2023-09-30T09:14:30.315 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:14:30.315 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:14:30.517 INFO:tasks.rados.rados.0.smithi118.stdout:2134: done (2 left) 2023-09-30T09:14:30.517 INFO:tasks.rados.rados.0.smithi118.stdout:2136: done (1 left) 2023-09-30T09:14:30.517 INFO:tasks.rados.rados.0.smithi118.stdout:2137: done (0 left) 2023-09-30T09:14:30.518 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 199 2023-09-30T09:14:30.518 INFO:tasks.rados.rados.0.smithi118.stdout:2138: seq_num 661 ranges {1269760=679936,1949696=622592,2572288=180224} 2023-09-30T09:14:30.527 INFO:tasks.rados.rados.0.smithi118.stdout:2138: writing smithi118168640-32 from 1269760 to 1949696 tid 1 2023-09-30T09:14:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2138: writing smithi118168640-32 from 1949696 to 2572288 tid 2 2023-09-30T09:14:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:2138: writing smithi118168640-32 from 2572288 to 2752512 tid 3 2023-09-30T09:14:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 199 2023-09-30T09:14:30.533 INFO:tasks.rados.rados.0.smithi118.stdout:2139: seq_num 662 ranges {4816896=696320,5513216=557056,6070272=245760} 2023-09-30T09:14:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2139: writing smithi118168640-12 from 4816896 to 5513216 tid 1 2023-09-30T09:14:30.564 INFO:tasks.rados.rados.0.smithi118.stdout:2139: writing smithi118168640-12 from 5513216 to 6070272 tid 2 2023-09-30T09:14:30.566 INFO:tasks.rados.rados.0.smithi118.stdout:2139: writing smithi118168640-12 from 6070272 to 6316032 tid 3 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2140: rmattr oid 2 current snap is 199 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2138: finishing write tid 1 to smithi118168640-32 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2138: finishing write tid 2 to smithi118168640-32 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2138: finishing write tid 3 to smithi118168640-32 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2138: finishing write tid 4 to smithi118168640-32 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2138: finishing write tid 5 to smithi118168640-32 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 706 (ObjNum 661 snap 199 seq_num 661) dirty exists 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2138: left oid 32 (ObjNum 661 snap 199 seq_num 661) 2023-09-30T09:14:30.567 INFO:tasks.rados.rados.0.smithi118.stdout:2138: done (2 left) 2023-09-30T09:14:30.568 INFO:tasks.rados.rados.0.smithi118.stdout:2141: rollback oid 46 current snap is 199 2023-09-30T09:14:30.568 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 46 to 198 2023-09-30T09:14:30.568 INFO:tasks.rados.rados.0.smithi118.stdout:2142: delete oid 16 current snap is 199 2023-09-30T09:14:30.570 INFO:tasks.rados.rados.0.smithi118.stdout:2139: finishing write tid 1 to smithi118168640-12 2023-09-30T09:14:30.572 INFO:tasks.rados.rados.0.smithi118.stdout:2139: finishing write tid 2 to smithi118168640-12 2023-09-30T09:14:30.572 INFO:tasks.rados.rados.0.smithi118.stdout:2139: finishing write tid 3 to smithi118168640-12 2023-09-30T09:14:30.572 INFO:tasks.rados.rados.0.smithi118.stdout:2141: finishing rollback tid 0 to smithi118168640-46 2023-09-30T09:14:30.572 INFO:tasks.rados.rados.0.smithi118.stdout:2139: finishing write tid 4 to smithi118168640-12 2023-09-30T09:14:30.572 INFO:tasks.rados.rados.0.smithi118.stdout:2141: finishing rollback tid 1 to smithi118168640-46 2023-09-30T09:14:30.572 INFO:tasks.rados.rados.0.smithi118.stdout:2141: finishing rollback tid 2 to smithi118168640-46 2023-09-30T09:14:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 874 (ObjNum 650 snap 194 seq_num 650) dirty exists 2023-09-30T09:14:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:2141: done (3 left) 2023-09-30T09:14:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:2142: done (2 left) 2023-09-30T09:14:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:2143: setattr oid 10 current snap is 199 2023-09-30T09:14:30.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1042 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:30.574 INFO:tasks.rados.rados.0.smithi118.stdout:2139: finishing write tid 5 to smithi118168640-12 2023-09-30T09:14:30.574 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 588 (ObjNum 662 snap 199 seq_num 662) dirty exists 2023-09-30T09:14:30.574 INFO:tasks.rados.rados.0.smithi118.stdout:2139: left oid 12 (ObjNum 662 snap 199 seq_num 662) 2023-09-30T09:14:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:2139: done (2 left) 2023-09-30T09:14:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:2140: done (1 left) 2023-09-30T09:14:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:2144: rmattr oid 50 current snap is 199 2023-09-30T09:14:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:2145: read oid 14 snap -1 2023-09-30T09:14:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:2145: expect (ObjNum 645 snap 194 seq_num 645) 2023-09-30T09:14:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:2146: copy_from oid 21 from oid 37 current snap is 199 2023-09-30T09:14:30.575 INFO:tasks.rados.rados.0.smithi118.stdout:2147: setattr oid 8 current snap is 199 2023-09-30T09:14:30.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1044 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:14:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:2144: done (4 left) 2023-09-30T09:14:30.578 INFO:tasks.rados.rados.0.smithi118.stdout:2148: rollback oid 9 current snap is 199 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 193 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:2149: rollback oid 34 current snap is 199 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 34 to 195 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:2150: copy_from oid 3 from oid 30 current snap is 199 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:2151: read oid 1 snap 195 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:2151: expect (ObjNum 567 snap 166 seq_num 567) 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 199 2023-09-30T09:14:30.579 INFO:tasks.rados.rados.0.smithi118.stdout:2152: seq_num 664 ranges {0=729088,729088=729088,1458176=73728} 2023-09-30T09:14:30.584 INFO:tasks.rados.rados.0.smithi118.stdout:2152: writing smithi118168640-47 from 0 to 729088 tid 1 2023-09-30T09:14:30.587 INFO:tasks.rados.rados.0.smithi118.stdout:2152: writing smithi118168640-47 from 729088 to 1458176 tid 2 2023-09-30T09:14:30.588 INFO:tasks.rados.rados.0.smithi118.stdout:2152: writing smithi118168640-47 from 1458176 to 1531904 tid 3 2023-09-30T09:14:30.588 INFO:tasks.rados.rados.0.smithi118.stdout:2153: read oid 2 snap -1 2023-09-30T09:14:30.588 INFO:tasks.rados.rados.0.smithi118.stdout:2153: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:30.588 INFO:tasks.rados.rados.0.smithi118.stdout:2154: rmattr oid 17 current snap is 199 2023-09-30T09:14:30.588 INFO:tasks.rados.rados.0.smithi118.stdout:2154: done (10 left) 2023-09-30T09:14:30.589 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 199 2023-09-30T09:14:30.589 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 868 (ObjNum 650 snap 194 seq_num 650) dirty exists 2023-09-30T09:14:30.589 INFO:tasks.rados.rados.0.smithi118.stdout:2155: seq_num 665 ranges {2580480=745472,3325952=606208,3932160=196608} 2023-09-30T09:14:30.610 INFO:tasks.rados.rados.0.smithi118.stdout:2155: writing smithi118168640-44 from 2580480 to 3325952 tid 1 2023-09-30T09:14:30.611 INFO:tasks.rados.rados.0.smithi118.stdout:2155: writing smithi118168640-44 from 3325952 to 3932160 tid 2 2023-09-30T09:14:30.613 INFO:tasks.rados.rados.0.smithi118.stdout:2155: writing smithi118168640-44 from 3932160 to 4128768 tid 3 2023-09-30T09:14:30.613 INFO:tasks.rados.rados.0.smithi118.stdout:2143: done (10 left) 2023-09-30T09:14:30.613 INFO:tasks.rados.rados.0.smithi118.stdout:2156: delete oid 31 current snap is 199 2023-09-30T09:14:30.613 INFO:tasks.rados.rados.0.smithi118.stdout:2148: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:14:30.613 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-09-30T09:14:30.614 INFO:tasks.rados.rados.0.smithi118.stdout:2146: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:14:30.614 INFO:tasks.rados.rados.0.smithi118.stdout:2149: finishing rollback tid 0 to smithi118168640-34 2023-09-30T09:14:30.614 INFO:tasks.rados.rados.0.smithi118.stdout:2145: expect (ObjNum 645 snap 194 seq_num 645) 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 978 (ObjNum 590 snap 173 seq_num 590) dirty exists 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:2149: finishing rollback tid 1 to smithi118168640-34 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:2149: finishing rollback tid 2 to smithi118168640-34 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 709 (ObjNum 616 snap 182 seq_num 616) dirty exists 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:2146: finishing copy_from to smithi118168640-21 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 975 (ObjNum 637 snap 187 seq_num 637) dirty exists 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:2152: finishing write tid 1 to smithi118168640-47 2023-09-30T09:14:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:2152: finishing write tid 2 to smithi118168640-47 2023-09-30T09:14:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:2152: finishing write tid 3 to smithi118168640-47 2023-09-30T09:14:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:2152: finishing write tid 4 to smithi118168640-47 2023-09-30T09:14:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:2152: finishing write tid 5 to smithi118168640-47 2023-09-30T09:14:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 979 (ObjNum 664 snap 199 seq_num 664) dirty exists 2023-09-30T09:14:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:2152: left oid 47 (ObjNum 664 snap 199 seq_num 664) 2023-09-30T09:14:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:2151: expect (ObjNum 567 snap 166 seq_num 567) 2023-09-30T09:14:30.713 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:30 smithi192 systemd[1]: Stopping Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:30.714 INFO:tasks.rados.rados.0.smithi118.stdout:2153: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2150: finishing copy_from racing read to smithi118168640-3 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2155: finishing write tid 1 to smithi118168640-44 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2155: finishing write tid 2 to smithi118168640-44 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2155: finishing write tid 3 to smithi118168640-44 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2155: finishing write tid 4 to smithi118168640-44 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2155: finishing write tid 5 to smithi118168640-44 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 598 (ObjNum 665 snap 199 seq_num 665) dirty exists 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2155: left oid 44 (ObjNum 665 snap 199 seq_num 665) 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:2150: finishing copy_from to smithi118168640-3 2023-09-30T09:14:30.746 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 852 (ObjNum 607 snap 177 seq_num 607) dirty exists 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2145: done (10 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2146: done (9 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2147: done (8 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2148: done (7 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2149: done (6 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2150: done (5 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2151: done (4 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2152: done (3 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2153: done (2 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2155: done (1 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2156: done (0 left) 2023-09-30T09:14:30.747 INFO:tasks.rados.rados.0.smithi118.stdout:2157: read oid 25 snap -1 2023-09-30T09:14:30.748 INFO:tasks.rados.rados.0.smithi118.stdout:2157: expect deleted 2023-09-30T09:14:30.748 INFO:tasks.rados.rados.0.smithi118.stdout:2158: snap_remove snap 193 2023-09-30T09:14:31.055 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:30 smithi192 bash[215055]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b 2023-09-30T09:14:31.056 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:30 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:14:31.056 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:30 smithi192 ceph-mon[180220]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:14:31.056 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:30 smithi192 ceph-mon[180220]: from='client.44300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:14:31.056 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:30 smithi192 ceph-mon[180220]: Upgrade: Updating node-exporter.b (2/2) 2023-09-30T09:14:31.056 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:30 smithi192 ceph-mon[180220]: Deploying daemon node-exporter.b on smithi192 2023-09-30T09:14:31.056 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:30 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3968233709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:31.056 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:30 smithi192 ceph-mon[180220]: osdmap e474: 8 total, 8 up, 8 in 2023-09-30T09:14:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[185516]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:14:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[185516]: from='client.44300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:14:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[185516]: Upgrade: Updating node-exporter.b (2/2) 2023-09-30T09:14:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[185516]: Deploying daemon node-exporter.b on smithi192 2023-09-30T09:14:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3968233709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[185516]: osdmap e474: 8 total, 8 up, 8 in 2023-09-30T09:14:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[182959]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:14:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[182959]: from='client.44300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:14:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[182959]: Upgrade: Updating node-exporter.b (2/2) 2023-09-30T09:14:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[182959]: Deploying daemon node-exporter.b on smithi192 2023-09-30T09:14:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3968233709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:31.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:30 smithi118 ceph-mon[182959]: osdmap e474: 8 total, 8 up, 8 in 2023-09-30T09:14:31.401 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.b.service: Failed with result 'exit-code'. 2023-09-30T09:14:31.401 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 systemd[1]: Stopped Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:31.401 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 systemd[1]: Starting Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:31.478 INFO:tasks.rados.rados.0.smithi118.stdout:2158: done (1 left) 2023-09-30T09:14:31.478 INFO:tasks.rados.rados.0.smithi118.stdout:2159: delete oid 7 current snap is 199 2023-09-30T09:14:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:2157: done (1 left) 2023-09-30T09:14:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:2159: done (0 left) 2023-09-30T09:14:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 199 2023-09-30T09:14:31.484 INFO:tasks.rados.rados.0.smithi118.stdout:2160: seq_num 668 ranges {1073152=794624,1867776=663552,2531328=139264} 2023-09-30T09:14:31.495 INFO:tasks.rados.rados.0.smithi118.stdout:2160: writing smithi118168640-21 from 1073152 to 1867776 tid 1 2023-09-30T09:14:31.499 INFO:tasks.rados.rados.0.smithi118.stdout:2160: writing smithi118168640-21 from 1867776 to 2531328 tid 2 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:2160: writing smithi118168640-21 from 2531328 to 2670592 tid 3 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:2161: rollback oid 24 current snap is 199 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 24 to 195 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:2162: copy_from oid 44 from oid 15 current snap is 199 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:2163: rmattr oid 11 current snap is 199 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:2164: rmattr oid 16 current snap is 199 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:2164: done (4 left) 2023-09-30T09:14:31.500 INFO:tasks.rados.rados.0.smithi118.stdout:2165: delete oid 47 current snap is 199 2023-09-30T09:14:31.501 INFO:tasks.rados.rados.0.smithi118.stdout:2162: finishing copy_from to smithi118168640-44 2023-09-30T09:14:31.501 INFO:tasks.rados.rados.0.smithi118.stdout:2162: got expected ENOENT (src dne) 2023-09-30T09:14:31.501 INFO:tasks.rados.rados.0.smithi118.stdout:2162: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:14:31.501 INFO:tasks.rados.rados.0.smithi118.stdout:2160: finishing write tid 1 to smithi118168640-21 2023-09-30T09:14:31.503 INFO:tasks.rados.rados.0.smithi118.stdout:2161: finishing rollback tid 0 to smithi118168640-24 2023-09-30T09:14:31.505 INFO:tasks.rados.rados.0.smithi118.stdout:2160: finishing write tid 2 to smithi118168640-21 2023-09-30T09:14:31.505 INFO:tasks.rados.rados.0.smithi118.stdout:2160: finishing write tid 3 to smithi118168640-21 2023-09-30T09:14:31.505 INFO:tasks.rados.rados.0.smithi118.stdout:2160: finishing write tid 4 to smithi118168640-21 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:2162: done (4 left) 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:2165: done (3 left) 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:2166: read oid 2 snap -1 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:2166: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:2167: snap_create 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:2161: finishing rollback tid 1 to smithi118168640-24 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:2161: finishing rollback tid 2 to smithi118168640-24 2023-09-30T09:14:31.506 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 978 (ObjNum 637 snap 187 seq_num 637) dirty exists 2023-09-30T09:14:31.507 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 869 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:14:31.507 INFO:tasks.rados.rados.0.smithi118.stdout:2160: finishing write tid 5 to smithi118168640-21 2023-09-30T09:14:31.507 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 983 (ObjNum 668 snap 199 seq_num 668) dirty exists 2023-09-30T09:14:31.507 INFO:tasks.rados.rados.0.smithi118.stdout:2160: left oid 21 (ObjNum 668 snap 199 seq_num 668) 2023-09-30T09:14:31.511 INFO:tasks.rados.rados.0.smithi118.stdout:2166: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:14:31.713 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.497Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2023-09-30T09:14:31.713 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.497Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.497Z 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+$ 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.497Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.497Z 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/.+)($|/) 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.497Z 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)$ 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=arp 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=bcache 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=bonding 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=btrfs 2023-09-30T09:14:31.714 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=conntrack 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=cpu 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=cpufreq 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.498Z caller=node_exporter.go:117 level=info collector=diskstats 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=dmi 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=edac 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=entropy 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=fibrechannel 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=filefd 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=filesystem 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=hwmon 2023-09-30T09:14:31.715 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=infiniband 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=ipvs 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=loadavg 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=mdadm 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=meminfo 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=netclass 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=netdev 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=netstat 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=nfs 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=nfsd 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=nvme 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=os 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2023-09-30T09:14:31.716 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=pressure 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=rapl 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=schedstat 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=selinux 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=sockstat 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=softnet 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=stat 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=tapestats 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=textfile 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=thermal_zone 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=time 2023-09-30T09:14:31.717 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=udp_queues 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=uname 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=vmstat 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=xfs 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=node_exporter.go:117 level=info collector=zfs 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b[215210]: ts=2023-09-30T09:14:31.499Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 bash[215196]: cafcb29c788c67293cfc0c4bf11eed3a3608aa6cc5fc8f70a4e749da18a4a16b 2023-09-30T09:14:31.718 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 09:14:31 smithi192 systemd[1]: Started Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[182959]: pgmap v421: 121 pgs: 121 active+clean; 118 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.6 MiB/s wr, 8 op/s 2023-09-30T09:14:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[182959]: osdmap e475: 8 total, 8 up, 8 in 2023-09-30T09:14:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[185516]: pgmap v421: 121 pgs: 121 active+clean; 118 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.6 MiB/s wr, 8 op/s 2023-09-30T09:14:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[185516]: osdmap e475: 8 total, 8 up, 8 in 2023-09-30T09:14:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-mon[180220]: pgmap v421: 121 pgs: 121 active+clean; 118 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.6 MiB/s wr, 8 op/s 2023-09-30T09:14:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-mon[180220]: osdmap e475: 8 total, 8 up, 8 in 2023-09-30T09:14:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:32.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:32.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:2160: done (4 left) 2023-09-30T09:14:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:2161: done (3 left) 2023-09-30T09:14:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:2163: done (2 left) 2023-09-30T09:14:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:2166: done (1 left) 2023-09-30T09:14:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:2167: done (0 left) 2023-09-30T09:14:32.489 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 200 2023-09-30T09:14:32.490 INFO:tasks.rados.rados.0.smithi118.stdout:2168: seq_num 670 ranges {4603904=425984,5029888=483328,5513216=507904,6021120=212992} 2023-09-30T09:14:32.517 INFO:tasks.rados.rados.0.smithi118.stdout:2168: writing smithi118168640-5 from 4603904 to 5029888 tid 1 2023-09-30T09:14:32.520 INFO:tasks.rados.rados.0.smithi118.stdout:2168: writing smithi118168640-5 from 5029888 to 5513216 tid 2 2023-09-30T09:14:32.523 INFO:tasks.rados.rados.0.smithi118.stdout:2168: writing smithi118168640-5 from 5513216 to 6021120 tid 3 2023-09-30T09:14:32.525 INFO:tasks.rados.rados.0.smithi118.stdout:2168: writing smithi118168640-5 from 6021120 to 6234112 tid 4 2023-09-30T09:14:32.525 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 200 2023-09-30T09:14:32.525 INFO:tasks.rados.rados.0.smithi118.stdout:2169: seq_num 671 ranges {0=442368,442368=761856,1204224=442368} 2023-09-30T09:14:32.527 INFO:tasks.rados.rados.0.smithi118.stdout:2169: writing smithi118168640-31 from 0 to 442368 tid 1 2023-09-30T09:14:32.531 INFO:tasks.rados.rados.0.smithi118.stdout:2169: writing smithi118168640-31 from 442368 to 1204224 tid 2 2023-09-30T09:14:32.534 INFO:tasks.rados.rados.0.smithi118.stdout:2169: writing smithi118168640-31 from 1204224 to 1646592 tid 3 2023-09-30T09:14:32.535 INFO:tasks.rados.rados.0.smithi118.stdout:2170: rmattr oid 17 current snap is 200 2023-09-30T09:14:32.535 INFO:tasks.rados.rados.0.smithi118.stdout:2170: done (2 left) 2023-09-30T09:14:32.535 INFO:tasks.rados.rados.0.smithi118.stdout:2171: snap_remove snap 198 2023-09-30T09:14:33.495 INFO:tasks.rados.rados.0.smithi118.stdout:2171: done (2 left) 2023-09-30T09:14:33.495 INFO:tasks.rados.rados.0.smithi118.stdout:2172: snap_create 2023-09-30T09:14:33.495 INFO:tasks.rados.rados.0.smithi118.stdout:2168: finishing write tid 1 to smithi118168640-5 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2168: finishing write tid 2 to smithi118168640-5 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2168: finishing write tid 3 to smithi118168640-5 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2169: finishing write tid 1 to smithi118168640-31 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2168: finishing write tid 4 to smithi118168640-5 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2168: finishing write tid 5 to smithi118168640-5 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2168: finishing write tid 6 to smithi118168640-5 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 976 (ObjNum 670 snap 200 seq_num 670) dirty exists 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2168: left oid 5 (ObjNum 670 snap 200 seq_num 670) 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2169: finishing write tid 2 to smithi118168640-31 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2169: finishing write tid 3 to smithi118168640-31 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2169: finishing write tid 4 to smithi118168640-31 2023-09-30T09:14:33.496 INFO:tasks.rados.rados.0.smithi118.stdout:2169: finishing write tid 5 to smithi118168640-31 2023-09-30T09:14:33.497 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 595 (ObjNum 671 snap 200 seq_num 671) dirty exists 2023-09-30T09:14:33.497 INFO:tasks.rados.rados.0.smithi118.stdout:2169: left oid 31 (ObjNum 671 snap 200 seq_num 671) 2023-09-30T09:14:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:33 smithi192 ceph-mon[180220]: osdmap e476: 8 total, 8 up, 8 in 2023-09-30T09:14:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:33 smithi192 ceph-mon[180220]: pgmap v424: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 110 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 676 KiB/s wr, 12 op/s 2023-09-30T09:14:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[185516]: osdmap e476: 8 total, 8 up, 8 in 2023-09-30T09:14:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[185516]: pgmap v424: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 110 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 676 KiB/s wr, 12 op/s 2023-09-30T09:14:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[182959]: osdmap e476: 8 total, 8 up, 8 in 2023-09-30T09:14:33.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[182959]: pgmap v424: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 110 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 2.8 MiB/s rd, 676 KiB/s wr, 12 op/s 2023-09-30T09:14:33.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:33.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.497 INFO:tasks.rados.rados.0.smithi118.stdout:2168: done (2 left) 2023-09-30T09:14:34.497 INFO:tasks.rados.rados.0.smithi118.stdout:2169: done (1 left) 2023-09-30T09:14:34.498 INFO:tasks.rados.rados.0.smithi118.stdout:2172: done (0 left) 2023-09-30T09:14:34.498 INFO:tasks.rados.rados.0.smithi118.stdout:2173: rollback oid 30 current snap is 201 2023-09-30T09:14:34.498 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 197 2023-09-30T09:14:34.498 INFO:tasks.rados.rados.0.smithi118.stdout:2174: rollback oid 21 current snap is 201 2023-09-30T09:14:34.498 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 21 to 197 2023-09-30T09:14:34.498 INFO:tasks.rados.rados.0.smithi118.stdout:2175: delete oid 10 current snap is 201 2023-09-30T09:14:34.504 INFO:tasks.rados.rados.0.smithi118.stdout:2173: finishing rollback tid 0 to smithi118168640-30 2023-09-30T09:14:34.504 INFO:tasks.rados.rados.0.smithi118.stdout:2175: done (2 left) 2023-09-30T09:14:34.504 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 201 2023-09-30T09:14:34.504 INFO:tasks.rados.rados.0.smithi118.stdout:2176: seq_num 673 ranges {2236416=475136,2711552=532480,3244032=671744} 2023-09-30T09:14:34.518 INFO:tasks.rados.rados.0.smithi118.stdout:2176: writing smithi118168640-48 from 2236416 to 2711552 tid 1 2023-09-30T09:14:34.521 INFO:tasks.rados.rados.0.smithi118.stdout:2176: writing smithi118168640-48 from 2711552 to 3244032 tid 2 2023-09-30T09:14:34.525 INFO:tasks.rados.rados.0.smithi118.stdout:2176: writing smithi118168640-48 from 3244032 to 3915776 tid 3 2023-09-30T09:14:34.525 INFO:tasks.rados.rados.0.smithi118.stdout:2177: snap_create 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:2174: finishing rollback tid 0 to smithi118168640-21 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:2174: finishing rollback tid 1 to smithi118168640-21 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:2174: finishing rollback tid 2 to smithi118168640-21 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 987 (ObjNum 655 snap 196 seq_num 655) dirty exists 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:2173: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:2173: finishing rollback tid 2 to smithi118168640-30 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 867 (ObjNum 607 snap 177 seq_num 607) dirty exists 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:2176: finishing write tid 1 to smithi118168640-48 2023-09-30T09:14:34.526 INFO:tasks.rados.rados.0.smithi118.stdout:2176: finishing write tid 2 to smithi118168640-48 2023-09-30T09:14:34.529 INFO:tasks.rados.rados.0.smithi118.stdout:2176: finishing write tid 3 to smithi118168640-48 2023-09-30T09:14:34.529 INFO:tasks.rados.rados.0.smithi118.stdout:2176: finishing write tid 4 to smithi118168640-48 2023-09-30T09:14:34.530 INFO:tasks.rados.rados.0.smithi118.stdout:2176: finishing write tid 5 to smithi118168640-48 2023-09-30T09:14:34.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1065 (ObjNum 673 snap 201 seq_num 673) dirty exists 2023-09-30T09:14:34.530 INFO:tasks.rados.rados.0.smithi118.stdout:2176: left oid 48 (ObjNum 673 snap 201 seq_num 673) 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: osdmap e477: 8 total, 8 up, 8 in 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: osdmap e477: 8 total, 8 up, 8 in 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.759 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: osdmap e477: 8 total, 8 up, 8 in 2023-09-30T09:14:34.759 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.759 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.759 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.760 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.760 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:34.760 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:34.760 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:35.505 INFO:tasks.rados.rados.0.smithi118.stdout:2173: done (3 left) 2023-09-30T09:14:35.505 INFO:tasks.rados.rados.0.smithi118.stdout:2174: done (2 left) 2023-09-30T09:14:35.505 INFO:tasks.rados.rados.0.smithi118.stdout:2176: done (1 left) 2023-09-30T09:14:35.505 INFO:tasks.rados.rados.0.smithi118.stdout:2177: done (0 left) 2023-09-30T09:14:35.505 INFO:tasks.rados.rados.0.smithi118.stdout:2178: rmattr oid 36 current snap is 202 2023-09-30T09:14:35.505 INFO:tasks.rados.rados.0.smithi118.stdout:2179: delete oid 14 current snap is 202 2023-09-30T09:14:35.507 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 977 (ObjNum 653 snap 195 seq_num 653) dirty exists 2023-09-30T09:14:35.509 INFO:tasks.rados.rados.0.smithi118.stdout:2178: done (1 left) 2023-09-30T09:14:35.509 INFO:tasks.rados.rados.0.smithi118.stdout:2179: done (0 left) 2023-09-30T09:14:35.509 INFO:tasks.rados.rados.0.smithi118.stdout:2180: read oid 46 snap -1 2023-09-30T09:14:35.509 INFO:tasks.rados.rados.0.smithi118.stdout:2180: expect (ObjNum 650 snap 194 seq_num 650) 2023-09-30T09:14:35.509 INFO:tasks.rados.rados.0.smithi118.stdout:2181: setattr oid 5 current snap is 202 2023-09-30T09:14:35.511 INFO:tasks.rados.rados.0.smithi118.stdout:2182: copy_from oid 6 from oid 7 current snap is 202 2023-09-30T09:14:35.511 INFO:tasks.rados.rados.0.smithi118.stdout:2183: read oid 48 snap -1 2023-09-30T09:14:35.511 INFO:tasks.rados.rados.0.smithi118.stdout:2183: expect (ObjNum 673 snap 201 seq_num 673) 2023-09-30T09:14:35.511 INFO:tasks.rados.rados.0.smithi118.stdout:2184: snap_remove snap 197 2023-09-30T09:14:35.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:35 smithi118 ceph-mon[185516]: osdmap e478: 8 total, 8 up, 8 in 2023-09-30T09:14:35.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:35 smithi118 ceph-mon[185516]: pgmap v427: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 121 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 4.2 MiB/s wr, 36 op/s 2023-09-30T09:14:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:35 smithi118 ceph-mon[182959]: osdmap e478: 8 total, 8 up, 8 in 2023-09-30T09:14:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:35 smithi118 ceph-mon[182959]: pgmap v427: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 121 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 4.2 MiB/s wr, 36 op/s 2023-09-30T09:14:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:35 smithi192 ceph-mon[180220]: osdmap e478: 8 total, 8 up, 8 in 2023-09-30T09:14:35.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:35 smithi192 ceph-mon[180220]: pgmap v427: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 121 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.6 MiB/s rd, 4.2 MiB/s wr, 36 op/s 2023-09-30T09:14:36.479 INFO:tasks.rados.rados.0.smithi118.stdout:2184: done (4 left) 2023-09-30T09:14:36.479 INFO:tasks.rados.rados.0.smithi118.stdout:2185: rmattr oid 24 current snap is 202 2023-09-30T09:14:36.479 INFO:tasks.rados.rados.0.smithi118.stdout:2185: done (4 left) 2023-09-30T09:14:36.479 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 202 2023-09-30T09:14:36.479 INFO:tasks.rados.rados.0.smithi118.stdout:2186: seq_num 675 ranges {0=507904,507904=704512,1212416=499712} 2023-09-30T09:14:36.482 INFO:tasks.rados.rados.0.smithi118.stdout:2186: writing smithi118168640-13 from 0 to 507904 tid 1 2023-09-30T09:14:36.486 INFO:tasks.rados.rados.0.smithi118.stdout:2186: writing smithi118168640-13 from 507904 to 1212416 tid 2 2023-09-30T09:14:36.490 INFO:tasks.rados.rados.0.smithi118.stdout:2186: writing smithi118168640-13 from 1212416 to 1712128 tid 3 2023-09-30T09:14:36.490 INFO:tasks.rados.rados.0.smithi118.stdout:2187: snap_create 2023-09-30T09:14:36.497 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 978 (ObjNum 670 snap 200 seq_num 670) dirty exists 2023-09-30T09:14:36.497 INFO:tasks.rados.rados.0.smithi118.stdout:2180: expect (ObjNum 650 snap 194 seq_num 650) 2023-09-30T09:14:36.530 INFO:tasks.rados.rados.0.smithi118.stdout:2182: finishing copy_from to smithi118168640-6 2023-09-30T09:14:36.530 INFO:tasks.rados.rados.0.smithi118.stdout:2182: got expected ENOENT (src dne) 2023-09-30T09:14:36.531 INFO:tasks.rados.rados.0.smithi118.stdout:2182: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:14:36.531 INFO:tasks.rados.rados.0.smithi118.stdout:2183: expect (ObjNum 673 snap 201 seq_num 673) 2023-09-30T09:14:36.681 INFO:tasks.rados.rados.0.smithi118.stdout:2186: finishing write tid 1 to smithi118168640-13 2023-09-30T09:14:36.681 INFO:tasks.rados.rados.0.smithi118.stdout:2186: finishing write tid 2 to smithi118168640-13 2023-09-30T09:14:36.681 INFO:tasks.rados.rados.0.smithi118.stdout:2186: finishing write tid 3 to smithi118168640-13 2023-09-30T09:14:36.681 INFO:tasks.rados.rados.0.smithi118.stdout:2186: finishing write tid 4 to smithi118168640-13 2023-09-30T09:14:36.682 INFO:tasks.rados.rados.0.smithi118.stdout:2186: finishing write tid 5 to smithi118168640-13 2023-09-30T09:14:36.682 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 873 (ObjNum 675 snap 202 seq_num 675) dirty exists 2023-09-30T09:14:36.682 INFO:tasks.rados.rados.0.smithi118.stdout:2186: left oid 13 (ObjNum 675 snap 202 seq_num 675) 2023-09-30T09:14:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[182959]: osdmap e479: 8 total, 8 up, 8 in 2023-09-30T09:14:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[182959]: osdmap e480: 8 total, 8 up, 8 in 2023-09-30T09:14:36.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[185516]: osdmap e479: 8 total, 8 up, 8 in 2023-09-30T09:14:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:36.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:36 smithi118 ceph-mon[185516]: osdmap e480: 8 total, 8 up, 8 in 2023-09-30T09:14:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:36 smithi192 ceph-mon[180220]: osdmap e479: 8 total, 8 up, 8 in 2023-09-30T09:14:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:36 smithi192 ceph-mon[180220]: osdmap e480: 8 total, 8 up, 8 in 2023-09-30T09:14:37.487 INFO:tasks.rados.rados.0.smithi118.stdout:2180: done (5 left) 2023-09-30T09:14:37.487 INFO:tasks.rados.rados.0.smithi118.stdout:2181: done (4 left) 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2182: done (3 left) 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2183: done (2 left) 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2186: done (1 left) 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2187: done (0 left) 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2188: read oid 13 snap 195 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2188: expect deleted 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2189: read oid 44 snap 202 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2189: expect (ObjNum 665 snap 199 seq_num 665) 2023-09-30T09:14:37.488 INFO:tasks.rados.rados.0.smithi118.stdout:2190: snap_create 2023-09-30T09:14:37.501 INFO:tasks.rados.rados.0.smithi118.stdout:2189: expect (ObjNum 665 snap 199 seq_num 665) 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: pgmap v430: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 123 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 4.6 MiB/s wr, 32 op/s 2023-09-30T09:14:37.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:37 smithi192 ceph-mon[180220]: osdmap e481: 8 total, 8 up, 8 in 2023-09-30T09:14:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: pgmap v430: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 123 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 4.6 MiB/s wr, 32 op/s 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[182959]: osdmap e481: 8 total, 8 up, 8 in 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:38.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:38.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: pgmap v430: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 123 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.8 MiB/s rd, 4.6 MiB/s wr, 32 op/s 2023-09-30T09:14:38.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:37 smithi118 ceph-mon[185516]: osdmap e481: 8 total, 8 up, 8 in 2023-09-30T09:14:38.488 INFO:tasks.rados.rados.0.smithi118.stdout:2188: done (2 left) 2023-09-30T09:14:38.489 INFO:tasks.rados.rados.0.smithi118.stdout:2189: done (1 left) 2023-09-30T09:14:38.489 INFO:tasks.rados.rados.0.smithi118.stdout:2190: done (0 left) 2023-09-30T09:14:38.489 INFO:tasks.rados.rados.0.smithi118.stdout:2191: delete oid 28 current snap is 204 2023-09-30T09:14:38.492 INFO:tasks.rados.rados.0.smithi118.stdout:2191: done (0 left) 2023-09-30T09:14:38.492 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 204 2023-09-30T09:14:38.493 INFO:tasks.rados.rados.0.smithi118.stdout:2192: seq_num 677 ranges {0=540672,540672=516096,1056768=655360,1712128=32768} 2023-09-30T09:14:38.495 INFO:tasks.rados.rados.0.smithi118.stdout:2192: writing smithi118168640-39 from 0 to 540672 tid 1 2023-09-30T09:14:38.498 INFO:tasks.rados.rados.0.smithi118.stdout:2192: writing smithi118168640-39 from 540672 to 1056768 tid 2 2023-09-30T09:14:38.502 INFO:tasks.rados.rados.0.smithi118.stdout:2192: writing smithi118168640-39 from 1056768 to 1712128 tid 3 2023-09-30T09:14:38.503 INFO:tasks.rados.rados.0.smithi118.stdout:2192: writing smithi118168640-39 from 1712128 to 1744896 tid 4 2023-09-30T09:14:38.503 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 204 2023-09-30T09:14:38.503 INFO:tasks.rados.rados.0.smithi118.stdout:2192: finishing write tid 1 to smithi118168640-39 2023-09-30T09:14:38.503 INFO:tasks.rados.rados.0.smithi118.stdout:2193: seq_num 678 ranges {1712128=565248,2277376=802816,3080192=401408} 2023-09-30T09:14:38.515 INFO:tasks.rados.rados.0.smithi118.stdout:2193: writing smithi118168640-13 from 1712128 to 2277376 tid 1 2023-09-30T09:14:38.519 INFO:tasks.rados.rados.0.smithi118.stdout:2193: writing smithi118168640-13 from 2277376 to 3080192 tid 2 2023-09-30T09:14:38.522 INFO:tasks.rados.rados.0.smithi118.stdout:2193: writing smithi118168640-13 from 3080192 to 3481600 tid 3 2023-09-30T09:14:38.522 INFO:tasks.rados.rados.0.smithi118.stdout:2194: snap_remove snap 201 2023-09-30T09:14:38.955 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:38 smithi192 ceph-mon[180220]: Upgrade: Updating prometheus.a 2023-09-30T09:14:38.955 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:38 smithi192 ceph-mon[180220]: Deploying daemon prometheus.a on smithi192 2023-09-30T09:14:38.955 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:38 smithi192 ceph-mon[180220]: osdmap e482: 8 total, 8 up, 8 in 2023-09-30T09:14:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:38 smithi118 ceph-mon[182959]: Upgrade: Updating prometheus.a 2023-09-30T09:14:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:38 smithi118 ceph-mon[182959]: Deploying daemon prometheus.a on smithi192 2023-09-30T09:14:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:38 smithi118 ceph-mon[182959]: osdmap e482: 8 total, 8 up, 8 in 2023-09-30T09:14:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:38 smithi118 ceph-mon[185516]: Upgrade: Updating prometheus.a 2023-09-30T09:14:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:38 smithi118 ceph-mon[185516]: Deploying daemon prometheus.a on smithi192 2023-09-30T09:14:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:38 smithi118 ceph-mon[185516]: osdmap e482: 8 total, 8 up, 8 in 2023-09-30T09:14:39.497 INFO:tasks.rados.rados.0.smithi118.stdout:2194: done (2 left) 2023-09-30T09:14:39.497 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 204 2023-09-30T09:14:39.497 INFO:tasks.rados.rados.0.smithi118.stdout:2195: seq_num 679 ranges {0=581632,581632=688128,1269760=516096} 2023-09-30T09:14:39.497 INFO:tasks.rados.rados.0.smithi118.stdout:2195: writing smithi118168640-28 from 0 to 581632 tid 1 2023-09-30T09:14:39.501 INFO:tasks.rados.rados.0.smithi118.stdout:2195: writing smithi118168640-28 from 581632 to 1269760 tid 2 2023-09-30T09:14:39.504 INFO:tasks.rados.rados.0.smithi118.stdout:2195: writing smithi118168640-28 from 1269760 to 1785856 tid 3 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2196: read oid 31 snap 199 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2196: expect deleted 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2197: delete oid 3 current snap is 204 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2192: finishing write tid 2 to smithi118168640-39 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2192: finishing write tid 3 to smithi118168640-39 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2192: finishing write tid 4 to smithi118168640-39 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2192: finishing write tid 5 to smithi118168640-39 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2192: finishing write tid 6 to smithi118168640-39 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 832 (ObjNum 677 snap 204 seq_num 677) dirty exists 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2192: left oid 39 (ObjNum 677 snap 204 seq_num 677) 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2193: finishing write tid 1 to smithi118168640-13 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2193: finishing write tid 2 to smithi118168640-13 2023-09-30T09:14:39.505 INFO:tasks.rados.rados.0.smithi118.stdout:2193: finishing write tid 3 to smithi118168640-13 2023-09-30T09:14:39.506 INFO:tasks.rados.rados.0.smithi118.stdout:2193: finishing write tid 4 to smithi118168640-13 2023-09-30T09:14:39.506 INFO:tasks.rados.rados.0.smithi118.stdout:2193: finishing write tid 5 to smithi118168640-13 2023-09-30T09:14:39.506 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 877 (ObjNum 678 snap 204 seq_num 678) dirty exists 2023-09-30T09:14:39.506 INFO:tasks.rados.rados.0.smithi118.stdout:2193: left oid 13 (ObjNum 678 snap 204 seq_num 678) 2023-09-30T09:14:39.506 INFO:tasks.rados.rados.0.smithi118.stdout:2195: finishing write tid 1 to smithi118168640-28 2023-09-30T09:14:39.506 INFO:tasks.rados.rados.0.smithi118.stdout:2195: finishing write tid 2 to smithi118168640-28 2023-09-30T09:14:39.508 INFO:tasks.rados.rados.0.smithi118.stdout:2192: done (4 left) 2023-09-30T09:14:39.508 INFO:tasks.rados.rados.0.smithi118.stdout:2193: done (3 left) 2023-09-30T09:14:39.508 INFO:tasks.rados.rados.0.smithi118.stdout:2196: done (2 left) 2023-09-30T09:14:39.508 INFO:tasks.rados.rados.0.smithi118.stdout:2197: done (1 left) 2023-09-30T09:14:39.508 INFO:tasks.rados.rados.0.smithi118.stdout:2198: delete oid 38 current snap is 204 2023-09-30T09:14:39.509 INFO:tasks.rados.rados.0.smithi118.stdout:2195: finishing write tid 3 to smithi118168640-28 2023-09-30T09:14:39.509 INFO:tasks.rados.rados.0.smithi118.stdout:2195: finishing write tid 4 to smithi118168640-28 2023-09-30T09:14:39.510 INFO:tasks.rados.rados.0.smithi118.stdout:2198: done (1 left) 2023-09-30T09:14:39.510 INFO:tasks.rados.rados.0.smithi118.stdout:2199: setattr oid 37 current snap is 204 2023-09-30T09:14:39.511 INFO:tasks.rados.rados.0.smithi118.stdout:2200: snap_remove snap 199 2023-09-30T09:14:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-mon[180220]: pgmap v433: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 124 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 772 KiB/s wr, 7 op/s 2023-09-30T09:14:39.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-mon[180220]: osdmap e483: 8 total, 8 up, 8 in 2023-09-30T09:14:39.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 systemd[1]: Stopping Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:39.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-09-30T09:14:39.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-09-30T09:14:39.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-09-30T09:14:39.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.789Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.790Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.790Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.790Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-09-30T09:14:39.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[168949]: ts=2023-09-30T09:14:39.790Z caller=main.go:1147 level=info msg="See you next time!" 2023-09-30T09:14:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:39 smithi118 ceph-mon[182959]: pgmap v433: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 124 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 772 KiB/s wr, 7 op/s 2023-09-30T09:14:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:39 smithi118 ceph-mon[182959]: osdmap e483: 8 total, 8 up, 8 in 2023-09-30T09:14:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:39 smithi118 ceph-mon[185516]: pgmap v433: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 124 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 772 KiB/s wr, 7 op/s 2023-09-30T09:14:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:39 smithi118 ceph-mon[185516]: osdmap e483: 8 total, 8 up, 8 in 2023-09-30T09:14:40.228 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:39 smithi192 bash[220326]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a 2023-09-30T09:14:40.493 INFO:tasks.rados.rados.0.smithi118.stdout:2200: done (2 left) 2023-09-30T09:14:40.493 INFO:tasks.rados.rados.0.smithi118.stdout:2201: snap_create 2023-09-30T09:14:40.494 INFO:tasks.rados.rados.0.smithi118.stdout:2195: finishing write tid 5 to smithi118168640-28 2023-09-30T09:14:40.494 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 855 (ObjNum 679 snap 204 seq_num 679) dirty exists 2023-09-30T09:14:40.494 INFO:tasks.rados.rados.0.smithi118.stdout:2195: left oid 28 (ObjNum 679 snap 204 seq_num 679) 2023-09-30T09:14:40.494 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 979 (ObjNum 637 snap 187 seq_num 637) dirty exists 2023-09-30T09:14:40.588 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@prometheus.a.service: Succeeded. 2023-09-30T09:14:40.588 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 systemd[1]: Stopped Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:40.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 systemd[1]: Starting Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:40.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 bash[220464]: 7e8fe0ec05e55a8ed6c851401984ac2b61fac9094c3cc01891861f9834da6da5 2023-09-30T09:14:40.963 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 systemd[1]: Started Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.688Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.688Z 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)" 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.688Z caller=main.go:570 level=info host_details="(Linux 4.18.0-514.el8.x86_64 #1 SMP Tue Sep 19 13:19:58 UTC 2023 x86_64 smithi192 (none))" 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.688Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.688Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.690Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.690Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.691Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.691Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2023-09-30T09:14:40.964 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.694Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-09-30T09:14:40.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.694Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=4.017µs 2023-09-30T09:14:40.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.694Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-09-30T09:14:40.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.694Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2023-09-30T09:14:40.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.710Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2023-09-30T09:14:40.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.711Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2023-09-30T09:14:40.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.716Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2023-09-30T09:14:40.965 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.717Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2023-09-30T09:14:40.966 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.717Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=67.561µs wal_replay_duration=22.736513ms wbl_replay_duration=111ns total_replay_duration=22.837935ms 2023-09-30T09:14:40.966 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.720Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2023-09-30T09:14:40.966 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.720Z caller=main.go:1029 level=info msg="TSDB started" 2023-09-30T09:14:40.966 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.720Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-09-30T09:14:40.966 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.738Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=17.800448ms db_storage=861ns remote_storage=1.182µs web_handler=361ns query_engine=687ns scrape=496.335µs scrape_sd=141.806µs notify=15.894µs notify_sd=29.935µs rules=16.877502ms tracing=7.829µs 2023-09-30T09:14:40.966 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.738Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2023-09-30T09:14:40.966 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 09:14:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T09:14:40.738Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2023-09-30T09:14:41.480 INFO:tasks.rados.rados.0.smithi118.stdout:2195: done (2 left) 2023-09-30T09:14:41.480 INFO:tasks.rados.rados.0.smithi118.stdout:2199: done (1 left) 2023-09-30T09:14:41.480 INFO:tasks.rados.rados.0.smithi118.stdout:2201: done (0 left) 2023-09-30T09:14:41.481 INFO:tasks.rados.rados.0.smithi118.stdout:2202: read oid 42 snap -1 2023-09-30T09:14:41.481 INFO:tasks.rados.rados.0.smithi118.stdout:2202: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:14:41.481 INFO:tasks.rados.rados.0.smithi118.stdout:2203: snap_remove snap 202 2023-09-30T09:14:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:41 smithi192 ceph-mon[180220]: osdmap e484: 8 total, 8 up, 8 in 2023-09-30T09:14:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:41 smithi192 ceph-mon[180220]: pgmap v436: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 126 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2023-09-30T09:14:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:41 smithi192 ceph-mon[180220]: osdmap e485: 8 total, 8 up, 8 in 2023-09-30T09:14:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[182959]: osdmap e484: 8 total, 8 up, 8 in 2023-09-30T09:14:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[182959]: pgmap v436: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 126 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2023-09-30T09:14:41.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[182959]: osdmap e485: 8 total, 8 up, 8 in 2023-09-30T09:14:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[185516]: osdmap e484: 8 total, 8 up, 8 in 2023-09-30T09:14:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[185516]: pgmap v436: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 126 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.7 MiB/s rd, 1.2 MiB/s wr, 12 op/s 2023-09-30T09:14:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:41 smithi118 ceph-mon[185516]: osdmap e485: 8 total, 8 up, 8 in 2023-09-30T09:14:42.486 INFO:tasks.rados.rados.0.smithi118.stdout:2203: done (1 left) 2023-09-30T09:14:42.487 INFO:tasks.rados.rados.0.smithi118.stdout:2204: copy_from oid 21 from oid 12 current snap is 205 2023-09-30T09:14:42.487 INFO:tasks.rados.rados.0.smithi118.stdout:2202: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:14:42.668 INFO:tasks.rados.rados.0.smithi118.stdout:2204: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:14:42.669 INFO:tasks.rados.rados.0.smithi118.stdout:2204: finishing copy_from to smithi118168640-21 2023-09-30T09:14:42.669 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 588 (ObjNum 662 snap 199 seq_num 662) dirty exists 2023-09-30T09:14:42.669 INFO:tasks.rados.rados.0.smithi118.stdout:2202: done (1 left) 2023-09-30T09:14:42.669 INFO:tasks.rados.rados.0.smithi118.stdout:2204: done (0 left) 2023-09-30T09:14:42.669 INFO:tasks.rados.rados.0.smithi118.stdout:2205: copy_from oid 11 from oid 38 current snap is 205 2023-09-30T09:14:42.670 INFO:tasks.rados.rados.0.smithi118.stdout:2206: delete oid 36 current snap is 205 2023-09-30T09:14:42.671 INFO:tasks.rados.rados.0.smithi118.stdout:2205: finishing copy_from to smithi118168640-11 2023-09-30T09:14:42.671 INFO:tasks.rados.rados.0.smithi118.stdout:2205: got expected ENOENT (src dne) 2023-09-30T09:14:42.671 INFO:tasks.rados.rados.0.smithi118.stdout:2205: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:14:42.671 INFO:tasks.rados.rados.0.smithi118.stdout:2205: done (1 left) 2023-09-30T09:14:42.671 INFO:tasks.rados.rados.0.smithi118.stdout:2206: done (0 left) 2023-09-30T09:14:42.671 INFO:tasks.rados.rados.0.smithi118.stdout:2207: read oid 34 snap -1 2023-09-30T09:14:42.672 INFO:tasks.rados.rados.0.smithi118.stdout:2207: expect (ObjNum 616 snap 182 seq_num 616) 2023-09-30T09:14:42.672 INFO:tasks.rados.rados.0.smithi118.stdout:2208: rollback oid 41 current snap is 205 2023-09-30T09:14:42.672 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 200 2023-09-30T09:14:42.674 INFO:tasks.rados.rados.0.smithi118.stdout:2209: rmattr oid 29 current snap is 205 2023-09-30T09:14:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:2209: done (2 left) 2023-09-30T09:14:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:2210: read oid 50 snap 203 2023-09-30T09:14:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:2210: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 205 2023-09-30T09:14:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:2211: seq_num 683 ranges {0=647168,647168=630784,1277952=573440} 2023-09-30T09:14:42.675 INFO:tasks.rados.rados.0.smithi118.stdout:2211: writing smithi118168640-14 from 0 to 647168 tid 1 2023-09-30T09:14:42.678 INFO:tasks.rados.rados.0.smithi118.stdout:2211: writing smithi118168640-14 from 647168 to 1277952 tid 2 2023-09-30T09:14:42.682 INFO:tasks.rados.rados.0.smithi118.stdout:2211: writing smithi118168640-14 from 1277952 to 1851392 tid 3 2023-09-30T09:14:42.682 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 205 2023-09-30T09:14:42.682 INFO:tasks.rados.rados.0.smithi118.stdout:2212: seq_num 684 ranges {5578752=663552,6242304=507904,6750208=409600,7159808=286720} 2023-09-30T09:14:42.716 INFO:tasks.rados.rados.0.smithi118.stdout:2212: writing smithi118168640-8 from 5578752 to 6242304 tid 1 2023-09-30T09:14:42.718 INFO:tasks.rados.rados.0.smithi118.stdout:2212: writing smithi118168640-8 from 6242304 to 6750208 tid 2 2023-09-30T09:14:42.721 INFO:tasks.rados.rados.0.smithi118.stdout:2212: writing smithi118168640-8 from 6750208 to 7159808 tid 3 2023-09-30T09:14:42.723 INFO:tasks.rados.rados.0.smithi118.stdout:2212: writing smithi118168640-8 from 7159808 to 7446528 tid 4 2023-09-30T09:14:42.724 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 205 2023-09-30T09:14:42.724 INFO:tasks.rados.rados.0.smithi118.stdout:2211: finishing write tid 1 to smithi118168640-14 2023-09-30T09:14:42.724 INFO:tasks.rados.rados.0.smithi118.stdout:2211: finishing write tid 2 to smithi118168640-14 2023-09-30T09:14:42.724 INFO:tasks.rados.rados.0.smithi118.stdout:2210: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:2208: finishing rollback tid 0 to smithi118168640-41 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:2211: finishing write tid 3 to smithi118168640-14 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:2211: finishing write tid 4 to smithi118168640-14 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:2211: finishing write tid 5 to smithi118168640-14 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 859 (ObjNum 683 snap 205 seq_num 683) dirty exists 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:2211: left oid 14 (ObjNum 683 snap 205 seq_num 683) 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:2208: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:14:42.747 INFO:tasks.rados.rados.0.smithi118.stdout:2213: seq_num 685 ranges {860160=679936,1540096=442368,1982464=622592,2605056=139264} 2023-09-30T09:14:42.755 INFO:tasks.rados.rados.0.smithi118.stdout:2213: writing smithi118168640-43 from 860160 to 1540096 tid 1 2023-09-30T09:14:42.757 INFO:tasks.rados.rados.0.smithi118.stdout:2213: writing smithi118168640-43 from 1540096 to 1982464 tid 2 2023-09-30T09:14:42.761 INFO:tasks.rados.rados.0.smithi118.stdout:2213: writing smithi118168640-43 from 1982464 to 2605056 tid 3 2023-09-30T09:14:42.762 INFO:tasks.rados.rados.0.smithi118.stdout:2213: writing smithi118168640-43 from 2605056 to 2744320 tid 4 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2210: done (5 left) 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2211: done (4 left) 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2214: snap_create 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2208: finishing rollback tid 2 to smithi118168640-41 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1077 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2212: finishing write tid 1 to smithi118168640-8 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2212: finishing write tid 2 to smithi118168640-8 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2212: finishing write tid 3 to smithi118168640-8 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2212: finishing write tid 4 to smithi118168640-8 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2212: finishing write tid 5 to smithi118168640-8 2023-09-30T09:14:42.763 INFO:tasks.rados.rados.0.smithi118.stdout:2212: finishing write tid 6 to smithi118168640-8 2023-09-30T09:14:42.764 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 984 (ObjNum 684 snap 205 seq_num 684) dirty exists 2023-09-30T09:14:42.764 INFO:tasks.rados.rados.0.smithi118.stdout:2212: left oid 8 (ObjNum 684 snap 205 seq_num 684) 2023-09-30T09:14:42.764 INFO:tasks.rados.rados.0.smithi118.stdout:2207: expect (ObjNum 616 snap 182 seq_num 616) 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2213: finishing write tid 1 to smithi118168640-43 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2213: finishing write tid 2 to smithi118168640-43 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2213: finishing write tid 3 to smithi118168640-43 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2213: finishing write tid 4 to smithi118168640-43 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2213: finishing write tid 5 to smithi118168640-43 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2213: finishing write tid 6 to smithi118168640-43 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 872 (ObjNum 685 snap 205 seq_num 685) dirty exists 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2213: left oid 43 (ObjNum 685 snap 205 seq_num 685) 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2207: done (4 left) 2023-09-30T09:14:43.594 INFO:tasks.rados.rados.0.smithi118.stdout:2208: done (3 left) 2023-09-30T09:14:43.595 INFO:tasks.rados.rados.0.smithi118.stdout:2212: done (2 left) 2023-09-30T09:14:43.595 INFO:tasks.rados.rados.0.smithi118.stdout:2213: done (1 left) 2023-09-30T09:14:43.595 INFO:tasks.rados.rados.0.smithi118.stdout:2214: done (0 left) 2023-09-30T09:14:43.595 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 206 2023-09-30T09:14:43.595 INFO:tasks.rados.rados.0.smithi118.stdout:2215: seq_num 686 ranges {2359296=696320,3055616=729088,3784704=425984,4210688=49152} 2023-09-30T09:14:43.610 INFO:tasks.rados.rados.0.smithi118.stdout:2215: writing smithi118168640-33 from 2359296 to 3055616 tid 1 2023-09-30T09:14:43.614 INFO:tasks.rados.rados.0.smithi118.stdout:2215: writing smithi118168640-33 from 3055616 to 3784704 tid 2 2023-09-30T09:14:43.617 INFO:tasks.rados.rados.0.smithi118.stdout:2215: writing smithi118168640-33 from 3784704 to 4210688 tid 3 2023-09-30T09:14:43.617 INFO:tasks.rados.rados.0.smithi118.stdout:2215: writing smithi118168640-33 from 4210688 to 4259840 tid 4 2023-09-30T09:14:43.617 INFO:tasks.rados.rados.0.smithi118.stdout:2216: snap_create 2023-09-30T09:14:43.617 INFO:tasks.rados.rados.0.smithi118.stdout:2215: finishing write tid 1 to smithi118168640-33 2023-09-30T09:14:43.618 INFO:tasks.rados.rados.0.smithi118.stdout:2215: finishing write tid 2 to smithi118168640-33 2023-09-30T09:14:43.619 INFO:tasks.rados.rados.0.smithi118.stdout:2215: finishing write tid 3 to smithi118168640-33 2023-09-30T09:14:43.619 INFO:tasks.rados.rados.0.smithi118.stdout:2215: finishing write tid 4 to smithi118168640-33 2023-09-30T09:14:43.620 INFO:tasks.rados.rados.0.smithi118.stdout:2215: finishing write tid 5 to smithi118168640-33 2023-09-30T09:14:43.621 INFO:tasks.rados.rados.0.smithi118.stdout:2215: finishing write tid 6 to smithi118168640-33 2023-09-30T09:14:43.621 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 993 (ObjNum 686 snap 206 seq_num 686) dirty exists 2023-09-30T09:14:43.621 INFO:tasks.rados.rados.0.smithi118.stdout:2215: left oid 33 (ObjNum 686 snap 206 seq_num 686) 2023-09-30T09:14:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[182959]: osdmap e486: 8 total, 8 up, 8 in 2023-09-30T09:14:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[182959]: pgmap v439: 121 pgs: 121 active+clean; 130 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.7 MiB/s wr, 11 op/s 2023-09-30T09:14:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[185516]: osdmap e486: 8 total, 8 up, 8 in 2023-09-30T09:14:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:43.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:43 smithi118 ceph-mon[185516]: pgmap v439: 121 pgs: 121 active+clean; 130 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.7 MiB/s wr, 11 op/s 2023-09-30T09:14:43.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:43 smithi192 ceph-mon[180220]: osdmap e486: 8 total, 8 up, 8 in 2023-09-30T09:14:43.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:43.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:43.918 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:43 smithi192 ceph-mon[180220]: pgmap v439: 121 pgs: 121 active+clean; 130 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 1.7 MiB/s wr, 11 op/s 2023-09-30T09:14:44.556 INFO:tasks.rados.rados.0.smithi118.stdout:2215: done (1 left) 2023-09-30T09:14:44.556 INFO:tasks.rados.rados.0.smithi118.stdout:2216: done (0 left) 2023-09-30T09:14:44.556 INFO:tasks.rados.rados.0.smithi118.stdout:2217: delete oid 46 current snap is 207 2023-09-30T09:14:44.560 INFO:tasks.rados.rados.0.smithi118.stdout:2217: done (0 left) 2023-09-30T09:14:44.560 INFO:tasks.rados.rados.0.smithi118.stdout:2218: delete oid 40 current snap is 207 2023-09-30T09:14:44.564 INFO:tasks.rados.rados.0.smithi118.stdout:2218: done (0 left) 2023-09-30T09:14:44.564 INFO:tasks.rados.rados.0.smithi118.stdout:2219: snap_create 2023-09-30T09:14:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:44 smithi192 ceph-mon[180220]: osdmap e487: 8 total, 8 up, 8 in 2023-09-30T09:14:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:44.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:44 smithi118 ceph-mon[182959]: osdmap e487: 8 total, 8 up, 8 in 2023-09-30T09:14:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:44 smithi118 ceph-mon[185516]: osdmap e487: 8 total, 8 up, 8 in 2023-09-30T09:14:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:44.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:45.561 INFO:tasks.rados.rados.0.smithi118.stdout:2219: done (0 left) 2023-09-30T09:14:45.561 INFO:tasks.rados.rados.0.smithi118.stdout:2220: read oid 50 snap -1 2023-09-30T09:14:45.561 INFO:tasks.rados.rados.0.smithi118.stdout:2220: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:45.562 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 208 2023-09-30T09:14:45.562 INFO:tasks.rados.rados.0.smithi118.stdout:2221: seq_num 689 ranges {2351104=745472,3096576=786432,3883008=417792} 2023-09-30T09:14:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2221: writing smithi118168640-17 from 2351104 to 3096576 tid 1 2023-09-30T09:14:45.582 INFO:tasks.rados.rados.0.smithi118.stdout:2221: writing smithi118168640-17 from 3096576 to 3883008 tid 2 2023-09-30T09:14:45.585 INFO:tasks.rados.rados.0.smithi118.stdout:2221: writing smithi118168640-17 from 3883008 to 4300800 tid 3 2023-09-30T09:14:45.585 INFO:tasks.rados.rados.0.smithi118.stdout:2222: snap_create 2023-09-30T09:14:45.585 INFO:tasks.rados.rados.0.smithi118.stdout:2220: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:45.607 INFO:tasks.rados.rados.0.smithi118.stdout:2221: finishing write tid 1 to smithi118168640-17 2023-09-30T09:14:45.607 INFO:tasks.rados.rados.0.smithi118.stdout:2221: finishing write tid 2 to smithi118168640-17 2023-09-30T09:14:45.608 INFO:tasks.rados.rados.0.smithi118.stdout:2221: finishing write tid 3 to smithi118168640-17 2023-09-30T09:14:45.608 INFO:tasks.rados.rados.0.smithi118.stdout:2221: finishing write tid 4 to smithi118168640-17 2023-09-30T09:14:45.608 INFO:tasks.rados.rados.0.smithi118.stdout:2221: finishing write tid 5 to smithi118168640-17 2023-09-30T09:14:45.608 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 988 (ObjNum 689 snap 208 seq_num 689) dirty exists 2023-09-30T09:14:45.608 INFO:tasks.rados.rados.0.smithi118.stdout:2221: left oid 17 (ObjNum 689 snap 208 seq_num 689) 2023-09-30T09:14:45.613 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:45 smithi192 ceph-mon[180220]: osdmap e488: 8 total, 8 up, 8 in 2023-09-30T09:14:45.613 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:45 smithi192 ceph-mon[180220]: pgmap v442: 121 pgs: 121 active+clean; 139 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 640 KiB/s rd, 3.2 MiB/s wr, 13 op/s 2023-09-30T09:14:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:45 smithi118 ceph-mon[182959]: osdmap e488: 8 total, 8 up, 8 in 2023-09-30T09:14:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:45 smithi118 ceph-mon[182959]: pgmap v442: 121 pgs: 121 active+clean; 139 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 640 KiB/s rd, 3.2 MiB/s wr, 13 op/s 2023-09-30T09:14:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:45 smithi118 ceph-mon[185516]: osdmap e488: 8 total, 8 up, 8 in 2023-09-30T09:14:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:45 smithi118 ceph-mon[185516]: pgmap v442: 121 pgs: 121 active+clean; 139 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 640 KiB/s rd, 3.2 MiB/s wr, 13 op/s 2023-09-30T09:14:46.482 INFO:tasks.rados.rados.0.smithi118.stdout:2220: done (2 left) 2023-09-30T09:14:46.483 INFO:tasks.rados.rados.0.smithi118.stdout:2221: done (1 left) 2023-09-30T09:14:46.483 INFO:tasks.rados.rados.0.smithi118.stdout:2222: done (0 left) 2023-09-30T09:14:46.483 INFO:tasks.rados.rados.0.smithi118.stdout:2223: read oid 28 snap -1 2023-09-30T09:14:46.483 INFO:tasks.rados.rados.0.smithi118.stdout:2223: expect (ObjNum 679 snap 204 seq_num 679) 2023-09-30T09:14:46.483 INFO:tasks.rados.rados.0.smithi118.stdout:2224: read oid 50 snap -1 2023-09-30T09:14:46.483 INFO:tasks.rados.rados.0.smithi118.stdout:2224: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:46.483 INFO:tasks.rados.rados.0.smithi118.stdout:2225: snap_create 2023-09-30T09:14:46.489 INFO:tasks.rados.rados.0.smithi118.stdout:2224: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:46.511 INFO:tasks.rados.rados.0.smithi118.stdout:2223: expect (ObjNum 679 snap 204 seq_num 679) 2023-09-30T09:14:46.558 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: osdmap e489: 8 total, 8 up, 8 in 2023-09-30T09:14:46.559 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.561 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: osdmap e489: 8 total, 8 up, 8 in 2023-09-30T09:14:46.561 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.561 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.562 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:46.562 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:46.562 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.562 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:14:46.562 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:14:46.563 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:46.563 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.563 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.563 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.563 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.563 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.564 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.564 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.564 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.564 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.564 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.565 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[182959]: osdmap e490: 8 total, 8 up, 8 in 2023-09-30T09:14:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:46 smithi118 ceph-mon[185516]: osdmap e490: 8 total, 8 up, 8 in 2023-09-30T09:14:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: osdmap e489: 8 total, 8 up, 8 in 2023-09-30T09:14:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:46.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:46 smithi192 ceph-mon[180220]: osdmap e490: 8 total, 8 up, 8 in 2023-09-30T09:14:47.487 INFO:tasks.rados.rados.0.smithi118.stdout:2223: done (2 left) 2023-09-30T09:14:47.488 INFO:tasks.rados.rados.0.smithi118.stdout:2224: done (1 left) 2023-09-30T09:14:47.488 INFO:tasks.rados.rados.0.smithi118.stdout:2225: done (0 left) 2023-09-30T09:14:47.488 INFO:tasks.rados.rados.0.smithi118.stdout:2226: read oid 15 snap -1 2023-09-30T09:14:47.488 INFO:tasks.rados.rados.0.smithi118.stdout:2226: expect deleted 2023-09-30T09:14:47.488 INFO:tasks.rados.rados.0.smithi118.stdout:2227: snap_create 2023-09-30T09:14:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[182959]: Upgrade: Updating alertmanager.a 2023-09-30T09:14:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[182959]: Deploying daemon alertmanager.a on smithi118 2023-09-30T09:14:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[182959]: pgmap v445: 121 pgs: 121 active+clean; 143 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 16 op/s 2023-09-30T09:14:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[182959]: osdmap e491: 8 total, 8 up, 8 in 2023-09-30T09:14:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[185516]: Upgrade: Updating alertmanager.a 2023-09-30T09:14:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[185516]: Deploying daemon alertmanager.a on smithi118 2023-09-30T09:14:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[185516]: pgmap v445: 121 pgs: 121 active+clean; 143 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 16 op/s 2023-09-30T09:14:47.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:47 smithi118 ceph-mon[185516]: osdmap e491: 8 total, 8 up, 8 in 2023-09-30T09:14:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:47 smithi192 ceph-mon[180220]: Upgrade: Updating alertmanager.a 2023-09-30T09:14:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:47 smithi192 ceph-mon[180220]: Deploying daemon alertmanager.a on smithi118 2023-09-30T09:14:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:47 smithi192 ceph-mon[180220]: pgmap v445: 121 pgs: 121 active+clean; 143 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 3.3 MiB/s wr, 16 op/s 2023-09-30T09:14:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:47 smithi192 ceph-mon[180220]: osdmap e491: 8 total, 8 up, 8 in 2023-09-30T09:14:48.489 INFO:tasks.rados.rados.0.smithi118.stdout:2226: done (1 left) 2023-09-30T09:14:48.490 INFO:tasks.rados.rados.0.smithi118.stdout:2227: done (0 left) 2023-09-30T09:14:48.490 INFO:tasks.rados.rados.0.smithi118.stdout:2228: rmattr oid 34 current snap is 211 2023-09-30T09:14:48.490 INFO:tasks.rados.rados.0.smithi118.stdout:2229: setattr oid 27 current snap is 211 2023-09-30T09:14:48.491 INFO:tasks.rados.rados.0.smithi118.stdout:2230: read oid 38 snap -1 2023-09-30T09:14:48.491 INFO:tasks.rados.rados.0.smithi118.stdout:2230: expect deleted 2023-09-30T09:14:48.491 INFO:tasks.rados.rados.0.smithi118.stdout:2231: snap_create 2023-09-30T09:14:48.496 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 710 (ObjNum 616 snap 182 seq_num 616) dirty exists 2023-09-30T09:14:48.496 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 596 (ObjNum 596 snap 174 seq_num 596) dirty exists 2023-09-30T09:14:48.596 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:48 smithi118 systemd[1]: Stopping Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:49.067 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:48 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[171329]: ts=2023-09-30T09:14:48.601Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-09-30T09:14:49.067 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:48 smithi118 bash[226166]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a 2023-09-30T09:14:49.346 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-09-30T09:14:49.346 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 systemd[1]: Stopped Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:49.346 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 systemd[1]: Starting Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:49.495 INFO:tasks.rados.rados.0.smithi118.stdout:2228: done (3 left) 2023-09-30T09:14:49.496 INFO:tasks.rados.rados.0.smithi118.stdout:2229: done (2 left) 2023-09-30T09:14:49.496 INFO:tasks.rados.rados.0.smithi118.stdout:2230: done (1 left) 2023-09-30T09:14:49.496 INFO:tasks.rados.rados.0.smithi118.stdout:2231: done (0 left) 2023-09-30T09:14:49.496 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 212 2023-09-30T09:14:49.496 INFO:tasks.rados.rados.0.smithi118.stdout:2232: seq_num 690 ranges {1073152=761856,1835008=663552,2498560=409600,2908160=131072} 2023-09-30T09:14:49.506 INFO:tasks.rados.rados.0.smithi118.stdout:2232: writing smithi118168640-24 from 1073152 to 1835008 tid 1 2023-09-30T09:14:49.510 INFO:tasks.rados.rados.0.smithi118.stdout:2232: writing smithi118168640-24 from 1835008 to 2498560 tid 2 2023-09-30T09:14:49.512 INFO:tasks.rados.rados.0.smithi118.stdout:2232: writing smithi118168640-24 from 2498560 to 2908160 tid 3 2023-09-30T09:14:49.513 INFO:tasks.rados.rados.0.smithi118.stdout:2232: writing smithi118168640-24 from 2908160 to 3039232 tid 4 2023-09-30T09:14:49.513 INFO:tasks.rados.rados.0.smithi118.stdout:2233: copy_from oid 30 from oid 12 current snap is 212 2023-09-30T09:14:49.513 INFO:tasks.rados.rados.0.smithi118.stdout:2234: copy_from oid 43 from oid 16 current snap is 212 2023-09-30T09:14:49.513 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 212 2023-09-30T09:14:49.513 INFO:tasks.rados.rados.0.smithi118.stdout:2235: seq_num 691 ranges {1744896=778240,2523136=548864,3072000=614400,3686400=40960} 2023-09-30T09:14:49.527 INFO:tasks.rados.rados.0.smithi118.stdout:2235: writing smithi118168640-39 from 1744896 to 2523136 tid 1 2023-09-30T09:14:49.531 INFO:tasks.rados.rados.0.smithi118.stdout:2235: writing smithi118168640-39 from 2523136 to 3072000 tid 2 2023-09-30T09:14:49.534 INFO:tasks.rados.rados.0.smithi118.stdout:2235: writing smithi118168640-39 from 3072000 to 3686400 tid 3 2023-09-30T09:14:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:2235: writing smithi118168640-39 from 3686400 to 3727360 tid 4 2023-09-30T09:14:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:2236: snap_create 2023-09-30T09:14:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:2232: finishing write tid 1 to smithi118168640-24 2023-09-30T09:14:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:2232: finishing write tid 2 to smithi118168640-24 2023-09-30T09:14:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:2234: finishing copy_from to smithi118168640-43 2023-09-30T09:14:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:2234: got expected ENOENT (src dne) 2023-09-30T09:14:49.535 INFO:tasks.rados.rados.0.smithi118.stdout:2234: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:2232: finishing write tid 3 to smithi118168640-24 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:2232: finishing write tid 4 to smithi118168640-24 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:2232: finishing write tid 5 to smithi118168640-24 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:2232: finishing write tid 6 to smithi118168640-24 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 983 (ObjNum 690 snap 212 seq_num 690) dirty exists 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:2232: left oid 24 (ObjNum 690 snap 212 seq_num 690) 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:2235: finishing write tid 1 to smithi118168640-39 2023-09-30T09:14:49.536 INFO:tasks.rados.rados.0.smithi118.stdout:2235: finishing write tid 2 to smithi118168640-39 2023-09-30T09:14:49.538 INFO:tasks.rados.rados.0.smithi118.stdout:2235: finishing write tid 3 to smithi118168640-39 2023-09-30T09:14:49.539 INFO:tasks.rados.rados.0.smithi118.stdout:2235: finishing write tid 4 to smithi118168640-39 2023-09-30T09:14:49.539 INFO:tasks.rados.rados.0.smithi118.stdout:2235: finishing write tid 5 to smithi118168640-39 2023-09-30T09:14:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2235: finishing write tid 6 to smithi118168640-39 2023-09-30T09:14:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 837 (ObjNum 691 snap 212 seq_num 691) dirty exists 2023-09-30T09:14:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2235: left oid 39 (ObjNum 691 snap 212 seq_num 691) 2023-09-30T09:14:49.541 INFO:tasks.rados.rados.0.smithi118.stdout:2233: finishing copy_from racing read to smithi118168640-30 2023-09-30T09:14:49.545 INFO:tasks.rados.rados.0.smithi118.stdout:2233: finishing copy_from to smithi118168640-30 2023-09-30T09:14:49.545 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 588 (ObjNum 662 snap 199 seq_num 662) dirty exists 2023-09-30T09:14:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-mon[185516]: osdmap e492: 8 total, 8 up, 8 in 2023-09-30T09:14:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-mon[185516]: pgmap v448: 121 pgs: 121 active+clean; 143 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 912 KiB/s wr, 7 op/s 2023-09-30T09:14:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-mon[182959]: osdmap e492: 8 total, 8 up, 8 in 2023-09-30T09:14:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-mon[182959]: pgmap v448: 121 pgs: 121 active+clean; 143 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 912 KiB/s wr, 7 op/s 2023-09-30T09:14:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:49.798 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.529Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2023-09-30T09:14:49.798 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.529Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2023-09-30T09:14:49.798 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.532Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.118 port=9094 2023-09-30T09:14:49.799 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.534Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-09-30T09:14:49.799 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 bash[226306]: 70f838dd9a580fa8386f3a8d0a3ae8990e8ff4bdc5dd03f66efbeea6b7ea4161 2023-09-30T09:14:49.799 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 systemd[1]: Started Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:49.799 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.565Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-09-30T09:14:49.799 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.566Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-09-30T09:14:49.799 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.568Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2023-09-30T09:14:49.799 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:49.568Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2023-09-30T09:14:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:49 smithi192 ceph-mon[180220]: osdmap e492: 8 total, 8 up, 8 in 2023-09-30T09:14:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:49 smithi192 ceph-mon[180220]: pgmap v448: 121 pgs: 121 active+clean; 143 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 912 KiB/s wr, 7 op/s 2023-09-30T09:14:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:14:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:14:49] "GET /metrics HTTP/1.1" 200 36186 "" "Prometheus/2.43.0" 2023-09-30T09:14:50.492 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[182959]: osdmap e493: 8 total, 8 up, 8 in 2023-09-30T09:14:50.492 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:50.492 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:50.492 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:50.502 INFO:tasks.rados.rados.0.smithi118.stdout:2232: done (4 left) 2023-09-30T09:14:50.502 INFO:tasks.rados.rados.0.smithi118.stdout:2233: done (3 left) 2023-09-30T09:14:50.502 INFO:tasks.rados.rados.0.smithi118.stdout:2234: done (2 left) 2023-09-30T09:14:50.503 INFO:tasks.rados.rados.0.smithi118.stdout:2235: done (1 left) 2023-09-30T09:14:50.503 INFO:tasks.rados.rados.0.smithi118.stdout:2236: done (0 left) 2023-09-30T09:14:50.503 INFO:tasks.rados.rados.0.smithi118.stdout:2237: read oid 8 snap -1 2023-09-30T09:14:50.503 INFO:tasks.rados.rados.0.smithi118.stdout:2237: expect (ObjNum 684 snap 205 seq_num 684) 2023-09-30T09:14:50.503 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 213 2023-09-30T09:14:50.503 INFO:tasks.rados.rados.0.smithi118.stdout:2238: seq_num 692 ranges {2031616=794624,2826240=483328,3309568=720896} 2023-09-30T09:14:50.517 INFO:tasks.rados.rados.0.smithi118.stdout:2238: writing smithi118168640-6 from 2031616 to 2826240 tid 1 2023-09-30T09:14:50.521 INFO:tasks.rados.rados.0.smithi118.stdout:2238: writing smithi118168640-6 from 2826240 to 3309568 tid 2 2023-09-30T09:14:50.525 INFO:tasks.rados.rados.0.smithi118.stdout:2238: writing smithi118168640-6 from 3309568 to 4030464 tid 3 2023-09-30T09:14:50.525 INFO:tasks.rados.rados.0.smithi118.stdout:2239: snap_create 2023-09-30T09:14:50.529 INFO:tasks.rados.rados.0.smithi118.stdout:2238: finishing write tid 1 to smithi118168640-6 2023-09-30T09:14:50.529 INFO:tasks.rados.rados.0.smithi118.stdout:2238: finishing write tid 2 to smithi118168640-6 2023-09-30T09:14:50.530 INFO:tasks.rados.rados.0.smithi118.stdout:2238: finishing write tid 3 to smithi118168640-6 2023-09-30T09:14:50.530 INFO:tasks.rados.rados.0.smithi118.stdout:2238: finishing write tid 4 to smithi118168640-6 2023-09-30T09:14:50.532 INFO:tasks.rados.rados.0.smithi118.stdout:2238: finishing write tid 5 to smithi118168640-6 2023-09-30T09:14:50.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 880 (ObjNum 692 snap 213 seq_num 692) dirty exists 2023-09-30T09:14:50.533 INFO:tasks.rados.rados.0.smithi118.stdout:2238: left oid 6 (ObjNum 692 snap 213 seq_num 692) 2023-09-30T09:14:50.545 INFO:tasks.rados.rados.0.smithi118.stdout:2237: expect (ObjNum 684 snap 205 seq_num 684) 2023-09-30T09:14:50.749 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[185516]: osdmap e493: 8 total, 8 up, 8 in 2023-09-30T09:14:50.749 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:50.749 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:50.750 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:50 smithi192 ceph-mon[180220]: osdmap e493: 8 total, 8 up, 8 in 2023-09-30T09:14:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:51.481 INFO:tasks.rados.rados.0.smithi118.stdout:2237: done (2 left) 2023-09-30T09:14:51.481 INFO:tasks.rados.rados.0.smithi118.stdout:2238: done (1 left) 2023-09-30T09:14:51.482 INFO:tasks.rados.rados.0.smithi118.stdout:2239: done (0 left) 2023-09-30T09:14:51.482 INFO:tasks.rados.rados.0.smithi118.stdout:2240: delete oid 7 current snap is 214 2023-09-30T09:14:51.485 INFO:tasks.rados.rados.0.smithi118.stdout:2240: done (0 left) 2023-09-30T09:14:51.485 INFO:tasks.rados.rados.0.smithi118.stdout:2241: snap_remove snap 195 2023-09-30T09:14:51.846 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:51.535Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000866326s 2023-09-30T09:14:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[182959]: osdmap e494: 8 total, 8 up, 8 in 2023-09-30T09:14:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[182959]: pgmap v451: 121 pgs: 121 active+clean; 151 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.0 MiB/s wr, 12 op/s 2023-09-30T09:14:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[182959]: osdmap e495: 8 total, 8 up, 8 in 2023-09-30T09:14:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[185516]: osdmap e494: 8 total, 8 up, 8 in 2023-09-30T09:14:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[185516]: pgmap v451: 121 pgs: 121 active+clean; 151 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.0 MiB/s wr, 12 op/s 2023-09-30T09:14:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:51 smithi118 ceph-mon[185516]: osdmap e495: 8 total, 8 up, 8 in 2023-09-30T09:14:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:51 smithi192 ceph-mon[180220]: osdmap e494: 8 total, 8 up, 8 in 2023-09-30T09:14:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:51 smithi192 ceph-mon[180220]: pgmap v451: 121 pgs: 121 active+clean; 151 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 1.2 MiB/s rd, 2.0 MiB/s wr, 12 op/s 2023-09-30T09:14:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:51.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:51 smithi192 ceph-mon[180220]: osdmap e495: 8 total, 8 up, 8 in 2023-09-30T09:14:52.491 INFO:tasks.rados.rados.0.smithi118.stdout:2241: done (0 left) 2023-09-30T09:14:52.491 INFO:tasks.rados.rados.0.smithi118.stdout:2242: read oid 38 snap 204 2023-09-30T09:14:52.491 INFO:tasks.rados.rados.0.smithi118.stdout:2242: expect deleted 2023-09-30T09:14:52.491 INFO:tasks.rados.rados.0.smithi118.stdout:2243: snap_remove snap 209 2023-09-30T09:14:53.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:53.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:53.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:52 smithi118 ceph-mon[185516]: osdmap e496: 8 total, 8 up, 8 in 2023-09-30T09:14:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:52 smithi118 ceph-mon[182959]: osdmap e496: 8 total, 8 up, 8 in 2023-09-30T09:14:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:53.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:52 smithi192 ceph-mon[180220]: osdmap e496: 8 total, 8 up, 8 in 2023-09-30T09:14:53.493 INFO:tasks.rados.rados.0.smithi118.stdout:2243: done (1 left) 2023-09-30T09:14:53.493 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 214 2023-09-30T09:14:53.493 INFO:tasks.rados.rados.0.smithi118.stdout:2244: seq_num 694 ranges {3915776=425984,4341760=655360,4997120=786432,5783552=163840} 2023-09-30T09:14:53.517 INFO:tasks.rados.rados.0.smithi118.stdout:2244: writing smithi118168640-48 from 3915776 to 4341760 tid 1 2023-09-30T09:14:53.520 INFO:tasks.rados.rados.0.smithi118.stdout:2244: writing smithi118168640-48 from 4341760 to 4997120 tid 2 2023-09-30T09:14:53.525 INFO:tasks.rados.rados.0.smithi118.stdout:2244: writing smithi118168640-48 from 4997120 to 5783552 tid 3 2023-09-30T09:14:53.526 INFO:tasks.rados.rados.0.smithi118.stdout:2244: writing smithi118168640-48 from 5783552 to 5947392 tid 4 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:2242: done (1 left) 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:2245: rollback oid 4 current snap is 214 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 4 to 206 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:2244: finishing write tid 1 to smithi118168640-48 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:2244: finishing write tid 2 to smithi118168640-48 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:2246: read oid 49 snap -1 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:2246: expect (ObjNum 660 snap 198 seq_num 660) 2023-09-30T09:14:53.527 INFO:tasks.rados.rados.0.smithi118.stdout:2247: snap_create 2023-09-30T09:14:53.530 INFO:tasks.rados.rados.0.smithi118.stdout:2244: finishing write tid 3 to smithi118168640-48 2023-09-30T09:14:53.530 INFO:tasks.rados.rados.0.smithi118.stdout:2245: finishing rollback tid 0 to smithi118168640-4 2023-09-30T09:14:53.530 INFO:tasks.rados.rados.0.smithi118.stdout:2244: finishing write tid 4 to smithi118168640-48 2023-09-30T09:14:53.531 INFO:tasks.rados.rados.0.smithi118.stdout:2245: finishing rollback tid 1 to smithi118168640-4 2023-09-30T09:14:53.531 INFO:tasks.rados.rados.0.smithi118.stdout:2244: finishing write tid 5 to smithi118168640-48 2023-09-30T09:14:53.532 INFO:tasks.rados.rados.0.smithi118.stdout:2245: finishing rollback tid 2 to smithi118168640-4 2023-09-30T09:14:53.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 875 (ObjNum 644 snap 194 seq_num 644) dirty exists 2023-09-30T09:14:53.533 INFO:tasks.rados.rados.0.smithi118.stdout:2244: finishing write tid 6 to smithi118168640-48 2023-09-30T09:14:53.533 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1093 (ObjNum 694 snap 214 seq_num 694) dirty exists 2023-09-30T09:14:53.533 INFO:tasks.rados.rados.0.smithi118.stdout:2244: left oid 48 (ObjNum 694 snap 214 seq_num 694) 2023-09-30T09:14:53.541 INFO:tasks.rados.rados.0.smithi118.stdout:2246: expect (ObjNum 660 snap 198 seq_num 660) 2023-09-30T09:14:54.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:53 smithi118 ceph-mon[185516]: pgmap v454: 121 pgs: 121 active+clean; 153 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 872 KiB/s rd, 2.4 MiB/s wr, 11 op/s 2023-09-30T09:14:54.383 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:53 smithi118 ceph-mon[185516]: osdmap e497: 8 total, 8 up, 8 in 2023-09-30T09:14:54.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:53 smithi118 ceph-mon[182959]: pgmap v454: 121 pgs: 121 active+clean; 153 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 872 KiB/s rd, 2.4 MiB/s wr, 11 op/s 2023-09-30T09:14:54.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:53 smithi118 ceph-mon[182959]: osdmap e497: 8 total, 8 up, 8 in 2023-09-30T09:14:54.384 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:53 smithi192 ceph-mon[180220]: pgmap v454: 121 pgs: 121 active+clean; 153 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 872 KiB/s rd, 2.4 MiB/s wr, 11 op/s 2023-09-30T09:14:54.385 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:53 smithi192 ceph-mon[180220]: osdmap e497: 8 total, 8 up, 8 in 2023-09-30T09:14:54.493 INFO:tasks.rados.rados.0.smithi118.stdout:2244: done (3 left) 2023-09-30T09:14:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:2245: done (2 left) 2023-09-30T09:14:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:2246: done (1 left) 2023-09-30T09:14:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:2247: done (0 left) 2023-09-30T09:14:54.506 INFO:tasks.rados.rados.0.smithi118.stdout:2248: delete oid 35 current snap is 215 2023-09-30T09:14:54.507 INFO:tasks.rados.rados.0.smithi118.stdout:2248: done (0 left) 2023-09-30T09:14:54.507 INFO:tasks.rados.rados.0.smithi118.stdout:2249: snap_create 2023-09-30T09:14:55.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: osdmap e498: 8 total, 8 up, 8 in 2023-09-30T09:14:55.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:55 smithi192 ceph-mon[180220]: pgmap v457: 121 pgs: 121 active+clean; 155 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.9 MiB/s wr, 6 op/s 2023-09-30T09:14:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:2249: done (0 left) 2023-09-30T09:14:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:2250: copy_from oid 2 from oid 45 current snap is 216 2023-09-30T09:14:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:2251: rmattr oid 23 current snap is 216 2023-09-30T09:14:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:2252: rmattr oid 38 current snap is 216 2023-09-30T09:14:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:2252: done (2 left) 2023-09-30T09:14:55.499 INFO:tasks.rados.rados.0.smithi118.stdout:2253: delete oid 48 current snap is 216 2023-09-30T09:14:55.504 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 870 (ObjNum 33 snap 0 seq_num 3295811400) dirty exists 2023-09-30T09:14:55.505 INFO:tasks.rados.rados.0.smithi118.stdout:2251: done (2 left) 2023-09-30T09:14:55.505 INFO:tasks.rados.rados.0.smithi118.stdout:2253: done (1 left) 2023-09-30T09:14:55.505 INFO:tasks.rados.rados.0.smithi118.stdout:2254: snap_remove snap 211 2023-09-30T09:14:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: osdmap e498: 8 total, 8 up, 8 in 2023-09-30T09:14:55.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[182959]: pgmap v457: 121 pgs: 121 active+clean; 155 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.9 MiB/s wr, 6 op/s 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.600 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.600 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.600 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:14:55.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: osdmap e498: 8 total, 8 up, 8 in 2023-09-30T09:14:55.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:55 smithi118 ceph-mon[185516]: pgmap v457: 121 pgs: 121 active+clean; 155 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 MiB/s rd, 1.9 MiB/s wr, 6 op/s 2023-09-30T09:14:56.507 INFO:tasks.rados.rados.0.smithi118.stdout:2254: done (1 left) 2023-09-30T09:14:56.507 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 216 2023-09-30T09:14:56.507 INFO:tasks.rados.rados.0.smithi118.stdout:2255: seq_num 697 ranges {0=475136,475136=704512,1179648=557056,1736704=344064} 2023-09-30T09:14:56.507 INFO:tasks.rados.rados.0.smithi118.stdout:2255: writing smithi118168640-22 from 0 to 475136 tid 1 2023-09-30T09:14:56.511 INFO:tasks.rados.rados.0.smithi118.stdout:2255: writing smithi118168640-22 from 475136 to 1179648 tid 2 2023-09-30T09:14:56.515 INFO:tasks.rados.rados.0.smithi118.stdout:2255: writing smithi118168640-22 from 1179648 to 1736704 tid 3 2023-09-30T09:14:56.517 INFO:tasks.rados.rados.0.smithi118.stdout:2255: writing smithi118168640-22 from 1736704 to 2080768 tid 4 2023-09-30T09:14:56.517 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 216 2023-09-30T09:14:56.517 INFO:tasks.rados.rados.0.smithi118.stdout:2250: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:14:56.517 INFO:tasks.rados.rados.0.smithi118.stdout:2250: finishing copy_from to smithi118168640-2 2023-09-30T09:14:56.517 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 565 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:14:56.517 INFO:tasks.rados.rados.0.smithi118.stdout:2256: seq_num 698 ranges {3727360=499712,4227072=589824,4816896=770048,5586944=245760} 2023-09-30T09:14:56.540 INFO:tasks.rados.rados.0.smithi118.stdout:2256: writing smithi118168640-39 from 3727360 to 4227072 tid 1 2023-09-30T09:14:56.543 INFO:tasks.rados.rados.0.smithi118.stdout:2256: writing smithi118168640-39 from 4227072 to 4816896 tid 2 2023-09-30T09:14:56.548 INFO:tasks.rados.rados.0.smithi118.stdout:2256: writing smithi118168640-39 from 4816896 to 5586944 tid 3 2023-09-30T09:14:56.550 INFO:tasks.rados.rados.0.smithi118.stdout:2256: writing smithi118168640-39 from 5586944 to 5832704 tid 4 2023-09-30T09:14:56.550 INFO:tasks.rados.rados.0.smithi118.stdout:2250: done (2 left) 2023-09-30T09:14:56.550 INFO:tasks.rados.rados.0.smithi118.stdout:2257: snap_remove snap 214 2023-09-30T09:14:56.814 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:56 smithi192 ceph-mon[180220]: Upgrade: Updating grafana.a 2023-09-30T09:14:56.814 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:56 smithi192 ceph-mon[180220]: Deploying daemon grafana.a on smithi192 2023-09-30T09:14:56.814 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:56 smithi192 ceph-mon[180220]: osdmap e499: 8 total, 8 up, 8 in 2023-09-30T09:14:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:56 smithi118 ceph-mon[182959]: Upgrade: Updating grafana.a 2023-09-30T09:14:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:56 smithi118 ceph-mon[182959]: Deploying daemon grafana.a on smithi192 2023-09-30T09:14:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:56 smithi118 ceph-mon[182959]: osdmap e499: 8 total, 8 up, 8 in 2023-09-30T09:14:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:56 smithi118 ceph-mon[185516]: Upgrade: Updating grafana.a 2023-09-30T09:14:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:56 smithi118 ceph-mon[185516]: Deploying daemon grafana.a on smithi192 2023-09-30T09:14:56.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:56 smithi118 ceph-mon[185516]: osdmap e499: 8 total, 8 up, 8 in 2023-09-30T09:14:57.148 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:56 smithi192 systemd[1]: Stopping Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:57.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 bash[224997]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a 2023-09-30T09:14:57.408 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@grafana.a.service: Main process exited, code=exited, status=143/n/a 2023-09-30T09:14:57.510 INFO:tasks.rados.rados.0.smithi118.stdout:2257: done (2 left) 2023-09-30T09:14:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2258: setattr oid 10 current snap is 216 2023-09-30T09:14:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2259: rmattr oid 16 current snap is 216 2023-09-30T09:14:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2259: done (3 left) 2023-09-30T09:14:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2260: rollback oid 20 current snap is 216 2023-09-30T09:14:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 20 to 208 2023-09-30T09:14:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2261: snap_remove snap 213 2023-09-30T09:14:57.668 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-mon[180220]: osdmap e500: 8 total, 8 up, 8 in 2023-09-30T09:14:57.668 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-mon[180220]: pgmap v460: 121 pgs: 121 active+clean; 155 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.4 MiB/s wr, 7 op/s 2023-09-30T09:14:57.668 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@grafana.a.service: Failed with result 'exit-code'. 2023-09-30T09:14:57.669 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 systemd[1]: Stopped Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:57.669 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 systemd[1]: Starting Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T09:14:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:57 smithi118 ceph-mon[182959]: osdmap e500: 8 total, 8 up, 8 in 2023-09-30T09:14:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:57 smithi118 ceph-mon[182959]: pgmap v460: 121 pgs: 121 active+clean; 155 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.4 MiB/s wr, 7 op/s 2023-09-30T09:14:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:57 smithi118 ceph-mon[185516]: osdmap e500: 8 total, 8 up, 8 in 2023-09-30T09:14:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:57 smithi118 ceph-mon[185516]: pgmap v460: 121 pgs: 121 active+clean; 155 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.4 MiB/s wr, 7 op/s 2023-09-30T09:14:57.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 bash[225137]: ead2566c03bc75d65faa33433c1dd32f48b95f8e87f79d0f2338fe0b5b832d92 2023-09-30T09:14:57.963 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 systemd[1]: Started Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T09:14:58.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993204318Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.99339124Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993408998Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993416042Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993422171Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993429432Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.99343547Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.99344156Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993447636Z level=info msg="Path Home" path=/usr/share/grafana 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993453491Z level=info msg="Path Data" path=/var/lib/grafana 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993459659Z level=info msg="Path Logs" path=/var/log/grafana 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.99346524Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2023-09-30T09:14:58.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993474999Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=settings t=2023-09-30T09:14:57.993480963Z level=info msg="App mode production" 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=sqlstore t=2023-09-30T09:14:57.993528766Z level=info msg="Connecting to DB" dbtype=sqlite3 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=sqlstore t=2023-09-30T09:14:57.993545456Z 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----- 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=migrator t=2023-09-30T09:14:58.007473806Z level=info msg="Starting DB migrations" 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=migrator t=2023-09-30T09:14:58.012532931Z level=info msg="migrations completed" performed=0 skipped=481 duration=514.22µs 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=sqlstore t=2023-09-30T09:14:58.012917261Z level=info msg="Created default organization" 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=plugin.loader t=2023-09-30T09:14:58.071264666Z level=info msg="Plugin registered" pluginID=input 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=plugin.loader t=2023-09-30T09:14:58.100455387Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=plugin.loader t=2023-09-30T09:14:58.100488613Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=secrets t=2023-09-30T09:14:58.100526152Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=query_data t=2023-09-30T09:14:58.102234692Z level=info msg="Query Service initialization" 2023-09-30T09:14:58.465 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=live.push_http t=2023-09-30T09:14:58.104776839Z level=info msg="Live Push Gateway initialization" 2023-09-30T09:14:58.515 INFO:tasks.rados.rados.0.smithi118.stdout:2261: done (4 left) 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2262: delete oid 15 current snap is 216 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2255: finishing write tid 1 to smithi118168640-22 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2255: finishing write tid 2 to smithi118168640-22 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2255: finishing write tid 3 to smithi118168640-22 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2255: finishing write tid 4 to smithi118168640-22 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2255: finishing write tid 5 to smithi118168640-22 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2255: finishing write tid 6 to smithi118168640-22 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 607 (ObjNum 697 snap 216 seq_num 697) dirty exists 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2255: left oid 22 (ObjNum 697 snap 216 seq_num 697) 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2256: finishing write tid 1 to smithi118168640-39 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2256: finishing write tid 2 to smithi118168640-39 2023-09-30T09:14:58.516 INFO:tasks.rados.rados.0.smithi118.stdout:2256: finishing write tid 3 to smithi118168640-39 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:2256: finishing write tid 4 to smithi118168640-39 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:2256: finishing write tid 5 to smithi118168640-39 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:2256: finishing write tid 6 to smithi118168640-39 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 842 (ObjNum 698 snap 216 seq_num 698) dirty exists 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:2256: left oid 39 (ObjNum 698 snap 216 seq_num 698) 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 871 (ObjNum 1441 snap 0 seq_num 3858944112) dirty exists 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:2260: finishing rollback tid 0 to smithi118168640-20 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:2260: finishing rollback tid 1 to smithi118168640-20 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:2260: finishing rollback tid 2 to smithi118168640-20 2023-09-30T09:14:58.517 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 616 (ObjNum 629 snap 186 seq_num 629) dirty exists 2023-09-30T09:14:58.521 INFO:tasks.rados.rados.0.smithi118.stdout:2255: done (4 left) 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2256: done (3 left) 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2258: done (2 left) 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2260: done (1 left) 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2262: done (0 left) 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2263: read oid 50 snap -1 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2263: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2264: copy_from oid 31 from oid 6 current snap is 216 2023-09-30T09:14:58.522 INFO:tasks.rados.rados.0.smithi118.stdout:2265: delete oid 5 current snap is 216 2023-09-30T09:14:58.526 INFO:tasks.rados.rados.0.smithi118.stdout:2265: done (2 left) 2023-09-30T09:14:58.526 INFO:tasks.rados.rados.0.smithi118.stdout:2266: read oid 24 snap -1 2023-09-30T09:14:58.526 INFO:tasks.rados.rados.0.smithi118.stdout:2266: expect (ObjNum 690 snap 212 seq_num 690) 2023-09-30T09:14:58.526 INFO:tasks.rados.rados.0.smithi118.stdout:2267: read oid 35 snap -1 2023-09-30T09:14:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2267: expect deleted 2023-09-30T09:14:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 216 2023-09-30T09:14:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2268: seq_num 701 ranges {8691712=548864,9240576=696320,9936896=540672,10477568=368640} 2023-09-30T09:14:58.576 INFO:tasks.rados.rados.0.smithi118.stdout:2268: writing smithi118168640-20 from 8691712 to 9240576 tid 1 2023-09-30T09:14:58.580 INFO:tasks.rados.rados.0.smithi118.stdout:2268: writing smithi118168640-20 from 9240576 to 9936896 tid 2 2023-09-30T09:14:58.583 INFO:tasks.rados.rados.0.smithi118.stdout:2268: writing smithi118168640-20 from 9936896 to 10477568 tid 3 2023-09-30T09:14:58.585 INFO:tasks.rados.rados.0.smithi118.stdout:2268: writing smithi118168640-20 from 10477568 to 10846208 tid 4 2023-09-30T09:14:58.586 INFO:tasks.rados.rados.0.smithi118.stdout:2269: delete oid 48 current snap is 216 2023-09-30T09:14:58.589 INFO:tasks.rados.rados.0.smithi118.stdout:2263: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:14:58.608 INFO:tasks.rados.rados.0.smithi118.stdout:2266: expect (ObjNum 690 snap 212 seq_num 690) 2023-09-30T09:14:58.697 INFO:tasks.rados.rados.0.smithi118.stdout:2264: finishing copy_from racing read to smithi118168640-31 2023-09-30T09:14:58.697 INFO:tasks.rados.rados.0.smithi118.stdout:2264: finishing copy_from to smithi118168640-31 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 880 (ObjNum 692 snap 213 seq_num 692) dirty exists 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2268: finishing write tid 1 to smithi118168640-20 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2268: finishing write tid 2 to smithi118168640-20 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2268: finishing write tid 3 to smithi118168640-20 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2268: finishing write tid 4 to smithi118168640-20 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2268: finishing write tid 5 to smithi118168640-20 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2268: finishing write tid 6 to smithi118168640-20 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 624 (ObjNum 701 snap 216 seq_num 701) dirty exists 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2268: left oid 20 (ObjNum 701 snap 216 seq_num 701) 2023-09-30T09:14:58.698 INFO:tasks.rados.rados.0.smithi118.stdout:2263: done (5 left) 2023-09-30T09:14:58.699 INFO:tasks.rados.rados.0.smithi118.stdout:2264: done (4 left) 2023-09-30T09:14:58.699 INFO:tasks.rados.rados.0.smithi118.stdout:2266: done (3 left) 2023-09-30T09:14:58.699 INFO:tasks.rados.rados.0.smithi118.stdout:2267: done (2 left) 2023-09-30T09:14:58.699 INFO:tasks.rados.rados.0.smithi118.stdout:2268: done (1 left) 2023-09-30T09:14:58.699 INFO:tasks.rados.rados.0.smithi118.stdout:2269: done (0 left) 2023-09-30T09:14:58.699 INFO:tasks.rados.rados.0.smithi118.stdout:2270: snap_remove snap 203 2023-09-30T09:14:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[185516]: osdmap e501: 8 total, 8 up, 8 in 2023-09-30T09:14:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[182959]: osdmap e501: 8 total, 8 up, 8 in 2023-09-30T09:14:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:58.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:58.897 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-mon[180220]: osdmap e501: 8 total, 8 up, 8 in 2023-09-30T09:14:58.897 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:58.897 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:14:58.897 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:14:59.213 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=infra.usagestats.collector t=2023-09-30T09:14:58.89607386Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2023-09-30T09:14:59.213 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=provisioning.datasources t=2023-09-30T09:14:58.984947993Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=provisioning.datasources t=2023-09-30T09:14:58.984993512Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=provisioning.datasources t=2023-09-30T09:14:58.996388593Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=provisioning.alerting t=2023-09-30T09:14:59.07671733Z level=info msg="starting to provision alerting" 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=provisioning.alerting t=2023-09-30T09:14:59.076742092Z level=info msg="finished to provision alerting" 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=grafanaStorageLogger t=2023-09-30T09:14:59.076909774Z level=info msg="storage starting" 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=ngalert.state.manager t=2023-09-30T09:14:59.07722568Z level=info msg="Warming state cache for startup" 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=http.server t=2023-09-30T09:14:59.078843299Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2023-09-30T09:14:59.214 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=ngalert.state.manager t=2023-09-30T09:14:59.088271945Z level=info msg="State cache has been initialized" states=0 duration=11.044849ms 2023-09-30T09:14:59.215 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=ticker t=2023-09-30T09:14:59.088363965Z level=info msg=starting first_tick=2023-09-30T09:15:00Z 2023-09-30T09:14:59.215 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=ngalert.multiorg.alertmanager t=2023-09-30T09:14:59.088353317Z level=info msg="starting MultiOrg Alertmanager" 2023-09-30T09:14:59.520 INFO:tasks.rados.rados.0.smithi118.stdout:2270: done (0 left) 2023-09-30T09:14:59.545 INFO:tasks.rados.rados.0.smithi118.stdout:2271: snap_create 2023-09-30T09:14:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:59 smithi118 ceph-mon[182959]: osdmap e502: 8 total, 8 up, 8 in 2023-09-30T09:15:00.086 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:14:59 smithi118 ceph-mon[182959]: pgmap v463: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 157 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 310 KiB/s wr, 6 op/s 2023-09-30T09:15:00.088 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:59 smithi118 ceph-mon[185516]: osdmap e502: 8 total, 8 up, 8 in 2023-09-30T09:15:00.088 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:14:59 smithi118 ceph-mon[185516]: pgmap v463: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 157 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 310 KiB/s wr, 6 op/s 2023-09-30T09:15:00.088 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 09:14:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T09:14:59.538Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003187505s 2023-09-30T09:15:00.089 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-mon[180220]: osdmap e502: 8 total, 8 up, 8 in 2023-09-30T09:15:00.089 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:14:59 smithi192 ceph-mon[180220]: pgmap v463: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 157 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 310 KiB/s wr, 6 op/s 2023-09-30T09:15:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:14:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:14:59] "GET /metrics HTTP/1.1" 200 36186 "" "Prometheus/2.43.0" 2023-09-30T09:15:00.524 INFO:tasks.rados.rados.0.smithi118.stdout:2271: done (0 left) 2023-09-30T09:15:00.525 INFO:tasks.rados.rados.0.smithi118.stdout:2272: snap_remove snap 200 2023-09-30T09:15:00.672 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:15:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:00 smithi118 ceph-mon[182959]: osdmap e503: 8 total, 8 up, 8 in 2023-09-30T09:15:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:00 smithi118 ceph-mon[185516]: osdmap e503: 8 total, 8 up, 8 in 2023-09-30T09:15:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:00 smithi192 ceph-mon[180220]: osdmap e503: 8 total, 8 up, 8 in 2023-09-30T09:15:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:00.978 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:15:00.978 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (11s) - 8m 15.6M - 0.25.0 c8568f914cd2 70f838dd9a58 2023-09-30T09:15:00.978 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (3s) - 8m 40.9M - 9.4.7 2c41d148cca3 ead2566c03bc 2023-09-30T09:15:00.978 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (58s) - 9m 17.7M - 18.0.0-6447-g1d10b717 dda7fab67785 5266f64ca4ee 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (40s) - 9m 13.7M - 18.0.0-6447-g1d10b717 dda7fab67785 7346a6b574f1 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (5m) - 11m 450M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (5m) - 13m 522M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (5m) - 13m 116M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (4m) - 12m 77.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (5m) - 12m 83.4M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (32s) - 8m 9114k - 1.5.0 0da6a335fe13 4714837d7cfa 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (29s) - 8m 8992k - 1.5.0 0da6a335fe13 cafcb29c788c 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (4m) - 11m 578M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (3m) - 11m 517M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:15:00.979 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (3m) - 11m 413M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:15:00.980 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (3m) - 10m 244M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 9ee3b875f0e6 2023-09-30T09:15:00.980 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (2m) - 10m 408M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 4dad2c67e17a 2023-09-30T09:15:00.980 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (2m) - 10m 427M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b1b3e45b225a 2023-09-30T09:15:00.980 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (99s) - 10m 251M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 8098e6a4bd5a 2023-09-30T09:15:00.980 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (71s) - 9m 244M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c6df0fb27277 2023-09-30T09:15:00.980 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (20s) - 9m 47.7M - 2.43.0 a07b618ecd1d 7e8fe0ec05e5 2023-09-30T09:15:01.354 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:15:01.354 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:15:01.354 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:15:01.354 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:01.354 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 8 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 15 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:15:01.355 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:15:01.485 INFO:tasks.rados.rados.0.smithi118.stdout:2272: done (0 left) 2023-09-30T09:15:01.485 INFO:tasks.rados.rados.0.smithi118.stdout:2273: setattr oid 43 current snap is 217 2023-09-30T09:15:01.490 INFO:tasks.rados.rados.0.smithi118.stdout:2274: setattr oid 29 current snap is 217 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2275: rmattr oid 12 current snap is 217 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2275: done (2 left) 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2276: read oid 3 snap -1 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2276: expect deleted 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2277: copy_from oid 15 from oid 24 current snap is 217 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2278: read oid 32 snap 204 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2278: expect (ObjNum 661 snap 199 seq_num 661) 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2279: read oid 42 snap -1 2023-09-30T09:15:01.491 INFO:tasks.rados.rados.0.smithi118.stdout:2279: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:15:01.492 INFO:tasks.rados.rados.0.smithi118.stdout:2280: read oid 13 snap -1 2023-09-30T09:15:01.492 INFO:tasks.rados.rados.0.smithi118.stdout:2280: expect (ObjNum 678 snap 204 seq_num 678) 2023-09-30T09:15:01.492 INFO:tasks.rados.rados.0.smithi118.stdout:2281: rollback oid 49 current snap is 217 2023-09-30T09:15:01.492 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 49 to 212 2023-09-30T09:15:01.492 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 217 2023-09-30T09:15:01.492 INFO:tasks.rados.rados.0.smithi118.stdout:2282: seq_num 703 ranges {6316032=581632,6897664=458752,7356416=557056,7913472=417792,8331264=172032} 2023-09-30T09:15:01.528 INFO:tasks.rados.rados.0.smithi118.stdout:2282: writing smithi118168640-30 from 6316032 to 6897664 tid 1 2023-09-30T09:15:01.531 INFO:tasks.rados.rados.0.smithi118.stdout:2282: writing smithi118168640-30 from 6897664 to 7356416 tid 2 2023-09-30T09:15:01.534 INFO:tasks.rados.rados.0.smithi118.stdout:2282: writing smithi118168640-30 from 7356416 to 7913472 tid 3 2023-09-30T09:15:01.537 INFO:tasks.rados.rados.0.smithi118.stdout:2282: writing smithi118168640-30 from 7913472 to 8331264 tid 4 2023-09-30T09:15:01.538 INFO:tasks.rados.rados.0.smithi118.stdout:2282: writing smithi118168640-30 from 8331264 to 8503296 tid 5 2023-09-30T09:15:01.538 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 217 2023-09-30T09:15:01.538 INFO:tasks.rados.rados.0.smithi118.stdout:2283: seq_num 704 ranges {0=598016,598016=745472,1343488=712704,2056192=147456} 2023-09-30T09:15:01.542 INFO:tasks.rados.rados.0.smithi118.stdout:2283: writing smithi118168640-47 from 0 to 598016 tid 1 2023-09-30T09:15:01.546 INFO:tasks.rados.rados.0.smithi118.stdout:2283: writing smithi118168640-47 from 598016 to 1343488 tid 2 2023-09-30T09:15:01.550 INFO:tasks.rados.rados.0.smithi118.stdout:2283: writing smithi118168640-47 from 1343488 to 2056192 tid 3 2023-09-30T09:15:01.551 INFO:tasks.rados.rados.0.smithi118.stdout:2283: writing smithi118168640-47 from 2056192 to 2203648 tid 4 2023-09-30T09:15:01.552 INFO:tasks.rados.rados.0.smithi118.stdout:2284: read oid 35 snap -1 2023-09-30T09:15:01.552 INFO:tasks.rados.rados.0.smithi118.stdout:2284: expect deleted 2023-09-30T09:15:01.552 INFO:tasks.rados.rados.0.smithi118.stdout:2285: snap_create 2023-09-30T09:15:01.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 878 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:15:01.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 876 (ObjNum 685 snap 205 seq_num 685) dirty exists 2023-09-30T09:15:01.552 INFO:tasks.rados.rados.0.smithi118.stdout:2279: expect (ObjNum 623 snap 185 seq_num 623) 2023-09-30T09:15:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: osdmap e504: 8 total, 8 up, 8 in 2023-09-30T09:15:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:01.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: from='client.44312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:01.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: pgmap v466: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.8 MiB/s wr, 7 op/s 2023-09-30T09:15:01.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: from='client.44318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:01.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/4078778692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:01.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:01 smithi192 ceph-mon[180220]: osdmap e505: 8 total, 8 up, 8 in 2023-09-30T09:15:01.732 INFO:tasks.rados.rados.0.smithi118.stdout:2281: finishing rollback tid 0 to smithi118168640-49 2023-09-30T09:15:01.732 INFO:tasks.rados.rados.0.smithi118.stdout:2281: finishing rollback tid 1 to smithi118168640-49 2023-09-30T09:15:01.732 INFO:tasks.rados.rados.0.smithi118.stdout:2281: finishing rollback tid 2 to smithi118168640-49 2023-09-30T09:15:01.732 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 883 (ObjNum 660 snap 198 seq_num 660) dirty exists 2023-09-30T09:15:01.733 INFO:tasks.rados.rados.0.smithi118.stdout:2277: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:15:01.733 INFO:tasks.rados.rados.0.smithi118.stdout:2280: expect (ObjNum 678 snap 204 seq_num 678) 2023-09-30T09:15:01.842 INFO:tasks.rados.rados.0.smithi118.stdout:2278: expect (ObjNum 661 snap 199 seq_num 661) 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: osdmap e504: 8 total, 8 up, 8 in 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: from='client.44312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: pgmap v466: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.8 MiB/s wr, 7 op/s 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: from='client.44318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/4078778692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[185516]: osdmap e505: 8 total, 8 up, 8 in 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: osdmap e504: 8 total, 8 up, 8 in 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: from='client.44312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: pgmap v466: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 162 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.8 MiB/s wr, 7 op/s 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: from='client.44318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/4078778692' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:01 smithi118 ceph-mon[182959]: osdmap e505: 8 total, 8 up, 8 in 2023-09-30T09:15:01.930 INFO:tasks.rados.rados.0.smithi118.stdout:2277: finishing copy_from to smithi118168640-15 2023-09-30T09:15:01.930 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 983 (ObjNum 690 snap 212 seq_num 690) dirty exists 2023-09-30T09:15:01.930 INFO:tasks.rados.rados.0.smithi118.stdout:2282: finishing write tid 1 to smithi118168640-30 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2282: finishing write tid 2 to smithi118168640-30 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2282: finishing write tid 3 to smithi118168640-30 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2282: finishing write tid 4 to smithi118168640-30 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2282: finishing write tid 5 to smithi118168640-30 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2282: finishing write tid 6 to smithi118168640-30 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2282: finishing write tid 7 to smithi118168640-30 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 882 (ObjNum 703 snap 217 seq_num 703) dirty exists 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2282: left oid 30 (ObjNum 703 snap 217 seq_num 703) 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2283: finishing write tid 1 to smithi118168640-47 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2283: finishing write tid 2 to smithi118168640-47 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2283: finishing write tid 3 to smithi118168640-47 2023-09-30T09:15:01.931 INFO:tasks.rados.rados.0.smithi118.stdout:2283: finishing write tid 4 to smithi118168640-47 2023-09-30T09:15:01.932 INFO:tasks.rados.rados.0.smithi118.stdout:2283: finishing write tid 5 to smithi118168640-47 2023-09-30T09:15:01.932 INFO:tasks.rados.rados.0.smithi118.stdout:2283: finishing write tid 6 to smithi118168640-47 2023-09-30T09:15:01.932 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 998 (ObjNum 704 snap 217 seq_num 704) dirty exists 2023-09-30T09:15:01.932 INFO:tasks.rados.rados.0.smithi118.stdout:2283: left oid 47 (ObjNum 704 snap 217 seq_num 704) 2023-09-30T09:15:02.532 INFO:tasks.rados.rados.0.smithi118.stdout:2273: done (11 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2274: done (10 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2276: done (9 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2277: done (8 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2278: done (7 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2279: done (6 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2280: done (5 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2281: done (4 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2282: done (3 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2283: done (2 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2284: done (1 left) 2023-09-30T09:15:02.533 INFO:tasks.rados.rados.0.smithi118.stdout:2285: done (0 left) 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2286: read oid 40 snap 210 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2286: expect deleted 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2287: read oid 23 snap 212 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2287: expect (ObjNum -971853264 snap 22003 seq_num 3623922240) 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2288: read oid 38 snap -1 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2288: expect deleted 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2289: rmattr oid 24 current snap is 218 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2289: done (3 left) 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2290: read oid 2 snap 216 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2290: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:02.534 INFO:tasks.rados.rados.0.smithi118.stdout:2291: rollback oid 17 current snap is 218 2023-09-30T09:15:02.535 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 212 2023-09-30T09:15:02.535 INFO:tasks.rados.rados.0.smithi118.stdout:2292: copy_from oid 16 from oid 9 current snap is 218 2023-09-30T09:15:02.535 INFO:tasks.rados.rados.0.smithi118.stdout:2293: snap_remove snap 204 2023-09-30T09:15:03.538 INFO:tasks.rados.rados.0.smithi118.stdout:2293: done (6 left) 2023-09-30T09:15:03.539 INFO:tasks.rados.rados.0.smithi118.stdout:2294: read oid 26 snap -1 2023-09-30T09:15:03.539 INFO:tasks.rados.rados.0.smithi118.stdout:2294: expect (ObjNum 634 snap 187 seq_num 634) 2023-09-30T09:15:03.539 INFO:tasks.rados.rados.0.smithi118.stdout:2295: rollback oid 10 current snap is 218 2023-09-30T09:15:03.539 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 208 2023-09-30T09:15:03.539 INFO:tasks.rados.rados.0.smithi118.stdout:2296: delete oid 19 current snap is 218 2023-09-30T09:15:03.540 INFO:tasks.rados.rados.0.smithi118.stdout:2287: expect (ObjNum -971853264 snap 22003 seq_num 3623922240) 2023-09-30T09:15:03.552 INFO:tasks.rados.rados.0.smithi118.stdout:2292: finishing copy_from to smithi118168640-16 2023-09-30T09:15:03.552 INFO:tasks.rados.rados.0.smithi118.stdout:2292: got expected ENOENT (src dne) 2023-09-30T09:15:03.552 INFO:tasks.rados.rados.0.smithi118.stdout:2292: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:15:03.552 INFO:tasks.rados.rados.0.smithi118.stdout:2291: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:15:03.553 INFO:tasks.rados.rados.0.smithi118.stdout:2291: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:15:03.553 INFO:tasks.rados.rados.0.smithi118.stdout:2291: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:15:03.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 991 (ObjNum 689 snap 208 seq_num 689) dirty exists 2023-09-30T09:15:03.553 INFO:tasks.rados.rados.0.smithi118.stdout:2290: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:03.583 INFO:tasks.rados.rados.0.smithi118.stdout:2295: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:15:03.584 INFO:tasks.rados.rados.0.smithi118.stdout:2295: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:15:03.584 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 873 (ObjNum 1729 snap 0 seq_num 3858944192) dirty dne 2023-09-30T09:15:03.584 INFO:tasks.rados.rados.0.smithi118.stdout:2294: expect (ObjNum 634 snap 187 seq_num 634) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2286: done (8 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2287: done (7 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2288: done (6 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2290: done (5 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2291: done (4 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2292: done (3 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2294: done (2 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2295: done (1 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2296: done (0 left) 2023-09-30T09:15:03.609 INFO:tasks.rados.rados.0.smithi118.stdout:2297: delete oid 47 current snap is 218 2023-09-30T09:15:03.610 INFO:tasks.rados.rados.0.smithi118.stdout:2297: done (0 left) 2023-09-30T09:15:03.610 INFO:tasks.rados.rados.0.smithi118.stdout:2298: read oid 20 snap -1 2023-09-30T09:15:03.610 INFO:tasks.rados.rados.0.smithi118.stdout:2298: expect (ObjNum 701 snap 216 seq_num 701) 2023-09-30T09:15:03.610 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 218 2023-09-30T09:15:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2299: seq_num 707 ranges {1196032=647168,1843200=802816,2646016=532480,3178496=270336} 2023-09-30T09:15:03.621 INFO:tasks.rados.rados.0.smithi118.stdout:2299: writing smithi118168640-4 from 1196032 to 1843200 tid 1 2023-09-30T09:15:03.625 INFO:tasks.rados.rados.0.smithi118.stdout:2299: writing smithi118168640-4 from 1843200 to 2646016 tid 2 2023-09-30T09:15:03.629 INFO:tasks.rados.rados.0.smithi118.stdout:2299: writing smithi118168640-4 from 2646016 to 3178496 tid 3 2023-09-30T09:15:03.631 INFO:tasks.rados.rados.0.smithi118.stdout:2299: writing smithi118168640-4 from 3178496 to 3448832 tid 4 2023-09-30T09:15:03.631 INFO:tasks.rados.rados.0.smithi118.stdout:2300: rollback oid 15 current snap is 218 2023-09-30T09:15:03.631 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 206 2023-09-30T09:15:03.631 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 218 2023-09-30T09:15:03.632 INFO:tasks.rados.rados.0.smithi118.stdout:2301: seq_num 708 ranges {0=663552,663552=737280,1400832=696320,2097152=172032} 2023-09-30T09:15:03.634 INFO:tasks.rados.rados.0.smithi118.stdout:2301: writing smithi118168640-36 from 0 to 663552 tid 1 2023-09-30T09:15:03.639 INFO:tasks.rados.rados.0.smithi118.stdout:2301: writing smithi118168640-36 from 663552 to 1400832 tid 2 2023-09-30T09:15:03.643 INFO:tasks.rados.rados.0.smithi118.stdout:2301: writing smithi118168640-36 from 1400832 to 2097152 tid 3 2023-09-30T09:15:03.645 INFO:tasks.rados.rados.0.smithi118.stdout:2301: writing smithi118168640-36 from 2097152 to 2269184 tid 4 2023-09-30T09:15:03.645 INFO:tasks.rados.rados.0.smithi118.stdout:2302: snap_create 2023-09-30T09:15:03.645 INFO:tasks.rados.rados.0.smithi118.stdout:2299: finishing write tid 1 to smithi118168640-4 2023-09-30T09:15:03.645 INFO:tasks.rados.rados.0.smithi118.stdout:2299: finishing write tid 2 to smithi118168640-4 2023-09-30T09:15:03.646 INFO:tasks.rados.rados.0.smithi118.stdout:2299: finishing write tid 3 to smithi118168640-4 2023-09-30T09:15:03.646 INFO:tasks.rados.rados.0.smithi118.stdout:2299: finishing write tid 4 to smithi118168640-4 2023-09-30T09:15:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:2299: finishing write tid 5 to smithi118168640-4 2023-09-30T09:15:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:2299: finishing write tid 6 to smithi118168640-4 2023-09-30T09:15:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 887 (ObjNum 707 snap 218 seq_num 707) dirty exists 2023-09-30T09:15:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:2299: left oid 4 (ObjNum 707 snap 218 seq_num 707) 2023-09-30T09:15:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:2301: finishing write tid 1 to smithi118168640-36 2023-09-30T09:15:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:2301: finishing write tid 2 to smithi118168640-36 2023-09-30T09:15:03.650 INFO:tasks.rados.rados.0.smithi118.stdout:2298: expect (ObjNum 701 snap 216 seq_num 701) 2023-09-30T09:15:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: osdmap e506: 8 total, 8 up, 8 in 2023-09-30T09:15:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: pgmap v469: 121 pgs: 1 active+clean+snaptrim_wait, 1 active+clean+snaptrim, 119 active+clean; 164 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 9 op/s 2023-09-30T09:15:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: osdmap e506: 8 total, 8 up, 8 in 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: pgmap v469: 121 pgs: 1 active+clean+snaptrim_wait, 1 active+clean+snaptrim, 119 active+clean; 164 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 9 op/s 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:15:03.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.850 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-30T09:15:03.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-30T09:15:03.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-09-30T09:15:03.853 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-30T09:15:03.854 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-30T09:15:03.855 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.857 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.858 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.859 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: osdmap e506: 8 total, 8 up, 8 in 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: pgmap v469: 121 pgs: 1 active+clean+snaptrim_wait, 1 active+clean+snaptrim, 119 active+clean; 164 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 2.2 MiB/s rd, 2.0 MiB/s wr, 9 op/s 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-30T09:15:03.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-09-30T09:15:03.967 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-30T09:15:03.968 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:15:03.969 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:04.575 INFO:tasks.rados.rados.0.smithi118.stdout:2300: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:15:04.575 INFO:tasks.rados.rados.0.smithi118.stdout:2300: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 985 (ObjNum 833 snap 0 seq_num 3323514608) dirty dne 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2301: finishing write tid 3 to smithi118168640-36 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2301: finishing write tid 4 to smithi118168640-36 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2301: finishing write tid 5 to smithi118168640-36 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2301: finishing write tid 6 to smithi118168640-36 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 985 (ObjNum 708 snap 218 seq_num 708) dirty exists 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2301: left oid 36 (ObjNum 708 snap 218 seq_num 708) 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2298: done (4 left) 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2299: done (3 left) 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2300: done (2 left) 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2301: done (1 left) 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2302: done (0 left) 2023-09-30T09:15:04.576 INFO:tasks.rados.rados.0.smithi118.stdout:2303: snap_remove snap 205 2023-09-30T09:15:04.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[185516]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:15:04.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[185516]: Upgrade: Finalizing container_image settings 2023-09-30T09:15:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[185516]: Upgrade: Complete! 2023-09-30T09:15:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[185516]: osdmap e507: 8 total, 8 up, 8 in 2023-09-30T09:15:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[182959]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:15:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[182959]: Upgrade: Finalizing container_image settings 2023-09-30T09:15:04.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[182959]: Upgrade: Complete! 2023-09-30T09:15:04.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[182959]: osdmap e507: 8 total, 8 up, 8 in 2023-09-30T09:15:04.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:04.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:04 smithi192 ceph-mon[180220]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-30T09:15:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:04 smithi192 ceph-mon[180220]: Upgrade: Finalizing container_image settings 2023-09-30T09:15:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:04 smithi192 ceph-mon[180220]: Upgrade: Complete! 2023-09-30T09:15:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:04 smithi192 ceph-mon[180220]: osdmap e507: 8 total, 8 up, 8 in 2023-09-30T09:15:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:15:05.552 INFO:tasks.rados.rados.0.smithi118.stdout:2303: done (0 left) 2023-09-30T09:15:05.552 INFO:tasks.rados.rados.0.smithi118.stdout:2304: rmattr oid 25 current snap is 219 2023-09-30T09:15:05.553 INFO:tasks.rados.rados.0.smithi118.stdout:2305: read oid 26 snap -1 2023-09-30T09:15:05.553 INFO:tasks.rados.rados.0.smithi118.stdout:2305: expect (ObjNum 634 snap 187 seq_num 634) 2023-09-30T09:15:05.553 INFO:tasks.rados.rados.0.smithi118.stdout:2306: delete oid 30 current snap is 219 2023-09-30T09:15:05.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 0 (ObjNum 3617 snap 0 seq_num 3322901776) dirty dne 2023-09-30T09:15:05.563 INFO:tasks.rados.rados.0.smithi118.stdout:2304: done (2 left) 2023-09-30T09:15:05.563 INFO:tasks.rados.rados.0.smithi118.stdout:2306: done (1 left) 2023-09-30T09:15:05.563 INFO:tasks.rados.rados.0.smithi118.stdout:2307: rollback oid 22 current snap is 219 2023-09-30T09:15:05.563 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 218 2023-09-30T09:15:05.563 INFO:tasks.rados.rados.0.smithi118.stdout:2308: snap_remove snap 210 2023-09-30T09:15:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:05 smithi118 ceph-mon[185516]: osdmap e508: 8 total, 8 up, 8 in 2023-09-30T09:15:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:05 smithi118 ceph-mon[185516]: pgmap v472: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 160 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.8 MiB/s wr, 19 op/s 2023-09-30T09:15:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:05 smithi118 ceph-mon[182959]: osdmap e508: 8 total, 8 up, 8 in 2023-09-30T09:15:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:05 smithi118 ceph-mon[182959]: pgmap v472: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 160 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.8 MiB/s wr, 19 op/s 2023-09-30T09:15:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:05 smithi192 ceph-mon[180220]: osdmap e508: 8 total, 8 up, 8 in 2023-09-30T09:15:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:05 smithi192 ceph-mon[180220]: pgmap v472: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 160 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.8 MiB/s wr, 19 op/s 2023-09-30T09:15:06.487 INFO:tasks.rados.rados.0.smithi118.stdout:2308: done (2 left) 2023-09-30T09:15:06.487 INFO:tasks.rados.rados.0.smithi118.stdout:2309: copy_from oid 37 from oid 45 current snap is 219 2023-09-30T09:15:06.492 INFO:tasks.rados.rados.0.smithi118.stdout:2310: read oid 10 snap -1 2023-09-30T09:15:06.492 INFO:tasks.rados.rados.0.smithi118.stdout:2310: expect deleted 2023-09-30T09:15:06.492 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 219 2023-09-30T09:15:06.493 INFO:tasks.rados.rados.0.smithi118.stdout:2311: seq_num 710 ranges {0=696320,696320=499712,1196032=712704,1908736=393216} 2023-09-30T09:15:06.493 INFO:tasks.rados.rados.0.smithi118.stdout:2311: writing smithi118168640-40 from 0 to 696320 tid 1 2023-09-30T09:15:06.495 INFO:tasks.rados.rados.0.smithi118.stdout:2311: writing smithi118168640-40 from 696320 to 1196032 tid 2 2023-09-30T09:15:06.500 INFO:tasks.rados.rados.0.smithi118.stdout:2311: writing smithi118168640-40 from 1196032 to 1908736 tid 3 2023-09-30T09:15:06.503 INFO:tasks.rados.rados.0.smithi118.stdout:2311: writing smithi118168640-40 from 1908736 to 2301952 tid 4 2023-09-30T09:15:06.503 INFO:tasks.rados.rados.0.smithi118.stdout:2312: snap_remove snap 206 2023-09-30T09:15:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:06 smithi118 ceph-mon[182959]: osdmap e509: 8 total, 8 up, 8 in 2023-09-30T09:15:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:06 smithi118 ceph-mon[182959]: osdmap e510: 8 total, 8 up, 8 in 2023-09-30T09:15:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:06 smithi118 ceph-mon[185516]: osdmap e509: 8 total, 8 up, 8 in 2023-09-30T09:15:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:06 smithi118 ceph-mon[185516]: osdmap e510: 8 total, 8 up, 8 in 2023-09-30T09:15:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:06 smithi192 ceph-mon[180220]: osdmap e509: 8 total, 8 up, 8 in 2023-09-30T09:15:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:06 smithi192 ceph-mon[180220]: osdmap e510: 8 total, 8 up, 8 in 2023-09-30T09:15:07.498 INFO:tasks.rados.rados.0.smithi118.stdout:2312: done (5 left) 2023-09-30T09:15:07.498 INFO:tasks.rados.rados.0.smithi118.stdout:2313: copy_from oid 47 from oid 15 current snap is 219 2023-09-30T09:15:07.503 INFO:tasks.rados.rados.0.smithi118.stdout:2314: read oid 50 snap -1 2023-09-30T09:15:07.503 INFO:tasks.rados.rados.0.smithi118.stdout:2314: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:15:07.504 INFO:tasks.rados.rados.0.smithi118.stdout:2315: read oid 21 snap -1 2023-09-30T09:15:07.504 INFO:tasks.rados.rados.0.smithi118.stdout:2315: expect (ObjNum 662 snap 199 seq_num 662) 2023-09-30T09:15:07.504 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 219 2023-09-30T09:15:07.504 INFO:tasks.rados.rados.0.smithi118.stdout:2316: seq_num 711 ranges {0=712704,712704=786432,1499136=516096,2015232=303104} 2023-09-30T09:15:07.504 INFO:tasks.rados.rados.0.smithi118.stdout:2316: writing smithi118168640-35 from 0 to 712704 tid 1 2023-09-30T09:15:07.508 INFO:tasks.rados.rados.0.smithi118.stdout:2316: writing smithi118168640-35 from 712704 to 1499136 tid 2 2023-09-30T09:15:07.511 INFO:tasks.rados.rados.0.smithi118.stdout:2316: writing smithi118168640-35 from 1499136 to 2015232 tid 3 2023-09-30T09:15:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:2316: writing smithi118168640-35 from 2015232 to 2318336 tid 4 2023-09-30T09:15:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:2317: rollback oid 3 current snap is 219 2023-09-30T09:15:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 208 2023-09-30T09:15:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:2318: snap_remove snap 216 2023-09-30T09:15:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:07 smithi118 ceph-mon[182959]: pgmap v475: 121 pgs: 121 active+clean; 161 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.4 MiB/s wr, 24 op/s 2023-09-30T09:15:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:07 smithi118 ceph-mon[182959]: osdmap e511: 8 total, 8 up, 8 in 2023-09-30T09:15:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:07 smithi118 ceph-mon[185516]: pgmap v475: 121 pgs: 121 active+clean; 161 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.4 MiB/s wr, 24 op/s 2023-09-30T09:15:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:07 smithi118 ceph-mon[185516]: osdmap e511: 8 total, 8 up, 8 in 2023-09-30T09:15:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:07 smithi192 ceph-mon[180220]: pgmap v475: 121 pgs: 121 active+clean; 161 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 MiB/s rd, 3.4 MiB/s wr, 24 op/s 2023-09-30T09:15:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:07 smithi192 ceph-mon[180220]: osdmap e511: 8 total, 8 up, 8 in 2023-09-30T09:15:08.499 INFO:tasks.rados.rados.0.smithi118.stdout:2318: done (10 left) 2023-09-30T09:15:08.499 INFO:tasks.rados.rados.0.smithi118.stdout:2319: copy_from oid 29 from oid 23 current snap is 219 2023-09-30T09:15:08.501 INFO:tasks.rados.rados.0.smithi118.stdout:2320: read oid 27 snap -1 2023-09-30T09:15:08.501 INFO:tasks.rados.rados.0.smithi118.stdout:2320: expect (ObjNum 596 snap 174 seq_num 596) 2023-09-30T09:15:08.501 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 219 2023-09-30T09:15:08.502 INFO:tasks.rados.rados.0.smithi118.stdout:2321: seq_num 712 ranges {5832704=729088,6561792=671744,7233536=671744,7905280=262144} 2023-09-30T09:15:08.536 INFO:tasks.rados.rados.0.smithi118.stdout:2321: writing smithi118168640-39 from 5832704 to 6561792 tid 1 2023-09-30T09:15:08.540 INFO:tasks.rados.rados.0.smithi118.stdout:2321: writing smithi118168640-39 from 6561792 to 7233536 tid 2 2023-09-30T09:15:08.544 INFO:tasks.rados.rados.0.smithi118.stdout:2321: writing smithi118168640-39 from 7233536 to 7905280 tid 3 2023-09-30T09:15:08.545 INFO:tasks.rados.rados.0.smithi118.stdout:2321: writing smithi118168640-39 from 7905280 to 8167424 tid 4 2023-09-30T09:15:08.545 INFO:tasks.rados.rados.0.smithi118.stdout:2322: snap_create 2023-09-30T09:15:08.546 INFO:tasks.rados.rados.0.smithi118.stdout:2305: expect (ObjNum 634 snap 187 seq_num 634) 2023-09-30T09:15:08.572 INFO:tasks.rados.rados.0.smithi118.stdout:2307: finishing rollback tid 0 to smithi118168640-22 2023-09-30T09:15:08.572 INFO:tasks.rados.rados.0.smithi118.stdout:2307: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:15:08.572 INFO:tasks.rados.rados.0.smithi118.stdout:2307: finishing rollback tid 2 to smithi118168640-22 2023-09-30T09:15:08.572 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 883 (ObjNum 697 snap 216 seq_num 697) dirty exists 2023-09-30T09:15:08.572 INFO:tasks.rados.rados.0.smithi118.stdout:2309: finishing copy_from racing read to smithi118168640-37 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2309: finishing copy_from to smithi118168640-37 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 565 (ObjNum 362 snap 111 seq_num 362) dirty exists 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2311: finishing write tid 1 to smithi118168640-40 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2311: finishing write tid 2 to smithi118168640-40 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2311: finishing write tid 3 to smithi118168640-40 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2311: finishing write tid 4 to smithi118168640-40 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2311: finishing write tid 5 to smithi118168640-40 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2311: finishing write tid 6 to smithi118168640-40 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 601 (ObjNum 710 snap 219 seq_num 710) dirty exists 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2311: left oid 40 (ObjNum 710 snap 219 seq_num 710) 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2313: finishing copy_from to smithi118168640-47 2023-09-30T09:15:08.573 INFO:tasks.rados.rados.0.smithi118.stdout:2313: got expected ENOENT (src dne) 2023-09-30T09:15:08.574 INFO:tasks.rados.rados.0.smithi118.stdout:2313: finishing copy_from racing read to smithi118168640-47 2023-09-30T09:15:08.574 INFO:tasks.rados.rados.0.smithi118.stdout:2316: finishing write tid 1 to smithi118168640-35 2023-09-30T09:15:08.574 INFO:tasks.rados.rados.0.smithi118.stdout:2314: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:15:08.594 INFO:tasks.rados.rados.0.smithi118.stdout:2317: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:15:08.594 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 0 (ObjNum 353 snap 0 seq_num 3323758192) dirty dne 2023-09-30T09:15:08.594 INFO:tasks.rados.rados.0.smithi118.stdout:2316: finishing write tid 2 to smithi118168640-35 2023-09-30T09:15:08.595 INFO:tasks.rados.rados.0.smithi118.stdout:2316: finishing write tid 3 to smithi118168640-35 2023-09-30T09:15:08.595 INFO:tasks.rados.rados.0.smithi118.stdout:2316: finishing write tid 4 to smithi118168640-35 2023-09-30T09:15:08.595 INFO:tasks.rados.rados.0.smithi118.stdout:2316: finishing write tid 5 to smithi118168640-35 2023-09-30T09:15:08.595 INFO:tasks.rados.rados.0.smithi118.stdout:2316: finishing write tid 6 to smithi118168640-35 2023-09-30T09:15:08.595 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 893 (ObjNum 711 snap 219 seq_num 711) dirty exists 2023-09-30T09:15:08.595 INFO:tasks.rados.rados.0.smithi118.stdout:2316: left oid 35 (ObjNum 711 snap 219 seq_num 711) 2023-09-30T09:15:08.595 INFO:tasks.rados.rados.0.smithi118.stdout:2315: expect (ObjNum 662 snap 199 seq_num 662) 2023-09-30T09:15:08.918 INFO:tasks.rados.rados.0.smithi118.stdout:2320: expect (ObjNum 596 snap 174 seq_num 596) 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2319: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2319: finishing copy_from to smithi118168640-29 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 870 (ObjNum 1937 snap 0 seq_num 3858944240) dirty exists 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2321: finishing write tid 1 to smithi118168640-39 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2321: finishing write tid 2 to smithi118168640-39 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2321: finishing write tid 3 to smithi118168640-39 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2321: finishing write tid 4 to smithi118168640-39 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2321: finishing write tid 5 to smithi118168640-39 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:2321: finishing write tid 6 to smithi118168640-39 2023-09-30T09:15:08.934 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 847 (ObjNum 712 snap 219 seq_num 712) dirty exists 2023-09-30T09:15:08.935 INFO:tasks.rados.rados.0.smithi118.stdout:2321: left oid 39 (ObjNum 712 snap 219 seq_num 712) 2023-09-30T09:15:09.503 INFO:tasks.rados.rados.0.smithi118.stdout:2305: done (13 left) 2023-09-30T09:15:09.503 INFO:tasks.rados.rados.0.smithi118.stdout:2307: done (12 left) 2023-09-30T09:15:09.503 INFO:tasks.rados.rados.0.smithi118.stdout:2309: done (11 left) 2023-09-30T09:15:09.503 INFO:tasks.rados.rados.0.smithi118.stdout:2310: done (10 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2311: done (9 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2313: done (8 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2314: done (7 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2315: done (6 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2316: done (5 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2317: done (4 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2319: done (3 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2320: done (2 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2321: done (1 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2322: done (0 left) 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 220 2023-09-30T09:15:09.504 INFO:tasks.rados.rados.0.smithi118.stdout:2323: seq_num 713 ranges {2318336=745472,3063808=557056,3620864=483328,4104192=565248} 2023-09-30T09:15:09.519 INFO:tasks.rados.rados.0.smithi118.stdout:2323: writing smithi118168640-35 from 2318336 to 3063808 tid 1 2023-09-30T09:15:09.522 INFO:tasks.rados.rados.0.smithi118.stdout:2323: writing smithi118168640-35 from 3063808 to 3620864 tid 2 2023-09-30T09:15:09.525 INFO:tasks.rados.rados.0.smithi118.stdout:2323: writing smithi118168640-35 from 3620864 to 4104192 tid 3 2023-09-30T09:15:09.529 INFO:tasks.rados.rados.0.smithi118.stdout:2323: writing smithi118168640-35 from 4104192 to 4669440 tid 4 2023-09-30T09:15:09.529 INFO:tasks.rados.rados.0.smithi118.stdout:2324: snap_create 2023-09-30T09:15:09.529 INFO:tasks.rados.rados.0.smithi118.stdout:2323: finishing write tid 1 to smithi118168640-35 2023-09-30T09:15:09.529 INFO:tasks.rados.rados.0.smithi118.stdout:2323: finishing write tid 2 to smithi118168640-35 2023-09-30T09:15:09.529 INFO:tasks.rados.rados.0.smithi118.stdout:2323: finishing write tid 3 to smithi118168640-35 2023-09-30T09:15:09.532 INFO:tasks.rados.rados.0.smithi118.stdout:2323: finishing write tid 4 to smithi118168640-35 2023-09-30T09:15:09.532 INFO:tasks.rados.rados.0.smithi118.stdout:2323: finishing write tid 5 to smithi118168640-35 2023-09-30T09:15:09.533 INFO:tasks.rados.rados.0.smithi118.stdout:2323: finishing write tid 6 to smithi118168640-35 2023-09-30T09:15:09.533 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 898 (ObjNum 713 snap 220 seq_num 713) dirty exists 2023-09-30T09:15:09.533 INFO:tasks.rados.rados.0.smithi118.stdout:2323: left oid 35 (ObjNum 713 snap 220 seq_num 713) 2023-09-30T09:15:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:09 smithi118 ceph-mon[182959]: osdmap e512: 8 total, 8 up, 8 in 2023-09-30T09:15:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:09 smithi118 ceph-mon[182959]: pgmap v478: 121 pgs: 121 active+clean; 160 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2023-09-30T09:15:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:09 smithi118 ceph-mon[185516]: osdmap e512: 8 total, 8 up, 8 in 2023-09-30T09:15:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:09 smithi118 ceph-mon[185516]: pgmap v478: 121 pgs: 121 active+clean; 160 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2023-09-30T09:15:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:09 smithi192 ceph-mon[180220]: osdmap e512: 8 total, 8 up, 8 in 2023-09-30T09:15:09.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:09 smithi192 ceph-mon[180220]: pgmap v478: 121 pgs: 121 active+clean; 160 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 1.1 MiB/s wr, 16 op/s 2023-09-30T09:15:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:15:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:15:09] "GET /metrics HTTP/1.1" 200 36180 "" "Prometheus/2.43.0" 2023-09-30T09:15:10.509 INFO:tasks.rados.rados.0.smithi118.stdout:2323: done (1 left) 2023-09-30T09:15:10.509 INFO:tasks.rados.rados.0.smithi118.stdout:2324: done (0 left) 2023-09-30T09:15:10.509 INFO:tasks.rados.rados.0.smithi118.stdout:2325: read oid 2 snap -1 2023-09-30T09:15:10.509 INFO:tasks.rados.rados.0.smithi118.stdout:2325: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:10.509 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 221 2023-09-30T09:15:10.509 INFO:tasks.rados.rados.0.smithi118.stdout:2326: seq_num 714 ranges {0=761856,761856=442368,1204224=688128,1892352=475136} 2023-09-30T09:15:10.512 INFO:tasks.rados.rados.0.smithi118.stdout:2326: writing smithi118168640-25 from 0 to 761856 tid 1 2023-09-30T09:15:10.515 INFO:tasks.rados.rados.0.smithi118.stdout:2326: writing smithi118168640-25 from 761856 to 1204224 tid 2 2023-09-30T09:15:10.519 INFO:tasks.rados.rados.0.smithi118.stdout:2326: writing smithi118168640-25 from 1204224 to 1892352 tid 3 2023-09-30T09:15:10.522 INFO:tasks.rados.rados.0.smithi118.stdout:2326: writing smithi118168640-25 from 1892352 to 2367488 tid 4 2023-09-30T09:15:10.523 INFO:tasks.rados.rados.0.smithi118.stdout:2327: rollback oid 13 current snap is 221 2023-09-30T09:15:10.523 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 13 to 220 2023-09-30T09:15:10.523 INFO:tasks.rados.rados.0.smithi118.stdout:2326: finishing write tid 1 to smithi118168640-25 2023-09-30T09:15:10.523 INFO:tasks.rados.rados.0.smithi118.stdout:2326: finishing write tid 2 to smithi118168640-25 2023-09-30T09:15:10.523 INFO:tasks.rados.rados.0.smithi118.stdout:2328: delete oid 32 current snap is 221 2023-09-30T09:15:10.523 INFO:tasks.rados.rados.0.smithi118.stdout:2325: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:10.559 INFO:tasks.rados.rados.0.smithi118.stdout:2326: finishing write tid 3 to smithi118168640-25 2023-09-30T09:15:10.559 INFO:tasks.rados.rados.0.smithi118.stdout:2327: finishing rollback tid 0 to smithi118168640-13 2023-09-30T09:15:10.559 INFO:tasks.rados.rados.0.smithi118.stdout:2326: finishing write tid 4 to smithi118168640-25 2023-09-30T09:15:10.559 INFO:tasks.rados.rados.0.smithi118.stdout:2326: finishing write tid 5 to smithi118168640-25 2023-09-30T09:15:10.559 INFO:tasks.rados.rados.0.smithi118.stdout:2325: done (3 left) 2023-09-30T09:15:10.559 INFO:tasks.rados.rados.0.smithi118.stdout:2328: done (2 left) 2023-09-30T09:15:10.559 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 221 2023-09-30T09:15:10.560 INFO:tasks.rados.rados.0.smithi118.stdout:2327: finishing rollback tid 1 to smithi118168640-13 2023-09-30T09:15:10.560 INFO:tasks.rados.rados.0.smithi118.stdout:2327: finishing rollback tid 2 to smithi118168640-13 2023-09-30T09:15:10.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 881 (ObjNum 678 snap 204 seq_num 678) dirty exists 2023-09-30T09:15:10.560 INFO:tasks.rados.rados.0.smithi118.stdout:2326: finishing write tid 6 to smithi118168640-25 2023-09-30T09:15:10.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 715 (ObjNum 714 snap 221 seq_num 714) dirty exists 2023-09-30T09:15:10.560 INFO:tasks.rados.rados.0.smithi118.stdout:2326: left oid 25 (ObjNum 714 snap 221 seq_num 714) 2023-09-30T09:15:10.560 INFO:tasks.rados.rados.0.smithi118.stdout:2329: seq_num 716 ranges {0=794624,794624=655360,1449984=704512,2154496=245760} 2023-09-30T09:15:10.563 INFO:tasks.rados.rados.0.smithi118.stdout:2329: writing smithi118168640-9 from 0 to 794624 tid 1 2023-09-30T09:15:10.567 INFO:tasks.rados.rados.0.smithi118.stdout:2329: writing smithi118168640-9 from 794624 to 1449984 tid 2 2023-09-30T09:15:10.571 INFO:tasks.rados.rados.0.smithi118.stdout:2329: writing smithi118168640-9 from 1449984 to 2154496 tid 3 2023-09-30T09:15:10.573 INFO:tasks.rados.rados.0.smithi118.stdout:2329: writing smithi118168640-9 from 2154496 to 2400256 tid 4 2023-09-30T09:15:10.573 INFO:tasks.rados.rados.0.smithi118.stdout:2326: done (2 left) 2023-09-30T09:15:10.573 INFO:tasks.rados.rados.0.smithi118.stdout:2327: done (1 left) 2023-09-30T09:15:10.573 INFO:tasks.rados.rados.0.smithi118.stdout:2330: delete oid 37 current snap is 221 2023-09-30T09:15:10.573 INFO:tasks.rados.rados.0.smithi118.stdout:2329: finishing write tid 1 to smithi118168640-9 2023-09-30T09:15:10.574 INFO:tasks.rados.rados.0.smithi118.stdout:2329: finishing write tid 2 to smithi118168640-9 2023-09-30T09:15:10.575 INFO:tasks.rados.rados.0.smithi118.stdout:2329: finishing write tid 3 to smithi118168640-9 2023-09-30T09:15:10.575 INFO:tasks.rados.rados.0.smithi118.stdout:2329: finishing write tid 4 to smithi118168640-9 2023-09-30T09:15:10.575 INFO:tasks.rados.rados.0.smithi118.stdout:2329: finishing write tid 5 to smithi118168640-9 2023-09-30T09:15:10.576 INFO:tasks.rados.rados.0.smithi118.stdout:2329: finishing write tid 6 to smithi118168640-9 2023-09-30T09:15:10.576 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 988 (ObjNum 716 snap 221 seq_num 716) dirty exists 2023-09-30T09:15:10.576 INFO:tasks.rados.rados.0.smithi118.stdout:2329: left oid 9 (ObjNum 716 snap 221 seq_num 716) 2023-09-30T09:15:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:2329: done (1 left) 2023-09-30T09:15:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:2330: done (0 left) 2023-09-30T09:15:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:2331: snap_remove snap 208 2023-09-30T09:15:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:10 smithi118 ceph-mon[185516]: osdmap e513: 8 total, 8 up, 8 in 2023-09-30T09:15:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:10 smithi118 ceph-mon[182959]: osdmap e513: 8 total, 8 up, 8 in 2023-09-30T09:15:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:10 smithi192 ceph-mon[180220]: osdmap e513: 8 total, 8 up, 8 in 2023-09-30T09:15:11.492 INFO:tasks.rados.rados.0.smithi118.stdout:2331: done (0 left) 2023-09-30T09:15:11.492 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 221 2023-09-30T09:15:11.492 INFO:tasks.rados.rados.0.smithi118.stdout:2332: seq_num 718 ranges {0=32768} 2023-09-30T09:15:11.492 INFO:tasks.rados.rados.0.smithi118.stdout:2332: writing smithi118168640-32 from 0 to 32768 tid 1 2023-09-30T09:15:11.493 INFO:tasks.rados.rados.0.smithi118.stdout:2333: snap_remove snap 207 2023-09-30T09:15:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:11 smithi118 ceph-mon[185516]: osdmap e514: 8 total, 8 up, 8 in 2023-09-30T09:15:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:11 smithi118 ceph-mon[185516]: pgmap v481: 121 pgs: 121 active+clean; 163 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.0 MiB/s wr, 13 op/s 2023-09-30T09:15:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:11 smithi118 ceph-mon[185516]: osdmap e515: 8 total, 8 up, 8 in 2023-09-30T09:15:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:11 smithi118 ceph-mon[182959]: osdmap e514: 8 total, 8 up, 8 in 2023-09-30T09:15:11.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:11 smithi118 ceph-mon[182959]: pgmap v481: 121 pgs: 121 active+clean; 163 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.0 MiB/s wr, 13 op/s 2023-09-30T09:15:11.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:11 smithi118 ceph-mon[182959]: osdmap e515: 8 total, 8 up, 8 in 2023-09-30T09:15:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:11 smithi192 ceph-mon[180220]: osdmap e514: 8 total, 8 up, 8 in 2023-09-30T09:15:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:11 smithi192 ceph-mon[180220]: pgmap v481: 121 pgs: 121 active+clean; 163 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 2.0 MiB/s wr, 13 op/s 2023-09-30T09:15:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:11 smithi192 ceph-mon[180220]: osdmap e515: 8 total, 8 up, 8 in 2023-09-30T09:15:12.491 INFO:tasks.rados.rados.0.smithi118.stdout:2333: done (1 left) 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2334: copy_from oid 8 from oid 42 current snap is 221 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2335: read oid 9 snap 212 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2335: expect deleted 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2336: copy_from oid 43 from oid 35 current snap is 221 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2337: rmattr oid 36 current snap is 221 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2337: done (4 left) 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2338: rmattr oid 17 current snap is 221 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2338: done (4 left) 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2339: snap_create 2023-09-30T09:15:12.492 INFO:tasks.rados.rados.0.smithi118.stdout:2332: finishing write tid 1 to smithi118168640-32 2023-09-30T09:15:12.493 INFO:tasks.rados.rados.0.smithi118.stdout:2332: finishing write tid 2 to smithi118168640-32 2023-09-30T09:15:12.493 INFO:tasks.rados.rados.0.smithi118.stdout:2332: finishing write tid 3 to smithi118168640-32 2023-09-30T09:15:12.493 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 718 (ObjNum 718 snap 221 seq_num 718) dirty exists 2023-09-30T09:15:12.493 INFO:tasks.rados.rados.0.smithi118.stdout:2332: left oid 32 (ObjNum 718 snap 221 seq_num 718) 2023-09-30T09:15:12.525 INFO:tasks.rados.rados.0.smithi118.stdout:2336: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:15:12.526 INFO:tasks.rados.rados.0.smithi118.stdout:2334: finishing copy_from racing read to smithi118168640-8 2023-09-30T09:15:12.530 INFO:tasks.rados.rados.0.smithi118.stdout:2336: finishing copy_from to smithi118168640-43 2023-09-30T09:15:12.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 898 (ObjNum 713 snap 220 seq_num 713) dirty exists 2023-09-30T09:15:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:2334: finishing copy_from to smithi118168640-8 2023-09-30T09:15:12.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 863 (ObjNum 623 snap 185 seq_num 623) dirty exists 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2332: done (4 left) 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2334: done (3 left) 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2335: done (2 left) 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2336: done (1 left) 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2339: done (0 left) 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2340: read oid 19 snap -1 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2340: expect deleted 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 222 2023-09-30T09:15:13.495 INFO:tasks.rados.rados.0.smithi118.stdout:2341: seq_num 719 ranges {1269760=49152} 2023-09-30T09:15:13.501 INFO:tasks.rados.rados.0.smithi118.stdout:2341: writing smithi118168640-41 from 1269760 to 1318912 tid 1 2023-09-30T09:15:13.501 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 222 2023-09-30T09:15:13.501 INFO:tasks.rados.rados.0.smithi118.stdout:2342: seq_num 720 ranges {0=65536} 2023-09-30T09:15:13.502 INFO:tasks.rados.rados.0.smithi118.stdout:2342: writing smithi118168640-7 from 0 to 65536 tid 1 2023-09-30T09:15:13.502 INFO:tasks.rados.rados.0.smithi118.stdout:2343: snap_create 2023-09-30T09:15:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2342: finishing write tid 1 to smithi118168640-7 2023-09-30T09:15:13.505 INFO:tasks.rados.rados.0.smithi118.stdout:2342: finishing write tid 2 to smithi118168640-7 2023-09-30T09:15:13.506 INFO:tasks.rados.rados.0.smithi118.stdout:2341: finishing write tid 1 to smithi118168640-41 2023-09-30T09:15:13.506 INFO:tasks.rados.rados.0.smithi118.stdout:2342: finishing write tid 3 to smithi118168640-7 2023-09-30T09:15:13.506 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 987 (ObjNum 720 snap 222 seq_num 720) dirty exists 2023-09-30T09:15:13.506 INFO:tasks.rados.rados.0.smithi118.stdout:2342: left oid 7 (ObjNum 720 snap 222 seq_num 720) 2023-09-30T09:15:13.507 INFO:tasks.rados.rados.0.smithi118.stdout:2341: finishing write tid 2 to smithi118168640-41 2023-09-30T09:15:13.509 INFO:tasks.rados.rados.0.smithi118.stdout:2341: finishing write tid 3 to smithi118168640-41 2023-09-30T09:15:13.509 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1165 (ObjNum 719 snap 222 seq_num 719) dirty exists 2023-09-30T09:15:13.509 INFO:tasks.rados.rados.0.smithi118.stdout:2341: left oid 41 (ObjNum 719 snap 222 seq_num 719) 2023-09-30T09:15:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:13 smithi118 ceph-mon[185516]: osdmap e516: 8 total, 8 up, 8 in 2023-09-30T09:15:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:13 smithi118 ceph-mon[185516]: pgmap v484: 121 pgs: 121 active+clean; 165 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.5 MiB/s wr, 9 op/s 2023-09-30T09:15:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:13 smithi118 ceph-mon[182959]: osdmap e516: 8 total, 8 up, 8 in 2023-09-30T09:15:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:13 smithi118 ceph-mon[182959]: pgmap v484: 121 pgs: 121 active+clean; 165 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.5 MiB/s wr, 9 op/s 2023-09-30T09:15:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:13 smithi192 ceph-mon[180220]: osdmap e516: 8 total, 8 up, 8 in 2023-09-30T09:15:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:13 smithi192 ceph-mon[180220]: pgmap v484: 121 pgs: 121 active+clean; 165 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.8 MiB/s rd, 2.5 MiB/s wr, 9 op/s 2023-09-30T09:15:14.500 INFO:tasks.rados.rados.0.smithi118.stdout:2340: done (3 left) 2023-09-30T09:15:14.500 INFO:tasks.rados.rados.0.smithi118.stdout:2341: done (2 left) 2023-09-30T09:15:14.500 INFO:tasks.rados.rados.0.smithi118.stdout:2342: done (1 left) 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:2343: done (0 left) 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:2344: read oid 29 snap -1 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:2344: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 223 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:2345: seq_num 721 ranges {0=81920} 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:2345: writing smithi118168640-15 from 0 to 81920 tid 1 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:2346: rollback oid 12 current snap is 223 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 12 to 220 2023-09-30T09:15:14.501 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 223 2023-09-30T09:15:14.502 INFO:tasks.rados.rados.0.smithi118.stdout:2347: seq_num 722 ranges {0=98304} 2023-09-30T09:15:14.502 INFO:tasks.rados.rados.0.smithi118.stdout:2347: writing smithi118168640-47 from 0 to 98304 tid 1 2023-09-30T09:15:14.502 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 223 2023-09-30T09:15:14.502 INFO:tasks.rados.rados.0.smithi118.stdout:2348: seq_num 723 ranges {10846208=114688} 2023-09-30T09:15:14.559 INFO:tasks.rados.rados.0.smithi118.stdout:2348: writing smithi118168640-20 from 10846208 to 10960896 tid 1 2023-09-30T09:15:14.559 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 223 2023-09-30T09:15:14.559 INFO:tasks.rados.rados.0.smithi118.stdout:2344: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:15:14.561 INFO:tasks.rados.rados.0.smithi118.stdout:2345: finishing write tid 1 to smithi118168640-15 2023-09-30T09:15:14.561 INFO:tasks.rados.rados.0.smithi118.stdout:2347: finishing write tid 1 to smithi118168640-47 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2347: finishing write tid 2 to smithi118168640-47 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2345: finishing write tid 2 to smithi118168640-15 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2347: finishing write tid 3 to smithi118168640-47 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1001 (ObjNum 722 snap 223 seq_num 722) dirty exists 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2347: left oid 47 (ObjNum 722 snap 223 seq_num 722) 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2346: finishing rollback tid 0 to smithi118168640-12 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2346: finishing rollback tid 1 to smithi118168640-12 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2345: finishing write tid 3 to smithi118168640-15 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 987 (ObjNum 721 snap 223 seq_num 721) dirty exists 2023-09-30T09:15:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2345: left oid 15 (ObjNum 721 snap 223 seq_num 721) 2023-09-30T09:15:14.563 INFO:tasks.rados.rados.0.smithi118.stdout:2346: finishing rollback tid 2 to smithi118168640-12 2023-09-30T09:15:14.563 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 886 (ObjNum 662 snap 199 seq_num 662) dirty exists 2023-09-30T09:15:14.563 INFO:tasks.rados.rados.0.smithi118.stdout:2349: seq_num 724 ranges {1318912=131072} 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2349: writing smithi118168640-41 from 1318912 to 1449984 tid 1 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2344: done (5 left) 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2345: done (4 left) 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2346: done (3 left) 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2347: done (2 left) 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2350: rollback oid 16 current snap is 223 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 221 2023-09-30T09:15:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2348: finishing write tid 1 to smithi118168640-20 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:2348: finishing write tid 2 to smithi118168640-20 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:2348: finishing write tid 3 to smithi118168640-20 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 989 (ObjNum 723 snap 223 seq_num 723) dirty exists 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:2348: left oid 20 (ObjNum 723 snap 223 seq_num 723) 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:2348: done (2 left) 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:2351: snap_create 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:2350: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:15:14.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 0 (ObjNum 33 snap 0 seq_num 3323090448) dirty dne 2023-09-30T09:15:14.574 INFO:tasks.rados.rados.0.smithi118.stdout:2349: finishing write tid 1 to smithi118168640-41 2023-09-30T09:15:14.574 INFO:tasks.rados.rados.0.smithi118.stdout:2349: finishing write tid 2 to smithi118168640-41 2023-09-30T09:15:14.575 INFO:tasks.rados.rados.0.smithi118.stdout:2349: finishing write tid 3 to smithi118168640-41 2023-09-30T09:15:14.575 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1168 (ObjNum 724 snap 223 seq_num 724) dirty exists 2023-09-30T09:15:14.576 INFO:tasks.rados.rados.0.smithi118.stdout:2349: left oid 41 (ObjNum 724 snap 223 seq_num 724) 2023-09-30T09:15:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:14 smithi118 ceph-mon[182959]: osdmap e517: 8 total, 8 up, 8 in 2023-09-30T09:15:14.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:14 smithi118 ceph-mon[185516]: osdmap e517: 8 total, 8 up, 8 in 2023-09-30T09:15:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:14 smithi192 ceph-mon[180220]: osdmap e517: 8 total, 8 up, 8 in 2023-09-30T09:15:15.505 INFO:tasks.rados.rados.0.smithi118.stdout:2349: done (2 left) 2023-09-30T09:15:15.505 INFO:tasks.rados.rados.0.smithi118.stdout:2350: done (1 left) 2023-09-30T09:15:15.505 INFO:tasks.rados.rados.0.smithi118.stdout:2351: done (0 left) 2023-09-30T09:15:15.505 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 224 2023-09-30T09:15:15.505 INFO:tasks.rados.rados.0.smithi118.stdout:2352: seq_num 725 ranges {0=147456} 2023-09-30T09:15:15.506 INFO:tasks.rados.rados.0.smithi118.stdout:2352: writing smithi118168640-10 from 0 to 147456 tid 1 2023-09-30T09:15:15.506 INFO:tasks.rados.rados.0.smithi118.stdout:2353: read oid 21 snap -1 2023-09-30T09:15:15.506 INFO:tasks.rados.rados.0.smithi118.stdout:2353: expect (ObjNum 662 snap 199 seq_num 662) 2023-09-30T09:15:15.506 INFO:tasks.rados.rados.0.smithi118.stdout:2354: snap_remove snap 222 2023-09-30T09:15:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:15 smithi118 ceph-mon[182959]: osdmap e518: 8 total, 8 up, 8 in 2023-09-30T09:15:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:15 smithi118 ceph-mon[182959]: pgmap v487: 121 pgs: 121 active+clean; 171 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 2.1 MiB/s wr, 7 op/s 2023-09-30T09:15:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:15 smithi118 ceph-mon[185516]: osdmap e518: 8 total, 8 up, 8 in 2023-09-30T09:15:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:15 smithi118 ceph-mon[185516]: pgmap v487: 121 pgs: 121 active+clean; 171 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 2.1 MiB/s wr, 7 op/s 2023-09-30T09:15:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:15 smithi192 ceph-mon[180220]: osdmap e518: 8 total, 8 up, 8 in 2023-09-30T09:15:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:15 smithi192 ceph-mon[180220]: pgmap v487: 121 pgs: 121 active+clean; 171 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 2.1 MiB/s wr, 7 op/s 2023-09-30T09:15:16.491 INFO:tasks.rados.rados.0.smithi118.stdout:2354: done (2 left) 2023-09-30T09:15:16.491 INFO:tasks.rados.rados.0.smithi118.stdout:2355: read oid 23 snap -1 2023-09-30T09:15:16.491 INFO:tasks.rados.rados.0.smithi118.stdout:2355: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:15:16.491 INFO:tasks.rados.rados.0.smithi118.stdout:2356: rmattr oid 18 current snap is 224 2023-09-30T09:15:16.491 INFO:tasks.rados.rados.0.smithi118.stdout:2357: read oid 33 snap -1 2023-09-30T09:15:16.492 INFO:tasks.rados.rados.0.smithi118.stdout:2357: expect (ObjNum 686 snap 206 seq_num 686) 2023-09-30T09:15:16.492 INFO:tasks.rados.rados.0.smithi118.stdout:2358: snap_remove snap 223 2023-09-30T09:15:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:16 smithi118 ceph-mon[182959]: osdmap e519: 8 total, 8 up, 8 in 2023-09-30T09:15:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:16 smithi118 ceph-mon[182959]: osdmap e520: 8 total, 8 up, 8 in 2023-09-30T09:15:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:16 smithi118 ceph-mon[185516]: osdmap e519: 8 total, 8 up, 8 in 2023-09-30T09:15:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:16 smithi118 ceph-mon[185516]: osdmap e520: 8 total, 8 up, 8 in 2023-09-30T09:15:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:16 smithi192 ceph-mon[180220]: osdmap e519: 8 total, 8 up, 8 in 2023-09-30T09:15:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:16 smithi192 ceph-mon[180220]: osdmap e520: 8 total, 8 up, 8 in 2023-09-30T09:15:17.491 INFO:tasks.rados.rados.0.smithi118.stdout:2358: done (5 left) 2023-09-30T09:15:17.492 INFO:tasks.rados.rados.0.smithi118.stdout:2359: read oid 30 snap 215 2023-09-30T09:15:17.492 INFO:tasks.rados.rados.0.smithi118.stdout:2359: expect (ObjNum 662 snap 199 seq_num 662) 2023-09-30T09:15:17.492 INFO:tasks.rados.rados.0.smithi118.stdout:2360: snap_create 2023-09-30T09:15:17.492 INFO:tasks.rados.rados.0.smithi118.stdout:2352: finishing write tid 1 to smithi118168640-10 2023-09-30T09:15:17.493 INFO:tasks.rados.rados.0.smithi118.stdout:2352: finishing write tid 2 to smithi118168640-10 2023-09-30T09:15:17.493 INFO:tasks.rados.rados.0.smithi118.stdout:2352: finishing write tid 3 to smithi118168640-10 2023-09-30T09:15:17.493 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 875 (ObjNum 725 snap 224 seq_num 725) dirty exists 2023-09-30T09:15:17.493 INFO:tasks.rados.rados.0.smithi118.stdout:2352: left oid 10 (ObjNum 725 snap 224 seq_num 725) 2023-09-30T09:15:17.493 INFO:tasks.rados.rados.0.smithi118.stdout:2353: expect (ObjNum 662 snap 199 seq_num 662) 2023-09-30T09:15:17.823 INFO:tasks.rados.rados.0.smithi118.stdout:2355: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:15:17.824 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 993 (ObjNum 544 snap 160 seq_num 544) dirty exists 2023-09-30T09:15:17.825 INFO:tasks.rados.rados.0.smithi118.stdout:2357: expect (ObjNum 686 snap 206 seq_num 686) 2023-09-30T09:15:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:17 smithi118 ceph-mon[182959]: pgmap v490: 121 pgs: 121 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 3.2 MiB/s wr, 9 op/s 2023-09-30T09:15:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:17 smithi118 ceph-mon[182959]: osdmap e521: 8 total, 8 up, 8 in 2023-09-30T09:15:17.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:17 smithi118 ceph-mon[185516]: pgmap v490: 121 pgs: 121 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 3.2 MiB/s wr, 9 op/s 2023-09-30T09:15:17.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:17 smithi118 ceph-mon[185516]: osdmap e521: 8 total, 8 up, 8 in 2023-09-30T09:15:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:17 smithi192 ceph-mon[180220]: pgmap v490: 121 pgs: 121 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 956 KiB/s rd, 3.2 MiB/s wr, 9 op/s 2023-09-30T09:15:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:17 smithi192 ceph-mon[180220]: osdmap e521: 8 total, 8 up, 8 in 2023-09-30T09:15:17.964 INFO:tasks.rados.rados.0.smithi118.stdout:2359: expect (ObjNum 662 snap 199 seq_num 662) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2352: done (6 left) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2353: done (5 left) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2355: done (4 left) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2356: done (3 left) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2357: done (2 left) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2359: done (1 left) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2360: done (0 left) 2023-09-30T09:15:18.492 INFO:tasks.rados.rados.0.smithi118.stdout:2361: setattr oid 44 current snap is 225 2023-09-30T09:15:18.493 INFO:tasks.rados.rados.0.smithi118.stdout:2362: rollback oid 17 current snap is 225 2023-09-30T09:15:18.493 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 224 2023-09-30T09:15:18.493 INFO:tasks.rados.rados.0.smithi118.stdout:2363: snap_remove snap 219 2023-09-30T09:15:19.498 INFO:tasks.rados.rados.0.smithi118.stdout:2363: done (2 left) 2023-09-30T09:15:19.499 INFO:tasks.rados.rados.0.smithi118.stdout:2364: delete oid 48 current snap is 225 2023-09-30T09:15:19.499 INFO:tasks.rados.rados.0.smithi118.stdout:2362: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:15:19.499 INFO:tasks.rados.rados.0.smithi118.stdout:2362: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:15:19.499 INFO:tasks.rados.rados.0.smithi118.stdout:2362: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:15:19.499 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 996 (ObjNum 689 snap 208 seq_num 689) dirty exists 2023-09-30T09:15:19.499 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 990 (ObjNum 665 snap 199 seq_num 665) dirty exists 2023-09-30T09:15:19.506 INFO:tasks.rados.rados.0.smithi118.stdout:2361: done (2 left) 2023-09-30T09:15:19.506 INFO:tasks.rados.rados.0.smithi118.stdout:2362: done (1 left) 2023-09-30T09:15:19.506 INFO:tasks.rados.rados.0.smithi118.stdout:2364: done (0 left) 2023-09-30T09:15:19.507 INFO:tasks.rados.rados.0.smithi118.stdout:2365: setattr oid 14 current snap is 225 2023-09-30T09:15:19.508 INFO:tasks.rados.rados.0.smithi118.stdout:2366: snap_remove snap 221 2023-09-30T09:15:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:19 smithi118 ceph-mon[182959]: osdmap e522: 8 total, 8 up, 8 in 2023-09-30T09:15:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:19 smithi118 ceph-mon[182959]: pgmap v493: 121 pgs: 121 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2023-09-30T09:15:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:19 smithi118 ceph-mon[185516]: osdmap e522: 8 total, 8 up, 8 in 2023-09-30T09:15:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:19 smithi118 ceph-mon[185516]: pgmap v493: 121 pgs: 121 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2023-09-30T09:15:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:19 smithi192 ceph-mon[180220]: osdmap e522: 8 total, 8 up, 8 in 2023-09-30T09:15:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:19 smithi192 ceph-mon[180220]: pgmap v493: 121 pgs: 121 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.8 MiB/s wr, 6 op/s 2023-09-30T09:15:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:15:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:15:19] "GET /metrics HTTP/1.1" 200 36180 "" "Prometheus/2.43.0" 2023-09-30T09:15:20.502 INFO:tasks.rados.rados.0.smithi118.stdout:2366: done (1 left) 2023-09-30T09:15:20.503 INFO:tasks.rados.rados.0.smithi118.stdout:2367: rollback oid 37 current snap is 225 2023-09-30T09:15:20.503 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 37 to 218 2023-09-30T09:15:20.503 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 860 (ObjNum 683 snap 205 seq_num 683) dirty exists 2023-09-30T09:15:20.503 INFO:tasks.rados.rados.0.smithi118.stdout:2365: done (1 left) 2023-09-30T09:15:20.503 INFO:tasks.rados.rados.0.smithi118.stdout:2368: snap_remove snap 217 2023-09-30T09:15:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:20 smithi118 ceph-mon[185516]: osdmap e523: 8 total, 8 up, 8 in 2023-09-30T09:15:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:20 smithi118 ceph-mon[182959]: osdmap e523: 8 total, 8 up, 8 in 2023-09-30T09:15:20.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:20 smithi192 ceph-mon[180220]: osdmap e523: 8 total, 8 up, 8 in 2023-09-30T09:15:21.491 INFO:tasks.rados.rados.0.smithi118.stdout:2368: done (1 left) 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2369: copy_from oid 41 from oid 7 current snap is 225 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2367: finishing rollback tid 1 to smithi118168640-37 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2367: finishing rollback tid 2 to smithi118168640-37 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 998 (ObjNum 637 snap 187 seq_num 637) dirty exists 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2367: done (1 left) 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2370: read oid 14 snap -1 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2370: expect (ObjNum 683 snap 205 seq_num 683) 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 225 2023-09-30T09:15:21.492 INFO:tasks.rados.rados.0.smithi118.stdout:2371: seq_num 727 ranges {3858432=180224} 2023-09-30T09:15:21.514 INFO:tasks.rados.rados.0.smithi118.stdout:2371: writing smithi118168640-42 from 3858432 to 4038656 tid 1 2023-09-30T09:15:21.515 INFO:tasks.rados.rados.0.smithi118.stdout:2372: snap_create 2023-09-30T09:15:21.515 INFO:tasks.rados.rados.0.smithi118.stdout:2369: finishing copy_from racing read to smithi118168640-41 2023-09-30T09:15:21.515 INFO:tasks.rados.rados.0.smithi118.stdout:2369: finishing copy_from to smithi118168640-41 2023-09-30T09:15:21.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 987 (ObjNum 720 snap 222 seq_num 720) dirty exists 2023-09-30T09:15:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:2371: finishing write tid 1 to smithi118168640-42 2023-09-30T09:15:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:2371: finishing write tid 2 to smithi118168640-42 2023-09-30T09:15:21.521 INFO:tasks.rados.rados.0.smithi118.stdout:2371: finishing write tid 3 to smithi118168640-42 2023-09-30T09:15:21.521 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 877 (ObjNum 727 snap 225 seq_num 727) dirty exists 2023-09-30T09:15:21.521 INFO:tasks.rados.rados.0.smithi118.stdout:2371: left oid 42 (ObjNum 727 snap 225 seq_num 727) 2023-09-30T09:15:21.526 INFO:tasks.rados.rados.0.smithi118.stdout:2370: expect (ObjNum 683 snap 205 seq_num 683) 2023-09-30T09:15:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:21 smithi118 ceph-mon[185516]: osdmap e524: 8 total, 8 up, 8 in 2023-09-30T09:15:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:21 smithi118 ceph-mon[185516]: pgmap v496: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 104 KiB/s wr, 8 op/s 2023-09-30T09:15:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:21 smithi118 ceph-mon[185516]: osdmap e525: 8 total, 8 up, 8 in 2023-09-30T09:15:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:21 smithi118 ceph-mon[182959]: osdmap e524: 8 total, 8 up, 8 in 2023-09-30T09:15:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:21 smithi118 ceph-mon[182959]: pgmap v496: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 104 KiB/s wr, 8 op/s 2023-09-30T09:15:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:21 smithi118 ceph-mon[182959]: osdmap e525: 8 total, 8 up, 8 in 2023-09-30T09:15:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:21 smithi192 ceph-mon[180220]: osdmap e524: 8 total, 8 up, 8 in 2023-09-30T09:15:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:21 smithi192 ceph-mon[180220]: pgmap v496: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 104 KiB/s wr, 8 op/s 2023-09-30T09:15:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:21 smithi192 ceph-mon[180220]: osdmap e525: 8 total, 8 up, 8 in 2023-09-30T09:15:22.520 INFO:tasks.rados.rados.0.smithi118.stdout:2369: done (3 left) 2023-09-30T09:15:22.521 INFO:tasks.rados.rados.0.smithi118.stdout:2370: done (2 left) 2023-09-30T09:15:22.521 INFO:tasks.rados.rados.0.smithi118.stdout:2371: done (1 left) 2023-09-30T09:15:22.521 INFO:tasks.rados.rados.0.smithi118.stdout:2372: done (0 left) 2023-09-30T09:15:22.521 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 226 2023-09-30T09:15:22.521 INFO:tasks.rados.rados.0.smithi118.stdout:2373: seq_num 728 ranges {0=196608} 2023-09-30T09:15:22.522 INFO:tasks.rados.rados.0.smithi118.stdout:2373: writing smithi118168640-48 from 0 to 196608 tid 1 2023-09-30T09:15:22.522 INFO:tasks.rados.rados.0.smithi118.stdout:2374: delete oid 9 current snap is 226 2023-09-30T09:15:22.524 INFO:tasks.rados.rados.0.smithi118.stdout:2374: done (1 left) 2023-09-30T09:15:22.524 INFO:tasks.rados.rados.0.smithi118.stdout:2375: read oid 25 snap -1 2023-09-30T09:15:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:2375: expect (ObjNum 714 snap 221 seq_num 714) 2023-09-30T09:15:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:2376: read oid 18 snap -1 2023-09-30T09:15:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:2376: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:15:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 226 2023-09-30T09:15:22.525 INFO:tasks.rados.rados.0.smithi118.stdout:2377: seq_num 730 ranges {4038656=229376} 2023-09-30T09:15:22.547 INFO:tasks.rados.rados.0.smithi118.stdout:2377: writing smithi118168640-42 from 4038656 to 4268032 tid 1 2023-09-30T09:15:22.547 INFO:tasks.rados.rados.0.smithi118.stdout:2378: delete oid 49 current snap is 226 2023-09-30T09:15:22.548 INFO:tasks.rados.rados.0.smithi118.stdout:2373: finishing write tid 1 to smithi118168640-48 2023-09-30T09:15:22.548 INFO:tasks.rados.rados.0.smithi118.stdout:2373: finishing write tid 2 to smithi118168640-48 2023-09-30T09:15:22.548 INFO:tasks.rados.rados.0.smithi118.stdout:2373: finishing write tid 3 to smithi118168640-48 2023-09-30T09:15:22.548 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1183 (ObjNum 728 snap 226 seq_num 728) dirty exists 2023-09-30T09:15:22.548 INFO:tasks.rados.rados.0.smithi118.stdout:2373: left oid 48 (ObjNum 728 snap 226 seq_num 728) 2023-09-30T09:15:22.548 INFO:tasks.rados.rados.0.smithi118.stdout:2375: expect (ObjNum 714 snap 221 seq_num 714) 2023-09-30T09:15:22.610 INFO:tasks.rados.rados.0.smithi118.stdout:2377: finishing write tid 1 to smithi118168640-42 2023-09-30T09:15:22.610 INFO:tasks.rados.rados.0.smithi118.stdout:2377: finishing write tid 2 to smithi118168640-42 2023-09-30T09:15:22.610 INFO:tasks.rados.rados.0.smithi118.stdout:2377: finishing write tid 3 to smithi118168640-42 2023-09-30T09:15:22.610 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 879 (ObjNum 730 snap 226 seq_num 730) dirty exists 2023-09-30T09:15:22.610 INFO:tasks.rados.rados.0.smithi118.stdout:2377: left oid 42 (ObjNum 730 snap 226 seq_num 730) 2023-09-30T09:15:22.610 INFO:tasks.rados.rados.0.smithi118.stdout:2376: expect (ObjNum 544 snap 160 seq_num 544) 2023-09-30T09:15:23.838 INFO:tasks.rados.rados.0.smithi118.stdout:2373: done (4 left) 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:2375: done (3 left) 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:2376: done (2 left) 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:2377: done (1 left) 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:2378: done (0 left) 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 226 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:2379: seq_num 732 ranges {0=262144} 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:2379: writing smithi118168640-46 from 0 to 262144 tid 1 2023-09-30T09:15:23.839 INFO:tasks.rados.rados.0.smithi118.stdout:2380: setattr oid 11 current snap is 226 2023-09-30T09:15:23.840 INFO:tasks.rados.rados.0.smithi118.stdout:2381: read oid 33 snap -1 2023-09-30T09:15:23.840 INFO:tasks.rados.rados.0.smithi118.stdout:2381: expect (ObjNum 686 snap 206 seq_num 686) 2023-09-30T09:15:23.840 INFO:tasks.rados.rados.0.smithi118.stdout:2382: copy_from oid 21 from oid 39 current snap is 226 2023-09-30T09:15:23.840 INFO:tasks.rados.rados.0.smithi118.stdout:2383: delete oid 25 current snap is 226 2023-09-30T09:15:23.842 INFO:tasks.rados.rados.0.smithi118.stdout:2379: finishing write tid 1 to smithi118168640-46 2023-09-30T09:15:23.842 INFO:tasks.rados.rados.0.smithi118.stdout:2383: done (4 left) 2023-09-30T09:15:23.843 INFO:tasks.rados.rados.0.smithi118.stdout:2384: snap_remove snap 215 2023-09-30T09:15:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:23 smithi118 ceph-mon[182959]: osdmap e526: 8 total, 8 up, 8 in 2023-09-30T09:15:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:23 smithi118 ceph-mon[182959]: pgmap v499: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 24 KiB/s wr, 12 op/s 2023-09-30T09:15:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:23 smithi118 ceph-mon[185516]: osdmap e526: 8 total, 8 up, 8 in 2023-09-30T09:15:23.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:23 smithi118 ceph-mon[185516]: pgmap v499: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 24 KiB/s wr, 12 op/s 2023-09-30T09:15:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:23 smithi192 ceph-mon[180220]: osdmap e526: 8 total, 8 up, 8 in 2023-09-30T09:15:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:23 smithi192 ceph-mon[180220]: pgmap v499: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 173 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 24 KiB/s wr, 12 op/s 2023-09-30T09:15:24.530 INFO:tasks.rados.rados.0.smithi118.stdout:2384: done (4 left) 2023-09-30T09:15:24.530 INFO:tasks.rados.rados.0.smithi118.stdout:2385: rollback oid 32 current snap is 226 2023-09-30T09:15:24.530 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 32 to 212 2023-09-30T09:15:24.530 INFO:tasks.rados.rados.0.smithi118.stdout:2379: finishing write tid 2 to smithi118168640-46 2023-09-30T09:15:24.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 882 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:15:24.531 INFO:tasks.rados.rados.0.smithi118.stdout:2379: finishing write tid 3 to smithi118168640-46 2023-09-30T09:15:24.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 886 (ObjNum 732 snap 226 seq_num 732) dirty exists 2023-09-30T09:15:24.531 INFO:tasks.rados.rados.0.smithi118.stdout:2379: left oid 46 (ObjNum 732 snap 226 seq_num 732) 2023-09-30T09:15:24.531 INFO:tasks.rados.rados.0.smithi118.stdout:2381: expect (ObjNum 686 snap 206 seq_num 686) 2023-09-30T09:15:24.677 INFO:tasks.rados.rados.0.smithi118.stdout:2382: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2382: finishing copy_from to smithi118168640-21 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 847 (ObjNum 712 snap 219 seq_num 712) dirty exists 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2385: finishing rollback tid 0 to smithi118168640-32 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2385: finishing rollback tid 1 to smithi118168640-32 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2385: finishing rollback tid 2 to smithi118168640-32 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 722 (ObjNum 661 snap 199 seq_num 661) dirty exists 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2379: done (4 left) 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2380: done (3 left) 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2381: done (2 left) 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2382: done (1 left) 2023-09-30T09:15:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:2385: done (0 left) 2023-09-30T09:15:24.679 INFO:tasks.rados.rados.0.smithi118.stdout:2386: snap_create 2023-09-30T09:15:25.532 INFO:tasks.rados.rados.0.smithi118.stdout:2386: done (0 left) 2023-09-30T09:15:25.532 INFO:tasks.rados.rados.0.smithi118.stdout:2387: snap_remove snap 218 2023-09-30T09:15:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:25 smithi118 ceph-mon[182959]: osdmap e527: 8 total, 8 up, 8 in 2023-09-30T09:15:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:25 smithi118 ceph-mon[182959]: pgmap v501: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 177 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.8 MiB/s wr, 18 op/s 2023-09-30T09:15:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:25 smithi118 ceph-mon[185516]: osdmap e527: 8 total, 8 up, 8 in 2023-09-30T09:15:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:25 smithi118 ceph-mon[185516]: pgmap v501: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 177 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.8 MiB/s wr, 18 op/s 2023-09-30T09:15:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:25 smithi192 ceph-mon[180220]: osdmap e527: 8 total, 8 up, 8 in 2023-09-30T09:15:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:25 smithi192 ceph-mon[180220]: pgmap v501: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 177 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 1.8 MiB/s wr, 18 op/s 2023-09-30T09:15:26.498 INFO:tasks.rados.rados.0.smithi118.stdout:2387: done (0 left) 2023-09-30T09:15:26.498 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 227 2023-09-30T09:15:26.498 INFO:tasks.rados.rados.0.smithi118.stdout:2388: seq_num 734 ranges {1269760=294912} 2023-09-30T09:15:26.502 INFO:tasks.rados.rados.0.smithi118.stdout:2388: writing smithi118168640-2 from 1269760 to 1564672 tid 1 2023-09-30T09:15:26.502 INFO:tasks.rados.rados.0.smithi118.stdout:2389: read oid 25 snap -1 2023-09-30T09:15:26.502 INFO:tasks.rados.rados.0.smithi118.stdout:2389: expect deleted 2023-09-30T09:15:26.502 INFO:tasks.rados.rados.0.smithi118.stdout:2390: read oid 48 snap 220 2023-09-30T09:15:26.503 INFO:tasks.rados.rados.0.smithi118.stdout:2390: expect deleted 2023-09-30T09:15:26.503 INFO:tasks.rados.rados.0.smithi118.stdout:2391: delete oid 27 current snap is 227 2023-09-30T09:15:26.509 INFO:tasks.rados.rados.0.smithi118.stdout:2389: done (3 left) 2023-09-30T09:15:26.510 INFO:tasks.rados.rados.0.smithi118.stdout:2391: done (2 left) 2023-09-30T09:15:26.510 INFO:tasks.rados.rados.0.smithi118.stdout:2392: snap_create 2023-09-30T09:15:26.511 INFO:tasks.rados.rados.0.smithi118.stdout:2388: finishing write tid 1 to smithi118168640-2 2023-09-30T09:15:26.512 INFO:tasks.rados.rados.0.smithi118.stdout:2388: finishing write tid 2 to smithi118168640-2 2023-09-30T09:15:26.513 INFO:tasks.rados.rados.0.smithi118.stdout:2388: finishing write tid 3 to smithi118168640-2 2023-09-30T09:15:26.513 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1196 (ObjNum 734 snap 227 seq_num 734) dirty exists 2023-09-30T09:15:26.513 INFO:tasks.rados.rados.0.smithi118.stdout:2388: left oid 2 (ObjNum 734 snap 227 seq_num 734) 2023-09-30T09:15:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:26 smithi118 ceph-mon[182959]: osdmap e528: 8 total, 8 up, 8 in 2023-09-30T09:15:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:26 smithi118 ceph-mon[182959]: osdmap e529: 8 total, 8 up, 8 in 2023-09-30T09:15:26.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:26 smithi118 ceph-mon[185516]: osdmap e528: 8 total, 8 up, 8 in 2023-09-30T09:15:26.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:26 smithi118 ceph-mon[185516]: osdmap e529: 8 total, 8 up, 8 in 2023-09-30T09:15:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:26 smithi192 ceph-mon[180220]: osdmap e528: 8 total, 8 up, 8 in 2023-09-30T09:15:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:26 smithi192 ceph-mon[180220]: osdmap e529: 8 total, 8 up, 8 in 2023-09-30T09:15:27.509 INFO:tasks.rados.rados.0.smithi118.stdout:2388: done (2 left) 2023-09-30T09:15:27.509 INFO:tasks.rados.rados.0.smithi118.stdout:2390: done (1 left) 2023-09-30T09:15:27.509 INFO:tasks.rados.rados.0.smithi118.stdout:2392: done (0 left) 2023-09-30T09:15:27.510 INFO:tasks.rados.rados.0.smithi118.stdout:2393: snap_remove snap 225 2023-09-30T09:15:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:27 smithi118 ceph-mon[182959]: pgmap v504: 121 pgs: 121 active+clean; 180 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 17 op/s 2023-09-30T09:15:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:27 smithi118 ceph-mon[182959]: osdmap e530: 8 total, 8 up, 8 in 2023-09-30T09:15:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:27 smithi118 ceph-mon[185516]: pgmap v504: 121 pgs: 121 active+clean; 180 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 17 op/s 2023-09-30T09:15:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:27 smithi118 ceph-mon[185516]: osdmap e530: 8 total, 8 up, 8 in 2023-09-30T09:15:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:27 smithi192 ceph-mon[180220]: pgmap v504: 121 pgs: 121 active+clean; 180 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 MiB/s wr, 17 op/s 2023-09-30T09:15:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:27 smithi192 ceph-mon[180220]: osdmap e530: 8 total, 8 up, 8 in 2023-09-30T09:15:28.513 INFO:tasks.rados.rados.0.smithi118.stdout:2393: done (0 left) 2023-09-30T09:15:28.513 INFO:tasks.rados.rados.0.smithi118.stdout:2394: rmattr oid 26 current snap is 228 2023-09-30T09:15:28.513 INFO:tasks.rados.rados.0.smithi118.stdout:2394: done (0 left) 2023-09-30T09:15:28.513 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 228 2023-09-30T09:15:28.513 INFO:tasks.rados.rados.0.smithi118.stdout:2395: seq_num 736 ranges {2310144=335872} 2023-09-30T09:15:28.526 INFO:tasks.rados.rados.0.smithi118.stdout:2395: writing smithi118168640-1 from 2310144 to 2646016 tid 1 2023-09-30T09:15:28.527 INFO:tasks.rados.rados.0.smithi118.stdout:2396: copy_from oid 15 from oid 9 current snap is 228 2023-09-30T09:15:28.527 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 228 2023-09-30T09:15:28.527 INFO:tasks.rados.rados.0.smithi118.stdout:2397: seq_num 737 ranges {65536=352256} 2023-09-30T09:15:28.529 INFO:tasks.rados.rados.0.smithi118.stdout:2397: writing smithi118168640-41 from 65536 to 417792 tid 1 2023-09-30T09:15:28.529 INFO:tasks.rados.rados.0.smithi118.stdout:2398: delete oid 38 current snap is 228 2023-09-30T09:15:28.529 INFO:tasks.rados.rados.0.smithi118.stdout:2396: finishing copy_from to smithi118168640-15 2023-09-30T09:15:28.529 INFO:tasks.rados.rados.0.smithi118.stdout:2396: got expected ENOENT (src dne) 2023-09-30T09:15:28.529 INFO:tasks.rados.rados.0.smithi118.stdout:2396: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:15:28.530 INFO:tasks.rados.rados.0.smithi118.stdout:2395: finishing write tid 1 to smithi118168640-1 2023-09-30T09:15:28.531 INFO:tasks.rados.rados.0.smithi118.stdout:2395: finishing write tid 2 to smithi118168640-1 2023-09-30T09:15:28.531 INFO:tasks.rados.rados.0.smithi118.stdout:2396: done (3 left) 2023-09-30T09:15:28.531 INFO:tasks.rados.rados.0.smithi118.stdout:2398: done (2 left) 2023-09-30T09:15:28.531 INFO:tasks.rados.rados.0.smithi118.stdout:2399: rollback oid 15 current snap is 228 2023-09-30T09:15:28.531 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 227 2023-09-30T09:15:28.531 INFO:tasks.rados.rados.0.smithi118.stdout:2400: rollback oid 20 current snap is 228 2023-09-30T09:15:28.531 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 20 to 224 2023-09-30T09:15:28.532 INFO:tasks.rados.rados.0.smithi118.stdout:2401: rollback oid 13 current snap is 228 2023-09-30T09:15:28.532 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 13 to 226 2023-09-30T09:15:28.532 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 228 2023-09-30T09:15:28.532 INFO:tasks.rados.rados.0.smithi118.stdout:2402: seq_num 739 ranges {4030464=385024} 2023-09-30T09:15:28.555 INFO:tasks.rados.rados.0.smithi118.stdout:2402: writing smithi118168640-31 from 4030464 to 4415488 tid 1 2023-09-30T09:15:28.555 INFO:tasks.rados.rados.0.smithi118.stdout:2403: snap_create 2023-09-30T09:15:28.555 INFO:tasks.rados.rados.0.smithi118.stdout:2395: finishing write tid 3 to smithi118168640-1 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 862 (ObjNum 736 snap 228 seq_num 736) dirty exists 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:2395: left oid 1 (ObjNum 736 snap 228 seq_num 736) 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:2397: finishing write tid 1 to smithi118168640-41 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:2397: finishing write tid 2 to smithi118168640-41 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:2399: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:2401: finishing rollback tid 0 to smithi118168640-13 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:2401: finishing rollback tid 1 to smithi118168640-13 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:2401: finishing rollback tid 2 to smithi118168640-13 2023-09-30T09:15:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 885 (ObjNum 678 snap 204 seq_num 678) dirty exists 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:2397: finishing write tid 3 to smithi118168640-41 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1201 (ObjNum 737 snap 228 seq_num 737) dirty exists 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:2397: left oid 41 (ObjNum 737 snap 228 seq_num 737) 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:2399: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:2399: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 993 (ObjNum 721 snap 223 seq_num 721) dirty exists 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:2400: finishing rollback tid 0 to smithi118168640-20 2023-09-30T09:15:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:2400: finishing rollback tid 1 to smithi118168640-20 2023-09-30T09:15:28.558 INFO:tasks.rados.rados.0.smithi118.stdout:2400: finishing rollback tid 2 to smithi118168640-20 2023-09-30T09:15:28.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 996 (ObjNum 723 snap 223 seq_num 723) dirty exists 2023-09-30T09:15:28.559 INFO:tasks.rados.rados.0.smithi118.stdout:2402: finishing write tid 1 to smithi118168640-31 2023-09-30T09:15:28.559 INFO:tasks.rados.rados.0.smithi118.stdout:2402: finishing write tid 2 to smithi118168640-31 2023-09-30T09:15:28.560 INFO:tasks.rados.rados.0.smithi118.stdout:2402: finishing write tid 3 to smithi118168640-31 2023-09-30T09:15:28.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 888 (ObjNum 739 snap 228 seq_num 739) dirty exists 2023-09-30T09:15:28.560 INFO:tasks.rados.rados.0.smithi118.stdout:2402: left oid 31 (ObjNum 739 snap 228 seq_num 739) 2023-09-30T09:15:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:2395: done (6 left) 2023-09-30T09:15:29.516 INFO:tasks.rados.rados.0.smithi118.stdout:2397: done (5 left) 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2399: done (4 left) 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2400: done (3 left) 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2401: done (2 left) 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2402: done (1 left) 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2403: done (0 left) 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2404: read oid 19 snap -1 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2404: expect deleted 2023-09-30T09:15:29.517 INFO:tasks.rados.rados.0.smithi118.stdout:2405: snap_remove snap 212 2023-09-30T09:15:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:29 smithi118 ceph-mon[182959]: osdmap e531: 8 total, 8 up, 8 in 2023-09-30T09:15:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:29 smithi118 ceph-mon[182959]: pgmap v507: 121 pgs: 121 active+clean; 179 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 322 KiB/s wr, 6 op/s 2023-09-30T09:15:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:29 smithi118 ceph-mon[185516]: osdmap e531: 8 total, 8 up, 8 in 2023-09-30T09:15:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:29 smithi118 ceph-mon[185516]: pgmap v507: 121 pgs: 121 active+clean; 179 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 322 KiB/s wr, 6 op/s 2023-09-30T09:15:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:29 smithi192 ceph-mon[180220]: osdmap e531: 8 total, 8 up, 8 in 2023-09-30T09:15:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:29 smithi192 ceph-mon[180220]: pgmap v507: 121 pgs: 121 active+clean; 179 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 322 KiB/s wr, 6 op/s 2023-09-30T09:15:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:15:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:15:29] "GET /metrics HTTP/1.1" 200 36180 "" "Prometheus/2.43.0" 2023-09-30T09:15:30.524 INFO:tasks.rados.rados.0.smithi118.stdout:2405: done (1 left) 2023-09-30T09:15:30.524 INFO:tasks.rados.rados.0.smithi118.stdout:2406: snap_create 2023-09-30T09:15:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:30 smithi118 ceph-mon[182959]: osdmap e532: 8 total, 8 up, 8 in 2023-09-30T09:15:30.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:30 smithi118 ceph-mon[185516]: osdmap e532: 8 total, 8 up, 8 in 2023-09-30T09:15:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:30 smithi192 ceph-mon[180220]: osdmap e532: 8 total, 8 up, 8 in 2023-09-30T09:15:31.493 INFO:tasks.rados.rados.0.smithi118.stdout:2404: done (1 left) 2023-09-30T09:15:31.493 INFO:tasks.rados.rados.0.smithi118.stdout:2406: done (0 left) 2023-09-30T09:15:31.493 INFO:tasks.rados.rados.0.smithi118.stdout:2407: copy_from oid 50 from oid 43 current snap is 230 2023-09-30T09:15:31.493 INFO:tasks.rados.rados.0.smithi118.stdout:2408: snap_create 2023-09-30T09:15:31.518 INFO:tasks.rados.rados.0.smithi118.stdout:2407: finishing copy_from racing read to smithi118168640-50 2023-09-30T09:15:31.523 INFO:tasks.rados.rados.0.smithi118.stdout:2407: finishing copy_from to smithi118168640-50 2023-09-30T09:15:31.523 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 898 (ObjNum 713 snap 220 seq_num 713) dirty exists 2023-09-30T09:15:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:31 smithi118 ceph-mon[182959]: osdmap e533: 8 total, 8 up, 8 in 2023-09-30T09:15:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:31 smithi118 ceph-mon[182959]: pgmap v510: 121 pgs: 121 active+clean; 178 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 316 KiB/s wr, 3 op/s 2023-09-30T09:15:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:31 smithi118 ceph-mon[182959]: osdmap e534: 8 total, 8 up, 8 in 2023-09-30T09:15:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:31 smithi118 ceph-mon[185516]: osdmap e533: 8 total, 8 up, 8 in 2023-09-30T09:15:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:31 smithi118 ceph-mon[185516]: pgmap v510: 121 pgs: 121 active+clean; 178 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 316 KiB/s wr, 3 op/s 2023-09-30T09:15:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:31 smithi118 ceph-mon[185516]: osdmap e534: 8 total, 8 up, 8 in 2023-09-30T09:15:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:31 smithi192 ceph-mon[180220]: osdmap e533: 8 total, 8 up, 8 in 2023-09-30T09:15:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:31 smithi192 ceph-mon[180220]: pgmap v510: 121 pgs: 121 active+clean; 178 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 316 KiB/s wr, 3 op/s 2023-09-30T09:15:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:31 smithi192 ceph-mon[180220]: osdmap e534: 8 total, 8 up, 8 in 2023-09-30T09:15:32.143 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph orch ps' 2023-09-30T09:15:32.450 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:15:32.494 INFO:tasks.rados.rados.0.smithi118.stdout:2407: done (1 left) 2023-09-30T09:15:32.495 INFO:tasks.rados.rados.0.smithi118.stdout:2408: done (0 left) 2023-09-30T09:15:32.495 INFO:tasks.rados.rados.0.smithi118.stdout:2409: rollback oid 44 current snap is 231 2023-09-30T09:15:32.495 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 230 2023-09-30T09:15:32.495 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 231 2023-09-30T09:15:32.495 INFO:tasks.rados.rados.0.smithi118.stdout:2410: seq_num 740 ranges {4268032=401408} 2023-09-30T09:15:32.521 INFO:tasks.rados.rados.0.smithi118.stdout:2410: writing smithi118168640-42 from 4268032 to 4669440 tid 1 2023-09-30T09:15:32.521 INFO:tasks.rados.rados.0.smithi118.stdout:2411: rollback oid 5 current snap is 231 2023-09-30T09:15:32.521 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 227 2023-09-30T09:15:32.521 INFO:tasks.rados.rados.0.smithi118.stdout:2409: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:15:32.521 INFO:tasks.rados.rados.0.smithi118.stdout:2409: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:15:32.521 INFO:tasks.rados.rados.0.smithi118.stdout:2409: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:15:32.521 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 999 (ObjNum 665 snap 199 seq_num 665) dirty exists 2023-09-30T09:15:32.522 INFO:tasks.rados.rados.0.smithi118.stdout:2409: done (2 left) 2023-09-30T09:15:32.522 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 231 2023-09-30T09:15:32.522 INFO:tasks.rados.rados.0.smithi118.stdout:2412: seq_num 741 ranges {1073152=417792} 2023-09-30T09:15:32.528 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:32 smithi118 ceph-mon[182959]: from='client.44330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:32.529 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:32 smithi118 ceph-mon[182959]: osdmap e535: 8 total, 8 up, 8 in 2023-09-30T09:15:32.529 INFO:tasks.rados.rados.0.smithi118.stdout:2412: writing smithi118168640-37 from 1073152 to 1490944 tid 1 2023-09-30T09:15:32.529 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 231 2023-09-30T09:15:32.529 INFO:tasks.rados.rados.0.smithi118.stdout:2411: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:15:32.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 0 (ObjNum 289 snap 0 seq_num 0) dirty dne 2023-09-30T09:15:32.530 INFO:tasks.rados.rados.0.smithi118.stdout:2413: seq_num 742 ranges {0=434176} 2023-09-30T09:15:32.532 INFO:tasks.rados.rados.0.smithi118.stdout:2413: writing smithi118168640-9 from 0 to 434176 tid 1 2023-09-30T09:15:32.532 INFO:tasks.rados.rados.0.smithi118.stdout:2411: done (3 left) 2023-09-30T09:15:32.532 INFO:tasks.rados.rados.0.smithi118.stdout:2414: read oid 44 snap -1 2023-09-30T09:15:32.532 INFO:tasks.rados.rados.0.smithi118.stdout:2414: expect (ObjNum 665 snap 199 seq_num 665) 2023-09-30T09:15:32.532 INFO:tasks.rados.rados.0.smithi118.stdout:2415: copy_from oid 13 from oid 14 current snap is 231 2023-09-30T09:15:32.532 INFO:tasks.rados.rados.0.smithi118.stdout:2410: finishing write tid 1 to smithi118168640-42 2023-09-30T09:15:32.532 INFO:tasks.rados.rados.0.smithi118.stdout:2410: finishing write tid 2 to smithi118168640-42 2023-09-30T09:15:32.533 INFO:tasks.rados.rados.0.smithi118.stdout:2410: finishing write tid 3 to smithi118168640-42 2023-09-30T09:15:32.533 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 881 (ObjNum 740 snap 231 seq_num 740) dirty exists 2023-09-30T09:15:32.533 INFO:tasks.rados.rados.0.smithi118.stdout:2410: left oid 42 (ObjNum 740 snap 231 seq_num 740) 2023-09-30T09:15:32.533 INFO:tasks.rados.rados.0.smithi118.stdout:2410: done (4 left) 2023-09-30T09:15:32.533 INFO:tasks.rados.rados.0.smithi118.stdout:2416: snap_create 2023-09-30T09:15:32.535 INFO:tasks.rados.rados.0.smithi118.stdout:2413: finishing write tid 1 to smithi118168640-9 2023-09-30T09:15:32.535 INFO:tasks.rados.rados.0.smithi118.stdout:2413: finishing write tid 2 to smithi118168640-9 2023-09-30T09:15:32.536 INFO:tasks.rados.rados.0.smithi118.stdout:2412: finishing write tid 1 to smithi118168640-37 2023-09-30T09:15:32.536 INFO:tasks.rados.rados.0.smithi118.stdout:2412: finishing write tid 2 to smithi118168640-37 2023-09-30T09:15:32.537 INFO:tasks.rados.rados.0.smithi118.stdout:2413: finishing write tid 3 to smithi118168640-9 2023-09-30T09:15:32.537 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 991 (ObjNum 742 snap 231 seq_num 742) dirty exists 2023-09-30T09:15:32.537 INFO:tasks.rados.rados.0.smithi118.stdout:2413: left oid 9 (ObjNum 742 snap 231 seq_num 742) 2023-09-30T09:15:32.538 INFO:tasks.rados.rados.0.smithi118.stdout:2412: finishing write tid 3 to smithi118168640-37 2023-09-30T09:15:32.538 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1000 (ObjNum 741 snap 231 seq_num 741) dirty exists 2023-09-30T09:15:32.538 INFO:tasks.rados.rados.0.smithi118.stdout:2412: left oid 37 (ObjNum 741 snap 231 seq_num 741) 2023-09-30T09:15:32.546 INFO:tasks.rados.rados.0.smithi118.stdout:2414: expect (ObjNum 665 snap 199 seq_num 665) 2023-09-30T09:15:32.723 INFO:tasks.rados.rados.0.smithi118.stdout:2415: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:15:32.724 INFO:tasks.rados.rados.0.smithi118.stdout:2415: finishing copy_from to smithi118168640-13 2023-09-30T09:15:32.724 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 860 (ObjNum 683 snap 205 seq_num 683) dirty exists 2023-09-30T09:15:32.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:32 smithi118 ceph-mon[185516]: from='client.44330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:32.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:32 smithi118 ceph-mon[185516]: osdmap e535: 8 total, 8 up, 8 in 2023-09-30T09:15:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:32 smithi192 ceph-mon[180220]: from='client.44330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:32.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:32 smithi192 ceph-mon[180220]: osdmap e535: 8 total, 8 up, 8 in 2023-09-30T09:15:33.519 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-30T09:15:33.519 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 *:9093,9094 running (44s) - 9m 15.6M - 0.25.0 c8568f914cd2 70f838dd9a58 2023-09-30T09:15:33.519 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi192 *:3000 running (35s) - 9m 40.9M - 9.4.7 2c41d148cca3 ead2566c03bc 2023-09-30T09:15:33.519 INFO:teuthology.orchestra.run.smithi118.stdout:mds.a smithi118 running (90s) - 10m 17.7M - 18.0.0-6447-g1d10b717 dda7fab67785 5266f64ca4ee 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:mds.b smithi192 running (72s) - 10m 13.7M - 18.0.0-6447-g1d10b717 dda7fab67785 7346a6b574f1 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi192 *:8443,9283,8765 running (6m) - 12m 450M - 18.0.0-6447-g1d10b717 dda7fab67785 8174ac631dd9 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443,9283,8765 running (6m) - 13m 522M - 18.0.0-6447-g1d10b717 dda7fab67785 f383038e94d2 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (5m) - 13m 116M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 67b1c5a36930 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi192 running (5m) - 12m 77.0M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ee763e881556 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (5m) - 12m 83.4M 2048M 18.0.0-6447-g1d10b717 dda7fab67785 ae91af971ef2 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 *:9100 running (64s) - 8m 9114k - 1.5.0 0da6a335fe13 4714837d7cfa 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi192 *:9100 running (62s) - 8m 8992k - 1.5.0 0da6a335fe13 cafcb29c788c 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (4m) - 12m 578M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 dc0d5fe434eb 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (4m) - 12m 517M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b2428b02aa3a 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (4m) - 11m 413M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c1f3bf668168 2023-09-30T09:15:33.520 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (3m) - 11m 244M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 9ee3b875f0e6 2023-09-30T09:15:33.521 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi192 running (3m) - 11m 408M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 4dad2c67e17a 2023-09-30T09:15:33.521 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi192 running (2m) - 10m 427M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 b1b3e45b225a 2023-09-30T09:15:33.521 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi192 running (2m) - 10m 251M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 8098e6a4bd5a 2023-09-30T09:15:33.521 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi192 running (103s) - 10m 244M 2486M 18.0.0-6447-g1d10b717 dda7fab67785 c6df0fb27277 2023-09-30T09:15:33.521 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi192 *:9095 running (53s) - 9m 47.7M - 2.43.0 a07b618ecd1d 7e8fe0ec05e5 2023-09-30T09:15:33.532 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:33 smithi118 ceph-mon[185516]: pgmap v513: 121 pgs: 121 active+clean; 178 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 176 KiB/s wr, 2 op/s 2023-09-30T09:15:33.536 INFO:tasks.rados.rados.0.smithi118.stdout:2412: done (4 left) 2023-09-30T09:15:33.536 INFO:tasks.rados.rados.0.smithi118.stdout:2413: done (3 left) 2023-09-30T09:15:33.536 INFO:tasks.rados.rados.0.smithi118.stdout:2414: done (2 left) 2023-09-30T09:15:33.536 INFO:tasks.rados.rados.0.smithi118.stdout:2415: done (1 left) 2023-09-30T09:15:33.536 INFO:tasks.rados.rados.0.smithi118.stdout:2416: done (0 left) 2023-09-30T09:15:33.536 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 232 2023-09-30T09:15:33.536 INFO:tasks.rados.rados.0.smithi118.stdout:2417: seq_num 743 ranges {4669440=450560} 2023-09-30T09:15:33.564 INFO:tasks.rados.rados.0.smithi118.stdout:2417: writing smithi118168640-50 from 4669440 to 5120000 tid 1 2023-09-30T09:15:33.564 INFO:tasks.rados.rados.0.smithi118.stdout:2418: read oid 39 snap 224 2023-09-30T09:15:33.565 INFO:tasks.rados.rados.0.smithi118.stdout:2418: expect (ObjNum 712 snap 219 seq_num 712) 2023-09-30T09:15:33.565 INFO:tasks.rados.rados.0.smithi118.stdout:2419: read oid 14 snap -1 2023-09-30T09:15:33.565 INFO:tasks.rados.rados.0.smithi118.stdout:2419: expect (ObjNum 683 snap 205 seq_num 683) 2023-09-30T09:15:33.565 INFO:tasks.rados.rados.0.smithi118.stdout:2420: read oid 46 snap 228 2023-09-30T09:15:33.565 INFO:tasks.rados.rados.0.smithi118.stdout:2420: expect (ObjNum 732 snap 226 seq_num 732) 2023-09-30T09:15:33.565 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 232 2023-09-30T09:15:33.566 INFO:tasks.rados.rados.0.smithi118.stdout:2421: seq_num 744 ranges {1564672=466944} 2023-09-30T09:15:33.576 INFO:tasks.rados.rados.0.smithi118.stdout:2421: writing smithi118168640-2 from 1564672 to 2031616 tid 1 2023-09-30T09:15:33.576 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 232 2023-09-30T09:15:33.576 INFO:tasks.rados.rados.0.smithi118.stdout:2422: seq_num 745 ranges {4259840=483328} 2023-09-30T09:15:33.602 INFO:tasks.rados.rados.0.smithi118.stdout:2422: writing smithi118168640-33 from 4259840 to 4743168 tid 1 2023-09-30T09:15:33.603 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 232 2023-09-30T09:15:33.603 INFO:tasks.rados.rados.0.smithi118.stdout:2417: finishing write tid 1 to smithi118168640-50 2023-09-30T09:15:33.603 INFO:tasks.rados.rados.0.smithi118.stdout:2423: seq_num 746 ranges {147456=499712} 2023-09-30T09:15:33.606 INFO:tasks.rados.rados.0.smithi118.stdout:2423: writing smithi118168640-10 from 147456 to 647168 tid 1 2023-09-30T09:15:33.606 INFO:tasks.rados.rados.0.smithi118.stdout:2424: rollback oid 36 current snap is 232 2023-09-30T09:15:33.607 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 228 2023-09-30T09:15:33.607 INFO:tasks.rados.rados.0.smithi118.stdout:2417: finishing write tid 2 to smithi118168640-50 2023-09-30T09:15:33.607 INFO:tasks.rados.rados.0.smithi118.stdout:2419: expect (ObjNum 683 snap 205 seq_num 683) 2023-09-30T09:15:33.656 INFO:tasks.rados.rados.0.smithi118.stdout:2420: expect (ObjNum 732 snap 226 seq_num 732) 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:2417: finishing write tid 3 to smithi118168640-50 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1214 (ObjNum 743 snap 232 seq_num 743) dirty exists 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:2417: left oid 50 (ObjNum 743 snap 232 seq_num 743) 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:2421: finishing write tid 1 to smithi118168640-2 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:2421: finishing write tid 2 to smithi118168640-2 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:2421: finishing write tid 3 to smithi118168640-2 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1217 (ObjNum 744 snap 232 seq_num 744) dirty exists 2023-09-30T09:15:33.663 INFO:tasks.rados.rados.0.smithi118.stdout:2421: left oid 2 (ObjNum 744 snap 232 seq_num 744) 2023-09-30T09:15:33.664 INFO:tasks.rados.rados.0.smithi118.stdout:2418: expect (ObjNum 712 snap 219 seq_num 712) 2023-09-30T09:15:33.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:33 smithi118 ceph-mon[182959]: pgmap v513: 121 pgs: 121 active+clean; 178 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 176 KiB/s wr, 2 op/s 2023-09-30T09:15:33.912 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph versions' 2023-09-30T09:15:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:33 smithi192 ceph-mon[180220]: pgmap v513: 121 pgs: 121 active+clean; 178 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 176 KiB/s wr, 2 op/s 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:2422: finishing write tid 1 to smithi118168640-33 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:2422: finishing write tid 2 to smithi118168640-33 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:2422: finishing write tid 3 to smithi118168640-33 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1003 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:2422: left oid 33 (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:2424: finishing rollback tid 0 to smithi118168640-36 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:2417: done (7 left) 2023-09-30T09:15:34.051 INFO:tasks.rados.rados.0.smithi118.stdout:2418: done (6 left) 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2419: done (5 left) 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2420: done (4 left) 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2421: done (3 left) 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2422: done (2 left) 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2425: delete oid 14 current snap is 232 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2423: finishing write tid 1 to smithi118168640-10 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2424: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2424: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 990 (ObjNum 708 snap 218 seq_num 708) dirty exists 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2423: finishing write tid 2 to smithi118168640-10 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2423: finishing write tid 3 to smithi118168640-10 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 883 (ObjNum 746 snap 232 seq_num 746) dirty exists 2023-09-30T09:15:34.052 INFO:tasks.rados.rados.0.smithi118.stdout:2423: left oid 10 (ObjNum 746 snap 232 seq_num 746) 2023-09-30T09:15:34.053 INFO:tasks.rados.rados.0.smithi118.stdout:2423: done (2 left) 2023-09-30T09:15:34.053 INFO:tasks.rados.rados.0.smithi118.stdout:2424: done (1 left) 2023-09-30T09:15:34.053 INFO:tasks.rados.rados.0.smithi118.stdout:2425: done (0 left) 2023-09-30T09:15:34.053 INFO:tasks.rados.rados.0.smithi118.stdout:2426: snap_create 2023-09-30T09:15:34.180 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:15:34.539 INFO:tasks.rados.rados.0.smithi118.stdout:2426: done (0 left) 2023-09-30T09:15:34.540 INFO:tasks.rados.rados.0.smithi118.stdout:2427: copy_from oid 8 from oid 3 current snap is 233 2023-09-30T09:15:34.540 INFO:tasks.rados.rados.0.smithi118.stdout:2428: setattr oid 13 current snap is 233 2023-09-30T09:15:34.542 INFO:tasks.rados.rados.0.smithi118.stdout:2429: delete oid 23 current snap is 233 2023-09-30T09:15:34.545 INFO:tasks.rados.rados.0.smithi118.stdout:2427: finishing copy_from to smithi118168640-8 2023-09-30T09:15:34.545 INFO:tasks.rados.rados.0.smithi118.stdout:2427: got expected ENOENT (src dne) 2023-09-30T09:15:34.545 INFO:tasks.rados.rados.0.smithi118.stdout:2427: finishing copy_from racing read to smithi118168640-8 2023-09-30T09:15:34.545 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 886 (ObjNum 683 snap 205 seq_num 683) dirty exists 2023-09-30T09:15:34.546 INFO:tasks.rados.rados.0.smithi118.stdout:2427: done (2 left) 2023-09-30T09:15:34.546 INFO:tasks.rados.rados.0.smithi118.stdout:2428: done (1 left) 2023-09-30T09:15:34.546 INFO:tasks.rados.rados.0.smithi118.stdout:2429: done (0 left) 2023-09-30T09:15:34.546 INFO:tasks.rados.rados.0.smithi118.stdout:2430: copy_from oid 14 from oid 16 current snap is 233 2023-09-30T09:15:34.547 INFO:tasks.rados.rados.0.smithi118.stdout:2431: snap_create 2023-09-30T09:15:34.550 INFO:tasks.rados.rados.0.smithi118.stdout:2430: finishing copy_from to smithi118168640-14 2023-09-30T09:15:34.550 INFO:tasks.rados.rados.0.smithi118.stdout:2430: got expected ENOENT (src dne) 2023-09-30T09:15:34.550 INFO:tasks.rados.rados.0.smithi118.stdout:2430: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:15:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:34 smithi118 ceph-mon[182959]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:34.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:34 smithi118 ceph-mon[182959]: osdmap e536: 8 total, 8 up, 8 in 2023-09-30T09:15:34.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:34.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:34 smithi118 ceph-mon[185516]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:34.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:34 smithi118 ceph-mon[185516]: osdmap e536: 8 total, 8 up, 8 in 2023-09-30T09:15:34.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:34 smithi192 ceph-mon[180220]: from='client.44336 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-30T09:15:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:34 smithi192 ceph-mon[180220]: osdmap e536: 8 total, 8 up, 8 in 2023-09-30T09:15:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:35.367 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2023-09-30T09:15:35.367 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2023-09-30T09:15:35.367 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 3 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 8 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": { 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 2 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2023-09-30T09:15:35.368 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2023-09-30T09:15:35.369 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)": 15 2023-09-30T09:15:35.369 INFO:teuthology.orchestra.run.smithi118.stdout: } 2023-09-30T09:15:35.369 INFO:teuthology.orchestra.run.smithi118.stdout:} 2023-09-30T09:15:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:2430: done (1 left) 2023-09-30T09:15:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:2431: done (0 left) 2023-09-30T09:15:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 234 2023-09-30T09:15:35.545 INFO:tasks.rados.rados.0.smithi118.stdout:2432: seq_num 749 ranges {6316032=548864} 2023-09-30T09:15:35.582 INFO:tasks.rados.rados.0.smithi118.stdout:2432: writing smithi118168640-12 from 6316032 to 6864896 tid 1 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2433: read oid 33 snap -1 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2433: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2434: read oid 50 snap 228 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2434: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2435: rmattr oid 43 current snap is 234 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2435: done (3 left) 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2436: rollback oid 17 current snap is 234 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 233 2023-09-30T09:15:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2437: delete oid 29 current snap is 234 2023-09-30T09:15:35.590 INFO:tasks.rados.rados.0.smithi118.stdout:2437: done (4 left) 2023-09-30T09:15:35.590 INFO:tasks.rados.rados.0.smithi118.stdout:2438: snap_remove snap 224 2023-09-30T09:15:35.651 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:35 smithi118 ceph-mon[185516]: osdmap e537: 8 total, 8 up, 8 in 2023-09-30T09:15:35.651 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:35 smithi118 ceph-mon[185516]: pgmap v516: 121 pgs: 121 active+clean; 168 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.0 MiB/s wr, 7 op/s 2023-09-30T09:15:35.651 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:35 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/355587651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:35.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:35 smithi118 ceph-mon[182959]: osdmap e537: 8 total, 8 up, 8 in 2023-09-30T09:15:35.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:35 smithi118 ceph-mon[182959]: pgmap v516: 121 pgs: 121 active+clean; 168 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.0 MiB/s wr, 7 op/s 2023-09-30T09:15:35.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:35 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/355587651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:35.761 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-09-30T09:15:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:35 smithi192 ceph-mon[180220]: osdmap e537: 8 total, 8 up, 8 in 2023-09-30T09:15:36.240 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:35 smithi192 ceph-mon[180220]: pgmap v516: 121 pgs: 121 active+clean; 168 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 2.0 MiB/s wr, 7 op/s 2023-09-30T09:15:36.240 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:35 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/355587651' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:36.240 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:15:36.498 INFO:tasks.rados.rados.0.smithi118.stdout:2438: done (4 left) 2023-09-30T09:15:36.498 INFO:tasks.rados.rados.0.smithi118.stdout:2439: read oid 11 snap 226 2023-09-30T09:15:36.499 INFO:tasks.rados.rados.0.smithi118.stdout:2439: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:15:36.499 INFO:tasks.rados.rados.0.smithi118.stdout:2440: snap_remove snap 232 2023-09-30T09:15:36.542 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:36 smithi118 ceph-mon[185516]: osdmap e538: 8 total, 8 up, 8 in 2023-09-30T09:15:36.543 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:36 smithi118 ceph-mon[185516]: osdmap e539: 8 total, 8 up, 8 in 2023-09-30T09:15:36.543 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:36 smithi118 ceph-mon[182959]: osdmap e538: 8 total, 8 up, 8 in 2023-09-30T09:15:36.543 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:36 smithi118 ceph-mon[182959]: osdmap e539: 8 total, 8 up, 8 in 2023-09-30T09:15:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:36 smithi192 ceph-mon[180220]: osdmap e538: 8 total, 8 up, 8 in 2023-09-30T09:15:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:36 smithi192 ceph-mon[180220]: osdmap e539: 8 total, 8 up, 8 in 2023-09-30T09:15:37.208 INFO:teuthology.orchestra.run.smithi118.stdout:true 2023-09-30T09:15:37.496 INFO:tasks.rados.rados.0.smithi118.stdout:2440: done (5 left) 2023-09-30T09:15:37.496 INFO:tasks.rados.rados.0.smithi118.stdout:2441: rmattr oid 13 current snap is 234 2023-09-30T09:15:37.496 INFO:tasks.rados.rados.0.smithi118.stdout:2436: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:15:37.496 INFO:tasks.rados.rados.0.smithi118.stdout:2436: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:15:37.497 INFO:tasks.rados.rados.0.smithi118.stdout:2436: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:15:37.497 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1003 (ObjNum 689 snap 208 seq_num 689) dirty exists 2023-09-30T09:15:37.497 INFO:tasks.rados.rados.0.smithi118.stdout:2434: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:15:37.521 INFO:tasks.rados.rados.0.smithi118.stdout:2432: finishing write tid 1 to smithi118168640-12 2023-09-30T09:15:37.521 INFO:tasks.rados.rados.0.smithi118.stdout:2432: finishing write tid 2 to smithi118168640-12 2023-09-30T09:15:37.521 INFO:tasks.rados.rados.0.smithi118.stdout:2433: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:15:37.585 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -e sha1=1d10b71792f3be8887a7631e69851ac2df3585af -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2023-09-30T09:15:37.756 INFO:tasks.rados.rados.0.smithi118.stdout:2432: finishing write tid 3 to smithi118168640-12 2023-09-30T09:15:37.756 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 890 (ObjNum 749 snap 234 seq_num 749) dirty exists 2023-09-30T09:15:37.756 INFO:tasks.rados.rados.0.smithi118.stdout:2432: left oid 12 (ObjNum 749 snap 234 seq_num 749) 2023-09-30T09:15:37.756 INFO:tasks.rados.rados.0.smithi118.stdout:2439: expect (ObjNum 624 snap 185 seq_num 624) 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 888 (ObjNum 683 snap 205 seq_num 683) dirty exists 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:2432: done (5 left) 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:2433: done (4 left) 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:2434: done (3 left) 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:2436: done (2 left) 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:2439: done (1 left) 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:2441: done (0 left) 2023-09-30T09:15:37.782 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 234 2023-09-30T09:15:37.783 INFO:tasks.rados.rados.0.smithi118.stdout:2442: seq_num 751 ranges {262144=581632} 2023-09-30T09:15:37.786 INFO:tasks.rados.rados.0.smithi118.stdout:2442: writing smithi118168640-46 from 262144 to 843776 tid 1 2023-09-30T09:15:37.786 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 234 2023-09-30T09:15:37.786 INFO:tasks.rados.rados.0.smithi118.stdout:2443: seq_num 752 ranges {1024000=598016} 2023-09-30T09:15:37.796 INFO:tasks.rados.rados.0.smithi118.stdout:2443: writing smithi118168640-26 from 1024000 to 1622016 tid 1 2023-09-30T09:15:37.796 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 234 2023-09-30T09:15:37.796 INFO:tasks.rados.rados.0.smithi118.stdout:2442: finishing write tid 1 to smithi118168640-46 2023-09-30T09:15:37.796 INFO:tasks.rados.rados.0.smithi118.stdout:2442: finishing write tid 2 to smithi118168640-46 2023-09-30T09:15:37.796 INFO:tasks.rados.rados.0.smithi118.stdout:2444: seq_num 753 ranges {98304=614400} 2023-09-30T09:15:37.800 INFO:tasks.rados.rados.0.smithi118.stdout:2444: writing smithi118168640-47 from 98304 to 712704 tid 1 2023-09-30T09:15:37.800 INFO:tasks.rados.rados.0.smithi118.stdout:2445: copy_from oid 38 from oid 49 current snap is 234 2023-09-30T09:15:37.800 INFO:tasks.rados.rados.0.smithi118.stdout:2442: finishing write tid 3 to smithi118168640-46 2023-09-30T09:15:37.800 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 888 (ObjNum 751 snap 234 seq_num 751) dirty exists 2023-09-30T09:15:37.800 INFO:tasks.rados.rados.0.smithi118.stdout:2442: left oid 46 (ObjNum 751 snap 234 seq_num 751) 2023-09-30T09:15:37.800 INFO:tasks.rados.rados.0.smithi118.stdout:2442: done (3 left) 2023-09-30T09:15:37.800 INFO:tasks.rados.rados.0.smithi118.stdout:2446: setattr oid 18 current snap is 234 2023-09-30T09:15:37.801 INFO:tasks.rados.rados.0.smithi118.stdout:2443: finishing write tid 1 to smithi118168640-26 2023-09-30T09:15:37.801 INFO:tasks.rados.rados.0.smithi118.stdout:2443: finishing write tid 2 to smithi118168640-26 2023-09-30T09:15:37.801 INFO:tasks.rados.rados.0.smithi118.stdout:2447: read oid 9 snap -1 2023-09-30T09:15:37.802 INFO:tasks.rados.rados.0.smithi118.stdout:2447: expect (ObjNum 742 snap 231 seq_num 742) 2023-09-30T09:15:37.802 INFO:tasks.rados.rados.0.smithi118.stdout:2448: read oid 45 snap -1 2023-09-30T09:15:37.802 INFO:tasks.rados.rados.0.smithi118.stdout:2448: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:37.802 INFO:tasks.rados.rados.0.smithi118.stdout:2449: snap_create 2023-09-30T09:15:37.802 INFO:tasks.rados.rados.0.smithi118.stdout:2443: finishing write tid 3 to smithi118168640-26 2023-09-30T09:15:37.802 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1226 (ObjNum 752 snap 234 seq_num 752) dirty exists 2023-09-30T09:15:37.802 INFO:tasks.rados.rados.0.smithi118.stdout:2443: left oid 26 (ObjNum 752 snap 234 seq_num 752) 2023-09-30T09:15:37.804 INFO:tasks.rados.rados.0.smithi118.stdout:2445: finishing copy_from to smithi118168640-38 2023-09-30T09:15:37.804 INFO:tasks.rados.rados.0.smithi118.stdout:2445: got expected ENOENT (src dne) 2023-09-30T09:15:37.805 INFO:tasks.rados.rados.0.smithi118.stdout:2444: finishing write tid 1 to smithi118168640-47 2023-09-30T09:15:37.805 INFO:tasks.rados.rados.0.smithi118.stdout:2444: finishing write tid 2 to smithi118168640-47 2023-09-30T09:15:37.805 INFO:tasks.rados.rados.0.smithi118.stdout:2447: expect (ObjNum 742 snap 231 seq_num 742) 2023-09-30T09:15:37.817 INFO:tasks.rados.rados.0.smithi118.stdout:2445: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:15:37.817 INFO:tasks.rados.rados.0.smithi118.stdout:2444: finishing write tid 3 to smithi118168640-47 2023-09-30T09:15:37.817 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1005 (ObjNum 753 snap 234 seq_num 753) dirty exists 2023-09-30T09:15:37.818 INFO:tasks.rados.rados.0.smithi118.stdout:2444: left oid 47 (ObjNum 753 snap 234 seq_num 753) 2023-09-30T09:15:37.818 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1004 (ObjNum 544 snap 160 seq_num 544) dirty exists 2023-09-30T09:15:37.818 INFO:tasks.rados.rados.0.smithi118.stdout:2448: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:37 smithi118 ceph-mon[182959]: pgmap v519: 121 pgs: 121 active+clean; 163 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.1 MiB/s wr, 10 op/s 2023-09-30T09:15:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:37 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3911031051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:37 smithi118 ceph-mon[182959]: osdmap e540: 8 total, 8 up, 8 in 2023-09-30T09:15:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:37 smithi118 ceph-mon[185516]: pgmap v519: 121 pgs: 121 active+clean; 163 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.1 MiB/s wr, 10 op/s 2023-09-30T09:15:37.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:37 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3911031051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:37.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:37 smithi118 ceph-mon[185516]: osdmap e540: 8 total, 8 up, 8 in 2023-09-30T09:15:37.865 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:15:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:37 smithi192 ceph-mon[180220]: pgmap v519: 121 pgs: 121 active+clean; 163 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 2.1 MiB/s wr, 10 op/s 2023-09-30T09:15:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:37 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3911031051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:37 smithi192 ceph-mon[180220]: osdmap e540: 8 total, 8 up, 8 in 2023-09-30T09:15:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:2443: done (6 left) 2023-09-30T09:15:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:2444: done (5 left) 2023-09-30T09:15:38.550 INFO:tasks.rados.rados.0.smithi118.stdout:2445: done (4 left) 2023-09-30T09:15:38.551 INFO:tasks.rados.rados.0.smithi118.stdout:2446: done (3 left) 2023-09-30T09:15:38.551 INFO:tasks.rados.rados.0.smithi118.stdout:2447: done (2 left) 2023-09-30T09:15:38.551 INFO:tasks.rados.rados.0.smithi118.stdout:2448: done (1 left) 2023-09-30T09:15:38.551 INFO:tasks.rados.rados.0.smithi118.stdout:2449: done (0 left) 2023-09-30T09:15:38.551 INFO:tasks.rados.rados.0.smithi118.stdout:2450: setattr oid 42 current snap is 235 2023-09-30T09:15:38.551 INFO:tasks.rados.rados.0.smithi118.stdout:2451: rollback oid 35 current snap is 235 2023-09-30T09:15:38.552 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 228 2023-09-30T09:15:38.552 INFO:tasks.rados.rados.0.smithi118.stdout:2452: read oid 22 snap -1 2023-09-30T09:15:38.552 INFO:tasks.rados.rados.0.smithi118.stdout:2452: expect (ObjNum 697 snap 216 seq_num 697) 2023-09-30T09:15:38.552 INFO:tasks.rados.rados.0.smithi118.stdout:2453: setattr oid 11 current snap is 235 2023-09-30T09:15:38.552 INFO:tasks.rados.rados.0.smithi118.stdout:2454: snap_remove snap 226 2023-09-30T09:15:39.048 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 18.0.0-6447-g1d10b717 (1d10b71792f3be8887a7631e69851ac2df3585af) reef (dev)" 2023-09-30T09:15:39.417 INFO:teuthology.task.sequential:In sequential, running task print... 2023-09-30T09:15:39.417 INFO:teuthology.task.print:**** done end upgrade, wait... 2023-09-30T09:15:39.418 DEBUG:teuthology.parallel:result is None 2023-09-30T09:15:39.553 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:39 smithi118 ceph-mon[182959]: osdmap e541: 8 total, 8 up, 8 in 2023-09-30T09:15:39.559 INFO:tasks.rados.rados.0.smithi118.stdout:2454: done (4 left) 2023-09-30T09:15:39.559 INFO:tasks.rados.rados.0.smithi118.stdout:2455: snap_create 2023-09-30T09:15:39.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 885 (ObjNum 740 snap 231 seq_num 740) dirty exists 2023-09-30T09:15:39.560 INFO:tasks.rados.rados.0.smithi118.stdout:2451: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:15:39.560 INFO:tasks.rados.rados.0.smithi118.stdout:2451: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:15:39.560 INFO:tasks.rados.rados.0.smithi118.stdout:2451: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:15:39.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 901 (ObjNum 713 snap 220 seq_num 713) dirty exists 2023-09-30T09:15:39.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 889 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:15:39.560 INFO:tasks.rados.rados.0.smithi118.stdout:2452: expect (ObjNum 697 snap 216 seq_num 697) 2023-09-30T09:15:39.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:15:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:15:39] "GET /metrics HTTP/1.1" 200 36179 "" "Prometheus/2.43.0" 2023-09-30T09:15:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:39 smithi118 ceph-mon[182959]: pgmap v522: 121 pgs: 121 active+clean; 165 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 732 KiB/s wr, 10 op/s 2023-09-30T09:15:39.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:39 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/643532018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:39 smithi118 ceph-mon[185516]: osdmap e541: 8 total, 8 up, 8 in 2023-09-30T09:15:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:39 smithi118 ceph-mon[185516]: pgmap v522: 121 pgs: 121 active+clean; 165 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 732 KiB/s wr, 10 op/s 2023-09-30T09:15:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:39 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/643532018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:39 smithi192 ceph-mon[180220]: osdmap e541: 8 total, 8 up, 8 in 2023-09-30T09:15:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:39 smithi192 ceph-mon[180220]: pgmap v522: 121 pgs: 121 active+clean; 165 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 MiB/s rd, 732 KiB/s wr, 10 op/s 2023-09-30T09:15:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:39 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/643532018' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-30T09:15:40.563 INFO:tasks.rados.rados.0.smithi118.stdout:2450: done (4 left) 2023-09-30T09:15:40.563 INFO:tasks.rados.rados.0.smithi118.stdout:2451: done (3 left) 2023-09-30T09:15:40.563 INFO:tasks.rados.rados.0.smithi118.stdout:2452: done (2 left) 2023-09-30T09:15:40.563 INFO:tasks.rados.rados.0.smithi118.stdout:2453: done (1 left) 2023-09-30T09:15:40.563 INFO:tasks.rados.rados.0.smithi118.stdout:2455: done (0 left) 2023-09-30T09:15:40.564 INFO:tasks.rados.rados.0.smithi118.stdout:2456: rmattr oid 49 current snap is 236 2023-09-30T09:15:40.564 INFO:tasks.rados.rados.0.smithi118.stdout:2456: done (0 left) 2023-09-30T09:15:40.564 INFO:tasks.rados.rados.0.smithi118.stdout:2457: snap_remove snap 230 2023-09-30T09:15:40.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:40 smithi118 ceph-mon[185516]: osdmap e542: 8 total, 8 up, 8 in 2023-09-30T09:15:40.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:40 smithi118 ceph-mon[182959]: osdmap e542: 8 total, 8 up, 8 in 2023-09-30T09:15:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:40 smithi192 ceph-mon[180220]: osdmap e542: 8 total, 8 up, 8 in 2023-09-30T09:15:41.506 INFO:tasks.rados.rados.0.smithi118.stdout:2457: done (0 left) 2023-09-30T09:15:41.506 INFO:tasks.rados.rados.0.smithi118.stdout:2458: rollback oid 11 current snap is 236 2023-09-30T09:15:41.506 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 11 to 235 2023-09-30T09:15:41.506 INFO:tasks.rados.rados.0.smithi118.stdout:2459: delete oid 36 current snap is 236 2023-09-30T09:15:41.513 INFO:tasks.rados.rados.0.smithi118.stdout:2459: done (1 left) 2023-09-30T09:15:41.513 INFO:tasks.rados.rados.0.smithi118.stdout:2460: copy_from oid 1 from oid 9 current snap is 236 2023-09-30T09:15:41.513 INFO:tasks.rados.rados.0.smithi118.stdout:2461: snap_remove snap 234 2023-09-30T09:15:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:41 smithi118 ceph-mon[185516]: osdmap e543: 8 total, 8 up, 8 in 2023-09-30T09:15:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:41 smithi118 ceph-mon[185516]: pgmap v525: 121 pgs: 121 active+clean; 161 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 796 KiB/s wr, 32 op/s 2023-09-30T09:15:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:41 smithi118 ceph-mon[185516]: osdmap e544: 8 total, 8 up, 8 in 2023-09-30T09:15:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:41 smithi118 ceph-mon[182959]: osdmap e543: 8 total, 8 up, 8 in 2023-09-30T09:15:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:41 smithi118 ceph-mon[182959]: pgmap v525: 121 pgs: 121 active+clean; 161 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 796 KiB/s wr, 32 op/s 2023-09-30T09:15:41.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:41 smithi118 ceph-mon[182959]: osdmap e544: 8 total, 8 up, 8 in 2023-09-30T09:15:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:41 smithi192 ceph-mon[180220]: osdmap e543: 8 total, 8 up, 8 in 2023-09-30T09:15:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:41 smithi192 ceph-mon[180220]: pgmap v525: 121 pgs: 121 active+clean; 161 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.6 MiB/s rd, 796 KiB/s wr, 32 op/s 2023-09-30T09:15:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:41 smithi192 ceph-mon[180220]: osdmap e544: 8 total, 8 up, 8 in 2023-09-30T09:15:42.506 INFO:tasks.rados.rados.0.smithi118.stdout:2461: done (2 left) 2023-09-30T09:15:42.507 INFO:tasks.rados.rados.0.smithi118.stdout:2462: setattr oid 41 current snap is 236 2023-09-30T09:15:42.507 INFO:tasks.rados.rados.0.smithi118.stdout:2463: snap_remove snap 220 2023-09-30T09:15:43.513 INFO:tasks.rados.rados.0.smithi118.stdout:2463: done (3 left) 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:2464: delete oid 34 current snap is 236 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:2458: finishing rollback tid 0 to smithi118168640-11 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:2458: finishing rollback tid 1 to smithi118168640-11 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:2458: finishing rollback tid 2 to smithi118168640-11 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 892 (ObjNum 624 snap 185 seq_num 624) dirty exists 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:2460: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:2460: finishing copy_from to smithi118168640-1 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 991 (ObjNum 742 snap 231 seq_num 742) dirty exists 2023-09-30T09:15:43.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1242 (ObjNum 737 snap 228 seq_num 737) dirty exists 2023-09-30T09:15:43.526 INFO:tasks.rados.rados.0.smithi118.stdout:2458: done (3 left) 2023-09-30T09:15:43.526 INFO:tasks.rados.rados.0.smithi118.stdout:2460: done (2 left) 2023-09-30T09:15:43.526 INFO:tasks.rados.rados.0.smithi118.stdout:2462: done (1 left) 2023-09-30T09:15:43.526 INFO:tasks.rados.rados.0.smithi118.stdout:2464: done (0 left) 2023-09-30T09:15:43.526 INFO:tasks.rados.rados.0.smithi118.stdout:2465: copy_from oid 14 from oid 22 current snap is 236 2023-09-30T09:15:43.526 INFO:tasks.rados.rados.0.smithi118.stdout:2466: delete oid 40 current snap is 236 2023-09-30T09:15:43.532 INFO:tasks.rados.rados.0.smithi118.stdout:2466: done (1 left) 2023-09-30T09:15:43.532 INFO:tasks.rados.rados.0.smithi118.stdout:2467: delete oid 21 current snap is 236 2023-09-30T09:15:43.539 INFO:tasks.rados.rados.0.smithi118.stdout:2467: done (1 left) 2023-09-30T09:15:43.539 INFO:tasks.rados.rados.0.smithi118.stdout:2468: rmattr oid 28 current snap is 236 2023-09-30T09:15:43.539 INFO:tasks.rados.rados.0.smithi118.stdout:2468: done (1 left) 2023-09-30T09:15:43.540 INFO:tasks.rados.rados.0.smithi118.stdout:2469: read oid 7 snap 229 2023-09-30T09:15:43.540 INFO:tasks.rados.rados.0.smithi118.stdout:2469: expect (ObjNum 720 snap 222 seq_num 720) 2023-09-30T09:15:43.540 INFO:tasks.rados.rados.0.smithi118.stdout:2470: copy_from oid 10 from oid 36 current snap is 236 2023-09-30T09:15:43.540 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 236 2023-09-30T09:15:43.540 INFO:tasks.rados.rados.0.smithi118.stdout:2471: seq_num 758 ranges {4669440=704512} 2023-09-30T09:15:43.565 INFO:tasks.rados.rados.0.smithi118.stdout:2471: writing smithi118168640-43 from 4669440 to 5373952 tid 1 2023-09-30T09:15:43.566 INFO:tasks.rados.rados.0.smithi118.stdout:2472: read oid 48 snap -1 2023-09-30T09:15:43.566 INFO:tasks.rados.rados.0.smithi118.stdout:2472: expect (ObjNum 728 snap 226 seq_num 728) 2023-09-30T09:15:43.566 INFO:tasks.rados.rados.0.smithi118.stdout:2473: snap_remove snap 227 2023-09-30T09:15:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:43 smithi118 ceph-mon[182959]: osdmap e545: 8 total, 8 up, 8 in 2023-09-30T09:15:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:43 smithi118 ceph-mon[182959]: pgmap v528: 121 pgs: 121 active+clean; 162 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 390 KiB/s wr, 31 op/s 2023-09-30T09:15:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:43 smithi118 ceph-mon[185516]: osdmap e545: 8 total, 8 up, 8 in 2023-09-30T09:15:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:43 smithi118 ceph-mon[185516]: pgmap v528: 121 pgs: 121 active+clean; 162 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 390 KiB/s wr, 31 op/s 2023-09-30T09:15:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:43 smithi192 ceph-mon[180220]: osdmap e545: 8 total, 8 up, 8 in 2023-09-30T09:15:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:43 smithi192 ceph-mon[180220]: pgmap v528: 121 pgs: 121 active+clean; 162 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 390 KiB/s wr, 31 op/s 2023-09-30T09:15:44.517 INFO:tasks.rados.rados.0.smithi118.stdout:2473: done (5 left) 2023-09-30T09:15:44.517 INFO:tasks.rados.rados.0.smithi118.stdout:2474: copy_from oid 12 from oid 33 current snap is 236 2023-09-30T09:15:44.517 INFO:tasks.rados.rados.0.smithi118.stdout:2475: read oid 41 snap 228 2023-09-30T09:15:44.517 INFO:tasks.rados.rados.0.smithi118.stdout:2475: expect (ObjNum 737 snap 228 seq_num 737) 2023-09-30T09:15:44.517 INFO:tasks.rados.rados.0.smithi118.stdout:2476: delete oid 20 current snap is 236 2023-09-30T09:15:44.517 INFO:tasks.rados.rados.0.smithi118.stdout:2470: finishing copy_from to smithi118168640-10 2023-09-30T09:15:44.518 INFO:tasks.rados.rados.0.smithi118.stdout:2470: got expected ENOENT (src dne) 2023-09-30T09:15:44.518 INFO:tasks.rados.rados.0.smithi118.stdout:2465: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:15:44.518 INFO:tasks.rados.rados.0.smithi118.stdout:2470: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:15:44.518 INFO:tasks.rados.rados.0.smithi118.stdout:2465: finishing copy_from to smithi118168640-14 2023-09-30T09:15:44.518 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 883 (ObjNum 697 snap 216 seq_num 697) dirty exists 2023-09-30T09:15:44.518 INFO:tasks.rados.rados.0.smithi118.stdout:2469: expect (ObjNum 720 snap 222 seq_num 720) 2023-09-30T09:15:44.519 INFO:tasks.rados.rados.0.smithi118.stdout:2472: expect (ObjNum 728 snap 226 seq_num 728) 2023-09-30T09:15:44.528 INFO:tasks.rados.rados.0.smithi118.stdout:2471: finishing write tid 1 to smithi118168640-43 2023-09-30T09:15:44.528 INFO:tasks.rados.rados.0.smithi118.stdout:2471: finishing write tid 2 to smithi118168640-43 2023-09-30T09:15:44.528 INFO:tasks.rados.rados.0.smithi118.stdout:2471: finishing write tid 3 to smithi118168640-43 2023-09-30T09:15:44.528 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 903 (ObjNum 758 snap 236 seq_num 758) dirty exists 2023-09-30T09:15:44.528 INFO:tasks.rados.rados.0.smithi118.stdout:2471: left oid 43 (ObjNum 758 snap 236 seq_num 758) 2023-09-30T09:15:44.528 INFO:tasks.rados.rados.0.smithi118.stdout:2465: done (7 left) 2023-09-30T09:15:44.529 INFO:tasks.rados.rados.0.smithi118.stdout:2469: done (6 left) 2023-09-30T09:15:44.529 INFO:tasks.rados.rados.0.smithi118.stdout:2470: done (5 left) 2023-09-30T09:15:44.529 INFO:tasks.rados.rados.0.smithi118.stdout:2471: done (4 left) 2023-09-30T09:15:44.529 INFO:tasks.rados.rados.0.smithi118.stdout:2472: done (3 left) 2023-09-30T09:15:44.529 INFO:tasks.rados.rados.0.smithi118.stdout:2476: done (2 left) 2023-09-30T09:15:44.529 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 236 2023-09-30T09:15:44.529 INFO:tasks.rados.rados.0.smithi118.stdout:2477: seq_num 760 ranges {0=737280} 2023-09-30T09:15:44.533 INFO:tasks.rados.rados.0.smithi118.stdout:2477: writing smithi118168640-19 from 0 to 737280 tid 1 2023-09-30T09:15:44.533 INFO:tasks.rados.rados.0.smithi118.stdout:2478: delete oid 25 current snap is 236 2023-09-30T09:15:44.535 INFO:tasks.rados.rados.0.smithi118.stdout:2475: expect (ObjNum 737 snap 228 seq_num 737) 2023-09-30T09:15:44.548 INFO:tasks.rados.rados.0.smithi118.stdout:2477: finishing write tid 1 to smithi118168640-19 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:2477: finishing write tid 2 to smithi118168640-19 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:2475: done (3 left) 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:2478: done (2 left) 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 236 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:2477: finishing write tid 3 to smithi118168640-19 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1260 (ObjNum 760 snap 236 seq_num 760) dirty exists 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:2477: left oid 19 (ObjNum 760 snap 236 seq_num 760) 2023-09-30T09:15:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:2479: seq_num 762 ranges {0=770048} 2023-09-30T09:15:44.553 INFO:tasks.rados.rados.0.smithi118.stdout:2479: writing smithi118168640-3 from 0 to 770048 tid 1 2023-09-30T09:15:44.553 INFO:tasks.rados.rados.0.smithi118.stdout:2477: done (2 left) 2023-09-30T09:15:44.553 INFO:tasks.rados.rados.0.smithi118.stdout:2480: delete oid 39 current snap is 236 2023-09-30T09:15:44.553 INFO:tasks.rados.rados.0.smithi118.stdout:2474: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:15:44.554 INFO:tasks.rados.rados.0.smithi118.stdout:2474: finishing copy_from to smithi118168640-12 2023-09-30T09:15:44.555 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1003 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:15:44.556 INFO:tasks.rados.rados.0.smithi118.stdout:2474: done (2 left) 2023-09-30T09:15:44.556 INFO:tasks.rados.rados.0.smithi118.stdout:2480: done (1 left) 2023-09-30T09:15:44.556 INFO:tasks.rados.rados.0.smithi118.stdout:2481: snap_remove snap 233 2023-09-30T09:15:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:44 smithi118 ceph-mon[182959]: osdmap e546: 8 total, 8 up, 8 in 2023-09-30T09:15:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:44 smithi118 ceph-mon[185516]: osdmap e546: 8 total, 8 up, 8 in 2023-09-30T09:15:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:44 smithi192 ceph-mon[180220]: osdmap e546: 8 total, 8 up, 8 in 2023-09-30T09:15:45.524 INFO:tasks.rados.rados.0.smithi118.stdout:2481: done (1 left) 2023-09-30T09:15:45.524 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 236 2023-09-30T09:15:45.524 INFO:tasks.rados.rados.0.smithi118.stdout:2482: seq_num 764 ranges {3858432=802816} 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:2482: writing smithi118168640-8 from 3858432 to 4661248 tid 1 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:2483: read oid 49 snap -1 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:2483: expect deleted 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:2484: rollback oid 24 current snap is 236 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 24 to 235 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:2479: finishing write tid 1 to smithi118168640-3 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:2479: finishing write tid 2 to smithi118168640-3 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:2479: finishing write tid 3 to smithi118168640-3 2023-09-30T09:15:45.551 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 890 (ObjNum 762 snap 236 seq_num 762) dirty exists 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2479: left oid 3 (ObjNum 762 snap 236 seq_num 762) 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2479: done (3 left) 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2485: read oid 15 snap -1 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2485: expect (ObjNum 721 snap 223 seq_num 721) 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2486: rmattr oid 29 current snap is 236 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2486: done (4 left) 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2487: copy_from oid 29 from oid 20 current snap is 236 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 236 2023-09-30T09:15:45.552 INFO:tasks.rados.rados.0.smithi118.stdout:2488: seq_num 765 ranges {860160=417792,1277952=401408} 2023-09-30T09:15:45.557 INFO:tasks.rados.rados.0.smithi118.stdout:2488: writing smithi118168640-11 from 860160 to 1277952 tid 1 2023-09-30T09:15:45.560 INFO:tasks.rados.rados.0.smithi118.stdout:2488: writing smithi118168640-11 from 1277952 to 1679360 tid 2 2023-09-30T09:15:45.560 INFO:tasks.rados.rados.0.smithi118.stdout:2489: delete oid 21 current snap is 236 2023-09-30T09:15:45.560 INFO:tasks.rados.rados.0.smithi118.stdout:2485: expect (ObjNum 721 snap 223 seq_num 721) 2023-09-30T09:15:45.563 INFO:tasks.rados.rados.0.smithi118.stdout:2487: finishing copy_from to smithi118168640-29 2023-09-30T09:15:45.563 INFO:tasks.rados.rados.0.smithi118.stdout:2487: got expected ENOENT (src dne) 2023-09-30T09:15:45.563 INFO:tasks.rados.rados.0.smithi118.stdout:2484: finishing rollback tid 0 to smithi118168640-24 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2487: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2484: finishing rollback tid 1 to smithi118168640-24 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2483: done (6 left) 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2485: done (5 left) 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2487: done (4 left) 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2489: done (3 left) 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 236 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2484: finishing rollback tid 2 to smithi118168640-24 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 994 (ObjNum 690 snap 212 seq_num 690) dirty exists 2023-09-30T09:15:45.564 INFO:tasks.rados.rados.0.smithi118.stdout:2490: seq_num 767 ranges {434176=450560,884736=401408} 2023-09-30T09:15:45.568 INFO:tasks.rados.rados.0.smithi118.stdout:2490: writing smithi118168640-1 from 434176 to 884736 tid 1 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2490: writing smithi118168640-1 from 884736 to 1286144 tid 2 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2484: done (3 left) 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2491: delete oid 24 current snap is 236 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2482: finishing write tid 1 to smithi118168640-8 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2482: finishing write tid 2 to smithi118168640-8 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2482: finishing write tid 3 to smithi118168640-8 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1006 (ObjNum 764 snap 236 seq_num 764) dirty exists 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2482: left oid 8 (ObjNum 764 snap 236 seq_num 764) 2023-09-30T09:15:45.571 INFO:tasks.rados.rados.0.smithi118.stdout:2488: finishing write tid 1 to smithi118168640-11 2023-09-30T09:15:45.572 INFO:tasks.rados.rados.0.smithi118.stdout:2488: finishing write tid 2 to smithi118168640-11 2023-09-30T09:15:45.572 INFO:tasks.rados.rados.0.smithi118.stdout:2488: finishing write tid 3 to smithi118168640-11 2023-09-30T09:15:45.572 INFO:tasks.rados.rados.0.smithi118.stdout:2488: finishing write tid 4 to smithi118168640-11 2023-09-30T09:15:45.572 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 895 (ObjNum 765 snap 236 seq_num 765) dirty exists 2023-09-30T09:15:45.572 INFO:tasks.rados.rados.0.smithi118.stdout:2488: left oid 11 (ObjNum 765 snap 236 seq_num 765) 2023-09-30T09:15:45.572 INFO:tasks.rados.rados.0.smithi118.stdout:2482: done (3 left) 2023-09-30T09:15:45.572 INFO:tasks.rados.rados.0.smithi118.stdout:2488: done (2 left) 2023-09-30T09:15:45.573 INFO:tasks.rados.rados.0.smithi118.stdout:2491: done (1 left) 2023-09-30T09:15:45.573 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 236 2023-09-30T09:15:45.573 INFO:tasks.rados.rados.0.smithi118.stdout:2492: seq_num 769 ranges {0=483328,483328=401408} 2023-09-30T09:15:45.575 INFO:tasks.rados.rados.0.smithi118.stdout:2492: writing smithi118168640-38 from 0 to 483328 tid 1 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2492: writing smithi118168640-38 from 483328 to 884736 tid 2 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 236 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2490: finishing write tid 1 to smithi118168640-1 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2490: finishing write tid 2 to smithi118168640-1 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2490: finishing write tid 3 to smithi118168640-1 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2490: finishing write tid 4 to smithi118168640-1 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 994 (ObjNum 767 snap 236 seq_num 767) dirty exists 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2490: left oid 1 (ObjNum 767 snap 236 seq_num 767) 2023-09-30T09:15:45.578 INFO:tasks.rados.rados.0.smithi118.stdout:2493: seq_num 770 ranges {5120000=499712,5619712=401408} 2023-09-30T09:15:45.607 INFO:tasks.rados.rados.0.smithi118.stdout:2493: writing smithi118168640-50 from 5120000 to 5619712 tid 1 2023-09-30T09:15:45.610 INFO:tasks.rados.rados.0.smithi118.stdout:2493: writing smithi118168640-50 from 5619712 to 6021120 tid 2 2023-09-30T09:15:45.610 INFO:tasks.rados.rados.0.smithi118.stdout:2490: done (2 left) 2023-09-30T09:15:45.610 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 236 2023-09-30T09:15:45.610 INFO:tasks.rados.rados.0.smithi118.stdout:2492: finishing write tid 1 to smithi118168640-38 2023-09-30T09:15:45.610 INFO:tasks.rados.rados.0.smithi118.stdout:2492: finishing write tid 2 to smithi118168640-38 2023-09-30T09:15:45.610 INFO:tasks.rados.rados.0.smithi118.stdout:2492: finishing write tid 3 to smithi118168640-38 2023-09-30T09:15:45.610 INFO:tasks.rados.rados.0.smithi118.stdout:2492: finishing write tid 4 to smithi118168640-38 2023-09-30T09:15:45.611 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1009 (ObjNum 769 snap 236 seq_num 769) dirty exists 2023-09-30T09:15:45.611 INFO:tasks.rados.rados.0.smithi118.stdout:2492: left oid 38 (ObjNum 769 snap 236 seq_num 769) 2023-09-30T09:15:45.611 INFO:tasks.rados.rados.0.smithi118.stdout:2494: seq_num 771 ranges {4300800=516096,4816896=401408} 2023-09-30T09:15:45.635 INFO:tasks.rados.rados.0.smithi118.stdout:2494: writing smithi118168640-17 from 4300800 to 4816896 tid 1 2023-09-30T09:15:45.637 INFO:tasks.rados.rados.0.smithi118.stdout:2494: writing smithi118168640-17 from 4816896 to 5218304 tid 2 2023-09-30T09:15:45.638 INFO:tasks.rados.rados.0.smithi118.stdout:2492: done (2 left) 2023-09-30T09:15:45.638 INFO:tasks.rados.rados.0.smithi118.stdout:2495: read oid 44 snap -1 2023-09-30T09:15:45.638 INFO:tasks.rados.rados.0.smithi118.stdout:2495: expect (ObjNum 665 snap 199 seq_num 665) 2023-09-30T09:15:45.638 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 236 2023-09-30T09:15:45.638 INFO:tasks.rados.rados.0.smithi118.stdout:2493: finishing write tid 1 to smithi118168640-50 2023-09-30T09:15:45.638 INFO:tasks.rados.rados.0.smithi118.stdout:2496: seq_num 772 ranges {417792=532480,950272=401408} 2023-09-30T09:15:45.643 INFO:tasks.rados.rados.0.smithi118.stdout:2496: writing smithi118168640-41 from 417792 to 950272 tid 1 2023-09-30T09:15:45.645 INFO:tasks.rados.rados.0.smithi118.stdout:2496: writing smithi118168640-41 from 950272 to 1351680 tid 2 2023-09-30T09:15:45.646 INFO:tasks.rados.rados.0.smithi118.stdout:2497: snap_remove snap 235 2023-09-30T09:15:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:45 smithi118 ceph-mon[185516]: osdmap e547: 8 total, 8 up, 8 in 2023-09-30T09:15:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:45 smithi118 ceph-mon[185516]: pgmap v531: 121 pgs: 121 active+clean; 144 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 48 KiB/s rd, 106 KiB/s wr, 13 op/s 2023-09-30T09:15:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:45 smithi118 ceph-mon[182959]: osdmap e547: 8 total, 8 up, 8 in 2023-09-30T09:15:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:45 smithi118 ceph-mon[182959]: pgmap v531: 121 pgs: 121 active+clean; 144 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 48 KiB/s rd, 106 KiB/s wr, 13 op/s 2023-09-30T09:15:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:45 smithi192 ceph-mon[180220]: osdmap e547: 8 total, 8 up, 8 in 2023-09-30T09:15:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:45 smithi192 ceph-mon[180220]: pgmap v531: 121 pgs: 121 active+clean; 144 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 48 KiB/s rd, 106 KiB/s wr, 13 op/s 2023-09-30T09:15:46.503 INFO:tasks.rados.rados.0.smithi118.stdout:2497: done (4 left) 2023-09-30T09:15:46.504 INFO:tasks.rados.rados.0.smithi118.stdout:2498: copy_from oid 2 from oid 32 current snap is 236 2023-09-30T09:15:46.504 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 236 2023-09-30T09:15:46.507 INFO:tasks.rados.rados.0.smithi118.stdout:2499: seq_num 773 ranges {4743168=548864,5292032=401408} 2023-09-30T09:15:46.533 INFO:tasks.rados.rados.0.smithi118.stdout:2499: writing smithi118168640-33 from 4743168 to 5292032 tid 1 2023-09-30T09:15:46.536 INFO:tasks.rados.rados.0.smithi118.stdout:2499: writing smithi118168640-33 from 5292032 to 5693440 tid 2 2023-09-30T09:15:46.536 INFO:tasks.rados.rados.0.smithi118.stdout:2500: rollback oid 46 current snap is 236 2023-09-30T09:15:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 46 to 229 2023-09-30T09:15:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:2493: finishing write tid 2 to smithi118168640-50 2023-09-30T09:15:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:2493: finishing write tid 3 to smithi118168640-50 2023-09-30T09:15:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:2493: finishing write tid 4 to smithi118168640-50 2023-09-30T09:15:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1268 (ObjNum 770 snap 236 seq_num 770) dirty exists 2023-09-30T09:15:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:2493: left oid 50 (ObjNum 770 snap 236 seq_num 770) 2023-09-30T09:15:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:2494: finishing write tid 1 to smithi118168640-17 2023-09-30T09:15:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:2494: finishing write tid 2 to smithi118168640-17 2023-09-30T09:15:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:2494: finishing write tid 3 to smithi118168640-17 2023-09-30T09:15:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:2494: finishing write tid 4 to smithi118168640-17 2023-09-30T09:15:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1009 (ObjNum 771 snap 236 seq_num 771) dirty exists 2023-09-30T09:15:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:2494: left oid 17 (ObjNum 771 snap 236 seq_num 771) 2023-09-30T09:15:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:2495: expect (ObjNum 665 snap 199 seq_num 665) 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:2496: finishing write tid 1 to smithi118168640-41 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:2496: finishing write tid 2 to smithi118168640-41 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:2496: finishing write tid 3 to smithi118168640-41 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:2496: finishing write tid 4 to smithi118168640-41 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1271 (ObjNum 772 snap 236 seq_num 772) dirty exists 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:2496: left oid 41 (ObjNum 772 snap 236 seq_num 772) 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:2498: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:15:46.703 INFO:tasks.rados.rados.0.smithi118.stdout:2498: finishing copy_from to smithi118168640-2 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 722 (ObjNum 661 snap 199 seq_num 661) dirty exists 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2493: done (6 left) 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2494: done (5 left) 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2495: done (4 left) 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2496: done (3 left) 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2498: done (2 left) 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2501: snap_create 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2500: finishing rollback tid 0 to smithi118168640-46 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2499: finishing write tid 1 to smithi118168640-33 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2500: finishing rollback tid 1 to smithi118168640-46 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:2500: finishing rollback tid 2 to smithi118168640-46 2023-09-30T09:15:46.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 893 (ObjNum 732 snap 226 seq_num 732) dirty exists 2023-09-30T09:15:46.705 INFO:tasks.rados.rados.0.smithi118.stdout:2499: finishing write tid 2 to smithi118168640-33 2023-09-30T09:15:46.705 INFO:tasks.rados.rados.0.smithi118.stdout:2499: finishing write tid 3 to smithi118168640-33 2023-09-30T09:15:46.705 INFO:tasks.rados.rados.0.smithi118.stdout:2499: finishing write tid 4 to smithi118168640-33 2023-09-30T09:15:46.705 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1012 (ObjNum 773 snap 236 seq_num 773) dirty exists 2023-09-30T09:15:46.705 INFO:tasks.rados.rados.0.smithi118.stdout:2499: left oid 33 (ObjNum 773 snap 236 seq_num 773) 2023-09-30T09:15:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:46 smithi118 ceph-mon[182959]: osdmap e548: 8 total, 8 up, 8 in 2023-09-30T09:15:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:46 smithi118 ceph-mon[182959]: osdmap e549: 8 total, 8 up, 8 in 2023-09-30T09:15:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:46 smithi118 ceph-mon[185516]: osdmap e548: 8 total, 8 up, 8 in 2023-09-30T09:15:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:46 smithi118 ceph-mon[185516]: osdmap e549: 8 total, 8 up, 8 in 2023-09-30T09:15:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:46 smithi192 ceph-mon[180220]: osdmap e548: 8 total, 8 up, 8 in 2023-09-30T09:15:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:46 smithi192 ceph-mon[180220]: osdmap e549: 8 total, 8 up, 8 in 2023-09-30T09:15:47.528 INFO:tasks.rados.rados.0.smithi118.stdout:2499: done (2 left) 2023-09-30T09:15:47.528 INFO:tasks.rados.rados.0.smithi118.stdout:2500: done (1 left) 2023-09-30T09:15:47.528 INFO:tasks.rados.rados.0.smithi118.stdout:2501: done (0 left) 2023-09-30T09:15:47.528 INFO:tasks.rados.rados.0.smithi118.stdout:2502: snap_create 2023-09-30T09:15:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:47 smithi118 ceph-mon[185516]: pgmap v534: 121 pgs: 121 active+clean; 142 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 49 KiB/s rd, 888 KiB/s wr, 10 op/s 2023-09-30T09:15:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:47 smithi118 ceph-mon[182959]: pgmap v534: 121 pgs: 121 active+clean; 142 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 49 KiB/s rd, 888 KiB/s wr, 10 op/s 2023-09-30T09:15:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:47 smithi192 ceph-mon[180220]: pgmap v534: 121 pgs: 121 active+clean; 142 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 49 KiB/s rd, 888 KiB/s wr, 10 op/s 2023-09-30T09:15:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2502: done (0 left) 2023-09-30T09:15:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2503: rollback oid 2 current snap is 238 2023-09-30T09:15:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 2 to 231 2023-09-30T09:15:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2504: read oid 40 snap -1 2023-09-30T09:15:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2504: expect deleted 2023-09-30T09:15:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2505: read oid 24 snap -1 2023-09-30T09:15:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2505: expect deleted 2023-09-30T09:15:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:2506: read oid 50 snap -1 2023-09-30T09:15:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:2506: expect (ObjNum 770 snap 236 seq_num 770) 2023-09-30T09:15:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:2507: delete oid 17 current snap is 238 2023-09-30T09:15:48.534 INFO:tasks.rados.rados.0.smithi118.stdout:2507: done (4 left) 2023-09-30T09:15:48.534 INFO:tasks.rados.rados.0.smithi118.stdout:2508: copy_from oid 26 from oid 44 current snap is 238 2023-09-30T09:15:48.534 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 238 2023-09-30T09:15:48.534 INFO:tasks.rados.rados.0.smithi118.stdout:2509: seq_num 775 ranges {0=589824,589824=401408} 2023-09-30T09:15:48.537 INFO:tasks.rados.rados.0.smithi118.stdout:2509: writing smithi118168640-16 from 0 to 589824 tid 1 2023-09-30T09:15:48.540 INFO:tasks.rados.rados.0.smithi118.stdout:2509: writing smithi118168640-16 from 589824 to 991232 tid 2 2023-09-30T09:15:48.540 INFO:tasks.rados.rados.0.smithi118.stdout:2510: delete oid 41 current snap is 238 2023-09-30T09:15:48.543 INFO:tasks.rados.rados.0.smithi118.stdout:2509: finishing write tid 1 to smithi118168640-16 2023-09-30T09:15:48.547 INFO:tasks.rados.rados.0.smithi118.stdout:2509: finishing write tid 2 to smithi118168640-16 2023-09-30T09:15:48.547 INFO:tasks.rados.rados.0.smithi118.stdout:2509: finishing write tid 3 to smithi118168640-16 2023-09-30T09:15:48.548 INFO:tasks.rados.rados.0.smithi118.stdout:2503: finishing rollback tid 0 to smithi118168640-2 2023-09-30T09:15:48.549 INFO:tasks.rados.rados.0.smithi118.stdout:2509: finishing write tid 4 to smithi118168640-16 2023-09-30T09:15:48.549 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 906 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:15:48.549 INFO:tasks.rados.rados.0.smithi118.stdout:2509: left oid 16 (ObjNum 775 snap 238 seq_num 775) 2023-09-30T09:15:48.563 INFO:tasks.rados.rados.0.smithi118.stdout:2503: finishing rollback tid 1 to smithi118168640-2 2023-09-30T09:15:48.564 INFO:tasks.rados.rados.0.smithi118.stdout:2503: finishing rollback tid 2 to smithi118168640-2 2023-09-30T09:15:48.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1280 (ObjNum 734 snap 227 seq_num 734) dirty exists 2023-09-30T09:15:48.575 INFO:tasks.rados.rados.0.smithi118.stdout:2506: expect (ObjNum 770 snap 236 seq_num 770) 2023-09-30T09:15:48.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:48 smithi118 ceph-mon[185516]: osdmap e550: 8 total, 8 up, 8 in 2023-09-30T09:15:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:48 smithi118 ceph-mon[182959]: osdmap e550: 8 total, 8 up, 8 in 2023-09-30T09:15:48.909 INFO:tasks.rados.rados.0.smithi118.stdout:2508: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2508: finishing copy_from to smithi118168640-26 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 999 (ObjNum 665 snap 199 seq_num 665) dirty exists 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2503: done (6 left) 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2504: done (5 left) 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2505: done (4 left) 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2506: done (3 left) 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2508: done (2 left) 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2509: done (1 left) 2023-09-30T09:15:48.910 INFO:tasks.rados.rados.0.smithi118.stdout:2510: done (0 left) 2023-09-30T09:15:48.911 INFO:tasks.rados.rados.0.smithi118.stdout:2511: read oid 33 snap 231 2023-09-30T09:15:48.911 INFO:tasks.rados.rados.0.smithi118.stdout:2511: expect (ObjNum 686 snap 206 seq_num 686) 2023-09-30T09:15:48.911 INFO:tasks.rados.rados.0.smithi118.stdout:2512: delete oid 18 current snap is 238 2023-09-30T09:15:48.913 INFO:tasks.rados.rados.0.smithi118.stdout:2512: done (1 left) 2023-09-30T09:15:48.913 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 238 2023-09-30T09:15:48.913 INFO:tasks.rados.rados.0.smithi118.stdout:2513: seq_num 778 ranges {770048=638976,1409024=401408} 2023-09-30T09:15:48.921 INFO:tasks.rados.rados.0.smithi118.stdout:2513: writing smithi118168640-3 from 770048 to 1409024 tid 1 2023-09-30T09:15:48.923 INFO:tasks.rados.rados.0.smithi118.stdout:2513: writing smithi118168640-3 from 1409024 to 1810432 tid 2 2023-09-30T09:15:48.924 INFO:tasks.rados.rados.0.smithi118.stdout:2514: copy_from oid 35 from oid 12 current snap is 238 2023-09-30T09:15:48.924 INFO:tasks.rados.rados.0.smithi118.stdout:2515: read oid 15 snap 231 2023-09-30T09:15:48.924 INFO:tasks.rados.rados.0.smithi118.stdout:2515: expect (ObjNum 721 snap 223 seq_num 721) 2023-09-30T09:15:48.924 INFO:tasks.rados.rados.0.smithi118.stdout:2516: rmattr oid 4 current snap is 238 2023-09-30T09:15:48.924 INFO:tasks.rados.rados.0.smithi118.stdout:2516: done (4 left) 2023-09-30T09:15:48.924 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 238 2023-09-30T09:15:48.924 INFO:tasks.rados.rados.0.smithi118.stdout:2517: seq_num 779 ranges {737280=655360,1392640=401408} 2023-09-30T09:15:48.931 INFO:tasks.rados.rados.0.smithi118.stdout:2517: writing smithi118168640-19 from 737280 to 1392640 tid 1 2023-09-30T09:15:48.933 INFO:tasks.rados.rados.0.smithi118.stdout:2517: writing smithi118168640-19 from 1392640 to 1794048 tid 2 2023-09-30T09:15:48.934 INFO:tasks.rados.rados.0.smithi118.stdout:2518: copy_from oid 16 from oid 30 current snap is 238 2023-09-30T09:15:48.934 INFO:tasks.rados.rados.0.smithi118.stdout:2511: expect (ObjNum 686 snap 206 seq_num 686) 2023-09-30T09:15:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:48 smithi192 ceph-mon[180220]: osdmap e550: 8 total, 8 up, 8 in 2023-09-30T09:15:49.077 INFO:tasks.rados.rados.0.smithi118.stdout:2515: expect (ObjNum 721 snap 223 seq_num 721) 2023-09-30T09:15:49.080 INFO:tasks.rados.rados.0.smithi118.stdout:2513: finishing write tid 1 to smithi118168640-3 2023-09-30T09:15:49.080 INFO:tasks.rados.rados.0.smithi118.stdout:2513: finishing write tid 2 to smithi118168640-3 2023-09-30T09:15:49.080 INFO:tasks.rados.rados.0.smithi118.stdout:2513: finishing write tid 3 to smithi118168640-3 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2513: finishing write tid 4 to smithi118168640-3 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 896 (ObjNum 778 snap 238 seq_num 778) dirty exists 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2513: left oid 3 (ObjNum 778 snap 238 seq_num 778) 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2517: finishing write tid 1 to smithi118168640-19 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2517: finishing write tid 2 to smithi118168640-19 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2511: done (5 left) 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2513: done (4 left) 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2515: done (3 left) 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 238 2023-09-30T09:15:49.081 INFO:tasks.rados.rados.0.smithi118.stdout:2517: finishing write tid 3 to smithi118168640-19 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:2517: finishing write tid 4 to smithi118168640-19 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1288 (ObjNum 779 snap 238 seq_num 779) dirty exists 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:2517: left oid 19 (ObjNum 779 snap 238 seq_num 779) 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:2514: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:2518: finishing copy_from to smithi118168640-16 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:2518: got expected ENOENT (src dne) 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:2518: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:2514: finishing copy_from to smithi118168640-35 2023-09-30T09:15:49.082 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1003 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:15:49.083 INFO:tasks.rados.rados.0.smithi118.stdout:2519: seq_num 780 ranges {1679360=671744,2351104=401408} 2023-09-30T09:15:49.092 INFO:tasks.rados.rados.0.smithi118.stdout:2519: writing smithi118168640-11 from 1679360 to 2351104 tid 1 2023-09-30T09:15:49.094 INFO:tasks.rados.rados.0.smithi118.stdout:2519: writing smithi118168640-11 from 2351104 to 2752512 tid 2 2023-09-30T09:15:49.094 INFO:tasks.rados.rados.0.smithi118.stdout:2514: done (3 left) 2023-09-30T09:15:49.094 INFO:tasks.rados.rados.0.smithi118.stdout:2517: done (2 left) 2023-09-30T09:15:49.095 INFO:tasks.rados.rados.0.smithi118.stdout:2518: done (1 left) 2023-09-30T09:15:49.095 INFO:tasks.rados.rados.0.smithi118.stdout:2520: snap_remove snap 236 2023-09-30T09:15:49.539 INFO:tasks.rados.rados.0.smithi118.stdout:2520: done (1 left) 2023-09-30T09:15:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2521: delete oid 10 current snap is 238 2023-09-30T09:15:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2519: finishing write tid 1 to smithi118168640-11 2023-09-30T09:15:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2519: finishing write tid 2 to smithi118168640-11 2023-09-30T09:15:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2519: finishing write tid 3 to smithi118168640-11 2023-09-30T09:15:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2519: finishing write tid 4 to smithi118168640-11 2023-09-30T09:15:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 898 (ObjNum 780 snap 238 seq_num 780) dirty exists 2023-09-30T09:15:49.540 INFO:tasks.rados.rados.0.smithi118.stdout:2519: left oid 11 (ObjNum 780 snap 238 seq_num 780) 2023-09-30T09:15:49.545 INFO:tasks.rados.rados.0.smithi118.stdout:2519: done (1 left) 2023-09-30T09:15:49.546 INFO:tasks.rados.rados.0.smithi118.stdout:2521: done (0 left) 2023-09-30T09:15:49.546 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 238 2023-09-30T09:15:49.546 INFO:tasks.rados.rados.0.smithi118.stdout:2522: seq_num 782 ranges {5373952=704512,6078464=401408} 2023-09-30T09:15:49.578 INFO:tasks.rados.rados.0.smithi118.stdout:2522: writing smithi118168640-43 from 5373952 to 6078464 tid 1 2023-09-30T09:15:49.580 INFO:tasks.rados.rados.0.smithi118.stdout:2522: writing smithi118168640-43 from 6078464 to 6479872 tid 2 2023-09-30T09:15:49.580 INFO:tasks.rados.rados.0.smithi118.stdout:2523: snap_remove snap 237 2023-09-30T09:15:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:49 smithi118 ceph-mon[185516]: osdmap e551: 8 total, 8 up, 8 in 2023-09-30T09:15:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:49 smithi118 ceph-mon[185516]: pgmap v537: 121 pgs: 121 active+clean; 148 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2023-09-30T09:15:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:49 smithi118 ceph-mon[182959]: osdmap e551: 8 total, 8 up, 8 in 2023-09-30T09:15:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:49 smithi118 ceph-mon[182959]: pgmap v537: 121 pgs: 121 active+clean; 148 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2023-09-30T09:15:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:49 smithi192 ceph-mon[180220]: osdmap e551: 8 total, 8 up, 8 in 2023-09-30T09:15:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:15:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:49 smithi192 ceph-mon[180220]: pgmap v537: 121 pgs: 121 active+clean; 148 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2023-09-30T09:15:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:15:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:15:49] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:15:50.543 INFO:tasks.rados.rados.0.smithi118.stdout:2523: done (1 left) 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 238 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:2522: finishing write tid 1 to smithi118168640-43 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:2522: finishing write tid 2 to smithi118168640-43 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:2522: finishing write tid 3 to smithi118168640-43 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:2522: finishing write tid 4 to smithi118168640-43 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1006 (ObjNum 782 snap 238 seq_num 782) dirty exists 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:2522: left oid 43 (ObjNum 782 snap 238 seq_num 782) 2023-09-30T09:15:50.563 INFO:tasks.rados.rados.0.smithi118.stdout:2524: seq_num 783 ranges {0=720896,720896=401408} 2023-09-30T09:15:50.564 INFO:tasks.rados.rados.0.smithi118.stdout:2524: writing smithi118168640-21 from 0 to 720896 tid 1 2023-09-30T09:15:50.564 INFO:tasks.rados.rados.0.smithi118.stdout:2524: writing smithi118168640-21 from 720896 to 1122304 tid 2 2023-09-30T09:15:50.564 INFO:tasks.rados.rados.0.smithi118.stdout:2522: done (1 left) 2023-09-30T09:15:50.564 INFO:tasks.rados.rados.0.smithi118.stdout:2525: rmattr oid 36 current snap is 238 2023-09-30T09:15:50.564 INFO:tasks.rados.rados.0.smithi118.stdout:2525: done (1 left) 2023-09-30T09:15:50.564 INFO:tasks.rados.rados.0.smithi118.stdout:2526: snap_remove snap 229 2023-09-30T09:15:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:50 smithi118 ceph-mon[185516]: osdmap e552: 8 total, 8 up, 8 in 2023-09-30T09:15:50.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:50 smithi118 ceph-mon[182959]: osdmap e552: 8 total, 8 up, 8 in 2023-09-30T09:15:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:50 smithi192 ceph-mon[180220]: osdmap e552: 8 total, 8 up, 8 in 2023-09-30T09:15:51.502 INFO:tasks.rados.rados.0.smithi118.stdout:2526: done (1 left) 2023-09-30T09:15:51.502 INFO:tasks.rados.rados.0.smithi118.stdout:2527: snap_remove snap 231 2023-09-30T09:15:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:51 smithi118 ceph-mon[182959]: osdmap e553: 8 total, 8 up, 8 in 2023-09-30T09:15:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:51 smithi118 ceph-mon[182959]: pgmap v540: 121 pgs: 121 active+clean; 164 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 5.5 MiB/s wr, 21 op/s 2023-09-30T09:15:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:51 smithi118 ceph-mon[182959]: osdmap e554: 8 total, 8 up, 8 in 2023-09-30T09:15:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:51 smithi118 ceph-mon[185516]: osdmap e553: 8 total, 8 up, 8 in 2023-09-30T09:15:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:51 smithi118 ceph-mon[185516]: pgmap v540: 121 pgs: 121 active+clean; 164 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 5.5 MiB/s wr, 21 op/s 2023-09-30T09:15:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:51 smithi118 ceph-mon[185516]: osdmap e554: 8 total, 8 up, 8 in 2023-09-30T09:15:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:51 smithi192 ceph-mon[180220]: osdmap e553: 8 total, 8 up, 8 in 2023-09-30T09:15:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:51 smithi192 ceph-mon[180220]: pgmap v540: 121 pgs: 121 active+clean; 164 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 MiB/s rd, 5.5 MiB/s wr, 21 op/s 2023-09-30T09:15:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:51 smithi192 ceph-mon[180220]: osdmap e554: 8 total, 8 up, 8 in 2023-09-30T09:15:52.512 INFO:tasks.rados.rados.0.smithi118.stdout:2527: done (1 left) 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2528: rmattr oid 44 current snap is 238 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2524: finishing write tid 1 to smithi118168640-21 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2524: finishing write tid 2 to smithi118168640-21 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2524: finishing write tid 3 to smithi118168640-21 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2524: finishing write tid 4 to smithi118168640-21 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1015 (ObjNum 783 snap 238 seq_num 783) dirty exists 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2524: left oid 21 (ObjNum 783 snap 238 seq_num 783) 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2524: done (1 left) 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2529: read oid 36 snap -1 2023-09-30T09:15:52.513 INFO:tasks.rados.rados.0.smithi118.stdout:2529: expect deleted 2023-09-30T09:15:52.514 INFO:tasks.rados.rados.0.smithi118.stdout:2530: read oid 45 snap -1 2023-09-30T09:15:52.514 INFO:tasks.rados.rados.0.smithi118.stdout:2530: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:52.514 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 238 2023-09-30T09:15:52.514 INFO:tasks.rados.rados.0.smithi118.stdout:2531: seq_num 784 ranges {0=737280,737280=401408} 2023-09-30T09:15:52.517 INFO:tasks.rados.rados.0.smithi118.stdout:2531: writing smithi118168640-10 from 0 to 737280 tid 1 2023-09-30T09:15:52.520 INFO:tasks.rados.rados.0.smithi118.stdout:2531: writing smithi118168640-10 from 737280 to 1138688 tid 2 2023-09-30T09:15:52.520 INFO:tasks.rados.rados.0.smithi118.stdout:2532: delete oid 42 current snap is 238 2023-09-30T09:15:52.528 INFO:tasks.rados.rados.0.smithi118.stdout:2530: expect (ObjNum 362 snap 111 seq_num 362) 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1001 (ObjNum 665 snap 199 seq_num 665) dirty exists 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:2531: finishing write tid 1 to smithi118168640-10 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:2531: finishing write tid 2 to smithi118168640-10 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:2531: finishing write tid 3 to smithi118168640-10 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:2531: finishing write tid 4 to smithi118168640-10 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 889 (ObjNum 784 snap 238 seq_num 784) dirty exists 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:2531: left oid 10 (ObjNum 784 snap 238 seq_num 784) 2023-09-30T09:15:52.564 INFO:tasks.rados.rados.0.smithi118.stdout:2528: done (4 left) 2023-09-30T09:15:52.565 INFO:tasks.rados.rados.0.smithi118.stdout:2529: done (3 left) 2023-09-30T09:15:52.565 INFO:tasks.rados.rados.0.smithi118.stdout:2530: done (2 left) 2023-09-30T09:15:52.565 INFO:tasks.rados.rados.0.smithi118.stdout:2531: done (1 left) 2023-09-30T09:15:52.565 INFO:tasks.rados.rados.0.smithi118.stdout:2532: done (0 left) 2023-09-30T09:15:52.565 INFO:tasks.rados.rados.0.smithi118.stdout:2533: setattr oid 8 current snap is 238 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2534: rmattr oid 27 current snap is 238 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2534: done (1 left) 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2535: rmattr oid 30 current snap is 238 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2535: done (1 left) 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2536: read oid 16 snap 228 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2536: expect deleted 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2537: read oid 15 snap -1 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2537: expect (ObjNum 721 snap 223 seq_num 721) 2023-09-30T09:15:52.566 INFO:tasks.rados.rados.0.smithi118.stdout:2538: delete oid 5 current snap is 238 2023-09-30T09:15:52.567 INFO:tasks.rados.rados.0.smithi118.stdout:2536: done (3 left) 2023-09-30T09:15:52.567 INFO:tasks.rados.rados.0.smithi118.stdout:2538: done (2 left) 2023-09-30T09:15:52.567 INFO:tasks.rados.rados.0.smithi118.stdout:2539: snap_create 2023-09-30T09:15:52.567 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1012 (ObjNum 764 snap 236 seq_num 764) dirty exists 2023-09-30T09:15:52.568 INFO:tasks.rados.rados.0.smithi118.stdout:2537: expect (ObjNum 721 snap 223 seq_num 721) 2023-09-30T09:15:53.515 INFO:tasks.rados.rados.0.smithi118.stdout:2533: done (2 left) 2023-09-30T09:15:53.515 INFO:tasks.rados.rados.0.smithi118.stdout:2537: done (1 left) 2023-09-30T09:15:53.515 INFO:tasks.rados.rados.0.smithi118.stdout:2539: done (0 left) 2023-09-30T09:15:53.515 INFO:tasks.rados.rados.0.smithi118.stdout:2540: snap_remove snap 238 2023-09-30T09:15:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:53 smithi118 ceph-mon[182959]: osdmap e555: 8 total, 8 up, 8 in 2023-09-30T09:15:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:53 smithi118 ceph-mon[182959]: pgmap v543: 121 pgs: 121 active+clean; 164 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 4.1 MiB/s wr, 11 op/s 2023-09-30T09:15:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:53 smithi118 ceph-mon[185516]: osdmap e555: 8 total, 8 up, 8 in 2023-09-30T09:15:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:53 smithi118 ceph-mon[185516]: pgmap v543: 121 pgs: 121 active+clean; 164 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 4.1 MiB/s wr, 11 op/s 2023-09-30T09:15:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:53 smithi192 ceph-mon[180220]: osdmap e555: 8 total, 8 up, 8 in 2023-09-30T09:15:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:53 smithi192 ceph-mon[180220]: pgmap v543: 121 pgs: 121 active+clean; 164 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.1 MiB/s rd, 4.1 MiB/s wr, 11 op/s 2023-09-30T09:15:54.517 INFO:tasks.rados.rados.0.smithi118.stdout:2540: done (0 left) 2023-09-30T09:15:54.518 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 239 2023-09-30T09:15:54.518 INFO:tasks.rados.rados.0.smithi118.stdout:2541: seq_num 787 ranges {4415488=786432,5201920=401408} 2023-09-30T09:15:54.546 INFO:tasks.rados.rados.0.smithi118.stdout:2541: writing smithi118168640-31 from 4415488 to 5201920 tid 1 2023-09-30T09:15:54.548 INFO:tasks.rados.rados.0.smithi118.stdout:2541: writing smithi118168640-31 from 5201920 to 5603328 tid 2 2023-09-30T09:15:54.548 INFO:tasks.rados.rados.0.smithi118.stdout:2542: delete oid 49 current snap is 239 2023-09-30T09:15:54.555 INFO:tasks.rados.rados.0.smithi118.stdout:2542: done (1 left) 2023-09-30T09:15:54.555 INFO:tasks.rados.rados.0.smithi118.stdout:2543: delete oid 34 current snap is 239 2023-09-30T09:15:54.555 INFO:tasks.rados.rados.0.smithi118.stdout:2541: finishing write tid 1 to smithi118168640-31 2023-09-30T09:15:54.556 INFO:tasks.rados.rados.0.smithi118.stdout:2541: finishing write tid 2 to smithi118168640-31 2023-09-30T09:15:54.556 INFO:tasks.rados.rados.0.smithi118.stdout:2541: finishing write tid 3 to smithi118168640-31 2023-09-30T09:15:54.557 INFO:tasks.rados.rados.0.smithi118.stdout:2543: done (1 left) 2023-09-30T09:15:54.557 INFO:tasks.rados.rados.0.smithi118.stdout:2544: snap_remove snap 228 2023-09-30T09:15:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:54 smithi118 ceph-mon[182959]: osdmap e556: 8 total, 8 up, 8 in 2023-09-30T09:15:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:54 smithi118 ceph-mon[185516]: osdmap e556: 8 total, 8 up, 8 in 2023-09-30T09:15:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:54 smithi192 ceph-mon[180220]: osdmap e556: 8 total, 8 up, 8 in 2023-09-30T09:15:55.531 INFO:tasks.rados.rados.0.smithi118.stdout:2544: done (1 left) 2023-09-30T09:15:55.531 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 239 2023-09-30T09:15:55.531 INFO:tasks.rados.rados.0.smithi118.stdout:2541: finishing write tid 4 to smithi118168640-31 2023-09-30T09:15:55.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1006 (ObjNum 787 snap 239 seq_num 787) dirty exists 2023-09-30T09:15:55.532 INFO:tasks.rados.rados.0.smithi118.stdout:2541: left oid 31 (ObjNum 787 snap 239 seq_num 787) 2023-09-30T09:15:55.532 INFO:tasks.rados.rados.0.smithi118.stdout:2545: seq_num 790 ranges {6479872=434176,6914048=548864,7462912=253952} 2023-09-30T09:15:55.569 INFO:tasks.rados.rados.0.smithi118.stdout:2545: writing smithi118168640-43 from 6479872 to 6914048 tid 1 2023-09-30T09:15:55.572 INFO:tasks.rados.rados.0.smithi118.stdout:2545: writing smithi118168640-43 from 6914048 to 7462912 tid 2 2023-09-30T09:15:55.574 INFO:tasks.rados.rados.0.smithi118.stdout:2545: writing smithi118168640-43 from 7462912 to 7716864 tid 3 2023-09-30T09:15:55.574 INFO:tasks.rados.rados.0.smithi118.stdout:2541: done (1 left) 2023-09-30T09:15:55.574 INFO:tasks.rados.rados.0.smithi118.stdout:2546: read oid 30 snap -1 2023-09-30T09:15:55.574 INFO:tasks.rados.rados.0.smithi118.stdout:2546: expect deleted 2023-09-30T09:15:55.575 INFO:tasks.rados.rados.0.smithi118.stdout:2547: rmattr oid 41 current snap is 239 2023-09-30T09:15:55.575 INFO:tasks.rados.rados.0.smithi118.stdout:2547: done (2 left) 2023-09-30T09:15:55.575 INFO:tasks.rados.rados.0.smithi118.stdout:2548: snap_create 2023-09-30T09:15:55.575 INFO:tasks.rados.rados.0.smithi118.stdout:2545: finishing write tid 1 to smithi118168640-43 2023-09-30T09:15:55.576 INFO:tasks.rados.rados.0.smithi118.stdout:2545: finishing write tid 2 to smithi118168640-43 2023-09-30T09:15:55.577 INFO:tasks.rados.rados.0.smithi118.stdout:2545: finishing write tid 3 to smithi118168640-43 2023-09-30T09:15:55.577 INFO:tasks.rados.rados.0.smithi118.stdout:2545: finishing write tid 4 to smithi118168640-43 2023-09-30T09:15:55.578 INFO:tasks.rados.rados.0.smithi118.stdout:2545: finishing write tid 5 to smithi118168640-43 2023-09-30T09:15:55.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1010 (ObjNum 790 snap 239 seq_num 790) dirty exists 2023-09-30T09:15:55.578 INFO:tasks.rados.rados.0.smithi118.stdout:2545: left oid 43 (ObjNum 790 snap 239 seq_num 790) 2023-09-30T09:15:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:55 smithi118 ceph-mon[182959]: osdmap e557: 8 total, 8 up, 8 in 2023-09-30T09:15:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:55 smithi118 ceph-mon[182959]: pgmap v546: 121 pgs: 121 active+clean; 166 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.8 MiB/s wr, 17 op/s 2023-09-30T09:15:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:55 smithi118 ceph-mon[185516]: osdmap e557: 8 total, 8 up, 8 in 2023-09-30T09:15:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:55 smithi118 ceph-mon[185516]: pgmap v546: 121 pgs: 121 active+clean; 166 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.8 MiB/s wr, 17 op/s 2023-09-30T09:15:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:55 smithi192 ceph-mon[180220]: osdmap e557: 8 total, 8 up, 8 in 2023-09-30T09:15:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:55 smithi192 ceph-mon[180220]: pgmap v546: 121 pgs: 121 active+clean; 166 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 1.8 MiB/s wr, 17 op/s 2023-09-30T09:15:56.503 INFO:tasks.rados.rados.0.smithi118.stdout:2545: done (2 left) 2023-09-30T09:15:56.503 INFO:tasks.rados.rados.0.smithi118.stdout:2546: done (1 left) 2023-09-30T09:15:56.504 INFO:tasks.rados.rados.0.smithi118.stdout:2548: done (0 left) 2023-09-30T09:15:56.504 INFO:tasks.rados.rados.0.smithi118.stdout:2549: snap_create 2023-09-30T09:15:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:56 smithi118 ceph-mon[182959]: osdmap e558: 8 total, 8 up, 8 in 2023-09-30T09:15:57.196 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:56 smithi118 ceph-mon[182959]: osdmap e559: 8 total, 8 up, 8 in 2023-09-30T09:15:57.196 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:56 smithi118 ceph-mon[185516]: osdmap e558: 8 total, 8 up, 8 in 2023-09-30T09:15:57.196 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:56 smithi118 ceph-mon[185516]: osdmap e559: 8 total, 8 up, 8 in 2023-09-30T09:15:57.197 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:56 smithi192 ceph-mon[180220]: osdmap e558: 8 total, 8 up, 8 in 2023-09-30T09:15:57.197 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:56 smithi192 ceph-mon[180220]: osdmap e559: 8 total, 8 up, 8 in 2023-09-30T09:15:57.503 INFO:tasks.rados.rados.0.smithi118.stdout:2549: done (0 left) 2023-09-30T09:15:57.503 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 241 2023-09-30T09:15:57.503 INFO:tasks.rados.rados.0.smithi118.stdout:2550: seq_num 791 ranges {0=450560,450560=475136,925696=327680} 2023-09-30T09:15:57.505 INFO:tasks.rados.rados.0.smithi118.stdout:2550: writing smithi118168640-20 from 0 to 450560 tid 1 2023-09-30T09:15:57.508 INFO:tasks.rados.rados.0.smithi118.stdout:2550: writing smithi118168640-20 from 450560 to 925696 tid 2 2023-09-30T09:15:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2550: writing smithi118168640-20 from 925696 to 1253376 tid 3 2023-09-30T09:15:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2551: read oid 9 snap 239 2023-09-30T09:15:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2551: expect (ObjNum 742 snap 231 seq_num 742) 2023-09-30T09:15:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2552: read oid 30 snap -1 2023-09-30T09:15:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2552: expect deleted 2023-09-30T09:15:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:2553: rollback oid 50 current snap is 241 2023-09-30T09:15:57.511 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 50 to 239 2023-09-30T09:15:57.515 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 241 2023-09-30T09:15:57.515 INFO:tasks.rados.rados.0.smithi118.stdout:2554: seq_num 792 ranges {0=466944,466944=761856,1228800=40960} 2023-09-30T09:15:57.515 INFO:tasks.rados.rados.0.smithi118.stdout:2554: writing smithi118168640-24 from 0 to 466944 tid 1 2023-09-30T09:15:57.519 INFO:tasks.rados.rados.0.smithi118.stdout:2554: writing smithi118168640-24 from 466944 to 1228800 tid 2 2023-09-30T09:15:57.519 INFO:tasks.rados.rados.0.smithi118.stdout:2554: writing smithi118168640-24 from 1228800 to 1269760 tid 3 2023-09-30T09:15:57.519 INFO:tasks.rados.rados.0.smithi118.stdout:2555: snap_remove snap 240 2023-09-30T09:15:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:57 smithi118 ceph-mon[182959]: pgmap v549: 121 pgs: 121 active+clean; 150 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2023-09-30T09:15:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:57 smithi118 ceph-mon[182959]: osdmap e560: 8 total, 8 up, 8 in 2023-09-30T09:15:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:57 smithi118 ceph-mon[185516]: pgmap v549: 121 pgs: 121 active+clean; 150 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2023-09-30T09:15:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:57 smithi118 ceph-mon[185516]: osdmap e560: 8 total, 8 up, 8 in 2023-09-30T09:15:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:57 smithi192 ceph-mon[180220]: pgmap v549: 121 pgs: 121 active+clean; 150 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.4 MiB/s rd, 2.0 MiB/s wr, 18 op/s 2023-09-30T09:15:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:57 smithi192 ceph-mon[180220]: osdmap e560: 8 total, 8 up, 8 in 2023-09-30T09:15:58.506 INFO:tasks.rados.rados.0.smithi118.stdout:2555: done (5 left) 2023-09-30T09:15:58.506 INFO:tasks.rados.rados.0.smithi118.stdout:2556: rollback oid 43 current snap is 241 2023-09-30T09:15:58.507 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 43 to 239 2023-09-30T09:15:58.507 INFO:tasks.rados.rados.0.smithi118.stdout:2550: finishing write tid 1 to smithi118168640-20 2023-09-30T09:15:58.507 INFO:tasks.rados.rados.0.smithi118.stdout:2551: expect (ObjNum 742 snap 231 seq_num 742) 2023-09-30T09:15:58.519 INFO:tasks.rados.rados.0.smithi118.stdout:2550: finishing write tid 2 to smithi118168640-20 2023-09-30T09:15:58.519 INFO:tasks.rados.rados.0.smithi118.stdout:2550: finishing write tid 3 to smithi118168640-20 2023-09-30T09:15:58.519 INFO:tasks.rados.rados.0.smithi118.stdout:2551: done (5 left) 2023-09-30T09:15:58.519 INFO:tasks.rados.rados.0.smithi118.stdout:2552: done (4 left) 2023-09-30T09:15:58.519 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 241 2023-09-30T09:15:58.519 INFO:tasks.rados.rados.0.smithi118.stdout:2550: finishing write tid 4 to smithi118168640-20 2023-09-30T09:15:58.519 INFO:tasks.rados.rados.0.smithi118.stdout:2557: seq_num 793 ranges {0=483328,483328=647168,1130496=155648} 2023-09-30T09:15:58.521 INFO:tasks.rados.rados.0.smithi118.stdout:2557: writing smithi118168640-25 from 0 to 483328 tid 1 2023-09-30T09:15:58.525 INFO:tasks.rados.rados.0.smithi118.stdout:2557: writing smithi118168640-25 from 483328 to 1130496 tid 2 2023-09-30T09:15:58.526 INFO:tasks.rados.rados.0.smithi118.stdout:2557: writing smithi118168640-25 from 1130496 to 1286144 tid 3 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2558: snap_create 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2553: finishing rollback tid 0 to smithi118168640-50 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2553: finishing rollback tid 1 to smithi118168640-50 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2554: finishing write tid 1 to smithi118168640-24 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2550: finishing write tid 5 to smithi118168640-20 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1005 (ObjNum 791 snap 241 seq_num 791) dirty exists 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2550: left oid 20 (ObjNum 791 snap 241 seq_num 791) 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2553: finishing rollback tid 2 to smithi118168640-50 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1332 (ObjNum 770 snap 236 seq_num 770) dirty exists 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2554: finishing write tid 2 to smithi118168640-24 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2554: finishing write tid 3 to smithi118168640-24 2023-09-30T09:15:58.527 INFO:tasks.rados.rados.0.smithi118.stdout:2554: finishing write tid 4 to smithi118168640-24 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:2554: finishing write tid 5 to smithi118168640-24 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 999 (ObjNum 792 snap 241 seq_num 792) dirty exists 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:2554: left oid 24 (ObjNum 792 snap 241 seq_num 792) 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:2556: finishing rollback tid 0 to smithi118168640-43 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:2556: finishing rollback tid 1 to smithi118168640-43 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:2556: finishing rollback tid 2 to smithi118168640-43 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1013 (ObjNum 790 snap 239 seq_num 790) dirty exists 2023-09-30T09:15:58.528 INFO:tasks.rados.rados.0.smithi118.stdout:2557: finishing write tid 1 to smithi118168640-25 2023-09-30T09:15:58.530 INFO:tasks.rados.rados.0.smithi118.stdout:2557: finishing write tid 2 to smithi118168640-25 2023-09-30T09:15:58.531 INFO:tasks.rados.rados.0.smithi118.stdout:2557: finishing write tid 3 to smithi118168640-25 2023-09-30T09:15:58.531 INFO:tasks.rados.rados.0.smithi118.stdout:2557: finishing write tid 4 to smithi118168640-25 2023-09-30T09:15:58.534 INFO:tasks.rados.rados.0.smithi118.stdout:2557: finishing write tid 5 to smithi118168640-25 2023-09-30T09:15:58.534 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 727 (ObjNum 793 snap 241 seq_num 793) dirty exists 2023-09-30T09:15:58.534 INFO:tasks.rados.rados.0.smithi118.stdout:2557: left oid 25 (ObjNum 793 snap 241 seq_num 793) 2023-09-30T09:15:59.511 INFO:tasks.rados.rados.0.smithi118.stdout:2550: done (5 left) 2023-09-30T09:15:59.511 INFO:tasks.rados.rados.0.smithi118.stdout:2553: done (4 left) 2023-09-30T09:15:59.511 INFO:tasks.rados.rados.0.smithi118.stdout:2554: done (3 left) 2023-09-30T09:15:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:2556: done (2 left) 2023-09-30T09:15:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:2557: done (1 left) 2023-09-30T09:15:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:2558: done (0 left) 2023-09-30T09:15:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:2559: read oid 32 snap -1 2023-09-30T09:15:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:2559: expect (ObjNum 661 snap 199 seq_num 661) 2023-09-30T09:15:59.512 INFO:tasks.rados.rados.0.smithi118.stdout:2560: delete oid 47 current snap is 242 2023-09-30T09:15:59.516 INFO:tasks.rados.rados.0.smithi118.stdout:2560: done (1 left) 2023-09-30T09:15:59.516 INFO:tasks.rados.rados.0.smithi118.stdout:2561: setattr oid 28 current snap is 242 2023-09-30T09:15:59.518 INFO:tasks.rados.rados.0.smithi118.stdout:2562: read oid 30 snap 241 2023-09-30T09:15:59.519 INFO:tasks.rados.rados.0.smithi118.stdout:2562: expect deleted 2023-09-30T09:15:59.519 INFO:tasks.rados.rados.0.smithi118.stdout:2563: copy_from oid 7 from oid 16 current snap is 242 2023-09-30T09:15:59.519 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 242 2023-09-30T09:15:59.519 INFO:tasks.rados.rados.0.smithi118.stdout:2564: seq_num 795 ranges {1564672=524288,2088960=417792,2506752=385024} 2023-09-30T09:15:59.531 INFO:tasks.rados.rados.0.smithi118.stdout:2564: writing smithi118168640-2 from 1564672 to 2088960 tid 1 2023-09-30T09:15:59.533 INFO:tasks.rados.rados.0.smithi118.stdout:2564: writing smithi118168640-2 from 2088960 to 2506752 tid 2 2023-09-30T09:15:59.536 INFO:tasks.rados.rados.0.smithi118.stdout:2564: writing smithi118168640-2 from 2506752 to 2891776 tid 3 2023-09-30T09:15:59.536 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 242 2023-09-30T09:15:59.536 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 995 (ObjNum 679 snap 204 seq_num 679) dirty exists 2023-09-30T09:15:59.536 INFO:tasks.rados.rados.0.smithi118.stdout:2565: seq_num 796 ranges {81920=540672,622592=704512,1327104=98304} 2023-09-30T09:15:59.539 INFO:tasks.rados.rados.0.smithi118.stdout:2565: writing smithi118168640-15 from 81920 to 622592 tid 1 2023-09-30T09:15:59.543 INFO:tasks.rados.rados.0.smithi118.stdout:2565: writing smithi118168640-15 from 622592 to 1327104 tid 2 2023-09-30T09:15:59.544 INFO:tasks.rados.rados.0.smithi118.stdout:2565: writing smithi118168640-15 from 1327104 to 1425408 tid 3 2023-09-30T09:15:59.544 INFO:tasks.rados.rados.0.smithi118.stdout:2561: done (5 left) 2023-09-30T09:15:59.544 INFO:tasks.rados.rados.0.smithi118.stdout:2566: setattr oid 3 current snap is 242 2023-09-30T09:15:59.544 INFO:tasks.rados.rados.0.smithi118.stdout:2563: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:15:59.544 INFO:tasks.rados.rados.0.smithi118.stdout:2563: finishing copy_from to smithi118168640-7 2023-09-30T09:15:59.545 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 906 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:15:59.545 INFO:tasks.rados.rados.0.smithi118.stdout:2559: expect (ObjNum 661 snap 199 seq_num 661) 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:2564: finishing write tid 1 to smithi118168640-2 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:2564: finishing write tid 2 to smithi118168640-2 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:2564: finishing write tid 3 to smithi118168640-2 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:2564: finishing write tid 4 to smithi118168640-2 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:2565: finishing write tid 1 to smithi118168640-15 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:2564: finishing write tid 5 to smithi118168640-2 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1339 (ObjNum 795 snap 242 seq_num 795) dirty exists 2023-09-30T09:15:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:2564: left oid 2 (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2565: finishing write tid 2 to smithi118168640-15 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2565: finishing write tid 3 to smithi118168640-15 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2565: finishing write tid 4 to smithi118168640-15 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2565: finishing write tid 5 to smithi118168640-15 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1009 (ObjNum 796 snap 242 seq_num 796) dirty exists 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2565: left oid 15 (ObjNum 796 snap 242 seq_num 796) 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2559: done (5 left) 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2562: done (4 left) 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2563: done (3 left) 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2564: done (2 left) 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:2565: done (1 left) 2023-09-30T09:15:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 242 2023-09-30T09:15:59.638 INFO:tasks.rados.rados.0.smithi118.stdout:2567: seq_num 797 ranges {1138688=557056,1695744=589824,2285568=212992} 2023-09-30T09:15:59.643 INFO:tasks.rados.rados.0.smithi118.stdout:2567: writing smithi118168640-10 from 1138688 to 1695744 tid 1 2023-09-30T09:15:59.646 INFO:tasks.rados.rados.0.smithi118.stdout:2567: writing smithi118168640-10 from 1695744 to 2285568 tid 2 2023-09-30T09:15:59.648 INFO:tasks.rados.rados.0.smithi118.stdout:2567: writing smithi118168640-10 from 2285568 to 2498560 tid 3 2023-09-30T09:15:59.648 INFO:tasks.rados.rados.0.smithi118.stdout:2568: read oid 21 snap -1 2023-09-30T09:15:59.648 INFO:tasks.rados.rados.0.smithi118.stdout:2568: expect (ObjNum 783 snap 238 seq_num 783) 2023-09-30T09:15:59.648 INFO:tasks.rados.rados.0.smithi118.stdout:2569: delete oid 29 current snap is 242 2023-09-30T09:15:59.649 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 897 (ObjNum 778 snap 238 seq_num 778) dirty exists 2023-09-30T09:15:59.649 INFO:tasks.rados.rados.0.smithi118.stdout:2567: finishing write tid 1 to smithi118168640-10 2023-09-30T09:15:59.651 INFO:tasks.rados.rados.0.smithi118.stdout:2567: finishing write tid 2 to smithi118168640-10 2023-09-30T09:15:59.651 INFO:tasks.rados.rados.0.smithi118.stdout:2566: done (3 left) 2023-09-30T09:15:59.651 INFO:tasks.rados.rados.0.smithi118.stdout:2569: done (2 left) 2023-09-30T09:15:59.651 INFO:tasks.rados.rados.0.smithi118.stdout:2570: read oid 39 snap -1 2023-09-30T09:15:59.651 INFO:tasks.rados.rados.0.smithi118.stdout:2570: expect deleted 2023-09-30T09:15:59.651 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 242 2023-09-30T09:15:59.651 INFO:tasks.rados.rados.0.smithi118.stdout:2571: seq_num 799 ranges {2752512=589824,3342336=802816} 2023-09-30T09:15:59.668 INFO:tasks.rados.rados.0.smithi118.stdout:2571: writing smithi118168640-32 from 2752512 to 3342336 tid 1 2023-09-30T09:15:59.673 INFO:tasks.rados.rados.0.smithi118.stdout:2571: writing smithi118168640-32 from 3342336 to 4145152 tid 2 2023-09-30T09:15:59.673 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 242 2023-09-30T09:15:59.673 INFO:tasks.rados.rados.0.smithi118.stdout:2567: finishing write tid 3 to smithi118168640-10 2023-09-30T09:15:59.673 INFO:tasks.rados.rados.0.smithi118.stdout:2567: finishing write tid 4 to smithi118168640-10 2023-09-30T09:15:59.674 INFO:tasks.rados.rados.0.smithi118.stdout:2567: finishing write tid 5 to smithi118168640-10 2023-09-30T09:15:59.674 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 894 (ObjNum 797 snap 242 seq_num 797) dirty exists 2023-09-30T09:15:59.674 INFO:tasks.rados.rados.0.smithi118.stdout:2567: left oid 10 (ObjNum 797 snap 242 seq_num 797) 2023-09-30T09:15:59.674 INFO:tasks.rados.rados.0.smithi118.stdout:2568: expect (ObjNum 783 snap 238 seq_num 783) 2023-09-30T09:15:59.700 INFO:tasks.rados.rados.0.smithi118.stdout:2571: finishing write tid 1 to smithi118168640-32 2023-09-30T09:15:59.700 INFO:tasks.rados.rados.0.smithi118.stdout:2571: finishing write tid 2 to smithi118168640-32 2023-09-30T09:15:59.700 INFO:tasks.rados.rados.0.smithi118.stdout:2571: finishing write tid 3 to smithi118168640-32 2023-09-30T09:15:59.701 INFO:tasks.rados.rados.0.smithi118.stdout:2572: seq_num 800 ranges {4030464=606208,4636672=688128,5324800=114688} 2023-09-30T09:15:59.725 INFO:tasks.rados.rados.0.smithi118.stdout:2572: writing smithi118168640-6 from 4030464 to 4636672 tid 1 2023-09-30T09:15:59.728 INFO:tasks.rados.rados.0.smithi118.stdout:2572: writing smithi118168640-6 from 4636672 to 5324800 tid 2 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2572: writing smithi118168640-6 from 5324800 to 5439488 tid 3 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2567: done (4 left) 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2568: done (3 left) 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2570: done (2 left) 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2573: rollback oid 29 current snap is 242 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 29 to 241 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2571: finishing write tid 4 to smithi118168640-32 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 730 (ObjNum 799 snap 242 seq_num 799) dirty exists 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2571: left oid 32 (ObjNum 799 snap 242 seq_num 799) 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2571: done (2 left) 2023-09-30T09:15:59.730 INFO:tasks.rados.rados.0.smithi118.stdout:2574: rmattr oid 5 current snap is 242 2023-09-30T09:15:59.731 INFO:tasks.rados.rados.0.smithi118.stdout:2574: done (2 left) 2023-09-30T09:15:59.731 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 242 2023-09-30T09:15:59.731 INFO:tasks.rados.rados.0.smithi118.stdout:2575: seq_num 801 ranges {1253376=622592,1875968=573440,2449408=229376} 2023-09-30T09:15:59.740 INFO:tasks.rados.rados.0.smithi118.stdout:2575: writing smithi118168640-20 from 1253376 to 1875968 tid 1 2023-09-30T09:15:59.743 INFO:tasks.rados.rados.0.smithi118.stdout:2575: writing smithi118168640-20 from 1875968 to 2449408 tid 2 2023-09-30T09:15:59.745 INFO:tasks.rados.rados.0.smithi118.stdout:2575: writing smithi118168640-20 from 2449408 to 2678784 tid 3 2023-09-30T09:15:59.745 INFO:tasks.rados.rados.0.smithi118.stdout:2576: copy_from oid 19 from oid 36 current snap is 242 2023-09-30T09:15:59.745 INFO:tasks.rados.rados.0.smithi118.stdout:2573: finishing rollback tid 1 to smithi118168640-29 2023-09-30T09:15:59.745 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-09-30T09:15:59.745 INFO:tasks.rados.rados.0.smithi118.stdout:2573: done (3 left) 2023-09-30T09:15:59.745 INFO:tasks.rados.rados.0.smithi118.stdout:2577: read oid 17 snap -1 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2577: expect deleted 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2578: setattr oid 43 current snap is 242 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2572: finishing write tid 1 to smithi118168640-6 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2572: finishing write tid 2 to smithi118168640-6 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2572: finishing write tid 3 to smithi118168640-6 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2572: finishing write tid 4 to smithi118168640-6 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2572: finishing write tid 5 to smithi118168640-6 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 901 (ObjNum 800 snap 242 seq_num 800) dirty exists 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2572: left oid 6 (ObjNum 800 snap 242 seq_num 800) 2023-09-30T09:15:59.746 INFO:tasks.rados.rados.0.smithi118.stdout:2575: finishing write tid 1 to smithi118168640-20 2023-09-30T09:15:59.747 INFO:tasks.rados.rados.0.smithi118.stdout:2576: finishing copy_from to smithi118168640-19 2023-09-30T09:15:59.747 INFO:tasks.rados.rados.0.smithi118.stdout:2576: got expected ENOENT (src dne) 2023-09-30T09:15:59.747 INFO:tasks.rados.rados.0.smithi118.stdout:2576: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:15:59.747 INFO:tasks.rados.rados.0.smithi118.stdout:2575: finishing write tid 2 to smithi118168640-20 2023-09-30T09:15:59.747 INFO:tasks.rados.rados.0.smithi118.stdout:2575: finishing write tid 3 to smithi118168640-20 2023-09-30T09:15:59.748 INFO:tasks.rados.rados.0.smithi118.stdout:2575: finishing write tid 4 to smithi118168640-20 2023-09-30T09:15:59.748 INFO:tasks.rados.rados.0.smithi118.stdout:2572: done (4 left) 2023-09-30T09:15:59.748 INFO:tasks.rados.rados.0.smithi118.stdout:2576: done (3 left) 2023-09-30T09:15:59.748 INFO:tasks.rados.rados.0.smithi118.stdout:2577: done (2 left) 2023-09-30T09:15:59.748 INFO:tasks.rados.rados.0.smithi118.stdout:2579: rmattr oid 28 current snap is 242 2023-09-30T09:15:59.749 INFO:tasks.rados.rados.0.smithi118.stdout:2580: read oid 6 snap 239 2023-09-30T09:15:59.749 INFO:tasks.rados.rados.0.smithi118.stdout:2580: expect (ObjNum 692 snap 213 seq_num 692) 2023-09-30T09:15:59.749 INFO:tasks.rados.rados.0.smithi118.stdout:2581: snap_create 2023-09-30T09:15:59.749 INFO:tasks.rados.rados.0.smithi118.stdout:2575: finishing write tid 5 to smithi118168640-20 2023-09-30T09:15:59.749 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1013 (ObjNum 801 snap 242 seq_num 801) dirty exists 2023-09-30T09:15:59.749 INFO:tasks.rados.rados.0.smithi118.stdout:2575: left oid 20 (ObjNum 801 snap 242 seq_num 801) 2023-09-30T09:15:59.750 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 996 (ObjNum 679 snap 204 seq_num 679) dirty exists 2023-09-30T09:15:59.751 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1014 (ObjNum 790 snap 239 seq_num 790) dirty exists 2023-09-30T09:15:59.770 INFO:tasks.rados.rados.0.smithi118.stdout:2580: expect (ObjNum 692 snap 213 seq_num 692) 2023-09-30T09:15:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:59 smithi118 ceph-mon[182959]: osdmap e561: 8 total, 8 up, 8 in 2023-09-30T09:15:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:15:59 smithi118 ceph-mon[182959]: pgmap v552: 121 pgs: 121 active+clean; 137 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 584 KiB/s wr, 2 op/s 2023-09-30T09:15:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:59 smithi118 ceph-mon[185516]: osdmap e561: 8 total, 8 up, 8 in 2023-09-30T09:15:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:15:59 smithi118 ceph-mon[185516]: pgmap v552: 121 pgs: 121 active+clean; 137 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 584 KiB/s wr, 2 op/s 2023-09-30T09:15:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:59 smithi192 ceph-mon[180220]: osdmap e561: 8 total, 8 up, 8 in 2023-09-30T09:15:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:15:59 smithi192 ceph-mon[180220]: pgmap v552: 121 pgs: 121 active+clean; 137 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 584 KiB/s wr, 2 op/s 2023-09-30T09:16:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:15:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:15:59] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:16:00.512 INFO:tasks.rados.rados.0.smithi118.stdout:2575: done (4 left) 2023-09-30T09:16:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:2578: done (3 left) 2023-09-30T09:16:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:2579: done (2 left) 2023-09-30T09:16:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:2580: done (1 left) 2023-09-30T09:16:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:2581: done (0 left) 2023-09-30T09:16:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 243 2023-09-30T09:16:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:2582: seq_num 802 ranges {1425408=638976,2064384=458752,2523136=344064} 2023-09-30T09:16:00.524 INFO:tasks.rados.rados.0.smithi118.stdout:2582: writing smithi118168640-15 from 1425408 to 2064384 tid 1 2023-09-30T09:16:00.527 INFO:tasks.rados.rados.0.smithi118.stdout:2582: writing smithi118168640-15 from 2064384 to 2523136 tid 2 2023-09-30T09:16:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:2582: writing smithi118168640-15 from 2523136 to 2867200 tid 3 2023-09-30T09:16:00.529 INFO:tasks.rados.rados.0.smithi118.stdout:2583: delete oid 23 current snap is 243 2023-09-30T09:16:00.530 INFO:tasks.rados.rados.0.smithi118.stdout:2582: finishing write tid 1 to smithi118168640-15 2023-09-30T09:16:00.533 INFO:tasks.rados.rados.0.smithi118.stdout:2582: finishing write tid 2 to smithi118168640-15 2023-09-30T09:16:00.533 INFO:tasks.rados.rados.0.smithi118.stdout:2582: finishing write tid 3 to smithi118168640-15 2023-09-30T09:16:00.533 INFO:tasks.rados.rados.0.smithi118.stdout:2582: finishing write tid 4 to smithi118168640-15 2023-09-30T09:16:00.534 INFO:tasks.rados.rados.0.smithi118.stdout:2583: done (1 left) 2023-09-30T09:16:00.534 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 243 2023-09-30T09:16:00.534 INFO:tasks.rados.rados.0.smithi118.stdout:2584: seq_num 804 ranges {1785856=671744,2457600=622592,3080192=180224} 2023-09-30T09:16:00.547 INFO:tasks.rados.rados.0.smithi118.stdout:2584: writing smithi118168640-28 from 1785856 to 2457600 tid 1 2023-09-30T09:16:00.550 INFO:tasks.rados.rados.0.smithi118.stdout:2584: writing smithi118168640-28 from 2457600 to 3080192 tid 2 2023-09-30T09:16:00.552 INFO:tasks.rados.rados.0.smithi118.stdout:2584: writing smithi118168640-28 from 3080192 to 3260416 tid 3 2023-09-30T09:16:00.552 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 243 2023-09-30T09:16:00.552 INFO:tasks.rados.rados.0.smithi118.stdout:2582: finishing write tid 5 to smithi118168640-15 2023-09-30T09:16:00.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1017 (ObjNum 802 snap 243 seq_num 802) dirty exists 2023-09-30T09:16:00.552 INFO:tasks.rados.rados.0.smithi118.stdout:2582: left oid 15 (ObjNum 802 snap 243 seq_num 802) 2023-09-30T09:16:00.552 INFO:tasks.rados.rados.0.smithi118.stdout:2585: seq_num 805 ranges {1490944=688128,2179072=507904,2686976=294912} 2023-09-30T09:16:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2585: writing smithi118168640-37 from 1490944 to 2179072 tid 1 2023-09-30T09:16:00.566 INFO:tasks.rados.rados.0.smithi118.stdout:2585: writing smithi118168640-37 from 2179072 to 2686976 tid 2 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2585: writing smithi118168640-37 from 2686976 to 2981888 tid 3 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2582: done (2 left) 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2586: read oid 36 snap -1 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2586: expect deleted 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2587: delete oid 19 current snap is 243 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2584: finishing write tid 1 to smithi118168640-28 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2584: finishing write tid 2 to smithi118168640-28 2023-09-30T09:16:00.569 INFO:tasks.rados.rados.0.smithi118.stdout:2584: finishing write tid 3 to smithi118168640-28 2023-09-30T09:16:00.570 INFO:tasks.rados.rados.0.smithi118.stdout:2584: finishing write tid 4 to smithi118168640-28 2023-09-30T09:16:00.570 INFO:tasks.rados.rados.0.smithi118.stdout:2584: finishing write tid 5 to smithi118168640-28 2023-09-30T09:16:00.570 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1000 (ObjNum 804 snap 243 seq_num 804) dirty exists 2023-09-30T09:16:00.570 INFO:tasks.rados.rados.0.smithi118.stdout:2584: left oid 28 (ObjNum 804 snap 243 seq_num 804) 2023-09-30T09:16:00.570 INFO:tasks.rados.rados.0.smithi118.stdout:2585: finishing write tid 1 to smithi118168640-37 2023-09-30T09:16:00.572 INFO:tasks.rados.rados.0.smithi118.stdout:2584: done (3 left) 2023-09-30T09:16:00.572 INFO:tasks.rados.rados.0.smithi118.stdout:2586: done (2 left) 2023-09-30T09:16:00.572 INFO:tasks.rados.rados.0.smithi118.stdout:2587: done (1 left) 2023-09-30T09:16:00.572 INFO:tasks.rados.rados.0.smithi118.stdout:2588: copy_from oid 42 from oid 6 current snap is 243 2023-09-30T09:16:00.572 INFO:tasks.rados.rados.0.smithi118.stdout:2585: finishing write tid 2 to smithi118168640-37 2023-09-30T09:16:00.572 INFO:tasks.rados.rados.0.smithi118.stdout:2589: copy_from oid 36 from oid 41 current snap is 243 2023-09-30T09:16:00.572 INFO:tasks.rados.rados.0.smithi118.stdout:2590: snap_create 2023-09-30T09:16:00.573 INFO:tasks.rados.rados.0.smithi118.stdout:2585: finishing write tid 3 to smithi118168640-37 2023-09-30T09:16:00.573 INFO:tasks.rados.rados.0.smithi118.stdout:2585: finishing write tid 4 to smithi118168640-37 2023-09-30T09:16:00.573 INFO:tasks.rados.rados.0.smithi118.stdout:2589: finishing copy_from to smithi118168640-36 2023-09-30T09:16:00.573 INFO:tasks.rados.rados.0.smithi118.stdout:2589: got expected ENOENT (src dne) 2023-09-30T09:16:00.573 INFO:tasks.rados.rados.0.smithi118.stdout:2589: finishing copy_from racing read to smithi118168640-36 2023-09-30T09:16:00.574 INFO:tasks.rados.rados.0.smithi118.stdout:2585: finishing write tid 5 to smithi118168640-37 2023-09-30T09:16:00.574 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1016 (ObjNum 805 snap 243 seq_num 805) dirty exists 2023-09-30T09:16:00.574 INFO:tasks.rados.rados.0.smithi118.stdout:2585: left oid 37 (ObjNum 805 snap 243 seq_num 805) 2023-09-30T09:16:00.597 INFO:tasks.rados.rados.0.smithi118.stdout:2588: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:16:00.599 INFO:tasks.rados.rados.0.smithi118.stdout:2588: finishing copy_from to smithi118168640-42 2023-09-30T09:16:00.599 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 901 (ObjNum 800 snap 242 seq_num 800) dirty exists 2023-09-30T09:16:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:00 smithi118 ceph-mon[182959]: osdmap e562: 8 total, 8 up, 8 in 2023-09-30T09:16:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:00 smithi118 ceph-mon[185516]: osdmap e562: 8 total, 8 up, 8 in 2023-09-30T09:16:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:00 smithi192 ceph-mon[180220]: osdmap e562: 8 total, 8 up, 8 in 2023-09-30T09:16:01.504 INFO:tasks.rados.rados.0.smithi118.stdout:2585: done (3 left) 2023-09-30T09:16:01.505 INFO:tasks.rados.rados.0.smithi118.stdout:2588: done (2 left) 2023-09-30T09:16:01.505 INFO:tasks.rados.rados.0.smithi118.stdout:2589: done (1 left) 2023-09-30T09:16:01.505 INFO:tasks.rados.rados.0.smithi118.stdout:2590: done (0 left) 2023-09-30T09:16:01.505 INFO:tasks.rados.rados.0.smithi118.stdout:2591: copy_from oid 4 from oid 16 current snap is 244 2023-09-30T09:16:01.505 INFO:tasks.rados.rados.0.smithi118.stdout:2592: snap_create 2023-09-30T09:16:01.511 INFO:tasks.rados.rados.0.smithi118.stdout:2591: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:16:01.512 INFO:tasks.rados.rados.0.smithi118.stdout:2591: finishing copy_from to smithi118168640-4 2023-09-30T09:16:01.512 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 906 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:01 smithi118 ceph-mon[182959]: osdmap e563: 8 total, 8 up, 8 in 2023-09-30T09:16:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:01 smithi118 ceph-mon[182959]: pgmap v555: 121 pgs: 121 active+clean; 85 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2023-09-30T09:16:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:01 smithi118 ceph-mon[182959]: osdmap e564: 8 total, 8 up, 8 in 2023-09-30T09:16:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:01 smithi118 ceph-mon[185516]: osdmap e563: 8 total, 8 up, 8 in 2023-09-30T09:16:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:01 smithi118 ceph-mon[185516]: pgmap v555: 121 pgs: 121 active+clean; 85 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2023-09-30T09:16:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:01 smithi118 ceph-mon[185516]: osdmap e564: 8 total, 8 up, 8 in 2023-09-30T09:16:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:01 smithi192 ceph-mon[180220]: osdmap e563: 8 total, 8 up, 8 in 2023-09-30T09:16:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:01 smithi192 ceph-mon[180220]: pgmap v555: 121 pgs: 121 active+clean; 85 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.8 MiB/s wr, 14 op/s 2023-09-30T09:16:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:01 smithi192 ceph-mon[180220]: osdmap e564: 8 total, 8 up, 8 in 2023-09-30T09:16:02.510 INFO:tasks.rados.rados.0.smithi118.stdout:2591: done (1 left) 2023-09-30T09:16:02.510 INFO:tasks.rados.rados.0.smithi118.stdout:2592: done (0 left) 2023-09-30T09:16:02.511 INFO:tasks.rados.rados.0.smithi118.stdout:2593: read oid 49 snap -1 2023-09-30T09:16:02.511 INFO:tasks.rados.rados.0.smithi118.stdout:2593: expect deleted 2023-09-30T09:16:02.511 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 245 2023-09-30T09:16:02.511 INFO:tasks.rados.rados.0.smithi118.stdout:2594: seq_num 807 ranges {2080768=720896,2801664=729088,3530752=73728} 2023-09-30T09:16:02.525 INFO:tasks.rados.rados.0.smithi118.stdout:2594: writing smithi118168640-22 from 2080768 to 2801664 tid 1 2023-09-30T09:16:02.529 INFO:tasks.rados.rados.0.smithi118.stdout:2594: writing smithi118168640-22 from 2801664 to 3530752 tid 2 2023-09-30T09:16:02.530 INFO:tasks.rados.rados.0.smithi118.stdout:2594: writing smithi118168640-22 from 3530752 to 3604480 tid 3 2023-09-30T09:16:02.530 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 245 2023-09-30T09:16:02.530 INFO:tasks.rados.rados.0.smithi118.stdout:2595: seq_num 808 ranges {4128768=737280,4866048=614400,5480448=188416} 2023-09-30T09:16:02.556 INFO:tasks.rados.rados.0.smithi118.stdout:2595: writing smithi118168640-26 from 4128768 to 4866048 tid 1 2023-09-30T09:16:02.559 INFO:tasks.rados.rados.0.smithi118.stdout:2595: writing smithi118168640-26 from 4866048 to 5480448 tid 2 2023-09-30T09:16:02.561 INFO:tasks.rados.rados.0.smithi118.stdout:2595: writing smithi118168640-26 from 5480448 to 5668864 tid 3 2023-09-30T09:16:02.561 INFO:tasks.rados.rados.0.smithi118.stdout:2596: copy_from oid 45 from oid 28 current snap is 245 2023-09-30T09:16:02.561 INFO:tasks.rados.rados.0.smithi118.stdout:2594: finishing write tid 1 to smithi118168640-22 2023-09-30T09:16:02.561 INFO:tasks.rados.rados.0.smithi118.stdout:2594: finishing write tid 2 to smithi118168640-22 2023-09-30T09:16:02.561 INFO:tasks.rados.rados.0.smithi118.stdout:2594: finishing write tid 3 to smithi118168640-22 2023-09-30T09:16:02.561 INFO:tasks.rados.rados.0.smithi118.stdout:2594: finishing write tid 4 to smithi118168640-22 2023-09-30T09:16:02.561 INFO:tasks.rados.rados.0.smithi118.stdout:2594: finishing write tid 5 to smithi118168640-22 2023-09-30T09:16:02.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1010 (ObjNum 807 snap 245 seq_num 807) dirty exists 2023-09-30T09:16:02.562 INFO:tasks.rados.rados.0.smithi118.stdout:2594: left oid 22 (ObjNum 807 snap 245 seq_num 807) 2023-09-30T09:16:02.562 INFO:tasks.rados.rados.0.smithi118.stdout:2593: done (3 left) 2023-09-30T09:16:02.562 INFO:tasks.rados.rados.0.smithi118.stdout:2594: done (2 left) 2023-09-30T09:16:02.562 INFO:tasks.rados.rados.0.smithi118.stdout:2597: snap_create 2023-09-30T09:16:02.566 INFO:tasks.rados.rados.0.smithi118.stdout:2595: finishing write tid 1 to smithi118168640-26 2023-09-30T09:16:02.566 INFO:tasks.rados.rados.0.smithi118.stdout:2595: finishing write tid 2 to smithi118168640-26 2023-09-30T09:16:02.568 INFO:tasks.rados.rados.0.smithi118.stdout:2595: finishing write tid 3 to smithi118168640-26 2023-09-30T09:16:02.569 INFO:tasks.rados.rados.0.smithi118.stdout:2595: finishing write tid 4 to smithi118168640-26 2023-09-30T09:16:02.570 INFO:tasks.rados.rados.0.smithi118.stdout:2595: finishing write tid 5 to smithi118168640-26 2023-09-30T09:16:02.570 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1346 (ObjNum 808 snap 245 seq_num 808) dirty exists 2023-09-30T09:16:02.570 INFO:tasks.rados.rados.0.smithi118.stdout:2595: left oid 26 (ObjNum 808 snap 245 seq_num 808) 2023-09-30T09:16:02.578 INFO:tasks.rados.rados.0.smithi118.stdout:2596: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:16:02.579 INFO:tasks.rados.rados.0.smithi118.stdout:2596: finishing copy_from to smithi118168640-45 2023-09-30T09:16:02.579 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1000 (ObjNum 804 snap 243 seq_num 804) dirty exists 2023-09-30T09:16:03.516 INFO:tasks.rados.rados.0.smithi118.stdout:2595: done (2 left) 2023-09-30T09:16:03.516 INFO:tasks.rados.rados.0.smithi118.stdout:2596: done (1 left) 2023-09-30T09:16:03.516 INFO:tasks.rados.rados.0.smithi118.stdout:2597: done (0 left) 2023-09-30T09:16:03.516 INFO:tasks.rados.rados.0.smithi118.stdout:2598: snap_remove snap 242 2023-09-30T09:16:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:03 smithi118 ceph-mon[182959]: osdmap e565: 8 total, 8 up, 8 in 2023-09-30T09:16:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:03 smithi118 ceph-mon[182959]: pgmap v558: 121 pgs: 121 active+clean; 93 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.5 MiB/s wr, 23 op/s 2023-09-30T09:16:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:03 smithi118 ceph-mon[185516]: osdmap e565: 8 total, 8 up, 8 in 2023-09-30T09:16:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:03 smithi118 ceph-mon[185516]: pgmap v558: 121 pgs: 121 active+clean; 93 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.5 MiB/s wr, 23 op/s 2023-09-30T09:16:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:03 smithi192 ceph-mon[180220]: osdmap e565: 8 total, 8 up, 8 in 2023-09-30T09:16:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:03 smithi192 ceph-mon[180220]: pgmap v558: 121 pgs: 121 active+clean; 93 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 3.5 MiB/s wr, 23 op/s 2023-09-30T09:16:04.516 INFO:tasks.rados.rados.0.smithi118.stdout:2598: done (0 left) 2023-09-30T09:16:04.516 INFO:tasks.rados.rados.0.smithi118.stdout:2599: snap_remove snap 243 2023-09-30T09:16:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[182959]: osdmap e566: 8 total, 8 up, 8 in 2023-09-30T09:16:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:16:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:16:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:16:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:16:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[185516]: osdmap e566: 8 total, 8 up, 8 in 2023-09-30T09:16:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:16:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:16:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:16:04.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:16:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:04 smithi192 ceph-mon[180220]: osdmap e566: 8 total, 8 up, 8 in 2023-09-30T09:16:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:16:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:16:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:16:04.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:16:05.519 INFO:tasks.rados.rados.0.smithi118.stdout:2599: done (0 left) 2023-09-30T09:16:05.519 INFO:tasks.rados.rados.0.smithi118.stdout:2600: rollback oid 35 current snap is 246 2023-09-30T09:16:05.519 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 244 2023-09-30T09:16:05.520 INFO:tasks.rados.rados.0.smithi118.stdout:2601: snap_remove snap 239 2023-09-30T09:16:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:05 smithi118 ceph-mon[185516]: osdmap e567: 8 total, 8 up, 8 in 2023-09-30T09:16:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:05 smithi118 ceph-mon[185516]: pgmap v561: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 108 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 5.7 MiB/s wr, 28 op/s 2023-09-30T09:16:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:05 smithi118 ceph-mon[182959]: osdmap e567: 8 total, 8 up, 8 in 2023-09-30T09:16:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:05 smithi118 ceph-mon[182959]: pgmap v561: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 108 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 5.7 MiB/s wr, 28 op/s 2023-09-30T09:16:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:05 smithi192 ceph-mon[180220]: osdmap e567: 8 total, 8 up, 8 in 2023-09-30T09:16:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:05 smithi192 ceph-mon[180220]: pgmap v561: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 108 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 5.7 MiB/s wr, 28 op/s 2023-09-30T09:16:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:2601: done (1 left) 2023-09-30T09:16:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:2602: snap_create 2023-09-30T09:16:06.508 INFO:tasks.rados.rados.0.smithi118.stdout:2600: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:16:06.509 INFO:tasks.rados.rados.0.smithi118.stdout:2600: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:16:06.509 INFO:tasks.rados.rados.0.smithi118.stdout:2600: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:16:06.509 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1017 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:16:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:06 smithi118 ceph-mon[182959]: osdmap e568: 8 total, 8 up, 8 in 2023-09-30T09:16:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:06 smithi118 ceph-mon[182959]: osdmap e569: 8 total, 8 up, 8 in 2023-09-30T09:16:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:06 smithi118 ceph-mon[185516]: osdmap e568: 8 total, 8 up, 8 in 2023-09-30T09:16:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:06 smithi118 ceph-mon[185516]: osdmap e569: 8 total, 8 up, 8 in 2023-09-30T09:16:06.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:06 smithi192 ceph-mon[180220]: osdmap e568: 8 total, 8 up, 8 in 2023-09-30T09:16:06.966 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:06 smithi192 ceph-mon[180220]: osdmap e569: 8 total, 8 up, 8 in 2023-09-30T09:16:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:2600: done (1 left) 2023-09-30T09:16:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:2602: done (0 left) 2023-09-30T09:16:07.514 INFO:tasks.rados.rados.0.smithi118.stdout:2603: setattr oid 29 current snap is 247 2023-09-30T09:16:07.515 INFO:tasks.rados.rados.0.smithi118.stdout:2604: read oid 12 snap -1 2023-09-30T09:16:07.515 INFO:tasks.rados.rados.0.smithi118.stdout:2604: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:07.515 INFO:tasks.rados.rados.0.smithi118.stdout:2605: read oid 15 snap -1 2023-09-30T09:16:07.515 INFO:tasks.rados.rados.0.smithi118.stdout:2605: expect (ObjNum 802 snap 243 seq_num 802) 2023-09-30T09:16:07.515 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 247 2023-09-30T09:16:07.515 INFO:tasks.rados.rados.0.smithi118.stdout:2606: seq_num 809 ranges {0=753664,753664=499712,1253376=303104} 2023-09-30T09:16:07.519 INFO:tasks.rados.rados.0.smithi118.stdout:2606: writing smithi118168640-27 from 0 to 753664 tid 1 2023-09-30T09:16:07.525 INFO:tasks.rados.rados.0.smithi118.stdout:2606: writing smithi118168640-27 from 753664 to 1253376 tid 2 2023-09-30T09:16:07.525 INFO:tasks.rados.rados.0.smithi118.stdout:2606: writing smithi118168640-27 from 1253376 to 1556480 tid 3 2023-09-30T09:16:07.525 INFO:tasks.rados.rados.0.smithi118.stdout:2607: snap_create 2023-09-30T09:16:07.525 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 899 (ObjNum 1265 snap 0 seq_num 3908351688) dirty exists 2023-09-30T09:16:07.527 INFO:tasks.rados.rados.0.smithi118.stdout:2606: finishing write tid 1 to smithi118168640-27 2023-09-30T09:16:07.530 INFO:tasks.rados.rados.0.smithi118.stdout:2606: finishing write tid 2 to smithi118168640-27 2023-09-30T09:16:07.531 INFO:tasks.rados.rados.0.smithi118.stdout:2605: expect (ObjNum 802 snap 243 seq_num 802) 2023-09-30T09:16:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:2606: finishing write tid 3 to smithi118168640-27 2023-09-30T09:16:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:2606: finishing write tid 4 to smithi118168640-27 2023-09-30T09:16:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:2606: finishing write tid 5 to smithi118168640-27 2023-09-30T09:16:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 607 (ObjNum 809 snap 247 seq_num 809) dirty exists 2023-09-30T09:16:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:2606: left oid 27 (ObjNum 809 snap 247 seq_num 809) 2023-09-30T09:16:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:2604: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:07 smithi118 ceph-mon[182959]: pgmap v564: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 109 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 4.0 MiB/s wr, 19 op/s 2023-09-30T09:16:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:07 smithi118 ceph-mon[182959]: osdmap e570: 8 total, 8 up, 8 in 2023-09-30T09:16:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:07 smithi118 ceph-mon[185516]: pgmap v564: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 109 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 4.0 MiB/s wr, 19 op/s 2023-09-30T09:16:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:07 smithi118 ceph-mon[185516]: osdmap e570: 8 total, 8 up, 8 in 2023-09-30T09:16:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:07 smithi192 ceph-mon[180220]: pgmap v564: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 109 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 3.7 MiB/s rd, 4.0 MiB/s wr, 19 op/s 2023-09-30T09:16:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:07 smithi192 ceph-mon[180220]: osdmap e570: 8 total, 8 up, 8 in 2023-09-30T09:16:08.515 INFO:tasks.rados.rados.0.smithi118.stdout:2603: done (4 left) 2023-09-30T09:16:08.515 INFO:tasks.rados.rados.0.smithi118.stdout:2604: done (3 left) 2023-09-30T09:16:08.516 INFO:tasks.rados.rados.0.smithi118.stdout:2605: done (2 left) 2023-09-30T09:16:08.516 INFO:tasks.rados.rados.0.smithi118.stdout:2606: done (1 left) 2023-09-30T09:16:08.516 INFO:tasks.rados.rados.0.smithi118.stdout:2607: done (0 left) 2023-09-30T09:16:08.516 INFO:tasks.rados.rados.0.smithi118.stdout:2608: setattr oid 17 current snap is 248 2023-09-30T09:16:08.516 INFO:tasks.rados.rados.0.smithi118.stdout:2609: read oid 6 snap -1 2023-09-30T09:16:08.516 INFO:tasks.rados.rados.0.smithi118.stdout:2609: expect (ObjNum 800 snap 242 seq_num 800) 2023-09-30T09:16:08.516 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 248 2023-09-30T09:16:08.517 INFO:tasks.rados.rados.0.smithi118.stdout:2610: seq_num 810 ranges {5668864=770048,6438912=778240,7217152=24576} 2023-09-30T09:16:08.551 INFO:tasks.rados.rados.0.smithi118.stdout:2610: writing smithi118168640-26 from 5668864 to 6438912 tid 1 2023-09-30T09:16:08.556 INFO:tasks.rados.rados.0.smithi118.stdout:2610: writing smithi118168640-26 from 6438912 to 7217152 tid 2 2023-09-30T09:16:08.556 INFO:tasks.rados.rados.0.smithi118.stdout:2610: writing smithi118168640-26 from 7217152 to 7241728 tid 3 2023-09-30T09:16:08.556 INFO:tasks.rados.rados.0.smithi118.stdout:2611: snap_remove snap 247 2023-09-30T09:16:09.520 INFO:tasks.rados.rados.0.smithi118.stdout:2611: done (3 left) 2023-09-30T09:16:09.520 INFO:tasks.rados.rados.0.smithi118.stdout:2612: rollback oid 42 current snap is 248 2023-09-30T09:16:09.520 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 42 to 245 2023-09-30T09:16:09.520 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1017 (ObjNum 609 snap 0 seq_num 3323165408) dirty exists 2023-09-30T09:16:09.520 INFO:tasks.rados.rados.0.smithi118.stdout:2609: expect (ObjNum 800 snap 242 seq_num 800) 2023-09-30T09:16:09.763 INFO:tasks.rados.rados.0.smithi118.stdout:2610: finishing write tid 1 to smithi118168640-26 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2610: finishing write tid 2 to smithi118168640-26 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2610: finishing write tid 3 to smithi118168640-26 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2610: finishing write tid 4 to smithi118168640-26 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2610: finishing write tid 5 to smithi118168640-26 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1365 (ObjNum 810 snap 248 seq_num 810) dirty exists 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2610: left oid 26 (ObjNum 810 snap 248 seq_num 810) 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2608: done (3 left) 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2609: done (2 left) 2023-09-30T09:16:09.764 INFO:tasks.rados.rados.0.smithi118.stdout:2610: done (1 left) 2023-09-30T09:16:09.765 INFO:tasks.rados.rados.0.smithi118.stdout:2613: read oid 13 snap -1 2023-09-30T09:16:09.765 INFO:tasks.rados.rados.0.smithi118.stdout:2613: expect (ObjNum 683 snap 205 seq_num 683) 2023-09-30T09:16:09.765 INFO:tasks.rados.rados.0.smithi118.stdout:2614: rmattr oid 19 current snap is 248 2023-09-30T09:16:09.765 INFO:tasks.rados.rados.0.smithi118.stdout:2614: done (2 left) 2023-09-30T09:16:09.765 INFO:tasks.rados.rados.0.smithi118.stdout:2615: snap_remove snap 241 2023-09-30T09:16:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:09 smithi118 ceph-mon[185516]: osdmap e571: 8 total, 8 up, 8 in 2023-09-30T09:16:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:09 smithi118 ceph-mon[185516]: pgmap v567: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 109 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 242 KiB/s wr, 2 op/s 2023-09-30T09:16:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:09 smithi118 ceph-mon[182959]: osdmap e571: 8 total, 8 up, 8 in 2023-09-30T09:16:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:09 smithi118 ceph-mon[182959]: pgmap v567: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 109 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 242 KiB/s wr, 2 op/s 2023-09-30T09:16:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:09 smithi192 ceph-mon[180220]: osdmap e571: 8 total, 8 up, 8 in 2023-09-30T09:16:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:09 smithi192 ceph-mon[180220]: pgmap v567: 121 pgs: 1 active+clean+snaptrim_wait, 120 active+clean; 109 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 MiB/s rd, 242 KiB/s wr, 2 op/s 2023-09-30T09:16:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:16:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:16:09] "GET /metrics HTTP/1.1" 200 36182 "" "Prometheus/2.43.0" 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2615: done (2 left) 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2616: rollback oid 9 current snap is 248 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 244 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2617: copy_from oid 33 from oid 49 current snap is 248 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2618: read oid 34 snap -1 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2618: expect deleted 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2619: copy_from oid 24 from oid 43 current snap is 248 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2620: read oid 38 snap -1 2023-09-30T09:16:10.530 INFO:tasks.rados.rados.0.smithi118.stdout:2620: expect (ObjNum 769 snap 236 seq_num 769) 2023-09-30T09:16:10.531 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 248 2023-09-30T09:16:10.531 INFO:tasks.rados.rados.0.smithi118.stdout:2621: seq_num 811 ranges {1286144=786432,2072576=663552,2736128=139264} 2023-09-30T09:16:10.538 INFO:tasks.rados.rados.0.smithi118.stdout:2621: writing smithi118168640-1 from 1286144 to 2072576 tid 1 2023-09-30T09:16:10.542 INFO:tasks.rados.rados.0.smithi118.stdout:2621: writing smithi118168640-1 from 2072576 to 2736128 tid 2 2023-09-30T09:16:10.543 INFO:tasks.rados.rados.0.smithi118.stdout:2621: writing smithi118168640-1 from 2736128 to 2875392 tid 3 2023-09-30T09:16:10.544 INFO:tasks.rados.rados.0.smithi118.stdout:2622: setattr oid 23 current snap is 248 2023-09-30T09:16:10.544 INFO:tasks.rados.rados.0.smithi118.stdout:2612: finishing rollback tid 0 to smithi118168640-42 2023-09-30T09:16:10.544 INFO:tasks.rados.rados.0.smithi118.stdout:2612: finishing rollback tid 1 to smithi118168640-42 2023-09-30T09:16:10.544 INFO:tasks.rados.rados.0.smithi118.stdout:2612: finishing rollback tid 2 to smithi118168640-42 2023-09-30T09:16:10.544 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 904 (ObjNum 800 snap 242 seq_num 800) dirty exists 2023-09-30T09:16:10.544 INFO:tasks.rados.rados.0.smithi118.stdout:2613: expect (ObjNum 683 snap 205 seq_num 683) 2023-09-30T09:16:10.598 INFO:tasks.rados.rados.0.smithi118.stdout:2617: finishing copy_from to smithi118168640-33 2023-09-30T09:16:10.598 INFO:tasks.rados.rados.0.smithi118.stdout:2617: got expected ENOENT (src dne) 2023-09-30T09:16:10.598 INFO:tasks.rados.rados.0.smithi118.stdout:2617: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:16:10.598 INFO:tasks.rados.rados.0.smithi118.stdout:2620: expect (ObjNum 769 snap 236 seq_num 769) 2023-09-30T09:16:10.620 INFO:tasks.rados.rados.0.smithi118.stdout:2616: finishing rollback tid 0 to smithi118168640-9 2023-09-30T09:16:10.620 INFO:tasks.rados.rados.0.smithi118.stdout:2616: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:16:10.620 INFO:tasks.rados.rados.0.smithi118.stdout:2616: finishing rollback tid 2 to smithi118168640-9 2023-09-30T09:16:10.620 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 1002 (ObjNum 742 snap 231 seq_num 742) dirty exists 2023-09-30T09:16:10.620 INFO:tasks.rados.rados.0.smithi118.stdout:2621: finishing write tid 1 to smithi118168640-1 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:2621: finishing write tid 2 to smithi118168640-1 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:2621: finishing write tid 3 to smithi118168640-1 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:2621: finishing write tid 4 to smithi118168640-1 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:2621: finishing write tid 5 to smithi118168640-1 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1004 (ObjNum 811 snap 248 seq_num 811) dirty exists 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:2621: left oid 1 (ObjNum 811 snap 248 seq_num 811) 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:2619: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:2619: finishing copy_from to smithi118168640-24 2023-09-30T09:16:10.621 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1014 (ObjNum 790 snap 239 seq_num 790) dirty exists 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2612: done (8 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2613: done (7 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2616: done (6 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2617: done (5 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2618: done (4 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2619: done (3 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2620: done (2 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2621: done (1 left) 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2623: read oid 47 snap -1 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2623: expect deleted 2023-09-30T09:16:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:2624: rmattr oid 44 current snap is 248 2023-09-30T09:16:10.623 INFO:tasks.rados.rados.0.smithi118.stdout:2625: snap_create 2023-09-30T09:16:10.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 905 (ObjNum 129 snap 0 seq_num 3323749448) dirty exists 2023-09-30T09:16:10.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1018 (ObjNum 665 snap 199 seq_num 665) dirty exists 2023-09-30T09:16:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:10 smithi118 ceph-mon[182959]: osdmap e572: 8 total, 8 up, 8 in 2023-09-30T09:16:10.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:10 smithi118 ceph-mon[185516]: osdmap e572: 8 total, 8 up, 8 in 2023-09-30T09:16:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:10 smithi192 ceph-mon[180220]: osdmap e572: 8 total, 8 up, 8 in 2023-09-30T09:16:11.529 INFO:tasks.rados.rados.0.smithi118.stdout:2622: done (3 left) 2023-09-30T09:16:11.529 INFO:tasks.rados.rados.0.smithi118.stdout:2623: done (2 left) 2023-09-30T09:16:11.529 INFO:tasks.rados.rados.0.smithi118.stdout:2624: done (1 left) 2023-09-30T09:16:11.529 INFO:tasks.rados.rados.0.smithi118.stdout:2625: done (0 left) 2023-09-30T09:16:11.530 INFO:tasks.rados.rados.0.smithi118.stdout:2626: delete oid 33 current snap is 249 2023-09-30T09:16:11.532 INFO:tasks.rados.rados.0.smithi118.stdout:2626: done (0 left) 2023-09-30T09:16:11.532 INFO:tasks.rados.rados.0.smithi118.stdout:2627: snap_remove snap 245 2023-09-30T09:16:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:11 smithi118 ceph-mon[182959]: osdmap e573: 8 total, 8 up, 8 in 2023-09-30T09:16:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:11 smithi118 ceph-mon[182959]: pgmap v570: 121 pgs: 121 active+clean; 110 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 380 KiB/s wr, 14 op/s 2023-09-30T09:16:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:11 smithi118 ceph-mon[185516]: osdmap e573: 8 total, 8 up, 8 in 2023-09-30T09:16:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:11 smithi118 ceph-mon[185516]: pgmap v570: 121 pgs: 121 active+clean; 110 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 380 KiB/s wr, 14 op/s 2023-09-30T09:16:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:11 smithi192 ceph-mon[180220]: osdmap e573: 8 total, 8 up, 8 in 2023-09-30T09:16:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:11 smithi192 ceph-mon[180220]: pgmap v570: 121 pgs: 121 active+clean; 110 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 380 KiB/s wr, 14 op/s 2023-09-30T09:16:12.537 INFO:tasks.rados.rados.0.smithi118.stdout:2627: done (0 left) 2023-09-30T09:16:12.537 INFO:tasks.rados.rados.0.smithi118.stdout:2628: snap_remove snap 248 2023-09-30T09:16:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:12 smithi118 ceph-mon[182959]: osdmap e574: 8 total, 8 up, 8 in 2023-09-30T09:16:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:12 smithi118 ceph-mon[185516]: osdmap e574: 8 total, 8 up, 8 in 2023-09-30T09:16:12.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:12 smithi192 ceph-mon[180220]: osdmap e574: 8 total, 8 up, 8 in 2023-09-30T09:16:13.541 INFO:tasks.rados.rados.0.smithi118.stdout:2628: done (0 left) 2023-09-30T09:16:13.542 INFO:tasks.rados.rados.0.smithi118.stdout:2629: read oid 40 snap -1 2023-09-30T09:16:13.542 INFO:tasks.rados.rados.0.smithi118.stdout:2629: expect deleted 2023-09-30T09:16:13.542 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 249 2023-09-30T09:16:13.542 INFO:tasks.rados.rados.0.smithi118.stdout:2630: seq_num 813 ranges {991232=417792,1409024=434176,1843200=442368,2285568=327680} 2023-09-30T09:16:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2630: writing smithi118168640-16 from 991232 to 1409024 tid 1 2023-09-30T09:16:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:2630: writing smithi118168640-16 from 1409024 to 1843200 tid 2 2023-09-30T09:16:13.554 INFO:tasks.rados.rados.0.smithi118.stdout:2630: writing smithi118168640-16 from 1843200 to 2285568 tid 3 2023-09-30T09:16:13.556 INFO:tasks.rados.rados.0.smithi118.stdout:2630: writing smithi118168640-16 from 2285568 to 2613248 tid 4 2023-09-30T09:16:13.556 INFO:tasks.rados.rados.0.smithi118.stdout:2631: delete oid 9 current snap is 249 2023-09-30T09:16:13.557 INFO:tasks.rados.rados.0.smithi118.stdout:2630: finishing write tid 1 to smithi118168640-16 2023-09-30T09:16:13.557 INFO:tasks.rados.rados.0.smithi118.stdout:2630: finishing write tid 2 to smithi118168640-16 2023-09-30T09:16:13.557 INFO:tasks.rados.rados.0.smithi118.stdout:2630: finishing write tid 3 to smithi118168640-16 2023-09-30T09:16:13.558 INFO:tasks.rados.rados.0.smithi118.stdout:2629: done (2 left) 2023-09-30T09:16:13.558 INFO:tasks.rados.rados.0.smithi118.stdout:2631: done (1 left) 2023-09-30T09:16:13.558 INFO:tasks.rados.rados.0.smithi118.stdout:2632: rollback oid 33 current snap is 249 2023-09-30T09:16:13.558 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 33 to 244 2023-09-30T09:16:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:2633: rollback oid 3 current snap is 249 2023-09-30T09:16:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 244 2023-09-30T09:16:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:2634: copy_from oid 47 from oid 34 current snap is 249 2023-09-30T09:16:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:2635: copy_from oid 13 from oid 17 current snap is 249 2023-09-30T09:16:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:2636: snap_remove snap 246 2023-09-30T09:16:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:13 smithi118 ceph-mon[185516]: osdmap e575: 8 total, 8 up, 8 in 2023-09-30T09:16:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:13 smithi118 ceph-mon[185516]: pgmap v573: 121 pgs: 121 active+clean; 112 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 768 KiB/s wr, 19 op/s 2023-09-30T09:16:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:13 smithi118 ceph-mon[182959]: osdmap e575: 8 total, 8 up, 8 in 2023-09-30T09:16:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:13 smithi118 ceph-mon[182959]: pgmap v573: 121 pgs: 121 active+clean; 112 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 768 KiB/s wr, 19 op/s 2023-09-30T09:16:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:13 smithi192 ceph-mon[180220]: osdmap e575: 8 total, 8 up, 8 in 2023-09-30T09:16:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:13 smithi192 ceph-mon[180220]: pgmap v573: 121 pgs: 121 active+clean; 112 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.4 MiB/s rd, 768 KiB/s wr, 19 op/s 2023-09-30T09:16:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2636: done (5 left) 2023-09-30T09:16:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2637: delete oid 42 current snap is 249 2023-09-30T09:16:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2630: finishing write tid 4 to smithi118168640-16 2023-09-30T09:16:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2630: finishing write tid 5 to smithi118168640-16 2023-09-30T09:16:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2630: finishing write tid 6 to smithi118168640-16 2023-09-30T09:16:14.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1022 (ObjNum 813 snap 249 seq_num 813) dirty exists 2023-09-30T09:16:14.552 INFO:tasks.rados.rados.0.smithi118.stdout:2630: left oid 16 (ObjNum 813 snap 249 seq_num 813) 2023-09-30T09:16:14.552 INFO:tasks.rados.rados.0.smithi118.stdout:2635: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:16:14.552 INFO:tasks.rados.rados.0.smithi118.stdout:2634: finishing copy_from to smithi118168640-47 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2634: got expected ENOENT (src dne) 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2632: finishing rollback tid 1 to smithi118168640-33 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2633: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2632: finishing rollback tid 2 to smithi118168640-33 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1019 (ObjNum 773 snap 236 seq_num 773) dirty exists 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2633: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2634: finishing copy_from racing read to smithi118168640-47 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2633: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 904 (ObjNum 778 snap 238 seq_num 778) dirty exists 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:2635: finishing copy_from to smithi118168640-13 2023-09-30T09:16:14.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1017 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-09-30T09:16:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:2630: done (5 left) 2023-09-30T09:16:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:2632: done (4 left) 2023-09-30T09:16:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:2633: done (3 left) 2023-09-30T09:16:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:2634: done (2 left) 2023-09-30T09:16:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:2635: done (1 left) 2023-09-30T09:16:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:2637: done (0 left) 2023-09-30T09:16:14.556 INFO:tasks.rados.rados.0.smithi118.stdout:2638: delete oid 21 current snap is 249 2023-09-30T09:16:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2638: done (0 left) 2023-09-30T09:16:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2639: copy_from oid 13 from oid 17 current snap is 249 2023-09-30T09:16:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 249 2023-09-30T09:16:14.562 INFO:tasks.rados.rados.0.smithi118.stdout:2640: seq_num 817 ranges {7241728=491520,7733248=417792,8151040=425984,8577024=360448} 2023-09-30T09:16:14.603 INFO:tasks.rados.rados.0.smithi118.stdout:2640: writing smithi118168640-26 from 7241728 to 7733248 tid 1 2023-09-30T09:16:14.605 INFO:tasks.rados.rados.0.smithi118.stdout:2640: writing smithi118168640-26 from 7733248 to 8151040 tid 2 2023-09-30T09:16:14.607 INFO:tasks.rados.rados.0.smithi118.stdout:2640: writing smithi118168640-26 from 8151040 to 8577024 tid 3 2023-09-30T09:16:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:2640: writing smithi118168640-26 from 8577024 to 8937472 tid 4 2023-09-30T09:16:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:2641: snap_create 2023-09-30T09:16:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:2639: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:16:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:2639: finishing copy_from to smithi118168640-13 2023-09-30T09:16:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1017 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-09-30T09:16:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:2640: finishing write tid 1 to smithi118168640-26 2023-09-30T09:16:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:2640: finishing write tid 2 to smithi118168640-26 2023-09-30T09:16:14.614 INFO:tasks.rados.rados.0.smithi118.stdout:2640: finishing write tid 3 to smithi118168640-26 2023-09-30T09:16:14.614 INFO:tasks.rados.rados.0.smithi118.stdout:2640: finishing write tid 4 to smithi118168640-26 2023-09-30T09:16:14.614 INFO:tasks.rados.rados.0.smithi118.stdout:2640: finishing write tid 5 to smithi118168640-26 2023-09-30T09:16:14.616 INFO:tasks.rados.rados.0.smithi118.stdout:2640: finishing write tid 6 to smithi118168640-26 2023-09-30T09:16:14.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1382 (ObjNum 817 snap 249 seq_num 817) dirty exists 2023-09-30T09:16:14.616 INFO:tasks.rados.rados.0.smithi118.stdout:2640: left oid 26 (ObjNum 817 snap 249 seq_num 817) 2023-09-30T09:16:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:14 smithi118 ceph-mon[182959]: osdmap e576: 8 total, 8 up, 8 in 2023-09-30T09:16:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:14 smithi118 ceph-mon[185516]: osdmap e576: 8 total, 8 up, 8 in 2023-09-30T09:16:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:14 smithi192 ceph-mon[180220]: osdmap e576: 8 total, 8 up, 8 in 2023-09-30T09:16:15.553 INFO:tasks.rados.rados.0.smithi118.stdout:2639: done (2 left) 2023-09-30T09:16:15.553 INFO:tasks.rados.rados.0.smithi118.stdout:2640: done (1 left) 2023-09-30T09:16:15.553 INFO:tasks.rados.rados.0.smithi118.stdout:2641: done (0 left) 2023-09-30T09:16:15.553 INFO:tasks.rados.rados.0.smithi118.stdout:2642: copy_from oid 24 from oid 35 current snap is 250 2023-09-30T09:16:15.553 INFO:tasks.rados.rados.0.smithi118.stdout:2643: read oid 32 snap 249 2023-09-30T09:16:15.553 INFO:tasks.rados.rados.0.smithi118.stdout:2643: expect (ObjNum 799 snap 242 seq_num 799) 2023-09-30T09:16:15.553 INFO:tasks.rados.rados.0.smithi118.stdout:2644: delete oid 31 current snap is 250 2023-09-30T09:16:15.561 INFO:tasks.rados.rados.0.smithi118.stdout:2644: done (2 left) 2023-09-30T09:16:15.561 INFO:tasks.rados.rados.0.smithi118.stdout:2645: rollback oid 11 current snap is 250 2023-09-30T09:16:15.561 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 11 to 249 2023-09-30T09:16:15.561 INFO:tasks.rados.rados.0.smithi118.stdout:2646: delete oid 44 current snap is 250 2023-09-30T09:16:15.566 INFO:tasks.rados.rados.0.smithi118.stdout:2646: done (3 left) 2023-09-30T09:16:15.566 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 250 2023-09-30T09:16:15.566 INFO:tasks.rados.rados.0.smithi118.stdout:2647: seq_num 820 ranges {1810432=540672,2351104=475136,2826240=598016,3424256=131072} 2023-09-30T09:16:15.581 INFO:tasks.rados.rados.0.smithi118.stdout:2647: writing smithi118168640-3 from 1810432 to 2351104 tid 1 2023-09-30T09:16:15.582 INFO:tasks.rados.rados.0.smithi118.stdout:2647: writing smithi118168640-3 from 2351104 to 2826240 tid 2 2023-09-30T09:16:15.586 INFO:tasks.rados.rados.0.smithi118.stdout:2647: writing smithi118168640-3 from 2826240 to 3424256 tid 3 2023-09-30T09:16:15.586 INFO:tasks.rados.rados.0.smithi118.stdout:2647: writing smithi118168640-3 from 3424256 to 3555328 tid 4 2023-09-30T09:16:15.587 INFO:tasks.rados.rados.0.smithi118.stdout:2648: snap_remove snap 244 2023-09-30T09:16:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:15 smithi118 ceph-mon[182959]: osdmap e577: 8 total, 8 up, 8 in 2023-09-30T09:16:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:15 smithi118 ceph-mon[182959]: pgmap v576: 121 pgs: 121 active+clean; 124 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 15 op/s 2023-09-30T09:16:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:15 smithi118 ceph-mon[185516]: osdmap e577: 8 total, 8 up, 8 in 2023-09-30T09:16:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:15 smithi118 ceph-mon[185516]: pgmap v576: 121 pgs: 121 active+clean; 124 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 15 op/s 2023-09-30T09:16:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:15 smithi192 ceph-mon[180220]: osdmap e577: 8 total, 8 up, 8 in 2023-09-30T09:16:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:15 smithi192 ceph-mon[180220]: pgmap v576: 121 pgs: 121 active+clean; 124 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 15 op/s 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2648: done (4 left) 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2649: read oid 30 snap -1 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2649: expect deleted 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2650: copy_from oid 42 from oid 28 current snap is 250 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2651: read oid 2 snap -1 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2651: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2652: snap_create 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2645: finishing rollback tid 0 to smithi118168640-11 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2645: finishing rollback tid 1 to smithi118168640-11 2023-09-30T09:16:16.513 INFO:tasks.rados.rados.0.smithi118.stdout:2645: finishing rollback tid 2 to smithi118168640-11 2023-09-30T09:16:16.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1020 (ObjNum 780 snap 238 seq_num 780) dirty exists 2023-09-30T09:16:16.514 INFO:tasks.rados.rados.0.smithi118.stdout:2643: expect (ObjNum 799 snap 242 seq_num 799) 2023-09-30T09:16:16.686 INFO:tasks.rados.rados.0.smithi118.stdout:2642: finishing copy_from racing read to smithi118168640-24 2023-09-30T09:16:16.686 INFO:tasks.rados.rados.0.smithi118.stdout:2647: finishing write tid 1 to smithi118168640-3 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2642: finishing copy_from to smithi118168640-24 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1017 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2647: finishing write tid 2 to smithi118168640-3 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2647: finishing write tid 3 to smithi118168640-3 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2647: finishing write tid 4 to smithi118168640-3 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2647: finishing write tid 5 to smithi118168640-3 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2647: finishing write tid 6 to smithi118168640-3 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 909 (ObjNum 820 snap 250 seq_num 820) dirty exists 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2647: left oid 3 (ObjNum 820 snap 250 seq_num 820) 2023-09-30T09:16:16.687 INFO:tasks.rados.rados.0.smithi118.stdout:2651: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:16:16.806 INFO:tasks.rados.rados.0.smithi118.stdout:2650: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:16:16.807 INFO:tasks.rados.rados.0.smithi118.stdout:2650: finishing copy_from to smithi118168640-42 2023-09-30T09:16:16.807 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1000 (ObjNum 804 snap 243 seq_num 804) dirty exists 2023-09-30T09:16:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:16 smithi118 ceph-mon[182959]: osdmap e578: 8 total, 8 up, 8 in 2023-09-30T09:16:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:16 smithi118 ceph-mon[182959]: osdmap e579: 8 total, 8 up, 8 in 2023-09-30T09:16:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:16 smithi118 ceph-mon[185516]: osdmap e578: 8 total, 8 up, 8 in 2023-09-30T09:16:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:16 smithi118 ceph-mon[185516]: osdmap e579: 8 total, 8 up, 8 in 2023-09-30T09:16:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:16 smithi192 ceph-mon[180220]: osdmap e578: 8 total, 8 up, 8 in 2023-09-30T09:16:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:16 smithi192 ceph-mon[180220]: osdmap e579: 8 total, 8 up, 8 in 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2642: done (7 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2643: done (6 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2645: done (5 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2647: done (4 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2649: done (3 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2650: done (2 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2651: done (1 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2652: done (0 left) 2023-09-30T09:16:17.510 INFO:tasks.rados.rados.0.smithi118.stdout:2653: snap_create 2023-09-30T09:16:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:17 smithi118 ceph-mon[182959]: pgmap v579: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 122 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 11 op/s 2023-09-30T09:16:18.102 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:17 smithi118 ceph-mon[182959]: osdmap e580: 8 total, 8 up, 8 in 2023-09-30T09:16:18.102 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:17 smithi118 ceph-mon[185516]: pgmap v579: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 122 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 11 op/s 2023-09-30T09:16:18.102 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:17 smithi118 ceph-mon[185516]: osdmap e580: 8 total, 8 up, 8 in 2023-09-30T09:16:18.102 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:17 smithi192 ceph-mon[180220]: pgmap v579: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 122 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 2.6 MiB/s wr, 11 op/s 2023-09-30T09:16:18.102 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:17 smithi192 ceph-mon[180220]: osdmap e580: 8 total, 8 up, 8 in 2023-09-30T09:16:18.511 INFO:tasks.rados.rados.0.smithi118.stdout:2653: done (0 left) 2023-09-30T09:16:18.511 INFO:tasks.rados.rados.0.smithi118.stdout:2654: read oid 31 snap 251 2023-09-30T09:16:18.511 INFO:tasks.rados.rados.0.smithi118.stdout:2654: expect deleted 2023-09-30T09:16:18.511 INFO:tasks.rados.rados.0.smithi118.stdout:2655: snap_remove snap 250 2023-09-30T09:16:19.518 INFO:tasks.rados.rados.0.smithi118.stdout:2655: done (1 left) 2023-09-30T09:16:19.518 INFO:tasks.rados.rados.0.smithi118.stdout:2656: snap_remove snap 249 2023-09-30T09:16:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:19 smithi118 ceph-mon[182959]: osdmap e581: 8 total, 8 up, 8 in 2023-09-30T09:16:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:19 smithi118 ceph-mon[182959]: pgmap v582: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 124 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2023-09-30T09:16:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:19 smithi118 ceph-mon[185516]: osdmap e581: 8 total, 8 up, 8 in 2023-09-30T09:16:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:19.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:19 smithi118 ceph-mon[185516]: pgmap v582: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 124 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2023-09-30T09:16:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:19 smithi192 ceph-mon[180220]: osdmap e581: 8 total, 8 up, 8 in 2023-09-30T09:16:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:19 smithi192 ceph-mon[180220]: pgmap v582: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 124 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.1 MiB/s rd, 1.2 MiB/s wr, 6 op/s 2023-09-30T09:16:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:16:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:16:19] "GET /metrics HTTP/1.1" 200 36186 "" "Prometheus/2.43.0" 2023-09-30T09:16:20.523 INFO:tasks.rados.rados.0.smithi118.stdout:2656: done (1 left) 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2657: read oid 38 snap 251 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2657: expect (ObjNum 769 snap 236 seq_num 769) 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2658: read oid 39 snap -1 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2658: expect deleted 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2659: read oid 5 snap -1 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2659: expect deleted 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 252 2023-09-30T09:16:20.524 INFO:tasks.rados.rados.0.smithi118.stdout:2660: seq_num 821 ranges {262144=557056,819200=761856,1581056=442368} 2023-09-30T09:16:20.527 INFO:tasks.rados.rados.0.smithi118.stdout:2660: writing smithi118168640-46 from 262144 to 819200 tid 1 2023-09-30T09:16:20.532 INFO:tasks.rados.rados.0.smithi118.stdout:2660: writing smithi118168640-46 from 819200 to 1581056 tid 2 2023-09-30T09:16:20.535 INFO:tasks.rados.rados.0.smithi118.stdout:2660: writing smithi118168640-46 from 1581056 to 2023424 tid 3 2023-09-30T09:16:20.535 INFO:tasks.rados.rados.0.smithi118.stdout:2661: copy_from oid 44 from oid 30 current snap is 252 2023-09-30T09:16:20.536 INFO:tasks.rados.rados.0.smithi118.stdout:2662: snap_create 2023-09-30T09:16:20.536 INFO:tasks.rados.rados.0.smithi118.stdout:2657: expect (ObjNum 769 snap 236 seq_num 769) 2023-09-30T09:16:20.559 INFO:tasks.rados.rados.0.smithi118.stdout:2660: finishing write tid 1 to smithi118168640-46 2023-09-30T09:16:20.559 INFO:tasks.rados.rados.0.smithi118.stdout:2661: finishing copy_from to smithi118168640-44 2023-09-30T09:16:20.559 INFO:tasks.rados.rados.0.smithi118.stdout:2661: got expected ENOENT (src dne) 2023-09-30T09:16:20.559 INFO:tasks.rados.rados.0.smithi118.stdout:2661: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:16:20.559 INFO:tasks.rados.rados.0.smithi118.stdout:2660: finishing write tid 2 to smithi118168640-46 2023-09-30T09:16:20.559 INFO:tasks.rados.rados.0.smithi118.stdout:2660: finishing write tid 3 to smithi118168640-46 2023-09-30T09:16:20.559 INFO:tasks.rados.rados.0.smithi118.stdout:2660: finishing write tid 4 to smithi118168640-46 2023-09-30T09:16:20.560 INFO:tasks.rados.rados.0.smithi118.stdout:2660: finishing write tid 5 to smithi118168640-46 2023-09-30T09:16:20.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 913 (ObjNum 821 snap 252 seq_num 821) dirty exists 2023-09-30T09:16:20.560 INFO:tasks.rados.rados.0.smithi118.stdout:2660: left oid 46 (ObjNum 821 snap 252 seq_num 821) 2023-09-30T09:16:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:20 smithi118 ceph-mon[182959]: osdmap e582: 8 total, 8 up, 8 in 2023-09-30T09:16:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:20 smithi118 ceph-mon[185516]: osdmap e582: 8 total, 8 up, 8 in 2023-09-30T09:16:20.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:20 smithi192 ceph-mon[180220]: osdmap e582: 8 total, 8 up, 8 in 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2654: done (6 left) 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2657: done (5 left) 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2658: done (4 left) 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2659: done (3 left) 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2660: done (2 left) 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2661: done (1 left) 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2662: done (0 left) 2023-09-30T09:16:21.510 INFO:tasks.rados.rados.0.smithi118.stdout:2663: rollback oid 30 current snap is 253 2023-09-30T09:16:21.511 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 251 2023-09-30T09:16:21.511 INFO:tasks.rados.rados.0.smithi118.stdout:2664: delete oid 14 current snap is 253 2023-09-30T09:16:21.511 INFO:tasks.rados.rados.0.smithi118.stdout:2663: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:16:21.511 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 0 (ObjNum 513 snap 0 seq_num 3323527248) dirty dne 2023-09-30T09:16:21.518 INFO:tasks.rados.rados.0.smithi118.stdout:2663: done (1 left) 2023-09-30T09:16:21.518 INFO:tasks.rados.rados.0.smithi118.stdout:2664: done (0 left) 2023-09-30T09:16:21.518 INFO:tasks.rados.rados.0.smithi118.stdout:2665: rollback oid 46 current snap is 253 2023-09-30T09:16:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 46 to 252 2023-09-30T09:16:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 253 2023-09-30T09:16:21.519 INFO:tasks.rados.rados.0.smithi118.stdout:2666: seq_num 823 ranges {0=589824,589824=573440,1163264=630784} 2023-09-30T09:16:21.522 INFO:tasks.rados.rados.0.smithi118.stdout:2666: writing smithi118168640-47 from 0 to 589824 tid 1 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2666: writing smithi118168640-47 from 589824 to 1163264 tid 2 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2666: writing smithi118168640-47 from 1163264 to 1794048 tid 3 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 253 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2665: finishing rollback tid 0 to smithi118168640-46 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2665: finishing rollback tid 1 to smithi118168640-46 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2665: finishing rollback tid 2 to smithi118168640-46 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 916 (ObjNum 821 snap 252 seq_num 821) dirty exists 2023-09-30T09:16:21.530 INFO:tasks.rados.rados.0.smithi118.stdout:2667: seq_num 824 ranges {0=606208,606208=458752,1064960=573440,1638400=172032} 2023-09-30T09:16:21.534 INFO:tasks.rados.rados.0.smithi118.stdout:2667: writing smithi118168640-14 from 0 to 606208 tid 1 2023-09-30T09:16:21.537 INFO:tasks.rados.rados.0.smithi118.stdout:2667: writing smithi118168640-14 from 606208 to 1064960 tid 2 2023-09-30T09:16:21.541 INFO:tasks.rados.rados.0.smithi118.stdout:2667: writing smithi118168640-14 from 1064960 to 1638400 tid 3 2023-09-30T09:16:21.542 INFO:tasks.rados.rados.0.smithi118.stdout:2667: writing smithi118168640-14 from 1638400 to 1810432 tid 4 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2665: done (2 left) 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 253 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2666: finishing write tid 1 to smithi118168640-47 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2666: finishing write tid 2 to smithi118168640-47 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2666: finishing write tid 3 to smithi118168640-47 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2666: finishing write tid 4 to smithi118168640-47 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2666: finishing write tid 5 to smithi118168640-47 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1024 (ObjNum 823 snap 253 seq_num 823) dirty exists 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2666: left oid 47 (ObjNum 823 snap 253 seq_num 823) 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2667: finishing write tid 1 to smithi118168640-14 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2667: finishing write tid 2 to smithi118168640-14 2023-09-30T09:16:21.543 INFO:tasks.rados.rados.0.smithi118.stdout:2668: seq_num 825 ranges {0=622592,622592=745472,1368064=458752} 2023-09-30T09:16:21.547 INFO:tasks.rados.rados.0.smithi118.stdout:2668: writing smithi118168640-18 from 0 to 622592 tid 1 2023-09-30T09:16:21.552 INFO:tasks.rados.rados.0.smithi118.stdout:2668: writing smithi118168640-18 from 622592 to 1368064 tid 2 2023-09-30T09:16:21.555 INFO:tasks.rados.rados.0.smithi118.stdout:2668: writing smithi118168640-18 from 1368064 to 1826816 tid 3 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2666: done (2 left) 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2669: snap_create 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2667: finishing write tid 3 to smithi118168640-14 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2667: finishing write tid 4 to smithi118168640-14 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2667: finishing write tid 5 to smithi118168640-14 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2667: finishing write tid 6 to smithi118168640-14 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1010 (ObjNum 824 snap 253 seq_num 824) dirty exists 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2667: left oid 14 (ObjNum 824 snap 253 seq_num 824) 2023-09-30T09:16:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:2668: finishing write tid 1 to smithi118168640-18 2023-09-30T09:16:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:2668: finishing write tid 2 to smithi118168640-18 2023-09-30T09:16:21.559 INFO:tasks.rados.rados.0.smithi118.stdout:2668: finishing write tid 3 to smithi118168640-18 2023-09-30T09:16:21.562 INFO:tasks.rados.rados.0.smithi118.stdout:2668: finishing write tid 4 to smithi118168640-18 2023-09-30T09:16:21.573 INFO:tasks.rados.rados.0.smithi118.stdout:2668: finishing write tid 5 to smithi118168640-18 2023-09-30T09:16:21.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1021 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:16:21.573 INFO:tasks.rados.rados.0.smithi118.stdout:2668: left oid 18 (ObjNum 825 snap 253 seq_num 825) 2023-09-30T09:16:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:21 smithi118 ceph-mon[185516]: osdmap e583: 8 total, 8 up, 8 in 2023-09-30T09:16:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:21 smithi118 ceph-mon[185516]: pgmap v585: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 119 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.0 MiB/s wr, 7 op/s 2023-09-30T09:16:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:21 smithi118 ceph-mon[185516]: osdmap e584: 8 total, 8 up, 8 in 2023-09-30T09:16:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:21 smithi118 ceph-mon[182959]: osdmap e583: 8 total, 8 up, 8 in 2023-09-30T09:16:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:21 smithi118 ceph-mon[182959]: pgmap v585: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 119 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.0 MiB/s wr, 7 op/s 2023-09-30T09:16:21.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:21 smithi118 ceph-mon[182959]: osdmap e584: 8 total, 8 up, 8 in 2023-09-30T09:16:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:21 smithi192 ceph-mon[180220]: osdmap e583: 8 total, 8 up, 8 in 2023-09-30T09:16:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:21 smithi192 ceph-mon[180220]: pgmap v585: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 119 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.0 MiB/s wr, 7 op/s 2023-09-30T09:16:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:21 smithi192 ceph-mon[180220]: osdmap e584: 8 total, 8 up, 8 in 2023-09-30T09:16:22.535 INFO:tasks.rados.rados.0.smithi118.stdout:2667: done (2 left) 2023-09-30T09:16:22.535 INFO:tasks.rados.rados.0.smithi118.stdout:2668: done (1 left) 2023-09-30T09:16:22.535 INFO:tasks.rados.rados.0.smithi118.stdout:2669: done (0 left) 2023-09-30T09:16:22.535 INFO:tasks.rados.rados.0.smithi118.stdout:2670: copy_from oid 48 from oid 43 current snap is 254 2023-09-30T09:16:22.535 INFO:tasks.rados.rados.0.smithi118.stdout:2671: setattr oid 7 current snap is 254 2023-09-30T09:16:22.536 INFO:tasks.rados.rados.0.smithi118.stdout:2672: read oid 36 snap 252 2023-09-30T09:16:22.536 INFO:tasks.rados.rados.0.smithi118.stdout:2672: expect deleted 2023-09-30T09:16:22.536 INFO:tasks.rados.rados.0.smithi118.stdout:2673: read oid 25 snap -1 2023-09-30T09:16:22.536 INFO:tasks.rados.rados.0.smithi118.stdout:2673: expect (ObjNum 793 snap 241 seq_num 793) 2023-09-30T09:16:22.537 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 254 2023-09-30T09:16:22.537 INFO:tasks.rados.rados.0.smithi118.stdout:2674: seq_num 826 ranges {0=638976,638976=630784,1269760=573440} 2023-09-30T09:16:22.542 INFO:tasks.rados.rados.0.smithi118.stdout:2674: writing smithi118168640-44 from 0 to 638976 tid 1 2023-09-30T09:16:22.545 INFO:tasks.rados.rados.0.smithi118.stdout:2674: writing smithi118168640-44 from 638976 to 1269760 tid 2 2023-09-30T09:16:22.549 INFO:tasks.rados.rados.0.smithi118.stdout:2674: writing smithi118168640-44 from 1269760 to 1843200 tid 3 2023-09-30T09:16:22.549 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 254 2023-09-30T09:16:22.549 INFO:tasks.rados.rados.0.smithi118.stdout:2675: seq_num 827 ranges {4743168=655360,5398528=516096,5914624=688128} 2023-09-30T09:16:22.578 INFO:tasks.rados.rados.0.smithi118.stdout:2675: writing smithi118168640-24 from 4743168 to 5398528 tid 1 2023-09-30T09:16:22.580 INFO:tasks.rados.rados.0.smithi118.stdout:2675: writing smithi118168640-24 from 5398528 to 5914624 tid 2 2023-09-30T09:16:22.585 INFO:tasks.rados.rados.0.smithi118.stdout:2675: writing smithi118168640-24 from 5914624 to 6602752 tid 3 2023-09-30T09:16:22.585 INFO:tasks.rados.rados.0.smithi118.stdout:2676: rmattr oid 37 current snap is 254 2023-09-30T09:16:22.585 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 992 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:22.585 INFO:tasks.rados.rados.0.smithi118.stdout:2673: expect (ObjNum 793 snap 241 seq_num 793) 2023-09-30T09:16:22.618 INFO:tasks.rados.rados.0.smithi118.stdout:2674: finishing write tid 1 to smithi118168640-44 2023-09-30T09:16:22.618 INFO:tasks.rados.rados.0.smithi118.stdout:2674: finishing write tid 2 to smithi118168640-44 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2674: finishing write tid 3 to smithi118168640-44 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2674: finishing write tid 4 to smithi118168640-44 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2674: finishing write tid 5 to smithi118168640-44 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1023 (ObjNum 826 snap 254 seq_num 826) dirty exists 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2674: left oid 44 (ObjNum 826 snap 254 seq_num 826) 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2670: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2670: finishing copy_from to smithi118168640-48 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1014 (ObjNum 790 snap 239 seq_num 790) dirty exists 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2675: finishing write tid 1 to smithi118168640-24 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2670: done (6 left) 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2671: done (5 left) 2023-09-30T09:16:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:2672: done (4 left) 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2673: done (3 left) 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2674: done (2 left) 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2677: rmattr oid 12 current snap is 254 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2675: finishing write tid 2 to smithi118168640-24 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2675: finishing write tid 3 to smithi118168640-24 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2675: finishing write tid 4 to smithi118168640-24 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1022 (ObjNum 805 snap 243 seq_num 805) dirty exists 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2675: finishing write tid 5 to smithi118168640-24 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1021 (ObjNum 827 snap 254 seq_num 827) dirty exists 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2675: left oid 24 (ObjNum 827 snap 254 seq_num 827) 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2675: done (2 left) 2023-09-30T09:16:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:2676: done (1 left) 2023-09-30T09:16:22.621 INFO:tasks.rados.rados.0.smithi118.stdout:2678: read oid 18 snap 252 2023-09-30T09:16:22.621 INFO:tasks.rados.rados.0.smithi118.stdout:2678: expect deleted 2023-09-30T09:16:22.621 INFO:tasks.rados.rados.0.smithi118.stdout:2679: delete oid 15 current snap is 254 2023-09-30T09:16:22.621 INFO:tasks.rados.rados.0.smithi118.stdout:2678: done (2 left) 2023-09-30T09:16:22.621 INFO:tasks.rados.rados.0.smithi118.stdout:2679: done (1 left) 2023-09-30T09:16:22.621 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 254 2023-09-30T09:16:22.621 INFO:tasks.rados.rados.0.smithi118.stdout:2680: seq_num 829 ranges {991232=688128,1679360=729088,2408448=475136} 2023-09-30T09:16:22.628 INFO:tasks.rados.rados.0.smithi118.stdout:2680: writing smithi118168640-7 from 991232 to 1679360 tid 1 2023-09-30T09:16:22.633 INFO:tasks.rados.rados.0.smithi118.stdout:2680: writing smithi118168640-7 from 1679360 to 2408448 tid 2 2023-09-30T09:16:22.636 INFO:tasks.rados.rados.0.smithi118.stdout:2680: writing smithi118168640-7 from 2408448 to 2883584 tid 3 2023-09-30T09:16:22.636 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 254 2023-09-30T09:16:22.636 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1012 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:16:22.636 INFO:tasks.rados.rados.0.smithi118.stdout:2680: finishing write tid 1 to smithi118168640-7 2023-09-30T09:16:22.636 INFO:tasks.rados.rados.0.smithi118.stdout:2680: finishing write tid 2 to smithi118168640-7 2023-09-30T09:16:22.637 INFO:tasks.rados.rados.0.smithi118.stdout:2681: seq_num 830 ranges {2752512=704512,3457024=614400,4071424=573440,4644864=16384} 2023-09-30T09:16:22.654 INFO:tasks.rados.rados.0.smithi118.stdout:2681: writing smithi118168640-11 from 2752512 to 3457024 tid 1 2023-09-30T09:16:22.658 INFO:tasks.rados.rados.0.smithi118.stdout:2681: writing smithi118168640-11 from 3457024 to 4071424 tid 2 2023-09-30T09:16:22.662 INFO:tasks.rados.rados.0.smithi118.stdout:2681: writing smithi118168640-11 from 4071424 to 4644864 tid 3 2023-09-30T09:16:22.662 INFO:tasks.rados.rados.0.smithi118.stdout:2681: writing smithi118168640-11 from 4644864 to 4661248 tid 4 2023-09-30T09:16:22.662 INFO:tasks.rados.rados.0.smithi118.stdout:2677: done (2 left) 2023-09-30T09:16:22.662 INFO:tasks.rados.rados.0.smithi118.stdout:2682: read oid 20 snap 251 2023-09-30T09:16:22.662 INFO:tasks.rados.rados.0.smithi118.stdout:2682: expect (ObjNum 801 snap 242 seq_num 801) 2023-09-30T09:16:22.662 INFO:tasks.rados.rados.0.smithi118.stdout:2683: snap_remove snap 253 2023-09-30T09:16:23.540 INFO:tasks.rados.rados.0.smithi118.stdout:2683: done (3 left) 2023-09-30T09:16:23.540 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 254 2023-09-30T09:16:23.540 INFO:tasks.rados.rados.0.smithi118.stdout:2684: seq_num 831 ranges {2613248=720896,3334144=499712,3833856=704512} 2023-09-30T09:16:23.559 INFO:tasks.rados.rados.0.smithi118.stdout:2684: writing smithi118168640-16 from 2613248 to 3334144 tid 1 2023-09-30T09:16:23.561 INFO:tasks.rados.rados.0.smithi118.stdout:2684: writing smithi118168640-16 from 3334144 to 3833856 tid 2 2023-09-30T09:16:23.566 INFO:tasks.rados.rados.0.smithi118.stdout:2684: writing smithi118168640-16 from 3833856 to 4538368 tid 3 2023-09-30T09:16:23.566 INFO:tasks.rados.rados.0.smithi118.stdout:2685: delete oid 28 current snap is 254 2023-09-30T09:16:23.566 INFO:tasks.rados.rados.0.smithi118.stdout:2680: finishing write tid 3 to smithi118168640-7 2023-09-30T09:16:23.566 INFO:tasks.rados.rados.0.smithi118.stdout:2680: finishing write tid 4 to smithi118168640-7 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2680: finishing write tid 5 to smithi118168640-7 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 996 (ObjNum 829 snap 254 seq_num 829) dirty exists 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2680: left oid 7 (ObjNum 829 snap 254 seq_num 829) 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2681: finishing write tid 1 to smithi118168640-11 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2681: finishing write tid 2 to smithi118168640-11 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2681: finishing write tid 3 to smithi118168640-11 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2681: finishing write tid 4 to smithi118168640-11 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2681: finishing write tid 5 to smithi118168640-11 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2681: finishing write tid 6 to smithi118168640-11 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1025 (ObjNum 830 snap 254 seq_num 830) dirty exists 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2681: left oid 11 (ObjNum 830 snap 254 seq_num 830) 2023-09-30T09:16:23.567 INFO:tasks.rados.rados.0.smithi118.stdout:2682: expect (ObjNum 801 snap 242 seq_num 801) 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2684: finishing write tid 1 to smithi118168640-16 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2684: finishing write tid 2 to smithi118168640-16 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2684: finishing write tid 3 to smithi118168640-16 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2684: finishing write tid 4 to smithi118168640-16 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2684: finishing write tid 5 to smithi118168640-16 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1026 (ObjNum 831 snap 254 seq_num 831) dirty exists 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2684: left oid 16 (ObjNum 831 snap 254 seq_num 831) 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2680: done (4 left) 2023-09-30T09:16:23.651 INFO:tasks.rados.rados.0.smithi118.stdout:2681: done (3 left) 2023-09-30T09:16:23.652 INFO:tasks.rados.rados.0.smithi118.stdout:2682: done (2 left) 2023-09-30T09:16:23.652 INFO:tasks.rados.rados.0.smithi118.stdout:2684: done (1 left) 2023-09-30T09:16:23.652 INFO:tasks.rados.rados.0.smithi118.stdout:2685: done (0 left) 2023-09-30T09:16:23.652 INFO:tasks.rados.rados.0.smithi118.stdout:2686: snap_create 2023-09-30T09:16:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:23 smithi118 ceph-mon[185516]: osdmap e585: 8 total, 8 up, 8 in 2023-09-30T09:16:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:23 smithi118 ceph-mon[185516]: pgmap v588: 121 pgs: 121 active+clean; 117 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2023-09-30T09:16:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:23 smithi118 ceph-mon[182959]: osdmap e585: 8 total, 8 up, 8 in 2023-09-30T09:16:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:23 smithi118 ceph-mon[182959]: pgmap v588: 121 pgs: 121 active+clean; 117 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2023-09-30T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:23 smithi192 ceph-mon[180220]: osdmap e585: 8 total, 8 up, 8 in 2023-09-30T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:23 smithi192 ceph-mon[180220]: pgmap v588: 121 pgs: 121 active+clean; 117 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 1.9 MiB/s wr, 3 op/s 2023-09-30T09:16:24.544 INFO:tasks.rados.rados.0.smithi118.stdout:2686: done (0 left) 2023-09-30T09:16:24.544 INFO:tasks.rados.rados.0.smithi118.stdout:2687: copy_from oid 12 from oid 4 current snap is 255 2023-09-30T09:16:24.544 INFO:tasks.rados.rados.0.smithi118.stdout:2688: snap_remove snap 251 2023-09-30T09:16:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:24 smithi118 ceph-mon[182959]: osdmap e586: 8 total, 8 up, 8 in 2023-09-30T09:16:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:24 smithi118 ceph-mon[185516]: osdmap e586: 8 total, 8 up, 8 in 2023-09-30T09:16:24.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:24 smithi192 ceph-mon[180220]: osdmap e586: 8 total, 8 up, 8 in 2023-09-30T09:16:25.550 INFO:tasks.rados.rados.0.smithi118.stdout:2688: done (1 left) 2023-09-30T09:16:25.550 INFO:tasks.rados.rados.0.smithi118.stdout:2689: read oid 15 snap -1 2023-09-30T09:16:25.550 INFO:tasks.rados.rados.0.smithi118.stdout:2689: expect deleted 2023-09-30T09:16:25.554 INFO:tasks.rados.rados.0.smithi118.stdout:2690: rollback oid 1 current snap is 255 2023-09-30T09:16:25.554 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 1 to 252 2023-09-30T09:16:25.554 INFO:tasks.rados.rados.0.smithi118.stdout:2687: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:16:25.555 INFO:tasks.rados.rados.0.smithi118.stdout:2687: finishing copy_from to smithi118168640-12 2023-09-30T09:16:25.555 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 906 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:25.555 INFO:tasks.rados.rados.0.smithi118.stdout:2687: done (2 left) 2023-09-30T09:16:25.555 INFO:tasks.rados.rados.0.smithi118.stdout:2691: setattr oid 23 current snap is 255 2023-09-30T09:16:25.555 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 255 2023-09-30T09:16:25.555 INFO:tasks.rados.rados.0.smithi118.stdout:2692: seq_num 833 ranges {2498560=761856,3260416=671744,3932160=532480} 2023-09-30T09:16:25.570 INFO:tasks.rados.rados.0.smithi118.stdout:2692: writing smithi118168640-10 from 2498560 to 3260416 tid 1 2023-09-30T09:16:25.574 INFO:tasks.rados.rados.0.smithi118.stdout:2692: writing smithi118168640-10 from 3260416 to 3932160 tid 2 2023-09-30T09:16:25.577 INFO:tasks.rados.rados.0.smithi118.stdout:2692: writing smithi118168640-10 from 3932160 to 4464640 tid 3 2023-09-30T09:16:25.578 INFO:tasks.rados.rados.0.smithi118.stdout:2693: snap_remove snap 254 2023-09-30T09:16:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:25 smithi118 ceph-mon[182959]: osdmap e587: 8 total, 8 up, 8 in 2023-09-30T09:16:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:25 smithi118 ceph-mon[182959]: pgmap v591: 121 pgs: 121 active+clean; 120 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 5.7 MiB/s wr, 19 op/s 2023-09-30T09:16:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:25 smithi118 ceph-mon[185516]: osdmap e587: 8 total, 8 up, 8 in 2023-09-30T09:16:25.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:25 smithi118 ceph-mon[185516]: pgmap v591: 121 pgs: 121 active+clean; 120 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 5.7 MiB/s wr, 19 op/s 2023-09-30T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:25 smithi192 ceph-mon[180220]: osdmap e587: 8 total, 8 up, 8 in 2023-09-30T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:25 smithi192 ceph-mon[180220]: pgmap v591: 121 pgs: 121 active+clean; 120 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 2.6 MiB/s rd, 5.7 MiB/s wr, 19 op/s 2023-09-30T09:16:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2693: done (4 left) 2023-09-30T09:16:26.514 INFO:tasks.rados.rados.0.smithi118.stdout:2694: delete oid 5 current snap is 255 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1001 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2690: finishing rollback tid 0 to smithi118168640-1 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2690: finishing rollback tid 1 to smithi118168640-1 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2690: finishing rollback tid 2 to smithi118168640-1 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1014 (ObjNum 811 snap 248 seq_num 811) dirty exists 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2692: finishing write tid 1 to smithi118168640-10 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2692: finishing write tid 2 to smithi118168640-10 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2692: finishing write tid 3 to smithi118168640-10 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2692: finishing write tid 4 to smithi118168640-10 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:2692: finishing write tid 5 to smithi118168640-10 2023-09-30T09:16:26.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1005 (ObjNum 833 snap 255 seq_num 833) dirty exists 2023-09-30T09:16:26.516 INFO:tasks.rados.rados.0.smithi118.stdout:2692: left oid 10 (ObjNum 833 snap 255 seq_num 833) 2023-09-30T09:16:26.519 INFO:tasks.rados.rados.0.smithi118.stdout:2689: done (4 left) 2023-09-30T09:16:26.519 INFO:tasks.rados.rados.0.smithi118.stdout:2690: done (3 left) 2023-09-30T09:16:26.519 INFO:tasks.rados.rados.0.smithi118.stdout:2691: done (2 left) 2023-09-30T09:16:26.519 INFO:tasks.rados.rados.0.smithi118.stdout:2692: done (1 left) 2023-09-30T09:16:26.520 INFO:tasks.rados.rados.0.smithi118.stdout:2694: done (0 left) 2023-09-30T09:16:26.520 INFO:tasks.rados.rados.0.smithi118.stdout:2695: snap_create 2023-09-30T09:16:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:26 smithi118 ceph-mon[182959]: osdmap e588: 8 total, 8 up, 8 in 2023-09-30T09:16:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:26 smithi118 ceph-mon[182959]: osdmap e589: 8 total, 8 up, 8 in 2023-09-30T09:16:26.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:26 smithi118 ceph-mon[185516]: osdmap e588: 8 total, 8 up, 8 in 2023-09-30T09:16:26.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:26 smithi118 ceph-mon[185516]: osdmap e589: 8 total, 8 up, 8 in 2023-09-30T09:16:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:26 smithi192 ceph-mon[180220]: osdmap e588: 8 total, 8 up, 8 in 2023-09-30T09:16:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:26 smithi192 ceph-mon[180220]: osdmap e589: 8 total, 8 up, 8 in 2023-09-30T09:16:27.523 INFO:tasks.rados.rados.0.smithi118.stdout:2695: done (0 left) 2023-09-30T09:16:27.523 INFO:tasks.rados.rados.0.smithi118.stdout:2696: read oid 43 snap 252 2023-09-30T09:16:27.523 INFO:tasks.rados.rados.0.smithi118.stdout:2696: expect (ObjNum 790 snap 239 seq_num 790) 2023-09-30T09:16:27.523 INFO:tasks.rados.rados.0.smithi118.stdout:2697: snap_remove snap 255 2023-09-30T09:16:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:27 smithi118 ceph-mon[182959]: pgmap v594: 121 pgs: 121 active+clean; 125 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 6.3 MiB/s wr, 29 op/s 2023-09-30T09:16:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:27 smithi118 ceph-mon[182959]: osdmap e590: 8 total, 8 up, 8 in 2023-09-30T09:16:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:27 smithi118 ceph-mon[185516]: pgmap v594: 121 pgs: 121 active+clean; 125 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 6.3 MiB/s wr, 29 op/s 2023-09-30T09:16:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:27 smithi118 ceph-mon[185516]: osdmap e590: 8 total, 8 up, 8 in 2023-09-30T09:16:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:27 smithi192 ceph-mon[180220]: pgmap v594: 121 pgs: 121 active+clean; 125 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 3.5 MiB/s rd, 6.3 MiB/s wr, 29 op/s 2023-09-30T09:16:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:27 smithi192 ceph-mon[180220]: osdmap e590: 8 total, 8 up, 8 in 2023-09-30T09:16:28.524 INFO:tasks.rados.rados.0.smithi118.stdout:2697: done (1 left) 2023-09-30T09:16:28.524 INFO:tasks.rados.rados.0.smithi118.stdout:2698: copy_from oid 44 from oid 27 current snap is 256 2023-09-30T09:16:28.525 INFO:tasks.rados.rados.0.smithi118.stdout:2696: expect (ObjNum 790 snap 239 seq_num 790) 2023-09-30T09:16:29.011 INFO:tasks.rados.rados.0.smithi118.stdout:2698: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:16:29.011 INFO:tasks.rados.rados.0.smithi118.stdout:2698: finishing copy_from to smithi118168640-44 2023-09-30T09:16:29.011 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 607 (ObjNum 809 snap 247 seq_num 809) dirty exists 2023-09-30T09:16:29.011 INFO:tasks.rados.rados.0.smithi118.stdout:2696: done (1 left) 2023-09-30T09:16:29.011 INFO:tasks.rados.rados.0.smithi118.stdout:2698: done (0 left) 2023-09-30T09:16:29.011 INFO:tasks.rados.rados.0.smithi118.stdout:2699: delete oid 16 current snap is 256 2023-09-30T09:16:29.013 INFO:tasks.rados.rados.0.smithi118.stdout:2699: done (0 left) 2023-09-30T09:16:29.013 INFO:tasks.rados.rados.0.smithi118.stdout:2700: copy_from oid 6 from oid 12 current snap is 256 2023-09-30T09:16:29.013 INFO:tasks.rados.rados.0.smithi118.stdout:2701: copy_from oid 29 from oid 44 current snap is 256 2023-09-30T09:16:29.013 INFO:tasks.rados.rados.0.smithi118.stdout:2702: copy_from oid 14 from oid 11 current snap is 256 2023-09-30T09:16:29.013 INFO:tasks.rados.rados.0.smithi118.stdout:2703: delete oid 31 current snap is 256 2023-09-30T09:16:29.017 INFO:tasks.rados.rados.0.smithi118.stdout:2703: done (3 left) 2023-09-30T09:16:29.017 INFO:tasks.rados.rados.0.smithi118.stdout:2704: copy_from oid 1 from oid 35 current snap is 256 2023-09-30T09:16:29.017 INFO:tasks.rados.rados.0.smithi118.stdout:2705: read oid 48 snap -1 2023-09-30T09:16:29.017 INFO:tasks.rados.rados.0.smithi118.stdout:2705: expect (ObjNum 790 snap 239 seq_num 790) 2023-09-30T09:16:29.018 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 256 2023-09-30T09:16:29.018 INFO:tasks.rados.rados.0.smithi118.stdout:2706: seq_num 837 ranges {884736=425984,1310720=655360,1966080=729088,2695168=221184} 2023-09-30T09:16:29.025 INFO:tasks.rados.rados.0.smithi118.stdout:2706: writing smithi118168640-38 from 884736 to 1310720 tid 1 2023-09-30T09:16:29.028 INFO:tasks.rados.rados.0.smithi118.stdout:2706: writing smithi118168640-38 from 1310720 to 1966080 tid 2 2023-09-30T09:16:29.033 INFO:tasks.rados.rados.0.smithi118.stdout:2706: writing smithi118168640-38 from 1966080 to 2695168 tid 3 2023-09-30T09:16:29.035 INFO:tasks.rados.rados.0.smithi118.stdout:2706: writing smithi118168640-38 from 2695168 to 2916352 tid 4 2023-09-30T09:16:29.036 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 256 2023-09-30T09:16:29.036 INFO:tasks.rados.rados.0.smithi118.stdout:2701: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:16:29.036 INFO:tasks.rados.rados.0.smithi118.stdout:2707: seq_num 838 ranges {0=442368,442368=540672,983040=532480,1515520=442368,1957888=90112} 2023-09-30T09:16:29.037 INFO:tasks.rados.rados.0.smithi118.stdout:2707: writing smithi118168640-28 from 0 to 442368 tid 1 2023-09-30T09:16:29.040 INFO:tasks.rados.rados.0.smithi118.stdout:2707: writing smithi118168640-28 from 442368 to 983040 tid 2 2023-09-30T09:16:29.044 INFO:tasks.rados.rados.0.smithi118.stdout:2707: writing smithi118168640-28 from 983040 to 1515520 tid 3 2023-09-30T09:16:29.046 INFO:tasks.rados.rados.0.smithi118.stdout:2707: writing smithi118168640-28 from 1515520 to 1957888 tid 4 2023-09-30T09:16:29.048 INFO:tasks.rados.rados.0.smithi118.stdout:2707: writing smithi118168640-28 from 1957888 to 2048000 tid 5 2023-09-30T09:16:29.048 INFO:tasks.rados.rados.0.smithi118.stdout:2708: read oid 36 snap 252 2023-09-30T09:16:29.049 INFO:tasks.rados.rados.0.smithi118.stdout:2708: expect deleted 2023-09-30T09:16:29.049 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 256 2023-09-30T09:16:29.049 INFO:tasks.rados.rados.0.smithi118.stdout:2701: finishing copy_from to smithi118168640-29 2023-09-30T09:16:29.049 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 607 (ObjNum 809 snap 247 seq_num 809) dirty exists 2023-09-30T09:16:29.049 INFO:tasks.rados.rados.0.smithi118.stdout:2709: seq_num 839 ranges {1556480=458752,2015232=425984,2441216=688128,3129344=491520} 2023-09-30T09:16:29.059 INFO:tasks.rados.rados.0.smithi118.stdout:2709: writing smithi118168640-27 from 1556480 to 2015232 tid 1 2023-09-30T09:16:29.062 INFO:tasks.rados.rados.0.smithi118.stdout:2709: writing smithi118168640-27 from 2015232 to 2441216 tid 2 2023-09-30T09:16:29.066 INFO:tasks.rados.rados.0.smithi118.stdout:2709: writing smithi118168640-27 from 2441216 to 3129344 tid 3 2023-09-30T09:16:29.070 INFO:tasks.rados.rados.0.smithi118.stdout:2709: writing smithi118168640-27 from 3129344 to 3620864 tid 4 2023-09-30T09:16:29.070 INFO:tasks.rados.rados.0.smithi118.stdout:2701: done (8 left) 2023-09-30T09:16:29.070 INFO:tasks.rados.rados.0.smithi118.stdout:2710: copy_from oid 45 from oid 2 current snap is 256 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: finishing write tid 1 to smithi118168640-38 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: finishing write tid 2 to smithi118168640-38 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: finishing write tid 3 to smithi118168640-38 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: finishing write tid 4 to smithi118168640-38 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: finishing write tid 5 to smithi118168640-38 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: finishing write tid 6 to smithi118168640-38 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1029 (ObjNum 837 snap 256 seq_num 837) dirty exists 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: left oid 38 (ObjNum 837 snap 256 seq_num 837) 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2700: finishing copy_from to smithi118168640-6 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 906 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2704: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2706: done (8 left) 2023-09-30T09:16:29.071 INFO:tasks.rados.rados.0.smithi118.stdout:2708: done (7 left) 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2711: delete oid 24 current snap is 256 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2702: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2702: finishing copy_from to smithi118168640-14 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1025 (ObjNum 830 snap 254 seq_num 830) dirty exists 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2700: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2704: finishing copy_from to smithi118168640-1 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1017 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2707: finishing write tid 1 to smithi118168640-28 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2707: finishing write tid 2 to smithi118168640-28 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2707: finishing write tid 3 to smithi118168640-28 2023-09-30T09:16:29.072 INFO:tasks.rados.rados.0.smithi118.stdout:2707: finishing write tid 4 to smithi118168640-28 2023-09-30T09:16:29.073 INFO:tasks.rados.rados.0.smithi118.stdout:2707: finishing write tid 5 to smithi118168640-28 2023-09-30T09:16:29.073 INFO:tasks.rados.rados.0.smithi118.stdout:2709: finishing write tid 1 to smithi118168640-27 2023-09-30T09:16:29.073 INFO:tasks.rados.rados.0.smithi118.stdout:2709: finishing write tid 2 to smithi118168640-27 2023-09-30T09:16:29.073 INFO:tasks.rados.rados.0.smithi118.stdout:2707: finishing write tid 6 to smithi118168640-28 2023-09-30T09:16:29.073 INFO:tasks.rados.rados.0.smithi118.stdout:2705: expect (ObjNum 790 snap 239 seq_num 790) 2023-09-30T09:16:29.555 INFO:tasks.rados.rados.0.smithi118.stdout:2707: finishing write tid 7 to smithi118168640-28 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1031 (ObjNum 838 snap 256 seq_num 838) dirty exists 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2707: left oid 28 (ObjNum 838 snap 256 seq_num 838) 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2709: finishing write tid 3 to smithi118168640-27 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2700: done (7 left) 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2702: done (6 left) 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2704: done (5 left) 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2705: done (4 left) 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2707: done (3 left) 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2711: done (2 left) 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2712: read oid 5 snap -1 2023-09-30T09:16:29.556 INFO:tasks.rados.rados.0.smithi118.stdout:2712: expect deleted 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2713: copy_from oid 43 from oid 30 current snap is 256 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2709: finishing write tid 4 to smithi118168640-27 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2709: finishing write tid 5 to smithi118168640-27 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2709: finishing write tid 6 to smithi118168640-27 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 612 (ObjNum 839 snap 256 seq_num 839) dirty exists 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2709: left oid 27 (ObjNum 839 snap 256 seq_num 839) 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2710: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2710: finishing copy_from to smithi118168640-45 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1339 (ObjNum 795 snap 242 seq_num 795) dirty exists 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2709: done (3 left) 2023-09-30T09:16:29.557 INFO:tasks.rados.rados.0.smithi118.stdout:2710: done (2 left) 2023-09-30T09:16:29.558 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 256 2023-09-30T09:16:29.558 INFO:tasks.rados.rados.0.smithi118.stdout:2714: seq_num 841 ranges {0=491520,491520=598016,1089536=704512,1794048=303104} 2023-09-30T09:16:29.558 INFO:tasks.rados.rados.0.smithi118.stdout:2714: writing smithi118168640-40 from 0 to 491520 tid 1 2023-09-30T09:16:29.560 INFO:tasks.rados.rados.0.smithi118.stdout:2714: writing smithi118168640-40 from 491520 to 1089536 tid 2 2023-09-30T09:16:29.564 INFO:tasks.rados.rados.0.smithi118.stdout:2714: writing smithi118168640-40 from 1089536 to 1794048 tid 3 2023-09-30T09:16:29.566 INFO:tasks.rados.rados.0.smithi118.stdout:2714: writing smithi118168640-40 from 1794048 to 2097152 tid 4 2023-09-30T09:16:29.567 INFO:tasks.rados.rados.0.smithi118.stdout:2715: delete oid 24 current snap is 256 2023-09-30T09:16:29.567 INFO:tasks.rados.rados.0.smithi118.stdout:2713: finishing copy_from to smithi118168640-43 2023-09-30T09:16:29.567 INFO:tasks.rados.rados.0.smithi118.stdout:2713: got expected ENOENT (src dne) 2023-09-30T09:16:29.567 INFO:tasks.rados.rados.0.smithi118.stdout:2713: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:16:29.567 INFO:tasks.rados.rados.0.smithi118.stdout:2714: finishing write tid 1 to smithi118168640-40 2023-09-30T09:16:29.567 INFO:tasks.rados.rados.0.smithi118.stdout:2714: finishing write tid 2 to smithi118168640-40 2023-09-30T09:16:29.568 INFO:tasks.rados.rados.0.smithi118.stdout:2712: done (3 left) 2023-09-30T09:16:29.568 INFO:tasks.rados.rados.0.smithi118.stdout:2713: done (2 left) 2023-09-30T09:16:29.568 INFO:tasks.rados.rados.0.smithi118.stdout:2715: done (1 left) 2023-09-30T09:16:29.568 INFO:tasks.rados.rados.0.smithi118.stdout:2716: rollback oid 20 current snap is 256 2023-09-30T09:16:29.568 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 20 to 252 2023-09-30T09:16:29.568 INFO:tasks.rados.rados.0.smithi118.stdout:2717: copy_from oid 50 from oid 23 current snap is 256 2023-09-30T09:16:29.568 INFO:tasks.rados.rados.0.smithi118.stdout:2718: rollback oid 22 current snap is 256 2023-09-30T09:16:29.569 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 252 2023-09-30T09:16:29.569 INFO:tasks.rados.rados.0.smithi118.stdout:2719: delete oid 34 current snap is 256 2023-09-30T09:16:29.569 INFO:tasks.rados.rados.0.smithi118.stdout:2714: finishing write tid 3 to smithi118168640-40 2023-09-30T09:16:29.569 INFO:tasks.rados.rados.0.smithi118.stdout:2714: finishing write tid 4 to smithi118168640-40 2023-09-30T09:16:29.569 INFO:tasks.rados.rados.0.smithi118.stdout:2714: finishing write tid 5 to smithi118168640-40 2023-09-30T09:16:29.572 INFO:tasks.rados.rados.0.smithi118.stdout:2719: done (4 left) 2023-09-30T09:16:29.572 INFO:tasks.rados.rados.0.smithi118.stdout:2720: read oid 25 snap -1 2023-09-30T09:16:29.572 INFO:tasks.rados.rados.0.smithi118.stdout:2720: expect (ObjNum 793 snap 241 seq_num 793) 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:2721: read oid 48 snap -1 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:2721: expect (ObjNum 790 snap 239 seq_num 790) 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:2722: rollback oid 14 current snap is 256 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 14 to 252 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:2723: copy_from oid 1 from oid 8 current snap is 256 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 256 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:2724: seq_num 844 ranges {0=540672,540672=696320,1236992=475136,1712128=434176} 2023-09-30T09:16:29.573 INFO:tasks.rados.rados.0.smithi118.stdout:2724: writing smithi118168640-13 from 0 to 540672 tid 1 2023-09-30T09:16:29.578 INFO:tasks.rados.rados.0.smithi118.stdout:2724: writing smithi118168640-13 from 540672 to 1236992 tid 2 2023-09-30T09:16:29.581 INFO:tasks.rados.rados.0.smithi118.stdout:2724: writing smithi118168640-13 from 1236992 to 1712128 tid 3 2023-09-30T09:16:29.584 INFO:tasks.rados.rados.0.smithi118.stdout:2724: writing smithi118168640-13 from 1712128 to 2146304 tid 4 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2725: snap_create 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2714: finishing write tid 6 to smithi118168640-40 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 617 (ObjNum 841 snap 256 seq_num 841) dirty exists 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2714: left oid 40 (ObjNum 841 snap 256 seq_num 841) 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2716: finishing rollback tid 0 to smithi118168640-20 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2716: finishing rollback tid 1 to smithi118168640-20 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2717: finishing copy_from racing read to smithi118168640-50 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2718: finishing rollback tid 0 to smithi118168640-22 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2716: finishing rollback tid 2 to smithi118168640-20 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1027 (ObjNum 801 snap 242 seq_num 801) dirty exists 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2718: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:16:29.585 INFO:tasks.rados.rados.0.smithi118.stdout:2718: finishing rollback tid 2 to smithi118168640-22 2023-09-30T09:16:29.586 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1015 (ObjNum 807 snap 245 seq_num 807) dirty exists 2023-09-30T09:16:29.586 INFO:tasks.rados.rados.0.smithi118.stdout:2724: finishing write tid 1 to smithi118168640-13 2023-09-30T09:16:29.586 INFO:tasks.rados.rados.0.smithi118.stdout:2722: finishing rollback tid 0 to smithi118168640-14 2023-09-30T09:16:29.586 INFO:tasks.rados.rados.0.smithi118.stdout:2720: expect (ObjNum 793 snap 241 seq_num 793) 2023-09-30T09:16:29.619 INFO:tasks.rados.rados.0.smithi118.stdout:2722: finishing rollback tid 1 to smithi118168640-14 2023-09-30T09:16:29.620 INFO:tasks.rados.rados.0.smithi118.stdout:2722: finishing rollback tid 2 to smithi118168640-14 2023-09-30T09:16:29.620 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1034 (ObjNum 697 snap 216 seq_num 697) dirty exists 2023-09-30T09:16:29.620 INFO:tasks.rados.rados.0.smithi118.stdout:2724: finishing write tid 2 to smithi118168640-13 2023-09-30T09:16:29.620 INFO:tasks.rados.rados.0.smithi118.stdout:2724: finishing write tid 3 to smithi118168640-13 2023-09-30T09:16:29.620 INFO:tasks.rados.rados.0.smithi118.stdout:2724: finishing write tid 4 to smithi118168640-13 2023-09-30T09:16:29.620 INFO:tasks.rados.rados.0.smithi118.stdout:2724: finishing write tid 5 to smithi118168640-13 2023-09-30T09:16:29.621 INFO:tasks.rados.rados.0.smithi118.stdout:2724: finishing write tid 6 to smithi118168640-13 2023-09-30T09:16:29.621 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1030 (ObjNum 844 snap 256 seq_num 844) dirty exists 2023-09-30T09:16:29.621 INFO:tasks.rados.rados.0.smithi118.stdout:2724: left oid 13 (ObjNum 844 snap 256 seq_num 844) 2023-09-30T09:16:29.621 INFO:tasks.rados.rados.0.smithi118.stdout:2723: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:16:29.621 INFO:tasks.rados.rados.0.smithi118.stdout:2723: finishing copy_from to smithi118168640-1 2023-09-30T09:16:29.621 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1012 (ObjNum 764 snap 236 seq_num 764) dirty exists 2023-09-30T09:16:29.621 INFO:tasks.rados.rados.0.smithi118.stdout:2721: expect (ObjNum 790 snap 239 seq_num 790) 2023-09-30T09:16:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:29 smithi118 ceph-mon[182959]: osdmap e591: 8 total, 8 up, 8 in 2023-09-30T09:16:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:29 smithi118 ceph-mon[182959]: pgmap v597: 121 pgs: 121 active+clean; 125 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 943 KiB/s rd, 1.4 MiB/s wr, 10 op/s 2023-09-30T09:16:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:29 smithi118 ceph-mon[185516]: osdmap e591: 8 total, 8 up, 8 in 2023-09-30T09:16:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:29 smithi118 ceph-mon[185516]: pgmap v597: 121 pgs: 121 active+clean; 125 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 943 KiB/s rd, 1.4 MiB/s wr, 10 op/s 2023-09-30T09:16:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:29 smithi192 ceph-mon[180220]: osdmap e591: 8 total, 8 up, 8 in 2023-09-30T09:16:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:29 smithi192 ceph-mon[180220]: pgmap v597: 121 pgs: 121 active+clean; 125 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 943 KiB/s rd, 1.4 MiB/s wr, 10 op/s 2023-09-30T09:16:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:16:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:16:29] "GET /metrics HTTP/1.1" 200 36186 "" "Prometheus/2.43.0" 2023-09-30T09:16:30.101 INFO:tasks.rados.rados.0.smithi118.stdout:2717: finishing copy_from to smithi118168640-50 2023-09-30T09:16:30.102 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1001 (ObjNum -436024288 snap 32611 seq_num 304) dirty exists 2023-09-30T09:16:30.529 INFO:tasks.rados.rados.0.smithi118.stdout:2714: done (9 left) 2023-09-30T09:16:30.530 INFO:tasks.rados.rados.0.smithi118.stdout:2716: done (8 left) 2023-09-30T09:16:30.530 INFO:tasks.rados.rados.0.smithi118.stdout:2717: done (7 left) 2023-09-30T09:16:30.530 INFO:tasks.rados.rados.0.smithi118.stdout:2718: done (6 left) 2023-09-30T09:16:30.530 INFO:tasks.rados.rados.0.smithi118.stdout:2720: done (5 left) 2023-09-30T09:16:30.530 INFO:tasks.rados.rados.0.smithi118.stdout:2721: done (4 left) 2023-09-30T09:16:30.530 INFO:tasks.rados.rados.0.smithi118.stdout:2722: done (3 left) 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2723: done (2 left) 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2724: done (1 left) 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2725: done (0 left) 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2726: rollback oid 12 current snap is 257 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 12 to 256 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2727: rmattr oid 23 current snap is 257 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2728: read oid 28 snap -1 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2728: expect (ObjNum 838 snap 256 seq_num 838) 2023-09-30T09:16:30.531 INFO:tasks.rados.rados.0.smithi118.stdout:2729: read oid 17 snap -1 2023-09-30T09:16:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:2729: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:16:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:2730: setattr oid 10 current snap is 257 2023-09-30T09:16:30.532 INFO:tasks.rados.rados.0.smithi118.stdout:2731: rollback oid 22 current snap is 257 2023-09-30T09:16:30.533 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 256 2023-09-30T09:16:30.533 INFO:tasks.rados.rados.0.smithi118.stdout:2732: rmattr oid 26 current snap is 257 2023-09-30T09:16:30.533 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 257 2023-09-30T09:16:30.533 INFO:tasks.rados.rados.0.smithi118.stdout:2733: seq_num 845 ranges {2891776=557056,3448832=581632,4030464=688128,4718592=335872} 2023-09-30T09:16:30.550 INFO:tasks.rados.rados.0.smithi118.stdout:2733: writing smithi118168640-2 from 2891776 to 3448832 tid 1 2023-09-30T09:16:30.553 INFO:tasks.rados.rados.0.smithi118.stdout:2733: writing smithi118168640-2 from 3448832 to 4030464 tid 2 2023-09-30T09:16:30.557 INFO:tasks.rados.rados.0.smithi118.stdout:2733: writing smithi118168640-2 from 4030464 to 4718592 tid 3 2023-09-30T09:16:30.559 INFO:tasks.rados.rados.0.smithi118.stdout:2733: writing smithi118168640-2 from 4718592 to 5054464 tid 4 2023-09-30T09:16:30.559 INFO:tasks.rados.rados.0.smithi118.stdout:2734: delete oid 39 current snap is 257 2023-09-30T09:16:30.559 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1006 (ObjNum 0 snap 0 seq_num 304) dirty exists 2023-09-30T09:16:30.560 INFO:tasks.rados.rados.0.smithi118.stdout:2729: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:16:30.561 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1007 (ObjNum 833 snap 255 seq_num 833) dirty exists 2023-09-30T09:16:30.561 INFO:tasks.rados.rados.0.smithi118.stdout:2726: finishing rollback tid 0 to smithi118168640-12 2023-09-30T09:16:30.561 INFO:tasks.rados.rados.0.smithi118.stdout:2726: finishing rollback tid 1 to smithi118168640-12 2023-09-30T09:16:30.561 INFO:tasks.rados.rados.0.smithi118.stdout:2727: done (8 left) 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2729: done (7 left) 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2730: done (6 left) 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2734: done (5 left) 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2735: copy_from oid 48 from oid 6 current snap is 257 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2726: finishing rollback tid 2 to smithi118168640-12 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1018 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2731: finishing rollback tid 0 to smithi118168640-22 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2731: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1394 (ObjNum 817 snap 249 seq_num 817) dirty exists 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:2731: finishing rollback tid 2 to smithi118168640-22 2023-09-30T09:16:30.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1021 (ObjNum 807 snap 245 seq_num 807) dirty exists 2023-09-30T09:16:30.563 INFO:tasks.rados.rados.0.smithi118.stdout:2728: expect (ObjNum 838 snap 256 seq_num 838) 2023-09-30T09:16:30.611 INFO:tasks.rados.rados.0.smithi118.stdout:2733: finishing write tid 1 to smithi118168640-2 2023-09-30T09:16:30.663 INFO:tasks.rados.rados.0.smithi118.stdout:2733: finishing write tid 2 to smithi118168640-2 2023-09-30T09:16:30.670 INFO:tasks.rados.rados.0.smithi118.stdout:2733: finishing write tid 3 to smithi118168640-2 2023-09-30T09:16:30.670 INFO:tasks.rados.rados.0.smithi118.stdout:2733: finishing write tid 4 to smithi118168640-2 2023-09-30T09:16:30.670 INFO:tasks.rados.rados.0.smithi118.stdout:2733: finishing write tid 5 to smithi118168640-2 2023-09-30T09:16:30.670 INFO:tasks.rados.rados.0.smithi118.stdout:2733: finishing write tid 6 to smithi118168640-2 2023-09-30T09:16:30.670 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1400 (ObjNum 845 snap 257 seq_num 845) dirty exists 2023-09-30T09:16:30.670 INFO:tasks.rados.rados.0.smithi118.stdout:2733: left oid 2 (ObjNum 845 snap 257 seq_num 845) 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2735: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2726: done (5 left) 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2728: done (4 left) 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2731: done (3 left) 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2732: done (2 left) 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2733: done (1 left) 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2736: delete oid 14 current snap is 257 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:2735: finishing copy_from to smithi118168640-48 2023-09-30T09:16:30.671 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 906 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:30.673 INFO:tasks.rados.rados.0.smithi118.stdout:2735: done (1 left) 2023-09-30T09:16:30.673 INFO:tasks.rados.rados.0.smithi118.stdout:2736: done (0 left) 2023-09-30T09:16:30.673 INFO:tasks.rados.rados.0.smithi118.stdout:2737: setattr oid 4 current snap is 257 2023-09-30T09:16:30.673 INFO:tasks.rados.rados.0.smithi118.stdout:2738: rollback oid 15 current snap is 257 2023-09-30T09:16:30.673 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 252 2023-09-30T09:16:30.673 INFO:tasks.rados.rados.0.smithi118.stdout:2739: copy_from oid 1 from oid 45 current snap is 257 2023-09-30T09:16:30.673 INFO:tasks.rados.rados.0.smithi118.stdout:2740: rollback oid 36 current snap is 257 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 256 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2741: read oid 29 snap -1 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2741: expect (ObjNum 809 snap 247 seq_num 809) 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2742: delete oid 39 current snap is 257 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2740: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 0 (ObjNum 33 snap 0 seq_num 2569318225) dirty dne 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2740: done (5 left) 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2742: done (4 left) 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2743: setattr oid 30 current snap is 257 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2738: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:2738: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:16:30.674 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1029 (ObjNum 802 snap 243 seq_num 802) dirty exists 2023-09-30T09:16:30.675 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1028 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:30.675 INFO:tasks.rados.rados.0.smithi118.stdout:2737: done (4 left) 2023-09-30T09:16:30.675 INFO:tasks.rados.rados.0.smithi118.stdout:2738: done (3 left) 2023-09-30T09:16:30.675 INFO:tasks.rados.rados.0.smithi118.stdout:2744: snap_remove snap 252 2023-09-30T09:16:31.521 INFO:tasks.rados.rados.0.smithi118.stdout:2744: done (3 left) 2023-09-30T09:16:31.521 INFO:tasks.rados.rados.0.smithi118.stdout:2745: read oid 42 snap 256 2023-09-30T09:16:31.522 INFO:tasks.rados.rados.0.smithi118.stdout:2745: expect (ObjNum 804 snap 243 seq_num 804) 2023-09-30T09:16:31.522 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 257 2023-09-30T09:16:31.527 INFO:tasks.rados.rados.0.smithi118.stdout:2746: seq_num 849 ranges {3604480=622592,4227072=516096,4743168=663552,5406720=425984} 2023-09-30T09:16:31.546 INFO:tasks.rados.rados.0.smithi118.stdout:2746: writing smithi118168640-22 from 3604480 to 4227072 tid 1 2023-09-30T09:16:31.549 INFO:tasks.rados.rados.0.smithi118.stdout:2746: writing smithi118168640-22 from 4227072 to 4743168 tid 2 2023-09-30T09:16:31.553 INFO:tasks.rados.rados.0.smithi118.stdout:2746: writing smithi118168640-22 from 4743168 to 5406720 tid 3 2023-09-30T09:16:31.555 INFO:tasks.rados.rados.0.smithi118.stdout:2746: writing smithi118168640-22 from 5406720 to 5832704 tid 4 2023-09-30T09:16:31.556 INFO:tasks.rados.rados.0.smithi118.stdout:2747: copy_from oid 23 from oid 35 current snap is 257 2023-09-30T09:16:31.556 INFO:tasks.rados.rados.0.smithi118.stdout:2741: expect (ObjNum 809 snap 247 seq_num 809) 2023-09-30T09:16:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1029 (ObjNum 113 snap 0 seq_num 3858943104) dirty exists 2023-09-30T09:16:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:2739: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:16:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:2739: finishing copy_from to smithi118168640-1 2023-09-30T09:16:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1339 (ObjNum 795 snap 242 seq_num 795) dirty exists 2023-09-30T09:16:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:2745: expect (ObjNum 804 snap 243 seq_num 804) 2023-09-30T09:16:31.703 INFO:tasks.rados.rados.0.smithi118.stdout:2746: finishing write tid 1 to smithi118168640-22 2023-09-30T09:16:31.703 INFO:tasks.rados.rados.0.smithi118.stdout:2746: finishing write tid 2 to smithi118168640-22 2023-09-30T09:16:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:2746: finishing write tid 3 to smithi118168640-22 2023-09-30T09:16:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:2746: finishing write tid 4 to smithi118168640-22 2023-09-30T09:16:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:2746: finishing write tid 5 to smithi118168640-22 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2746: finishing write tid 6 to smithi118168640-22 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1026 (ObjNum 849 snap 257 seq_num 849) dirty exists 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2746: left oid 22 (ObjNum 849 snap 257 seq_num 849) 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2747: finishing copy_from racing read to smithi118168640-23 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2739: done (5 left) 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2741: done (4 left) 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2743: done (3 left) 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2745: done (2 left) 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2746: done (1 left) 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2748: rollback oid 34 current snap is 257 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 34 to 256 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:2747: finishing copy_from to smithi118168640-23 2023-09-30T09:16:31.713 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1017 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:16:31.714 INFO:tasks.rados.rados.0.smithi118.stdout:2747: done (1 left) 2023-09-30T09:16:31.714 INFO:tasks.rados.rados.0.smithi118.stdout:2749: copy_from oid 15 from oid 43 current snap is 257 2023-09-30T09:16:31.714 INFO:tasks.rados.rados.0.smithi118.stdout:2750: snap_create 2023-09-30T09:16:31.714 INFO:tasks.rados.rados.0.smithi118.stdout:2748: finishing rollback tid 1 to smithi118168640-34 2023-09-30T09:16:31.714 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 0 (ObjNum 289 snap 0 seq_num 2569413014) dirty dne 2023-09-30T09:16:31.732 INFO:tasks.rados.rados.0.smithi118.stdout:2749: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:16:31.747 INFO:tasks.rados.rados.0.smithi118.stdout:2749: finishing copy_from to smithi118168640-15 2023-09-30T09:16:31.747 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1014 (ObjNum 790 snap 239 seq_num 790) dirty exists 2023-09-30T09:16:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:31 smithi118 ceph-mon[182959]: osdmap e592: 8 total, 8 up, 8 in 2023-09-30T09:16:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:31 smithi118 ceph-mon[182959]: pgmap v599: 121 pgs: 121 active+clean; 128 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-09-30T09:16:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:31 smithi118 ceph-mon[182959]: osdmap e593: 8 total, 8 up, 8 in 2023-09-30T09:16:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:31 smithi118 ceph-mon[185516]: osdmap e592: 8 total, 8 up, 8 in 2023-09-30T09:16:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:31 smithi118 ceph-mon[185516]: pgmap v599: 121 pgs: 121 active+clean; 128 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-09-30T09:16:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:31 smithi118 ceph-mon[185516]: osdmap e593: 8 total, 8 up, 8 in 2023-09-30T09:16:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:31 smithi192 ceph-mon[180220]: osdmap e592: 8 total, 8 up, 8 in 2023-09-30T09:16:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:31 smithi192 ceph-mon[180220]: pgmap v599: 121 pgs: 121 active+clean; 128 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 MiB/s rd, 1.8 MiB/s wr, 8 op/s 2023-09-30T09:16:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:31 smithi192 ceph-mon[180220]: osdmap e593: 8 total, 8 up, 8 in 2023-09-30T09:16:32.542 INFO:tasks.rados.rados.0.smithi118.stdout:2748: done (2 left) 2023-09-30T09:16:32.542 INFO:tasks.rados.rados.0.smithi118.stdout:2749: done (1 left) 2023-09-30T09:16:32.542 INFO:tasks.rados.rados.0.smithi118.stdout:2750: done (0 left) 2023-09-30T09:16:32.542 INFO:tasks.rados.rados.0.smithi118.stdout:2751: setattr oid 22 current snap is 258 2023-09-30T09:16:32.543 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 258 2023-09-30T09:16:32.543 INFO:tasks.rados.rados.0.smithi118.stdout:2752: seq_num 850 ranges {8937472=638976,9576448=802816,10379264=475136,10854400=327680} 2023-09-30T09:16:32.594 INFO:tasks.rados.rados.0.smithi118.stdout:2752: writing smithi118168640-26 from 8937472 to 9576448 tid 1 2023-09-30T09:16:32.598 INFO:tasks.rados.rados.0.smithi118.stdout:2752: writing smithi118168640-26 from 9576448 to 10379264 tid 2 2023-09-30T09:16:32.600 INFO:tasks.rados.rados.0.smithi118.stdout:2752: writing smithi118168640-26 from 10379264 to 10854400 tid 3 2023-09-30T09:16:32.602 INFO:tasks.rados.rados.0.smithi118.stdout:2752: writing smithi118168640-26 from 10854400 to 11182080 tid 4 2023-09-30T09:16:32.603 INFO:tasks.rados.rados.0.smithi118.stdout:2753: read oid 36 snap 256 2023-09-30T09:16:32.603 INFO:tasks.rados.rados.0.smithi118.stdout:2753: expect deleted 2023-09-30T09:16:32.603 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 258 2023-09-30T09:16:32.603 INFO:tasks.rados.rados.0.smithi118.stdout:2754: seq_num 851 ranges {0=655360,655360=688128,1343488=679936,2023424=237568} 2023-09-30T09:16:32.606 INFO:tasks.rados.rados.0.smithi118.stdout:2754: writing smithi118168640-50 from 0 to 655360 tid 1 2023-09-30T09:16:32.610 INFO:tasks.rados.rados.0.smithi118.stdout:2754: writing smithi118168640-50 from 655360 to 1343488 tid 2 2023-09-30T09:16:32.613 INFO:tasks.rados.rados.0.smithi118.stdout:2754: writing smithi118168640-50 from 1343488 to 2023424 tid 3 2023-09-30T09:16:32.615 INFO:tasks.rados.rados.0.smithi118.stdout:2754: writing smithi118168640-50 from 2023424 to 2260992 tid 4 2023-09-30T09:16:32.615 INFO:tasks.rados.rados.0.smithi118.stdout:2755: snap_remove snap 257 2023-09-30T09:16:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:2755: done (4 left) 2023-09-30T09:16:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:2756: read oid 38 snap -1 2023-09-30T09:16:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:2756: expect (ObjNum 837 snap 256 seq_num 837) 2023-09-30T09:16:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 258 2023-09-30T09:16:33.548 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1027 (ObjNum 849 snap 257 seq_num 849) dirty exists 2023-09-30T09:16:33.549 INFO:tasks.rados.rados.0.smithi118.stdout:2752: finishing write tid 1 to smithi118168640-26 2023-09-30T09:16:33.549 INFO:tasks.rados.rados.0.smithi118.stdout:2752: finishing write tid 2 to smithi118168640-26 2023-09-30T09:16:33.549 INFO:tasks.rados.rados.0.smithi118.stdout:2757: seq_num 852 ranges {4661248=671744,5332992=622592,5955584=442368,6397952=540672} 2023-09-30T09:16:33.577 INFO:tasks.rados.rados.0.smithi118.stdout:2757: writing smithi118168640-8 from 4661248 to 5332992 tid 1 2023-09-30T09:16:33.580 INFO:tasks.rados.rados.0.smithi118.stdout:2757: writing smithi118168640-8 from 5332992 to 5955584 tid 2 2023-09-30T09:16:33.583 INFO:tasks.rados.rados.0.smithi118.stdout:2757: writing smithi118168640-8 from 5955584 to 6397952 tid 3 2023-09-30T09:16:33.586 INFO:tasks.rados.rados.0.smithi118.stdout:2757: writing smithi118168640-8 from 6397952 to 6938624 tid 4 2023-09-30T09:16:33.586 INFO:tasks.rados.rados.0.smithi118.stdout:2751: done (5 left) 2023-09-30T09:16:33.586 INFO:tasks.rados.rados.0.smithi118.stdout:2753: done (4 left) 2023-09-30T09:16:33.586 INFO:tasks.rados.rados.0.smithi118.stdout:2758: snap_create 2023-09-30T09:16:33.586 INFO:tasks.rados.rados.0.smithi118.stdout:2752: finishing write tid 3 to smithi118168640-26 2023-09-30T09:16:33.586 INFO:tasks.rados.rados.0.smithi118.stdout:2752: finishing write tid 4 to smithi118168640-26 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2752: finishing write tid 5 to smithi118168640-26 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2754: finishing write tid 1 to smithi118168640-50 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2752: finishing write tid 6 to smithi118168640-26 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1416 (ObjNum 850 snap 258 seq_num 850) dirty exists 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2752: left oid 26 (ObjNum 850 snap 258 seq_num 850) 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2754: finishing write tid 2 to smithi118168640-50 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2754: finishing write tid 3 to smithi118168640-50 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2754: finishing write tid 4 to smithi118168640-50 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2754: finishing write tid 5 to smithi118168640-50 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2754: finishing write tid 6 to smithi118168640-50 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1422 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2754: left oid 50 (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:16:33.587 INFO:tasks.rados.rados.0.smithi118.stdout:2756: expect (ObjNum 837 snap 256 seq_num 837) 2023-09-30T09:16:33.670 INFO:tasks.rados.rados.0.smithi118.stdout:2757: finishing write tid 1 to smithi118168640-8 2023-09-30T09:16:33.672 INFO:tasks.rados.rados.0.smithi118.stdout:2757: finishing write tid 2 to smithi118168640-8 2023-09-30T09:16:33.672 INFO:tasks.rados.rados.0.smithi118.stdout:2757: finishing write tid 3 to smithi118168640-8 2023-09-30T09:16:33.673 INFO:tasks.rados.rados.0.smithi118.stdout:2757: finishing write tid 4 to smithi118168640-8 2023-09-30T09:16:33.673 INFO:tasks.rados.rados.0.smithi118.stdout:2757: finishing write tid 5 to smithi118168640-8 2023-09-30T09:16:33.673 INFO:tasks.rados.rados.0.smithi118.stdout:2757: finishing write tid 6 to smithi118168640-8 2023-09-30T09:16:33.673 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1027 (ObjNum 852 snap 258 seq_num 852) dirty exists 2023-09-30T09:16:33.673 INFO:tasks.rados.rados.0.smithi118.stdout:2757: left oid 8 (ObjNum 852 snap 258 seq_num 852) 2023-09-30T09:16:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:33 smithi118 ceph-mon[185516]: osdmap e594: 8 total, 8 up, 8 in 2023-09-30T09:16:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:33 smithi118 ceph-mon[185516]: pgmap v602: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 5.5 MiB/s wr, 17 op/s 2023-09-30T09:16:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:33 smithi118 ceph-mon[182959]: osdmap e594: 8 total, 8 up, 8 in 2023-09-30T09:16:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:33 smithi118 ceph-mon[182959]: pgmap v602: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 5.5 MiB/s wr, 17 op/s 2023-09-30T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:33 smithi192 ceph-mon[180220]: osdmap e594: 8 total, 8 up, 8 in 2023-09-30T09:16:33.976 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:33 smithi192 ceph-mon[180220]: pgmap v602: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 131 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.2 MiB/s rd, 5.5 MiB/s wr, 17 op/s 2023-09-30T09:16:34.553 INFO:tasks.rados.rados.0.smithi118.stdout:2752: done (4 left) 2023-09-30T09:16:34.553 INFO:tasks.rados.rados.0.smithi118.stdout:2754: done (3 left) 2023-09-30T09:16:34.554 INFO:tasks.rados.rados.0.smithi118.stdout:2756: done (2 left) 2023-09-30T09:16:34.554 INFO:tasks.rados.rados.0.smithi118.stdout:2757: done (1 left) 2023-09-30T09:16:34.554 INFO:tasks.rados.rados.0.smithi118.stdout:2758: done (0 left) 2023-09-30T09:16:34.554 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 259 2023-09-30T09:16:34.554 INFO:tasks.rados.rados.0.smithi118.stdout:2759: seq_num 853 ranges {1286144=696320,1982464=507904,2490368=647168,3137536=450560} 2023-09-30T09:16:34.564 INFO:tasks.rados.rados.0.smithi118.stdout:2759: writing smithi118168640-25 from 1286144 to 1982464 tid 1 2023-09-30T09:16:34.566 INFO:tasks.rados.rados.0.smithi118.stdout:2759: writing smithi118168640-25 from 1982464 to 2490368 tid 2 2023-09-30T09:16:34.570 INFO:tasks.rados.rados.0.smithi118.stdout:2759: writing smithi118168640-25 from 2490368 to 3137536 tid 3 2023-09-30T09:16:34.573 INFO:tasks.rados.rados.0.smithi118.stdout:2759: writing smithi118168640-25 from 3137536 to 3588096 tid 4 2023-09-30T09:16:34.573 INFO:tasks.rados.rados.0.smithi118.stdout:2760: rmattr oid 5 current snap is 259 2023-09-30T09:16:34.573 INFO:tasks.rados.rados.0.smithi118.stdout:2760: done (1 left) 2023-09-30T09:16:34.573 INFO:tasks.rados.rados.0.smithi118.stdout:2761: snap_create 2023-09-30T09:16:34.573 INFO:tasks.rados.rados.0.smithi118.stdout:2759: finishing write tid 1 to smithi118168640-25 2023-09-30T09:16:34.574 INFO:tasks.rados.rados.0.smithi118.stdout:2759: finishing write tid 2 to smithi118168640-25 2023-09-30T09:16:34.574 INFO:tasks.rados.rados.0.smithi118.stdout:2759: finishing write tid 3 to smithi118168640-25 2023-09-30T09:16:34.576 INFO:tasks.rados.rados.0.smithi118.stdout:2759: finishing write tid 4 to smithi118168640-25 2023-09-30T09:16:34.576 INFO:tasks.rados.rados.0.smithi118.stdout:2759: finishing write tid 5 to smithi118168640-25 2023-09-30T09:16:34.577 INFO:tasks.rados.rados.0.smithi118.stdout:2759: finishing write tid 6 to smithi118168640-25 2023-09-30T09:16:34.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 735 (ObjNum 853 snap 259 seq_num 853) dirty exists 2023-09-30T09:16:34.577 INFO:tasks.rados.rados.0.smithi118.stdout:2759: left oid 25 (ObjNum 853 snap 259 seq_num 853) 2023-09-30T09:16:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:34 smithi118 ceph-mon[182959]: osdmap e595: 8 total, 8 up, 8 in 2023-09-30T09:16:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:34 smithi118 ceph-mon[185516]: osdmap e595: 8 total, 8 up, 8 in 2023-09-30T09:16:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:34 smithi192 ceph-mon[180220]: osdmap e595: 8 total, 8 up, 8 in 2023-09-30T09:16:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:35.558 INFO:tasks.rados.rados.0.smithi118.stdout:2759: done (1 left) 2023-09-30T09:16:35.558 INFO:tasks.rados.rados.0.smithi118.stdout:2761: done (0 left) 2023-09-30T09:16:35.559 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 260 2023-09-30T09:16:35.559 INFO:tasks.rados.rados.0.smithi118.stdout:2762: seq_num 854 ranges {2097152=712704,2809856=794624,3604480=450560,4055040=360448} 2023-09-30T09:16:35.573 INFO:tasks.rados.rados.0.smithi118.stdout:2762: writing smithi118168640-40 from 2097152 to 2809856 tid 1 2023-09-30T09:16:35.578 INFO:tasks.rados.rados.0.smithi118.stdout:2762: writing smithi118168640-40 from 2809856 to 3604480 tid 2 2023-09-30T09:16:35.581 INFO:tasks.rados.rados.0.smithi118.stdout:2762: writing smithi118168640-40 from 3604480 to 4055040 tid 3 2023-09-30T09:16:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2762: writing smithi118168640-40 from 4055040 to 4415488 tid 4 2023-09-30T09:16:35.583 INFO:tasks.rados.rados.0.smithi118.stdout:2763: snap_create 2023-09-30T09:16:35.584 INFO:tasks.rados.rados.0.smithi118.stdout:2762: finishing write tid 1 to smithi118168640-40 2023-09-30T09:16:35.584 INFO:tasks.rados.rados.0.smithi118.stdout:2762: finishing write tid 2 to smithi118168640-40 2023-09-30T09:16:35.586 INFO:tasks.rados.rados.0.smithi118.stdout:2762: finishing write tid 3 to smithi118168640-40 2023-09-30T09:16:35.586 INFO:tasks.rados.rados.0.smithi118.stdout:2762: finishing write tid 4 to smithi118168640-40 2023-09-30T09:16:35.586 INFO:tasks.rados.rados.0.smithi118.stdout:2762: finishing write tid 5 to smithi118168640-40 2023-09-30T09:16:35.587 INFO:tasks.rados.rados.0.smithi118.stdout:2762: finishing write tid 6 to smithi118168640-40 2023-09-30T09:16:35.588 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 622 (ObjNum 854 snap 260 seq_num 854) dirty exists 2023-09-30T09:16:35.588 INFO:tasks.rados.rados.0.smithi118.stdout:2762: left oid 40 (ObjNum 854 snap 260 seq_num 854) 2023-09-30T09:16:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:35 smithi118 ceph-mon[185516]: osdmap e596: 8 total, 8 up, 8 in 2023-09-30T09:16:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:35 smithi118 ceph-mon[185516]: pgmap v605: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 12 MiB/s wr, 40 op/s 2023-09-30T09:16:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:35 smithi118 ceph-mon[182959]: osdmap e596: 8 total, 8 up, 8 in 2023-09-30T09:16:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:35 smithi118 ceph-mon[182959]: pgmap v605: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 12 MiB/s wr, 40 op/s 2023-09-30T09:16:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:35 smithi192 ceph-mon[180220]: osdmap e596: 8 total, 8 up, 8 in 2023-09-30T09:16:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:35 smithi192 ceph-mon[180220]: pgmap v605: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 132 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 16 MiB/s rd, 12 MiB/s wr, 40 op/s 2023-09-30T09:16:36.516 INFO:tasks.rados.rados.0.smithi118.stdout:2762: done (1 left) 2023-09-30T09:16:36.516 INFO:tasks.rados.rados.0.smithi118.stdout:2763: done (0 left) 2023-09-30T09:16:36.516 INFO:tasks.rados.rados.0.smithi118.stdout:2764: snap_create 2023-09-30T09:16:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:36 smithi118 ceph-mon[182959]: osdmap e597: 8 total, 8 up, 8 in 2023-09-30T09:16:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:36 smithi118 ceph-mon[182959]: osdmap e598: 8 total, 8 up, 8 in 2023-09-30T09:16:36.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:36 smithi118 ceph-mon[185516]: osdmap e597: 8 total, 8 up, 8 in 2023-09-30T09:16:36.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:36 smithi118 ceph-mon[185516]: osdmap e598: 8 total, 8 up, 8 in 2023-09-30T09:16:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:36 smithi192 ceph-mon[180220]: osdmap e597: 8 total, 8 up, 8 in 2023-09-30T09:16:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:36 smithi192 ceph-mon[180220]: osdmap e598: 8 total, 8 up, 8 in 2023-09-30T09:16:37.517 INFO:tasks.rados.rados.0.smithi118.stdout:2764: done (0 left) 2023-09-30T09:16:37.517 INFO:tasks.rados.rados.0.smithi118.stdout:2765: setattr oid 37 current snap is 262 2023-09-30T09:16:37.519 INFO:tasks.rados.rados.0.smithi118.stdout:2766: copy_from oid 13 from oid 1 current snap is 262 2023-09-30T09:16:37.519 INFO:tasks.rados.rados.0.smithi118.stdout:2767: delete oid 27 current snap is 262 2023-09-30T09:16:37.521 INFO:tasks.rados.rados.0.smithi118.stdout:2767: done (2 left) 2023-09-30T09:16:37.522 INFO:tasks.rados.rados.0.smithi118.stdout:2768: copy_from oid 26 from oid 36 current snap is 262 2023-09-30T09:16:37.522 INFO:tasks.rados.rados.0.smithi118.stdout:2769: snap_remove snap 261 2023-09-30T09:16:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:37 smithi118 ceph-mon[182959]: pgmap v608: 121 pgs: 121 active+clean; 134 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 8.7 MiB/s wr, 41 op/s 2023-09-30T09:16:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:37 smithi118 ceph-mon[182959]: osdmap e599: 8 total, 8 up, 8 in 2023-09-30T09:16:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:37 smithi118 ceph-mon[185516]: pgmap v608: 121 pgs: 121 active+clean; 134 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 8.7 MiB/s wr, 41 op/s 2023-09-30T09:16:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:37 smithi118 ceph-mon[185516]: osdmap e599: 8 total, 8 up, 8 in 2023-09-30T09:16:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:37 smithi192 ceph-mon[180220]: pgmap v608: 121 pgs: 121 active+clean; 134 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 8.7 MiB/s wr, 41 op/s 2023-09-30T09:16:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:37 smithi192 ceph-mon[180220]: osdmap e599: 8 total, 8 up, 8 in 2023-09-30T09:16:38.520 INFO:tasks.rados.rados.0.smithi118.stdout:2769: done (3 left) 2023-09-30T09:16:38.520 INFO:tasks.rados.rados.0.smithi118.stdout:2770: rmattr oid 3 current snap is 262 2023-09-30T09:16:38.520 INFO:tasks.rados.rados.0.smithi118.stdout:2768: finishing copy_from to smithi118168640-26 2023-09-30T09:16:38.520 INFO:tasks.rados.rados.0.smithi118.stdout:2768: got expected ENOENT (src dne) 2023-09-30T09:16:38.520 INFO:tasks.rados.rados.0.smithi118.stdout:2768: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1028 (ObjNum 805 snap 243 seq_num 805) dirty exists 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:2766: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:2766: finishing copy_from to smithi118168640-13 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1339 (ObjNum 795 snap 242 seq_num 795) dirty exists 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:2765: done (3 left) 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:2766: done (2 left) 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:2768: done (1 left) 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:2771: setattr oid 48 current snap is 262 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 262 2023-09-30T09:16:38.521 INFO:tasks.rados.rados.0.smithi118.stdout:2772: seq_num 856 ranges {11182080=745472,11927552=557056,12484608=417792,12902400=434176,13336576=196608} 2023-09-30T09:16:38.584 INFO:tasks.rados.rados.0.smithi118.stdout:2772: writing smithi118168640-26 from 11182080 to 11927552 tid 1 2023-09-30T09:16:38.587 INFO:tasks.rados.rados.0.smithi118.stdout:2772: writing smithi118168640-26 from 11927552 to 12484608 tid 2 2023-09-30T09:16:38.589 INFO:tasks.rados.rados.0.smithi118.stdout:2772: writing smithi118168640-26 from 12484608 to 12902400 tid 3 2023-09-30T09:16:38.591 INFO:tasks.rados.rados.0.smithi118.stdout:2772: writing smithi118168640-26 from 12902400 to 13336576 tid 4 2023-09-30T09:16:38.593 INFO:tasks.rados.rados.0.smithi118.stdout:2772: writing smithi118168640-26 from 13336576 to 13533184 tid 5 2023-09-30T09:16:38.593 INFO:tasks.rados.rados.0.smithi118.stdout:2773: read oid 32 snap -1 2023-09-30T09:16:38.593 INFO:tasks.rados.rados.0.smithi118.stdout:2773: expect (ObjNum 799 snap 242 seq_num 799) 2023-09-30T09:16:38.593 INFO:tasks.rados.rados.0.smithi118.stdout:2774: delete oid 15 current snap is 262 2023-09-30T09:16:38.593 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1428 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:38.593 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 917 (ObjNum 820 snap 250 seq_num 820) dirty exists 2023-09-30T09:16:38.593 INFO:tasks.rados.rados.0.smithi118.stdout:2772: finishing write tid 1 to smithi118168640-26 2023-09-30T09:16:38.594 INFO:tasks.rados.rados.0.smithi118.stdout:2772: finishing write tid 2 to smithi118168640-26 2023-09-30T09:16:38.594 INFO:tasks.rados.rados.0.smithi118.stdout:2772: finishing write tid 3 to smithi118168640-26 2023-09-30T09:16:38.597 INFO:tasks.rados.rados.0.smithi118.stdout:2770: done (4 left) 2023-09-30T09:16:38.597 INFO:tasks.rados.rados.0.smithi118.stdout:2771: done (3 left) 2023-09-30T09:16:38.598 INFO:tasks.rados.rados.0.smithi118.stdout:2774: done (2 left) 2023-09-30T09:16:38.598 INFO:tasks.rados.rados.0.smithi118.stdout:2775: copy_from oid 37 from oid 2 current snap is 262 2023-09-30T09:16:38.598 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 262 2023-09-30T09:16:38.598 INFO:tasks.rados.rados.0.smithi118.stdout:2776: seq_num 858 ranges {3588096=778240,4366336=729088,5095424=434176,5529600=442368} 2023-09-30T09:16:38.621 INFO:tasks.rados.rados.0.smithi118.stdout:2776: writing smithi118168640-25 from 3588096 to 4366336 tid 1 2023-09-30T09:16:38.625 INFO:tasks.rados.rados.0.smithi118.stdout:2776: writing smithi118168640-25 from 4366336 to 5095424 tid 2 2023-09-30T09:16:38.628 INFO:tasks.rados.rados.0.smithi118.stdout:2776: writing smithi118168640-25 from 5095424 to 5529600 tid 3 2023-09-30T09:16:38.631 INFO:tasks.rados.rados.0.smithi118.stdout:2776: writing smithi118168640-25 from 5529600 to 5971968 tid 4 2023-09-30T09:16:38.631 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 262 2023-09-30T09:16:38.631 INFO:tasks.rados.rados.0.smithi118.stdout:2777: seq_num 859 ranges {4661248=794624,5455872=614400,6070272=638976,6709248=352256} 2023-09-30T09:16:38.659 INFO:tasks.rados.rados.0.smithi118.stdout:2777: writing smithi118168640-11 from 4661248 to 5455872 tid 1 2023-09-30T09:16:38.663 INFO:tasks.rados.rados.0.smithi118.stdout:2777: writing smithi118168640-11 from 5455872 to 6070272 tid 2 2023-09-30T09:16:38.668 INFO:tasks.rados.rados.0.smithi118.stdout:2777: writing smithi118168640-11 from 6070272 to 6709248 tid 3 2023-09-30T09:16:38.670 INFO:tasks.rados.rados.0.smithi118.stdout:2777: writing smithi118168640-11 from 6709248 to 7061504 tid 4 2023-09-30T09:16:38.670 INFO:tasks.rados.rados.0.smithi118.stdout:2778: read oid 17 snap -1 2023-09-30T09:16:38.670 INFO:tasks.rados.rados.0.smithi118.stdout:2778: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:16:38.670 INFO:tasks.rados.rados.0.smithi118.stdout:2779: rollback oid 12 current snap is 262 2023-09-30T09:16:38.670 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 12 to 260 2023-09-30T09:16:38.671 INFO:tasks.rados.rados.0.smithi118.stdout:2780: snap_remove snap 258 2023-09-30T09:16:39.530 INFO:tasks.rados.rados.0.smithi118.stdout:2780: done (7 left) 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2781: rmattr oid 21 current snap is 262 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2781: done (7 left) 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2782: read oid 9 snap -1 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2782: expect deleted 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2783: copy_from oid 6 from oid 50 current snap is 262 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2784: read oid 23 snap 260 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2784: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2785: snap_create 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2772: finishing write tid 4 to smithi118168640-26 2023-09-30T09:16:39.531 INFO:tasks.rados.rados.0.smithi118.stdout:2772: finishing write tid 5 to smithi118168640-26 2023-09-30T09:16:39.532 INFO:tasks.rados.rados.0.smithi118.stdout:2772: finishing write tid 6 to smithi118168640-26 2023-09-30T09:16:39.532 INFO:tasks.rados.rados.0.smithi118.stdout:2772: finishing write tid 7 to smithi118168640-26 2023-09-30T09:16:39.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1435 (ObjNum 856 snap 262 seq_num 856) dirty exists 2023-09-30T09:16:39.532 INFO:tasks.rados.rados.0.smithi118.stdout:2772: left oid 26 (ObjNum 856 snap 262 seq_num 856) 2023-09-30T09:16:39.532 INFO:tasks.rados.rados.0.smithi118.stdout:2773: expect (ObjNum 799 snap 242 seq_num 799) 2023-09-30T09:16:39.697 INFO:tasks.rados.rados.0.smithi118.stdout:2775: finishing copy_from racing read to smithi118168640-37 2023-09-30T09:16:39.697 INFO:tasks.rados.rados.0.smithi118.stdout:2775: finishing copy_from to smithi118168640-37 2023-09-30T09:16:39.697 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1400 (ObjNum 845 snap 257 seq_num 845) dirty exists 2023-09-30T09:16:39.697 INFO:tasks.rados.rados.0.smithi118.stdout:2776: finishing write tid 1 to smithi118168640-25 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2776: finishing write tid 2 to smithi118168640-25 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2776: finishing write tid 3 to smithi118168640-25 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2776: finishing write tid 4 to smithi118168640-25 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2776: finishing write tid 5 to smithi118168640-25 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2776: finishing write tid 6 to smithi118168640-25 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 740 (ObjNum 858 snap 262 seq_num 858) dirty exists 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2776: left oid 25 (ObjNum 858 snap 262 seq_num 858) 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2777: finishing write tid 1 to smithi118168640-11 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2777: finishing write tid 2 to smithi118168640-11 2023-09-30T09:16:39.698 INFO:tasks.rados.rados.0.smithi118.stdout:2778: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:16:39.699 INFO:tasks.rados.rados.0.smithi118.stdout:2777: finishing write tid 3 to smithi118168640-11 2023-09-30T09:16:39.699 INFO:tasks.rados.rados.0.smithi118.stdout:2777: finishing write tid 4 to smithi118168640-11 2023-09-30T09:16:39.699 INFO:tasks.rados.rados.0.smithi118.stdout:2779: finishing rollback tid 0 to smithi118168640-12 2023-09-30T09:16:39.699 INFO:tasks.rados.rados.0.smithi118.stdout:2777: finishing write tid 5 to smithi118168640-11 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:2779: finishing rollback tid 1 to smithi118168640-12 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:2779: finishing rollback tid 2 to smithi118168640-12 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1030 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:2777: finishing write tid 6 to smithi118168640-11 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1344 (ObjNum 859 snap 262 seq_num 859) dirty exists 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:2777: left oid 11 (ObjNum 859 snap 262 seq_num 859) 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:2783: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:2783: finishing copy_from to smithi118168640-6 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 1422 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:16:39.700 INFO:tasks.rados.rados.0.smithi118.stdout:2784: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:39 smithi118 ceph-mon[182959]: osdmap e600: 8 total, 8 up, 8 in 2023-09-30T09:16:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:39 smithi118 ceph-mon[182959]: pgmap v611: 121 pgs: 121 active+clean; 134 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 20 op/s 2023-09-30T09:16:39.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:39 smithi118 ceph-mon[185516]: osdmap e600: 8 total, 8 up, 8 in 2023-09-30T09:16:39.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:39 smithi118 ceph-mon[185516]: pgmap v611: 121 pgs: 121 active+clean; 134 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 20 op/s 2023-09-30T09:16:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:39 smithi192 ceph-mon[180220]: osdmap e600: 8 total, 8 up, 8 in 2023-09-30T09:16:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:39 smithi192 ceph-mon[180220]: pgmap v611: 121 pgs: 121 active+clean; 134 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.7 MiB/s wr, 20 op/s 2023-09-30T09:16:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:16:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:16:39] "GET /metrics HTTP/1.1" 200 36183 "" "Prometheus/2.43.0" 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2772: done (10 left) 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2773: done (9 left) 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2775: done (8 left) 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2776: done (7 left) 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2777: done (6 left) 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2778: done (5 left) 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2779: done (4 left) 2023-09-30T09:16:40.530 INFO:tasks.rados.rados.0.smithi118.stdout:2782: done (3 left) 2023-09-30T09:16:40.531 INFO:tasks.rados.rados.0.smithi118.stdout:2783: done (2 left) 2023-09-30T09:16:40.531 INFO:tasks.rados.rados.0.smithi118.stdout:2784: done (1 left) 2023-09-30T09:16:40.531 INFO:tasks.rados.rados.0.smithi118.stdout:2785: done (0 left) 2023-09-30T09:16:40.531 INFO:tasks.rados.rados.0.smithi118.stdout:2786: read oid 27 snap -1 2023-09-30T09:16:40.531 INFO:tasks.rados.rados.0.smithi118.stdout:2786: expect deleted 2023-09-30T09:16:40.531 INFO:tasks.rados.rados.0.smithi118.stdout:2787: snap_remove snap 259 2023-09-30T09:16:40.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:40 smithi118 ceph-mon[182959]: osdmap e601: 8 total, 8 up, 8 in 2023-09-30T09:16:40.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:40 smithi118 ceph-mon[185516]: osdmap e601: 8 total, 8 up, 8 in 2023-09-30T09:16:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:40 smithi192 ceph-mon[180220]: osdmap e601: 8 total, 8 up, 8 in 2023-09-30T09:16:41.518 INFO:tasks.rados.rados.0.smithi118.stdout:2787: done (1 left) 2023-09-30T09:16:41.518 INFO:tasks.rados.rados.0.smithi118.stdout:2788: copy_from oid 5 from oid 47 current snap is 263 2023-09-30T09:16:41.518 INFO:tasks.rados.rados.0.smithi118.stdout:2789: snap_remove snap 262 2023-09-30T09:16:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:41 smithi118 ceph-mon[182959]: osdmap e602: 8 total, 8 up, 8 in 2023-09-30T09:16:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:41 smithi118 ceph-mon[182959]: pgmap v614: 121 pgs: 121 active+clean; 148 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:16:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:41 smithi118 ceph-mon[182959]: osdmap e603: 8 total, 8 up, 8 in 2023-09-30T09:16:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:41 smithi118 ceph-mon[185516]: osdmap e602: 8 total, 8 up, 8 in 2023-09-30T09:16:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:41 smithi118 ceph-mon[185516]: pgmap v614: 121 pgs: 121 active+clean; 148 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:16:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:41 smithi118 ceph-mon[185516]: osdmap e603: 8 total, 8 up, 8 in 2023-09-30T09:16:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:41 smithi192 ceph-mon[180220]: osdmap e602: 8 total, 8 up, 8 in 2023-09-30T09:16:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:41 smithi192 ceph-mon[180220]: pgmap v614: 121 pgs: 121 active+clean; 148 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 3.6 MiB/s wr, 21 op/s 2023-09-30T09:16:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:41 smithi192 ceph-mon[180220]: osdmap e603: 8 total, 8 up, 8 in 2023-09-30T09:16:42.520 INFO:tasks.rados.rados.0.smithi118.stdout:2789: done (2 left) 2023-09-30T09:16:42.520 INFO:tasks.rados.rados.0.smithi118.stdout:2790: read oid 46 snap 260 2023-09-30T09:16:42.520 INFO:tasks.rados.rados.0.smithi118.stdout:2790: expect (ObjNum 821 snap 252 seq_num 821) 2023-09-30T09:16:42.521 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 263 2023-09-30T09:16:42.521 INFO:tasks.rados.rados.0.smithi118.stdout:2788: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:16:42.521 INFO:tasks.rados.rados.0.smithi118.stdout:2788: finishing copy_from to smithi118168640-5 2023-09-30T09:16:42.521 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1024 (ObjNum 823 snap 253 seq_num 823) dirty exists 2023-09-30T09:16:42.521 INFO:tasks.rados.rados.0.smithi118.stdout:2791: seq_num 860 ranges {0=8192} 2023-09-30T09:16:42.521 INFO:tasks.rados.rados.0.smithi118.stdout:2791: writing smithi118168640-36 from 0 to 8192 tid 1 2023-09-30T09:16:42.522 INFO:tasks.rados.rados.0.smithi118.stdout:2786: done (3 left) 2023-09-30T09:16:42.522 INFO:tasks.rados.rados.0.smithi118.stdout:2788: done (2 left) 2023-09-30T09:16:42.522 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 263 2023-09-30T09:16:42.522 INFO:tasks.rados.rados.0.smithi118.stdout:2792: seq_num 861 ranges {991232=24576} 2023-09-30T09:16:42.526 INFO:tasks.rados.rados.0.smithi118.stdout:2792: writing smithi118168640-48 from 991232 to 1015808 tid 1 2023-09-30T09:16:42.526 INFO:tasks.rados.rados.0.smithi118.stdout:2793: copy_from oid 5 from oid 21 current snap is 263 2023-09-30T09:16:42.526 INFO:tasks.rados.rados.0.smithi118.stdout:2791: finishing write tid 1 to smithi118168640-36 2023-09-30T09:16:42.527 INFO:tasks.rados.rados.0.smithi118.stdout:2791: finishing write tid 2 to smithi118168640-36 2023-09-30T09:16:42.527 INFO:tasks.rados.rados.0.smithi118.stdout:2794: read oid 3 snap -1 2023-09-30T09:16:42.527 INFO:tasks.rados.rados.0.smithi118.stdout:2794: expect (ObjNum 820 snap 250 seq_num 820) 2023-09-30T09:16:42.527 INFO:tasks.rados.rados.0.smithi118.stdout:2795: snap_remove snap 256 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2795: done (5 left) 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2796: read oid 34 snap -1 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2796: expect deleted 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2797: setattr oid 2 current snap is 263 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2791: finishing write tid 3 to smithi118168640-36 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1026 (ObjNum 860 snap 263 seq_num 860) dirty exists 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2791: left oid 36 (ObjNum 860 snap 263 seq_num 860) 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2793: finishing copy_from to smithi118168640-5 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2793: got expected ENOENT (src dne) 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2793: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:16:43.536 INFO:tasks.rados.rados.0.smithi118.stdout:2790: expect (ObjNum 821 snap 252 seq_num 821) 2023-09-30T09:16:43.587 INFO:tasks.rados.rados.0.smithi118.stdout:2792: finishing write tid 1 to smithi118168640-48 2023-09-30T09:16:43.587 INFO:tasks.rados.rados.0.smithi118.stdout:2792: finishing write tid 2 to smithi118168640-48 2023-09-30T09:16:43.587 INFO:tasks.rados.rados.0.smithi118.stdout:2792: finishing write tid 3 to smithi118168640-48 2023-09-30T09:16:43.587 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1445 (ObjNum 861 snap 263 seq_num 861) dirty exists 2023-09-30T09:16:43.587 INFO:tasks.rados.rados.0.smithi118.stdout:2792: left oid 48 (ObjNum 861 snap 263 seq_num 861) 2023-09-30T09:16:43.587 INFO:tasks.rados.rados.0.smithi118.stdout:2794: expect (ObjNum 820 snap 250 seq_num 820) 2023-09-30T09:16:43.712 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1455 (ObjNum 845 snap 257 seq_num 845) dirty exists 2023-09-30T09:16:43.712 INFO:tasks.rados.rados.0.smithi118.stdout:2790: done (6 left) 2023-09-30T09:16:43.712 INFO:tasks.rados.rados.0.smithi118.stdout:2791: done (5 left) 2023-09-30T09:16:43.712 INFO:tasks.rados.rados.0.smithi118.stdout:2792: done (4 left) 2023-09-30T09:16:43.712 INFO:tasks.rados.rados.0.smithi118.stdout:2793: done (3 left) 2023-09-30T09:16:43.712 INFO:tasks.rados.rados.0.smithi118.stdout:2794: done (2 left) 2023-09-30T09:16:43.713 INFO:tasks.rados.rados.0.smithi118.stdout:2796: done (1 left) 2023-09-30T09:16:43.713 INFO:tasks.rados.rados.0.smithi118.stdout:2797: done (0 left) 2023-09-30T09:16:43.713 INFO:tasks.rados.rados.0.smithi118.stdout:2798: snap_remove snap 260 2023-09-30T09:16:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:43 smithi118 ceph-mon[182959]: osdmap e604: 8 total, 8 up, 8 in 2023-09-30T09:16:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:43 smithi118 ceph-mon[182959]: pgmap v617: 121 pgs: 121 active+clean; 148 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 MiB/s rd, 3.6 MiB/s wr, 14 op/s 2023-09-30T09:16:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:43 smithi118 ceph-mon[185516]: osdmap e604: 8 total, 8 up, 8 in 2023-09-30T09:16:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:43 smithi118 ceph-mon[185516]: pgmap v617: 121 pgs: 121 active+clean; 148 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 MiB/s rd, 3.6 MiB/s wr, 14 op/s 2023-09-30T09:16:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:43 smithi192 ceph-mon[180220]: osdmap e604: 8 total, 8 up, 8 in 2023-09-30T09:16:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:43 smithi192 ceph-mon[180220]: pgmap v617: 121 pgs: 121 active+clean; 148 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 MiB/s rd, 3.6 MiB/s wr, 14 op/s 2023-09-30T09:16:44.533 INFO:tasks.rados.rados.0.smithi118.stdout:2798: done (0 left) 2023-09-30T09:16:44.533 INFO:tasks.rados.rados.0.smithi118.stdout:2799: delete oid 38 current snap is 263 2023-09-30T09:16:44.540 INFO:tasks.rados.rados.0.smithi118.stdout:2799: done (0 left) 2023-09-30T09:16:44.540 INFO:tasks.rados.rados.0.smithi118.stdout:2800: read oid 4 snap -1 2023-09-30T09:16:44.540 INFO:tasks.rados.rados.0.smithi118.stdout:2800: expect (ObjNum 775 snap 238 seq_num 775) 2023-09-30T09:16:44.540 INFO:tasks.rados.rados.0.smithi118.stdout:2801: delete oid 31 current snap is 263 2023-09-30T09:16:44.545 INFO:tasks.rados.rados.0.smithi118.stdout:2801: done (1 left) 2023-09-30T09:16:44.546 INFO:tasks.rados.rados.0.smithi118.stdout:2802: read oid 35 snap -1 2023-09-30T09:16:44.546 INFO:tasks.rados.rados.0.smithi118.stdout:2802: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:44.546 INFO:tasks.rados.rados.0.smithi118.stdout:2803: rmattr oid 45 current snap is 263 2023-09-30T09:16:44.546 INFO:tasks.rados.rados.0.smithi118.stdout:2804: setattr oid 17 current snap is 263 2023-09-30T09:16:44.548 INFO:tasks.rados.rados.0.smithi118.stdout:2805: setattr oid 21 current snap is 263 2023-09-30T09:16:44.549 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1340 (ObjNum 795 snap 242 seq_num 795) dirty exists 2023-09-30T09:16:44.551 INFO:tasks.rados.rados.0.smithi118.stdout:2803: done (4 left) 2023-09-30T09:16:44.551 INFO:tasks.rados.rados.0.smithi118.stdout:2806: read oid 20 snap -1 2023-09-30T09:16:44.551 INFO:tasks.rados.rados.0.smithi118.stdout:2806: expect (ObjNum 801 snap 242 seq_num 801) 2023-09-30T09:16:44.551 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 263 2023-09-30T09:16:44.551 INFO:tasks.rados.rados.0.smithi118.stdout:2807: seq_num 864 ranges {4145152=73728} 2023-09-30T09:16:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:2807: writing smithi118168640-32 from 4145152 to 4218880 tid 1 2023-09-30T09:16:44.574 INFO:tasks.rados.rados.0.smithi118.stdout:2808: copy_from oid 12 from oid 18 current snap is 263 2023-09-30T09:16:44.575 INFO:tasks.rados.rados.0.smithi118.stdout:2800: expect (ObjNum 775 snap 238 seq_num 775) 2023-09-30T09:16:44.602 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1031 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-09-30T09:16:44.603 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1401 (ObjNum 289 snap 0 seq_num 1) dirty exists 2023-09-30T09:16:44.603 INFO:tasks.rados.rados.0.smithi118.stdout:2806: expect (ObjNum 801 snap 242 seq_num 801) 2023-09-30T09:16:44.685 INFO:tasks.rados.rados.0.smithi118.stdout:2802: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:44 smithi118 ceph-mon[182959]: osdmap e605: 8 total, 8 up, 8 in 2023-09-30T09:16:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:44 smithi118 ceph-mon[185516]: osdmap e605: 8 total, 8 up, 8 in 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2807: finishing write tid 1 to smithi118168640-32 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2807: finishing write tid 2 to smithi118168640-32 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2807: finishing write tid 3 to smithi118168640-32 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 742 (ObjNum 864 snap 263 seq_num 864) dirty exists 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2807: left oid 32 (ObjNum 864 snap 263 seq_num 864) 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2808: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2808: finishing copy_from to smithi118168640-12 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1021 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2800: done (6 left) 2023-09-30T09:16:44.903 INFO:tasks.rados.rados.0.smithi118.stdout:2802: done (5 left) 2023-09-30T09:16:44.904 INFO:tasks.rados.rados.0.smithi118.stdout:2804: done (4 left) 2023-09-30T09:16:44.904 INFO:tasks.rados.rados.0.smithi118.stdout:2805: done (3 left) 2023-09-30T09:16:44.904 INFO:tasks.rados.rados.0.smithi118.stdout:2806: done (2 left) 2023-09-30T09:16:44.904 INFO:tasks.rados.rados.0.smithi118.stdout:2807: done (1 left) 2023-09-30T09:16:44.904 INFO:tasks.rados.rados.0.smithi118.stdout:2808: done (0 left) 2023-09-30T09:16:44.904 INFO:tasks.rados.rados.0.smithi118.stdout:2809: delete oid 19 current snap is 263 2023-09-30T09:16:44.905 INFO:tasks.rados.rados.0.smithi118.stdout:2809: done (0 left) 2023-09-30T09:16:44.905 INFO:tasks.rados.rados.0.smithi118.stdout:2810: copy_from oid 37 from oid 15 current snap is 263 2023-09-30T09:16:44.905 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 263 2023-09-30T09:16:44.905 INFO:tasks.rados.rados.0.smithi118.stdout:2811: seq_num 866 ranges {0=106496} 2023-09-30T09:16:44.906 INFO:tasks.rados.rados.0.smithi118.stdout:2811: writing smithi118168640-27 from 0 to 106496 tid 1 2023-09-30T09:16:44.906 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 263 2023-09-30T09:16:44.906 INFO:tasks.rados.rados.0.smithi118.stdout:2812: seq_num 867 ranges {7061504=122880} 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2812: writing smithi118168640-11 from 7061504 to 7184384 tid 1 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2813: copy_from oid 4 from oid 16 current snap is 263 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2810: finishing copy_from to smithi118168640-37 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2810: got expected ENOENT (src dne) 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2810: finishing copy_from racing read to smithi118168640-37 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2811: finishing write tid 1 to smithi118168640-27 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2810: done (3 left) 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2814: rollback oid 17 current snap is 263 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2814: done (3 left) 2023-09-30T09:16:44.944 INFO:tasks.rados.rados.0.smithi118.stdout:2815: snap_create 2023-09-30T09:16:44.945 INFO:tasks.rados.rados.0.smithi118.stdout:2811: finishing write tid 2 to smithi118168640-27 2023-09-30T09:16:44.945 INFO:tasks.rados.rados.0.smithi118.stdout:2811: finishing write tid 3 to smithi118168640-27 2023-09-30T09:16:44.945 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 625 (ObjNum 866 snap 263 seq_num 866) dirty exists 2023-09-30T09:16:44.945 INFO:tasks.rados.rados.0.smithi118.stdout:2811: left oid 27 (ObjNum 866 snap 263 seq_num 866) 2023-09-30T09:16:44.945 INFO:tasks.rados.rados.0.smithi118.stdout:2813: finishing copy_from to smithi118168640-4 2023-09-30T09:16:44.945 INFO:tasks.rados.rados.0.smithi118.stdout:2813: got expected ENOENT (src dne) 2023-09-30T09:16:44.945 INFO:tasks.rados.rados.0.smithi118.stdout:2813: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:16:44.946 INFO:tasks.rados.rados.0.smithi118.stdout:2812: finishing write tid 1 to smithi118168640-11 2023-09-30T09:16:44.946 INFO:tasks.rados.rados.0.smithi118.stdout:2812: finishing write tid 2 to smithi118168640-11 2023-09-30T09:16:44.947 INFO:tasks.rados.rados.0.smithi118.stdout:2812: finishing write tid 3 to smithi118168640-11 2023-09-30T09:16:44.947 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1346 (ObjNum 867 snap 263 seq_num 867) dirty exists 2023-09-30T09:16:44.947 INFO:tasks.rados.rados.0.smithi118.stdout:2812: left oid 11 (ObjNum 867 snap 263 seq_num 867) 2023-09-30T09:16:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:44 smithi192 ceph-mon[180220]: osdmap e605: 8 total, 8 up, 8 in 2023-09-30T09:16:45.535 INFO:tasks.rados.rados.0.smithi118.stdout:2811: done (3 left) 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2812: done (2 left) 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2813: done (1 left) 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2815: done (0 left) 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2816: read oid 20 snap -1 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2816: expect (ObjNum 801 snap 242 seq_num 801) 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2817: rollback oid 8 current snap is 264 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 8 to 263 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2818: copy_from oid 27 from oid 4 current snap is 264 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 264 2023-09-30T09:16:45.536 INFO:tasks.rados.rados.0.smithi118.stdout:2819: seq_num 868 ranges {0=139264} 2023-09-30T09:16:45.537 INFO:tasks.rados.rados.0.smithi118.stdout:2819: writing smithi118168640-24 from 0 to 139264 tid 1 2023-09-30T09:16:45.537 INFO:tasks.rados.rados.0.smithi118.stdout:2820: snap_create 2023-09-30T09:16:45.540 INFO:tasks.rados.rados.0.smithi118.stdout:2819: finishing write tid 1 to smithi118168640-24 2023-09-30T09:16:45.541 INFO:tasks.rados.rados.0.smithi118.stdout:2819: finishing write tid 2 to smithi118168640-24 2023-09-30T09:16:45.542 INFO:tasks.rados.rados.0.smithi118.stdout:2819: finishing write tid 3 to smithi118168640-24 2023-09-30T09:16:45.542 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1024 (ObjNum 868 snap 264 seq_num 868) dirty exists 2023-09-30T09:16:45.542 INFO:tasks.rados.rados.0.smithi118.stdout:2819: left oid 24 (ObjNum 868 snap 264 seq_num 868) 2023-09-30T09:16:45.545 INFO:tasks.rados.rados.0.smithi118.stdout:2816: expect (ObjNum 801 snap 242 seq_num 801) 2023-09-30T09:16:45.631 INFO:tasks.rados.rados.0.smithi118.stdout:2817: finishing rollback tid 0 to smithi118168640-8 2023-09-30T09:16:45.631 INFO:tasks.rados.rados.0.smithi118.stdout:2817: finishing rollback tid 1 to smithi118168640-8 2023-09-30T09:16:45.631 INFO:tasks.rados.rados.0.smithi118.stdout:2817: finishing rollback tid 2 to smithi118168640-8 2023-09-30T09:16:45.631 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1404 (ObjNum 852 snap 258 seq_num 852) dirty exists 2023-09-30T09:16:45.631 INFO:tasks.rados.rados.0.smithi118.stdout:2818: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:16:45.631 INFO:tasks.rados.rados.0.smithi118.stdout:2818: finishing copy_from to smithi118168640-27 2023-09-30T09:16:45.631 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1028 (ObjNum 775 snap 238 seq_num 775) dirty exists 2023-09-30T09:16:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:45 smithi118 ceph-mon[182959]: osdmap e606: 8 total, 8 up, 8 in 2023-09-30T09:16:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:45 smithi118 ceph-mon[182959]: pgmap v620: 121 pgs: 121 active+clean; 147 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.5 MiB/s wr, 7 op/s 2023-09-30T09:16:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:45 smithi118 ceph-mon[185516]: osdmap e606: 8 total, 8 up, 8 in 2023-09-30T09:16:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:45 smithi118 ceph-mon[185516]: pgmap v620: 121 pgs: 121 active+clean; 147 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.5 MiB/s wr, 7 op/s 2023-09-30T09:16:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:45 smithi192 ceph-mon[180220]: osdmap e606: 8 total, 8 up, 8 in 2023-09-30T09:16:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:45 smithi192 ceph-mon[180220]: pgmap v620: 121 pgs: 121 active+clean; 147 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 7.4 MiB/s rd, 1.5 MiB/s wr, 7 op/s 2023-09-30T09:16:46.522 INFO:tasks.rados.rados.0.smithi118.stdout:2816: done (4 left) 2023-09-30T09:16:46.522 INFO:tasks.rados.rados.0.smithi118.stdout:2817: done (3 left) 2023-09-30T09:16:46.522 INFO:tasks.rados.rados.0.smithi118.stdout:2818: done (2 left) 2023-09-30T09:16:46.522 INFO:tasks.rados.rados.0.smithi118.stdout:2819: done (1 left) 2023-09-30T09:16:46.523 INFO:tasks.rados.rados.0.smithi118.stdout:2820: done (0 left) 2023-09-30T09:16:46.523 INFO:tasks.rados.rados.0.smithi118.stdout:2821: rmattr oid 43 current snap is 265 2023-09-30T09:16:46.523 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 265 2023-09-30T09:16:46.523 INFO:tasks.rados.rados.0.smithi118.stdout:2822: seq_num 869 ranges {0=155648} 2023-09-30T09:16:46.524 INFO:tasks.rados.rados.0.smithi118.stdout:2822: writing smithi118168640-49 from 0 to 155648 tid 1 2023-09-30T09:16:46.524 INFO:tasks.rados.rados.0.smithi118.stdout:2823: read oid 14 snap -1 2023-09-30T09:16:46.524 INFO:tasks.rados.rados.0.smithi118.stdout:2823: expect deleted 2023-09-30T09:16:46.524 INFO:tasks.rados.rados.0.smithi118.stdout:2824: copy_from oid 26 from oid 15 current snap is 265 2023-09-30T09:16:46.524 INFO:tasks.rados.rados.0.smithi118.stdout:2825: copy_from oid 21 from oid 3 current snap is 265 2023-09-30T09:16:46.524 INFO:tasks.rados.rados.0.smithi118.stdout:2826: snap_remove snap 263 2023-09-30T09:16:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:46 smithi118 ceph-mon[182959]: osdmap e607: 8 total, 8 up, 8 in 2023-09-30T09:16:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:46 smithi118 ceph-mon[182959]: osdmap e608: 8 total, 8 up, 8 in 2023-09-30T09:16:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:46 smithi118 ceph-mon[185516]: osdmap e607: 8 total, 8 up, 8 in 2023-09-30T09:16:46.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:46 smithi118 ceph-mon[185516]: osdmap e608: 8 total, 8 up, 8 in 2023-09-30T09:16:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:46 smithi192 ceph-mon[180220]: osdmap e607: 8 total, 8 up, 8 in 2023-09-30T09:16:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:46 smithi192 ceph-mon[180220]: osdmap e608: 8 total, 8 up, 8 in 2023-09-30T09:16:47.525 INFO:tasks.rados.rados.0.smithi118.stdout:2826: done (5 left) 2023-09-30T09:16:47.526 INFO:tasks.rados.rados.0.smithi118.stdout:2827: rmattr oid 2 current snap is 265 2023-09-30T09:16:47.526 INFO:tasks.rados.rados.0.smithi118.stdout:2828: snap_remove snap 264 2023-09-30T09:16:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:47 smithi118 ceph-mon[182959]: pgmap v623: 121 pgs: 121 active+clean; 141 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-09-30T09:16:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:47 smithi118 ceph-mon[182959]: osdmap e609: 8 total, 8 up, 8 in 2023-09-30T09:16:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:47 smithi118 ceph-mon[185516]: pgmap v623: 121 pgs: 121 active+clean; 141 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-09-30T09:16:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:47 smithi118 ceph-mon[185516]: osdmap e609: 8 total, 8 up, 8 in 2023-09-30T09:16:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:47 smithi192 ceph-mon[180220]: pgmap v623: 121 pgs: 121 active+clean; 141 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.1 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-09-30T09:16:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:47 smithi192 ceph-mon[180220]: osdmap e609: 8 total, 8 up, 8 in 2023-09-30T09:16:48.528 INFO:tasks.rados.rados.0.smithi118.stdout:2828: done (6 left) 2023-09-30T09:16:48.529 INFO:tasks.rados.rados.0.smithi118.stdout:2829: rollback oid 42 current snap is 265 2023-09-30T09:16:48.529 INFO:tasks.rados.rados.0.smithi118.stdout:2829: done (6 left) 2023-09-30T09:16:48.529 INFO:tasks.rados.rados.0.smithi118.stdout:2830: read oid 8 snap -1 2023-09-30T09:16:48.529 INFO:tasks.rados.rados.0.smithi118.stdout:2830: expect (ObjNum 852 snap 258 seq_num 852) 2023-09-30T09:16:48.530 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 265 2023-09-30T09:16:48.530 INFO:tasks.rados.rados.0.smithi118.stdout:2831: seq_num 870 ranges {8192=172032} 2023-09-30T09:16:48.530 INFO:tasks.rados.rados.0.smithi118.stdout:2831: writing smithi118168640-36 from 8192 to 180224 tid 1 2023-09-30T09:16:48.530 INFO:tasks.rados.rados.0.smithi118.stdout:2832: copy_from oid 33 from oid 39 current snap is 265 2023-09-30T09:16:48.530 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1030 (ObjNum 790 snap 239 seq_num 790) dirty exists 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2821: done (8 left) 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2833: read oid 10 snap -1 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2833: expect (ObjNum 833 snap 255 seq_num 833) 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2834: read oid 44 snap -1 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2834: expect (ObjNum 809 snap 247 seq_num 809) 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 265 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2824: finishing copy_from to smithi118168640-26 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2824: got expected ENOENT (src dne) 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2824: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2822: finishing write tid 1 to smithi118168640-49 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2822: finishing write tid 2 to smithi118168640-49 2023-09-30T09:16:48.531 INFO:tasks.rados.rados.0.smithi118.stdout:2822: finishing write tid 3 to smithi118168640-49 2023-09-30T09:16:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1424 (ObjNum 869 snap 265 seq_num 869) dirty exists 2023-09-30T09:16:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:2822: left oid 49 (ObjNum 869 snap 265 seq_num 869) 2023-09-30T09:16:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:2825: finishing copy_from racing read to smithi118168640-21 2023-09-30T09:16:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:2825: finishing copy_from to smithi118168640-21 2023-09-30T09:16:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 917 (ObjNum 820 snap 250 seq_num 820) dirty exists 2023-09-30T09:16:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1464 (ObjNum 845 snap 257 seq_num 845) dirty exists 2023-09-30T09:16:48.532 INFO:tasks.rados.rados.0.smithi118.stdout:2835: seq_num 871 ranges {2678784=188416} 2023-09-30T09:16:48.547 INFO:tasks.rados.rados.0.smithi118.stdout:2835: writing smithi118168640-20 from 2678784 to 2867200 tid 1 2023-09-30T09:16:48.547 INFO:tasks.rados.rados.0.smithi118.stdout:2822: done (10 left) 2023-09-30T09:16:48.547 INFO:tasks.rados.rados.0.smithi118.stdout:2823: done (9 left) 2023-09-30T09:16:48.547 INFO:tasks.rados.rados.0.smithi118.stdout:2824: done (8 left) 2023-09-30T09:16:48.548 INFO:tasks.rados.rados.0.smithi118.stdout:2825: done (7 left) 2023-09-30T09:16:48.548 INFO:tasks.rados.rados.0.smithi118.stdout:2827: done (6 left) 2023-09-30T09:16:48.548 INFO:tasks.rados.rados.0.smithi118.stdout:2836: copy_from oid 46 from oid 2 current snap is 265 2023-09-30T09:16:48.548 INFO:tasks.rados.rados.0.smithi118.stdout:2834: expect (ObjNum 809 snap 247 seq_num 809) 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2832: finishing copy_from to smithi118168640-33 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2832: got expected ENOENT (src dne) 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2832: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2831: finishing write tid 1 to smithi118168640-36 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2831: finishing write tid 2 to smithi118168640-36 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2831: finishing write tid 3 to smithi118168640-36 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1028 (ObjNum 870 snap 265 seq_num 870) dirty exists 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2831: left oid 36 (ObjNum 870 snap 265 seq_num 870) 2023-09-30T09:16:48.594 INFO:tasks.rados.rados.0.smithi118.stdout:2831: done (6 left) 2023-09-30T09:16:48.595 INFO:tasks.rados.rados.0.smithi118.stdout:2832: done (5 left) 2023-09-30T09:16:48.595 INFO:tasks.rados.rados.0.smithi118.stdout:2834: done (4 left) 2023-09-30T09:16:48.595 INFO:tasks.rados.rados.0.smithi118.stdout:2837: read oid 16 snap -1 2023-09-30T09:16:48.595 INFO:tasks.rados.rados.0.smithi118.stdout:2837: expect deleted 2023-09-30T09:16:48.595 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 265 2023-09-30T09:16:48.595 INFO:tasks.rados.rados.0.smithi118.stdout:2835: finishing write tid 1 to smithi118168640-20 2023-09-30T09:16:48.595 INFO:tasks.rados.rados.0.smithi118.stdout:2838: seq_num 872 ranges {1826816=212992} 2023-09-30T09:16:48.604 INFO:tasks.rados.rados.0.smithi118.stdout:2838: writing smithi118168640-18 from 1826816 to 2039808 tid 1 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2839: read oid 23 snap -1 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2839: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2840: read oid 6 snap -1 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2840: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2841: rollback oid 25 current snap is 265 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2841: done (8 left) 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2842: rollback oid 30 current snap is 265 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:2842: done (8 left) 2023-09-30T09:16:48.605 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 265 2023-09-30T09:16:48.606 INFO:tasks.rados.rados.0.smithi118.stdout:2835: finishing write tid 2 to smithi118168640-20 2023-09-30T09:16:48.606 INFO:tasks.rados.rados.0.smithi118.stdout:2843: seq_num 873 ranges {1556480=229376} 2023-09-30T09:16:48.615 INFO:tasks.rados.rados.0.smithi118.stdout:2843: writing smithi118168640-44 from 1556480 to 1785856 tid 1 2023-09-30T09:16:48.615 INFO:tasks.rados.rados.0.smithi118.stdout:2844: rollback oid 21 current snap is 265 2023-09-30T09:16:48.616 INFO:tasks.rados.rados.0.smithi118.stdout:2844: done (9 left) 2023-09-30T09:16:48.616 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 265 2023-09-30T09:16:48.616 INFO:tasks.rados.rados.0.smithi118.stdout:2835: finishing write tid 3 to smithi118168640-20 2023-09-30T09:16:48.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1032 (ObjNum 871 snap 265 seq_num 871) dirty exists 2023-09-30T09:16:48.616 INFO:tasks.rados.rados.0.smithi118.stdout:2835: left oid 20 (ObjNum 871 snap 265 seq_num 871) 2023-09-30T09:16:48.616 INFO:tasks.rados.rados.0.smithi118.stdout:2845: seq_num 874 ranges {0=245760} 2023-09-30T09:16:48.617 INFO:tasks.rados.rados.0.smithi118.stdout:2845: writing smithi118168640-9 from 0 to 245760 tid 1 2023-09-30T09:16:48.617 INFO:tasks.rados.rados.0.smithi118.stdout:2835: done (9 left) 2023-09-30T09:16:48.617 INFO:tasks.rados.rados.0.smithi118.stdout:2846: setattr oid 28 current snap is 265 2023-09-30T09:16:48.617 INFO:tasks.rados.rados.0.smithi118.stdout:2833: expect (ObjNum 833 snap 255 seq_num 833) 2023-09-30T09:16:48.784 INFO:tasks.rados.rados.0.smithi118.stdout:2836: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:16:48.784 INFO:tasks.rados.rados.0.smithi118.stdout:2836: finishing copy_from to smithi118168640-46 2023-09-30T09:16:48.784 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1464 (ObjNum 845 snap 257 seq_num 845) dirty exists 2023-09-30T09:16:48.784 INFO:tasks.rados.rados.0.smithi118.stdout:2830: expect (ObjNum 852 snap 258 seq_num 852) 2023-09-30T09:16:49.172 INFO:tasks.rados.rados.0.smithi118.stdout:2838: finishing write tid 1 to smithi118168640-18 2023-09-30T09:16:49.172 INFO:tasks.rados.rados.0.smithi118.stdout:2838: finishing write tid 2 to smithi118168640-18 2023-09-30T09:16:49.172 INFO:tasks.rados.rados.0.smithi118.stdout:2838: finishing write tid 3 to smithi118168640-18 2023-09-30T09:16:49.172 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1406 (ObjNum 872 snap 265 seq_num 872) dirty exists 2023-09-30T09:16:49.172 INFO:tasks.rados.rados.0.smithi118.stdout:2838: left oid 18 (ObjNum 872 snap 265 seq_num 872) 2023-09-30T09:16:49.172 INFO:tasks.rados.rados.0.smithi118.stdout:2843: finishing write tid 1 to smithi118168640-44 2023-09-30T09:16:49.172 INFO:tasks.rados.rados.0.smithi118.stdout:2839: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:16:49.390 INFO:tasks.rados.rados.0.smithi118.stdout:2843: finishing write tid 2 to smithi118168640-44 2023-09-30T09:16:49.390 INFO:tasks.rados.rados.0.smithi118.stdout:2845: finishing write tid 1 to smithi118168640-9 2023-09-30T09:16:49.390 INFO:tasks.rados.rados.0.smithi118.stdout:2845: finishing write tid 2 to smithi118168640-9 2023-09-30T09:16:49.390 INFO:tasks.rados.rados.0.smithi118.stdout:2840: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:16:49.447 INFO:tasks.rados.rados.0.smithi118.stdout:2843: finishing write tid 3 to smithi118168640-44 2023-09-30T09:16:49.447 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1034 (ObjNum 873 snap 265 seq_num 873) dirty exists 2023-09-30T09:16:49.447 INFO:tasks.rados.rados.0.smithi118.stdout:2843: left oid 44 (ObjNum 873 snap 265 seq_num 873) 2023-09-30T09:16:49.447 INFO:tasks.rados.rados.0.smithi118.stdout:2845: finishing write tid 3 to smithi118168640-9 2023-09-30T09:16:49.447 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 1026 (ObjNum 874 snap 265 seq_num 874) dirty exists 2023-09-30T09:16:49.447 INFO:tasks.rados.rados.0.smithi118.stdout:2845: left oid 9 (ObjNum 874 snap 265 seq_num 874) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2830: done (9 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2833: done (8 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2836: done (7 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2837: done (6 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2838: done (5 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2839: done (4 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2840: done (3 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2843: done (2 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2845: done (1 left) 2023-09-30T09:16:49.448 INFO:tasks.rados.rados.0.smithi118.stdout:2847: snap_create 2023-09-30T09:16:49.449 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1340 (ObjNum 838 snap 256 seq_num 838) dirty exists 2023-09-30T09:16:49.531 INFO:tasks.rados.rados.0.smithi118.stdout:2846: done (1 left) 2023-09-30T09:16:49.531 INFO:tasks.rados.rados.0.smithi118.stdout:2847: done (0 left) 2023-09-30T09:16:49.531 INFO:tasks.rados.rados.0.smithi118.stdout:2848: snap_remove snap 265 2023-09-30T09:16:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:49 smithi118 ceph-mon[182959]: osdmap e610: 8 total, 8 up, 8 in 2023-09-30T09:16:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:49 smithi118 ceph-mon[182959]: pgmap v626: 121 pgs: 121 active+clean; 135 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.3 MiB/s wr, 16 op/s 2023-09-30T09:16:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:49 smithi118 ceph-mon[185516]: osdmap e610: 8 total, 8 up, 8 in 2023-09-30T09:16:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:49 smithi118 ceph-mon[185516]: pgmap v626: 121 pgs: 121 active+clean; 135 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.3 MiB/s wr, 16 op/s 2023-09-30T09:16:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:49 smithi192 ceph-mon[180220]: osdmap e610: 8 total, 8 up, 8 in 2023-09-30T09:16:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:16:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:49 smithi192 ceph-mon[180220]: pgmap v626: 121 pgs: 121 active+clean; 135 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.0 MiB/s rd, 1.3 MiB/s wr, 16 op/s 2023-09-30T09:16:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:16:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:16:49] "GET /metrics HTTP/1.1" 200 36183 "" "Prometheus/2.43.0" 2023-09-30T09:16:50.535 INFO:tasks.rados.rados.0.smithi118.stdout:2848: done (0 left) 2023-09-30T09:16:50.535 INFO:tasks.rados.rados.0.smithi118.stdout:2849: copy_from oid 32 from oid 23 current snap is 266 2023-09-30T09:16:50.535 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 266 2023-09-30T09:16:50.535 INFO:tasks.rados.rados.0.smithi118.stdout:2850: seq_num 875 ranges {0=262144} 2023-09-30T09:16:50.536 INFO:tasks.rados.rados.0.smithi118.stdout:2850: writing smithi118168640-38 from 0 to 262144 tid 1 2023-09-30T09:16:50.536 INFO:tasks.rados.rados.0.smithi118.stdout:2851: snap_create 2023-09-30T09:16:50.542 INFO:tasks.rados.rados.0.smithi118.stdout:2850: finishing write tid 1 to smithi118168640-38 2023-09-30T09:16:50.543 INFO:tasks.rados.rados.0.smithi118.stdout:2850: finishing write tid 2 to smithi118168640-38 2023-09-30T09:16:50.548 INFO:tasks.rados.rados.0.smithi118.stdout:2850: finishing write tid 3 to smithi118168640-38 2023-09-30T09:16:50.548 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1033 (ObjNum 875 snap 266 seq_num 875) dirty exists 2023-09-30T09:16:50.548 INFO:tasks.rados.rados.0.smithi118.stdout:2850: left oid 38 (ObjNum 875 snap 266 seq_num 875) 2023-09-30T09:16:50.562 INFO:tasks.rados.rados.0.smithi118.stdout:2849: finishing copy_from racing read to smithi118168640-32 2023-09-30T09:16:50.565 INFO:tasks.rados.rados.0.smithi118.stdout:2849: finishing copy_from to smithi118168640-32 2023-09-30T09:16:50.565 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1017 (ObjNum 745 snap 232 seq_num 745) dirty exists 2023-09-30T09:16:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:50 smithi118 ceph-mon[185516]: osdmap e611: 8 total, 8 up, 8 in 2023-09-30T09:16:50.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:50 smithi118 ceph-mon[182959]: osdmap e611: 8 total, 8 up, 8 in 2023-09-30T09:16:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:50 smithi192 ceph-mon[180220]: osdmap e611: 8 total, 8 up, 8 in 2023-09-30T09:16:51.521 INFO:tasks.rados.rados.0.smithi118.stdout:2849: done (2 left) 2023-09-30T09:16:51.521 INFO:tasks.rados.rados.0.smithi118.stdout:2850: done (1 left) 2023-09-30T09:16:51.521 INFO:tasks.rados.rados.0.smithi118.stdout:2851: done (0 left) 2023-09-30T09:16:51.521 INFO:tasks.rados.rados.0.smithi118.stdout:2852: snap_remove snap 266 2023-09-30T09:16:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:51 smithi118 ceph-mon[182959]: osdmap e612: 8 total, 8 up, 8 in 2023-09-30T09:16:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:51 smithi118 ceph-mon[182959]: pgmap v629: 121 pgs: 121 active+clean; 130 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 34 op/s 2023-09-30T09:16:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:51 smithi118 ceph-mon[182959]: osdmap e613: 8 total, 8 up, 8 in 2023-09-30T09:16:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:51 smithi118 ceph-mon[185516]: osdmap e612: 8 total, 8 up, 8 in 2023-09-30T09:16:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:51 smithi118 ceph-mon[185516]: pgmap v629: 121 pgs: 121 active+clean; 130 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 34 op/s 2023-09-30T09:16:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:51 smithi118 ceph-mon[185516]: osdmap e613: 8 total, 8 up, 8 in 2023-09-30T09:16:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:51 smithi192 ceph-mon[180220]: osdmap e612: 8 total, 8 up, 8 in 2023-09-30T09:16:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:51 smithi192 ceph-mon[180220]: pgmap v629: 121 pgs: 121 active+clean; 130 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.8 MiB/s rd, 3.0 MiB/s wr, 34 op/s 2023-09-30T09:16:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:51 smithi192 ceph-mon[180220]: osdmap e613: 8 total, 8 up, 8 in 2023-09-30T09:16:52.528 INFO:tasks.rados.rados.0.smithi118.stdout:2852: done (0 left) 2023-09-30T09:16:52.528 INFO:tasks.rados.rados.0.smithi118.stdout:2853: copy_from oid 16 from oid 21 current snap is 267 2023-09-30T09:16:52.528 INFO:tasks.rados.rados.0.smithi118.stdout:2854: rmattr oid 13 current snap is 267 2023-09-30T09:16:52.528 INFO:tasks.rados.rados.0.smithi118.stdout:2855: delete oid 42 current snap is 267 2023-09-30T09:16:52.536 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1347 (ObjNum 795 snap 242 seq_num 795) dirty exists 2023-09-30T09:16:52.537 INFO:tasks.rados.rados.0.smithi118.stdout:2854: done (2 left) 2023-09-30T09:16:52.537 INFO:tasks.rados.rados.0.smithi118.stdout:2855: done (1 left) 2023-09-30T09:16:52.537 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 267 2023-09-30T09:16:52.537 INFO:tasks.rados.rados.0.smithi118.stdout:2856: seq_num 877 ranges {5054464=294912} 2023-09-30T09:16:52.567 INFO:tasks.rados.rados.0.smithi118.stdout:2856: writing smithi118168640-46 from 5054464 to 5349376 tid 1 2023-09-30T09:16:52.567 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 267 2023-09-30T09:16:52.567 INFO:tasks.rados.rados.0.smithi118.stdout:2857: seq_num 878 ranges {991232=311296} 2023-09-30T09:16:52.574 INFO:tasks.rados.rados.0.smithi118.stdout:2857: writing smithi118168640-27 from 991232 to 1302528 tid 1 2023-09-30T09:16:52.574 INFO:tasks.rados.rados.0.smithi118.stdout:2858: setattr oid 47 current snap is 267 2023-09-30T09:16:52.574 INFO:tasks.rados.rados.0.smithi118.stdout:2853: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:16:52.574 INFO:tasks.rados.rados.0.smithi118.stdout:2853: finishing copy_from to smithi118168640-16 2023-09-30T09:16:52.574 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 917 (ObjNum 820 snap 250 seq_num 820) dirty exists 2023-09-30T09:16:52.574 INFO:tasks.rados.rados.0.smithi118.stdout:2856: finishing write tid 1 to smithi118168640-46 2023-09-30T09:16:52.575 INFO:tasks.rados.rados.0.smithi118.stdout:2856: finishing write tid 2 to smithi118168640-46 2023-09-30T09:16:52.575 INFO:tasks.rados.rados.0.smithi118.stdout:2856: finishing write tid 3 to smithi118168640-46 2023-09-30T09:16:52.575 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1466 (ObjNum 877 snap 267 seq_num 877) dirty exists 2023-09-30T09:16:52.575 INFO:tasks.rados.rados.0.smithi118.stdout:2856: left oid 46 (ObjNum 877 snap 267 seq_num 877) 2023-09-30T09:16:52.576 INFO:tasks.rados.rados.0.smithi118.stdout:2853: done (3 left) 2023-09-30T09:16:52.576 INFO:tasks.rados.rados.0.smithi118.stdout:2856: done (2 left) 2023-09-30T09:16:52.576 INFO:tasks.rados.rados.0.smithi118.stdout:2859: copy_from oid 15 from oid 34 current snap is 267 2023-09-30T09:16:52.576 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 267 2023-09-30T09:16:52.576 INFO:tasks.rados.rados.0.smithi118.stdout:2860: seq_num 879 ranges {180224=327680} 2023-09-30T09:16:52.579 INFO:tasks.rados.rados.0.smithi118.stdout:2860: writing smithi118168640-36 from 180224 to 507904 tid 1 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:2861: copy_from oid 4 from oid 5 current snap is 267 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:2857: finishing write tid 1 to smithi118168640-27 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:2859: finishing copy_from to smithi118168640-15 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:2859: got expected ENOENT (src dne) 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:2857: finishing write tid 2 to smithi118168640-27 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:2859: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:2857: finishing write tid 3 to smithi118168640-27 2023-09-30T09:16:52.580 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1030 (ObjNum 878 snap 267 seq_num 878) dirty exists 2023-09-30T09:16:52.581 INFO:tasks.rados.rados.0.smithi118.stdout:2857: left oid 27 (ObjNum 878 snap 267 seq_num 878) 2023-09-30T09:16:52.581 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1034 (ObjNum 823 snap 253 seq_num 823) dirty exists 2023-09-30T09:16:52.581 INFO:tasks.rados.rados.0.smithi118.stdout:2857: done (4 left) 2023-09-30T09:16:52.581 INFO:tasks.rados.rados.0.smithi118.stdout:2858: done (3 left) 2023-09-30T09:16:52.581 INFO:tasks.rados.rados.0.smithi118.stdout:2859: done (2 left) 2023-09-30T09:16:52.581 INFO:tasks.rados.rados.0.smithi118.stdout:2862: delete oid 47 current snap is 267 2023-09-30T09:16:52.581 INFO:tasks.rados.rados.0.smithi118.stdout:2862: done (2 left) 2023-09-30T09:16:52.582 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 267 2023-09-30T09:16:52.582 INFO:tasks.rados.rados.0.smithi118.stdout:2863: seq_num 881 ranges {5349376=360448} 2023-09-30T09:16:52.612 INFO:tasks.rados.rados.0.smithi118.stdout:2863: writing smithi118168640-46 from 5349376 to 5709824 tid 1 2023-09-30T09:16:52.612 INFO:tasks.rados.rados.0.smithi118.stdout:2864: read oid 28 snap -1 2023-09-30T09:16:52.612 INFO:tasks.rados.rados.0.smithi118.stdout:2864: expect (ObjNum 838 snap 256 seq_num 838) 2023-09-30T09:16:52.612 INFO:tasks.rados.rados.0.smithi118.stdout:2865: rollback oid 8 current snap is 267 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2865: done (4 left) 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2866: snap_create 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2860: finishing write tid 1 to smithi118168640-36 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2860: finishing write tid 2 to smithi118168640-36 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2860: finishing write tid 3 to smithi118168640-36 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1030 (ObjNum 879 snap 267 seq_num 879) dirty exists 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2860: left oid 36 (ObjNum 879 snap 267 seq_num 879) 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2861: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:2861: finishing copy_from to smithi118168640-4 2023-09-30T09:16:52.613 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1024 (ObjNum 823 snap 253 seq_num 823) dirty exists 2023-09-30T09:16:52.614 INFO:tasks.rados.rados.0.smithi118.stdout:2863: finishing write tid 1 to smithi118168640-46 2023-09-30T09:16:52.615 INFO:tasks.rados.rados.0.smithi118.stdout:2863: finishing write tid 2 to smithi118168640-46 2023-09-30T09:16:52.616 INFO:tasks.rados.rados.0.smithi118.stdout:2863: finishing write tid 3 to smithi118168640-46 2023-09-30T09:16:52.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1468 (ObjNum 881 snap 267 seq_num 881) dirty exists 2023-09-30T09:16:52.616 INFO:tasks.rados.rados.0.smithi118.stdout:2863: left oid 46 (ObjNum 881 snap 267 seq_num 881) 2023-09-30T09:16:52.624 INFO:tasks.rados.rados.0.smithi118.stdout:2864: expect (ObjNum 838 snap 256 seq_num 838) 2023-09-30T09:16:53.533 INFO:tasks.rados.rados.0.smithi118.stdout:2860: done (4 left) 2023-09-30T09:16:53.534 INFO:tasks.rados.rados.0.smithi118.stdout:2861: done (3 left) 2023-09-30T09:16:53.534 INFO:tasks.rados.rados.0.smithi118.stdout:2863: done (2 left) 2023-09-30T09:16:53.534 INFO:tasks.rados.rados.0.smithi118.stdout:2864: done (1 left) 2023-09-30T09:16:53.534 INFO:tasks.rados.rados.0.smithi118.stdout:2866: done (0 left) 2023-09-30T09:16:53.534 INFO:tasks.rados.rados.0.smithi118.stdout:2867: rmattr oid 4 current snap is 268 2023-09-30T09:16:53.534 INFO:tasks.rados.rados.0.smithi118.stdout:2867: done (0 left) 2023-09-30T09:16:53.534 INFO:tasks.rados.rados.0.smithi118.stdout:2868: snap_create 2023-09-30T09:16:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:53 smithi118 ceph-mon[182959]: osdmap e614: 8 total, 8 up, 8 in 2023-09-30T09:16:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:53 smithi118 ceph-mon[182959]: pgmap v632: 121 pgs: 121 active+clean; 130 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2023-09-30T09:16:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:53 smithi118 ceph-mon[185516]: osdmap e614: 8 total, 8 up, 8 in 2023-09-30T09:16:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:53 smithi118 ceph-mon[185516]: pgmap v632: 121 pgs: 121 active+clean; 130 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2023-09-30T09:16:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:53 smithi192 ceph-mon[180220]: osdmap e614: 8 total, 8 up, 8 in 2023-09-30T09:16:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:53 smithi192 ceph-mon[180220]: pgmap v632: 121 pgs: 121 active+clean; 130 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 1.8 MiB/s wr, 27 op/s 2023-09-30T09:16:54.539 INFO:tasks.rados.rados.0.smithi118.stdout:2868: done (0 left) 2023-09-30T09:16:54.539 INFO:tasks.rados.rados.0.smithi118.stdout:2869: snap_create 2023-09-30T09:16:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:54 smithi118 ceph-mon[182959]: osdmap e615: 8 total, 8 up, 8 in 2023-09-30T09:16:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:54 smithi118 ceph-mon[185516]: osdmap e615: 8 total, 8 up, 8 in 2023-09-30T09:16:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:54 smithi192 ceph-mon[180220]: osdmap e615: 8 total, 8 up, 8 in 2023-09-30T09:16:55.544 INFO:tasks.rados.rados.0.smithi118.stdout:2869: done (0 left) 2023-09-30T09:16:55.544 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 270 2023-09-30T09:16:55.544 INFO:tasks.rados.rados.0.smithi118.stdout:2870: seq_num 882 ranges {0=376832} 2023-09-30T09:16:55.546 INFO:tasks.rados.rados.0.smithi118.stdout:2870: writing smithi118168640-15 from 0 to 376832 tid 1 2023-09-30T09:16:55.546 INFO:tasks.rados.rados.0.smithi118.stdout:2871: rollback oid 3 current snap is 270 2023-09-30T09:16:55.546 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 268 2023-09-30T09:16:55.546 INFO:tasks.rados.rados.0.smithi118.stdout:2872: read oid 50 snap 267 2023-09-30T09:16:55.547 INFO:tasks.rados.rados.0.smithi118.stdout:2872: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:16:55.547 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 270 2023-09-30T09:16:55.547 INFO:tasks.rados.rados.0.smithi118.stdout:2873: seq_num 883 ranges {7716864=393216} 2023-09-30T09:16:55.590 INFO:tasks.rados.rados.0.smithi118.stdout:2873: writing smithi118168640-43 from 7716864 to 8110080 tid 1 2023-09-30T09:16:55.591 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 270 2023-09-30T09:16:55.591 INFO:tasks.rados.rados.0.smithi118.stdout:2870: finishing write tid 1 to smithi118168640-15 2023-09-30T09:16:55.591 INFO:tasks.rados.rados.0.smithi118.stdout:2874: seq_num 884 ranges {0=409600} 2023-09-30T09:16:55.593 INFO:tasks.rados.rados.0.smithi118.stdout:2874: writing smithi118168640-34 from 0 to 409600 tid 1 2023-09-30T09:16:55.593 INFO:tasks.rados.rados.0.smithi118.stdout:2875: copy_from oid 5 from oid 10 current snap is 270 2023-09-30T09:16:55.593 INFO:tasks.rados.rados.0.smithi118.stdout:2870: finishing write tid 2 to smithi118168640-15 2023-09-30T09:16:55.594 INFO:tasks.rados.rados.0.smithi118.stdout:2870: finishing write tid 3 to smithi118168640-15 2023-09-30T09:16:55.594 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1036 (ObjNum 882 snap 270 seq_num 882) dirty exists 2023-09-30T09:16:55.594 INFO:tasks.rados.rados.0.smithi118.stdout:2870: left oid 15 (ObjNum 882 snap 270 seq_num 882) 2023-09-30T09:16:55.594 INFO:tasks.rados.rados.0.smithi118.stdout:2870: done (5 left) 2023-09-30T09:16:55.594 INFO:tasks.rados.rados.0.smithi118.stdout:2876: read oid 45 snap 268 2023-09-30T09:16:55.594 INFO:tasks.rados.rados.0.smithi118.stdout:2876: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:16:55.595 INFO:tasks.rados.rados.0.smithi118.stdout:2877: read oid 49 snap -1 2023-09-30T09:16:55.595 INFO:tasks.rados.rados.0.smithi118.stdout:2877: expect (ObjNum 869 snap 265 seq_num 869) 2023-09-30T09:16:55.595 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 270 2023-09-30T09:16:55.595 INFO:tasks.rados.rados.0.smithi118.stdout:2878: seq_num 885 ranges {3555328=425984} 2023-09-30T09:16:55.615 INFO:tasks.rados.rados.0.smithi118.stdout:2878: writing smithi118168640-21 from 3555328 to 3981312 tid 1 2023-09-30T09:16:55.615 INFO:tasks.rados.rados.0.smithi118.stdout:2879: delete oid 1 current snap is 270 2023-09-30T09:16:55.615 INFO:tasks.rados.rados.0.smithi118.stdout:2872: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:16:55.674 INFO:tasks.rados.rados.0.smithi118.stdout:2871: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:16:55.674 INFO:tasks.rados.rados.0.smithi118.stdout:2871: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:16:55.674 INFO:tasks.rados.rados.0.smithi118.stdout:2871: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:16:55.674 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1471 (ObjNum 820 snap 250 seq_num 820) dirty exists 2023-09-30T09:16:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:2871: done (8 left) 2023-09-30T09:16:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:2872: done (7 left) 2023-09-30T09:16:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:2879: done (6 left) 2023-09-30T09:16:55.675 INFO:tasks.rados.rados.0.smithi118.stdout:2880: snap_remove snap 269 2023-09-30T09:16:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:55 smithi118 ceph-mon[185516]: osdmap e616: 8 total, 8 up, 8 in 2023-09-30T09:16:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:55 smithi118 ceph-mon[185516]: pgmap v635: 121 pgs: 121 active+clean; 131 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.4 MiB/s rd, 482 KiB/s wr, 21 op/s 2023-09-30T09:16:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:55 smithi118 ceph-mon[182959]: osdmap e616: 8 total, 8 up, 8 in 2023-09-30T09:16:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:55 smithi118 ceph-mon[182959]: pgmap v635: 121 pgs: 121 active+clean; 131 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.4 MiB/s rd, 482 KiB/s wr, 21 op/s 2023-09-30T09:16:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:55 smithi192 ceph-mon[180220]: osdmap e616: 8 total, 8 up, 8 in 2023-09-30T09:16:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:55 smithi192 ceph-mon[180220]: pgmap v635: 121 pgs: 121 active+clean; 131 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.4 MiB/s rd, 482 KiB/s wr, 21 op/s 2023-09-30T09:16:56.525 INFO:tasks.rados.rados.0.smithi118.stdout:2880: done (6 left) 2023-09-30T09:16:56.525 INFO:tasks.rados.rados.0.smithi118.stdout:2881: delete oid 3 current snap is 270 2023-09-30T09:16:56.530 INFO:tasks.rados.rados.0.smithi118.stdout:2873: finishing write tid 1 to smithi118168640-43 2023-09-30T09:16:56.530 INFO:tasks.rados.rados.0.smithi118.stdout:2873: finishing write tid 2 to smithi118168640-43 2023-09-30T09:16:56.530 INFO:tasks.rados.rados.0.smithi118.stdout:2873: finishing write tid 3 to smithi118168640-43 2023-09-30T09:16:56.531 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1032 (ObjNum 883 snap 270 seq_num 883) dirty exists 2023-09-30T09:16:56.531 INFO:tasks.rados.rados.0.smithi118.stdout:2873: left oid 43 (ObjNum 883 snap 270 seq_num 883) 2023-09-30T09:16:56.531 INFO:tasks.rados.rados.0.smithi118.stdout:2877: expect (ObjNum 869 snap 265 seq_num 869) 2023-09-30T09:16:56.531 INFO:tasks.rados.rados.0.smithi118.stdout:2874: finishing write tid 1 to smithi118168640-34 2023-09-30T09:16:56.531 INFO:tasks.rados.rados.0.smithi118.stdout:2874: finishing write tid 2 to smithi118168640-34 2023-09-30T09:16:56.531 INFO:tasks.rados.rados.0.smithi118.stdout:2874: finishing write tid 3 to smithi118168640-34 2023-09-30T09:16:56.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 1019 (ObjNum 884 snap 270 seq_num 884) dirty exists 2023-09-30T09:16:56.532 INFO:tasks.rados.rados.0.smithi118.stdout:2874: left oid 34 (ObjNum 884 snap 270 seq_num 884) 2023-09-30T09:16:56.532 INFO:tasks.rados.rados.0.smithi118.stdout:2876: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:16:56.649 INFO:tasks.rados.rados.0.smithi118.stdout:2875: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2875: finishing copy_from to smithi118168640-5 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1007 (ObjNum 833 snap 255 seq_num 833) dirty exists 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2878: finishing write tid 1 to smithi118168640-21 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2878: finishing write tid 2 to smithi118168640-21 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2878: finishing write tid 3 to smithi118168640-21 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1037 (ObjNum 885 snap 270 seq_num 885) dirty exists 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2878: left oid 21 (ObjNum 885 snap 270 seq_num 885) 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2873: done (6 left) 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2874: done (5 left) 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2875: done (4 left) 2023-09-30T09:16:56.650 INFO:tasks.rados.rados.0.smithi118.stdout:2876: done (3 left) 2023-09-30T09:16:56.651 INFO:tasks.rados.rados.0.smithi118.stdout:2877: done (2 left) 2023-09-30T09:16:56.651 INFO:tasks.rados.rados.0.smithi118.stdout:2878: done (1 left) 2023-09-30T09:16:56.651 INFO:tasks.rados.rados.0.smithi118.stdout:2881: done (0 left) 2023-09-30T09:16:56.651 INFO:tasks.rados.rados.0.smithi118.stdout:2882: snap_create 2023-09-30T09:16:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:56 smithi118 ceph-mon[182959]: osdmap e617: 8 total, 8 up, 8 in 2023-09-30T09:16:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:56 smithi118 ceph-mon[182959]: osdmap e618: 8 total, 8 up, 8 in 2023-09-30T09:16:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:56 smithi118 ceph-mon[185516]: osdmap e617: 8 total, 8 up, 8 in 2023-09-30T09:16:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:56 smithi118 ceph-mon[185516]: osdmap e618: 8 total, 8 up, 8 in 2023-09-30T09:16:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:56 smithi192 ceph-mon[180220]: osdmap e617: 8 total, 8 up, 8 in 2023-09-30T09:16:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:56 smithi192 ceph-mon[180220]: osdmap e618: 8 total, 8 up, 8 in 2023-09-30T09:16:57.553 INFO:tasks.rados.rados.0.smithi118.stdout:2882: done (0 left) 2023-09-30T09:16:57.553 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 271 2023-09-30T09:16:57.553 INFO:tasks.rados.rados.0.smithi118.stdout:2883: seq_num 888 ranges {409600=475136} 2023-09-30T09:16:57.556 INFO:tasks.rados.rados.0.smithi118.stdout:2883: writing smithi118168640-34 from 409600 to 884736 tid 1 2023-09-30T09:16:57.557 INFO:tasks.rados.rados.0.smithi118.stdout:2884: setattr oid 41 current snap is 271 2023-09-30T09:16:57.558 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 271 2023-09-30T09:16:57.558 INFO:tasks.rados.rados.0.smithi118.stdout:2885: seq_num 889 ranges {4415488=491520} 2023-09-30T09:16:57.582 INFO:tasks.rados.rados.0.smithi118.stdout:2885: writing smithi118168640-40 from 4415488 to 4907008 tid 1 2023-09-30T09:16:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:2886: read oid 47 snap 267 2023-09-30T09:16:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:2886: expect deleted 2023-09-30T09:16:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:2887: read oid 12 snap -1 2023-09-30T09:16:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:2887: expect (ObjNum 825 snap 253 seq_num 825) 2023-09-30T09:16:57.585 INFO:tasks.rados.rados.0.smithi118.stdout:2888: snap_remove snap 268 2023-09-30T09:16:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:57 smithi118 ceph-mon[182959]: pgmap v638: 121 pgs: 121 active+clean; 132 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 2.9 MiB/s wr, 17 op/s 2023-09-30T09:16:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:57 smithi118 ceph-mon[185516]: pgmap v638: 121 pgs: 121 active+clean; 132 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 2.9 MiB/s wr, 17 op/s 2023-09-30T09:16:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:57 smithi192 ceph-mon[180220]: pgmap v638: 121 pgs: 121 active+clean; 132 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 2.9 MiB/s wr, 17 op/s 2023-09-30T09:16:58.557 INFO:tasks.rados.rados.0.smithi118.stdout:2888: done (5 left) 2023-09-30T09:16:58.557 INFO:tasks.rados.rados.0.smithi118.stdout:2889: delete oid 42 current snap is 271 2023-09-30T09:16:58.563 INFO:tasks.rados.rados.0.smithi118.stdout:2883: finishing write tid 1 to smithi118168640-34 2023-09-30T09:16:58.563 INFO:tasks.rados.rados.0.smithi118.stdout:2883: finishing write tid 2 to smithi118168640-34 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:2883: finishing write tid 3 to smithi118168640-34 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 1021 (ObjNum 888 snap 271 seq_num 888) dirty exists 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:2883: left oid 34 (ObjNum 888 snap 271 seq_num 888) 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1467 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:2885: finishing write tid 1 to smithi118168640-40 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:2885: finishing write tid 2 to smithi118168640-40 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:2885: finishing write tid 3 to smithi118168640-40 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1032 (ObjNum 889 snap 271 seq_num 889) dirty exists 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:2885: left oid 40 (ObjNum 889 snap 271 seq_num 889) 2023-09-30T09:16:58.564 INFO:tasks.rados.rados.0.smithi118.stdout:2887: expect (ObjNum 825 snap 253 seq_num 825) 2023-09-30T09:16:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:2883: done (5 left) 2023-09-30T09:16:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:2884: done (4 left) 2023-09-30T09:16:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:2885: done (3 left) 2023-09-30T09:16:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:2886: done (2 left) 2023-09-30T09:16:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:2887: done (1 left) 2023-09-30T09:16:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:2889: done (0 left) 2023-09-30T09:16:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:2890: snap_remove snap 270 2023-09-30T09:16:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:58 smithi118 ceph-mon[182959]: osdmap e619: 8 total, 8 up, 8 in 2023-09-30T09:16:58.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:58 smithi118 ceph-mon[185516]: osdmap e619: 8 total, 8 up, 8 in 2023-09-30T09:16:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:58 smithi192 ceph-mon[180220]: osdmap e619: 8 total, 8 up, 8 in 2023-09-30T09:16:59.562 INFO:tasks.rados.rados.0.smithi118.stdout:2890: done (0 left) 2023-09-30T09:17:00.013 INFO:tasks.rados.rados.0.smithi118.stdout:2891: copy_from oid 33 from oid 15 current snap is 271 2023-09-30T09:17:00.013 INFO:tasks.rados.rados.0.smithi118.stdout:2892: copy_from oid 16 from oid 12 current snap is 271 2023-09-30T09:17:00.013 INFO:tasks.rados.rados.0.smithi118.stdout:2893: rmattr oid 8 current snap is 271 2023-09-30T09:17:00.013 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 271 2023-09-30T09:17:00.013 INFO:tasks.rados.rados.0.smithi118.stdout:2894: seq_num 891 ranges {0=532480} 2023-09-30T09:17:00.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:59 smithi192 ceph-mon[180220]: osdmap e620: 8 total, 8 up, 8 in 2023-09-30T09:17:00.014 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:16:59 smithi192 ceph-mon[180220]: pgmap v641: 121 pgs: 121 active+clean; 132 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2023-09-30T09:17:00.016 INFO:tasks.rados.rados.0.smithi118.stdout:2894: writing smithi118168640-3 from 0 to 532480 tid 1 2023-09-30T09:17:00.018 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 271 2023-09-30T09:17:00.018 INFO:tasks.rados.rados.0.smithi118.stdout:2895: seq_num 892 ranges {0=548864} 2023-09-30T09:17:00.018 INFO:tasks.rados.rados.0.smithi118.stdout:2895: writing smithi118168640-19 from 0 to 548864 tid 1 2023-09-30T09:17:00.018 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 271 2023-09-30T09:17:00.031 INFO:tasks.rados.rados.0.smithi118.stdout:2891: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:17:00.031 INFO:tasks.rados.rados.0.smithi118.stdout:2896: seq_num 893 ranges {8110080=565248} 2023-09-30T09:17:00.031 INFO:tasks.rados.rados.0.smithi118.stdout:2896: writing smithi118168640-43 from 8110080 to 8675328 tid 1 2023-09-30T09:17:00.031 INFO:tasks.rados.rados.0.smithi118.stdout:2897: snap_create 2023-09-30T09:17:00.031 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1407 (ObjNum 852 snap 258 seq_num 852) dirty exists 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2891: finishing copy_from to smithi118168640-33 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1036 (ObjNum 882 snap 270 seq_num 882) dirty exists 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2894: finishing write tid 1 to smithi118168640-3 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2894: finishing write tid 2 to smithi118168640-3 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2895: finishing write tid 1 to smithi118168640-19 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2895: finishing write tid 2 to smithi118168640-19 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2894: finishing write tid 3 to smithi118168640-3 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1474 (ObjNum 891 snap 271 seq_num 891) dirty exists 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2894: left oid 3 (ObjNum 891 snap 271 seq_num 891) 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2892: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:2892: finishing copy_from to smithi118168640-16 2023-09-30T09:17:00.032 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1021 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:2895: finishing write tid 3 to smithi118168640-19 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1469 (ObjNum 892 snap 271 seq_num 892) dirty exists 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:2895: left oid 19 (ObjNum 892 snap 271 seq_num 892) 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:2896: finishing write tid 1 to smithi118168640-43 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:2896: finishing write tid 2 to smithi118168640-43 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:2896: finishing write tid 3 to smithi118168640-43 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1034 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:00.033 INFO:tasks.rados.rados.0.smithi118.stdout:2896: left oid 43 (ObjNum 893 snap 271 seq_num 893) 2023-09-30T09:17:00.034 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:16:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:16:59] "GET /metrics HTTP/1.1" 200 36183 "" "Prometheus/2.43.0" 2023-09-30T09:17:00.034 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:59 smithi118 ceph-mon[182959]: osdmap e620: 8 total, 8 up, 8 in 2023-09-30T09:17:00.034 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:16:59 smithi118 ceph-mon[182959]: pgmap v641: 121 pgs: 121 active+clean; 132 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2023-09-30T09:17:00.034 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:59 smithi118 ceph-mon[185516]: osdmap e620: 8 total, 8 up, 8 in 2023-09-30T09:17:00.034 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:16:59 smithi118 ceph-mon[185516]: pgmap v641: 121 pgs: 121 active+clean; 132 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.3 MiB/s rd, 2.5 MiB/s wr, 12 op/s 2023-09-30T09:17:00.562 INFO:tasks.rados.rados.0.smithi118.stdout:2891: done (6 left) 2023-09-30T09:17:00.562 INFO:tasks.rados.rados.0.smithi118.stdout:2892: done (5 left) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2893: done (4 left) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2894: done (3 left) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2895: done (2 left) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2896: done (1 left) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2897: done (0 left) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2898: rmattr oid 44 current snap is 272 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2898: done (0 left) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2899: rmattr oid 50 current snap is 272 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2900: read oid 37 snap -1 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2900: expect (ObjNum 845 snap 257 seq_num 845) 2023-09-30T09:17:00.563 INFO:tasks.rados.rados.0.smithi118.stdout:2901: copy_from oid 18 from oid 43 current snap is 272 2023-09-30T09:17:00.564 INFO:tasks.rados.rados.0.smithi118.stdout:2902: copy_from oid 35 from oid 11 current snap is 272 2023-09-30T09:17:00.564 INFO:tasks.rados.rados.0.smithi118.stdout:2903: read oid 40 snap -1 2023-09-30T09:17:00.564 INFO:tasks.rados.rados.0.smithi118.stdout:2903: expect (ObjNum 889 snap 271 seq_num 889) 2023-09-30T09:17:00.564 INFO:tasks.rados.rados.0.smithi118.stdout:2904: rollback oid 16 current snap is 272 2023-09-30T09:17:00.564 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 271 2023-09-30T09:17:00.564 INFO:tasks.rados.rados.0.smithi118.stdout:2905: snap_remove snap 267 2023-09-30T09:17:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:00 smithi118 ceph-mon[182959]: osdmap e621: 8 total, 8 up, 8 in 2023-09-30T09:17:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:00 smithi118 ceph-mon[185516]: osdmap e621: 8 total, 8 up, 8 in 2023-09-30T09:17:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:00 smithi192 ceph-mon[180220]: osdmap e621: 8 total, 8 up, 8 in 2023-09-30T09:17:01.525 INFO:tasks.rados.rados.0.smithi118.stdout:2905: done (6 left) 2023-09-30T09:17:01.525 INFO:tasks.rados.rados.0.smithi118.stdout:2906: rollback oid 5 current snap is 272 2023-09-30T09:17:01.526 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 271 2023-09-30T09:17:01.526 INFO:tasks.rados.rados.0.smithi118.stdout:2907: rmattr oid 12 current snap is 272 2023-09-30T09:17:01.526 INFO:tasks.rados.rados.0.smithi118.stdout:2907: done (7 left) 2023-09-30T09:17:01.526 INFO:tasks.rados.rados.0.smithi118.stdout:2908: rmattr oid 46 current snap is 272 2023-09-30T09:17:01.531 INFO:tasks.rados.rados.0.smithi118.stdout:2909: read oid 48 snap 271 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:2909: expect (ObjNum 861 snap 263 seq_num 861) 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:2910: delete oid 1 current snap is 272 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1471 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:2904: finishing rollback tid 0 to smithi118168640-16 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:2904: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:2904: finishing rollback tid 2 to smithi118168640-16 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1037 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:17:01.532 INFO:tasks.rados.rados.0.smithi118.stdout:2903: expect (ObjNum 889 snap 271 seq_num 889) 2023-09-30T09:17:01.754 INFO:tasks.rados.rados.0.smithi118.stdout:2900: expect (ObjNum 845 snap 257 seq_num 845) 2023-09-30T09:17:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:01 smithi118 ceph-mon[182959]: osdmap e622: 8 total, 8 up, 8 in 2023-09-30T09:17:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:01 smithi118 ceph-mon[182959]: pgmap v644: 121 pgs: 121 active+clean; 141 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:17:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:01 smithi118 ceph-mon[182959]: osdmap e623: 8 total, 8 up, 8 in 2023-09-30T09:17:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:01 smithi118 ceph-mon[185516]: osdmap e622: 8 total, 8 up, 8 in 2023-09-30T09:17:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:01 smithi118 ceph-mon[185516]: pgmap v644: 121 pgs: 121 active+clean; 141 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:17:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:01 smithi118 ceph-mon[185516]: osdmap e623: 8 total, 8 up, 8 in 2023-09-30T09:17:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:01 smithi192 ceph-mon[180220]: osdmap e622: 8 total, 8 up, 8 in 2023-09-30T09:17:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:01 smithi192 ceph-mon[180220]: pgmap v644: 121 pgs: 121 active+clean; 141 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 2.2 MiB/s wr, 16 op/s 2023-09-30T09:17:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:01 smithi192 ceph-mon[180220]: osdmap e623: 8 total, 8 up, 8 in 2023-09-30T09:17:01.966 INFO:tasks.rados.rados.0.smithi118.stdout:2902: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:17:01.966 INFO:tasks.rados.rados.0.smithi118.stdout:2902: finishing copy_from to smithi118168640-35 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1346 (ObjNum 867 snap 263 seq_num 867) dirty exists 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2901: finishing copy_from racing read to smithi118168640-18 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2901: finishing copy_from to smithi118168640-18 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1034 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2899: done (9 left) 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2900: done (8 left) 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2901: done (7 left) 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2902: done (6 left) 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2903: done (5 left) 2023-09-30T09:17:01.967 INFO:tasks.rados.rados.0.smithi118.stdout:2904: done (4 left) 2023-09-30T09:17:01.968 INFO:tasks.rados.rados.0.smithi118.stdout:2910: done (3 left) 2023-09-30T09:17:01.968 INFO:tasks.rados.rados.0.smithi118.stdout:2911: read oid 30 snap -1 2023-09-30T09:17:01.968 INFO:tasks.rados.rados.0.smithi118.stdout:2911: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:17:01.968 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 272 2023-09-30T09:17:01.968 INFO:tasks.rados.rados.0.smithi118.stdout:2912: seq_num 895 ranges {0=598016} 2023-09-30T09:17:01.969 INFO:tasks.rados.rados.0.smithi118.stdout:2912: writing smithi118168640-39 from 0 to 598016 tid 1 2023-09-30T09:17:01.969 INFO:tasks.rados.rados.0.smithi118.stdout:2913: snap_create 2023-09-30T09:17:01.969 INFO:tasks.rados.rados.0.smithi118.stdout:2906: finishing rollback tid 0 to smithi118168640-5 2023-09-30T09:17:01.969 INFO:tasks.rados.rados.0.smithi118.stdout:2906: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:17:01.969 INFO:tasks.rados.rados.0.smithi118.stdout:2906: finishing rollback tid 2 to smithi118168640-5 2023-09-30T09:17:01.970 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1033 (ObjNum 833 snap 255 seq_num 833) dirty exists 2023-09-30T09:17:01.970 INFO:tasks.rados.rados.0.smithi118.stdout:2909: expect (ObjNum 861 snap 263 seq_num 861) 2023-09-30T09:17:02.011 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1475 (ObjNum 881 snap 267 seq_num 881) dirty exists 2023-09-30T09:17:02.011 INFO:tasks.rados.rados.0.smithi118.stdout:2911: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:17:02.013 INFO:tasks.rados.rados.0.smithi118.stdout:2912: finishing write tid 1 to smithi118168640-39 2023-09-30T09:17:02.013 INFO:tasks.rados.rados.0.smithi118.stdout:2912: finishing write tid 2 to smithi118168640-39 2023-09-30T09:17:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:2912: finishing write tid 3 to smithi118168640-39 2023-09-30T09:17:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 850 (ObjNum 895 snap 272 seq_num 895) dirty exists 2023-09-30T09:17:02.014 INFO:tasks.rados.rados.0.smithi118.stdout:2912: left oid 39 (ObjNum 895 snap 272 seq_num 895) 2023-09-30T09:17:02.571 INFO:tasks.rados.rados.0.smithi118.stdout:2906: done (5 left) 2023-09-30T09:17:02.572 INFO:tasks.rados.rados.0.smithi118.stdout:2908: done (4 left) 2023-09-30T09:17:02.572 INFO:tasks.rados.rados.0.smithi118.stdout:2909: done (3 left) 2023-09-30T09:17:02.572 INFO:tasks.rados.rados.0.smithi118.stdout:2911: done (2 left) 2023-09-30T09:17:02.572 INFO:tasks.rados.rados.0.smithi118.stdout:2912: done (1 left) 2023-09-30T09:17:02.572 INFO:tasks.rados.rados.0.smithi118.stdout:2913: done (0 left) 2023-09-30T09:17:02.572 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 273 2023-09-30T09:17:02.572 INFO:tasks.rados.rados.0.smithi118.stdout:2914: seq_num 896 ranges {4464640=614400} 2023-09-30T09:17:02.599 INFO:tasks.rados.rados.0.smithi118.stdout:2914: writing smithi118168640-10 from 4464640 to 5079040 tid 1 2023-09-30T09:17:02.599 INFO:tasks.rados.rados.0.smithi118.stdout:2915: read oid 15 snap -1 2023-09-30T09:17:02.599 INFO:tasks.rados.rados.0.smithi118.stdout:2915: expect (ObjNum 882 snap 270 seq_num 882) 2023-09-30T09:17:02.599 INFO:tasks.rados.rados.0.smithi118.stdout:2916: read oid 13 snap -1 2023-09-30T09:17:02.599 INFO:tasks.rados.rados.0.smithi118.stdout:2916: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:17:02.599 INFO:tasks.rados.rados.0.smithi118.stdout:2917: rollback oid 49 current snap is 273 2023-09-30T09:17:02.599 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 49 to 272 2023-09-30T09:17:02.600 INFO:tasks.rados.rados.0.smithi118.stdout:2918: snap_create 2023-09-30T09:17:02.605 INFO:tasks.rados.rados.0.smithi118.stdout:2915: expect (ObjNum 882 snap 270 seq_num 882) 2023-09-30T09:17:02.615 INFO:tasks.rados.rados.0.smithi118.stdout:2917: finishing rollback tid 0 to smithi118168640-49 2023-09-30T09:17:02.615 INFO:tasks.rados.rados.0.smithi118.stdout:2917: finishing rollback tid 1 to smithi118168640-49 2023-09-30T09:17:02.615 INFO:tasks.rados.rados.0.smithi118.stdout:2914: finishing write tid 1 to smithi118168640-10 2023-09-30T09:17:02.615 INFO:tasks.rados.rados.0.smithi118.stdout:2914: finishing write tid 2 to smithi118168640-10 2023-09-30T09:17:02.615 INFO:tasks.rados.rados.0.smithi118.stdout:2917: finishing rollback tid 2 to smithi118168640-49 2023-09-30T09:17:02.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1478 (ObjNum 869 snap 265 seq_num 869) dirty exists 2023-09-30T09:17:02.616 INFO:tasks.rados.rados.0.smithi118.stdout:2914: finishing write tid 3 to smithi118168640-10 2023-09-30T09:17:02.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1020 (ObjNum 896 snap 273 seq_num 896) dirty exists 2023-09-30T09:17:02.616 INFO:tasks.rados.rados.0.smithi118.stdout:2914: left oid 10 (ObjNum 896 snap 273 seq_num 896) 2023-09-30T09:17:02.616 INFO:tasks.rados.rados.0.smithi118.stdout:2916: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:17:03.573 INFO:tasks.rados.rados.0.smithi118.stdout:2914: done (4 left) 2023-09-30T09:17:03.573 INFO:tasks.rados.rados.0.smithi118.stdout:2915: done (3 left) 2023-09-30T09:17:03.573 INFO:tasks.rados.rados.0.smithi118.stdout:2916: done (2 left) 2023-09-30T09:17:03.573 INFO:tasks.rados.rados.0.smithi118.stdout:2917: done (1 left) 2023-09-30T09:17:03.573 INFO:tasks.rados.rados.0.smithi118.stdout:2918: done (0 left) 2023-09-30T09:17:03.573 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 274 2023-09-30T09:17:03.573 INFO:tasks.rados.rados.0.smithi118.stdout:2919: seq_num 897 ranges {0=630784} 2023-09-30T09:17:03.576 INFO:tasks.rados.rados.0.smithi118.stdout:2919: writing smithi118168640-14 from 0 to 630784 tid 1 2023-09-30T09:17:03.576 INFO:tasks.rados.rados.0.smithi118.stdout:2920: rollback oid 15 current snap is 274 2023-09-30T09:17:03.577 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 273 2023-09-30T09:17:03.577 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 274 2023-09-30T09:17:03.577 INFO:tasks.rados.rados.0.smithi118.stdout:2921: seq_num 898 ranges {5709824=647168} 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2921: writing smithi118168640-46 from 5709824 to 6356992 tid 1 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2922: read oid 49 snap 272 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2922: expect (ObjNum 869 snap 265 seq_num 869) 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2923: rmattr oid 8 current snap is 274 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2920: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2920: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:2920: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:17:03.611 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1039 (ObjNum 882 snap 270 seq_num 882) dirty exists 2023-09-30T09:17:03.612 INFO:tasks.rados.rados.0.smithi118.stdout:2919: finishing write tid 1 to smithi118168640-14 2023-09-30T09:17:03.612 INFO:tasks.rados.rados.0.smithi118.stdout:2920: done (4 left) 2023-09-30T09:17:03.612 INFO:tasks.rados.rados.0.smithi118.stdout:2924: snap_create 2023-09-30T09:17:03.612 INFO:tasks.rados.rados.0.smithi118.stdout:2919: finishing write tid 2 to smithi118168640-14 2023-09-30T09:17:03.612 INFO:tasks.rados.rados.0.smithi118.stdout:2919: finishing write tid 3 to smithi118168640-14 2023-09-30T09:17:03.612 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1343 (ObjNum 897 snap 274 seq_num 897) dirty exists 2023-09-30T09:17:03.612 INFO:tasks.rados.rados.0.smithi118.stdout:2919: left oid 14 (ObjNum 897 snap 274 seq_num 897) 2023-09-30T09:17:03.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1408 (ObjNum 852 snap 258 seq_num 852) dirty exists 2023-09-30T09:17:03.619 INFO:tasks.rados.rados.0.smithi118.stdout:2921: finishing write tid 1 to smithi118168640-46 2023-09-30T09:17:03.619 INFO:tasks.rados.rados.0.smithi118.stdout:2921: finishing write tid 2 to smithi118168640-46 2023-09-30T09:17:03.621 INFO:tasks.rados.rados.0.smithi118.stdout:2922: expect (ObjNum 869 snap 265 seq_num 869) 2023-09-30T09:17:03.625 INFO:tasks.rados.rados.0.smithi118.stdout:2921: finishing write tid 3 to smithi118168640-46 2023-09-30T09:17:03.625 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1480 (ObjNum 898 snap 274 seq_num 898) dirty exists 2023-09-30T09:17:03.625 INFO:tasks.rados.rados.0.smithi118.stdout:2921: left oid 46 (ObjNum 898 snap 274 seq_num 898) 2023-09-30T09:17:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:03 smithi118 ceph-mon[182959]: osdmap e624: 8 total, 8 up, 8 in 2023-09-30T09:17:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:03 smithi118 ceph-mon[182959]: pgmap v647: 121 pgs: 121 active+clean; 138 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.2 MiB/s wr, 6 op/s 2023-09-30T09:17:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:03 smithi118 ceph-mon[185516]: osdmap e624: 8 total, 8 up, 8 in 2023-09-30T09:17:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:03 smithi118 ceph-mon[185516]: pgmap v647: 121 pgs: 121 active+clean; 138 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.2 MiB/s wr, 6 op/s 2023-09-30T09:17:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:03 smithi192 ceph-mon[180220]: osdmap e624: 8 total, 8 up, 8 in 2023-09-30T09:17:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:03 smithi192 ceph-mon[180220]: pgmap v647: 121 pgs: 121 active+clean; 138 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 2.2 MiB/s wr, 6 op/s 2023-09-30T09:17:04.583 INFO:tasks.rados.rados.0.smithi118.stdout:2919: done (4 left) 2023-09-30T09:17:04.583 INFO:tasks.rados.rados.0.smithi118.stdout:2921: done (3 left) 2023-09-30T09:17:04.583 INFO:tasks.rados.rados.0.smithi118.stdout:2922: done (2 left) 2023-09-30T09:17:04.584 INFO:tasks.rados.rados.0.smithi118.stdout:2923: done (1 left) 2023-09-30T09:17:04.584 INFO:tasks.rados.rados.0.smithi118.stdout:2924: done (0 left) 2023-09-30T09:17:04.584 INFO:tasks.rados.rados.0.smithi118.stdout:2925: read oid 5 snap -1 2023-09-30T09:17:04.584 INFO:tasks.rados.rados.0.smithi118.stdout:2925: expect (ObjNum 833 snap 255 seq_num 833) 2023-09-30T09:17:04.584 INFO:tasks.rados.rados.0.smithi118.stdout:2926: snap_create 2023-09-30T09:17:04.597 INFO:tasks.rados.rados.0.smithi118.stdout:2925: expect (ObjNum 833 snap 255 seq_num 833) 2023-09-30T09:17:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:04 smithi118 ceph-mon[182959]: osdmap e625: 8 total, 8 up, 8 in 2023-09-30T09:17:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:17:04.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:04 smithi118 ceph-mon[185516]: osdmap e625: 8 total, 8 up, 8 in 2023-09-30T09:17:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:04.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:17:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:04 smithi192 ceph-mon[180220]: osdmap e625: 8 total, 8 up, 8 in 2023-09-30T09:17:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:17:05.586 INFO:tasks.rados.rados.0.smithi118.stdout:2925: done (1 left) 2023-09-30T09:17:05.586 INFO:tasks.rados.rados.0.smithi118.stdout:2926: done (0 left) 2023-09-30T09:17:05.587 INFO:tasks.rados.rados.0.smithi118.stdout:2927: copy_from oid 46 from oid 15 current snap is 276 2023-09-30T09:17:05.587 INFO:tasks.rados.rados.0.smithi118.stdout:2928: read oid 25 snap -1 2023-09-30T09:17:05.587 INFO:tasks.rados.rados.0.smithi118.stdout:2928: expect (ObjNum 858 snap 262 seq_num 858) 2023-09-30T09:17:05.587 INFO:tasks.rados.rados.0.smithi118.stdout:2929: setattr oid 47 current snap is 276 2023-09-30T09:17:05.587 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 276 2023-09-30T09:17:05.587 INFO:tasks.rados.rados.0.smithi118.stdout:2930: seq_num 899 ranges {2891776=663552} 2023-09-30T09:17:05.608 INFO:tasks.rados.rados.0.smithi118.stdout:2930: writing smithi118168640-13 from 2891776 to 3555328 tid 1 2023-09-30T09:17:05.608 INFO:tasks.rados.rados.0.smithi118.stdout:2931: read oid 20 snap -1 2023-09-30T09:17:05.608 INFO:tasks.rados.rados.0.smithi118.stdout:2931: expect (ObjNum 871 snap 265 seq_num 871) 2023-09-30T09:17:05.608 INFO:tasks.rados.rados.0.smithi118.stdout:2932: snap_remove snap 271 2023-09-30T09:17:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[182959]: osdmap e626: 8 total, 8 up, 8 in 2023-09-30T09:17:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:17:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:17:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:17:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[182959]: pgmap v650: 121 pgs: 121 active+clean; 137 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2023-09-30T09:17:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[185516]: osdmap e626: 8 total, 8 up, 8 in 2023-09-30T09:17:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:17:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:17:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:17:05.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:05 smithi118 ceph-mon[185516]: pgmap v650: 121 pgs: 121 active+clean; 137 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2023-09-30T09:17:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:05 smithi192 ceph-mon[180220]: osdmap e626: 8 total, 8 up, 8 in 2023-09-30T09:17:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:17:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:17:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:17:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:05 smithi192 ceph-mon[180220]: pgmap v650: 121 pgs: 121 active+clean; 137 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 2.4 MiB/s wr, 15 op/s 2023-09-30T09:17:06.525 INFO:tasks.rados.rados.0.smithi118.stdout:2932: done (5 left) 2023-09-30T09:17:06.525 INFO:tasks.rados.rados.0.smithi118.stdout:2933: read oid 10 snap 274 2023-09-30T09:17:06.525 INFO:tasks.rados.rados.0.smithi118.stdout:2933: expect (ObjNum 896 snap 273 seq_num 896) 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2934: read oid 42 snap 275 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2934: expect deleted 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2935: copy_from oid 30 from oid 24 current snap is 276 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1038 (ObjNum 33 snap 0 seq_num 3295811400) dirty exists 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2927: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2927: finishing copy_from to smithi118168640-46 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1039 (ObjNum 882 snap 270 seq_num 882) dirty exists 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2927: done (7 left) 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2929: done (6 left) 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2936: delete oid 14 current snap is 276 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2930: finishing write tid 1 to smithi118168640-13 2023-09-30T09:17:06.526 INFO:tasks.rados.rados.0.smithi118.stdout:2930: finishing write tid 2 to smithi118168640-13 2023-09-30T09:17:06.527 INFO:tasks.rados.rados.0.smithi118.stdout:2930: finishing write tid 3 to smithi118168640-13 2023-09-30T09:17:06.527 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1349 (ObjNum 899 snap 276 seq_num 899) dirty exists 2023-09-30T09:17:06.527 INFO:tasks.rados.rados.0.smithi118.stdout:2930: left oid 13 (ObjNum 899 snap 276 seq_num 899) 2023-09-30T09:17:06.527 INFO:tasks.rados.rados.0.smithi118.stdout:2931: expect (ObjNum 871 snap 265 seq_num 871) 2023-09-30T09:17:06.665 INFO:tasks.rados.rados.0.smithi118.stdout:2928: expect (ObjNum 858 snap 262 seq_num 858) 2023-09-30T09:17:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:06 smithi118 ceph-mon[185516]: osdmap e627: 8 total, 8 up, 8 in 2023-09-30T09:17:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:06 smithi118 ceph-mon[185516]: osdmap e628: 8 total, 8 up, 8 in 2023-09-30T09:17:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:06 smithi118 ceph-mon[182959]: osdmap e627: 8 total, 8 up, 8 in 2023-09-30T09:17:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:06 smithi118 ceph-mon[182959]: osdmap e628: 8 total, 8 up, 8 in 2023-09-30T09:17:06.883 INFO:tasks.rados.rados.0.smithi118.stdout:2935: finishing copy_from racing read to smithi118168640-30 2023-09-30T09:17:06.883 INFO:tasks.rados.rados.0.smithi118.stdout:2935: finishing copy_from to smithi118168640-30 2023-09-30T09:17:06.883 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1024 (ObjNum 868 snap 264 seq_num 868) dirty exists 2023-09-30T09:17:06.883 INFO:tasks.rados.rados.0.smithi118.stdout:2933: expect (ObjNum 896 snap 273 seq_num 896) 2023-09-30T09:17:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:06 smithi192 ceph-mon[180220]: osdmap e627: 8 total, 8 up, 8 in 2023-09-30T09:17:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:06 smithi192 ceph-mon[180220]: osdmap e628: 8 total, 8 up, 8 in 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2928: done (6 left) 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2930: done (5 left) 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2931: done (4 left) 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2933: done (3 left) 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2934: done (2 left) 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2935: done (1 left) 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2936: done (0 left) 2023-09-30T09:17:07.132 INFO:tasks.rados.rados.0.smithi118.stdout:2937: snap_remove snap 273 2023-09-30T09:17:07.598 INFO:tasks.rados.rados.0.smithi118.stdout:2937: done (0 left) 2023-09-30T09:17:07.598 INFO:tasks.rados.rados.0.smithi118.stdout:2938: read oid 6 snap 274 2023-09-30T09:17:07.598 INFO:tasks.rados.rados.0.smithi118.stdout:2938: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:17:07.598 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 276 2023-09-30T09:17:07.598 INFO:tasks.rados.rados.0.smithi118.stdout:2939: seq_num 901 ranges {139264=696320} 2023-09-30T09:17:07.603 INFO:tasks.rados.rados.0.smithi118.stdout:2939: writing smithi118168640-30 from 139264 to 835584 tid 1 2023-09-30T09:17:07.603 INFO:tasks.rados.rados.0.smithi118.stdout:2940: copy_from oid 39 from oid 47 current snap is 276 2023-09-30T09:17:07.603 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 276 2023-09-30T09:17:07.604 INFO:tasks.rados.rados.0.smithi118.stdout:2941: seq_num 902 ranges {6938624=712704} 2023-09-30T09:17:07.645 INFO:tasks.rados.rados.0.smithi118.stdout:2941: writing smithi118168640-8 from 6938624 to 7651328 tid 1 2023-09-30T09:17:07.645 INFO:tasks.rados.rados.0.smithi118.stdout:2942: read oid 24 snap -1 2023-09-30T09:17:07.645 INFO:tasks.rados.rados.0.smithi118.stdout:2942: expect (ObjNum 868 snap 264 seq_num 868) 2023-09-30T09:17:07.645 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 276 2023-09-30T09:17:07.645 INFO:tasks.rados.rados.0.smithi118.stdout:2940: finishing copy_from racing read to smithi118168640-39 2023-09-30T09:17:07.645 INFO:tasks.rados.rados.0.smithi118.stdout:2943: seq_num 903 ranges {262144=729088} 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:2943: writing smithi118168640-38 from 262144 to 991232 tid 1 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:2944: read oid 10 snap -1 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:2944: expect (ObjNum 896 snap 273 seq_num 896) 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:2945: rmattr oid 15 current snap is 276 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:2945: done (7 left) 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:2946: rollback oid 48 current snap is 276 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 275 2023-09-30T09:17:07.651 INFO:tasks.rados.rados.0.smithi118.stdout:2940: finishing copy_from to smithi118168640-39 2023-09-30T09:17:07.652 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1038 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:17:07.652 INFO:tasks.rados.rados.0.smithi118.stdout:2939: finishing write tid 1 to smithi118168640-30 2023-09-30T09:17:07.652 INFO:tasks.rados.rados.0.smithi118.stdout:2939: finishing write tid 2 to smithi118168640-30 2023-09-30T09:17:07.652 INFO:tasks.rados.rados.0.smithi118.stdout:2939: finishing write tid 3 to smithi118168640-30 2023-09-30T09:17:07.652 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1348 (ObjNum 901 snap 276 seq_num 901) dirty exists 2023-09-30T09:17:07.652 INFO:tasks.rados.rados.0.smithi118.stdout:2939: left oid 30 (ObjNum 901 snap 276 seq_num 901) 2023-09-30T09:17:07.652 INFO:tasks.rados.rados.0.smithi118.stdout:2938: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:17:07.711 INFO:tasks.rados.rados.0.smithi118.stdout:2942: expect (ObjNum 868 snap 264 seq_num 868) 2023-09-30T09:17:07.715 INFO:tasks.rados.rados.0.smithi118.stdout:2941: finishing write tid 1 to smithi118168640-8 2023-09-30T09:17:07.715 INFO:tasks.rados.rados.0.smithi118.stdout:2941: finishing write tid 2 to smithi118168640-8 2023-09-30T09:17:07.715 INFO:tasks.rados.rados.0.smithi118.stdout:2938: done (7 left) 2023-09-30T09:17:07.715 INFO:tasks.rados.rados.0.smithi118.stdout:2939: done (6 left) 2023-09-30T09:17:07.715 INFO:tasks.rados.rados.0.smithi118.stdout:2940: done (5 left) 2023-09-30T09:17:07.715 INFO:tasks.rados.rados.0.smithi118.stdout:2942: done (4 left) 2023-09-30T09:17:07.715 INFO:tasks.rados.rados.0.smithi118.stdout:2947: copy_from oid 33 from oid 14 current snap is 276 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2941: finishing write tid 3 to smithi118168640-8 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1410 (ObjNum 902 snap 276 seq_num 902) dirty exists 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2941: left oid 8 (ObjNum 902 snap 276 seq_num 902) 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2946: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2946: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2943: finishing write tid 1 to smithi118168640-38 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2946: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1479 (ObjNum 861 snap 263 seq_num 861) dirty exists 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2943: finishing write tid 2 to smithi118168640-38 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2943: finishing write tid 3 to smithi118168640-38 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1040 (ObjNum 903 snap 276 seq_num 903) dirty exists 2023-09-30T09:17:07.716 INFO:tasks.rados.rados.0.smithi118.stdout:2943: left oid 38 (ObjNum 903 snap 276 seq_num 903) 2023-09-30T09:17:07.717 INFO:tasks.rados.rados.0.smithi118.stdout:2941: done (4 left) 2023-09-30T09:17:07.717 INFO:tasks.rados.rados.0.smithi118.stdout:2943: done (3 left) 2023-09-30T09:17:07.717 INFO:tasks.rados.rados.0.smithi118.stdout:2946: done (2 left) 2023-09-30T09:17:07.717 INFO:tasks.rados.rados.0.smithi118.stdout:2948: read oid 40 snap 275 2023-09-30T09:17:07.717 INFO:tasks.rados.rados.0.smithi118.stdout:2948: expect (ObjNum 889 snap 271 seq_num 889) 2023-09-30T09:17:07.717 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 276 2023-09-30T09:17:07.717 INFO:tasks.rados.rados.0.smithi118.stdout:2944: expect (ObjNum 896 snap 273 seq_num 896) 2023-09-30T09:17:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:07 smithi118 ceph-mon[185516]: pgmap v653: 121 pgs: 121 active+clean; 143 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.6 MiB/s wr, 20 op/s 2023-09-30T09:17:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:07 smithi118 ceph-mon[182959]: pgmap v653: 121 pgs: 121 active+clean; 143 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.6 MiB/s wr, 20 op/s 2023-09-30T09:17:07.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:07 smithi192 ceph-mon[180220]: pgmap v653: 121 pgs: 121 active+clean; 143 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 MiB/s rd, 4.6 MiB/s wr, 20 op/s 2023-09-30T09:17:07.968 INFO:tasks.rados.rados.0.smithi118.stdout:2947: finishing copy_from to smithi118168640-33 2023-09-30T09:17:07.968 INFO:tasks.rados.rados.0.smithi118.stdout:2947: got expected ENOENT (src dne) 2023-09-30T09:17:07.968 INFO:tasks.rados.rados.0.smithi118.stdout:2947: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:17:07.968 INFO:tasks.rados.rados.0.smithi118.stdout:2948: expect (ObjNum 889 snap 271 seq_num 889) 2023-09-30T09:17:08.186 INFO:tasks.rados.rados.0.smithi118.stdout:2949: seq_num 904 ranges {1826816=745472} 2023-09-30T09:17:08.200 INFO:tasks.rados.rados.0.smithi118.stdout:2949: writing smithi118168640-16 from 1826816 to 2572288 tid 1 2023-09-30T09:17:08.200 INFO:tasks.rados.rados.0.smithi118.stdout:2944: done (3 left) 2023-09-30T09:17:08.200 INFO:tasks.rados.rados.0.smithi118.stdout:2947: done (2 left) 2023-09-30T09:17:08.200 INFO:tasks.rados.rados.0.smithi118.stdout:2948: done (1 left) 2023-09-30T09:17:08.200 INFO:tasks.rados.rados.0.smithi118.stdout:2950: delete oid 25 current snap is 276 2023-09-30T09:17:08.203 INFO:tasks.rados.rados.0.smithi118.stdout:2950: done (1 left) 2023-09-30T09:17:08.203 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 276 2023-09-30T09:17:08.203 INFO:tasks.rados.rados.0.smithi118.stdout:2951: seq_num 906 ranges {0=778240} 2023-09-30T09:17:08.208 INFO:tasks.rados.rados.0.smithi118.stdout:2951: writing smithi118168640-31 from 0 to 778240 tid 1 2023-09-30T09:17:08.208 INFO:tasks.rados.rados.0.smithi118.stdout:2952: snap_create 2023-09-30T09:17:08.208 INFO:tasks.rados.rados.0.smithi118.stdout:2949: finishing write tid 1 to smithi118168640-16 2023-09-30T09:17:08.208 INFO:tasks.rados.rados.0.smithi118.stdout:2949: finishing write tid 2 to smithi118168640-16 2023-09-30T09:17:08.208 INFO:tasks.rados.rados.0.smithi118.stdout:2949: finishing write tid 3 to smithi118168640-16 2023-09-30T09:17:08.208 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1350 (ObjNum 904 snap 276 seq_num 904) dirty exists 2023-09-30T09:17:08.208 INFO:tasks.rados.rados.0.smithi118.stdout:2949: left oid 16 (ObjNum 904 snap 276 seq_num 904) 2023-09-30T09:17:08.211 INFO:tasks.rados.rados.0.smithi118.stdout:2951: finishing write tid 1 to smithi118168640-31 2023-09-30T09:17:08.211 INFO:tasks.rados.rados.0.smithi118.stdout:2951: finishing write tid 2 to smithi118168640-31 2023-09-30T09:17:08.212 INFO:tasks.rados.rados.0.smithi118.stdout:2951: finishing write tid 3 to smithi118168640-31 2023-09-30T09:17:08.212 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1032 (ObjNum 906 snap 276 seq_num 906) dirty exists 2023-09-30T09:17:08.212 INFO:tasks.rados.rados.0.smithi118.stdout:2951: left oid 31 (ObjNum 906 snap 276 seq_num 906) 2023-09-30T09:17:08.599 INFO:tasks.rados.rados.0.smithi118.stdout:2949: done (2 left) 2023-09-30T09:17:08.600 INFO:tasks.rados.rados.0.smithi118.stdout:2951: done (1 left) 2023-09-30T09:17:08.600 INFO:tasks.rados.rados.0.smithi118.stdout:2952: done (0 left) 2023-09-30T09:17:08.600 INFO:tasks.rados.rados.0.smithi118.stdout:2953: copy_from oid 40 from oid 20 current snap is 277 2023-09-30T09:17:08.600 INFO:tasks.rados.rados.0.smithi118.stdout:2954: rmattr oid 46 current snap is 277 2023-09-30T09:17:08.600 INFO:tasks.rados.rados.0.smithi118.stdout:2954: done (1 left) 2023-09-30T09:17:08.600 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 277 2023-09-30T09:17:08.600 INFO:tasks.rados.rados.0.smithi118.stdout:2955: seq_num 907 ranges {1015808=794624} 2023-09-30T09:17:08.609 INFO:tasks.rados.rados.0.smithi118.stdout:2955: writing smithi118168640-48 from 1015808 to 1810432 tid 1 2023-09-30T09:17:08.610 INFO:tasks.rados.rados.0.smithi118.stdout:2956: snap_create 2023-09-30T09:17:08.611 INFO:tasks.rados.rados.0.smithi118.stdout:2953: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:17:08.615 INFO:tasks.rados.rados.0.smithi118.stdout:2953: finishing copy_from to smithi118168640-40 2023-09-30T09:17:08.615 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1032 (ObjNum 871 snap 265 seq_num 871) dirty exists 2023-09-30T09:17:08.618 INFO:tasks.rados.rados.0.smithi118.stdout:2955: finishing write tid 1 to smithi118168640-48 2023-09-30T09:17:08.618 INFO:tasks.rados.rados.0.smithi118.stdout:2955: finishing write tid 2 to smithi118168640-48 2023-09-30T09:17:08.620 INFO:tasks.rados.rados.0.smithi118.stdout:2955: finishing write tid 3 to smithi118168640-48 2023-09-30T09:17:08.620 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1482 (ObjNum 907 snap 277 seq_num 907) dirty exists 2023-09-30T09:17:08.620 INFO:tasks.rados.rados.0.smithi118.stdout:2955: left oid 48 (ObjNum 907 snap 277 seq_num 907) 2023-09-30T09:17:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:08 smithi192 ceph-mon[180220]: osdmap e629: 8 total, 8 up, 8 in 2023-09-30T09:17:09.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:08 smithi118 ceph-mon[182959]: osdmap e629: 8 total, 8 up, 8 in 2023-09-30T09:17:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:08 smithi118 ceph-mon[185516]: osdmap e629: 8 total, 8 up, 8 in 2023-09-30T09:17:09.610 INFO:tasks.rados.rados.0.smithi118.stdout:2953: done (2 left) 2023-09-30T09:17:09.611 INFO:tasks.rados.rados.0.smithi118.stdout:2955: done (1 left) 2023-09-30T09:17:09.611 INFO:tasks.rados.rados.0.smithi118.stdout:2956: done (0 left) 2023-09-30T09:17:09.611 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 278 2023-09-30T09:17:09.611 INFO:tasks.rados.rados.0.smithi118.stdout:2957: seq_num 908 ranges {0=409600,409600=401408} 2023-09-30T09:17:09.612 INFO:tasks.rados.rados.0.smithi118.stdout:2957: writing smithi118168640-39 from 0 to 409600 tid 1 2023-09-30T09:17:09.615 INFO:tasks.rados.rados.0.smithi118.stdout:2957: writing smithi118168640-39 from 409600 to 811008 tid 2 2023-09-30T09:17:09.615 INFO:tasks.rados.rados.0.smithi118.stdout:2958: read oid 17 snap -1 2023-09-30T09:17:09.616 INFO:tasks.rados.rados.0.smithi118.stdout:2958: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:17:09.616 INFO:tasks.rados.rados.0.smithi118.stdout:2959: rollback oid 47 current snap is 278 2023-09-30T09:17:09.616 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 47 to 276 2023-09-30T09:17:09.616 INFO:tasks.rados.rados.0.smithi118.stdout:2960: read oid 8 snap -1 2023-09-30T09:17:09.616 INFO:tasks.rados.rados.0.smithi118.stdout:2960: expect (ObjNum 902 snap 276 seq_num 902) 2023-09-30T09:17:09.616 INFO:tasks.rados.rados.0.smithi118.stdout:2961: snap_remove snap 277 2023-09-30T09:17:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:09 smithi192 ceph-mon[180220]: osdmap e630: 8 total, 8 up, 8 in 2023-09-30T09:17:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:09 smithi192 ceph-mon[180220]: pgmap v656: 121 pgs: 121 active+clean; 144 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.4 MiB/s wr, 9 op/s 2023-09-30T09:17:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:17:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:17:09] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:17:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:09 smithi118 ceph-mon[185516]: osdmap e630: 8 total, 8 up, 8 in 2023-09-30T09:17:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:09 smithi118 ceph-mon[185516]: pgmap v656: 121 pgs: 121 active+clean; 144 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.4 MiB/s wr, 9 op/s 2023-09-30T09:17:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:09 smithi118 ceph-mon[182959]: osdmap e630: 8 total, 8 up, 8 in 2023-09-30T09:17:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:09 smithi118 ceph-mon[182959]: pgmap v656: 121 pgs: 121 active+clean; 144 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 3.8 MiB/s rd, 2.4 MiB/s wr, 9 op/s 2023-09-30T09:17:10.618 INFO:tasks.rados.rados.0.smithi118.stdout:2961: done (4 left) 2023-09-30T09:17:10.618 INFO:tasks.rados.rados.0.smithi118.stdout:2962: delete oid 37 current snap is 278 2023-09-30T09:17:10.618 INFO:tasks.rados.rados.0.smithi118.stdout:2957: finishing write tid 1 to smithi118168640-39 2023-09-30T09:17:10.619 INFO:tasks.rados.rados.0.smithi118.stdout:2958: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:17:10.624 INFO:tasks.rados.rados.0.smithi118.stdout:2957: finishing write tid 2 to smithi118168640-39 2023-09-30T09:17:10.624 INFO:tasks.rados.rados.0.smithi118.stdout:2957: finishing write tid 3 to smithi118168640-39 2023-09-30T09:17:10.624 INFO:tasks.rados.rados.0.smithi118.stdout:2957: finishing write tid 4 to smithi118168640-39 2023-09-30T09:17:10.624 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1041 (ObjNum 908 snap 278 seq_num 908) dirty exists 2023-09-30T09:17:10.625 INFO:tasks.rados.rados.0.smithi118.stdout:2957: left oid 39 (ObjNum 908 snap 278 seq_num 908) 2023-09-30T09:17:10.625 INFO:tasks.rados.rados.0.smithi118.stdout:2959: finishing rollback tid 0 to smithi118168640-47 2023-09-30T09:17:10.625 INFO:tasks.rados.rados.0.smithi118.stdout:2959: finishing rollback tid 1 to smithi118168640-47 2023-09-30T09:17:10.625 INFO:tasks.rados.rados.0.smithi118.stdout:2959: finishing rollback tid 2 to smithi118168640-47 2023-09-30T09:17:10.625 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1043 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:17:10.625 INFO:tasks.rados.rados.0.smithi118.stdout:2960: expect (ObjNum 902 snap 276 seq_num 902) 2023-09-30T09:17:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:10 smithi192 ceph-mon[180220]: osdmap e631: 8 total, 8 up, 8 in 2023-09-30T09:17:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:10 smithi118 ceph-mon[182959]: osdmap e631: 8 total, 8 up, 8 in 2023-09-30T09:17:11.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:10 smithi118 ceph-mon[185516]: osdmap e631: 8 total, 8 up, 8 in 2023-09-30T09:17:11.131 INFO:tasks.rados.rados.0.smithi118.stdout:2957: done (4 left) 2023-09-30T09:17:11.132 INFO:tasks.rados.rados.0.smithi118.stdout:2958: done (3 left) 2023-09-30T09:17:11.132 INFO:tasks.rados.rados.0.smithi118.stdout:2959: done (2 left) 2023-09-30T09:17:11.132 INFO:tasks.rados.rados.0.smithi118.stdout:2960: done (1 left) 2023-09-30T09:17:11.132 INFO:tasks.rados.rados.0.smithi118.stdout:2962: done (0 left) 2023-09-30T09:17:11.132 INFO:tasks.rados.rados.0.smithi118.stdout:2963: snap_remove snap 272 2023-09-30T09:17:11.525 INFO:tasks.rados.rados.0.smithi118.stdout:2963: done (0 left) 2023-09-30T09:17:11.526 INFO:tasks.rados.rados.0.smithi118.stdout:2964: rmattr oid 4 current snap is 278 2023-09-30T09:17:11.526 INFO:tasks.rados.rados.0.smithi118.stdout:2964: done (0 left) 2023-09-30T09:17:11.526 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 278 2023-09-30T09:17:11.526 INFO:tasks.rados.rados.0.smithi118.stdout:2965: seq_num 910 ranges {2883584=442368,3325952=401408} 2023-09-30T09:17:11.544 INFO:tasks.rados.rados.0.smithi118.stdout:2965: writing smithi118168640-7 from 2883584 to 3325952 tid 1 2023-09-30T09:17:11.547 INFO:tasks.rados.rados.0.smithi118.stdout:2965: writing smithi118168640-7 from 3325952 to 3727360 tid 2 2023-09-30T09:17:11.547 INFO:tasks.rados.rados.0.smithi118.stdout:2966: setattr oid 6 current snap is 278 2023-09-30T09:17:11.549 INFO:tasks.rados.rados.0.smithi118.stdout:2967: snap_create 2023-09-30T09:17:11.549 INFO:tasks.rados.rados.0.smithi118.stdout:2965: finishing write tid 1 to smithi118168640-7 2023-09-30T09:17:11.550 INFO:tasks.rados.rados.0.smithi118.stdout:2965: finishing write tid 2 to smithi118168640-7 2023-09-30T09:17:11.550 INFO:tasks.rados.rados.0.smithi118.stdout:2965: finishing write tid 3 to smithi118168640-7 2023-09-30T09:17:11.551 INFO:tasks.rados.rados.0.smithi118.stdout:2965: finishing write tid 4 to smithi118168640-7 2023-09-30T09:17:11.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1036 (ObjNum 910 snap 278 seq_num 910) dirty exists 2023-09-30T09:17:11.552 INFO:tasks.rados.rados.0.smithi118.stdout:2965: left oid 7 (ObjNum 910 snap 278 seq_num 910) 2023-09-30T09:17:11.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 1481 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:11 smithi192 ceph-mon[180220]: osdmap e632: 8 total, 8 up, 8 in 2023-09-30T09:17:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:11 smithi192 ceph-mon[180220]: pgmap v659: 121 pgs: 121 active+clean; 144 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.0 MiB/s wr, 20 op/s 2023-09-30T09:17:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:11 smithi192 ceph-mon[180220]: osdmap e633: 8 total, 8 up, 8 in 2023-09-30T09:17:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:11 smithi118 ceph-mon[182959]: osdmap e632: 8 total, 8 up, 8 in 2023-09-30T09:17:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:11 smithi118 ceph-mon[182959]: pgmap v659: 121 pgs: 121 active+clean; 144 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.0 MiB/s wr, 20 op/s 2023-09-30T09:17:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:11 smithi118 ceph-mon[182959]: osdmap e633: 8 total, 8 up, 8 in 2023-09-30T09:17:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:11 smithi118 ceph-mon[185516]: osdmap e632: 8 total, 8 up, 8 in 2023-09-30T09:17:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:11 smithi118 ceph-mon[185516]: pgmap v659: 121 pgs: 121 active+clean; 144 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 2.0 MiB/s wr, 20 op/s 2023-09-30T09:17:12.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:11 smithi118 ceph-mon[185516]: osdmap e633: 8 total, 8 up, 8 in 2023-09-30T09:17:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:2965: done (2 left) 2023-09-30T09:17:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:2966: done (1 left) 2023-09-30T09:17:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:2967: done (0 left) 2023-09-30T09:17:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 279 2023-09-30T09:17:12.533 INFO:tasks.rados.rados.0.smithi118.stdout:2968: seq_num 911 ranges {1794048=466944,2260992=401408} 2023-09-30T09:17:12.545 INFO:tasks.rados.rados.0.smithi118.stdout:2968: writing smithi118168640-4 from 1794048 to 2260992 tid 1 2023-09-30T09:17:12.547 INFO:tasks.rados.rados.0.smithi118.stdout:2968: writing smithi118168640-4 from 2260992 to 2662400 tid 2 2023-09-30T09:17:12.547 INFO:tasks.rados.rados.0.smithi118.stdout:2969: delete oid 37 current snap is 279 2023-09-30T09:17:12.551 INFO:tasks.rados.rados.0.smithi118.stdout:2968: finishing write tid 1 to smithi118168640-4 2023-09-30T09:17:12.551 INFO:tasks.rados.rados.0.smithi118.stdout:2968: finishing write tid 2 to smithi118168640-4 2023-09-30T09:17:12.552 INFO:tasks.rados.rados.0.smithi118.stdout:2969: done (1 left) 2023-09-30T09:17:12.553 INFO:tasks.rados.rados.0.smithi118.stdout:2970: rollback oid 38 current snap is 279 2023-09-30T09:17:12.553 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 276 2023-09-30T09:17:12.553 INFO:tasks.rados.rados.0.smithi118.stdout:2968: finishing write tid 3 to smithi118168640-4 2023-09-30T09:17:12.553 INFO:tasks.rados.rados.0.smithi118.stdout:2971: delete oid 47 current snap is 279 2023-09-30T09:17:12.554 INFO:tasks.rados.rados.0.smithi118.stdout:2968: finishing write tid 4 to smithi118168640-4 2023-09-30T09:17:12.554 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1353 (ObjNum 911 snap 279 seq_num 911) dirty exists 2023-09-30T09:17:12.554 INFO:tasks.rados.rados.0.smithi118.stdout:2968: left oid 4 (ObjNum 911 snap 279 seq_num 911) 2023-09-30T09:17:12.555 INFO:tasks.rados.rados.0.smithi118.stdout:2970: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:17:12.556 INFO:tasks.rados.rados.0.smithi118.stdout:2970: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:17:12.557 INFO:tasks.rados.rados.0.smithi118.stdout:2970: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:17:12.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1046 (ObjNum 903 snap 276 seq_num 903) dirty exists 2023-09-30T09:17:12.557 INFO:tasks.rados.rados.0.smithi118.stdout:2968: done (2 left) 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:2970: done (1 left) 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:2971: done (0 left) 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:2972: copy_from oid 4 from oid 48 current snap is 279 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:2973: rollback oid 38 current snap is 279 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 274 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:2974: rollback oid 8 current snap is 279 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 8 to 275 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:2975: copy_from oid 19 from oid 21 current snap is 279 2023-09-30T09:17:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:2976: snap_remove snap 276 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2976: done (4 left) 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2977: rollback oid 49 current snap is 279 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 49 to 275 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2973: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2973: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2974: finishing rollback tid 0 to smithi118168640-8 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2974: finishing rollback tid 1 to smithi118168640-8 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2974: finishing rollback tid 2 to smithi118168640-8 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1414 (ObjNum 852 snap 258 seq_num 852) dirty exists 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:2973: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:17:13.548 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1050 (ObjNum 875 snap 266 seq_num 875) dirty exists 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2972: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2972: finishing copy_from to smithi118168640-4 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1482 (ObjNum 907 snap 277 seq_num 907) dirty exists 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2975: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2975: finishing copy_from to smithi118168640-19 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1037 (ObjNum 885 snap 270 seq_num 885) dirty exists 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2972: done (4 left) 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2973: done (3 left) 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2974: done (2 left) 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2975: done (1 left) 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 279 2023-09-30T09:17:13.549 INFO:tasks.rados.rados.0.smithi118.stdout:2978: seq_num 914 ranges {376832=516096,892928=401408} 2023-09-30T09:17:13.552 INFO:tasks.rados.rados.0.smithi118.stdout:2978: writing smithi118168640-15 from 376832 to 892928 tid 1 2023-09-30T09:17:13.553 INFO:tasks.rados.rados.0.smithi118.stdout:2978: writing smithi118168640-15 from 892928 to 1294336 tid 2 2023-09-30T09:17:13.554 INFO:tasks.rados.rados.0.smithi118.stdout:2979: snap_create 2023-09-30T09:17:13.554 INFO:tasks.rados.rados.0.smithi118.stdout:2977: finishing rollback tid 0 to smithi118168640-49 2023-09-30T09:17:13.554 INFO:tasks.rados.rados.0.smithi118.stdout:2977: finishing rollback tid 1 to smithi118168640-49 2023-09-30T09:17:13.554 INFO:tasks.rados.rados.0.smithi118.stdout:2977: finishing rollback tid 2 to smithi118168640-49 2023-09-30T09:17:13.554 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1484 (ObjNum 869 snap 265 seq_num 869) dirty exists 2023-09-30T09:17:13.558 INFO:tasks.rados.rados.0.smithi118.stdout:2978: finishing write tid 1 to smithi118168640-15 2023-09-30T09:17:13.558 INFO:tasks.rados.rados.0.smithi118.stdout:2978: finishing write tid 2 to smithi118168640-15 2023-09-30T09:17:13.558 INFO:tasks.rados.rados.0.smithi118.stdout:2978: finishing write tid 3 to smithi118168640-15 2023-09-30T09:17:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:2978: finishing write tid 4 to smithi118168640-15 2023-09-30T09:17:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1042 (ObjNum 914 snap 279 seq_num 914) dirty exists 2023-09-30T09:17:13.559 INFO:tasks.rados.rados.0.smithi118.stdout:2978: left oid 15 (ObjNum 914 snap 279 seq_num 914) 2023-09-30T09:17:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:13 smithi118 ceph-mon[182959]: osdmap e634: 8 total, 8 up, 8 in 2023-09-30T09:17:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:13 smithi118 ceph-mon[182959]: pgmap v662: 121 pgs: 121 active+clean; 145 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 1.9 MiB/s wr, 18 op/s 2023-09-30T09:17:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:13 smithi118 ceph-mon[185516]: osdmap e634: 8 total, 8 up, 8 in 2023-09-30T09:17:13.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:13 smithi118 ceph-mon[185516]: pgmap v662: 121 pgs: 121 active+clean; 145 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 1.9 MiB/s wr, 18 op/s 2023-09-30T09:17:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:13 smithi192 ceph-mon[180220]: osdmap e634: 8 total, 8 up, 8 in 2023-09-30T09:17:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:13 smithi192 ceph-mon[180220]: pgmap v662: 121 pgs: 121 active+clean; 145 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 1.9 MiB/s wr, 18 op/s 2023-09-30T09:17:14.545 INFO:tasks.rados.rados.0.smithi118.stdout:2977: done (2 left) 2023-09-30T09:17:14.546 INFO:tasks.rados.rados.0.smithi118.stdout:2978: done (1 left) 2023-09-30T09:17:14.546 INFO:tasks.rados.rados.0.smithi118.stdout:2979: done (0 left) 2023-09-30T09:17:14.546 INFO:tasks.rados.rados.0.smithi118.stdout:2980: copy_from oid 49 from oid 13 current snap is 280 2023-09-30T09:17:14.546 INFO:tasks.rados.rados.0.smithi118.stdout:2981: copy_from oid 46 from oid 17 current snap is 280 2023-09-30T09:17:14.546 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 280 2023-09-30T09:17:14.546 INFO:tasks.rados.rados.0.smithi118.stdout:2982: seq_num 915 ranges {0=532480,532480=401408} 2023-09-30T09:17:14.548 INFO:tasks.rados.rados.0.smithi118.stdout:2982: writing smithi118168640-25 from 0 to 532480 tid 1 2023-09-30T09:17:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2982: writing smithi118168640-25 from 532480 to 933888 tid 2 2023-09-30T09:17:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2983: read oid 11 snap -1 2023-09-30T09:17:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2983: expect (ObjNum 867 snap 263 seq_num 867) 2023-09-30T09:17:14.551 INFO:tasks.rados.rados.0.smithi118.stdout:2984: read oid 29 snap -1 2023-09-30T09:17:14.552 INFO:tasks.rados.rados.0.smithi118.stdout:2984: expect (ObjNum 809 snap 247 seq_num 809) 2023-09-30T09:17:14.552 INFO:tasks.rados.rados.0.smithi118.stdout:2985: copy_from oid 38 from oid 43 current snap is 280 2023-09-30T09:17:14.552 INFO:tasks.rados.rados.0.smithi118.stdout:2986: snap_create 2023-09-30T09:17:14.555 INFO:tasks.rados.rados.0.smithi118.stdout:2981: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:17:14.557 INFO:tasks.rados.rados.0.smithi118.stdout:2981: finishing copy_from to smithi118168640-46 2023-09-30T09:17:14.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1401 (ObjNum 33 snap 0 seq_num 3323637328) dirty exists 2023-09-30T09:17:14.558 INFO:tasks.rados.rados.0.smithi118.stdout:2982: finishing write tid 1 to smithi118168640-25 2023-09-30T09:17:14.558 INFO:tasks.rados.rados.0.smithi118.stdout:2982: finishing write tid 2 to smithi118168640-25 2023-09-30T09:17:14.558 INFO:tasks.rados.rados.0.smithi118.stdout:2982: finishing write tid 3 to smithi118168640-25 2023-09-30T09:17:14.561 INFO:tasks.rados.rados.0.smithi118.stdout:2982: finishing write tid 4 to smithi118168640-25 2023-09-30T09:17:14.561 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1025 (ObjNum 915 snap 280 seq_num 915) dirty exists 2023-09-30T09:17:14.561 INFO:tasks.rados.rados.0.smithi118.stdout:2982: left oid 25 (ObjNum 915 snap 280 seq_num 915) 2023-09-30T09:17:14.570 INFO:tasks.rados.rados.0.smithi118.stdout:2980: finishing copy_from racing read to smithi118168640-49 2023-09-30T09:17:14.583 INFO:tasks.rados.rados.0.smithi118.stdout:2983: expect (ObjNum 867 snap 263 seq_num 867) 2023-09-30T09:17:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:14 smithi118 ceph-mon[182959]: osdmap e635: 8 total, 8 up, 8 in 2023-09-30T09:17:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:14 smithi118 ceph-mon[185516]: osdmap e635: 8 total, 8 up, 8 in 2023-09-30T09:17:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:14 smithi192 ceph-mon[180220]: osdmap e635: 8 total, 8 up, 8 in 2023-09-30T09:17:15.028 INFO:tasks.rados.rados.0.smithi118.stdout:2980: finishing copy_from to smithi118168640-49 2023-09-30T09:17:15.028 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1349 (ObjNum 899 snap 276 seq_num 899) dirty exists 2023-09-30T09:17:15.028 INFO:tasks.rados.rados.0.smithi118.stdout:2984: expect (ObjNum 809 snap 247 seq_num 809) 2023-09-30T09:17:15.064 INFO:tasks.rados.rados.0.smithi118.stdout:2985: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:17:15.065 INFO:tasks.rados.rados.0.smithi118.stdout:2985: finishing copy_from to smithi118168640-38 2023-09-30T09:17:15.065 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1034 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:15.550 INFO:tasks.rados.rados.0.smithi118.stdout:2980: done (6 left) 2023-09-30T09:17:15.550 INFO:tasks.rados.rados.0.smithi118.stdout:2981: done (5 left) 2023-09-30T09:17:15.550 INFO:tasks.rados.rados.0.smithi118.stdout:2982: done (4 left) 2023-09-30T09:17:15.550 INFO:tasks.rados.rados.0.smithi118.stdout:2983: done (3 left) 2023-09-30T09:17:15.550 INFO:tasks.rados.rados.0.smithi118.stdout:2984: done (2 left) 2023-09-30T09:17:15.550 INFO:tasks.rados.rados.0.smithi118.stdout:2985: done (1 left) 2023-09-30T09:17:15.550 INFO:tasks.rados.rados.0.smithi118.stdout:2986: done (0 left) 2023-09-30T09:17:15.551 INFO:tasks.rados.rados.0.smithi118.stdout:2987: snap_create 2023-09-30T09:17:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:15 smithi118 ceph-mon[182959]: osdmap e636: 8 total, 8 up, 8 in 2023-09-30T09:17:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:15 smithi118 ceph-mon[182959]: pgmap v665: 121 pgs: 121 active+clean; 150 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:17:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:15 smithi118 ceph-mon[185516]: osdmap e636: 8 total, 8 up, 8 in 2023-09-30T09:17:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:15 smithi118 ceph-mon[185516]: pgmap v665: 121 pgs: 121 active+clean; 150 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:17:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:15 smithi192 ceph-mon[180220]: osdmap e636: 8 total, 8 up, 8 in 2023-09-30T09:17:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:15 smithi192 ceph-mon[180220]: pgmap v665: 121 pgs: 121 active+clean; 150 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 1.5 MiB/s wr, 15 op/s 2023-09-30T09:17:16.528 INFO:tasks.rados.rados.0.smithi118.stdout:2987: done (0 left) 2023-09-30T09:17:16.528 INFO:tasks.rados.rados.0.smithi118.stdout:2988: snap_create 2023-09-30T09:17:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:16 smithi118 ceph-mon[182959]: osdmap e637: 8 total, 8 up, 8 in 2023-09-30T09:17:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:16 smithi118 ceph-mon[182959]: osdmap e638: 8 total, 8 up, 8 in 2023-09-30T09:17:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:16 smithi118 ceph-mon[185516]: osdmap e637: 8 total, 8 up, 8 in 2023-09-30T09:17:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:16 smithi118 ceph-mon[185516]: osdmap e638: 8 total, 8 up, 8 in 2023-09-30T09:17:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:16 smithi192 ceph-mon[180220]: osdmap e637: 8 total, 8 up, 8 in 2023-09-30T09:17:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:16 smithi192 ceph-mon[180220]: osdmap e638: 8 total, 8 up, 8 in 2023-09-30T09:17:17.535 INFO:tasks.rados.rados.0.smithi118.stdout:2988: done (0 left) 2023-09-30T09:17:17.535 INFO:tasks.rados.rados.0.smithi118.stdout:2989: rmattr oid 31 current snap is 283 2023-09-30T09:17:17.535 INFO:tasks.rados.rados.0.smithi118.stdout:2989: done (0 left) 2023-09-30T09:17:17.535 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 283 2023-09-30T09:17:17.535 INFO:tasks.rados.rados.0.smithi118.stdout:2990: seq_num 916 ranges {139264=548864,688128=401408} 2023-09-30T09:17:17.538 INFO:tasks.rados.rados.0.smithi118.stdout:2990: writing smithi118168640-24 from 139264 to 688128 tid 1 2023-09-30T09:17:17.542 INFO:tasks.rados.rados.0.smithi118.stdout:2990: writing smithi118168640-24 from 688128 to 1089536 tid 2 2023-09-30T09:17:17.542 INFO:tasks.rados.rados.0.smithi118.stdout:2991: copy_from oid 13 from oid 50 current snap is 283 2023-09-30T09:17:17.542 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 6 current snap is 283 2023-09-30T09:17:17.542 INFO:tasks.rados.rados.0.smithi118.stdout:2992: seq_num 917 ranges {2260992=565248,2826240=401408} 2023-09-30T09:17:17.558 INFO:tasks.rados.rados.0.smithi118.stdout:2992: writing smithi118168640-6 from 2260992 to 2826240 tid 1 2023-09-30T09:17:17.560 INFO:tasks.rados.rados.0.smithi118.stdout:2992: writing smithi118168640-6 from 2826240 to 3227648 tid 2 2023-09-30T09:17:17.560 INFO:tasks.rados.rados.0.smithi118.stdout:2990: finishing write tid 1 to smithi118168640-24 2023-09-30T09:17:17.560 INFO:tasks.rados.rados.0.smithi118.stdout:2990: finishing write tid 2 to smithi118168640-24 2023-09-30T09:17:17.560 INFO:tasks.rados.rados.0.smithi118.stdout:2990: finishing write tid 3 to smithi118168640-24 2023-09-30T09:17:17.561 INFO:tasks.rados.rados.0.smithi118.stdout:2990: finishing write tid 4 to smithi118168640-24 2023-09-30T09:17:17.561 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1029 (ObjNum 916 snap 283 seq_num 916) dirty exists 2023-09-30T09:17:17.561 INFO:tasks.rados.rados.0.smithi118.stdout:2990: left oid 24 (ObjNum 916 snap 283 seq_num 916) 2023-09-30T09:17:17.561 INFO:tasks.rados.rados.0.smithi118.stdout:2991: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:17:17.561 INFO:tasks.rados.rados.0.smithi118.stdout:2991: finishing copy_from to smithi118168640-13 2023-09-30T09:17:17.561 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1471 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:17.562 INFO:tasks.rados.rados.0.smithi118.stdout:2990: done (2 left) 2023-09-30T09:17:17.562 INFO:tasks.rados.rados.0.smithi118.stdout:2991: done (1 left) 2023-09-30T09:17:17.562 INFO:tasks.rados.rados.0.smithi118.stdout:2993: copy_from oid 2 from oid 42 current snap is 283 2023-09-30T09:17:17.562 INFO:tasks.rados.rados.0.smithi118.stdout:2994: read oid 19 snap -1 2023-09-30T09:17:17.562 INFO:tasks.rados.rados.0.smithi118.stdout:2994: expect (ObjNum 885 snap 270 seq_num 885) 2023-09-30T09:17:17.562 INFO:tasks.rados.rados.0.smithi118.stdout:2995: delete oid 33 current snap is 283 2023-09-30T09:17:17.565 INFO:tasks.rados.rados.0.smithi118.stdout:2995: done (3 left) 2023-09-30T09:17:17.565 INFO:tasks.rados.rados.0.smithi118.stdout:2996: delete oid 16 current snap is 283 2023-09-30T09:17:17.568 INFO:tasks.rados.rados.0.smithi118.stdout:2996: done (3 left) 2023-09-30T09:17:17.568 INFO:tasks.rados.rados.0.smithi118.stdout:2997: rmattr oid 7 current snap is 283 2023-09-30T09:17:17.568 INFO:tasks.rados.rados.0.smithi118.stdout:2998: rollback oid 16 current snap is 283 2023-09-30T09:17:17.568 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 274 2023-09-30T09:17:17.568 INFO:tasks.rados.rados.0.smithi118.stdout:2999: read oid 26 snap -1 2023-09-30T09:17:17.568 INFO:tasks.rados.rados.0.smithi118.stdout:2999: expect (ObjNum 856 snap 262 seq_num 856) 2023-09-30T09:17:17.568 INFO:tasks.rados.rados.0.smithi118.stdout:3000: snap_create 2023-09-30T09:17:17.569 INFO:tasks.rados.rados.0.smithi118.stdout:2993: finishing copy_from to smithi118168640-2 2023-09-30T09:17:17.569 INFO:tasks.rados.rados.0.smithi118.stdout:2993: got expected ENOENT (src dne) 2023-09-30T09:17:17.569 INFO:tasks.rados.rados.0.smithi118.stdout:2992: finishing write tid 1 to smithi118168640-6 2023-09-30T09:17:17.570 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1037 (ObjNum 910 snap 278 seq_num 910) dirty exists 2023-09-30T09:17:17.572 INFO:tasks.rados.rados.0.smithi118.stdout:2993: finishing copy_from racing read to smithi118168640-2 2023-09-30T09:17:17.572 INFO:tasks.rados.rados.0.smithi118.stdout:2992: finishing write tid 2 to smithi118168640-6 2023-09-30T09:17:17.572 INFO:tasks.rados.rados.0.smithi118.stdout:2992: finishing write tid 3 to smithi118168640-6 2023-09-30T09:17:17.573 INFO:tasks.rados.rados.0.smithi118.stdout:2998: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:17:17.573 INFO:tasks.rados.rados.0.smithi118.stdout:2998: finishing rollback tid 2 to smithi118168640-16 2023-09-30T09:17:17.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1485 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:17:17.581 INFO:tasks.rados.rados.0.smithi118.stdout:2992: finishing write tid 4 to smithi118168640-6 2023-09-30T09:17:17.581 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 1487 (ObjNum 917 snap 283 seq_num 917) dirty exists 2023-09-30T09:17:17.581 INFO:tasks.rados.rados.0.smithi118.stdout:2992: left oid 6 (ObjNum 917 snap 283 seq_num 917) 2023-09-30T09:17:17.584 INFO:tasks.rados.rados.0.smithi118.stdout:2994: expect (ObjNum 885 snap 270 seq_num 885) 2023-09-30T09:17:17.777 INFO:tasks.rados.rados.0.smithi118.stdout:2999: expect (ObjNum 856 snap 262 seq_num 856) 2023-09-30T09:17:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:17 smithi118 ceph-mon[182959]: pgmap v668: 121 pgs: 121 active+clean; 153 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.2 MiB/s wr, 14 op/s 2023-09-30T09:17:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:17 smithi118 ceph-mon[182959]: osdmap e639: 8 total, 8 up, 8 in 2023-09-30T09:17:17.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:17 smithi118 ceph-mon[185516]: pgmap v668: 121 pgs: 121 active+clean; 153 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.2 MiB/s wr, 14 op/s 2023-09-30T09:17:17.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:17 smithi118 ceph-mon[185516]: osdmap e639: 8 total, 8 up, 8 in 2023-09-30T09:17:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:17 smithi192 ceph-mon[180220]: pgmap v668: 121 pgs: 121 active+clean; 153 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.5 MiB/s rd, 2.2 MiB/s wr, 14 op/s 2023-09-30T09:17:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:17 smithi192 ceph-mon[180220]: osdmap e639: 8 total, 8 up, 8 in 2023-09-30T09:17:18.741 INFO:tasks.rados.rados.0.smithi118.stdout:2992: done (6 left) 2023-09-30T09:17:18.742 INFO:tasks.rados.rados.0.smithi118.stdout:2993: done (5 left) 2023-09-30T09:17:18.742 INFO:tasks.rados.rados.0.smithi118.stdout:2994: done (4 left) 2023-09-30T09:17:18.742 INFO:tasks.rados.rados.0.smithi118.stdout:2997: done (3 left) 2023-09-30T09:17:18.742 INFO:tasks.rados.rados.0.smithi118.stdout:2998: done (2 left) 2023-09-30T09:17:18.742 INFO:tasks.rados.rados.0.smithi118.stdout:2999: done (1 left) 2023-09-30T09:17:18.742 INFO:tasks.rados.rados.0.smithi118.stdout:3000: done (0 left) 2023-09-30T09:17:18.742 INFO:tasks.rados.rados.0.smithi118.stdout:3001: snap_create 2023-09-30T09:17:19.561 INFO:tasks.rados.rados.0.smithi118.stdout:3001: done (0 left) 2023-09-30T09:17:19.561 INFO:tasks.rados.rados.0.smithi118.stdout:3002: snap_remove snap 281 2023-09-30T09:17:19.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:17:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:17:19] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:17:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:19 smithi118 ceph-mon[185516]: osdmap e640: 8 total, 8 up, 8 in 2023-09-30T09:17:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:19 smithi118 ceph-mon[185516]: pgmap v671: 121 pgs: 121 active+clean; 158 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 7 op/s 2023-09-30T09:17:19.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:19 smithi118 ceph-mon[182959]: osdmap e640: 8 total, 8 up, 8 in 2023-09-30T09:17:19.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:19.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:19 smithi118 ceph-mon[182959]: pgmap v671: 121 pgs: 121 active+clean; 158 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 7 op/s 2023-09-30T09:17:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:19 smithi192 ceph-mon[180220]: osdmap e640: 8 total, 8 up, 8 in 2023-09-30T09:17:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:19 smithi192 ceph-mon[180220]: pgmap v671: 121 pgs: 121 active+clean; 158 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.2 MiB/s wr, 7 op/s 2023-09-30T09:17:20.565 INFO:tasks.rados.rados.0.smithi118.stdout:3002: done (0 left) 2023-09-30T09:17:20.972 INFO:tasks.rados.rados.0.smithi118.stdout:3003: rollback oid 24 current snap is 285 2023-09-30T09:17:20.972 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 24 to 283 2023-09-30T09:17:20.973 INFO:tasks.rados.rados.0.smithi118.stdout:3004: copy_from oid 33 from oid 15 current snap is 285 2023-09-30T09:17:20.973 INFO:tasks.rados.rados.0.smithi118.stdout:3005: snap_remove snap 274 2023-09-30T09:17:20.974 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:20 smithi192 ceph-mon[180220]: osdmap e641: 8 total, 8 up, 8 in 2023-09-30T09:17:20.974 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:20 smithi118 ceph-mon[182959]: osdmap e641: 8 total, 8 up, 8 in 2023-09-30T09:17:20.974 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:20 smithi118 ceph-mon[185516]: osdmap e641: 8 total, 8 up, 8 in 2023-09-30T09:17:21.538 INFO:tasks.rados.rados.0.smithi118.stdout:3005: done (2 left) 2023-09-30T09:17:21.538 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 285 2023-09-30T09:17:21.538 INFO:tasks.rados.rados.0.smithi118.stdout:3006: seq_num 920 ranges {2867200=614400,3481600=401408} 2023-09-30T09:17:21.554 INFO:tasks.rados.rados.0.smithi118.stdout:3006: writing smithi118168640-40 from 2867200 to 3481600 tid 1 2023-09-30T09:17:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3006: writing smithi118168640-40 from 3481600 to 3883008 tid 2 2023-09-30T09:17:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 285 2023-09-30T09:17:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3007: seq_num 921 ranges {3981312=630784,4612096=401408} 2023-09-30T09:17:21.583 INFO:tasks.rados.rados.0.smithi118.stdout:3007: writing smithi118168640-21 from 3981312 to 4612096 tid 1 2023-09-30T09:17:21.585 INFO:tasks.rados.rados.0.smithi118.stdout:3007: writing smithi118168640-21 from 4612096 to 5013504 tid 2 2023-09-30T09:17:21.585 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 285 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3003: finishing rollback tid 0 to smithi118168640-24 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3003: finishing rollback tid 1 to smithi118168640-24 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3003: finishing rollback tid 2 to smithi118168640-24 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1032 (ObjNum 916 snap 283 seq_num 916) dirty exists 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3004: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3004: finishing copy_from to smithi118168640-33 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1042 (ObjNum 914 snap 279 seq_num 914) dirty exists 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3006: finishing write tid 1 to smithi118168640-40 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3006: finishing write tid 2 to smithi118168640-40 2023-09-30T09:17:21.586 INFO:tasks.rados.rados.0.smithi118.stdout:3008: seq_num 922 ranges {3981312=647168,4628480=401408} 2023-09-30T09:17:21.610 INFO:tasks.rados.rados.0.smithi118.stdout:3008: writing smithi118168640-19 from 3981312 to 4628480 tid 1 2023-09-30T09:17:21.612 INFO:tasks.rados.rados.0.smithi118.stdout:3008: writing smithi118168640-19 from 4628480 to 5029888 tid 2 2023-09-30T09:17:21.612 INFO:tasks.rados.rados.0.smithi118.stdout:3003: done (4 left) 2023-09-30T09:17:21.612 INFO:tasks.rados.rados.0.smithi118.stdout:3004: done (3 left) 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3009: delete oid 36 current snap is 285 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3006: finishing write tid 3 to smithi118168640-40 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3006: finishing write tid 4 to smithi118168640-40 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1035 (ObjNum 920 snap 285 seq_num 920) dirty exists 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3006: left oid 40 (ObjNum 920 snap 285 seq_num 920) 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3007: finishing write tid 1 to smithi118168640-21 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3007: finishing write tid 2 to smithi118168640-21 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3007: finishing write tid 3 to smithi118168640-21 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3007: finishing write tid 4 to smithi118168640-21 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1054 (ObjNum 921 snap 285 seq_num 921) dirty exists 2023-09-30T09:17:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3007: left oid 21 (ObjNum 921 snap 285 seq_num 921) 2023-09-30T09:17:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3006: done (3 left) 2023-09-30T09:17:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3007: done (2 left) 2023-09-30T09:17:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3009: done (1 left) 2023-09-30T09:17:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3010: snap_create 2023-09-30T09:17:21.616 INFO:tasks.rados.rados.0.smithi118.stdout:3008: finishing write tid 1 to smithi118168640-19 2023-09-30T09:17:21.616 INFO:tasks.rados.rados.0.smithi118.stdout:3008: finishing write tid 2 to smithi118168640-19 2023-09-30T09:17:21.616 INFO:tasks.rados.rados.0.smithi118.stdout:3008: finishing write tid 3 to smithi118168640-19 2023-09-30T09:17:21.618 INFO:tasks.rados.rados.0.smithi118.stdout:3008: finishing write tid 4 to smithi118168640-19 2023-09-30T09:17:21.618 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1498 (ObjNum 922 snap 285 seq_num 922) dirty exists 2023-09-30T09:17:21.619 INFO:tasks.rados.rados.0.smithi118.stdout:3008: left oid 19 (ObjNum 922 snap 285 seq_num 922) 2023-09-30T09:17:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:21 smithi118 ceph-mon[182959]: osdmap e642: 8 total, 8 up, 8 in 2023-09-30T09:17:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:21 smithi118 ceph-mon[182959]: pgmap v674: 121 pgs: 121 active+clean; 171 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 4.1 MiB/s wr, 11 op/s 2023-09-30T09:17:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:21 smithi118 ceph-mon[182959]: osdmap e643: 8 total, 8 up, 8 in 2023-09-30T09:17:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:21 smithi118 ceph-mon[185516]: osdmap e642: 8 total, 8 up, 8 in 2023-09-30T09:17:21.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:21 smithi118 ceph-mon[185516]: pgmap v674: 121 pgs: 121 active+clean; 171 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 4.1 MiB/s wr, 11 op/s 2023-09-30T09:17:21.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:21 smithi118 ceph-mon[185516]: osdmap e643: 8 total, 8 up, 8 in 2023-09-30T09:17:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:21 smithi192 ceph-mon[180220]: osdmap e642: 8 total, 8 up, 8 in 2023-09-30T09:17:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:21 smithi192 ceph-mon[180220]: pgmap v674: 121 pgs: 121 active+clean; 171 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 4.1 MiB/s wr, 11 op/s 2023-09-30T09:17:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:21 smithi192 ceph-mon[180220]: osdmap e643: 8 total, 8 up, 8 in 2023-09-30T09:17:22.581 INFO:tasks.rados.rados.0.smithi118.stdout:3008: done (1 left) 2023-09-30T09:17:22.581 INFO:tasks.rados.rados.0.smithi118.stdout:3010: done (0 left) 2023-09-30T09:17:22.581 INFO:tasks.rados.rados.0.smithi118.stdout:3011: read oid 21 snap 278 2023-09-30T09:17:22.581 INFO:tasks.rados.rados.0.smithi118.stdout:3011: expect (ObjNum 885 snap 270 seq_num 885) 2023-09-30T09:17:22.581 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 286 2023-09-30T09:17:22.581 INFO:tasks.rados.rados.0.smithi118.stdout:3012: seq_num 924 ranges {7184384=679936,7864320=401408} 2023-09-30T09:17:22.623 INFO:tasks.rados.rados.0.smithi118.stdout:3012: writing smithi118168640-35 from 7184384 to 7864320 tid 1 2023-09-30T09:17:22.625 INFO:tasks.rados.rados.0.smithi118.stdout:3012: writing smithi118168640-35 from 7864320 to 8265728 tid 2 2023-09-30T09:17:22.625 INFO:tasks.rados.rados.0.smithi118.stdout:3013: delete oid 39 current snap is 286 2023-09-30T09:17:22.625 INFO:tasks.rados.rados.0.smithi118.stdout:3011: expect (ObjNum 885 snap 270 seq_num 885) 2023-09-30T09:17:22.818 INFO:tasks.rados.rados.0.smithi118.stdout:3012: finishing write tid 1 to smithi118168640-35 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3012: finishing write tid 2 to smithi118168640-35 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3012: finishing write tid 3 to smithi118168640-35 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3012: finishing write tid 4 to smithi118168640-35 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1488 (ObjNum 924 snap 286 seq_num 924) dirty exists 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3012: left oid 35 (ObjNum 924 snap 286 seq_num 924) 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3011: done (2 left) 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3012: done (1 left) 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3013: done (0 left) 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3014: rmattr oid 30 current snap is 286 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3014: done (0 left) 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3015: read oid 26 snap 275 2023-09-30T09:17:22.819 INFO:tasks.rados.rados.0.smithi118.stdout:3015: expect (ObjNum 856 snap 262 seq_num 856) 2023-09-30T09:17:22.820 INFO:tasks.rados.rados.0.smithi118.stdout:3016: read oid 40 snap -1 2023-09-30T09:17:22.820 INFO:tasks.rados.rados.0.smithi118.stdout:3016: expect (ObjNum 920 snap 285 seq_num 920) 2023-09-30T09:17:22.820 INFO:tasks.rados.rados.0.smithi118.stdout:3017: copy_from oid 44 from oid 27 current snap is 286 2023-09-30T09:17:22.820 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 286 2023-09-30T09:17:22.820 INFO:tasks.rados.rados.0.smithi118.stdout:3018: seq_num 926 ranges {5832704=712704,6545408=401408} 2023-09-30T09:17:22.853 INFO:tasks.rados.rados.0.smithi118.stdout:3018: writing smithi118168640-22 from 5832704 to 6545408 tid 1 2023-09-30T09:17:22.856 INFO:tasks.rados.rados.0.smithi118.stdout:3018: writing smithi118168640-22 from 6545408 to 6946816 tid 2 2023-09-30T09:17:22.857 INFO:tasks.rados.rados.0.smithi118.stdout:3019: read oid 45 snap 275 2023-09-30T09:17:22.857 INFO:tasks.rados.rados.0.smithi118.stdout:3019: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:17:22.857 INFO:tasks.rados.rados.0.smithi118.stdout:3020: snap_create 2023-09-30T09:17:22.857 INFO:tasks.rados.rados.0.smithi118.stdout:3016: expect (ObjNum 920 snap 285 seq_num 920) 2023-09-30T09:17:23.058 INFO:tasks.rados.rados.0.smithi118.stdout:3017: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:17:23.059 INFO:tasks.rados.rados.0.smithi118.stdout:3017: finishing copy_from to smithi118168640-44 2023-09-30T09:17:23.059 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1030 (ObjNum 878 snap 267 seq_num 878) dirty exists 2023-09-30T09:17:23.059 INFO:tasks.rados.rados.0.smithi118.stdout:3018: finishing write tid 1 to smithi118168640-22 2023-09-30T09:17:23.059 INFO:tasks.rados.rados.0.smithi118.stdout:3018: finishing write tid 2 to smithi118168640-22 2023-09-30T09:17:23.059 INFO:tasks.rados.rados.0.smithi118.stdout:3018: finishing write tid 3 to smithi118168640-22 2023-09-30T09:17:23.059 INFO:tasks.rados.rados.0.smithi118.stdout:3019: expect (ObjNum 795 snap 242 seq_num 795) 2023-09-30T09:17:23.173 INFO:tasks.rados.rados.0.smithi118.stdout:3018: finishing write tid 4 to smithi118168640-22 2023-09-30T09:17:23.174 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1035 (ObjNum 926 snap 286 seq_num 926) dirty exists 2023-09-30T09:17:23.174 INFO:tasks.rados.rados.0.smithi118.stdout:3018: left oid 22 (ObjNum 926 snap 286 seq_num 926) 2023-09-30T09:17:23.174 INFO:tasks.rados.rados.0.smithi118.stdout:3015: expect (ObjNum 856 snap 262 seq_num 856) 2023-09-30T09:17:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:23 smithi118 ceph-mon[182959]: osdmap e644: 8 total, 8 up, 8 in 2023-09-30T09:17:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:23 smithi118 ceph-mon[182959]: pgmap v677: 121 pgs: 121 active+clean; 171 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2023-09-30T09:17:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:23 smithi118 ceph-mon[185516]: osdmap e644: 8 total, 8 up, 8 in 2023-09-30T09:17:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:23 smithi118 ceph-mon[185516]: pgmap v677: 121 pgs: 121 active+clean; 171 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2023-09-30T09:17:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:23 smithi192 ceph-mon[180220]: osdmap e644: 8 total, 8 up, 8 in 2023-09-30T09:17:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:23 smithi192 ceph-mon[180220]: pgmap v677: 121 pgs: 121 active+clean; 171 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 MiB/s rd, 2.8 MiB/s wr, 5 op/s 2023-09-30T09:17:24.144 INFO:tasks.rados.rados.0.smithi118.stdout:3015: done (5 left) 2023-09-30T09:17:24.144 INFO:tasks.rados.rados.0.smithi118.stdout:3016: done (4 left) 2023-09-30T09:17:24.144 INFO:tasks.rados.rados.0.smithi118.stdout:3017: done (3 left) 2023-09-30T09:17:24.144 INFO:tasks.rados.rados.0.smithi118.stdout:3018: done (2 left) 2023-09-30T09:17:24.144 INFO:tasks.rados.rados.0.smithi118.stdout:3019: done (1 left) 2023-09-30T09:17:24.144 INFO:tasks.rados.rados.0.smithi118.stdout:3020: done (0 left) 2023-09-30T09:17:24.144 INFO:tasks.rados.rados.0.smithi118.stdout:3021: snap_remove snap 278 2023-09-30T09:17:24.594 INFO:tasks.rados.rados.0.smithi118.stdout:3021: done (0 left) 2023-09-30T09:17:24.594 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 287 2023-09-30T09:17:24.594 INFO:tasks.rados.rados.0.smithi118.stdout:3022: seq_num 927 ranges {2891776=729088,3620864=401408} 2023-09-30T09:17:24.612 INFO:tasks.rados.rados.0.smithi118.stdout:3022: writing smithi118168640-45 from 2891776 to 3620864 tid 1 2023-09-30T09:17:24.614 INFO:tasks.rados.rados.0.smithi118.stdout:3022: writing smithi118168640-45 from 3620864 to 4022272 tid 2 2023-09-30T09:17:24.614 INFO:tasks.rados.rados.0.smithi118.stdout:3023: snap_remove snap 284 2023-09-30T09:17:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:24 smithi118 ceph-mon[182959]: osdmap e645: 8 total, 8 up, 8 in 2023-09-30T09:17:24.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:24 smithi118 ceph-mon[185516]: osdmap e645: 8 total, 8 up, 8 in 2023-09-30T09:17:24.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:24 smithi192 ceph-mon[180220]: osdmap e645: 8 total, 8 up, 8 in 2023-09-30T09:17:25.597 INFO:tasks.rados.rados.0.smithi118.stdout:3023: done (1 left) 2023-09-30T09:17:25.597 INFO:tasks.rados.rados.0.smithi118.stdout:3024: delete oid 28 current snap is 287 2023-09-30T09:17:25.597 INFO:tasks.rados.rados.0.smithi118.stdout:3022: finishing write tid 1 to smithi118168640-45 2023-09-30T09:17:25.597 INFO:tasks.rados.rados.0.smithi118.stdout:3022: finishing write tid 2 to smithi118168640-45 2023-09-30T09:17:25.598 INFO:tasks.rados.rados.0.smithi118.stdout:3022: finishing write tid 3 to smithi118168640-45 2023-09-30T09:17:25.598 INFO:tasks.rados.rados.0.smithi118.stdout:3022: finishing write tid 4 to smithi118168640-45 2023-09-30T09:17:25.598 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1343 (ObjNum 927 snap 287 seq_num 927) dirty exists 2023-09-30T09:17:25.598 INFO:tasks.rados.rados.0.smithi118.stdout:3022: left oid 45 (ObjNum 927 snap 287 seq_num 927) 2023-09-30T09:17:25.605 INFO:tasks.rados.rados.0.smithi118.stdout:3022: done (1 left) 2023-09-30T09:17:25.605 INFO:tasks.rados.rados.0.smithi118.stdout:3024: done (0 left) 2023-09-30T09:17:25.606 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 287 2023-09-30T09:17:25.606 INFO:tasks.rados.rados.0.smithi118.stdout:3025: seq_num 929 ranges {1810432=761856,2572288=401408} 2023-09-30T09:17:25.618 INFO:tasks.rados.rados.0.smithi118.stdout:3025: writing smithi118168640-4 from 1810432 to 2572288 tid 1 2023-09-30T09:17:25.621 INFO:tasks.rados.rados.0.smithi118.stdout:3025: writing smithi118168640-4 from 2572288 to 2973696 tid 2 2023-09-30T09:17:25.621 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 287 2023-09-30T09:17:25.621 INFO:tasks.rados.rados.0.smithi118.stdout:3026: seq_num 930 ranges {3883008=786432,4669440=401408} 2023-09-30T09:17:25.645 INFO:tasks.rados.rados.0.smithi118.stdout:3026: writing smithi118168640-40 from 3883008 to 4669440 tid 1 2023-09-30T09:17:25.648 INFO:tasks.rados.rados.0.smithi118.stdout:3026: writing smithi118168640-40 from 4669440 to 5070848 tid 2 2023-09-30T09:17:25.648 INFO:tasks.rados.rados.0.smithi118.stdout:3027: copy_from oid 33 from oid 22 current snap is 287 2023-09-30T09:17:25.648 INFO:tasks.rados.rados.0.smithi118.stdout:3025: finishing write tid 1 to smithi118168640-4 2023-09-30T09:17:25.648 INFO:tasks.rados.rados.0.smithi118.stdout:3025: finishing write tid 2 to smithi118168640-4 2023-09-30T09:17:25.649 INFO:tasks.rados.rados.0.smithi118.stdout:3025: finishing write tid 3 to smithi118168640-4 2023-09-30T09:17:25.649 INFO:tasks.rados.rados.0.smithi118.stdout:3025: finishing write tid 4 to smithi118168640-4 2023-09-30T09:17:25.649 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1491 (ObjNum 929 snap 287 seq_num 929) dirty exists 2023-09-30T09:17:25.649 INFO:tasks.rados.rados.0.smithi118.stdout:3025: left oid 4 (ObjNum 929 snap 287 seq_num 929) 2023-09-30T09:17:25.649 INFO:tasks.rados.rados.0.smithi118.stdout:3025: done (2 left) 2023-09-30T09:17:25.649 INFO:tasks.rados.rados.0.smithi118.stdout:3028: snap_remove snap 283 2023-09-30T09:17:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:25 smithi118 ceph-mon[182959]: osdmap e646: 8 total, 8 up, 8 in 2023-09-30T09:17:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:25 smithi118 ceph-mon[182959]: pgmap v680: 121 pgs: 121 active+clean; 178 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-09-30T09:17:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:25 smithi118 ceph-mon[185516]: osdmap e646: 8 total, 8 up, 8 in 2023-09-30T09:17:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:25 smithi118 ceph-mon[185516]: pgmap v680: 121 pgs: 121 active+clean; 178 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-09-30T09:17:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:25 smithi192 ceph-mon[180220]: osdmap e646: 8 total, 8 up, 8 in 2023-09-30T09:17:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:25 smithi192 ceph-mon[180220]: pgmap v680: 121 pgs: 121 active+clean; 178 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 1.6 MiB/s wr, 9 op/s 2023-09-30T09:17:26.598 INFO:tasks.rados.rados.0.smithi118.stdout:3028: done (2 left) 2023-09-30T09:17:26.598 INFO:tasks.rados.rados.0.smithi118.stdout:3029: rmattr oid 45 current snap is 287 2023-09-30T09:17:26.598 INFO:tasks.rados.rados.0.smithi118.stdout:3030: setattr oid 29 current snap is 287 2023-09-30T09:17:26.601 INFO:tasks.rados.rados.0.smithi118.stdout:3031: read oid 37 snap -1 2023-09-30T09:17:26.601 INFO:tasks.rados.rados.0.smithi118.stdout:3031: expect deleted 2023-09-30T09:17:26.601 INFO:tasks.rados.rados.0.smithi118.stdout:3032: snap_remove snap 275 2023-09-30T09:17:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:26 smithi192 ceph-mon[180220]: osdmap e647: 8 total, 8 up, 8 in 2023-09-30T09:17:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:26 smithi118 ceph-mon[182959]: osdmap e647: 8 total, 8 up, 8 in 2023-09-30T09:17:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:26 smithi118 ceph-mon[185516]: osdmap e647: 8 total, 8 up, 8 in 2023-09-30T09:17:27.610 INFO:tasks.rados.rados.0.smithi118.stdout:3032: done (5 left) 2023-09-30T09:17:27.610 INFO:tasks.rados.rados.0.smithi118.stdout:3033: snap_remove snap 286 2023-09-30T09:17:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:27 smithi192 ceph-mon[180220]: osdmap e648: 8 total, 8 up, 8 in 2023-09-30T09:17:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:27 smithi192 ceph-mon[180220]: pgmap v683: 121 pgs: 121 active+clean; 179 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 1.9 MiB/s wr, 11 op/s 2023-09-30T09:17:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:27 smithi118 ceph-mon[182959]: osdmap e648: 8 total, 8 up, 8 in 2023-09-30T09:17:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:27 smithi118 ceph-mon[182959]: pgmap v683: 121 pgs: 121 active+clean; 179 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 1.9 MiB/s wr, 11 op/s 2023-09-30T09:17:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:27 smithi118 ceph-mon[185516]: osdmap e648: 8 total, 8 up, 8 in 2023-09-30T09:17:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:27 smithi118 ceph-mon[185516]: pgmap v683: 121 pgs: 121 active+clean; 179 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 1.9 MiB/s wr, 11 op/s 2023-09-30T09:17:28.614 INFO:tasks.rados.rados.0.smithi118.stdout:3033: done (5 left) 2023-09-30T09:17:28.614 INFO:tasks.rados.rados.0.smithi118.stdout:3034: copy_from oid 43 from oid 3 current snap is 287 2023-09-30T09:17:28.614 INFO:tasks.rados.rados.0.smithi118.stdout:3035: setattr oid 38 current snap is 287 2023-09-30T09:17:28.616 INFO:tasks.rados.rados.0.smithi118.stdout:3036: snap_remove snap 285 2023-09-30T09:17:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:28 smithi192 ceph-mon[180220]: osdmap e649: 8 total, 8 up, 8 in 2023-09-30T09:17:29.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:28 smithi118 ceph-mon[182959]: osdmap e649: 8 total, 8 up, 8 in 2023-09-30T09:17:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:28 smithi118 ceph-mon[185516]: osdmap e649: 8 total, 8 up, 8 in 2023-09-30T09:17:29.624 INFO:tasks.rados.rados.0.smithi118.stdout:3036: done (7 left) 2023-09-30T09:17:29.624 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 287 2023-09-30T09:17:29.624 INFO:tasks.rados.rados.0.smithi118.stdout:3026: finishing write tid 1 to smithi118168640-40 2023-09-30T09:17:29.624 INFO:tasks.rados.rados.0.smithi118.stdout:3037: seq_num 931 ranges {778240=802816,1581056=401408} 2023-09-30T09:17:29.633 INFO:tasks.rados.rados.0.smithi118.stdout:3037: writing smithi118168640-31 from 778240 to 1581056 tid 1 2023-09-30T09:17:29.636 INFO:tasks.rados.rados.0.smithi118.stdout:3037: writing smithi118168640-31 from 1581056 to 1982464 tid 2 2023-09-30T09:17:29.636 INFO:tasks.rados.rados.0.smithi118.stdout:3038: rollback oid 35 current snap is 287 2023-09-30T09:17:29.636 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 280 2023-09-30T09:17:29.636 INFO:tasks.rados.rados.0.smithi118.stdout:3039: snap_remove snap 282 2023-09-30T09:17:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:29 smithi192 ceph-mon[180220]: osdmap e650: 8 total, 8 up, 8 in 2023-09-30T09:17:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:29 smithi192 ceph-mon[180220]: pgmap v686: 121 pgs: 121 active+clean; 173 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 540 KiB/s wr, 3 op/s 2023-09-30T09:17:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:17:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:17:29] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:17:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:29 smithi118 ceph-mon[185516]: osdmap e650: 8 total, 8 up, 8 in 2023-09-30T09:17:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:29 smithi118 ceph-mon[185516]: pgmap v686: 121 pgs: 121 active+clean; 173 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 540 KiB/s wr, 3 op/s 2023-09-30T09:17:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:29 smithi118 ceph-mon[182959]: osdmap e650: 8 total, 8 up, 8 in 2023-09-30T09:17:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:29 smithi118 ceph-mon[182959]: pgmap v686: 121 pgs: 121 active+clean; 173 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 540 KiB/s wr, 3 op/s 2023-09-30T09:17:30.632 INFO:tasks.rados.rados.0.smithi118.stdout:3039: done (9 left) 2023-09-30T09:17:30.632 INFO:tasks.rados.rados.0.smithi118.stdout:3040: delete oid 8 current snap is 287 2023-09-30T09:17:30.632 INFO:tasks.rados.rados.0.smithi118.stdout:3026: finishing write tid 2 to smithi118168640-40 2023-09-30T09:17:30.632 INFO:tasks.rados.rados.0.smithi118.stdout:3026: finishing write tid 3 to smithi118168640-40 2023-09-30T09:17:30.632 INFO:tasks.rados.rados.0.smithi118.stdout:3026: finishing write tid 4 to smithi118168640-40 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1038 (ObjNum 930 snap 287 seq_num 930) dirty exists 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:3026: left oid 40 (ObjNum 930 snap 287 seq_num 930) 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:3027: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:3027: finishing copy_from to smithi118168640-33 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1035 (ObjNum 926 snap 286 seq_num 926) dirty exists 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1344 (ObjNum 927 snap 287 seq_num 927) dirty exists 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1472 (ObjNum 809 snap 247 seq_num 809) dirty exists 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1055 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:30.633 INFO:tasks.rados.rados.0.smithi118.stdout:3034: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:3034: finishing copy_from to smithi118168640-43 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1474 (ObjNum 891 snap 271 seq_num 891) dirty exists 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:3038: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:3037: finishing write tid 1 to smithi118168640-31 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:3038: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:3037: finishing write tid 2 to smithi118168640-31 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:3037: finishing write tid 3 to smithi118168640-31 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:3038: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:17:30.634 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1494 (ObjNum 867 snap 263 seq_num 867) dirty exists 2023-09-30T09:17:30.635 INFO:tasks.rados.rados.0.smithi118.stdout:3037: finishing write tid 4 to smithi118168640-31 2023-09-30T09:17:30.635 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1038 (ObjNum 931 snap 287 seq_num 931) dirty exists 2023-09-30T09:17:30.635 INFO:tasks.rados.rados.0.smithi118.stdout:3037: left oid 31 (ObjNum 931 snap 287 seq_num 931) 2023-09-30T09:17:30.645 INFO:tasks.rados.rados.0.smithi118.stdout:3026: done (9 left) 2023-09-30T09:17:30.645 INFO:tasks.rados.rados.0.smithi118.stdout:3027: done (8 left) 2023-09-30T09:17:30.645 INFO:tasks.rados.rados.0.smithi118.stdout:3029: done (7 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:3030: done (6 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:3031: done (5 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:3034: done (4 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:3035: done (3 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:3037: done (2 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:3038: done (1 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:3040: done (0 left) 2023-09-30T09:17:30.646 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 287 2023-09-30T09:17:30.647 INFO:tasks.rados.rados.0.smithi118.stdout:3041: seq_num 933 ranges {0=434176,434176=548864,983040=253952} 2023-09-30T09:17:30.648 INFO:tasks.rados.rados.0.smithi118.stdout:3041: writing smithi118168640-41 from 0 to 434176 tid 1 2023-09-30T09:17:30.651 INFO:tasks.rados.rados.0.smithi118.stdout:3041: writing smithi118168640-41 from 434176 to 983040 tid 2 2023-09-30T09:17:30.653 INFO:tasks.rados.rados.0.smithi118.stdout:3041: writing smithi118168640-41 from 983040 to 1236992 tid 3 2023-09-30T09:17:30.653 INFO:tasks.rados.rados.0.smithi118.stdout:3042: delete oid 48 current snap is 287 2023-09-30T09:17:30.654 INFO:tasks.rados.rados.0.smithi118.stdout:3041: finishing write tid 1 to smithi118168640-41 2023-09-30T09:17:30.656 INFO:tasks.rados.rados.0.smithi118.stdout:3041: finishing write tid 2 to smithi118168640-41 2023-09-30T09:17:30.657 INFO:tasks.rados.rados.0.smithi118.stdout:3041: finishing write tid 3 to smithi118168640-41 2023-09-30T09:17:30.658 INFO:tasks.rados.rados.0.smithi118.stdout:3041: finishing write tid 4 to smithi118168640-41 2023-09-30T09:17:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:3042: done (1 left) 2023-09-30T09:17:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:3043: copy_from oid 34 from oid 3 current snap is 287 2023-09-30T09:17:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:3044: copy_from oid 25 from oid 31 current snap is 287 2023-09-30T09:17:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 287 2023-09-30T09:17:30.660 INFO:tasks.rados.rados.0.smithi118.stdout:3045: seq_num 935 ranges {2973696=466944,3440640=720896,4161536=81920} 2023-09-30T09:17:30.678 INFO:tasks.rados.rados.0.smithi118.stdout:3045: writing smithi118168640-4 from 2973696 to 3440640 tid 1 2023-09-30T09:17:30.682 INFO:tasks.rados.rados.0.smithi118.stdout:3045: writing smithi118168640-4 from 3440640 to 4161536 tid 2 2023-09-30T09:17:30.683 INFO:tasks.rados.rados.0.smithi118.stdout:3045: writing smithi118168640-4 from 4161536 to 4243456 tid 3 2023-09-30T09:17:30.683 INFO:tasks.rados.rados.0.smithi118.stdout:3046: rollback oid 12 current snap is 287 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 12 to 280 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3041: finishing write tid 5 to smithi118168640-41 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1515 (ObjNum 933 snap 287 seq_num 933) dirty exists 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3041: left oid 41 (ObjNum 933 snap 287 seq_num 933) 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3041: done (4 left) 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3047: delete oid 43 current snap is 287 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3043: finishing copy_from racing read to smithi118168640-34 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3043: finishing copy_from to smithi118168640-34 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 1474 (ObjNum 891 snap 271 seq_num 891) dirty exists 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3044: finishing copy_from racing read to smithi118168640-25 2023-09-30T09:17:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3044: finishing copy_from to smithi118168640-25 2023-09-30T09:17:30.685 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1038 (ObjNum 931 snap 287 seq_num 931) dirty exists 2023-09-30T09:17:30.685 INFO:tasks.rados.rados.0.smithi118.stdout:3045: finishing write tid 1 to smithi118168640-4 2023-09-30T09:17:30.686 INFO:tasks.rados.rados.0.smithi118.stdout:3046: finishing rollback tid 0 to smithi118168640-12 2023-09-30T09:17:30.686 INFO:tasks.rados.rados.0.smithi118.stdout:3046: finishing rollback tid 1 to smithi118168640-12 2023-09-30T09:17:30.687 INFO:tasks.rados.rados.0.smithi118.stdout:3046: finishing rollback tid 2 to smithi118168640-12 2023-09-30T09:17:30.687 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1041 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:17:30.687 INFO:tasks.rados.rados.0.smithi118.stdout:3045: finishing write tid 2 to smithi118168640-4 2023-09-30T09:17:30.687 INFO:tasks.rados.rados.0.smithi118.stdout:3045: finishing write tid 3 to smithi118168640-4 2023-09-30T09:17:30.688 INFO:tasks.rados.rados.0.smithi118.stdout:3045: finishing write tid 4 to smithi118168640-4 2023-09-30T09:17:30.690 INFO:tasks.rados.rados.0.smithi118.stdout:3045: finishing write tid 5 to smithi118168640-4 2023-09-30T09:17:30.690 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1498 (ObjNum 935 snap 287 seq_num 935) dirty exists 2023-09-30T09:17:30.690 INFO:tasks.rados.rados.0.smithi118.stdout:3045: left oid 4 (ObjNum 935 snap 287 seq_num 935) 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:3043: done (4 left) 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:3044: done (3 left) 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:3045: done (2 left) 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:3046: done (1 left) 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:3047: done (0 left) 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:3048: copy_from oid 35 from oid 17 current snap is 287 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 287 2023-09-30T09:17:30.691 INFO:tasks.rados.rados.0.smithi118.stdout:3049: seq_num 937 ranges {3555328=499712,4055040=532480,4587520=270336} 2023-09-30T09:17:30.712 INFO:tasks.rados.rados.0.smithi118.stdout:3049: writing smithi118168640-49 from 3555328 to 4055040 tid 1 2023-09-30T09:17:30.715 INFO:tasks.rados.rados.0.smithi118.stdout:3049: writing smithi118168640-49 from 4055040 to 4587520 tid 2 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:3049: writing smithi118168640-49 from 4587520 to 4857856 tid 3 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:3048: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:3048: finishing copy_from to smithi118168640-35 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1401 (ObjNum 273 snap 0 seq_num 0) dirty exists 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:3049: finishing write tid 1 to smithi118168640-49 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:3048: done (1 left) 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:3050: rollback oid 36 current snap is 287 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 280 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:3051: rollback oid 31 current snap is 287 2023-09-30T09:17:30.717 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 31 to 280 2023-09-30T09:17:30.718 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 287 2023-09-30T09:17:30.718 INFO:tasks.rados.rados.0.smithi118.stdout:3052: seq_num 938 ranges {0=516096,516096=417792,933888=385024} 2023-09-30T09:17:30.720 INFO:tasks.rados.rados.0.smithi118.stdout:3052: writing smithi118168640-47 from 0 to 516096 tid 1 2023-09-30T09:17:30.722 INFO:tasks.rados.rados.0.smithi118.stdout:3052: writing smithi118168640-47 from 516096 to 933888 tid 2 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3052: writing smithi118168640-47 from 933888 to 1318912 tid 3 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3053: delete oid 25 current snap is 287 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3049: finishing write tid 2 to smithi118168640-49 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3051: finishing rollback tid 0 to smithi118168640-31 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3051: finishing rollback tid 1 to smithi118168640-31 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3050: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3049: finishing write tid 3 to smithi118168640-49 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3050: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1040 (ObjNum 879 snap 267 seq_num 879) dirty exists 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:3051: finishing rollback tid 2 to smithi118168640-31 2023-09-30T09:17:30.726 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1044 (ObjNum 906 snap 276 seq_num 906) dirty exists 2023-09-30T09:17:30.727 INFO:tasks.rados.rados.0.smithi118.stdout:3049: finishing write tid 4 to smithi118168640-49 2023-09-30T09:17:30.727 INFO:tasks.rados.rados.0.smithi118.stdout:3049: finishing write tid 5 to smithi118168640-49 2023-09-30T09:17:30.727 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1491 (ObjNum 937 snap 287 seq_num 937) dirty exists 2023-09-30T09:17:30.727 INFO:tasks.rados.rados.0.smithi118.stdout:3049: left oid 49 (ObjNum 937 snap 287 seq_num 937) 2023-09-30T09:17:30.727 INFO:tasks.rados.rados.0.smithi118.stdout:3052: finishing write tid 1 to smithi118168640-47 2023-09-30T09:17:30.727 INFO:tasks.rados.rados.0.smithi118.stdout:3052: finishing write tid 2 to smithi118168640-47 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3049: done (4 left) 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3050: done (3 left) 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3051: done (2 left) 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3053: done (1 left) 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3054: read oid 16 snap -1 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3054: expect (ObjNum 825 snap 253 seq_num 825) 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3055: delete oid 30 current snap is 287 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3052: finishing write tid 3 to smithi118168640-47 2023-09-30T09:17:30.728 INFO:tasks.rados.rados.0.smithi118.stdout:3052: finishing write tid 4 to smithi118168640-47 2023-09-30T09:17:30.729 INFO:tasks.rados.rados.0.smithi118.stdout:3052: finishing write tid 5 to smithi118168640-47 2023-09-30T09:17:30.729 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1059 (ObjNum 938 snap 287 seq_num 938) dirty exists 2023-09-30T09:17:30.730 INFO:tasks.rados.rados.0.smithi118.stdout:3052: left oid 47 (ObjNum 938 snap 287 seq_num 938) 2023-09-30T09:17:30.738 INFO:tasks.rados.rados.0.smithi118.stdout:3054: expect (ObjNum 825 snap 253 seq_num 825) 2023-09-30T09:17:30.782 INFO:tasks.rados.rados.0.smithi118.stdout:3052: done (2 left) 2023-09-30T09:17:30.782 INFO:tasks.rados.rados.0.smithi118.stdout:3054: done (1 left) 2023-09-30T09:17:30.783 INFO:tasks.rados.rados.0.smithi118.stdout:3055: done (0 left) 2023-09-30T09:17:30.783 INFO:tasks.rados.rados.0.smithi118.stdout:3056: copy_from oid 16 from oid 14 current snap is 287 2023-09-30T09:17:30.783 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 287 2023-09-30T09:17:30.783 INFO:tasks.rados.rados.0.smithi118.stdout:3057: seq_num 941 ranges {0=565248,565248=475136,1040384=327680} 2023-09-30T09:17:30.785 INFO:tasks.rados.rados.0.smithi118.stdout:3057: writing smithi118168640-1 from 0 to 565248 tid 1 2023-09-30T09:17:30.788 INFO:tasks.rados.rados.0.smithi118.stdout:3057: writing smithi118168640-1 from 565248 to 1040384 tid 2 2023-09-30T09:17:30.790 INFO:tasks.rados.rados.0.smithi118.stdout:3057: writing smithi118168640-1 from 1040384 to 1368064 tid 3 2023-09-30T09:17:30.790 INFO:tasks.rados.rados.0.smithi118.stdout:3058: read oid 27 snap -1 2023-09-30T09:17:30.790 INFO:tasks.rados.rados.0.smithi118.stdout:3058: expect (ObjNum 878 snap 267 seq_num 878) 2023-09-30T09:17:30.790 INFO:tasks.rados.rados.0.smithi118.stdout:3059: read oid 23 snap 280 2023-09-30T09:17:30.790 INFO:tasks.rados.rados.0.smithi118.stdout:3059: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:17:30.790 INFO:tasks.rados.rados.0.smithi118.stdout:3060: snap_remove snap 279 2023-09-30T09:17:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:30 smithi192 ceph-mon[180220]: osdmap e651: 8 total, 8 up, 8 in 2023-09-30T09:17:31.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:30 smithi118 ceph-mon[185516]: osdmap e651: 8 total, 8 up, 8 in 2023-09-30T09:17:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:30 smithi118 ceph-mon[182959]: osdmap e651: 8 total, 8 up, 8 in 2023-09-30T09:17:31.541 INFO:tasks.rados.rados.0.smithi118.stdout:3060: done (4 left) 2023-09-30T09:17:31.541 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 287 2023-09-30T09:17:31.541 INFO:tasks.rados.rados.0.smithi118.stdout:3061: seq_num 942 ranges {0=581632,581632=761856,1343488=40960} 2023-09-30T09:17:31.541 INFO:tasks.rados.rados.0.smithi118.stdout:3061: writing smithi118168640-28 from 0 to 581632 tid 1 2023-09-30T09:17:31.546 INFO:tasks.rados.rados.0.smithi118.stdout:3061: writing smithi118168640-28 from 581632 to 1343488 tid 2 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:3061: writing smithi118168640-28 from 1343488 to 1384448 tid 3 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:3062: read oid 11 snap 280 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:3062: expect (ObjNum 867 snap 263 seq_num 867) 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:3063: copy_from oid 10 from oid 4 current snap is 287 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:3064: copy_from oid 47 from oid 5 current snap is 287 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:3065: rollback oid 38 current snap is 287 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 280 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 287 2023-09-30T09:17:31.547 INFO:tasks.rados.rados.0.smithi118.stdout:3066: seq_num 943 ranges {5013504=598016,5611520=688128,6299648=114688} 2023-09-30T09:17:31.581 INFO:tasks.rados.rados.0.smithi118.stdout:3066: writing smithi118168640-21 from 5013504 to 5611520 tid 1 2023-09-30T09:17:31.585 INFO:tasks.rados.rados.0.smithi118.stdout:3066: writing smithi118168640-21 from 5611520 to 6299648 tid 2 2023-09-30T09:17:31.586 INFO:tasks.rados.rados.0.smithi118.stdout:3066: writing smithi118168640-21 from 6299648 to 6414336 tid 3 2023-09-30T09:17:31.586 INFO:tasks.rados.rados.0.smithi118.stdout:3067: delete oid 37 current snap is 287 2023-09-30T09:17:31.586 INFO:tasks.rados.rados.0.smithi118.stdout:3056: finishing copy_from to smithi118168640-16 2023-09-30T09:17:31.586 INFO:tasks.rados.rados.0.smithi118.stdout:3056: got expected ENOENT (src dne) 2023-09-30T09:17:31.586 INFO:tasks.rados.rados.0.smithi118.stdout:3056: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:17:31.587 INFO:tasks.rados.rados.0.smithi118.stdout:3057: finishing write tid 1 to smithi118168640-1 2023-09-30T09:17:31.587 INFO:tasks.rados.rados.0.smithi118.stdout:3057: finishing write tid 2 to smithi118168640-1 2023-09-30T09:17:31.587 INFO:tasks.rados.rados.0.smithi118.stdout:3057: finishing write tid 3 to smithi118168640-1 2023-09-30T09:17:31.587 INFO:tasks.rados.rados.0.smithi118.stdout:3057: finishing write tid 4 to smithi118168640-1 2023-09-30T09:17:31.587 INFO:tasks.rados.rados.0.smithi118.stdout:3058: expect (ObjNum 878 snap 267 seq_num 878) 2023-09-30T09:17:31.637 INFO:tasks.rados.rados.0.smithi118.stdout:3057: finishing write tid 5 to smithi118168640-1 2023-09-30T09:17:31.637 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1349 (ObjNum 941 snap 287 seq_num 941) dirty exists 2023-09-30T09:17:31.638 INFO:tasks.rados.rados.0.smithi118.stdout:3057: left oid 1 (ObjNum 941 snap 287 seq_num 941) 2023-09-30T09:17:31.638 INFO:tasks.rados.rados.0.smithi118.stdout:3059: expect (ObjNum 745 snap 232 seq_num 745) 2023-09-30T09:17:31.854 INFO:tasks.rados.rados.0.smithi118.stdout:3061: finishing write tid 1 to smithi118168640-28 2023-09-30T09:17:31.854 INFO:tasks.rados.rados.0.smithi118.stdout:3061: finishing write tid 2 to smithi118168640-28 2023-09-30T09:17:31.854 INFO:tasks.rados.rados.0.smithi118.stdout:3061: finishing write tid 3 to smithi118168640-28 2023-09-30T09:17:31.854 INFO:tasks.rados.rados.0.smithi118.stdout:3061: finishing write tid 4 to smithi118168640-28 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3061: finishing write tid 5 to smithi118168640-28 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1353 (ObjNum 942 snap 287 seq_num 942) dirty exists 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3061: left oid 28 (ObjNum 942 snap 287 seq_num 942) 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3064: finishing copy_from racing read to smithi118168640-47 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3065: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3065: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3065: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1062 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3064: finishing copy_from to smithi118168640-47 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1033 (ObjNum 833 snap 255 seq_num 833) dirty exists 2023-09-30T09:17:31.855 INFO:tasks.rados.rados.0.smithi118.stdout:3062: expect (ObjNum 867 snap 263 seq_num 867) 2023-09-30T09:17:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:31 smithi192 ceph-mon[180220]: osdmap e652: 8 total, 8 up, 8 in 2023-09-30T09:17:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:31 smithi192 ceph-mon[180220]: pgmap v689: 121 pgs: 121 active+clean; 163 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 2.6 MiB/s wr, 15 op/s 2023-09-30T09:17:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:31 smithi192 ceph-mon[180220]: osdmap e653: 8 total, 8 up, 8 in 2023-09-30T09:17:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:31 smithi118 ceph-mon[182959]: osdmap e652: 8 total, 8 up, 8 in 2023-09-30T09:17:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:31 smithi118 ceph-mon[182959]: pgmap v689: 121 pgs: 121 active+clean; 163 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 2.6 MiB/s wr, 15 op/s 2023-09-30T09:17:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:31 smithi118 ceph-mon[182959]: osdmap e653: 8 total, 8 up, 8 in 2023-09-30T09:17:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:31 smithi118 ceph-mon[185516]: osdmap e652: 8 total, 8 up, 8 in 2023-09-30T09:17:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:31 smithi118 ceph-mon[185516]: pgmap v689: 121 pgs: 121 active+clean; 163 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 2.6 MiB/s wr, 15 op/s 2023-09-30T09:17:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:31 smithi118 ceph-mon[185516]: osdmap e653: 8 total, 8 up, 8 in 2023-09-30T09:17:32.296 INFO:tasks.rados.rados.0.smithi118.stdout:3063: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3063: finishing copy_from to smithi118168640-10 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1498 (ObjNum 935 snap 287 seq_num 935) dirty exists 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3056: done (10 left) 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3057: done (9 left) 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3058: done (8 left) 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3059: done (7 left) 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3061: done (6 left) 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3062: done (5 left) 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3063: done (4 left) 2023-09-30T09:17:32.297 INFO:tasks.rados.rados.0.smithi118.stdout:3064: done (3 left) 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3065: done (2 left) 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3067: done (1 left) 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3068: copy_from oid 42 from oid 30 current snap is 287 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3066: finishing write tid 1 to smithi118168640-21 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3066: finishing write tid 2 to smithi118168640-21 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3066: finishing write tid 3 to smithi118168640-21 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3066: finishing write tid 4 to smithi118168640-21 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3066: finishing write tid 5 to smithi118168640-21 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1066 (ObjNum 943 snap 287 seq_num 943) dirty exists 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3066: left oid 21 (ObjNum 943 snap 287 seq_num 943) 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3066: done (1 left) 2023-09-30T09:17:32.298 INFO:tasks.rados.rados.0.smithi118.stdout:3069: setattr oid 33 current snap is 287 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3068: finishing copy_from to smithi118168640-42 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3068: got expected ENOENT (src dne) 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3070: rollback oid 36 current snap is 287 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 280 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3071: rmattr oid 21 current snap is 287 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3072: rollback oid 15 current snap is 287 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 280 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3068: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3068: done (4 left) 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3073: copy_from oid 8 from oid 50 current snap is 287 2023-09-30T09:17:32.299 INFO:tasks.rados.rados.0.smithi118.stdout:3074: rollback oid 17 current snap is 287 2023-09-30T09:17:32.300 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 280 2023-09-30T09:17:32.300 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 287 2023-09-30T09:17:32.300 INFO:tasks.rados.rados.0.smithi118.stdout:3075: seq_num 945 ranges {1302528=630784,1933312=458752,2392064=344064} 2023-09-30T09:17:32.307 INFO:tasks.rados.rados.0.smithi118.stdout:3075: writing smithi118168640-27 from 1302528 to 1933312 tid 1 2023-09-30T09:17:32.309 INFO:tasks.rados.rados.0.smithi118.stdout:3075: writing smithi118168640-27 from 1933312 to 2392064 tid 2 2023-09-30T09:17:32.312 INFO:tasks.rados.rados.0.smithi118.stdout:3075: writing smithi118168640-27 from 2392064 to 2736128 tid 3 2023-09-30T09:17:32.312 INFO:tasks.rados.rados.0.smithi118.stdout:3076: read oid 19 snap 280 2023-09-30T09:17:32.312 INFO:tasks.rados.rados.0.smithi118.stdout:3076: expect (ObjNum 885 snap 270 seq_num 885) 2023-09-30T09:17:32.312 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 287 2023-09-30T09:17:32.312 INFO:tasks.rados.rados.0.smithi118.stdout:3070: finishing rollback tid 0 to smithi118168640-36 2023-09-30T09:17:32.312 INFO:tasks.rados.rados.0.smithi118.stdout:3077: seq_num 946 ranges {5070848=647168,5718016=745472,6463488=57344} 2023-09-30T09:17:32.342 INFO:tasks.rados.rados.0.smithi118.stdout:3077: writing smithi118168640-40 from 5070848 to 5718016 tid 1 2023-09-30T09:17:32.347 INFO:tasks.rados.rados.0.smithi118.stdout:3077: writing smithi118168640-40 from 5718016 to 6463488 tid 2 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:3077: writing smithi118168640-40 from 6463488 to 6520832 tid 3 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 287 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:3070: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:3072: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:3072: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:3070: finishing rollback tid 2 to smithi118168640-36 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1043 (ObjNum 879 snap 267 seq_num 879) dirty exists 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:3072: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:17:32.348 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1045 (ObjNum 914 snap 279 seq_num 914) dirty exists 2023-09-30T09:17:32.349 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1067 (ObjNum 926 snap 286 seq_num 926) dirty exists 2023-09-30T09:17:32.349 INFO:tasks.rados.rados.0.smithi118.stdout:3074: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:17:32.349 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1068 (ObjNum 943 snap 287 seq_num 943) dirty exists 2023-09-30T09:17:32.349 INFO:tasks.rados.rados.0.smithi118.stdout:3074: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:17:32.349 INFO:tasks.rados.rados.0.smithi118.stdout:3078: seq_num 947 ranges {4743168=663552,5406720=630784,6037504=172032} 2023-09-30T09:17:32.376 INFO:tasks.rados.rados.0.smithi118.stdout:3078: writing smithi118168640-23 from 4743168 to 5406720 tid 1 2023-09-30T09:17:32.379 INFO:tasks.rados.rados.0.smithi118.stdout:3078: writing smithi118168640-23 from 5406720 to 6037504 tid 2 2023-09-30T09:17:32.381 INFO:tasks.rados.rados.0.smithi118.stdout:3078: writing smithi118168640-23 from 6037504 to 6209536 tid 3 2023-09-30T09:17:32.381 INFO:tasks.rados.rados.0.smithi118.stdout:3069: done (9 left) 2023-09-30T09:17:32.381 INFO:tasks.rados.rados.0.smithi118.stdout:3070: done (8 left) 2023-09-30T09:17:32.381 INFO:tasks.rados.rados.0.smithi118.stdout:3071: done (7 left) 2023-09-30T09:17:32.381 INFO:tasks.rados.rados.0.smithi118.stdout:3072: done (6 left) 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3079: setattr oid 12 current snap is 287 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3074: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1418 (ObjNum 593 snap 0 seq_num 3323132728) dirty exists 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3073: finishing copy_from racing read to smithi118168640-8 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3073: finishing copy_from to smithi118168640-8 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1471 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3075: finishing write tid 1 to smithi118168640-27 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3075: finishing write tid 2 to smithi118168640-27 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3075: finishing write tid 3 to smithi118168640-27 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3075: finishing write tid 4 to smithi118168640-27 2023-09-30T09:17:32.382 INFO:tasks.rados.rados.0.smithi118.stdout:3075: finishing write tid 5 to smithi118168640-27 2023-09-30T09:17:32.383 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1042 (ObjNum 945 snap 287 seq_num 945) dirty exists 2023-09-30T09:17:32.383 INFO:tasks.rados.rados.0.smithi118.stdout:3075: left oid 27 (ObjNum 945 snap 287 seq_num 945) 2023-09-30T09:17:32.383 INFO:tasks.rados.rados.0.smithi118.stdout:3076: expect (ObjNum 885 snap 270 seq_num 885) 2023-09-30T09:17:32.575 INFO:tasks.rados.rados.0.smithi118.stdout:3077: finishing write tid 1 to smithi118168640-40 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3077: finishing write tid 2 to smithi118168640-40 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3077: finishing write tid 3 to smithi118168640-40 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3077: finishing write tid 4 to smithi118168640-40 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3077: finishing write tid 5 to smithi118168640-40 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1046 (ObjNum 946 snap 287 seq_num 946) dirty exists 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3077: left oid 40 (ObjNum 946 snap 287 seq_num 946) 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3078: finishing write tid 1 to smithi118168640-23 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3078: finishing write tid 2 to smithi118168640-23 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3078: finishing write tid 3 to smithi118168640-23 2023-09-30T09:17:32.576 INFO:tasks.rados.rados.0.smithi118.stdout:3078: finishing write tid 4 to smithi118168640-23 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3078: finishing write tid 5 to smithi118168640-23 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1502 (ObjNum 947 snap 287 seq_num 947) dirty exists 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3078: left oid 23 (ObjNum 947 snap 287 seq_num 947) 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3073: done (6 left) 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3074: done (5 left) 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3075: done (4 left) 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3076: done (3 left) 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3077: done (2 left) 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3078: done (1 left) 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 287 2023-09-30T09:17:32.577 INFO:tasks.rados.rados.0.smithi118.stdout:3080: seq_num 948 ranges {1556480=679936,2236416=516096,2752512=286720} 2023-09-30T09:17:32.587 INFO:tasks.rados.rados.0.smithi118.stdout:3080: writing smithi118168640-29 from 1556480 to 2236416 tid 1 2023-09-30T09:17:32.590 INFO:tasks.rados.rados.0.smithi118.stdout:3080: writing smithi118168640-29 from 2236416 to 2752512 tid 2 2023-09-30T09:17:32.592 INFO:tasks.rados.rados.0.smithi118.stdout:3080: writing smithi118168640-29 from 2752512 to 3039232 tid 3 2023-09-30T09:17:32.592 INFO:tasks.rados.rados.0.smithi118.stdout:3081: rmattr oid 33 current snap is 287 2023-09-30T09:17:32.592 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1045 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:17:32.592 INFO:tasks.rados.rados.0.smithi118.stdout:3080: finishing write tid 1 to smithi118168640-29 2023-09-30T09:17:32.592 INFO:tasks.rados.rados.0.smithi118.stdout:3079: done (2 left) 2023-09-30T09:17:32.592 INFO:tasks.rados.rados.0.smithi118.stdout:3082: snap_create 2023-09-30T09:17:32.594 INFO:tasks.rados.rados.0.smithi118.stdout:3080: finishing write tid 2 to smithi118168640-29 2023-09-30T09:17:32.594 INFO:tasks.rados.rados.0.smithi118.stdout:3080: finishing write tid 3 to smithi118168640-29 2023-09-30T09:17:32.594 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1069 (ObjNum 926 snap 286 seq_num 926) dirty exists 2023-09-30T09:17:32.595 INFO:tasks.rados.rados.0.smithi118.stdout:3080: finishing write tid 4 to smithi118168640-29 2023-09-30T09:17:32.596 INFO:tasks.rados.rados.0.smithi118.stdout:3080: finishing write tid 5 to smithi118168640-29 2023-09-30T09:17:32.596 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1476 (ObjNum 948 snap 287 seq_num 948) dirty exists 2023-09-30T09:17:32.596 INFO:tasks.rados.rados.0.smithi118.stdout:3080: left oid 29 (ObjNum 948 snap 287 seq_num 948) 2023-09-30T09:17:32.635 INFO:tasks.rados.rados.0.smithi118.stdout:3080: done (2 left) 2023-09-30T09:17:32.635 INFO:tasks.rados.rados.0.smithi118.stdout:3081: done (1 left) 2023-09-30T09:17:32.635 INFO:tasks.rados.rados.0.smithi118.stdout:3082: done (0 left) 2023-09-30T09:17:32.635 INFO:tasks.rados.rados.0.smithi118.stdout:3083: copy_from oid 26 from oid 49 current snap is 288 2023-09-30T09:17:32.635 INFO:tasks.rados.rados.0.smithi118.stdout:3084: setattr oid 24 current snap is 288 2023-09-30T09:17:32.637 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 288 2023-09-30T09:17:32.637 INFO:tasks.rados.rados.0.smithi118.stdout:3085: seq_num 949 ranges {1826816=704512,2531328=794624,3325952=8192} 2023-09-30T09:17:32.651 INFO:tasks.rados.rados.0.smithi118.stdout:3085: writing smithi118168640-16 from 1826816 to 2531328 tid 1 2023-09-30T09:17:32.656 INFO:tasks.rados.rados.0.smithi118.stdout:3085: writing smithi118168640-16 from 2531328 to 3325952 tid 2 2023-09-30T09:17:32.656 INFO:tasks.rados.rados.0.smithi118.stdout:3085: writing smithi118168640-16 from 3325952 to 3334144 tid 3 2023-09-30T09:17:32.656 INFO:tasks.rados.rados.0.smithi118.stdout:3086: delete oid 41 current snap is 288 2023-09-30T09:17:32.656 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1033 (ObjNum 916 snap 283 seq_num 916) dirty exists 2023-09-30T09:17:32.661 INFO:tasks.rados.rados.0.smithi118.stdout:3083: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:17:32.662 INFO:tasks.rados.rados.0.smithi118.stdout:3085: finishing write tid 1 to smithi118168640-16 2023-09-30T09:17:32.667 INFO:tasks.rados.rados.0.smithi118.stdout:3085: finishing write tid 2 to smithi118168640-16 2023-09-30T09:17:32.667 INFO:tasks.rados.rados.0.smithi118.stdout:3085: finishing write tid 3 to smithi118168640-16 2023-09-30T09:17:32.667 INFO:tasks.rados.rados.0.smithi118.stdout:3085: finishing write tid 4 to smithi118168640-16 2023-09-30T09:17:32.667 INFO:tasks.rados.rados.0.smithi118.stdout:3083: finishing copy_from to smithi118168640-26 2023-09-30T09:17:32.667 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1491 (ObjNum 937 snap 287 seq_num 937) dirty exists 2023-09-30T09:17:32.668 INFO:tasks.rados.rados.0.smithi118.stdout:3083: done (3 left) 2023-09-30T09:17:32.668 INFO:tasks.rados.rados.0.smithi118.stdout:3084: done (2 left) 2023-09-30T09:17:32.668 INFO:tasks.rados.rados.0.smithi118.stdout:3086: done (1 left) 2023-09-30T09:17:32.668 INFO:tasks.rados.rados.0.smithi118.stdout:3087: rmattr oid 10 current snap is 288 2023-09-30T09:17:32.669 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 288 2023-09-30T09:17:32.669 INFO:tasks.rados.rados.0.smithi118.stdout:3088: seq_num 951 ranges {532480=737280,1269760=614400,1884160=188416} 2023-09-30T09:17:32.675 INFO:tasks.rados.rados.0.smithi118.stdout:3088: writing smithi118168640-3 from 532480 to 1269760 tid 1 2023-09-30T09:17:32.678 INFO:tasks.rados.rados.0.smithi118.stdout:3088: writing smithi118168640-3 from 1269760 to 1884160 tid 2 2023-09-30T09:17:32.680 INFO:tasks.rados.rados.0.smithi118.stdout:3088: writing smithi118168640-3 from 1884160 to 2072576 tid 3 2023-09-30T09:17:32.680 INFO:tasks.rados.rados.0.smithi118.stdout:3089: snap_create 2023-09-30T09:17:32.680 INFO:tasks.rados.rados.0.smithi118.stdout:3085: finishing write tid 5 to smithi118168640-16 2023-09-30T09:17:32.680 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1504 (ObjNum 949 snap 288 seq_num 949) dirty exists 2023-09-30T09:17:32.680 INFO:tasks.rados.rados.0.smithi118.stdout:3085: left oid 16 (ObjNum 949 snap 288 seq_num 949) 2023-09-30T09:17:32.680 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1503 (ObjNum 935 snap 287 seq_num 935) dirty exists 2023-09-30T09:17:32.681 INFO:tasks.rados.rados.0.smithi118.stdout:3088: finishing write tid 1 to smithi118168640-3 2023-09-30T09:17:32.683 INFO:tasks.rados.rados.0.smithi118.stdout:3088: finishing write tid 2 to smithi118168640-3 2023-09-30T09:17:32.683 INFO:tasks.rados.rados.0.smithi118.stdout:3088: finishing write tid 3 to smithi118168640-3 2023-09-30T09:17:32.683 INFO:tasks.rados.rados.0.smithi118.stdout:3088: finishing write tid 4 to smithi118168640-3 2023-09-30T09:17:32.684 INFO:tasks.rados.rados.0.smithi118.stdout:3088: finishing write tid 5 to smithi118168640-3 2023-09-30T09:17:32.684 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1495 (ObjNum 951 snap 288 seq_num 951) dirty exists 2023-09-30T09:17:32.684 INFO:tasks.rados.rados.0.smithi118.stdout:3088: left oid 3 (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:17:33.641 INFO:tasks.rados.rados.0.smithi118.stdout:3085: done (3 left) 2023-09-30T09:17:33.641 INFO:tasks.rados.rados.0.smithi118.stdout:3087: done (2 left) 2023-09-30T09:17:33.641 INFO:tasks.rados.rados.0.smithi118.stdout:3088: done (1 left) 2023-09-30T09:17:33.641 INFO:tasks.rados.rados.0.smithi118.stdout:3089: done (0 left) 2023-09-30T09:17:33.641 INFO:tasks.rados.rados.0.smithi118.stdout:3090: delete oid 25 current snap is 289 2023-09-30T09:17:33.643 INFO:tasks.rados.rados.0.smithi118.stdout:3090: done (0 left) 2023-09-30T09:17:33.643 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 289 2023-09-30T09:17:33.643 INFO:tasks.rados.rados.0.smithi118.stdout:3091: seq_num 953 ranges {4022272=770048,4792320=786432,5578752=16384} 2023-09-30T09:17:33.668 INFO:tasks.rados.rados.0.smithi118.stdout:3091: writing smithi118168640-45 from 4022272 to 4792320 tid 1 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3091: writing smithi118168640-45 from 4792320 to 5578752 tid 2 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3091: writing smithi118168640-45 from 5578752 to 5595136 tid 3 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3092: read oid 17 snap -1 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3092: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3093: read oid 3 snap -1 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3093: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3094: copy_from oid 11 from oid 28 current snap is 289 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3091: finishing write tid 1 to smithi118168640-45 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3095: read oid 16 snap -1 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3095: expect (ObjNum 949 snap 288 seq_num 949) 2023-09-30T09:17:33.675 INFO:tasks.rados.rados.0.smithi118.stdout:3096: read oid 40 snap 280 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3096: expect (ObjNum 871 snap 265 seq_num 871) 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3097: copy_from oid 20 from oid 26 current snap is 289 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3098: rollback oid 48 current snap is 289 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 288 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3099: read oid 31 snap -1 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3099: expect (ObjNum 906 snap 276 seq_num 906) 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3100: read oid 29 snap -1 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3100: expect (ObjNum 948 snap 287 seq_num 948) 2023-09-30T09:17:33.676 INFO:tasks.rados.rados.0.smithi118.stdout:3101: snap_remove snap 287 2023-09-30T09:17:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:33 smithi192 ceph-mon[180220]: osdmap e654: 8 total, 8 up, 8 in 2023-09-30T09:17:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:33 smithi192 ceph-mon[180220]: pgmap v692: 121 pgs: 121 active+clean; 163 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 15 op/s 2023-09-30T09:17:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:33 smithi118 ceph-mon[182959]: osdmap e654: 8 total, 8 up, 8 in 2023-09-30T09:17:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:33 smithi118 ceph-mon[182959]: pgmap v692: 121 pgs: 121 active+clean; 163 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 15 op/s 2023-09-30T09:17:34.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:33 smithi118 ceph-mon[185516]: osdmap e654: 8 total, 8 up, 8 in 2023-09-30T09:17:34.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:33 smithi118 ceph-mon[185516]: pgmap v692: 121 pgs: 121 active+clean; 163 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 3.4 MiB/s rd, 2.7 MiB/s wr, 15 op/s 2023-09-30T09:17:34.649 INFO:tasks.rados.rados.0.smithi118.stdout:3101: done (10 left) 2023-09-30T09:17:34.649 INFO:tasks.rados.rados.0.smithi118.stdout:3102: delete oid 1 current snap is 289 2023-09-30T09:17:34.649 INFO:tasks.rados.rados.0.smithi118.stdout:3092: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:17:34.655 INFO:tasks.rados.rados.0.smithi118.stdout:3091: finishing write tid 2 to smithi118168640-45 2023-09-30T09:17:34.655 INFO:tasks.rados.rados.0.smithi118.stdout:3091: finishing write tid 3 to smithi118168640-45 2023-09-30T09:17:34.655 INFO:tasks.rados.rados.0.smithi118.stdout:3091: finishing write tid 4 to smithi118168640-45 2023-09-30T09:17:34.655 INFO:tasks.rados.rados.0.smithi118.stdout:3091: finishing write tid 5 to smithi118168640-45 2023-09-30T09:17:34.655 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1348 (ObjNum 953 snap 289 seq_num 953) dirty exists 2023-09-30T09:17:34.655 INFO:tasks.rados.rados.0.smithi118.stdout:3091: left oid 45 (ObjNum 953 snap 289 seq_num 953) 2023-09-30T09:17:34.655 INFO:tasks.rados.rados.0.smithi118.stdout:3096: expect (ObjNum 871 snap 265 seq_num 871) 2023-09-30T09:17:34.786 INFO:tasks.rados.rados.0.smithi118.stdout:3099: expect (ObjNum 906 snap 276 seq_num 906) 2023-09-30T09:17:34.804 INFO:tasks.rados.rados.0.smithi118.stdout:3094: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:17:34.804 INFO:tasks.rados.rados.0.smithi118.stdout:3098: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:17:34.804 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1517 (ObjNum 33 snap 0 seq_num 3295805752) dirty dne 2023-09-30T09:17:34.805 INFO:tasks.rados.rados.0.smithi118.stdout:3100: expect (ObjNum 948 snap 287 seq_num 948) 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3094: finishing copy_from to smithi118168640-11 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1353 (ObjNum 942 snap 287 seq_num 942) dirty exists 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3091: done (10 left) 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3092: done (9 left) 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3094: done (8 left) 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3096: done (7 left) 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3098: done (6 left) 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3099: done (5 left) 2023-09-30T09:17:34.904 INFO:tasks.rados.rados.0.smithi118.stdout:3100: done (4 left) 2023-09-30T09:17:34.905 INFO:tasks.rados.rados.0.smithi118.stdout:3102: done (3 left) 2023-09-30T09:17:34.905 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 289 2023-09-30T09:17:34.905 INFO:tasks.rados.rados.0.smithi118.stdout:3093: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:17:34.961 INFO:tasks.rados.rados.0.smithi118.stdout:3095: expect (ObjNum 949 snap 288 seq_num 949) 2023-09-30T09:17:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:34 smithi192 ceph-mon[180220]: osdmap e655: 8 total, 8 up, 8 in 2023-09-30T09:17:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:35.068 INFO:tasks.rados.rados.0.smithi118.stdout:3097: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:17:35.069 INFO:tasks.rados.rados.0.smithi118.stdout:3097: finishing copy_from to smithi118168640-20 2023-09-30T09:17:35.069 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1491 (ObjNum 937 snap 287 seq_num 937) dirty exists 2023-09-30T09:17:35.069 INFO:tasks.rados.rados.0.smithi118.stdout:3103: seq_num 955 ranges {1384448=802816,2187264=557056,2744320=245760} 2023-09-30T09:17:35.080 INFO:tasks.rados.rados.0.smithi118.stdout:3103: writing smithi118168640-11 from 1384448 to 2187264 tid 1 2023-09-30T09:17:35.083 INFO:tasks.rados.rados.0.smithi118.stdout:3103: writing smithi118168640-11 from 2187264 to 2744320 tid 2 2023-09-30T09:17:35.085 INFO:tasks.rados.rados.0.smithi118.stdout:3103: writing smithi118168640-11 from 2744320 to 2990080 tid 3 2023-09-30T09:17:35.085 INFO:tasks.rados.rados.0.smithi118.stdout:3093: done (3 left) 2023-09-30T09:17:35.085 INFO:tasks.rados.rados.0.smithi118.stdout:3095: done (2 left) 2023-09-30T09:17:35.085 INFO:tasks.rados.rados.0.smithi118.stdout:3097: done (1 left) 2023-09-30T09:17:35.085 INFO:tasks.rados.rados.0.smithi118.stdout:3104: read oid 25 snap -1 2023-09-30T09:17:35.086 INFO:tasks.rados.rados.0.smithi118.stdout:3104: expect deleted 2023-09-30T09:17:35.086 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 289 2023-09-30T09:17:35.086 INFO:tasks.rados.rados.0.smithi118.stdout:3103: finishing write tid 1 to smithi118168640-11 2023-09-30T09:17:35.086 INFO:tasks.rados.rados.0.smithi118.stdout:3105: seq_num 956 ranges {1089536=417792,1507328=434176,1941504=770048} 2023-09-30T09:17:35.093 INFO:tasks.rados.rados.0.smithi118.stdout:3105: writing smithi118168640-24 from 1089536 to 1507328 tid 1 2023-09-30T09:17:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:34 smithi118 ceph-mon[182959]: osdmap e655: 8 total, 8 up, 8 in 2023-09-30T09:17:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:35.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:34 smithi118 ceph-mon[185516]: osdmap e655: 8 total, 8 up, 8 in 2023-09-30T09:17:35.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:35.096 INFO:tasks.rados.rados.0.smithi118.stdout:3105: writing smithi118168640-24 from 1507328 to 1941504 tid 2 2023-09-30T09:17:35.100 INFO:tasks.rados.rados.0.smithi118.stdout:3105: writing smithi118168640-24 from 1941504 to 2711552 tid 3 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3106: delete oid 45 current snap is 289 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3103: finishing write tid 2 to smithi118168640-11 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3103: finishing write tid 3 to smithi118168640-11 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3103: finishing write tid 4 to smithi118168640-11 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3103: finishing write tid 5 to smithi118168640-11 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1480 (ObjNum 955 snap 289 seq_num 955) dirty exists 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3103: left oid 11 (ObjNum 955 snap 289 seq_num 955) 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3105: finishing write tid 1 to smithi118168640-24 2023-09-30T09:17:35.101 INFO:tasks.rados.rados.0.smithi118.stdout:3105: finishing write tid 2 to smithi118168640-24 2023-09-30T09:17:35.102 INFO:tasks.rados.rados.0.smithi118.stdout:3103: done (3 left) 2023-09-30T09:17:35.102 INFO:tasks.rados.rados.0.smithi118.stdout:3104: done (2 left) 2023-09-30T09:17:35.103 INFO:tasks.rados.rados.0.smithi118.stdout:3106: done (1 left) 2023-09-30T09:17:35.103 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 289 2023-09-30T09:17:35.103 INFO:tasks.rados.rados.0.smithi118.stdout:3107: seq_num 958 ranges {0=450560,450560=655360,1105920=548864} 2023-09-30T09:17:35.105 INFO:tasks.rados.rados.0.smithi118.stdout:3107: writing smithi118168640-48 from 0 to 450560 tid 1 2023-09-30T09:17:35.109 INFO:tasks.rados.rados.0.smithi118.stdout:3107: writing smithi118168640-48 from 450560 to 1105920 tid 2 2023-09-30T09:17:35.112 INFO:tasks.rados.rados.0.smithi118.stdout:3107: writing smithi118168640-48 from 1105920 to 1654784 tid 3 2023-09-30T09:17:35.112 INFO:tasks.rados.rados.0.smithi118.stdout:3108: setattr oid 21 current snap is 289 2023-09-30T09:17:35.113 INFO:tasks.rados.rados.0.smithi118.stdout:3105: finishing write tid 3 to smithi118168640-24 2023-09-30T09:17:35.113 INFO:tasks.rados.rados.0.smithi118.stdout:3105: finishing write tid 4 to smithi118168640-24 2023-09-30T09:17:35.113 INFO:tasks.rados.rados.0.smithi118.stdout:3105: finishing write tid 5 to smithi118168640-24 2023-09-30T09:17:35.113 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1037 (ObjNum 956 snap 289 seq_num 956) dirty exists 2023-09-30T09:17:35.113 INFO:tasks.rados.rados.0.smithi118.stdout:3105: left oid 24 (ObjNum 956 snap 289 seq_num 956) 2023-09-30T09:17:35.113 INFO:tasks.rados.rados.0.smithi118.stdout:3107: finishing write tid 1 to smithi118168640-48 2023-09-30T09:17:35.113 INFO:tasks.rados.rados.0.smithi118.stdout:3107: finishing write tid 2 to smithi118168640-48 2023-09-30T09:17:35.114 INFO:tasks.rados.rados.0.smithi118.stdout:3105: done (2 left) 2023-09-30T09:17:35.114 INFO:tasks.rados.rados.0.smithi118.stdout:3109: rollback oid 44 current snap is 289 2023-09-30T09:17:35.114 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 280 2023-09-30T09:17:35.114 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 289 2023-09-30T09:17:35.114 INFO:tasks.rados.rados.0.smithi118.stdout:3110: seq_num 959 ranges {0=466944,466944=540672,1007616=557056,1564672=106496} 2023-09-30T09:17:35.116 INFO:tasks.rados.rados.0.smithi118.stdout:3110: writing smithi118168640-1 from 0 to 466944 tid 1 2023-09-30T09:17:35.119 INFO:tasks.rados.rados.0.smithi118.stdout:3110: writing smithi118168640-1 from 466944 to 1007616 tid 2 2023-09-30T09:17:35.123 INFO:tasks.rados.rados.0.smithi118.stdout:3110: writing smithi118168640-1 from 1007616 to 1564672 tid 3 2023-09-30T09:17:35.124 INFO:tasks.rados.rados.0.smithi118.stdout:3110: writing smithi118168640-1 from 1564672 to 1671168 tid 4 2023-09-30T09:17:35.124 INFO:tasks.rados.rados.0.smithi118.stdout:3111: read oid 34 snap -1 2023-09-30T09:17:35.124 INFO:tasks.rados.rados.0.smithi118.stdout:3111: expect (ObjNum 891 snap 271 seq_num 891) 2023-09-30T09:17:35.124 INFO:tasks.rados.rados.0.smithi118.stdout:3112: rollback oid 24 current snap is 289 2023-09-30T09:17:35.124 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 24 to 288 2023-09-30T09:17:35.124 INFO:tasks.rados.rados.0.smithi118.stdout:3109: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3109: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3107: finishing write tid 3 to smithi118168640-48 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3109: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1494 (ObjNum 873 snap 265 seq_num 873) dirty exists 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3107: finishing write tid 4 to smithi118168640-48 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1070 (ObjNum 943 snap 287 seq_num 943) dirty exists 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3107: finishing write tid 5 to smithi118168640-48 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1536 (ObjNum 958 snap 289 seq_num 958) dirty exists 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3107: left oid 48 (ObjNum 958 snap 289 seq_num 958) 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3110: finishing write tid 1 to smithi118168640-1 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3110: finishing write tid 2 to smithi118168640-1 2023-09-30T09:17:35.125 INFO:tasks.rados.rados.0.smithi118.stdout:3107: done (5 left) 2023-09-30T09:17:35.126 INFO:tasks.rados.rados.0.smithi118.stdout:3108: done (4 left) 2023-09-30T09:17:35.126 INFO:tasks.rados.rados.0.smithi118.stdout:3109: done (3 left) 2023-09-30T09:17:35.126 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 289 2023-09-30T09:17:35.126 INFO:tasks.rados.rados.0.smithi118.stdout:3113: seq_num 960 ranges {2260992=483328,2744320=425984,3170304=761856,3932160=16384} 2023-09-30T09:17:35.138 INFO:tasks.rados.rados.0.smithi118.stdout:3113: writing smithi118168640-50 from 2260992 to 2744320 tid 1 2023-09-30T09:17:35.141 INFO:tasks.rados.rados.0.smithi118.stdout:3113: writing smithi118168640-50 from 2744320 to 3170304 tid 2 2023-09-30T09:17:35.145 INFO:tasks.rados.rados.0.smithi118.stdout:3113: writing smithi118168640-50 from 3170304 to 3932160 tid 3 2023-09-30T09:17:35.145 INFO:tasks.rados.rados.0.smithi118.stdout:3113: writing smithi118168640-50 from 3932160 to 3948544 tid 4 2023-09-30T09:17:35.146 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 289 2023-09-30T09:17:35.146 INFO:tasks.rados.rados.0.smithi118.stdout:3112: finishing rollback tid 0 to smithi118168640-24 2023-09-30T09:17:35.146 INFO:tasks.rados.rados.0.smithi118.stdout:3112: finishing rollback tid 1 to smithi118168640-24 2023-09-30T09:17:35.146 INFO:tasks.rados.rados.0.smithi118.stdout:3114: seq_num 961 ranges {5029888=499712,5529600=712704,6242304=491520} 2023-09-30T09:17:35.174 INFO:tasks.rados.rados.0.smithi118.stdout:3114: writing smithi118168640-19 from 5029888 to 5529600 tid 1 2023-09-30T09:17:35.178 INFO:tasks.rados.rados.0.smithi118.stdout:3114: writing smithi118168640-19 from 5529600 to 6242304 tid 2 2023-09-30T09:17:35.181 INFO:tasks.rados.rados.0.smithi118.stdout:3114: writing smithi118168640-19 from 6242304 to 6733824 tid 3 2023-09-30T09:17:35.181 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 289 2023-09-30T09:17:35.181 INFO:tasks.rados.rados.0.smithi118.stdout:3110: finishing write tid 3 to smithi118168640-1 2023-09-30T09:17:35.181 INFO:tasks.rados.rados.0.smithi118.stdout:3112: finishing rollback tid 2 to smithi118168640-24 2023-09-30T09:17:35.181 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1040 (ObjNum 916 snap 283 seq_num 916) dirty exists 2023-09-30T09:17:35.181 INFO:tasks.rados.rados.0.smithi118.stdout:3110: finishing write tid 4 to smithi118168640-1 2023-09-30T09:17:35.181 INFO:tasks.rados.rados.0.smithi118.stdout:3110: finishing write tid 5 to smithi118168640-1 2023-09-30T09:17:35.182 INFO:tasks.rados.rados.0.smithi118.stdout:3111: expect (ObjNum 891 snap 271 seq_num 891) 2023-09-30T09:17:35.194 INFO:tasks.rados.rados.0.smithi118.stdout:3110: finishing write tid 6 to smithi118168640-1 2023-09-30T09:17:35.194 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1359 (ObjNum 959 snap 289 seq_num 959) dirty exists 2023-09-30T09:17:35.194 INFO:tasks.rados.rados.0.smithi118.stdout:3110: left oid 1 (ObjNum 959 snap 289 seq_num 959) 2023-09-30T09:17:35.194 INFO:tasks.rados.rados.0.smithi118.stdout:3113: finishing write tid 1 to smithi118168640-50 2023-09-30T09:17:35.194 INFO:tasks.rados.rados.0.smithi118.stdout:3113: finishing write tid 2 to smithi118168640-50 2023-09-30T09:17:35.194 INFO:tasks.rados.rados.0.smithi118.stdout:3115: seq_num 962 ranges {6946816=516096,7462912=589824,8052736=614400} 2023-09-30T09:17:35.233 INFO:tasks.rados.rados.0.smithi118.stdout:3115: writing smithi118168640-22 from 6946816 to 7462912 tid 1 2023-09-30T09:17:35.236 INFO:tasks.rados.rados.0.smithi118.stdout:3115: writing smithi118168640-22 from 7462912 to 8052736 tid 2 2023-09-30T09:17:35.240 INFO:tasks.rados.rados.0.smithi118.stdout:3115: writing smithi118168640-22 from 8052736 to 8667136 tid 3 2023-09-30T09:17:35.240 INFO:tasks.rados.rados.0.smithi118.stdout:3110: done (5 left) 2023-09-30T09:17:35.241 INFO:tasks.rados.rados.0.smithi118.stdout:3111: done (4 left) 2023-09-30T09:17:35.241 INFO:tasks.rados.rados.0.smithi118.stdout:3112: done (3 left) 2023-09-30T09:17:35.241 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 289 2023-09-30T09:17:35.241 INFO:tasks.rados.rados.0.smithi118.stdout:3113: finishing write tid 3 to smithi118168640-50 2023-09-30T09:17:35.241 INFO:tasks.rados.rados.0.smithi118.stdout:3116: seq_num 963 ranges {0=532480,532480=475136,1007616=532480,1540096=196608} 2023-09-30T09:17:35.243 INFO:tasks.rados.rados.0.smithi118.stdout:3116: writing smithi118168640-39 from 0 to 532480 tid 1 2023-09-30T09:17:35.246 INFO:tasks.rados.rados.0.smithi118.stdout:3116: writing smithi118168640-39 from 532480 to 1007616 tid 2 2023-09-30T09:17:35.249 INFO:tasks.rados.rados.0.smithi118.stdout:3116: writing smithi118168640-39 from 1007616 to 1540096 tid 3 2023-09-30T09:17:35.250 INFO:tasks.rados.rados.0.smithi118.stdout:3116: writing smithi118168640-39 from 1540096 to 1736704 tid 4 2023-09-30T09:17:35.250 INFO:tasks.rados.rados.0.smithi118.stdout:3117: snap_remove snap 280 2023-09-30T09:17:35.653 INFO:tasks.rados.rados.0.smithi118.stdout:3117: done (4 left) 2023-09-30T09:17:35.653 INFO:tasks.rados.rados.0.smithi118.stdout:3118: read oid 26 snap -1 2023-09-30T09:17:35.653 INFO:tasks.rados.rados.0.smithi118.stdout:3118: expect (ObjNum 937 snap 287 seq_num 937) 2023-09-30T09:17:35.653 INFO:tasks.rados.rados.0.smithi118.stdout:3119: delete oid 7 current snap is 289 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3113: finishing write tid 4 to smithi118168640-50 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3113: finishing write tid 5 to smithi118168640-50 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3113: finishing write tid 6 to smithi118168640-50 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1542 (ObjNum 960 snap 289 seq_num 960) dirty exists 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3113: left oid 50 (ObjNum 960 snap 289 seq_num 960) 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3114: finishing write tid 1 to smithi118168640-19 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3114: finishing write tid 2 to smithi118168640-19 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3114: finishing write tid 3 to smithi118168640-19 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3114: finishing write tid 4 to smithi118168640-19 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3114: finishing write tid 5 to smithi118168640-19 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1547 (ObjNum 961 snap 289 seq_num 961) dirty exists 2023-09-30T09:17:35.654 INFO:tasks.rados.rados.0.smithi118.stdout:3114: left oid 19 (ObjNum 961 snap 289 seq_num 961) 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3115: finishing write tid 1 to smithi118168640-22 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3115: finishing write tid 2 to smithi118168640-22 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3115: finishing write tid 3 to smithi118168640-22 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3115: finishing write tid 4 to smithi118168640-22 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3115: finishing write tid 5 to smithi118168640-22 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1049 (ObjNum 962 snap 289 seq_num 962) dirty exists 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3115: left oid 22 (ObjNum 962 snap 289 seq_num 962) 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3116: finishing write tid 1 to smithi118168640-39 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3116: finishing write tid 2 to smithi118168640-39 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3116: finishing write tid 3 to smithi118168640-39 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3116: finishing write tid 4 to smithi118168640-39 2023-09-30T09:17:35.655 INFO:tasks.rados.rados.0.smithi118.stdout:3116: finishing write tid 5 to smithi118168640-39 2023-09-30T09:17:35.656 INFO:tasks.rados.rados.0.smithi118.stdout:3116: finishing write tid 6 to smithi118168640-39 2023-09-30T09:17:35.656 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1047 (ObjNum 963 snap 289 seq_num 963) dirty exists 2023-09-30T09:17:35.656 INFO:tasks.rados.rados.0.smithi118.stdout:3116: left oid 39 (ObjNum 963 snap 289 seq_num 963) 2023-09-30T09:17:35.662 INFO:tasks.rados.rados.0.smithi118.stdout:3113: done (5 left) 2023-09-30T09:17:35.663 INFO:tasks.rados.rados.0.smithi118.stdout:3114: done (4 left) 2023-09-30T09:17:35.663 INFO:tasks.rados.rados.0.smithi118.stdout:3115: done (3 left) 2023-09-30T09:17:35.663 INFO:tasks.rados.rados.0.smithi118.stdout:3116: done (2 left) 2023-09-30T09:17:35.663 INFO:tasks.rados.rados.0.smithi118.stdout:3119: done (1 left) 2023-09-30T09:17:35.663 INFO:tasks.rados.rados.0.smithi118.stdout:3120: snap_remove snap 288 2023-09-30T09:17:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:35 smithi192 ceph-mon[180220]: osdmap e656: 8 total, 8 up, 8 in 2023-09-30T09:17:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:35 smithi192 ceph-mon[180220]: pgmap v695: 121 pgs: 121 active+clean; 184 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 6.4 MiB/s wr, 48 op/s 2023-09-30T09:17:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:35 smithi118 ceph-mon[185516]: osdmap e656: 8 total, 8 up, 8 in 2023-09-30T09:17:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:35 smithi118 ceph-mon[185516]: pgmap v695: 121 pgs: 121 active+clean; 184 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 6.4 MiB/s wr, 48 op/s 2023-09-30T09:17:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:35 smithi118 ceph-mon[182959]: osdmap e656: 8 total, 8 up, 8 in 2023-09-30T09:17:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:35 smithi118 ceph-mon[182959]: pgmap v695: 121 pgs: 121 active+clean; 184 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 6.4 MiB/s wr, 48 op/s 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3120: done (1 left) 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3121: read oid 11 snap -1 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3121: expect (ObjNum 955 snap 289 seq_num 955) 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3122: read oid 47 snap -1 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3122: expect (ObjNum 833 snap 255 seq_num 833) 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3123: read oid 7 snap -1 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3123: expect deleted 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3124: read oid 3 snap -1 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:3124: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:17:36.537 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 289 2023-09-30T09:17:36.538 INFO:tasks.rados.rados.0.smithi118.stdout:3125: seq_num 965 ranges {4743168=565248,5308416=647168,5955584=548864,6504448=8192} 2023-09-30T09:17:36.565 INFO:tasks.rados.rados.0.smithi118.stdout:3125: writing smithi118168640-32 from 4743168 to 5308416 tid 1 2023-09-30T09:17:36.568 INFO:tasks.rados.rados.0.smithi118.stdout:3125: writing smithi118168640-32 from 5308416 to 5955584 tid 2 2023-09-30T09:17:36.572 INFO:tasks.rados.rados.0.smithi118.stdout:3125: writing smithi118168640-32 from 5955584 to 6504448 tid 3 2023-09-30T09:17:36.572 INFO:tasks.rados.rados.0.smithi118.stdout:3125: writing smithi118168640-32 from 6504448 to 6512640 tid 4 2023-09-30T09:17:36.572 INFO:tasks.rados.rados.0.smithi118.stdout:3126: read oid 36 snap -1 2023-09-30T09:17:36.572 INFO:tasks.rados.rados.0.smithi118.stdout:3126: expect (ObjNum 879 snap 267 seq_num 879) 2023-09-30T09:17:36.572 INFO:tasks.rados.rados.0.smithi118.stdout:3127: delete oid 1 current snap is 289 2023-09-30T09:17:36.572 INFO:tasks.rados.rados.0.smithi118.stdout:3118: expect (ObjNum 937 snap 287 seq_num 937) 2023-09-30T09:17:36.838 INFO:tasks.rados.rados.0.smithi118.stdout:3124: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:17:36.897 INFO:tasks.rados.rados.0.smithi118.stdout:3121: expect (ObjNum 955 snap 289 seq_num 955) 2023-09-30T09:17:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:36 smithi192 ceph-mon[180220]: osdmap e657: 8 total, 8 up, 8 in 2023-09-30T09:17:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:36 smithi192 ceph-mon[180220]: osdmap e658: 8 total, 8 up, 8 in 2023-09-30T09:17:36.987 INFO:tasks.rados.rados.0.smithi118.stdout:3122: expect (ObjNum 833 snap 255 seq_num 833) 2023-09-30T09:17:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:36 smithi118 ceph-mon[185516]: osdmap e657: 8 total, 8 up, 8 in 2023-09-30T09:17:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:36 smithi118 ceph-mon[185516]: osdmap e658: 8 total, 8 up, 8 in 2023-09-30T09:17:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:36 smithi118 ceph-mon[182959]: osdmap e657: 8 total, 8 up, 8 in 2023-09-30T09:17:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:36 smithi118 ceph-mon[182959]: osdmap e658: 8 total, 8 up, 8 in 2023-09-30T09:17:37.153 INFO:tasks.rados.rados.0.smithi118.stdout:3125: finishing write tid 1 to smithi118168640-32 2023-09-30T09:17:37.154 INFO:tasks.rados.rados.0.smithi118.stdout:3125: finishing write tid 2 to smithi118168640-32 2023-09-30T09:17:37.154 INFO:tasks.rados.rados.0.smithi118.stdout:3126: expect (ObjNum 879 snap 267 seq_num 879) 2023-09-30T09:17:37.169 INFO:tasks.rados.rados.0.smithi118.stdout:3125: finishing write tid 3 to smithi118168640-32 2023-09-30T09:17:37.169 INFO:tasks.rados.rados.0.smithi118.stdout:3125: finishing write tid 4 to smithi118168640-32 2023-09-30T09:17:37.169 INFO:tasks.rados.rados.0.smithi118.stdout:3125: finishing write tid 5 to smithi118168640-32 2023-09-30T09:17:37.169 INFO:tasks.rados.rados.0.smithi118.stdout:3125: finishing write tid 6 to smithi118168640-32 2023-09-30T09:17:37.169 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1480 (ObjNum 965 snap 289 seq_num 965) dirty exists 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3125: left oid 32 (ObjNum 965 snap 289 seq_num 965) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3118: done (7 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3121: done (6 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3122: done (5 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3123: done (4 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3124: done (3 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3125: done (2 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3126: done (1 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3127: done (0 left) 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3128: read oid 15 snap -1 2023-09-30T09:17:37.170 INFO:tasks.rados.rados.0.smithi118.stdout:3128: expect (ObjNum 914 snap 279 seq_num 914) 2023-09-30T09:17:37.171 INFO:tasks.rados.rados.0.smithi118.stdout:3129: copy_from oid 19 from oid 21 current snap is 289 2023-09-30T09:17:37.171 INFO:tasks.rados.rados.0.smithi118.stdout:3130: rmattr oid 18 current snap is 289 2023-09-30T09:17:37.171 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 289 2023-09-30T09:17:37.171 INFO:tasks.rados.rados.0.smithi118.stdout:3131: seq_num 967 ranges {0=598016,598016=466944,1064960=516096,1581056=221184} 2023-09-30T09:17:37.172 INFO:tasks.rados.rados.0.smithi118.stdout:3131: writing smithi118168640-43 from 0 to 598016 tid 1 2023-09-30T09:17:37.175 INFO:tasks.rados.rados.0.smithi118.stdout:3131: writing smithi118168640-43 from 598016 to 1064960 tid 2 2023-09-30T09:17:37.178 INFO:tasks.rados.rados.0.smithi118.stdout:3131: writing smithi118168640-43 from 1064960 to 1581056 tid 3 2023-09-30T09:17:37.180 INFO:tasks.rados.rados.0.smithi118.stdout:3131: writing smithi118168640-43 from 1581056 to 1802240 tid 4 2023-09-30T09:17:37.180 INFO:tasks.rados.rados.0.smithi118.stdout:3132: copy_from oid 16 from oid 11 current snap is 289 2023-09-30T09:17:37.180 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1472 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:37.180 INFO:tasks.rados.rados.0.smithi118.stdout:3128: expect (ObjNum 914 snap 279 seq_num 914) 2023-09-30T09:17:37.220 INFO:tasks.rados.rados.0.smithi118.stdout:3131: finishing write tid 1 to smithi118168640-43 2023-09-30T09:17:37.220 INFO:tasks.rados.rados.0.smithi118.stdout:3131: finishing write tid 2 to smithi118168640-43 2023-09-30T09:17:37.220 INFO:tasks.rados.rados.0.smithi118.stdout:3131: finishing write tid 3 to smithi118168640-43 2023-09-30T09:17:37.220 INFO:tasks.rados.rados.0.smithi118.stdout:3131: finishing write tid 4 to smithi118168640-43 2023-09-30T09:17:37.220 INFO:tasks.rados.rados.0.smithi118.stdout:3131: finishing write tid 5 to smithi118168640-43 2023-09-30T09:17:37.220 INFO:tasks.rados.rados.0.smithi118.stdout:3131: finishing write tid 6 to smithi118168640-43 2023-09-30T09:17:37.220 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1509 (ObjNum 967 snap 289 seq_num 967) dirty exists 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3131: left oid 43 (ObjNum 967 snap 289 seq_num 967) 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3129: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3132: finishing copy_from racing read to smithi118168640-16 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3129: finishing copy_from to smithi118168640-19 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1070 (ObjNum 943 snap 287 seq_num 943) dirty exists 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3132: finishing copy_from to smithi118168640-16 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1480 (ObjNum 955 snap 289 seq_num 955) dirty exists 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3128: done (4 left) 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3129: done (3 left) 2023-09-30T09:17:37.221 INFO:tasks.rados.rados.0.smithi118.stdout:3130: done (2 left) 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3131: done (1 left) 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3132: done (0 left) 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3133: rollback oid 38 current snap is 289 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3133: done (0 left) 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3134: read oid 42 snap -1 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3134: expect deleted 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3135: copy_from oid 9 from oid 23 current snap is 289 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3136: rollback oid 25 current snap is 289 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3136: done (2 left) 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3137: copy_from oid 48 from oid 34 current snap is 289 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 289 2023-09-30T09:17:37.222 INFO:tasks.rados.rados.0.smithi118.stdout:3138: seq_num 968 ranges {8667136=614400,9281536=745472,10027008=458752} 2023-09-30T09:17:37.269 INFO:tasks.rados.rados.0.smithi118.stdout:3138: writing smithi118168640-22 from 8667136 to 9281536 tid 1 2023-09-30T09:17:37.273 INFO:tasks.rados.rados.0.smithi118.stdout:3138: writing smithi118168640-22 from 9281536 to 10027008 tid 2 2023-09-30T09:17:37.277 INFO:tasks.rados.rados.0.smithi118.stdout:3138: writing smithi118168640-22 from 10027008 to 10485760 tid 3 2023-09-30T09:17:37.277 INFO:tasks.rados.rados.0.smithi118.stdout:3139: read oid 43 snap -1 2023-09-30T09:17:37.277 INFO:tasks.rados.rados.0.smithi118.stdout:3139: expect (ObjNum 967 snap 289 seq_num 967) 2023-09-30T09:17:37.277 INFO:tasks.rados.rados.0.smithi118.stdout:3140: copy_from oid 7 from oid 6 current snap is 289 2023-09-30T09:17:37.277 INFO:tasks.rados.rados.0.smithi118.stdout:3141: read oid 14 snap -1 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3141: expect deleted 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3142: copy_from oid 28 from oid 35 current snap is 289 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3137: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3137: finishing copy_from to smithi118168640-48 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1474 (ObjNum 891 snap 271 seq_num 891) dirty exists 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3135: finishing copy_from racing read to smithi118168640-9 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3135: finishing copy_from to smithi118168640-9 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 1502 (ObjNum 947 snap 287 seq_num 947) dirty exists 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3138: finishing write tid 1 to smithi118168640-22 2023-09-30T09:17:37.278 INFO:tasks.rados.rados.0.smithi118.stdout:3134: done (7 left) 2023-09-30T09:17:37.279 INFO:tasks.rados.rados.0.smithi118.stdout:3135: done (6 left) 2023-09-30T09:17:37.279 INFO:tasks.rados.rados.0.smithi118.stdout:3137: done (5 left) 2023-09-30T09:17:37.279 INFO:tasks.rados.rados.0.smithi118.stdout:3143: read oid 11 snap -1 2023-09-30T09:17:37.279 INFO:tasks.rados.rados.0.smithi118.stdout:3143: expect (ObjNum 955 snap 289 seq_num 955) 2023-09-30T09:17:37.279 INFO:tasks.rados.rados.0.smithi118.stdout:3144: snap_create 2023-09-30T09:17:37.280 INFO:tasks.rados.rados.0.smithi118.stdout:3138: finishing write tid 2 to smithi118168640-22 2023-09-30T09:17:37.281 INFO:tasks.rados.rados.0.smithi118.stdout:3138: finishing write tid 3 to smithi118168640-22 2023-09-30T09:17:37.282 INFO:tasks.rados.rados.0.smithi118.stdout:3138: finishing write tid 4 to smithi118168640-22 2023-09-30T09:17:37.284 INFO:tasks.rados.rados.0.smithi118.stdout:3142: finishing copy_from racing read to smithi118168640-28 2023-09-30T09:17:37.285 INFO:tasks.rados.rados.0.smithi118.stdout:3138: finishing write tid 5 to smithi118168640-22 2023-09-30T09:17:37.285 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1053 (ObjNum 968 snap 289 seq_num 968) dirty exists 2023-09-30T09:17:37.285 INFO:tasks.rados.rados.0.smithi118.stdout:3138: left oid 22 (ObjNum 968 snap 289 seq_num 968) 2023-09-30T09:17:37.285 INFO:tasks.rados.rados.0.smithi118.stdout:3143: expect (ObjNum 955 snap 289 seq_num 955) 2023-09-30T09:17:37.382 INFO:tasks.rados.rados.0.smithi118.stdout:3142: finishing copy_from to smithi118168640-28 2023-09-30T09:17:37.382 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1401 (ObjNum 65 snap 0 seq_num 1347314523) dirty exists 2023-09-30T09:17:37.383 INFO:tasks.rados.rados.0.smithi118.stdout:3139: expect (ObjNum 967 snap 289 seq_num 967) 2023-09-30T09:17:37.425 INFO:tasks.rados.rados.0.smithi118.stdout:3140: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:17:37.425 INFO:tasks.rados.rados.0.smithi118.stdout:3140: finishing copy_from to smithi118168640-7 2023-09-30T09:17:37.425 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1487 (ObjNum 917 snap 283 seq_num 917) dirty exists 2023-09-30T09:17:37.658 INFO:tasks.rados.rados.0.smithi118.stdout:3138: done (6 left) 2023-09-30T09:17:37.659 INFO:tasks.rados.rados.0.smithi118.stdout:3139: done (5 left) 2023-09-30T09:17:37.659 INFO:tasks.rados.rados.0.smithi118.stdout:3140: done (4 left) 2023-09-30T09:17:37.659 INFO:tasks.rados.rados.0.smithi118.stdout:3141: done (3 left) 2023-09-30T09:17:37.659 INFO:tasks.rados.rados.0.smithi118.stdout:3142: done (2 left) 2023-09-30T09:17:37.659 INFO:tasks.rados.rados.0.smithi118.stdout:3143: done (1 left) 2023-09-30T09:17:37.659 INFO:tasks.rados.rados.0.smithi118.stdout:3144: done (0 left) 2023-09-30T09:17:37.659 INFO:tasks.rados.rados.0.smithi118.stdout:3145: setattr oid 47 current snap is 290 2023-09-30T09:17:37.660 INFO:tasks.rados.rados.0.smithi118.stdout:3146: snap_remove snap 289 2023-09-30T09:17:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:37 smithi192 ceph-mon[180220]: pgmap v698: 121 pgs: 121 active+clean; 187 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 9.8 MiB/s wr, 62 op/s 2023-09-30T09:17:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:37 smithi118 ceph-mon[182959]: pgmap v698: 121 pgs: 121 active+clean; 187 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 9.8 MiB/s wr, 62 op/s 2023-09-30T09:17:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:37 smithi118 ceph-mon[185516]: pgmap v698: 121 pgs: 121 active+clean; 187 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 MiB/s rd, 9.8 MiB/s wr, 62 op/s 2023-09-30T09:17:38.660 INFO:tasks.rados.rados.0.smithi118.stdout:3146: done (1 left) 2023-09-30T09:17:38.660 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 290 2023-09-30T09:17:38.661 INFO:tasks.rados.rados.0.smithi118.stdout:3147: seq_num 969 ranges {4243456=638976,4882432=630784,5513216=532480,6045696=40960} 2023-09-30T09:17:38.687 INFO:tasks.rados.rados.0.smithi118.stdout:3147: writing smithi118168640-10 from 4243456 to 4882432 tid 1 2023-09-30T09:17:38.691 INFO:tasks.rados.rados.0.smithi118.stdout:3147: writing smithi118168640-10 from 4882432 to 5513216 tid 2 2023-09-30T09:17:38.694 INFO:tasks.rados.rados.0.smithi118.stdout:3147: writing smithi118168640-10 from 5513216 to 6045696 tid 3 2023-09-30T09:17:38.695 INFO:tasks.rados.rados.0.smithi118.stdout:3147: writing smithi118168640-10 from 6045696 to 6086656 tid 4 2023-09-30T09:17:38.695 INFO:tasks.rados.rados.0.smithi118.stdout:3148: copy_from oid 14 from oid 38 current snap is 290 2023-09-30T09:17:38.695 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1071 (ObjNum 833 snap 255 seq_num 833) dirty exists 2023-09-30T09:17:38.695 INFO:tasks.rados.rados.0.smithi118.stdout:3147: finishing write tid 1 to smithi118168640-10 2023-09-30T09:17:38.695 INFO:tasks.rados.rados.0.smithi118.stdout:3147: finishing write tid 2 to smithi118168640-10 2023-09-30T09:17:38.696 INFO:tasks.rados.rados.0.smithi118.stdout:3145: done (2 left) 2023-09-30T09:17:38.696 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 290 2023-09-30T09:17:38.696 INFO:tasks.rados.rados.0.smithi118.stdout:3149: seq_num 970 ranges {0=655360,655360=516096,1171456=688128} 2023-09-30T09:17:38.699 INFO:tasks.rados.rados.0.smithi118.stdout:3149: writing smithi118168640-41 from 0 to 655360 tid 1 2023-09-30T09:17:38.702 INFO:tasks.rados.rados.0.smithi118.stdout:3149: writing smithi118168640-41 from 655360 to 1171456 tid 2 2023-09-30T09:17:38.706 INFO:tasks.rados.rados.0.smithi118.stdout:3149: writing smithi118168640-41 from 1171456 to 1859584 tid 3 2023-09-30T09:17:38.706 INFO:tasks.rados.rados.0.smithi118.stdout:3150: snap_create 2023-09-30T09:17:38.706 INFO:tasks.rados.rados.0.smithi118.stdout:3147: finishing write tid 3 to smithi118168640-10 2023-09-30T09:17:38.706 INFO:tasks.rados.rados.0.smithi118.stdout:3147: finishing write tid 4 to smithi118168640-10 2023-09-30T09:17:38.707 INFO:tasks.rados.rados.0.smithi118.stdout:3147: finishing write tid 5 to smithi118168640-10 2023-09-30T09:17:38.707 INFO:tasks.rados.rados.0.smithi118.stdout:3147: finishing write tid 6 to smithi118168640-10 2023-09-30T09:17:38.707 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1508 (ObjNum 969 snap 290 seq_num 969) dirty exists 2023-09-30T09:17:38.707 INFO:tasks.rados.rados.0.smithi118.stdout:3147: left oid 10 (ObjNum 969 snap 290 seq_num 969) 2023-09-30T09:17:38.707 INFO:tasks.rados.rados.0.smithi118.stdout:3149: finishing write tid 1 to smithi118168640-41 2023-09-30T09:17:38.707 INFO:tasks.rados.rados.0.smithi118.stdout:3149: finishing write tid 2 to smithi118168640-41 2023-09-30T09:17:38.710 INFO:tasks.rados.rados.0.smithi118.stdout:3149: finishing write tid 3 to smithi118168640-41 2023-09-30T09:17:38.711 INFO:tasks.rados.rados.0.smithi118.stdout:3149: finishing write tid 4 to smithi118168640-41 2023-09-30T09:17:38.713 INFO:tasks.rados.rados.0.smithi118.stdout:3149: finishing write tid 5 to smithi118168640-41 2023-09-30T09:17:38.713 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1567 (ObjNum 970 snap 290 seq_num 970) dirty exists 2023-09-30T09:17:38.713 INFO:tasks.rados.rados.0.smithi118.stdout:3149: left oid 41 (ObjNum 970 snap 290 seq_num 970) 2023-09-30T09:17:38.736 INFO:tasks.rados.rados.0.smithi118.stdout:3148: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:17:38.736 INFO:tasks.rados.rados.0.smithi118.stdout:3148: finishing copy_from to smithi118168640-14 2023-09-30T09:17:38.737 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1062 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:38 smithi192 ceph-mon[180220]: osdmap e659: 8 total, 8 up, 8 in 2023-09-30T09:17:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:38 smithi118 ceph-mon[182959]: osdmap e659: 8 total, 8 up, 8 in 2023-09-30T09:17:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:38 smithi118 ceph-mon[185516]: osdmap e659: 8 total, 8 up, 8 in 2023-09-30T09:17:39.672 INFO:tasks.rados.rados.0.smithi118.stdout:3147: done (3 left) 2023-09-30T09:17:39.672 INFO:tasks.rados.rados.0.smithi118.stdout:3148: done (2 left) 2023-09-30T09:17:39.672 INFO:tasks.rados.rados.0.smithi118.stdout:3149: done (1 left) 2023-09-30T09:17:39.672 INFO:tasks.rados.rados.0.smithi118.stdout:3150: done (0 left) 2023-09-30T09:17:39.672 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 291 2023-09-30T09:17:39.672 INFO:tasks.rados.rados.0.smithi118.stdout:3151: seq_num 971 ranges {1294336=671744,1966080=802816,2768896=401408} 2023-09-30T09:17:39.682 INFO:tasks.rados.rados.0.smithi118.stdout:3151: writing smithi118168640-15 from 1294336 to 1966080 tid 1 2023-09-30T09:17:39.687 INFO:tasks.rados.rados.0.smithi118.stdout:3151: writing smithi118168640-15 from 1966080 to 2768896 tid 2 2023-09-30T09:17:39.689 INFO:tasks.rados.rados.0.smithi118.stdout:3151: writing smithi118168640-15 from 2768896 to 3170304 tid 3 2023-09-30T09:17:39.689 INFO:tasks.rados.rados.0.smithi118.stdout:3152: read oid 34 snap -1 2023-09-30T09:17:39.690 INFO:tasks.rados.rados.0.smithi118.stdout:3152: expect (ObjNum 891 snap 271 seq_num 891) 2023-09-30T09:17:39.690 INFO:tasks.rados.rados.0.smithi118.stdout:3153: snap_remove snap 290 2023-09-30T09:17:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:39 smithi192 ceph-mon[180220]: osdmap e660: 8 total, 8 up, 8 in 2023-09-30T09:17:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:39 smithi192 ceph-mon[180220]: pgmap v701: 121 pgs: 121 active+clean; 172 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 8.2 MiB/s wr, 27 op/s 2023-09-30T09:17:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:17:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:17:39] "GET /metrics HTTP/1.1" 200 36179 "" "Prometheus/2.43.0" 2023-09-30T09:17:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:39 smithi118 ceph-mon[182959]: osdmap e660: 8 total, 8 up, 8 in 2023-09-30T09:17:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:39 smithi118 ceph-mon[182959]: pgmap v701: 121 pgs: 121 active+clean; 172 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 8.2 MiB/s wr, 27 op/s 2023-09-30T09:17:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:39 smithi118 ceph-mon[185516]: osdmap e660: 8 total, 8 up, 8 in 2023-09-30T09:17:40.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:39 smithi118 ceph-mon[185516]: pgmap v701: 121 pgs: 121 active+clean; 172 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 8.2 MiB/s wr, 27 op/s 2023-09-30T09:17:40.676 INFO:tasks.rados.rados.0.smithi118.stdout:3153: done (2 left) 2023-09-30T09:17:40.676 INFO:tasks.rados.rados.0.smithi118.stdout:3154: rmattr oid 49 current snap is 291 2023-09-30T09:17:40.677 INFO:tasks.rados.rados.0.smithi118.stdout:3151: finishing write tid 1 to smithi118168640-15 2023-09-30T09:17:40.677 INFO:tasks.rados.rados.0.smithi118.stdout:3151: finishing write tid 2 to smithi118168640-15 2023-09-30T09:17:40.677 INFO:tasks.rados.rados.0.smithi118.stdout:3152: expect (ObjNum 891 snap 271 seq_num 891) 2023-09-30T09:17:40.691 INFO:tasks.rados.rados.0.smithi118.stdout:3151: finishing write tid 3 to smithi118168640-15 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:3151: finishing write tid 4 to smithi118168640-15 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:3151: finishing write tid 5 to smithi118168640-15 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1498 (ObjNum 971 snap 291 seq_num 971) dirty exists 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:3151: left oid 15 (ObjNum 971 snap 291 seq_num 971) 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1496 (ObjNum 937 snap 287 seq_num 937) dirty exists 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:3151: done (2 left) 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:3152: done (1 left) 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:3154: done (0 left) 2023-09-30T09:17:40.692 INFO:tasks.rados.rados.0.smithi118.stdout:3155: snap_create 2023-09-30T09:17:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:40 smithi192 ceph-mon[180220]: osdmap e661: 8 total, 8 up, 8 in 2023-09-30T09:17:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:40 smithi118 ceph-mon[185516]: osdmap e661: 8 total, 8 up, 8 in 2023-09-30T09:17:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:40 smithi118 ceph-mon[182959]: osdmap e661: 8 total, 8 up, 8 in 2023-09-30T09:17:41.536 INFO:tasks.rados.rados.0.smithi118.stdout:3155: done (0 left) 2023-09-30T09:17:41.865 INFO:tasks.rados.rados.0.smithi118.stdout:3156: delete oid 43 current snap is 292 2023-09-30T09:17:41.866 INFO:tasks.rados.rados.0.smithi118.stdout:3156: done (0 left) 2023-09-30T09:17:41.866 INFO:tasks.rados.rados.0.smithi118.stdout:3157: snap_create 2023-09-30T09:17:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:41 smithi192 ceph-mon[180220]: osdmap e662: 8 total, 8 up, 8 in 2023-09-30T09:17:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:41 smithi192 ceph-mon[180220]: pgmap v704: 121 pgs: 121 active+clean; 147 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 9.8 MiB/s wr, 38 op/s 2023-09-30T09:17:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:41 smithi192 ceph-mon[180220]: osdmap e663: 8 total, 8 up, 8 in 2023-09-30T09:17:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:41 smithi118 ceph-mon[185516]: osdmap e662: 8 total, 8 up, 8 in 2023-09-30T09:17:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:41 smithi118 ceph-mon[185516]: pgmap v704: 121 pgs: 121 active+clean; 147 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 9.8 MiB/s wr, 38 op/s 2023-09-30T09:17:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:41 smithi118 ceph-mon[185516]: osdmap e663: 8 total, 8 up, 8 in 2023-09-30T09:17:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:41 smithi118 ceph-mon[182959]: osdmap e662: 8 total, 8 up, 8 in 2023-09-30T09:17:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:41 smithi118 ceph-mon[182959]: pgmap v704: 121 pgs: 121 active+clean; 147 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 17 MiB/s rd, 9.8 MiB/s wr, 38 op/s 2023-09-30T09:17:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:41 smithi118 ceph-mon[182959]: osdmap e663: 8 total, 8 up, 8 in 2023-09-30T09:17:42.543 INFO:tasks.rados.rados.0.smithi118.stdout:3157: done (0 left) 2023-09-30T09:17:42.543 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 293 2023-09-30T09:17:42.543 INFO:tasks.rados.rados.0.smithi118.stdout:3158: seq_num 973 ranges {6946816=704512,7651328=573440,8224768=507904,8732672=122880} 2023-09-30T09:17:42.583 INFO:tasks.rados.rados.0.smithi118.stdout:3158: writing smithi118168640-33 from 6946816 to 7651328 tid 1 2023-09-30T09:17:42.586 INFO:tasks.rados.rados.0.smithi118.stdout:3158: writing smithi118168640-33 from 7651328 to 8224768 tid 2 2023-09-30T09:17:42.589 INFO:tasks.rados.rados.0.smithi118.stdout:3158: writing smithi118168640-33 from 8224768 to 8732672 tid 3 2023-09-30T09:17:42.590 INFO:tasks.rados.rados.0.smithi118.stdout:3158: writing smithi118168640-33 from 8732672 to 8855552 tid 4 2023-09-30T09:17:42.590 INFO:tasks.rados.rados.0.smithi118.stdout:3159: copy_from oid 10 from oid 40 current snap is 293 2023-09-30T09:17:42.590 INFO:tasks.rados.rados.0.smithi118.stdout:3158: finishing write tid 1 to smithi118168640-33 2023-09-30T09:17:42.590 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 293 2023-09-30T09:17:42.590 INFO:tasks.rados.rados.0.smithi118.stdout:3160: seq_num 974 ranges {8675328=720896,9396224=507904,9904128=671744,10575872=24576} 2023-09-30T09:17:42.641 INFO:tasks.rados.rados.0.smithi118.stdout:3160: writing smithi118168640-18 from 8675328 to 9396224 tid 1 2023-09-30T09:17:42.644 INFO:tasks.rados.rados.0.smithi118.stdout:3160: writing smithi118168640-18 from 9396224 to 9904128 tid 2 2023-09-30T09:17:42.648 INFO:tasks.rados.rados.0.smithi118.stdout:3160: writing smithi118168640-18 from 9904128 to 10575872 tid 3 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3160: writing smithi118168640-18 from 10575872 to 10600448 tid 4 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3161: setattr oid 34 current snap is 293 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3158: finishing write tid 2 to smithi118168640-33 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3158: finishing write tid 3 to smithi118168640-33 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3158: finishing write tid 4 to smithi118168640-33 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3158: finishing write tid 5 to smithi118168640-33 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3158: finishing write tid 6 to smithi118168640-33 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1076 (ObjNum 973 snap 293 seq_num 973) dirty exists 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3158: left oid 33 (ObjNum 973 snap 293 seq_num 973) 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3159: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:17:42.649 INFO:tasks.rados.rados.0.smithi118.stdout:3159: finishing copy_from to smithi118168640-10 2023-09-30T09:17:42.650 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1046 (ObjNum 946 snap 287 seq_num 946) dirty exists 2023-09-30T09:17:42.650 INFO:tasks.rados.rados.0.smithi118.stdout:3160: finishing write tid 1 to smithi118168640-18 2023-09-30T09:17:42.650 INFO:tasks.rados.rados.0.smithi118.stdout:3160: finishing write tid 2 to smithi118168640-18 2023-09-30T09:17:42.650 INFO:tasks.rados.rados.0.smithi118.stdout:3158: done (3 left) 2023-09-30T09:17:42.650 INFO:tasks.rados.rados.0.smithi118.stdout:3159: done (2 left) 2023-09-30T09:17:42.650 INFO:tasks.rados.rados.0.smithi118.stdout:3162: snap_remove snap 292 2023-09-30T09:17:43.551 INFO:tasks.rados.rados.0.smithi118.stdout:3162: done (2 left) 2023-09-30T09:17:43.551 INFO:tasks.rados.rados.0.smithi118.stdout:3163: snap_remove snap 291 2023-09-30T09:17:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:43 smithi118 ceph-mon[182959]: osdmap e664: 8 total, 8 up, 8 in 2023-09-30T09:17:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:43 smithi118 ceph-mon[182959]: pgmap v707: 121 pgs: 121 active+clean; 154 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.9 MiB/s wr, 30 op/s 2023-09-30T09:17:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:43 smithi118 ceph-mon[185516]: osdmap e664: 8 total, 8 up, 8 in 2023-09-30T09:17:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:43 smithi118 ceph-mon[185516]: pgmap v707: 121 pgs: 121 active+clean; 154 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.9 MiB/s wr, 30 op/s 2023-09-30T09:17:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:43 smithi192 ceph-mon[180220]: osdmap e664: 8 total, 8 up, 8 in 2023-09-30T09:17:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:43 smithi192 ceph-mon[180220]: pgmap v707: 121 pgs: 121 active+clean; 154 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 MiB/s rd, 7.9 MiB/s wr, 30 op/s 2023-09-30T09:17:44.552 INFO:tasks.rados.rados.0.smithi118.stdout:3163: done (2 left) 2023-09-30T09:17:44.552 INFO:tasks.rados.rados.0.smithi118.stdout:3164: read oid 23 snap -1 2023-09-30T09:17:44.552 INFO:tasks.rados.rados.0.smithi118.stdout:3164: expect (ObjNum 947 snap 287 seq_num 947) 2023-09-30T09:17:44.562 INFO:tasks.rados.rados.0.smithi118.stdout:3165: read oid 39 snap -1 2023-09-30T09:17:44.562 INFO:tasks.rados.rados.0.smithi118.stdout:3165: expect (ObjNum 963 snap 289 seq_num 963) 2023-09-30T09:17:44.563 INFO:tasks.rados.rados.0.smithi118.stdout:3166: read oid 14 snap -1 2023-09-30T09:17:44.563 INFO:tasks.rados.rados.0.smithi118.stdout:3166: expect (ObjNum 893 snap 271 seq_num 893) 2023-09-30T09:17:44.563 INFO:tasks.rados.rados.0.smithi118.stdout:3167: copy_from oid 28 from oid 30 current snap is 293 2023-09-30T09:17:44.563 INFO:tasks.rados.rados.0.smithi118.stdout:3168: copy_from oid 5 from oid 13 current snap is 293 2023-09-30T09:17:44.563 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 293 2023-09-30T09:17:44.563 INFO:tasks.rados.rados.0.smithi118.stdout:3169: seq_num 975 ranges {1089536=737280,1826816=786432,2613248=417792} 2023-09-30T09:17:44.563 INFO:tasks.rados.rados.0.smithi118.stdout:3169: writing smithi118168640-24 from 1089536 to 1826816 tid 1 2023-09-30T09:17:44.575 INFO:tasks.rados.rados.0.smithi118.stdout:3169: writing smithi118168640-24 from 1826816 to 2613248 tid 2 2023-09-30T09:17:44.575 INFO:tasks.rados.rados.0.smithi118.stdout:3169: writing smithi118168640-24 from 2613248 to 3031040 tid 3 2023-09-30T09:17:44.576 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 293 2023-09-30T09:17:44.576 INFO:tasks.rados.rados.0.smithi118.stdout:3170: seq_num 976 ranges {8675328=753664,9428992=671744,10100736=532480} 2023-09-30T09:17:44.624 INFO:tasks.rados.rados.0.smithi118.stdout:3170: writing smithi118168640-38 from 8675328 to 9428992 tid 1 2023-09-30T09:17:44.628 INFO:tasks.rados.rados.0.smithi118.stdout:3170: writing smithi118168640-38 from 9428992 to 10100736 tid 2 2023-09-30T09:17:44.631 INFO:tasks.rados.rados.0.smithi118.stdout:3170: writing smithi118168640-38 from 10100736 to 10633216 tid 3 2023-09-30T09:17:44.631 INFO:tasks.rados.rados.0.smithi118.stdout:3171: rollback oid 10 current snap is 293 2023-09-30T09:17:44.631 INFO:tasks.rados.rados.0.smithi118.stdout:3171: done (9 left) 2023-09-30T09:17:44.631 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 293 2023-09-30T09:17:44.632 INFO:tasks.rados.rados.0.smithi118.stdout:3160: finishing write tid 3 to smithi118168640-18 2023-09-30T09:17:44.632 INFO:tasks.rados.rados.0.smithi118.stdout:3160: finishing write tid 4 to smithi118168640-18 2023-09-30T09:17:44.632 INFO:tasks.rados.rados.0.smithi118.stdout:3160: finishing write tid 5 to smithi118168640-18 2023-09-30T09:17:44.632 INFO:tasks.rados.rados.0.smithi118.stdout:3172: seq_num 977 ranges {10485760=770048,11255808=557056,11812864=491520,12304384=155648} 2023-09-30T09:17:44.690 INFO:tasks.rados.rados.0.smithi118.stdout:3172: writing smithi118168640-22 from 10485760 to 11255808 tid 1 2023-09-30T09:17:44.693 INFO:tasks.rados.rados.0.smithi118.stdout:3172: writing smithi118168640-22 from 11255808 to 11812864 tid 2 2023-09-30T09:17:44.696 INFO:tasks.rados.rados.0.smithi118.stdout:3172: writing smithi118168640-22 from 11812864 to 12304384 tid 3 2023-09-30T09:17:44.697 INFO:tasks.rados.rados.0.smithi118.stdout:3172: writing smithi118168640-22 from 12304384 to 12460032 tid 4 2023-09-30T09:17:44.697 INFO:tasks.rados.rados.0.smithi118.stdout:3173: copy_from oid 20 from oid 3 current snap is 293 2023-09-30T09:17:44.697 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 1481 (ObjNum 891 snap 271 seq_num 891) dirty exists 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:3160: finishing write tid 6 to smithi118168640-18 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1477 (ObjNum 974 snap 293 seq_num 974) dirty exists 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:3160: left oid 18 (ObjNum 974 snap 293 seq_num 974) 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:3167: finishing copy_from to smithi118168640-28 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:3167: got expected ENOENT (src dne) 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:3167: finishing copy_from racing read to smithi118168640-28 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:3168: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:17:44.698 INFO:tasks.rados.rados.0.smithi118.stdout:3165: expect (ObjNum 963 snap 289 seq_num 963) 2023-09-30T09:17:44.740 INFO:tasks.rados.rados.0.smithi118.stdout:3169: finishing write tid 1 to smithi118168640-24 2023-09-30T09:17:44.740 INFO:tasks.rados.rados.0.smithi118.stdout:3168: finishing copy_from to smithi118168640-5 2023-09-30T09:17:44.740 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1471 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:44.740 INFO:tasks.rados.rados.0.smithi118.stdout:3164: expect (ObjNum 947 snap 287 seq_num 947) 2023-09-30T09:17:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:44 smithi118 ceph-mon[182959]: osdmap e665: 8 total, 8 up, 8 in 2023-09-30T09:17:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:44 smithi118 ceph-mon[185516]: osdmap e665: 8 total, 8 up, 8 in 2023-09-30T09:17:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:44 smithi192 ceph-mon[180220]: osdmap e665: 8 total, 8 up, 8 in 2023-09-30T09:17:45.067 INFO:tasks.rados.rados.0.smithi118.stdout:3169: finishing write tid 2 to smithi118168640-24 2023-09-30T09:17:45.067 INFO:tasks.rados.rados.0.smithi118.stdout:3169: finishing write tid 3 to smithi118168640-24 2023-09-30T09:17:45.067 INFO:tasks.rados.rados.0.smithi118.stdout:3169: finishing write tid 4 to smithi118168640-24 2023-09-30T09:17:45.067 INFO:tasks.rados.rados.0.smithi118.stdout:3169: finishing write tid 5 to smithi118168640-24 2023-09-30T09:17:45.067 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1506 (ObjNum 975 snap 293 seq_num 975) dirty exists 2023-09-30T09:17:45.067 INFO:tasks.rados.rados.0.smithi118.stdout:3169: left oid 24 (ObjNum 975 snap 293 seq_num 975) 2023-09-30T09:17:45.068 INFO:tasks.rados.rados.0.smithi118.stdout:3166: expect (ObjNum 893 snap 271 seq_num 893) 2023-09-30T09:17:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:3170: finishing write tid 1 to smithi118168640-38 2023-09-30T09:17:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:3170: finishing write tid 2 to smithi118168640-38 2023-09-30T09:17:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:3160: done (10 left) 2023-09-30T09:17:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:3161: done (9 left) 2023-09-30T09:17:45.817 INFO:tasks.rados.rados.0.smithi118.stdout:3164: done (8 left) 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3165: done (7 left) 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3166: done (6 left) 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3167: done (5 left) 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3168: done (4 left) 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3169: done (3 left) 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 293 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3170: finishing write tid 3 to smithi118168640-38 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3170: finishing write tid 4 to smithi118168640-38 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3170: finishing write tid 5 to smithi118168640-38 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1080 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:17:45.818 INFO:tasks.rados.rados.0.smithi118.stdout:3170: left oid 38 (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3172: finishing write tid 1 to smithi118168640-22 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3172: finishing write tid 2 to smithi118168640-22 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3172: finishing write tid 3 to smithi118168640-22 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3172: finishing write tid 4 to smithi118168640-22 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3172: finishing write tid 5 to smithi118168640-22 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3172: finishing write tid 6 to smithi118168640-22 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1058 (ObjNum 977 snap 293 seq_num 977) dirty exists 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3172: left oid 22 (ObjNum 977 snap 293 seq_num 977) 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3173: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3173: finishing copy_from to smithi118168640-20 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1495 (ObjNum 951 snap 288 seq_num 951) dirty exists 2023-09-30T09:17:45.819 INFO:tasks.rados.rados.0.smithi118.stdout:3174: seq_num 978 ranges {4857856=786432,5644288=442368,6086656=647168,6733824=114688} 2023-09-30T09:17:45.845 INFO:tasks.rados.rados.0.smithi118.stdout:3174: writing smithi118168640-49 from 4857856 to 5644288 tid 1 2023-09-30T09:17:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:45 smithi118 ceph-mon[182959]: osdmap e666: 8 total, 8 up, 8 in 2023-09-30T09:17:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:45 smithi118 ceph-mon[182959]: pgmap v710: 121 pgs: 121 active+clean; 162 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.3 MiB/s wr, 9 op/s 2023-09-30T09:17:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:45 smithi118 ceph-mon[185516]: osdmap e666: 8 total, 8 up, 8 in 2023-09-30T09:17:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:45 smithi118 ceph-mon[185516]: pgmap v710: 121 pgs: 121 active+clean; 162 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.3 MiB/s wr, 9 op/s 2023-09-30T09:17:45.848 INFO:tasks.rados.rados.0.smithi118.stdout:3174: writing smithi118168640-49 from 5644288 to 6086656 tid 2 2023-09-30T09:17:45.852 INFO:tasks.rados.rados.0.smithi118.stdout:3174: writing smithi118168640-49 from 6086656 to 6733824 tid 3 2023-09-30T09:17:45.853 INFO:tasks.rados.rados.0.smithi118.stdout:3174: writing smithi118168640-49 from 6733824 to 6848512 tid 4 2023-09-30T09:17:45.853 INFO:tasks.rados.rados.0.smithi118.stdout:3170: done (3 left) 2023-09-30T09:17:45.853 INFO:tasks.rados.rados.0.smithi118.stdout:3172: done (2 left) 2023-09-30T09:17:45.853 INFO:tasks.rados.rados.0.smithi118.stdout:3173: done (1 left) 2023-09-30T09:17:45.853 INFO:tasks.rados.rados.0.smithi118.stdout:3175: setattr oid 40 current snap is 293 2023-09-30T09:17:45.853 INFO:tasks.rados.rados.0.smithi118.stdout:3174: finishing write tid 1 to smithi118168640-49 2023-09-30T09:17:45.853 INFO:tasks.rados.rados.0.smithi118.stdout:3174: finishing write tid 2 to smithi118168640-49 2023-09-30T09:17:45.854 INFO:tasks.rados.rados.0.smithi118.stdout:3176: read oid 43 snap -1 2023-09-30T09:17:45.854 INFO:tasks.rados.rados.0.smithi118.stdout:3176: expect deleted 2023-09-30T09:17:45.854 INFO:tasks.rados.rados.0.smithi118.stdout:3177: read oid 6 snap -1 2023-09-30T09:17:45.855 INFO:tasks.rados.rados.0.smithi118.stdout:3177: expect (ObjNum 917 snap 283 seq_num 917) 2023-09-30T09:17:45.855 INFO:tasks.rados.rados.0.smithi118.stdout:3178: copy_from oid 33 from oid 13 current snap is 293 2023-09-30T09:17:45.855 INFO:tasks.rados.rados.0.smithi118.stdout:3179: read oid 16 snap -1 2023-09-30T09:17:45.855 INFO:tasks.rados.rados.0.smithi118.stdout:3179: expect (ObjNum 955 snap 289 seq_num 955) 2023-09-30T09:17:45.855 INFO:tasks.rados.rados.0.smithi118.stdout:3180: snap_create 2023-09-30T09:17:45.856 INFO:tasks.rados.rados.0.smithi118.stdout:3174: finishing write tid 3 to smithi118168640-49 2023-09-30T09:17:45.857 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1047 (ObjNum 946 snap 287 seq_num 946) dirty exists 2023-09-30T09:17:45.858 INFO:tasks.rados.rados.0.smithi118.stdout:3174: finishing write tid 4 to smithi118168640-49 2023-09-30T09:17:45.859 INFO:tasks.rados.rados.0.smithi118.stdout:3174: finishing write tid 5 to smithi118168640-49 2023-09-30T09:17:45.865 INFO:tasks.rados.rados.0.smithi118.stdout:3178: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:17:45.870 INFO:tasks.rados.rados.0.smithi118.stdout:3178: finishing copy_from to smithi118168640-33 2023-09-30T09:17:45.870 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1471 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:45.871 INFO:tasks.rados.rados.0.smithi118.stdout:3179: expect (ObjNum 955 snap 289 seq_num 955) 2023-09-30T09:17:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:45 smithi192 ceph-mon[180220]: osdmap e666: 8 total, 8 up, 8 in 2023-09-30T09:17:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:45 smithi192 ceph-mon[180220]: pgmap v710: 121 pgs: 121 active+clean; 162 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.3 MiB/s wr, 9 op/s 2023-09-30T09:17:45.965 INFO:tasks.rados.rados.0.smithi118.stdout:3174: finishing write tid 6 to smithi118168640-49 2023-09-30T09:17:45.965 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1501 (ObjNum 978 snap 293 seq_num 978) dirty exists 2023-09-30T09:17:45.965 INFO:tasks.rados.rados.0.smithi118.stdout:3174: left oid 49 (ObjNum 978 snap 293 seq_num 978) 2023-09-30T09:17:45.965 INFO:tasks.rados.rados.0.smithi118.stdout:3177: expect (ObjNum 917 snap 283 seq_num 917) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3174: done (6 left) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3175: done (5 left) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3176: done (4 left) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3177: done (3 left) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3178: done (2 left) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3179: done (1 left) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3180: done (0 left) 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:3181: rollback oid 35 current snap is 294 2023-09-30T09:17:46.537 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 293 2023-09-30T09:17:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:3182: rmattr oid 14 current snap is 294 2023-09-30T09:17:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 294 2023-09-30T09:17:46.538 INFO:tasks.rados.rados.0.smithi118.stdout:3183: seq_num 979 ranges {1736704=802816,2539520=729088,3268608=458752,3727360=16384} 2023-09-30T09:17:46.550 INFO:tasks.rados.rados.0.smithi118.stdout:3183: writing smithi118168640-39 from 1736704 to 2539520 tid 1 2023-09-30T09:17:46.555 INFO:tasks.rados.rados.0.smithi118.stdout:3183: writing smithi118168640-39 from 2539520 to 3268608 tid 2 2023-09-30T09:17:46.558 INFO:tasks.rados.rados.0.smithi118.stdout:3183: writing smithi118168640-39 from 3268608 to 3727360 tid 3 2023-09-30T09:17:46.558 INFO:tasks.rados.rados.0.smithi118.stdout:3183: writing smithi118168640-39 from 3727360 to 3743744 tid 4 2023-09-30T09:17:46.558 INFO:tasks.rados.rados.0.smithi118.stdout:3184: snap_create 2023-09-30T09:17:46.558 INFO:tasks.rados.rados.0.smithi118.stdout:3181: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:17:46.558 INFO:tasks.rados.rados.0.smithi118.stdout:3181: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:17:46.558 INFO:tasks.rados.rados.0.smithi118.stdout:3181: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:17:46.559 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1513 (ObjNum 65 snap 0 seq_num 1867932002) dirty exists 2023-09-30T09:17:46.559 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1402 (ObjNum 893 snap 271 seq_num 893) dirty exists 2023-09-30T09:17:46.559 INFO:tasks.rados.rados.0.smithi118.stdout:3183: finishing write tid 1 to smithi118168640-39 2023-09-30T09:17:46.559 INFO:tasks.rados.rados.0.smithi118.stdout:3183: finishing write tid 2 to smithi118168640-39 2023-09-30T09:17:46.560 INFO:tasks.rados.rados.0.smithi118.stdout:3183: finishing write tid 3 to smithi118168640-39 2023-09-30T09:17:46.561 INFO:tasks.rados.rados.0.smithi118.stdout:3183: finishing write tid 4 to smithi118168640-39 2023-09-30T09:17:46.561 INFO:tasks.rados.rados.0.smithi118.stdout:3183: finishing write tid 5 to smithi118168640-39 2023-09-30T09:17:46.562 INFO:tasks.rados.rados.0.smithi118.stdout:3183: finishing write tid 6 to smithi118168640-39 2023-09-30T09:17:46.562 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1052 (ObjNum 979 snap 294 seq_num 979) dirty exists 2023-09-30T09:17:46.562 INFO:tasks.rados.rados.0.smithi118.stdout:3183: left oid 39 (ObjNum 979 snap 294 seq_num 979) 2023-09-30T09:17:47.549 INFO:tasks.rados.rados.0.smithi118.stdout:3181: done (3 left) 2023-09-30T09:17:47.550 INFO:tasks.rados.rados.0.smithi118.stdout:3182: done (2 left) 2023-09-30T09:17:47.550 INFO:tasks.rados.rados.0.smithi118.stdout:3183: done (1 left) 2023-09-30T09:17:47.550 INFO:tasks.rados.rados.0.smithi118.stdout:3184: done (0 left) 2023-09-30T09:17:47.550 INFO:tasks.rados.rados.0.smithi118.stdout:3185: copy_from oid 19 from oid 27 current snap is 295 2023-09-30T09:17:47.550 INFO:tasks.rados.rados.0.smithi118.stdout:3186: snap_remove snap 293 2023-09-30T09:17:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:47 smithi118 ceph-mon[182959]: osdmap e667: 8 total, 8 up, 8 in 2023-09-30T09:17:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:47 smithi118 ceph-mon[182959]: pgmap v712: 121 pgs: 121 active+clean; 160 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.0 MiB/s wr, 14 op/s 2023-09-30T09:17:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:47 smithi118 ceph-mon[185516]: osdmap e667: 8 total, 8 up, 8 in 2023-09-30T09:17:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:47 smithi118 ceph-mon[185516]: pgmap v712: 121 pgs: 121 active+clean; 160 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.0 MiB/s wr, 14 op/s 2023-09-30T09:17:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:47 smithi192 ceph-mon[180220]: osdmap e667: 8 total, 8 up, 8 in 2023-09-30T09:17:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:47 smithi192 ceph-mon[180220]: pgmap v712: 121 pgs: 121 active+clean; 160 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.0 MiB/s wr, 14 op/s 2023-09-30T09:17:48.553 INFO:tasks.rados.rados.0.smithi118.stdout:3186: done (1 left) 2023-09-30T09:17:48.553 INFO:tasks.rados.rados.0.smithi118.stdout:3187: read oid 21 snap 294 2023-09-30T09:17:48.553 INFO:tasks.rados.rados.0.smithi118.stdout:3187: expect (ObjNum 943 snap 287 seq_num 943) 2023-09-30T09:17:48.553 INFO:tasks.rados.rados.0.smithi118.stdout:3188: read oid 29 snap 294 2023-09-30T09:17:48.553 INFO:tasks.rados.rados.0.smithi118.stdout:3188: expect (ObjNum 948 snap 287 seq_num 948) 2023-09-30T09:17:48.553 INFO:tasks.rados.rados.0.smithi118.stdout:3189: snap_create 2023-09-30T09:17:48.553 INFO:tasks.rados.rados.0.smithi118.stdout:3185: finishing copy_from racing read to smithi118168640-19 2023-09-30T09:17:48.554 INFO:tasks.rados.rados.0.smithi118.stdout:3185: finishing copy_from to smithi118168640-19 2023-09-30T09:17:48.554 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1042 (ObjNum 945 snap 287 seq_num 945) dirty exists 2023-09-30T09:17:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3188: expect (ObjNum 948 snap 287 seq_num 948) 2023-09-30T09:17:48.670 INFO:tasks.rados.rados.0.smithi118.stdout:3187: expect (ObjNum 943 snap 287 seq_num 943) 2023-09-30T09:17:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:48 smithi118 ceph-mon[182959]: osdmap e668: 8 total, 8 up, 8 in 2023-09-30T09:17:48.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:48 smithi118 ceph-mon[185516]: osdmap e668: 8 total, 8 up, 8 in 2023-09-30T09:17:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:48 smithi192 ceph-mon[180220]: osdmap e668: 8 total, 8 up, 8 in 2023-09-30T09:17:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:3185: done (3 left) 2023-09-30T09:17:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:3187: done (2 left) 2023-09-30T09:17:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:3188: done (1 left) 2023-09-30T09:17:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:3189: done (0 left) 2023-09-30T09:17:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 296 2023-09-30T09:17:49.553 INFO:tasks.rados.rados.0.smithi118.stdout:3190: seq_num 980 ranges {3227648=417792,3645440=614400,4259840=663552,4923392=327680} 2023-09-30T09:17:49.572 INFO:tasks.rados.rados.0.smithi118.stdout:3190: writing smithi118168640-7 from 3227648 to 3645440 tid 1 2023-09-30T09:17:49.576 INFO:tasks.rados.rados.0.smithi118.stdout:3190: writing smithi118168640-7 from 3645440 to 4259840 tid 2 2023-09-30T09:17:49.581 INFO:tasks.rados.rados.0.smithi118.stdout:3190: writing smithi118168640-7 from 4259840 to 4923392 tid 3 2023-09-30T09:17:49.583 INFO:tasks.rados.rados.0.smithi118.stdout:3190: writing smithi118168640-7 from 4923392 to 5251072 tid 4 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3191: copy_from oid 48 from oid 38 current snap is 296 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3190: finishing write tid 1 to smithi118168640-7 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3190: finishing write tid 2 to smithi118168640-7 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3192: copy_from oid 29 from oid 8 current snap is 296 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3193: read oid 14 snap 294 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3193: expect (ObjNum 893 snap 271 seq_num 893) 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3194: rollback oid 25 current snap is 296 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 25 to 294 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 296 2023-09-30T09:17:49.584 INFO:tasks.rados.rados.0.smithi118.stdout:3195: seq_num 981 ranges {2736128=434176,3170304=540672,3710976=466944,4177920=524288,4702208=73728} 2023-09-30T09:17:49.601 INFO:tasks.rados.rados.0.smithi118.stdout:3195: writing smithi118168640-27 from 2736128 to 3170304 tid 1 2023-09-30T09:17:49.604 INFO:tasks.rados.rados.0.smithi118.stdout:3195: writing smithi118168640-27 from 3170304 to 3710976 tid 2 2023-09-30T09:17:49.607 INFO:tasks.rados.rados.0.smithi118.stdout:3195: writing smithi118168640-27 from 3710976 to 4177920 tid 3 2023-09-30T09:17:49.610 INFO:tasks.rados.rados.0.smithi118.stdout:3195: writing smithi118168640-27 from 4177920 to 4702208 tid 4 2023-09-30T09:17:49.611 INFO:tasks.rados.rados.0.smithi118.stdout:3195: writing smithi118168640-27 from 4702208 to 4775936 tid 5 2023-09-30T09:17:49.611 INFO:tasks.rados.rados.0.smithi118.stdout:3196: snap_create 2023-09-30T09:17:49.611 INFO:tasks.rados.rados.0.smithi118.stdout:3194: finishing rollback tid 1 to smithi118168640-25 2023-09-30T09:17:49.611 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 0 (ObjNum 7361 snap 0 seq_num 3324010752) dirty dne 2023-09-30T09:17:49.611 INFO:tasks.rados.rados.0.smithi118.stdout:3190: finishing write tid 3 to smithi118168640-7 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3190: finishing write tid 4 to smithi118168640-7 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3190: finishing write tid 5 to smithi118168640-7 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3190: finishing write tid 6 to smithi118168640-7 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1492 (ObjNum 980 snap 296 seq_num 980) dirty exists 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3190: left oid 7 (ObjNum 980 snap 296 seq_num 980) 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3192: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3192: finishing copy_from to smithi118168640-29 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1471 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3195: finishing write tid 1 to smithi118168640-27 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3195: finishing write tid 2 to smithi118168640-27 2023-09-30T09:17:49.612 INFO:tasks.rados.rados.0.smithi118.stdout:3195: finishing write tid 3 to smithi118168640-27 2023-09-30T09:17:49.615 INFO:tasks.rados.rados.0.smithi118.stdout:3195: finishing write tid 4 to smithi118168640-27 2023-09-30T09:17:49.615 INFO:tasks.rados.rados.0.smithi118.stdout:3195: finishing write tid 5 to smithi118168640-27 2023-09-30T09:17:49.615 INFO:tasks.rados.rados.0.smithi118.stdout:3195: finishing write tid 6 to smithi118168640-27 2023-09-30T09:17:49.616 INFO:tasks.rados.rados.0.smithi118.stdout:3195: finishing write tid 7 to smithi118168640-27 2023-09-30T09:17:49.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1053 (ObjNum 981 snap 296 seq_num 981) dirty exists 2023-09-30T09:17:49.616 INFO:tasks.rados.rados.0.smithi118.stdout:3195: left oid 27 (ObjNum 981 snap 296 seq_num 981) 2023-09-30T09:17:49.635 INFO:tasks.rados.rados.0.smithi118.stdout:3193: expect (ObjNum 893 snap 271 seq_num 893) 2023-09-30T09:17:49.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:17:49] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:17:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[182959]: osdmap e669: 8 total, 8 up, 8 in 2023-09-30T09:17:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[182959]: pgmap v715: 121 pgs: 121 active+clean; 162 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 11 op/s 2023-09-30T09:17:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[182959]: osdmap e670: 8 total, 8 up, 8 in 2023-09-30T09:17:49.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[185516]: osdmap e669: 8 total, 8 up, 8 in 2023-09-30T09:17:49.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:49.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[185516]: pgmap v715: 121 pgs: 121 active+clean; 162 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 11 op/s 2023-09-30T09:17:49.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:49 smithi118 ceph-mon[185516]: osdmap e670: 8 total, 8 up, 8 in 2023-09-30T09:17:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:49 smithi192 ceph-mon[180220]: osdmap e669: 8 total, 8 up, 8 in 2023-09-30T09:17:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:17:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:49 smithi192 ceph-mon[180220]: pgmap v715: 121 pgs: 121 active+clean; 162 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 11 op/s 2023-09-30T09:17:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:49 smithi192 ceph-mon[180220]: osdmap e670: 8 total, 8 up, 8 in 2023-09-30T09:17:50.386 INFO:tasks.rados.rados.0.smithi118.stdout:3191: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:17:50.386 INFO:tasks.rados.rados.0.smithi118.stdout:3191: finishing copy_from to smithi118168640-48 2023-09-30T09:17:50.386 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1080 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:17:50.570 INFO:tasks.rados.rados.0.smithi118.stdout:3190: done (6 left) 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3191: done (5 left) 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3192: done (4 left) 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3193: done (3 left) 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3194: done (2 left) 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3195: done (1 left) 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3196: done (0 left) 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3197: rmattr oid 26 current snap is 297 2023-09-30T09:17:50.571 INFO:tasks.rados.rados.0.smithi118.stdout:3198: rollback oid 10 current snap is 297 2023-09-30T09:17:50.572 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 295 2023-09-30T09:17:50.572 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 297 2023-09-30T09:17:50.572 INFO:tasks.rados.rados.0.smithi118.stdout:3199: seq_num 982 ranges {2260992=450560,2711552=425984,3137536=679936,3817472=466944,4284416=32768} 2023-09-30T09:17:50.584 INFO:tasks.rados.rados.0.smithi118.stdout:3199: writing smithi118168640-33 from 2260992 to 2711552 tid 1 2023-09-30T09:17:50.587 INFO:tasks.rados.rados.0.smithi118.stdout:3199: writing smithi118168640-33 from 2711552 to 3137536 tid 2 2023-09-30T09:17:50.591 INFO:tasks.rados.rados.0.smithi118.stdout:3199: writing smithi118168640-33 from 3137536 to 3817472 tid 3 2023-09-30T09:17:50.594 INFO:tasks.rados.rados.0.smithi118.stdout:3199: writing smithi118168640-33 from 3817472 to 4284416 tid 4 2023-09-30T09:17:50.594 INFO:tasks.rados.rados.0.smithi118.stdout:3199: writing smithi118168640-33 from 4284416 to 4317184 tid 5 2023-09-30T09:17:50.594 INFO:tasks.rados.rados.0.smithi118.stdout:3200: snap_remove snap 294 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:3200: done (3 left) 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:3201: delete oid 11 current snap is 297 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:3198: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:3198: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:3198: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1511 (ObjNum 946 snap 287 seq_num 946) dirty exists 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1575 (ObjNum 937 snap 287 seq_num 937) dirty exists 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:3199: finishing write tid 1 to smithi118168640-33 2023-09-30T09:17:51.539 INFO:tasks.rados.rados.0.smithi118.stdout:3199: finishing write tid 2 to smithi118168640-33 2023-09-30T09:17:51.540 INFO:tasks.rados.rados.0.smithi118.stdout:3199: finishing write tid 3 to smithi118168640-33 2023-09-30T09:17:51.540 INFO:tasks.rados.rados.0.smithi118.stdout:3199: finishing write tid 4 to smithi118168640-33 2023-09-30T09:17:51.540 INFO:tasks.rados.rados.0.smithi118.stdout:3199: finishing write tid 5 to smithi118168640-33 2023-09-30T09:17:51.540 INFO:tasks.rados.rados.0.smithi118.stdout:3199: finishing write tid 6 to smithi118168640-33 2023-09-30T09:17:51.540 INFO:tasks.rados.rados.0.smithi118.stdout:3199: finishing write tid 7 to smithi118168640-33 2023-09-30T09:17:51.540 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1477 (ObjNum 982 snap 297 seq_num 982) dirty exists 2023-09-30T09:17:51.540 INFO:tasks.rados.rados.0.smithi118.stdout:3199: left oid 33 (ObjNum 982 snap 297 seq_num 982) 2023-09-30T09:17:51.544 INFO:tasks.rados.rados.0.smithi118.stdout:3197: done (3 left) 2023-09-30T09:17:51.545 INFO:tasks.rados.rados.0.smithi118.stdout:3198: done (2 left) 2023-09-30T09:17:51.545 INFO:tasks.rados.rados.0.smithi118.stdout:3199: done (1 left) 2023-09-30T09:17:51.545 INFO:tasks.rados.rados.0.smithi118.stdout:3201: done (0 left) 2023-09-30T09:17:51.545 INFO:tasks.rados.rados.0.smithi118.stdout:3202: copy_from oid 26 from oid 30 current snap is 297 2023-09-30T09:17:51.545 INFO:tasks.rados.rados.0.smithi118.stdout:3203: snap_remove snap 295 2023-09-30T09:17:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:51 smithi118 ceph-mon[182959]: osdmap e671: 8 total, 8 up, 8 in 2023-09-30T09:17:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:51 smithi118 ceph-mon[182959]: pgmap v718: 121 pgs: 121 active+clean; 159 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 4.1 MiB/s wr, 16 op/s 2023-09-30T09:17:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:51 smithi118 ceph-mon[182959]: osdmap e672: 8 total, 8 up, 8 in 2023-09-30T09:17:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:51 smithi118 ceph-mon[185516]: osdmap e671: 8 total, 8 up, 8 in 2023-09-30T09:17:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:51 smithi118 ceph-mon[185516]: pgmap v718: 121 pgs: 121 active+clean; 159 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 4.1 MiB/s wr, 16 op/s 2023-09-30T09:17:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:51 smithi118 ceph-mon[185516]: osdmap e672: 8 total, 8 up, 8 in 2023-09-30T09:17:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:51 smithi192 ceph-mon[180220]: osdmap e671: 8 total, 8 up, 8 in 2023-09-30T09:17:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:51 smithi192 ceph-mon[180220]: pgmap v718: 121 pgs: 121 active+clean; 159 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 4.1 MiB/s wr, 16 op/s 2023-09-30T09:17:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:51 smithi192 ceph-mon[180220]: osdmap e672: 8 total, 8 up, 8 in 2023-09-30T09:17:52.546 INFO:tasks.rados.rados.0.smithi118.stdout:3203: done (1 left) 2023-09-30T09:17:52.546 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 297 2023-09-30T09:17:52.546 INFO:tasks.rados.rados.0.smithi118.stdout:3204: seq_num 984 ranges {6209536=483328,6692864=598016,7290880=647168,7938048=360448} 2023-09-30T09:17:52.582 INFO:tasks.rados.rados.0.smithi118.stdout:3204: writing smithi118168640-23 from 6209536 to 6692864 tid 1 2023-09-30T09:17:52.586 INFO:tasks.rados.rados.0.smithi118.stdout:3204: writing smithi118168640-23 from 6692864 to 7290880 tid 2 2023-09-30T09:17:52.590 INFO:tasks.rados.rados.0.smithi118.stdout:3204: writing smithi118168640-23 from 7290880 to 7938048 tid 3 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3204: writing smithi118168640-23 from 7938048 to 8298496 tid 4 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3205: rmattr oid 8 current snap is 297 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3202: finishing copy_from to smithi118168640-26 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3202: got expected ENOENT (src dne) 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3202: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3204: finishing write tid 1 to smithi118168640-23 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3204: finishing write tid 2 to smithi118168640-23 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3202: done (2 left) 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 297 2023-09-30T09:17:52.593 INFO:tasks.rados.rados.0.smithi118.stdout:3206: seq_num 985 ranges {12460032=499712,12959744=483328,13443072=450560,13893632=581632,14475264=90112} 2023-09-30T09:17:52.660 INFO:tasks.rados.rados.0.smithi118.stdout:3206: writing smithi118168640-22 from 12460032 to 12959744 tid 1 2023-09-30T09:17:52.663 INFO:tasks.rados.rados.0.smithi118.stdout:3206: writing smithi118168640-22 from 12959744 to 13443072 tid 2 2023-09-30T09:17:52.665 INFO:tasks.rados.rados.0.smithi118.stdout:3206: writing smithi118168640-22 from 13443072 to 13893632 tid 3 2023-09-30T09:17:52.669 INFO:tasks.rados.rados.0.smithi118.stdout:3206: writing smithi118168640-22 from 13893632 to 14475264 tid 4 2023-09-30T09:17:52.669 INFO:tasks.rados.rados.0.smithi118.stdout:3206: writing smithi118168640-22 from 14475264 to 14565376 tid 5 2023-09-30T09:17:52.670 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 297 2023-09-30T09:17:52.670 INFO:tasks.rados.rados.0.smithi118.stdout:3204: finishing write tid 3 to smithi118168640-23 2023-09-30T09:17:52.670 INFO:tasks.rados.rados.0.smithi118.stdout:3207: seq_num 986 ranges {4464640=516096,4980736=770048,5750784=655360,6406144=180224} 2023-09-30T09:17:52.696 INFO:tasks.rados.rados.0.smithi118.stdout:3207: writing smithi118168640-47 from 4464640 to 4980736 tid 1 2023-09-30T09:17:52.700 INFO:tasks.rados.rados.0.smithi118.stdout:3207: writing smithi118168640-47 from 4980736 to 5750784 tid 2 2023-09-30T09:17:52.704 INFO:tasks.rados.rados.0.smithi118.stdout:3207: writing smithi118168640-47 from 5750784 to 6406144 tid 3 2023-09-30T09:17:52.706 INFO:tasks.rados.rados.0.smithi118.stdout:3207: writing smithi118168640-47 from 6406144 to 6586368 tid 4 2023-09-30T09:17:52.706 INFO:tasks.rados.rados.0.smithi118.stdout:3208: snap_remove snap 296 2023-09-30T09:17:53.551 INFO:tasks.rados.rados.0.smithi118.stdout:3208: done (4 left) 2023-09-30T09:17:53.551 INFO:tasks.rados.rados.0.smithi118.stdout:3209: snap_create 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3204: finishing write tid 4 to smithi118168640-23 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1478 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3204: finishing write tid 5 to smithi118168640-23 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3204: finishing write tid 6 to smithi118168640-23 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1516 (ObjNum 984 snap 297 seq_num 984) dirty exists 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3204: left oid 23 (ObjNum 984 snap 297 seq_num 984) 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3206: finishing write tid 1 to smithi118168640-22 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3206: finishing write tid 2 to smithi118168640-22 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3206: finishing write tid 3 to smithi118168640-22 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3206: finishing write tid 4 to smithi118168640-22 2023-09-30T09:17:53.552 INFO:tasks.rados.rados.0.smithi118.stdout:3206: finishing write tid 5 to smithi118168640-22 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3206: finishing write tid 6 to smithi118168640-22 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3206: finishing write tid 7 to smithi118168640-22 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1064 (ObjNum 985 snap 297 seq_num 985) dirty exists 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3206: left oid 22 (ObjNum 985 snap 297 seq_num 985) 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: finishing write tid 1 to smithi118168640-47 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: finishing write tid 2 to smithi118168640-47 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: finishing write tid 3 to smithi118168640-47 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: finishing write tid 4 to smithi118168640-47 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: finishing write tid 5 to smithi118168640-47 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: finishing write tid 6 to smithi118168640-47 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1482 (ObjNum 986 snap 297 seq_num 986) dirty exists 2023-09-30T09:17:53.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: left oid 47 (ObjNum 986 snap 297 seq_num 986) 2023-09-30T09:17:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:53 smithi118 ceph-mon[185516]: osdmap e673: 8 total, 8 up, 8 in 2023-09-30T09:17:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:53 smithi118 ceph-mon[185516]: pgmap v721: 121 pgs: 121 active+clean; 161 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.0 MiB/s wr, 16 op/s 2023-09-30T09:17:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:53 smithi118 ceph-mon[182959]: osdmap e673: 8 total, 8 up, 8 in 2023-09-30T09:17:53.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:53 smithi118 ceph-mon[182959]: pgmap v721: 121 pgs: 121 active+clean; 161 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.0 MiB/s wr, 16 op/s 2023-09-30T09:17:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:53 smithi192 ceph-mon[180220]: osdmap e673: 8 total, 8 up, 8 in 2023-09-30T09:17:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:53 smithi192 ceph-mon[180220]: pgmap v721: 121 pgs: 121 active+clean; 161 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 3.0 MiB/s wr, 16 op/s 2023-09-30T09:17:54.552 INFO:tasks.rados.rados.0.smithi118.stdout:3204: done (4 left) 2023-09-30T09:17:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:3205: done (3 left) 2023-09-30T09:17:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:3206: done (2 left) 2023-09-30T09:17:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:3207: done (1 left) 2023-09-30T09:17:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:3209: done (0 left) 2023-09-30T09:17:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 298 2023-09-30T09:17:54.553 INFO:tasks.rados.rados.0.smithi118.stdout:3210: seq_num 987 ranges {0=532480,532480=647168,1179648=417792,1597440=409600,2007040=131072} 2023-09-30T09:17:54.555 INFO:tasks.rados.rados.0.smithi118.stdout:3210: writing smithi118168640-17 from 0 to 532480 tid 1 2023-09-30T09:17:54.559 INFO:tasks.rados.rados.0.smithi118.stdout:3210: writing smithi118168640-17 from 532480 to 1179648 tid 2 2023-09-30T09:17:54.561 INFO:tasks.rados.rados.0.smithi118.stdout:3210: writing smithi118168640-17 from 1179648 to 1597440 tid 3 2023-09-30T09:17:54.564 INFO:tasks.rados.rados.0.smithi118.stdout:3210: writing smithi118168640-17 from 1597440 to 2007040 tid 4 2023-09-30T09:17:54.565 INFO:tasks.rados.rados.0.smithi118.stdout:3210: writing smithi118168640-17 from 2007040 to 2138112 tid 5 2023-09-30T09:17:54.565 INFO:tasks.rados.rados.0.smithi118.stdout:3211: read oid 7 snap -1 2023-09-30T09:17:54.565 INFO:tasks.rados.rados.0.smithi118.stdout:3211: expect (ObjNum 980 snap 296 seq_num 980) 2023-09-30T09:17:54.565 INFO:tasks.rados.rados.0.smithi118.stdout:3212: read oid 1 snap 297 2023-09-30T09:17:54.565 INFO:tasks.rados.rados.0.smithi118.stdout:3212: expect deleted 2023-09-30T09:17:54.565 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 298 2023-09-30T09:17:54.566 INFO:tasks.rados.rados.0.smithi118.stdout:3213: seq_num 988 ranges {3743744=557056,4300800=532480,4833280=622592,5455872=450560} 2023-09-30T09:17:54.589 INFO:tasks.rados.rados.0.smithi118.stdout:3213: writing smithi118168640-39 from 3743744 to 4300800 tid 1 2023-09-30T09:17:54.592 INFO:tasks.rados.rados.0.smithi118.stdout:3213: writing smithi118168640-39 from 4300800 to 4833280 tid 2 2023-09-30T09:17:54.596 INFO:tasks.rados.rados.0.smithi118.stdout:3213: writing smithi118168640-39 from 4833280 to 5455872 tid 3 2023-09-30T09:17:54.599 INFO:tasks.rados.rados.0.smithi118.stdout:3213: writing smithi118168640-39 from 5455872 to 5906432 tid 4 2023-09-30T09:17:54.599 INFO:tasks.rados.rados.0.smithi118.stdout:3214: snap_create 2023-09-30T09:17:54.599 INFO:tasks.rados.rados.0.smithi118.stdout:3210: finishing write tid 1 to smithi118168640-17 2023-09-30T09:17:54.599 INFO:tasks.rados.rados.0.smithi118.stdout:3210: finishing write tid 2 to smithi118168640-17 2023-09-30T09:17:54.599 INFO:tasks.rados.rados.0.smithi118.stdout:3210: finishing write tid 3 to smithi118168640-17 2023-09-30T09:17:54.599 INFO:tasks.rados.rados.0.smithi118.stdout:3210: finishing write tid 4 to smithi118168640-17 2023-09-30T09:17:54.599 INFO:tasks.rados.rados.0.smithi118.stdout:3210: finishing write tid 5 to smithi118168640-17 2023-09-30T09:17:54.600 INFO:tasks.rados.rados.0.smithi118.stdout:3210: finishing write tid 6 to smithi118168640-17 2023-09-30T09:17:54.600 INFO:tasks.rados.rados.0.smithi118.stdout:3210: finishing write tid 7 to smithi118168640-17 2023-09-30T09:17:54.600 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1484 (ObjNum 987 snap 298 seq_num 987) dirty exists 2023-09-30T09:17:54.600 INFO:tasks.rados.rados.0.smithi118.stdout:3210: left oid 17 (ObjNum 987 snap 298 seq_num 987) 2023-09-30T09:17:54.600 INFO:tasks.rados.rados.0.smithi118.stdout:3211: expect (ObjNum 980 snap 296 seq_num 980) 2023-09-30T09:17:54.815 INFO:tasks.rados.rados.0.smithi118.stdout:3213: finishing write tid 1 to smithi118168640-39 2023-09-30T09:17:54.815 INFO:tasks.rados.rados.0.smithi118.stdout:3213: finishing write tid 2 to smithi118168640-39 2023-09-30T09:17:54.815 INFO:tasks.rados.rados.0.smithi118.stdout:3213: finishing write tid 3 to smithi118168640-39 2023-09-30T09:17:54.816 INFO:tasks.rados.rados.0.smithi118.stdout:3213: finishing write tid 4 to smithi118168640-39 2023-09-30T09:17:54.816 INFO:tasks.rados.rados.0.smithi118.stdout:3213: finishing write tid 5 to smithi118168640-39 2023-09-30T09:17:54.816 INFO:tasks.rados.rados.0.smithi118.stdout:3213: finishing write tid 6 to smithi118168640-39 2023-09-30T09:17:54.816 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1057 (ObjNum 988 snap 298 seq_num 988) dirty exists 2023-09-30T09:17:54.816 INFO:tasks.rados.rados.0.smithi118.stdout:3213: left oid 39 (ObjNum 988 snap 298 seq_num 988) 2023-09-30T09:17:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:54 smithi118 ceph-mon[182959]: osdmap e674: 8 total, 8 up, 8 in 2023-09-30T09:17:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:54 smithi118 ceph-mon[185516]: osdmap e674: 8 total, 8 up, 8 in 2023-09-30T09:17:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:54 smithi192 ceph-mon[180220]: osdmap e674: 8 total, 8 up, 8 in 2023-09-30T09:17:55.565 INFO:tasks.rados.rados.0.smithi118.stdout:3210: done (4 left) 2023-09-30T09:17:55.565 INFO:tasks.rados.rados.0.smithi118.stdout:3211: done (3 left) 2023-09-30T09:17:55.565 INFO:tasks.rados.rados.0.smithi118.stdout:3212: done (2 left) 2023-09-30T09:17:55.566 INFO:tasks.rados.rados.0.smithi118.stdout:3213: done (1 left) 2023-09-30T09:17:55.566 INFO:tasks.rados.rados.0.smithi118.stdout:3214: done (0 left) 2023-09-30T09:17:55.566 INFO:tasks.rados.rados.0.smithi118.stdout:3215: snap_remove snap 298 2023-09-30T09:17:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:55 smithi118 ceph-mon[182959]: osdmap e675: 8 total, 8 up, 8 in 2023-09-30T09:17:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:55 smithi118 ceph-mon[182959]: pgmap v724: 121 pgs: 121 active+clean; 171 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 MiB/s rd, 6.0 MiB/s wr, 17 op/s 2023-09-30T09:17:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:55 smithi118 ceph-mon[185516]: osdmap e675: 8 total, 8 up, 8 in 2023-09-30T09:17:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:55 smithi118 ceph-mon[185516]: pgmap v724: 121 pgs: 121 active+clean; 171 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 MiB/s rd, 6.0 MiB/s wr, 17 op/s 2023-09-30T09:17:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:55 smithi192 ceph-mon[180220]: osdmap e675: 8 total, 8 up, 8 in 2023-09-30T09:17:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:55 smithi192 ceph-mon[180220]: pgmap v724: 121 pgs: 121 active+clean; 171 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 MiB/s rd, 6.0 MiB/s wr, 17 op/s 2023-09-30T09:17:56.540 INFO:tasks.rados.rados.0.smithi118.stdout:3215: done (0 left) 2023-09-30T09:17:56.540 INFO:tasks.rados.rados.0.smithi118.stdout:3216: snap_create 2023-09-30T09:17:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:56 smithi118 ceph-mon[182959]: osdmap e676: 8 total, 8 up, 8 in 2023-09-30T09:17:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:56 smithi118 ceph-mon[182959]: osdmap e677: 8 total, 8 up, 8 in 2023-09-30T09:17:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:56 smithi118 ceph-mon[185516]: osdmap e676: 8 total, 8 up, 8 in 2023-09-30T09:17:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:56 smithi118 ceph-mon[185516]: osdmap e677: 8 total, 8 up, 8 in 2023-09-30T09:17:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:56 smithi192 ceph-mon[180220]: osdmap e676: 8 total, 8 up, 8 in 2023-09-30T09:17:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:56 smithi192 ceph-mon[180220]: osdmap e677: 8 total, 8 up, 8 in 2023-09-30T09:17:57.546 INFO:tasks.rados.rados.0.smithi118.stdout:3216: done (0 left) 2023-09-30T09:17:57.546 INFO:tasks.rados.rados.0.smithi118.stdout:3217: read oid 11 snap -1 2023-09-30T09:17:57.547 INFO:tasks.rados.rados.0.smithi118.stdout:3217: expect deleted 2023-09-30T09:17:57.547 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 300 2023-09-30T09:17:57.547 INFO:tasks.rados.rados.0.smithi118.stdout:3218: seq_num 989 ranges {0=573440,573440=466944,1040384=434176,1474560=638976,2113536=65536} 2023-09-30T09:17:57.549 INFO:tasks.rados.rados.0.smithi118.stdout:3218: writing smithi118168640-28 from 0 to 573440 tid 1 2023-09-30T09:17:57.552 INFO:tasks.rados.rados.0.smithi118.stdout:3218: writing smithi118168640-28 from 573440 to 1040384 tid 2 2023-09-30T09:17:57.554 INFO:tasks.rados.rados.0.smithi118.stdout:3218: writing smithi118168640-28 from 1040384 to 1474560 tid 3 2023-09-30T09:17:57.559 INFO:tasks.rados.rados.0.smithi118.stdout:3218: writing smithi118168640-28 from 1474560 to 2113536 tid 4 2023-09-30T09:17:57.559 INFO:tasks.rados.rados.0.smithi118.stdout:3218: writing smithi118168640-28 from 2113536 to 2179072 tid 5 2023-09-30T09:17:57.559 INFO:tasks.rados.rados.0.smithi118.stdout:3219: delete oid 46 current snap is 300 2023-09-30T09:17:57.560 INFO:tasks.rados.rados.0.smithi118.stdout:3218: finishing write tid 1 to smithi118168640-28 2023-09-30T09:17:57.560 INFO:tasks.rados.rados.0.smithi118.stdout:3218: finishing write tid 2 to smithi118168640-28 2023-09-30T09:17:57.560 INFO:tasks.rados.rados.0.smithi118.stdout:3218: finishing write tid 3 to smithi118168640-28 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3217: done (2 left) 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3219: done (1 left) 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3220: read oid 44 snap -1 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3220: expect (ObjNum 873 snap 265 seq_num 873) 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3221: rollback oid 38 current snap is 300 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 297 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3222: rmattr oid 20 current snap is 300 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3222: done (3 left) 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3223: read oid 42 snap -1 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3223: expect deleted 2023-09-30T09:17:57.563 INFO:tasks.rados.rados.0.smithi118.stdout:3224: snap_create 2023-09-30T09:17:57.564 INFO:tasks.rados.rados.0.smithi118.stdout:3218: finishing write tid 4 to smithi118168640-28 2023-09-30T09:17:57.564 INFO:tasks.rados.rados.0.smithi118.stdout:3218: finishing write tid 5 to smithi118168640-28 2023-09-30T09:17:57.566 INFO:tasks.rados.rados.0.smithi118.stdout:3218: finishing write tid 6 to smithi118168640-28 2023-09-30T09:17:57.568 INFO:tasks.rados.rados.0.smithi118.stdout:3218: finishing write tid 7 to smithi118168640-28 2023-09-30T09:17:57.568 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1408 (ObjNum 989 snap 300 seq_num 989) dirty exists 2023-09-30T09:17:57.568 INFO:tasks.rados.rados.0.smithi118.stdout:3218: left oid 28 (ObjNum 989 snap 300 seq_num 989) 2023-09-30T09:17:57.568 INFO:tasks.rados.rados.0.smithi118.stdout:3221: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:17:57.571 INFO:tasks.rados.rados.0.smithi118.stdout:3221: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:17:57.571 INFO:tasks.rados.rados.0.smithi118.stdout:3221: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:17:57.571 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1485 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:17:57.574 INFO:tasks.rados.rados.0.smithi118.stdout:3220: expect (ObjNum 873 snap 265 seq_num 873) 2023-09-30T09:17:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:57 smithi118 ceph-mon[182959]: pgmap v727: 121 pgs: 121 active+clean; 175 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 6.6 MiB/s wr, 17 op/s 2023-09-30T09:17:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:57 smithi118 ceph-mon[182959]: osdmap e678: 8 total, 8 up, 8 in 2023-09-30T09:17:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:57 smithi118 ceph-mon[185516]: pgmap v727: 121 pgs: 121 active+clean; 175 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 6.6 MiB/s wr, 17 op/s 2023-09-30T09:17:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:57 smithi118 ceph-mon[185516]: osdmap e678: 8 total, 8 up, 8 in 2023-09-30T09:17:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:57 smithi192 ceph-mon[180220]: pgmap v727: 121 pgs: 121 active+clean; 175 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 6.6 MiB/s wr, 17 op/s 2023-09-30T09:17:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:57 smithi192 ceph-mon[180220]: osdmap e678: 8 total, 8 up, 8 in 2023-09-30T09:17:58.570 INFO:tasks.rados.rados.0.smithi118.stdout:3218: done (4 left) 2023-09-30T09:17:58.570 INFO:tasks.rados.rados.0.smithi118.stdout:3220: done (3 left) 2023-09-30T09:17:58.570 INFO:tasks.rados.rados.0.smithi118.stdout:3221: done (2 left) 2023-09-30T09:17:58.570 INFO:tasks.rados.rados.0.smithi118.stdout:3223: done (1 left) 2023-09-30T09:17:58.570 INFO:tasks.rados.rados.0.smithi118.stdout:3224: done (0 left) 2023-09-30T09:17:58.570 INFO:tasks.rados.rados.0.smithi118.stdout:3225: delete oid 27 current snap is 301 2023-09-30T09:17:58.574 INFO:tasks.rados.rados.0.smithi118.stdout:3225: done (0 left) 2023-09-30T09:17:58.574 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 301 2023-09-30T09:17:58.575 INFO:tasks.rados.rados.0.smithi118.stdout:3226: seq_num 992 ranges {0=622592,622592=524288,1146880=606208,1753088=475136} 2023-09-30T09:17:58.578 INFO:tasks.rados.rados.0.smithi118.stdout:3226: writing smithi118168640-27 from 0 to 622592 tid 1 2023-09-30T09:17:58.581 INFO:tasks.rados.rados.0.smithi118.stdout:3226: writing smithi118168640-27 from 622592 to 1146880 tid 2 2023-09-30T09:17:58.585 INFO:tasks.rados.rados.0.smithi118.stdout:3226: writing smithi118168640-27 from 1146880 to 1753088 tid 3 2023-09-30T09:17:58.588 INFO:tasks.rados.rados.0.smithi118.stdout:3226: writing smithi118168640-27 from 1753088 to 2228224 tid 4 2023-09-30T09:17:58.588 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 301 2023-09-30T09:17:58.588 INFO:tasks.rados.rados.0.smithi118.stdout:3226: finishing write tid 1 to smithi118168640-27 2023-09-30T09:17:58.588 INFO:tasks.rados.rados.0.smithi118.stdout:3226: finishing write tid 2 to smithi118168640-27 2023-09-30T09:17:58.589 INFO:tasks.rados.rados.0.smithi118.stdout:3226: finishing write tid 3 to smithi118168640-27 2023-09-30T09:17:58.589 INFO:tasks.rados.rados.0.smithi118.stdout:3227: seq_num 993 ranges {507904=638976,1146880=409600,1556480=409600,1966080=688128,2654208=98304} 2023-09-30T09:17:58.594 INFO:tasks.rados.rados.0.smithi118.stdout:3227: writing smithi118168640-36 from 507904 to 1146880 tid 1 2023-09-30T09:17:58.597 INFO:tasks.rados.rados.0.smithi118.stdout:3227: writing smithi118168640-36 from 1146880 to 1556480 tid 2 2023-09-30T09:17:58.600 INFO:tasks.rados.rados.0.smithi118.stdout:3227: writing smithi118168640-36 from 1556480 to 1966080 tid 3 2023-09-30T09:17:58.604 INFO:tasks.rados.rados.0.smithi118.stdout:3227: writing smithi118168640-36 from 1966080 to 2654208 tid 4 2023-09-30T09:17:58.605 INFO:tasks.rados.rados.0.smithi118.stdout:3227: writing smithi118168640-36 from 2654208 to 2752512 tid 5 2023-09-30T09:17:58.605 INFO:tasks.rados.rados.0.smithi118.stdout:3228: delete oid 13 current snap is 301 2023-09-30T09:17:58.605 INFO:tasks.rados.rados.0.smithi118.stdout:3226: finishing write tid 4 to smithi118168640-27 2023-09-30T09:17:58.605 INFO:tasks.rados.rados.0.smithi118.stdout:3226: finishing write tid 5 to smithi118168640-27 2023-09-30T09:17:58.605 INFO:tasks.rados.rados.0.smithi118.stdout:3226: finishing write tid 6 to smithi118168640-27 2023-09-30T09:17:58.605 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1059 (ObjNum 992 snap 301 seq_num 992) dirty exists 2023-09-30T09:17:58.606 INFO:tasks.rados.rados.0.smithi118.stdout:3226: left oid 27 (ObjNum 992 snap 301 seq_num 992) 2023-09-30T09:17:58.606 INFO:tasks.rados.rados.0.smithi118.stdout:3227: finishing write tid 1 to smithi118168640-36 2023-09-30T09:17:58.606 INFO:tasks.rados.rados.0.smithi118.stdout:3227: finishing write tid 2 to smithi118168640-36 2023-09-30T09:17:58.606 INFO:tasks.rados.rados.0.smithi118.stdout:3227: finishing write tid 3 to smithi118168640-36 2023-09-30T09:17:58.608 INFO:tasks.rados.rados.0.smithi118.stdout:3226: done (2 left) 2023-09-30T09:17:58.608 INFO:tasks.rados.rados.0.smithi118.stdout:3228: done (1 left) 2023-09-30T09:17:58.608 INFO:tasks.rados.rados.0.smithi118.stdout:3229: read oid 6 snap -1 2023-09-30T09:17:58.608 INFO:tasks.rados.rados.0.smithi118.stdout:3229: expect (ObjNum 917 snap 283 seq_num 917) 2023-09-30T09:17:58.609 INFO:tasks.rados.rados.0.smithi118.stdout:3230: setattr oid 11 current snap is 301 2023-09-30T09:17:58.609 INFO:tasks.rados.rados.0.smithi118.stdout:3227: finishing write tid 4 to smithi118168640-36 2023-09-30T09:17:58.609 INFO:tasks.rados.rados.0.smithi118.stdout:3227: finishing write tid 5 to smithi118168640-36 2023-09-30T09:17:58.609 INFO:tasks.rados.rados.0.smithi118.stdout:3227: finishing write tid 6 to smithi118168640-36 2023-09-30T09:17:58.611 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 301 2023-09-30T09:17:58.611 INFO:tasks.rados.rados.0.smithi118.stdout:3231: seq_num 995 ranges {2736128=671744,3407872=573440,3981312=778240,4759552=253952} 2023-09-30T09:17:58.630 INFO:tasks.rados.rados.0.smithi118.stdout:3231: writing smithi118168640-19 from 2736128 to 3407872 tid 1 2023-09-30T09:17:58.633 INFO:tasks.rados.rados.0.smithi118.stdout:3231: writing smithi118168640-19 from 3407872 to 3981312 tid 2 2023-09-30T09:17:58.637 INFO:tasks.rados.rados.0.smithi118.stdout:3231: writing smithi118168640-19 from 3981312 to 4759552 tid 3 2023-09-30T09:17:58.639 INFO:tasks.rados.rados.0.smithi118.stdout:3231: writing smithi118168640-19 from 4759552 to 5013504 tid 4 2023-09-30T09:17:58.639 INFO:tasks.rados.rados.0.smithi118.stdout:3232: rmattr oid 18 current snap is 301 2023-09-30T09:17:58.639 INFO:tasks.rados.rados.0.smithi118.stdout:3227: finishing write tid 7 to smithi118168640-36 2023-09-30T09:17:58.640 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1498 (ObjNum 993 snap 301 seq_num 993) dirty exists 2023-09-30T09:17:58.640 INFO:tasks.rados.rados.0.smithi118.stdout:3227: left oid 36 (ObjNum 993 snap 301 seq_num 993) 2023-09-30T09:17:58.640 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1483 (ObjNum 0 snap 0 seq_num 304) dirty exists 2023-09-30T09:17:58.640 INFO:tasks.rados.rados.0.smithi118.stdout:3229: expect (ObjNum 917 snap 283 seq_num 917) 2023-09-30T09:17:58.757 INFO:tasks.rados.rados.0.smithi118.stdout:3231: finishing write tid 1 to smithi118168640-19 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3231: finishing write tid 2 to smithi118168640-19 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1485 (ObjNum 974 snap 293 seq_num 974) dirty exists 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3231: finishing write tid 3 to smithi118168640-19 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3231: finishing write tid 4 to smithi118168640-19 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3231: finishing write tid 5 to smithi118168640-19 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3227: done (4 left) 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3229: done (3 left) 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3230: done (2 left) 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3232: done (1 left) 2023-09-30T09:17:58.758 INFO:tasks.rados.rados.0.smithi118.stdout:3233: delete oid 39 current snap is 301 2023-09-30T09:17:58.759 INFO:tasks.rados.rados.0.smithi118.stdout:3231: finishing write tid 6 to smithi118168640-19 2023-09-30T09:17:58.759 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1593 (ObjNum 995 snap 301 seq_num 995) dirty exists 2023-09-30T09:17:58.759 INFO:tasks.rados.rados.0.smithi118.stdout:3231: left oid 19 (ObjNum 995 snap 301 seq_num 995) 2023-09-30T09:17:58.759 INFO:tasks.rados.rados.0.smithi118.stdout:3231: done (1 left) 2023-09-30T09:17:58.759 INFO:tasks.rados.rados.0.smithi118.stdout:3233: done (0 left) 2023-09-30T09:17:58.760 INFO:tasks.rados.rados.0.smithi118.stdout:3234: setattr oid 12 current snap is 301 2023-09-30T09:17:58.761 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 301 2023-09-30T09:17:58.762 INFO:tasks.rados.rados.0.smithi118.stdout:3235: seq_num 997 ranges {0=704512,704512=794624,1499136=794624,2293760=16384} 2023-09-30T09:17:58.765 INFO:tasks.rados.rados.0.smithi118.stdout:3235: writing smithi118168640-25 from 0 to 704512 tid 1 2023-09-30T09:17:58.770 INFO:tasks.rados.rados.0.smithi118.stdout:3235: writing smithi118168640-25 from 704512 to 1499136 tid 2 2023-09-30T09:17:58.775 INFO:tasks.rados.rados.0.smithi118.stdout:3235: writing smithi118168640-25 from 1499136 to 2293760 tid 3 2023-09-30T09:17:58.775 INFO:tasks.rados.rados.0.smithi118.stdout:3235: writing smithi118168640-25 from 2293760 to 2310144 tid 4 2023-09-30T09:17:58.775 INFO:tasks.rados.rados.0.smithi118.stdout:3236: read oid 38 snap -1 2023-09-30T09:17:58.775 INFO:tasks.rados.rados.0.smithi118.stdout:3236: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:17:58.775 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 301 2023-09-30T09:17:58.775 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1065 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:17:58.775 INFO:tasks.rados.rados.0.smithi118.stdout:3237: seq_num 998 ranges {3948544=720896,4669440=679936,5349376=598016,5947392=327680} 2023-09-30T09:17:58.800 INFO:tasks.rados.rados.0.smithi118.stdout:3237: writing smithi118168640-50 from 3948544 to 4669440 tid 1 2023-09-30T09:17:58.804 INFO:tasks.rados.rados.0.smithi118.stdout:3237: writing smithi118168640-50 from 4669440 to 5349376 tid 2 2023-09-30T09:17:58.807 INFO:tasks.rados.rados.0.smithi118.stdout:3237: writing smithi118168640-50 from 5349376 to 5947392 tid 3 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3237: writing smithi118168640-50 from 5947392 to 6275072 tid 4 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3234: done (3 left) 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3238: rmattr oid 27 current snap is 301 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3238: done (3 left) 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3239: copy_from oid 28 from oid 17 current snap is 301 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3235: finishing write tid 1 to smithi118168640-25 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3235: finishing write tid 2 to smithi118168640-25 2023-09-30T09:17:58.810 INFO:tasks.rados.rados.0.smithi118.stdout:3235: finishing write tid 3 to smithi118168640-25 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3235: finishing write tid 4 to smithi118168640-25 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3235: finishing write tid 5 to smithi118168640-25 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3235: finishing write tid 6 to smithi118168640-25 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1486 (ObjNum 997 snap 301 seq_num 997) dirty exists 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3235: left oid 25 (ObjNum 997 snap 301 seq_num 997) 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3237: finishing write tid 1 to smithi118168640-50 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3235: done (3 left) 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3240: copy_from oid 49 from oid 27 current snap is 301 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3237: finishing write tid 2 to smithi118168640-50 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3241: copy_from oid 13 from oid 15 current snap is 301 2023-09-30T09:17:58.811 INFO:tasks.rados.rados.0.smithi118.stdout:3242: snap_remove snap 300 2023-09-30T09:17:59.575 INFO:tasks.rados.rados.0.smithi118.stdout:3242: done (5 left) 2023-09-30T09:17:59.576 INFO:tasks.rados.rados.0.smithi118.stdout:3243: delete oid 5 current snap is 301 2023-09-30T09:17:59.576 INFO:tasks.rados.rados.0.smithi118.stdout:3236: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:17:59.847 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:17:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:17:59] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:17:59.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:59 smithi118 ceph-mon[182959]: osdmap e679: 8 total, 8 up, 8 in 2023-09-30T09:17:59.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:17:59 smithi118 ceph-mon[182959]: pgmap v730: 121 pgs: 121 active+clean; 175 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.0 MiB/s wr, 4 op/s 2023-09-30T09:17:59.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:59 smithi118 ceph-mon[185516]: osdmap e679: 8 total, 8 up, 8 in 2023-09-30T09:17:59.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:17:59 smithi118 ceph-mon[185516]: pgmap v730: 121 pgs: 121 active+clean; 175 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.0 MiB/s wr, 4 op/s 2023-09-30T09:17:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:59 smithi192 ceph-mon[180220]: osdmap e679: 8 total, 8 up, 8 in 2023-09-30T09:17:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:17:59 smithi192 ceph-mon[180220]: pgmap v730: 121 pgs: 121 active+clean; 175 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.3 MiB/s rd, 1.0 MiB/s wr, 4 op/s 2023-09-30T09:18:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:3237: finishing write tid 3 to smithi118168640-50 2023-09-30T09:18:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:3237: finishing write tid 4 to smithi118168640-50 2023-09-30T09:18:00.513 INFO:tasks.rados.rados.0.smithi118.stdout:3237: finishing write tid 5 to smithi118168640-50 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:3237: finishing write tid 6 to smithi118168640-50 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1599 (ObjNum 998 snap 301 seq_num 998) dirty exists 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:3237: left oid 50 (ObjNum 998 snap 301 seq_num 998) 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:3241: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:3241: finishing copy_from to smithi118168640-13 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1498 (ObjNum 971 snap 291 seq_num 971) dirty exists 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:3240: finishing copy_from racing read to smithi118168640-49 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:3239: finishing copy_from racing read to smithi118168640-28 2023-09-30T09:18:00.514 INFO:tasks.rados.rados.0.smithi118.stdout:3240: finishing copy_from to smithi118168640-49 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1059 (ObjNum 992 snap 301 seq_num 992) dirty exists 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3239: finishing copy_from to smithi118168640-28 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1484 (ObjNum 987 snap 298 seq_num 987) dirty exists 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3236: done (5 left) 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3237: done (4 left) 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3239: done (3 left) 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3240: done (2 left) 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3241: done (1 left) 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3243: done (0 left) 2023-09-30T09:18:00.515 INFO:tasks.rados.rados.0.smithi118.stdout:3244: snap_remove snap 297 2023-09-30T09:18:00.579 INFO:tasks.rados.rados.0.smithi118.stdout:3244: done (0 left) 2023-09-30T09:18:00.579 INFO:tasks.rados.rados.0.smithi118.stdout:3245: read oid 35 snap 299 2023-09-30T09:18:00.579 INFO:tasks.rados.rados.0.smithi118.stdout:3245: expect (ObjNum -970832336 snap 22003 seq_num 3323092624) 2023-09-30T09:18:00.579 INFO:tasks.rados.rados.0.smithi118.stdout:3246: snap_create 2023-09-30T09:18:00.582 INFO:tasks.rados.rados.0.smithi118.stdout:3245: expect (ObjNum -970832336 snap 22003 seq_num 3323092624) 2023-09-30T09:18:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:00 smithi118 ceph-mon[185516]: osdmap e680: 8 total, 8 up, 8 in 2023-09-30T09:18:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:00 smithi118 ceph-mon[182959]: osdmap e680: 8 total, 8 up, 8 in 2023-09-30T09:18:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:00 smithi192 ceph-mon[180220]: osdmap e680: 8 total, 8 up, 8 in 2023-09-30T09:18:01.541 INFO:tasks.rados.rados.0.smithi118.stdout:3245: done (1 left) 2023-09-30T09:18:01.541 INFO:tasks.rados.rados.0.smithi118.stdout:3246: done (0 left) 2023-09-30T09:18:01.541 INFO:tasks.rados.rados.0.smithi118.stdout:3247: setattr oid 13 current snap is 302 2023-09-30T09:18:01.542 INFO:tasks.rados.rados.0.smithi118.stdout:3248: read oid 44 snap -1 2023-09-30T09:18:01.542 INFO:tasks.rados.rados.0.smithi118.stdout:3248: expect (ObjNum 873 snap 265 seq_num 873) 2023-09-30T09:18:01.542 INFO:tasks.rados.rados.0.smithi118.stdout:3249: snap_remove snap 301 2023-09-30T09:18:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:01 smithi118 ceph-mon[182959]: osdmap e681: 8 total, 8 up, 8 in 2023-09-30T09:18:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:01 smithi118 ceph-mon[182959]: pgmap v733: 121 pgs: 121 active+clean; 187 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 22 op/s 2023-09-30T09:18:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:01 smithi118 ceph-mon[182959]: osdmap e682: 8 total, 8 up, 8 in 2023-09-30T09:18:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:01 smithi118 ceph-mon[185516]: osdmap e681: 8 total, 8 up, 8 in 2023-09-30T09:18:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:01 smithi118 ceph-mon[185516]: pgmap v733: 121 pgs: 121 active+clean; 187 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 22 op/s 2023-09-30T09:18:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:01 smithi118 ceph-mon[185516]: osdmap e682: 8 total, 8 up, 8 in 2023-09-30T09:18:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:01 smithi192 ceph-mon[180220]: osdmap e681: 8 total, 8 up, 8 in 2023-09-30T09:18:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:01 smithi192 ceph-mon[180220]: pgmap v733: 121 pgs: 121 active+clean; 187 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 13 MiB/s rd, 2.9 MiB/s wr, 22 op/s 2023-09-30T09:18:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:01 smithi192 ceph-mon[180220]: osdmap e682: 8 total, 8 up, 8 in 2023-09-30T09:18:02.543 INFO:tasks.rados.rados.0.smithi118.stdout:3249: done (2 left) 2023-09-30T09:18:02.852 INFO:tasks.rados.rados.0.smithi118.stdout:3250: rollback oid 33 current snap is 302 2023-09-30T09:18:02.853 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 33 to 299 2023-09-30T09:18:02.853 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1499 (ObjNum 971 snap 291 seq_num 971) dirty exists 2023-09-30T09:18:02.853 INFO:tasks.rados.rados.0.smithi118.stdout:3248: expect (ObjNum 873 snap 265 seq_num 873) 2023-09-30T09:18:02.855 INFO:tasks.rados.rados.0.smithi118.stdout:3250: finishing rollback tid 0 to smithi118168640-33 2023-09-30T09:18:02.862 INFO:tasks.rados.rados.0.smithi118.stdout:3250: finishing rollback tid 1 to smithi118168640-33 2023-09-30T09:18:02.862 INFO:tasks.rados.rados.0.smithi118.stdout:3250: finishing rollback tid 2 to smithi118168640-33 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1488 (ObjNum 982 snap 297 seq_num 982) dirty exists 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3247: done (2 left) 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3248: done (1 left) 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3250: done (0 left) 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 302 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3251: seq_num 1000 ranges {2990080=753664,3743744=442368,4186112=565248,4751360=458752,5210112=139264} 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3251: writing smithi118168640-16 from 2990080 to 3743744 tid 1 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3251: writing smithi118168640-16 from 3743744 to 4186112 tid 2 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3251: writing smithi118168640-16 from 4186112 to 4751360 tid 3 2023-09-30T09:18:02.863 INFO:tasks.rados.rados.0.smithi118.stdout:3251: writing smithi118168640-16 from 4751360 to 5210112 tid 4 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3251: writing smithi118168640-16 from 5210112 to 5349376 tid 5 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3252: copy_from oid 50 from oid 38 current snap is 302 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3251: finishing write tid 1 to smithi118168640-16 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3251: finishing write tid 2 to smithi118168640-16 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3251: finishing write tid 3 to smithi118168640-16 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3253: rmattr oid 29 current snap is 302 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3254: rmattr oid 4 current snap is 302 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3255: read oid 40 snap -1 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3255: expect (ObjNum 946 snap 287 seq_num 946) 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3256: snap_create 2023-09-30T09:18:02.864 INFO:tasks.rados.rados.0.smithi118.stdout:3251: finishing write tid 4 to smithi118168640-16 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:3251: finishing write tid 5 to smithi118168640-16 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:3251: finishing write tid 6 to smithi118168640-16 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1520 (ObjNum 935 snap 287 seq_num 935) dirty exists 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:3251: finishing write tid 7 to smithi118168640-16 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1519 (ObjNum 1000 snap 302 seq_num 1000) dirty exists 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:3251: left oid 16 (ObjNum 1000 snap 302 seq_num 1000) 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1500 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:18:02.865 INFO:tasks.rados.rados.0.smithi118.stdout:3255: expect (ObjNum 946 snap 287 seq_num 946) 2023-09-30T09:18:03.067 INFO:tasks.rados.rados.0.smithi118.stdout:3252: finishing copy_from racing read to smithi118168640-50 2023-09-30T09:18:03.068 INFO:tasks.rados.rados.0.smithi118.stdout:3252: finishing copy_from to smithi118168640-50 2023-09-30T09:18:03.068 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1485 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:18:03.548 INFO:tasks.rados.rados.0.smithi118.stdout:3251: done (5 left) 2023-09-30T09:18:03.548 INFO:tasks.rados.rados.0.smithi118.stdout:3252: done (4 left) 2023-09-30T09:18:03.548 INFO:tasks.rados.rados.0.smithi118.stdout:3253: done (3 left) 2023-09-30T09:18:03.548 INFO:tasks.rados.rados.0.smithi118.stdout:3254: done (2 left) 2023-09-30T09:18:03.548 INFO:tasks.rados.rados.0.smithi118.stdout:3255: done (1 left) 2023-09-30T09:18:03.548 INFO:tasks.rados.rados.0.smithi118.stdout:3256: done (0 left) 2023-09-30T09:18:03.549 INFO:tasks.rados.rados.0.smithi118.stdout:3257: delete oid 9 current snap is 303 2023-09-30T09:18:03.550 INFO:tasks.rados.rados.0.smithi118.stdout:3257: done (0 left) 2023-09-30T09:18:03.550 INFO:tasks.rados.rados.0.smithi118.stdout:3258: snap_create 2023-09-30T09:18:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:03 smithi118 ceph-mon[182959]: osdmap e683: 8 total, 8 up, 8 in 2023-09-30T09:18:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:03 smithi118 ceph-mon[182959]: pgmap v736: 121 pgs: 121 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.9 MiB/s wr, 23 op/s 2023-09-30T09:18:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:03 smithi118 ceph-mon[185516]: osdmap e683: 8 total, 8 up, 8 in 2023-09-30T09:18:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:03 smithi118 ceph-mon[185516]: pgmap v736: 121 pgs: 121 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.9 MiB/s wr, 23 op/s 2023-09-30T09:18:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:03 smithi192 ceph-mon[180220]: osdmap e683: 8 total, 8 up, 8 in 2023-09-30T09:18:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:03 smithi192 ceph-mon[180220]: pgmap v736: 121 pgs: 121 active+clean; 189 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 3.9 MiB/s wr, 23 op/s 2023-09-30T09:18:04.553 INFO:tasks.rados.rados.0.smithi118.stdout:3258: done (0 left) 2023-09-30T09:18:04.553 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 304 2023-09-30T09:18:04.554 INFO:tasks.rados.rados.0.smithi118.stdout:3259: seq_num 1002 ranges {0=786432,786432=614400,1400832=581632,1982464=409600} 2023-09-30T09:18:04.557 INFO:tasks.rados.rados.0.smithi118.stdout:3259: writing smithi118168640-1 from 0 to 786432 tid 1 2023-09-30T09:18:04.561 INFO:tasks.rados.rados.0.smithi118.stdout:3259: writing smithi118168640-1 from 786432 to 1400832 tid 2 2023-09-30T09:18:04.565 INFO:tasks.rados.rados.0.smithi118.stdout:3259: writing smithi118168640-1 from 1400832 to 1982464 tid 3 2023-09-30T09:18:04.567 INFO:tasks.rados.rados.0.smithi118.stdout:3259: writing smithi118168640-1 from 1982464 to 2392064 tid 4 2023-09-30T09:18:04.568 INFO:tasks.rados.rados.0.smithi118.stdout:3260: delete oid 50 current snap is 304 2023-09-30T09:18:04.568 INFO:tasks.rados.rados.0.smithi118.stdout:3259: finishing write tid 1 to smithi118168640-1 2023-09-30T09:18:04.568 INFO:tasks.rados.rados.0.smithi118.stdout:3259: finishing write tid 2 to smithi118168640-1 2023-09-30T09:18:04.568 INFO:tasks.rados.rados.0.smithi118.stdout:3259: finishing write tid 3 to smithi118168640-1 2023-09-30T09:18:04.571 INFO:tasks.rados.rados.0.smithi118.stdout:3259: finishing write tid 4 to smithi118168640-1 2023-09-30T09:18:04.571 INFO:tasks.rados.rados.0.smithi118.stdout:3259: finishing write tid 5 to smithi118168640-1 2023-09-30T09:18:04.572 INFO:tasks.rados.rados.0.smithi118.stdout:3260: done (1 left) 2023-09-30T09:18:04.572 INFO:tasks.rados.rados.0.smithi118.stdout:3261: snap_create 2023-09-30T09:18:04.573 INFO:tasks.rados.rados.0.smithi118.stdout:3259: finishing write tid 6 to smithi118168640-1 2023-09-30T09:18:04.573 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1489 (ObjNum 1002 snap 304 seq_num 1002) dirty exists 2023-09-30T09:18:04.573 INFO:tasks.rados.rados.0.smithi118.stdout:3259: left oid 1 (ObjNum 1002 snap 304 seq_num 1002) 2023-09-30T09:18:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:04 smithi118 ceph-mon[182959]: osdmap e684: 8 total, 8 up, 8 in 2023-09-30T09:18:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:04.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:04 smithi118 ceph-mon[185516]: osdmap e684: 8 total, 8 up, 8 in 2023-09-30T09:18:04.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:04 smithi192 ceph-mon[180220]: osdmap e684: 8 total, 8 up, 8 in 2023-09-30T09:18:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:05.559 INFO:tasks.rados.rados.0.smithi118.stdout:3259: done (1 left) 2023-09-30T09:18:05.559 INFO:tasks.rados.rados.0.smithi118.stdout:3261: done (0 left) 2023-09-30T09:18:05.560 INFO:tasks.rados.rados.0.smithi118.stdout:3262: rmattr oid 15 current snap is 305 2023-09-30T09:18:05.560 INFO:tasks.rados.rados.0.smithi118.stdout:3262: done (0 left) 2023-09-30T09:18:05.560 INFO:tasks.rados.rados.0.smithi118.stdout:3263: read oid 37 snap -1 2023-09-30T09:18:05.560 INFO:tasks.rados.rados.0.smithi118.stdout:3263: expect deleted 2023-09-30T09:18:05.560 INFO:tasks.rados.rados.0.smithi118.stdout:3264: read oid 2 snap -1 2023-09-30T09:18:05.560 INFO:tasks.rados.rados.0.smithi118.stdout:3264: expect (ObjNum 845 snap 257 seq_num 845) 2023-09-30T09:18:05.560 INFO:tasks.rados.rados.0.smithi118.stdout:3265: delete oid 7 current snap is 305 2023-09-30T09:18:05.564 INFO:tasks.rados.rados.0.smithi118.stdout:3263: done (2 left) 2023-09-30T09:18:05.564 INFO:tasks.rados.rados.0.smithi118.stdout:3265: done (1 left) 2023-09-30T09:18:05.564 INFO:tasks.rados.rados.0.smithi118.stdout:3266: copy_from oid 17 from oid 8 current snap is 305 2023-09-30T09:18:05.565 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 305 2023-09-30T09:18:05.565 INFO:tasks.rados.rados.0.smithi118.stdout:3267: seq_num 1005 ranges {0=32768} 2023-09-30T09:18:05.565 INFO:tasks.rados.rados.0.smithi118.stdout:3267: writing smithi118168640-46 from 0 to 32768 tid 1 2023-09-30T09:18:05.565 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 305 2023-09-30T09:18:05.566 INFO:tasks.rados.rados.0.smithi118.stdout:3268: seq_num 1006 ranges {4243456=49152} 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:3268: writing smithi118168640-4 from 4243456 to 4292608 tid 1 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 305 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:3269: seq_num 1007 ranges {0=65536} 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:3269: writing smithi118168640-9 from 0 to 65536 tid 1 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 305 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:3266: finishing copy_from racing read to smithi118168640-17 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:3266: finishing copy_from to smithi118168640-17 2023-09-30T09:18:05.589 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1478 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:18:05.590 INFO:tasks.rados.rados.0.smithi118.stdout:3267: finishing write tid 1 to smithi118168640-46 2023-09-30T09:18:05.590 INFO:tasks.rados.rados.0.smithi118.stdout:3267: finishing write tid 2 to smithi118168640-46 2023-09-30T09:18:05.590 INFO:tasks.rados.rados.0.smithi118.stdout:3270: seq_num 1008 ranges {14565376=90112} 2023-09-30T09:18:05.666 INFO:tasks.rados.rados.0.smithi118.stdout:3270: writing smithi118168640-22 from 14565376 to 14655488 tid 1 2023-09-30T09:18:05.666 INFO:tasks.rados.rados.0.smithi118.stdout:3266: done (5 left) 2023-09-30T09:18:05.666 INFO:tasks.rados.rados.0.smithi118.stdout:3271: rmattr oid 27 current snap is 305 2023-09-30T09:18:05.666 INFO:tasks.rados.rados.0.smithi118.stdout:3271: done (5 left) 2023-09-30T09:18:05.666 INFO:tasks.rados.rados.0.smithi118.stdout:3272: rollback oid 26 current snap is 305 2023-09-30T09:18:05.666 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 26 to 299 2023-09-30T09:18:05.667 INFO:tasks.rados.rados.0.smithi118.stdout:3269: finishing write tid 1 to smithi118168640-9 2023-09-30T09:18:05.667 INFO:tasks.rados.rados.0.smithi118.stdout:3268: finishing write tid 1 to smithi118168640-4 2023-09-30T09:18:05.667 INFO:tasks.rados.rados.0.smithi118.stdout:3269: finishing write tid 2 to smithi118168640-9 2023-09-30T09:18:05.667 INFO:tasks.rados.rados.0.smithi118.stdout:3268: finishing write tid 2 to smithi118168640-4 2023-09-30T09:18:05.667 INFO:tasks.rados.rados.0.smithi118.stdout:3264: expect (ObjNum 845 snap 257 seq_num 845) 2023-09-30T09:18:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[185516]: osdmap e685: 8 total, 8 up, 8 in 2023-09-30T09:18:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:18:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[185516]: pgmap v739: 121 pgs: 121 active+clean; 203 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.2 MiB/s wr, 17 op/s 2023-09-30T09:18:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:18:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:18:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:18:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[182959]: osdmap e685: 8 total, 8 up, 8 in 2023-09-30T09:18:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:18:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[182959]: pgmap v739: 121 pgs: 121 active+clean; 203 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.2 MiB/s wr, 17 op/s 2023-09-30T09:18:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:18:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:18:05.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:18:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:3267: finishing write tid 3 to smithi118168640-46 2023-09-30T09:18:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1504 (ObjNum 1005 snap 305 seq_num 1005) dirty exists 2023-09-30T09:18:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:3267: left oid 46 (ObjNum 1005 snap 305 seq_num 1005) 2023-09-30T09:18:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:3268: finishing write tid 3 to smithi118168640-4 2023-09-30T09:18:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1522 (ObjNum 1006 snap 305 seq_num 1006) dirty exists 2023-09-30T09:18:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:3268: left oid 4 (ObjNum 1006 snap 305 seq_num 1006) 2023-09-30T09:18:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:3269: finishing write tid 3 to smithi118168640-9 2023-09-30T09:18:05.882 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 1509 (ObjNum 1007 snap 305 seq_num 1007) dirty exists 2023-09-30T09:18:05.882 INFO:tasks.rados.rados.0.smithi118.stdout:3269: left oid 9 (ObjNum 1007 snap 305 seq_num 1007) 2023-09-30T09:18:05.882 INFO:tasks.rados.rados.0.smithi118.stdout:3270: finishing write tid 1 to smithi118168640-22 2023-09-30T09:18:05.882 INFO:tasks.rados.rados.0.smithi118.stdout:3270: finishing write tid 2 to smithi118168640-22 2023-09-30T09:18:05.882 INFO:tasks.rados.rados.0.smithi118.stdout:3272: finishing rollback tid 0 to smithi118168640-26 2023-09-30T09:18:05.882 INFO:tasks.rados.rados.0.smithi118.stdout:3272: finishing rollback tid 1 to smithi118168640-26 2023-09-30T09:18:05.882 INFO:tasks.rados.rados.0.smithi118.stdout:3272: finishing rollback tid 2 to smithi118168640-26 2023-09-30T09:18:05.883 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1614 (ObjNum 937 snap 287 seq_num 937) dirty exists 2023-09-30T09:18:05.883 INFO:tasks.rados.rados.0.smithi118.stdout:3270: finishing write tid 3 to smithi118168640-22 2023-09-30T09:18:05.883 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1067 (ObjNum 1008 snap 305 seq_num 1008) dirty exists 2023-09-30T09:18:05.883 INFO:tasks.rados.rados.0.smithi118.stdout:3270: left oid 22 (ObjNum 1008 snap 305 seq_num 1008) 2023-09-30T09:18:05.883 INFO:tasks.rados.rados.0.smithi118.stdout:3264: done (5 left) 2023-09-30T09:18:05.883 INFO:tasks.rados.rados.0.smithi118.stdout:3267: done (4 left) 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3268: done (3 left) 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3269: done (2 left) 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3270: done (1 left) 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3272: done (0 left) 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3273: rmattr oid 27 current snap is 305 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3273: done (0 left) 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3274: rmattr oid 10 current snap is 305 2023-09-30T09:18:05.884 INFO:tasks.rados.rados.0.smithi118.stdout:3274: done (0 left) 2023-09-30T09:18:05.885 INFO:tasks.rados.rados.0.smithi118.stdout:3275: read oid 21 snap -1 2023-09-30T09:18:05.885 INFO:tasks.rados.rados.0.smithi118.stdout:3275: expect (ObjNum 943 snap 287 seq_num 943) 2023-09-30T09:18:05.885 INFO:tasks.rados.rados.0.smithi118.stdout:3276: read oid 5 snap -1 2023-09-30T09:18:05.885 INFO:tasks.rados.rados.0.smithi118.stdout:3276: expect deleted 2023-09-30T09:18:05.885 INFO:tasks.rados.rados.0.smithi118.stdout:3277: snap_create 2023-09-30T09:18:05.901 INFO:tasks.rados.rados.0.smithi118.stdout:3275: expect (ObjNum 943 snap 287 seq_num 943) 2023-09-30T09:18:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:05 smithi192 ceph-mon[180220]: osdmap e685: 8 total, 8 up, 8 in 2023-09-30T09:18:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:18:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:05 smithi192 ceph-mon[180220]: pgmap v739: 121 pgs: 121 active+clean; 203 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.2 MiB/s wr, 17 op/s 2023-09-30T09:18:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:18:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:18:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:18:06.542 INFO:tasks.rados.rados.0.smithi118.stdout:3275: done (2 left) 2023-09-30T09:18:06.542 INFO:tasks.rados.rados.0.smithi118.stdout:3276: done (1 left) 2023-09-30T09:18:06.543 INFO:tasks.rados.rados.0.smithi118.stdout:3277: done (0 left) 2023-09-30T09:18:06.543 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 306 2023-09-30T09:18:06.543 INFO:tasks.rados.rados.0.smithi118.stdout:3278: seq_num 1009 ranges {6586368=106496} 2023-09-30T09:18:06.578 INFO:tasks.rados.rados.0.smithi118.stdout:3278: writing smithi118168640-47 from 6586368 to 6692864 tid 1 2023-09-30T09:18:06.578 INFO:tasks.rados.rados.0.smithi118.stdout:3279: read oid 6 snap -1 2023-09-30T09:18:06.579 INFO:tasks.rados.rados.0.smithi118.stdout:3279: expect (ObjNum 917 snap 283 seq_num 917) 2023-09-30T09:18:06.579 INFO:tasks.rados.rados.0.smithi118.stdout:3280: snap_create 2023-09-30T09:18:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3278: finishing write tid 1 to smithi118168640-47 2023-09-30T09:18:06.585 INFO:tasks.rados.rados.0.smithi118.stdout:3278: finishing write tid 2 to smithi118168640-47 2023-09-30T09:18:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:3278: finishing write tid 3 to smithi118168640-47 2023-09-30T09:18:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1490 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:18:06.587 INFO:tasks.rados.rados.0.smithi118.stdout:3278: left oid 47 (ObjNum 1009 snap 306 seq_num 1009) 2023-09-30T09:18:06.599 INFO:tasks.rados.rados.0.smithi118.stdout:3279: expect (ObjNum 917 snap 283 seq_num 917) 2023-09-30T09:18:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:06 smithi118 ceph-mon[182959]: osdmap e686: 8 total, 8 up, 8 in 2023-09-30T09:18:06.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:06 smithi118 ceph-mon[182959]: osdmap e687: 8 total, 8 up, 8 in 2023-09-30T09:18:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:06 smithi118 ceph-mon[185516]: osdmap e686: 8 total, 8 up, 8 in 2023-09-30T09:18:06.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:06 smithi118 ceph-mon[185516]: osdmap e687: 8 total, 8 up, 8 in 2023-09-30T09:18:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:06 smithi192 ceph-mon[180220]: osdmap e686: 8 total, 8 up, 8 in 2023-09-30T09:18:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:06 smithi192 ceph-mon[180220]: osdmap e687: 8 total, 8 up, 8 in 2023-09-30T09:18:07.566 INFO:tasks.rados.rados.0.smithi118.stdout:3278: done (2 left) 2023-09-30T09:18:07.566 INFO:tasks.rados.rados.0.smithi118.stdout:3279: done (1 left) 2023-09-30T09:18:07.566 INFO:tasks.rados.rados.0.smithi118.stdout:3280: done (0 left) 2023-09-30T09:18:07.567 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 307 2023-09-30T09:18:07.567 INFO:tasks.rados.rados.0.smithi118.stdout:3281: seq_num 1010 ranges {6512640=122880} 2023-09-30T09:18:07.602 INFO:tasks.rados.rados.0.smithi118.stdout:3281: writing smithi118168640-32 from 6512640 to 6635520 tid 1 2023-09-30T09:18:07.602 INFO:tasks.rados.rados.0.smithi118.stdout:3282: read oid 50 snap 303 2023-09-30T09:18:07.602 INFO:tasks.rados.rados.0.smithi118.stdout:3282: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:18:07.602 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 307 2023-09-30T09:18:07.602 INFO:tasks.rados.rados.0.smithi118.stdout:3283: seq_num 1011 ranges {1785856=139264} 2023-09-30T09:18:07.612 INFO:tasks.rados.rados.0.smithi118.stdout:3283: writing smithi118168640-44 from 1785856 to 1925120 tid 1 2023-09-30T09:18:07.612 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 307 2023-09-30T09:18:07.612 INFO:tasks.rados.rados.0.smithi118.stdout:3284: seq_num 1012 ranges {1859584=155648} 2023-09-30T09:18:07.623 INFO:tasks.rados.rados.0.smithi118.stdout:3284: writing smithi118168640-41 from 1859584 to 2015232 tid 1 2023-09-30T09:18:07.623 INFO:tasks.rados.rados.0.smithi118.stdout:3285: read oid 23 snap -1 2023-09-30T09:18:07.623 INFO:tasks.rados.rados.0.smithi118.stdout:3285: expect (ObjNum 984 snap 297 seq_num 984) 2023-09-30T09:18:07.623 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 307 2023-09-30T09:18:07.623 INFO:tasks.rados.rados.0.smithi118.stdout:3286: seq_num 1013 ranges {0=172032} 2023-09-30T09:18:07.624 INFO:tasks.rados.rados.0.smithi118.stdout:3286: writing smithi118168640-42 from 0 to 172032 tid 1 2023-09-30T09:18:07.624 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 307 2023-09-30T09:18:07.624 INFO:tasks.rados.rados.0.smithi118.stdout:3281: finishing write tid 1 to smithi118168640-32 2023-09-30T09:18:07.624 INFO:tasks.rados.rados.0.smithi118.stdout:3281: finishing write tid 2 to smithi118168640-32 2023-09-30T09:18:07.625 INFO:tasks.rados.rados.0.smithi118.stdout:3281: finishing write tid 3 to smithi118168640-32 2023-09-30T09:18:07.625 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1488 (ObjNum 1010 snap 307 seq_num 1010) dirty exists 2023-09-30T09:18:07.625 INFO:tasks.rados.rados.0.smithi118.stdout:3281: left oid 32 (ObjNum 1010 snap 307 seq_num 1010) 2023-09-30T09:18:07.625 INFO:tasks.rados.rados.0.smithi118.stdout:3283: finishing write tid 1 to smithi118168640-44 2023-09-30T09:18:07.625 INFO:tasks.rados.rados.0.smithi118.stdout:3287: seq_num 1014 ranges {5349376=188416} 2023-09-30T09:18:07.655 INFO:tasks.rados.rados.0.smithi118.stdout:3287: writing smithi118168640-16 from 5349376 to 5537792 tid 1 2023-09-30T09:18:07.655 INFO:tasks.rados.rados.0.smithi118.stdout:3281: done (6 left) 2023-09-30T09:18:07.655 INFO:tasks.rados.rados.0.smithi118.stdout:3288: setattr oid 22 current snap is 307 2023-09-30T09:18:07.656 INFO:tasks.rados.rados.0.smithi118.stdout:3283: finishing write tid 2 to smithi118168640-44 2023-09-30T09:18:07.656 INFO:tasks.rados.rados.0.smithi118.stdout:3283: finishing write tid 3 to smithi118168640-44 2023-09-30T09:18:07.656 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1500 (ObjNum 1011 snap 307 seq_num 1011) dirty exists 2023-09-30T09:18:07.656 INFO:tasks.rados.rados.0.smithi118.stdout:3283: left oid 44 (ObjNum 1011 snap 307 seq_num 1011) 2023-09-30T09:18:07.656 INFO:tasks.rados.rados.0.smithi118.stdout:3285: expect (ObjNum 984 snap 297 seq_num 984) 2023-09-30T09:18:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:07 smithi118 ceph-mon[185516]: pgmap v742: 121 pgs: 121 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.3 MiB/s wr, 20 op/s 2023-09-30T09:18:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:07 smithi118 ceph-mon[182959]: pgmap v742: 121 pgs: 121 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.3 MiB/s wr, 20 op/s 2023-09-30T09:18:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:07 smithi192 ceph-mon[180220]: pgmap v742: 121 pgs: 121 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.3 MiB/s rd, 5.3 MiB/s wr, 20 op/s 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3286: finishing write tid 1 to smithi118168640-42 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3286: finishing write tid 2 to smithi118168640-42 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3286: finishing write tid 3 to smithi118168640-42 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1518 (ObjNum 1013 snap 307 seq_num 1013) dirty exists 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3286: left oid 42 (ObjNum 1013 snap 307 seq_num 1013) 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3287: finishing write tid 1 to smithi118168640-16 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3287: finishing write tid 2 to smithi118168640-16 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3287: finishing write tid 3 to smithi118168640-16 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1524 (ObjNum 1014 snap 307 seq_num 1014) dirty exists 2023-09-30T09:18:08.132 INFO:tasks.rados.rados.0.smithi118.stdout:3287: left oid 16 (ObjNum 1014 snap 307 seq_num 1014) 2023-09-30T09:18:08.133 INFO:tasks.rados.rados.0.smithi118.stdout:3282: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:18:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:08 smithi118 ceph-mon[182959]: osdmap e688: 8 total, 8 up, 8 in 2023-09-30T09:18:08.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:08 smithi118 ceph-mon[185516]: osdmap e688: 8 total, 8 up, 8 in 2023-09-30T09:18:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:08 smithi192 ceph-mon[180220]: osdmap e688: 8 total, 8 up, 8 in 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:3284: finishing write tid 1 to smithi118168640-41 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:3284: finishing write tid 2 to smithi118168640-41 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:3284: finishing write tid 3 to smithi118168640-41 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1617 (ObjNum 1012 snap 307 seq_num 1012) dirty exists 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:3284: left oid 41 (ObjNum 1012 snap 307 seq_num 1012) 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1068 (ObjNum 1008 snap 305 seq_num 1008) dirty exists 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:3282: done (6 left) 2023-09-30T09:18:09.064 INFO:tasks.rados.rados.0.smithi118.stdout:3283: done (5 left) 2023-09-30T09:18:09.065 INFO:tasks.rados.rados.0.smithi118.stdout:3284: done (4 left) 2023-09-30T09:18:09.065 INFO:tasks.rados.rados.0.smithi118.stdout:3285: done (3 left) 2023-09-30T09:18:09.065 INFO:tasks.rados.rados.0.smithi118.stdout:3286: done (2 left) 2023-09-30T09:18:09.066 INFO:tasks.rados.rados.0.smithi118.stdout:3287: done (1 left) 2023-09-30T09:18:09.066 INFO:tasks.rados.rados.0.smithi118.stdout:3288: done (0 left) 2023-09-30T09:18:09.066 INFO:tasks.rados.rados.0.smithi118.stdout:3289: copy_from oid 43 from oid 17 current snap is 307 2023-09-30T09:18:09.066 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 307 2023-09-30T09:18:09.066 INFO:tasks.rados.rados.0.smithi118.stdout:3290: seq_num 1015 ranges {532480=204800} 2023-09-30T09:18:09.067 INFO:tasks.rados.rados.0.smithi118.stdout:3290: writing smithi118168640-34 from 532480 to 737280 tid 1 2023-09-30T09:18:09.067 INFO:tasks.rados.rados.0.smithi118.stdout:3291: delete oid 15 current snap is 307 2023-09-30T09:18:09.070 INFO:tasks.rados.rados.0.smithi118.stdout:3291: done (2 left) 2023-09-30T09:18:09.070 INFO:tasks.rados.rados.0.smithi118.stdout:3292: read oid 23 snap -1 2023-09-30T09:18:09.070 INFO:tasks.rados.rados.0.smithi118.stdout:3292: expect (ObjNum 984 snap 297 seq_num 984) 2023-09-30T09:18:09.070 INFO:tasks.rados.rados.0.smithi118.stdout:3293: read oid 33 snap 299 2023-09-30T09:18:09.070 INFO:tasks.rados.rados.0.smithi118.stdout:3293: expect (ObjNum 982 snap 297 seq_num 982) 2023-09-30T09:18:09.073 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 307 2023-09-30T09:18:09.073 INFO:tasks.rados.rados.0.smithi118.stdout:3294: seq_num 1017 ranges {14655488=237568} 2023-09-30T09:18:09.150 INFO:tasks.rados.rados.0.smithi118.stdout:3294: writing smithi118168640-22 from 14655488 to 14893056 tid 1 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3295: read oid 41 snap -1 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3295: expect (ObjNum 1012 snap 307 seq_num 1012) 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3296: read oid 18 snap -1 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3296: expect (ObjNum 974 snap 293 seq_num 974) 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3297: read oid 36 snap -1 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3297: expect (ObjNum 993 snap 301 seq_num 993) 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3298: delete oid 50 current snap is 307 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3290: finishing write tid 1 to smithi118168640-34 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3290: finishing write tid 2 to smithi118168640-34 2023-09-30T09:18:09.151 INFO:tasks.rados.rados.0.smithi118.stdout:3290: finishing write tid 3 to smithi118168640-34 2023-09-30T09:18:09.152 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 1490 (ObjNum 1015 snap 307 seq_num 1015) dirty exists 2023-09-30T09:18:09.152 INFO:tasks.rados.rados.0.smithi118.stdout:3290: left oid 34 (ObjNum 1015 snap 307 seq_num 1015) 2023-09-30T09:18:09.152 INFO:tasks.rados.rados.0.smithi118.stdout:3289: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:18:09.152 INFO:tasks.rados.rados.0.smithi118.stdout:3289: finishing copy_from to smithi118168640-43 2023-09-30T09:18:09.152 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1478 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:18:09.152 INFO:tasks.rados.rados.0.smithi118.stdout:3293: expect (ObjNum 982 snap 297 seq_num 982) 2023-09-30T09:18:09.296 INFO:tasks.rados.rados.0.smithi118.stdout:3292: expect (ObjNum 984 snap 297 seq_num 984) 2023-09-30T09:18:09.770 INFO:tasks.rados.rados.0.smithi118.stdout:3297: expect (ObjNum 993 snap 301 seq_num 993) 2023-09-30T09:18:09.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:18:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:18:09] "GET /metrics HTTP/1.1" 200 36180 "" "Prometheus/2.43.0" 2023-09-30T09:18:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:09 smithi118 ceph-mon[182959]: pgmap v744: 121 pgs: 121 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 1.1 MiB/s wr, 10 op/s 2023-09-30T09:18:09.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:09 smithi118 ceph-mon[185516]: pgmap v744: 121 pgs: 121 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 1.1 MiB/s wr, 10 op/s 2023-09-30T09:18:09.847 INFO:tasks.rados.rados.0.smithi118.stdout:3294: finishing write tid 1 to smithi118168640-22 2023-09-30T09:18:09.847 INFO:tasks.rados.rados.0.smithi118.stdout:3294: finishing write tid 2 to smithi118168640-22 2023-09-30T09:18:09.847 INFO:tasks.rados.rados.0.smithi118.stdout:3289: done (8 left) 2023-09-30T09:18:09.847 INFO:tasks.rados.rados.0.smithi118.stdout:3290: done (7 left) 2023-09-30T09:18:09.847 INFO:tasks.rados.rados.0.smithi118.stdout:3292: done (6 left) 2023-09-30T09:18:09.849 INFO:tasks.rados.rados.0.smithi118.stdout:3293: done (5 left) 2023-09-30T09:18:09.849 INFO:tasks.rados.rados.0.smithi118.stdout:3297: done (4 left) 2023-09-30T09:18:09.849 INFO:tasks.rados.rados.0.smithi118.stdout:3298: done (3 left) 2023-09-30T09:18:09.849 INFO:tasks.rados.rados.0.smithi118.stdout:3299: snap_remove snap 304 2023-09-30T09:18:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:09 smithi192 ceph-mon[180220]: pgmap v744: 121 pgs: 121 active+clean; 208 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 MiB/s rd, 1.1 MiB/s wr, 10 op/s 2023-09-30T09:18:10.577 INFO:tasks.rados.rados.0.smithi118.stdout:3299: done (3 left) 2023-09-30T09:18:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:3300: rollback oid 44 current snap is 307 2023-09-30T09:18:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 299 2023-09-30T09:18:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:3301: copy_from oid 31 from oid 2 current snap is 307 2023-09-30T09:18:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:3302: read oid 7 snap 306 2023-09-30T09:18:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:3302: expect deleted 2023-09-30T09:18:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 307 2023-09-30T09:18:10.578 INFO:tasks.rados.rados.0.smithi118.stdout:3303: seq_num 1019 ranges {8675328=270336} 2023-09-30T09:18:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:3303: writing smithi118168640-14 from 8675328 to 8945664 tid 1 2023-09-30T09:18:10.622 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 307 2023-09-30T09:18:10.623 INFO:tasks.rados.rados.0.smithi118.stdout:3304: seq_num 1020 ranges {5013504=286720} 2023-09-30T09:18:10.651 INFO:tasks.rados.rados.0.smithi118.stdout:3304: writing smithi118168640-19 from 5013504 to 5300224 tid 1 2023-09-30T09:18:10.651 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 307 2023-09-30T09:18:10.651 INFO:tasks.rados.rados.0.smithi118.stdout:3305: seq_num 1021 ranges {3031040=303104} 2023-09-30T09:18:10.668 INFO:tasks.rados.rados.0.smithi118.stdout:3305: writing smithi118168640-24 from 3031040 to 3334144 tid 1 2023-09-30T09:18:10.669 INFO:tasks.rados.rados.0.smithi118.stdout:3306: delete oid 37 current snap is 307 2023-09-30T09:18:10.669 INFO:tasks.rados.rados.0.smithi118.stdout:3295: expect (ObjNum 1012 snap 307 seq_num 1012) 2023-09-30T09:18:10.747 INFO:tasks.rados.rados.0.smithi118.stdout:3294: finishing write tid 3 to smithi118168640-22 2023-09-30T09:18:10.748 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1070 (ObjNum 1017 snap 307 seq_num 1017) dirty exists 2023-09-30T09:18:10.748 INFO:tasks.rados.rados.0.smithi118.stdout:3294: left oid 22 (ObjNum 1017 snap 307 seq_num 1017) 2023-09-30T09:18:10.748 INFO:tasks.rados.rados.0.smithi118.stdout:3296: expect (ObjNum 974 snap 293 seq_num 974) 2023-09-30T09:18:11.676 INFO:tasks.rados.rados.0.smithi118.stdout:3300: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3300: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3294: done (9 left) 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3295: done (8 left) 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3296: done (7 left) 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3302: done (6 left) 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3306: done (5 left) 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3307: read oid 29 snap 299 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3307: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:18:11.677 INFO:tasks.rados.rados.0.smithi118.stdout:3308: snap_remove snap 305 2023-09-30T09:18:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:11 smithi118 ceph-mon[182959]: osdmap e689: 8 total, 8 up, 8 in 2023-09-30T09:18:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:11 smithi118 ceph-mon[182959]: pgmap v746: 121 pgs: 121 active+clean; 213 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2023-09-30T09:18:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:11 smithi118 ceph-mon[182959]: osdmap e690: 8 total, 8 up, 8 in 2023-09-30T09:18:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:11 smithi118 ceph-mon[185516]: osdmap e689: 8 total, 8 up, 8 in 2023-09-30T09:18:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:11 smithi118 ceph-mon[185516]: pgmap v746: 121 pgs: 121 active+clean; 213 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2023-09-30T09:18:11.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:11 smithi118 ceph-mon[185516]: osdmap e690: 8 total, 8 up, 8 in 2023-09-30T09:18:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:11 smithi192 ceph-mon[180220]: osdmap e689: 8 total, 8 up, 8 in 2023-09-30T09:18:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:11 smithi192 ceph-mon[180220]: pgmap v746: 121 pgs: 121 active+clean; 213 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 23 MiB/s rd, 1.5 MiB/s wr, 17 op/s 2023-09-30T09:18:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:11 smithi192 ceph-mon[180220]: osdmap e690: 8 total, 8 up, 8 in 2023-09-30T09:18:12.578 INFO:tasks.rados.rados.0.smithi118.stdout:3308: done (6 left) 2023-09-30T09:18:12.578 INFO:tasks.rados.rados.0.smithi118.stdout:3309: snap_remove snap 302 2023-09-30T09:18:13.590 INFO:tasks.rados.rados.0.smithi118.stdout:3309: done (6 left) 2023-09-30T09:18:13.590 INFO:tasks.rados.rados.0.smithi118.stdout:3310: snap_remove snap 306 2023-09-30T09:18:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:13 smithi118 ceph-mon[182959]: osdmap e691: 8 total, 8 up, 8 in 2023-09-30T09:18:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:13 smithi118 ceph-mon[182959]: pgmap v749: 121 pgs: 121 active+clean; 214 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 32 MiB/s rd, 1.1 MiB/s wr, 19 op/s 2023-09-30T09:18:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:13 smithi118 ceph-mon[185516]: osdmap e691: 8 total, 8 up, 8 in 2023-09-30T09:18:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:13 smithi118 ceph-mon[185516]: pgmap v749: 121 pgs: 121 active+clean; 214 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 32 MiB/s rd, 1.1 MiB/s wr, 19 op/s 2023-09-30T09:18:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:13 smithi192 ceph-mon[180220]: osdmap e691: 8 total, 8 up, 8 in 2023-09-30T09:18:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:13 smithi192 ceph-mon[180220]: pgmap v749: 121 pgs: 121 active+clean; 214 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 32 MiB/s rd, 1.1 MiB/s wr, 19 op/s 2023-09-30T09:18:14.592 INFO:tasks.rados.rados.0.smithi118.stdout:3310: done (6 left) 2023-09-30T09:18:14.592 INFO:tasks.rados.rados.0.smithi118.stdout:3311: read oid 38 snap -1 2023-09-30T09:18:14.592 INFO:tasks.rados.rados.0.smithi118.stdout:3311: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:18:14.593 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 307 2023-09-30T09:18:14.593 INFO:tasks.rados.rados.0.smithi118.stdout:3300: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:18:14.593 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1504 (ObjNum 873 snap 265 seq_num 873) dirty exists 2023-09-30T09:18:14.593 INFO:tasks.rados.rados.0.smithi118.stdout:3301: finishing copy_from racing read to smithi118168640-31 2023-09-30T09:18:14.593 INFO:tasks.rados.rados.0.smithi118.stdout:3301: finishing copy_from to smithi118168640-31 2023-09-30T09:18:14.593 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1464 (ObjNum 845 snap 257 seq_num 845) dirty exists 2023-09-30T09:18:14.593 INFO:tasks.rados.rados.0.smithi118.stdout:3312: seq_num 1023 ranges {2310144=335872} 2023-09-30T09:18:14.608 INFO:tasks.rados.rados.0.smithi118.stdout:3312: writing smithi118168640-25 from 2310144 to 2646016 tid 1 2023-09-30T09:18:14.608 INFO:tasks.rados.rados.0.smithi118.stdout:3303: finishing write tid 1 to smithi118168640-14 2023-09-30T09:18:14.608 INFO:tasks.rados.rados.0.smithi118.stdout:3303: finishing write tid 2 to smithi118168640-14 2023-09-30T09:18:14.608 INFO:tasks.rados.rados.0.smithi118.stdout:3303: finishing write tid 3 to smithi118168640-14 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1491 (ObjNum 1019 snap 307 seq_num 1019) dirty exists 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3303: left oid 14 (ObjNum 1019 snap 307 seq_num 1019) 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3304: finishing write tid 1 to smithi118168640-19 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3304: finishing write tid 2 to smithi118168640-19 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3304: finishing write tid 3 to smithi118168640-19 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1625 (ObjNum 1020 snap 307 seq_num 1020) dirty exists 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3304: left oid 19 (ObjNum 1020 snap 307 seq_num 1020) 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3305: finishing write tid 1 to smithi118168640-24 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3305: finishing write tid 2 to smithi118168640-24 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3305: finishing write tid 3 to smithi118168640-24 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1511 (ObjNum 1021 snap 307 seq_num 1021) dirty exists 2023-09-30T09:18:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3305: left oid 24 (ObjNum 1021 snap 307 seq_num 1021) 2023-09-30T09:18:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:3300: done (7 left) 2023-09-30T09:18:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:3301: done (6 left) 2023-09-30T09:18:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:3303: done (5 left) 2023-09-30T09:18:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:3304: done (4 left) 2023-09-30T09:18:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:3305: done (3 left) 2023-09-30T09:18:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:3313: snap_create 2023-09-30T09:18:14.610 INFO:tasks.rados.rados.0.smithi118.stdout:3307: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:18:14.668 INFO:tasks.rados.rados.0.smithi118.stdout:3312: finishing write tid 1 to smithi118168640-25 2023-09-30T09:18:14.669 INFO:tasks.rados.rados.0.smithi118.stdout:3312: finishing write tid 2 to smithi118168640-25 2023-09-30T09:18:14.669 INFO:tasks.rados.rados.0.smithi118.stdout:3312: finishing write tid 3 to smithi118168640-25 2023-09-30T09:18:14.669 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1492 (ObjNum 1023 snap 307 seq_num 1023) dirty exists 2023-09-30T09:18:14.669 INFO:tasks.rados.rados.0.smithi118.stdout:3312: left oid 25 (ObjNum 1023 snap 307 seq_num 1023) 2023-09-30T09:18:14.669 INFO:tasks.rados.rados.0.smithi118.stdout:3311: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:18:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:14 smithi118 ceph-mon[182959]: osdmap e692: 8 total, 8 up, 8 in 2023-09-30T09:18:14.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:14 smithi118 ceph-mon[185516]: osdmap e692: 8 total, 8 up, 8 in 2023-09-30T09:18:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:14 smithi192 ceph-mon[180220]: osdmap e692: 8 total, 8 up, 8 in 2023-09-30T09:18:15.597 INFO:tasks.rados.rados.0.smithi118.stdout:3307: done (3 left) 2023-09-30T09:18:15.597 INFO:tasks.rados.rados.0.smithi118.stdout:3311: done (2 left) 2023-09-30T09:18:15.597 INFO:tasks.rados.rados.0.smithi118.stdout:3312: done (1 left) 2023-09-30T09:18:15.597 INFO:tasks.rados.rados.0.smithi118.stdout:3313: done (0 left) 2023-09-30T09:18:15.597 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 308 2023-09-30T09:18:15.597 INFO:tasks.rados.rados.0.smithi118.stdout:3314: seq_num 1024 ranges {3170304=352256} 2023-09-30T09:18:15.615 INFO:tasks.rados.rados.0.smithi118.stdout:3314: writing smithi118168640-13 from 3170304 to 3522560 tid 1 2023-09-30T09:18:15.615 INFO:tasks.rados.rados.0.smithi118.stdout:3315: rollback oid 30 current snap is 308 2023-09-30T09:18:15.615 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 307 2023-09-30T09:18:15.615 INFO:tasks.rados.rados.0.smithi118.stdout:3316: snap_create 2023-09-30T09:18:15.616 INFO:tasks.rados.rados.0.smithi118.stdout:3315: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:18:15.616 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 0 (ObjNum 161 snap 0 seq_num 0) dirty dne 2023-09-30T09:18:15.620 INFO:tasks.rados.rados.0.smithi118.stdout:3314: finishing write tid 1 to smithi118168640-13 2023-09-30T09:18:15.620 INFO:tasks.rados.rados.0.smithi118.stdout:3314: finishing write tid 2 to smithi118168640-13 2023-09-30T09:18:15.622 INFO:tasks.rados.rados.0.smithi118.stdout:3314: finishing write tid 3 to smithi118168640-13 2023-09-30T09:18:15.622 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1502 (ObjNum 1024 snap 308 seq_num 1024) dirty exists 2023-09-30T09:18:15.622 INFO:tasks.rados.rados.0.smithi118.stdout:3314: left oid 13 (ObjNum 1024 snap 308 seq_num 1024) 2023-09-30T09:18:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:15 smithi118 ceph-mon[182959]: osdmap e693: 8 total, 8 up, 8 in 2023-09-30T09:18:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:15 smithi118 ceph-mon[182959]: pgmap v752: 121 pgs: 121 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2023-09-30T09:18:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:15 smithi118 ceph-mon[185516]: osdmap e693: 8 total, 8 up, 8 in 2023-09-30T09:18:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:15 smithi118 ceph-mon[185516]: pgmap v752: 121 pgs: 121 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2023-09-30T09:18:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:15 smithi192 ceph-mon[180220]: osdmap e693: 8 total, 8 up, 8 in 2023-09-30T09:18:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:15 smithi192 ceph-mon[180220]: pgmap v752: 121 pgs: 121 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 1.5 MiB/s wr, 8 op/s 2023-09-30T09:18:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:3314: done (2 left) 2023-09-30T09:18:16.606 INFO:tasks.rados.rados.0.smithi118.stdout:3315: done (1 left) 2023-09-30T09:18:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:3316: done (0 left) 2023-09-30T09:18:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:3317: read oid 41 snap -1 2023-09-30T09:18:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:3317: expect (ObjNum 1012 snap 307 seq_num 1012) 2023-09-30T09:18:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 309 2023-09-30T09:18:16.607 INFO:tasks.rados.rados.0.smithi118.stdout:3318: seq_num 1025 ranges {2260992=368640} 2023-09-30T09:18:16.621 INFO:tasks.rados.rados.0.smithi118.stdout:3318: writing smithi118168640-8 from 2260992 to 2629632 tid 1 2023-09-30T09:18:16.621 INFO:tasks.rados.rados.0.smithi118.stdout:3319: snap_create 2023-09-30T09:18:16.624 INFO:tasks.rados.rados.0.smithi118.stdout:3317: expect (ObjNum 1012 snap 307 seq_num 1012) 2023-09-30T09:18:16.704 INFO:tasks.rados.rados.0.smithi118.stdout:3318: finishing write tid 1 to smithi118168640-8 2023-09-30T09:18:16.704 INFO:tasks.rados.rados.0.smithi118.stdout:3318: finishing write tid 2 to smithi118168640-8 2023-09-30T09:18:16.704 INFO:tasks.rados.rados.0.smithi118.stdout:3318: finishing write tid 3 to smithi118168640-8 2023-09-30T09:18:16.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1487 (ObjNum 1025 snap 309 seq_num 1025) dirty exists 2023-09-30T09:18:16.704 INFO:tasks.rados.rados.0.smithi118.stdout:3318: left oid 8 (ObjNum 1025 snap 309 seq_num 1025) 2023-09-30T09:18:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:16 smithi118 ceph-mon[182959]: osdmap e694: 8 total, 8 up, 8 in 2023-09-30T09:18:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:16 smithi118 ceph-mon[185516]: osdmap e694: 8 total, 8 up, 8 in 2023-09-30T09:18:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:16 smithi192 ceph-mon[180220]: osdmap e694: 8 total, 8 up, 8 in 2023-09-30T09:18:17.610 INFO:tasks.rados.rados.0.smithi118.stdout:3317: done (2 left) 2023-09-30T09:18:17.610 INFO:tasks.rados.rados.0.smithi118.stdout:3318: done (1 left) 2023-09-30T09:18:17.610 INFO:tasks.rados.rados.0.smithi118.stdout:3319: done (0 left) 2023-09-30T09:18:17.610 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 310 2023-09-30T09:18:17.610 INFO:tasks.rados.rados.0.smithi118.stdout:3320: seq_num 1026 ranges {4292608=385024} 2023-09-30T09:18:17.635 INFO:tasks.rados.rados.0.smithi118.stdout:3320: writing smithi118168640-4 from 4292608 to 4677632 tid 1 2023-09-30T09:18:17.635 INFO:tasks.rados.rados.0.smithi118.stdout:3321: copy_from oid 41 from oid 13 current snap is 310 2023-09-30T09:18:17.635 INFO:tasks.rados.rados.0.smithi118.stdout:3322: setattr oid 47 current snap is 310 2023-09-30T09:18:17.636 INFO:tasks.rados.rados.0.smithi118.stdout:3323: delete oid 37 current snap is 310 2023-09-30T09:18:17.642 INFO:tasks.rados.rados.0.smithi118.stdout:3320: finishing write tid 1 to smithi118168640-4 2023-09-30T09:18:17.642 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1491 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:18:17.642 INFO:tasks.rados.rados.0.smithi118.stdout:3320: finishing write tid 2 to smithi118168640-4 2023-09-30T09:18:17.642 INFO:tasks.rados.rados.0.smithi118.stdout:3322: done (3 left) 2023-09-30T09:18:17.642 INFO:tasks.rados.rados.0.smithi118.stdout:3323: done (2 left) 2023-09-30T09:18:17.642 INFO:tasks.rados.rados.0.smithi118.stdout:3324: delete oid 2 current snap is 310 2023-09-30T09:18:17.645 INFO:tasks.rados.rados.0.smithi118.stdout:3320: finishing write tid 3 to smithi118168640-4 2023-09-30T09:18:17.646 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1526 (ObjNum 1026 snap 310 seq_num 1026) dirty exists 2023-09-30T09:18:17.646 INFO:tasks.rados.rados.0.smithi118.stdout:3320: left oid 4 (ObjNum 1026 snap 310 seq_num 1026) 2023-09-30T09:18:17.647 INFO:tasks.rados.rados.0.smithi118.stdout:3320: done (2 left) 2023-09-30T09:18:17.647 INFO:tasks.rados.rados.0.smithi118.stdout:3324: done (1 left) 2023-09-30T09:18:17.647 INFO:tasks.rados.rados.0.smithi118.stdout:3325: snap_remove snap 303 2023-09-30T09:18:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:17 smithi192 ceph-mon[180220]: osdmap e695: 8 total, 8 up, 8 in 2023-09-30T09:18:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:17 smithi192 ceph-mon[180220]: pgmap v755: 121 pgs: 121 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:18:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:17 smithi118 ceph-mon[185516]: osdmap e695: 8 total, 8 up, 8 in 2023-09-30T09:18:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:17 smithi118 ceph-mon[185516]: pgmap v755: 121 pgs: 121 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:18:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:17 smithi118 ceph-mon[182959]: osdmap e695: 8 total, 8 up, 8 in 2023-09-30T09:18:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:17 smithi118 ceph-mon[182959]: pgmap v755: 121 pgs: 121 active+clean; 219 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 1.4 MiB/s wr, 5 op/s 2023-09-30T09:18:18.618 INFO:tasks.rados.rados.0.smithi118.stdout:3325: done (1 left) 2023-09-30T09:18:18.619 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 310 2023-09-30T09:18:18.619 INFO:tasks.rados.rados.0.smithi118.stdout:3326: seq_num 1029 ranges {4317184=442368} 2023-09-30T09:18:18.645 INFO:tasks.rados.rados.0.smithi118.stdout:3326: writing smithi118168640-33 from 4317184 to 4759552 tid 1 2023-09-30T09:18:18.645 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 310 2023-09-30T09:18:18.646 INFO:tasks.rados.rados.0.smithi118.stdout:3321: finishing copy_from racing read to smithi118168640-41 2023-09-30T09:18:18.646 INFO:tasks.rados.rados.0.smithi118.stdout:3327: seq_num 1030 ranges {5054464=458752} 2023-09-30T09:18:18.675 INFO:tasks.rados.rados.0.smithi118.stdout:3327: writing smithi118168640-31 from 5054464 to 5513216 tid 1 2023-09-30T09:18:18.675 INFO:tasks.rados.rados.0.smithi118.stdout:3328: read oid 37 snap -1 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3328: expect deleted 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3329: read oid 23 snap -1 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3329: expect (ObjNum 984 snap 297 seq_num 984) 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3330: delete oid 10 current snap is 310 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3321: finishing copy_from to smithi118168640-41 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1502 (ObjNum 1024 snap 308 seq_num 1024) dirty exists 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3326: finishing write tid 1 to smithi118168640-33 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3326: finishing write tid 2 to smithi118168640-33 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3326: finishing write tid 3 to smithi118168640-33 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1493 (ObjNum 1029 snap 310 seq_num 1029) dirty exists 2023-09-30T09:18:18.676 INFO:tasks.rados.rados.0.smithi118.stdout:3326: left oid 33 (ObjNum 1029 snap 310 seq_num 1029) 2023-09-30T09:18:18.679 INFO:tasks.rados.rados.0.smithi118.stdout:3327: finishing write tid 1 to smithi118168640-31 2023-09-30T09:18:18.680 INFO:tasks.rados.rados.0.smithi118.stdout:3327: finishing write tid 2 to smithi118168640-31 2023-09-30T09:18:18.681 INFO:tasks.rados.rados.0.smithi118.stdout:3327: finishing write tid 3 to smithi118168640-31 2023-09-30T09:18:18.681 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1466 (ObjNum 1030 snap 310 seq_num 1030) dirty exists 2023-09-30T09:18:18.681 INFO:tasks.rados.rados.0.smithi118.stdout:3327: left oid 31 (ObjNum 1030 snap 310 seq_num 1030) 2023-09-30T09:18:18.697 INFO:tasks.rados.rados.0.smithi118.stdout:3329: expect (ObjNum 984 snap 297 seq_num 984) 2023-09-30T09:18:18.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:18 smithi192 ceph-mon[180220]: osdmap e696: 8 total, 8 up, 8 in 2023-09-30T09:18:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:18 smithi118 ceph-mon[182959]: osdmap e696: 8 total, 8 up, 8 in 2023-09-30T09:18:19.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:18 smithi118 ceph-mon[185516]: osdmap e696: 8 total, 8 up, 8 in 2023-09-30T09:18:19.185 INFO:tasks.rados.rados.0.smithi118.stdout:3321: done (5 left) 2023-09-30T09:18:19.185 INFO:tasks.rados.rados.0.smithi118.stdout:3326: done (4 left) 2023-09-30T09:18:19.185 INFO:tasks.rados.rados.0.smithi118.stdout:3327: done (3 left) 2023-09-30T09:18:19.185 INFO:tasks.rados.rados.0.smithi118.stdout:3328: done (2 left) 2023-09-30T09:18:19.185 INFO:tasks.rados.rados.0.smithi118.stdout:3329: done (1 left) 2023-09-30T09:18:19.185 INFO:tasks.rados.rados.0.smithi118.stdout:3330: done (0 left) 2023-09-30T09:18:19.186 INFO:tasks.rados.rados.0.smithi118.stdout:3331: snap_remove snap 299 2023-09-30T09:18:19.627 INFO:tasks.rados.rados.0.smithi118.stdout:3331: done (0 left) 2023-09-30T09:18:19.627 INFO:tasks.rados.rados.0.smithi118.stdout:3332: rollback oid 48 current snap is 310 2023-09-30T09:18:19.627 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 48 to 307 2023-09-30T09:18:19.627 INFO:tasks.rados.rados.0.smithi118.stdout:3333: copy_from oid 44 from oid 42 current snap is 310 2023-09-30T09:18:19.627 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 310 2023-09-30T09:18:19.627 INFO:tasks.rados.rados.0.smithi118.stdout:3334: seq_num 1032 ranges {3522560=491520} 2023-09-30T09:18:19.650 INFO:tasks.rados.rados.0.smithi118.stdout:3334: writing smithi118168640-41 from 3522560 to 4014080 tid 1 2023-09-30T09:18:19.650 INFO:tasks.rados.rados.0.smithi118.stdout:3335: read oid 1 snap -1 2023-09-30T09:18:19.650 INFO:tasks.rados.rados.0.smithi118.stdout:3335: expect (ObjNum 1002 snap 304 seq_num 1002) 2023-09-30T09:18:19.650 INFO:tasks.rados.rados.0.smithi118.stdout:3336: snap_remove snap 308 2023-09-30T09:18:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:19 smithi192 ceph-mon[180220]: osdmap e697: 8 total, 8 up, 8 in 2023-09-30T09:18:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:19 smithi192 ceph-mon[180220]: pgmap v758: 121 pgs: 121 active+clean; 223 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 MiB/s rd, 942 KiB/s wr, 2 op/s 2023-09-30T09:18:20.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:18:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:18:19] "GET /metrics HTTP/1.1" 200 36182 "" "Prometheus/2.43.0" 2023-09-30T09:18:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:19 smithi118 ceph-mon[182959]: osdmap e697: 8 total, 8 up, 8 in 2023-09-30T09:18:20.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:20.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:19 smithi118 ceph-mon[182959]: pgmap v758: 121 pgs: 121 active+clean; 223 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 MiB/s rd, 942 KiB/s wr, 2 op/s 2023-09-30T09:18:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:19 smithi118 ceph-mon[185516]: osdmap e697: 8 total, 8 up, 8 in 2023-09-30T09:18:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:20.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:19 smithi118 ceph-mon[185516]: pgmap v758: 121 pgs: 121 active+clean; 223 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 MiB/s rd, 942 KiB/s wr, 2 op/s 2023-09-30T09:18:20.633 INFO:tasks.rados.rados.0.smithi118.stdout:3336: done (4 left) 2023-09-30T09:18:20.633 INFO:tasks.rados.rados.0.smithi118.stdout:3337: snap_remove snap 309 2023-09-30T09:18:20.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:20 smithi192 ceph-mon[180220]: osdmap e698: 8 total, 8 up, 8 in 2023-09-30T09:18:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:20 smithi118 ceph-mon[185516]: osdmap e698: 8 total, 8 up, 8 in 2023-09-30T09:18:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:20 smithi118 ceph-mon[182959]: osdmap e698: 8 total, 8 up, 8 in 2023-09-30T09:18:21.552 INFO:tasks.rados.rados.0.smithi118.stdout:3337: done (4 left) 2023-09-30T09:18:21.552 INFO:tasks.rados.rados.0.smithi118.stdout:3338: read oid 50 snap -1 2023-09-30T09:18:21.552 INFO:tasks.rados.rados.0.smithi118.stdout:3338: expect deleted 2023-09-30T09:18:21.552 INFO:tasks.rados.rados.0.smithi118.stdout:3339: delete oid 4 current snap is 310 2023-09-30T09:18:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:3333: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:18:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:3333: finishing copy_from to smithi118168640-44 2023-09-30T09:18:21.556 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1518 (ObjNum 1013 snap 307 seq_num 1013) dirty exists 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3332: finishing rollback tid 0 to smithi118168640-48 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3332: finishing rollback tid 1 to smithi118168640-48 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3332: finishing rollback tid 2 to smithi118168640-48 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1659 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3334: finishing write tid 1 to smithi118168640-41 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3334: finishing write tid 2 to smithi118168640-41 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3334: finishing write tid 3 to smithi118168640-41 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1669 (ObjNum 1032 snap 310 seq_num 1032) dirty exists 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3334: left oid 41 (ObjNum 1032 snap 310 seq_num 1032) 2023-09-30T09:18:21.557 INFO:tasks.rados.rados.0.smithi118.stdout:3335: expect (ObjNum 1002 snap 304 seq_num 1002) 2023-09-30T09:18:21.613 INFO:tasks.rados.rados.0.smithi118.stdout:3332: done (5 left) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3333: done (4 left) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3334: done (3 left) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3335: done (2 left) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3338: done (1 left) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3339: done (0 left) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3340: rmattr oid 8 current snap is 310 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3341: rmattr oid 37 current snap is 310 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3341: done (1 left) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3342: read oid 20 snap 307 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3342: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3343: read oid 42 snap 307 2023-09-30T09:18:21.614 INFO:tasks.rados.rados.0.smithi118.stdout:3343: expect (ObjNum 1013 snap 307 seq_num 1013) 2023-09-30T09:18:21.615 INFO:tasks.rados.rados.0.smithi118.stdout:3344: delete oid 16 current snap is 310 2023-09-30T09:18:21.616 INFO:tasks.rados.rados.0.smithi118.stdout:3343: expect (ObjNum 1013 snap 307 seq_num 1013) 2023-09-30T09:18:21.622 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1488 (ObjNum 1025 snap 309 seq_num 1025) dirty exists 2023-09-30T09:18:21.622 INFO:tasks.rados.rados.0.smithi118.stdout:3342: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:18:21.681 INFO:tasks.rados.rados.0.smithi118.stdout:3340: done (3 left) 2023-09-30T09:18:21.681 INFO:tasks.rados.rados.0.smithi118.stdout:3342: done (2 left) 2023-09-30T09:18:21.681 INFO:tasks.rados.rados.0.smithi118.stdout:3343: done (1 left) 2023-09-30T09:18:21.682 INFO:tasks.rados.rados.0.smithi118.stdout:3344: done (0 left) 2023-09-30T09:18:21.682 INFO:tasks.rados.rados.0.smithi118.stdout:3345: snap_remove snap 307 2023-09-30T09:18:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:21 smithi192 ceph-mon[180220]: osdmap e699: 8 total, 8 up, 8 in 2023-09-30T09:18:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:21 smithi192 ceph-mon[180220]: pgmap v761: 121 pgs: 121 active+clean; 225 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:18:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:21 smithi192 ceph-mon[180220]: osdmap e700: 8 total, 8 up, 8 in 2023-09-30T09:18:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:21 smithi118 ceph-mon[185516]: osdmap e699: 8 total, 8 up, 8 in 2023-09-30T09:18:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:21 smithi118 ceph-mon[185516]: pgmap v761: 121 pgs: 121 active+clean; 225 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:18:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:21 smithi118 ceph-mon[185516]: osdmap e700: 8 total, 8 up, 8 in 2023-09-30T09:18:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:21 smithi118 ceph-mon[182959]: osdmap e699: 8 total, 8 up, 8 in 2023-09-30T09:18:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:21 smithi118 ceph-mon[182959]: pgmap v761: 121 pgs: 121 active+clean; 225 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:18:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:21 smithi118 ceph-mon[182959]: osdmap e700: 8 total, 8 up, 8 in 2023-09-30T09:18:22.640 INFO:tasks.rados.rados.0.smithi118.stdout:3345: done (0 left) 2023-09-30T09:18:22.640 INFO:tasks.rados.rados.0.smithi118.stdout:3346: read oid 9 snap -1 2023-09-30T09:18:22.641 INFO:tasks.rados.rados.0.smithi118.stdout:3346: expect (ObjNum 1007 snap 305 seq_num 1007) 2023-09-30T09:18:22.641 INFO:tasks.rados.rados.0.smithi118.stdout:3347: snap_create 2023-09-30T09:18:22.650 INFO:tasks.rados.rados.0.smithi118.stdout:3346: expect (ObjNum 1007 snap 305 seq_num 1007) 2023-09-30T09:18:23.642 INFO:tasks.rados.rados.0.smithi118.stdout:3346: done (1 left) 2023-09-30T09:18:23.740 INFO:tasks.rados.rados.0.smithi118.stdout:3347: done (0 left) 2023-09-30T09:18:23.741 INFO:tasks.rados.rados.0.smithi118.stdout:3348: read oid 48 snap -1 2023-09-30T09:18:23.741 INFO:tasks.rados.rados.0.smithi118.stdout:3348: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:18:23.741 INFO:tasks.rados.rados.0.smithi118.stdout:3349: snap_create 2023-09-30T09:18:23.741 INFO:tasks.rados.rados.0.smithi118.stdout:3348: expect (ObjNum 976 snap 293 seq_num 976) 2023-09-30T09:18:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:23 smithi192 ceph-mon[180220]: osdmap e701: 8 total, 8 up, 8 in 2023-09-30T09:18:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:23 smithi192 ceph-mon[180220]: pgmap v764: 121 pgs: 121 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 490 KiB/s wr, 12 op/s 2023-09-30T09:18:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:23 smithi118 ceph-mon[182959]: osdmap e701: 8 total, 8 up, 8 in 2023-09-30T09:18:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:23 smithi118 ceph-mon[182959]: pgmap v764: 121 pgs: 121 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 490 KiB/s wr, 12 op/s 2023-09-30T09:18:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:23 smithi118 ceph-mon[185516]: osdmap e701: 8 total, 8 up, 8 in 2023-09-30T09:18:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:23 smithi118 ceph-mon[185516]: pgmap v764: 121 pgs: 121 active+clean; 219 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 MiB/s rd, 490 KiB/s wr, 12 op/s 2023-09-30T09:18:24.644 INFO:tasks.rados.rados.0.smithi118.stdout:3348: done (1 left) 2023-09-30T09:18:24.644 INFO:tasks.rados.rados.0.smithi118.stdout:3349: done (0 left) 2023-09-30T09:18:24.644 INFO:tasks.rados.rados.0.smithi118.stdout:3350: read oid 30 snap 311 2023-09-30T09:18:24.644 INFO:tasks.rados.rados.0.smithi118.stdout:3350: expect deleted 2023-09-30T09:18:24.644 INFO:tasks.rados.rados.0.smithi118.stdout:3351: setattr oid 11 current snap is 312 2023-09-30T09:18:24.645 INFO:tasks.rados.rados.0.smithi118.stdout:3350: done (1 left) 2023-09-30T09:18:24.645 INFO:tasks.rados.rados.0.smithi118.stdout:3352: snap_create 2023-09-30T09:18:24.648 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1503 (ObjNum 289 snap 0 seq_num 2569563441) dirty exists 2023-09-30T09:18:24.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:24 smithi192 ceph-mon[180220]: osdmap e702: 8 total, 8 up, 8 in 2023-09-30T09:18:25.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:24 smithi118 ceph-mon[182959]: osdmap e702: 8 total, 8 up, 8 in 2023-09-30T09:18:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:24 smithi118 ceph-mon[185516]: osdmap e702: 8 total, 8 up, 8 in 2023-09-30T09:18:25.654 INFO:tasks.rados.rados.0.smithi118.stdout:3351: done (1 left) 2023-09-30T09:18:25.654 INFO:tasks.rados.rados.0.smithi118.stdout:3352: done (0 left) 2023-09-30T09:18:25.654 INFO:tasks.rados.rados.0.smithi118.stdout:3353: rollback oid 29 current snap is 313 2023-09-30T09:18:25.654 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 29 to 310 2023-09-30T09:18:25.655 INFO:tasks.rados.rados.0.smithi118.stdout:3354: snap_create 2023-09-30T09:18:25.660 INFO:tasks.rados.rados.0.smithi118.stdout:3353: finishing rollback tid 0 to smithi118168640-29 2023-09-30T09:18:25.660 INFO:tasks.rados.rados.0.smithi118.stdout:3353: finishing rollback tid 1 to smithi118168640-29 2023-09-30T09:18:25.661 INFO:tasks.rados.rados.0.smithi118.stdout:3353: finishing rollback tid 2 to smithi118168640-29 2023-09-30T09:18:25.661 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1506 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:18:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:25 smithi192 ceph-mon[180220]: osdmap e703: 8 total, 8 up, 8 in 2023-09-30T09:18:25.973 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:25 smithi192 ceph-mon[180220]: pgmap v767: 121 pgs: 121 active+clean; 165 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 162 KiB/s wr, 7 op/s 2023-09-30T09:18:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:25 smithi118 ceph-mon[182959]: osdmap e703: 8 total, 8 up, 8 in 2023-09-30T09:18:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:25 smithi118 ceph-mon[182959]: pgmap v767: 121 pgs: 121 active+clean; 165 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 162 KiB/s wr, 7 op/s 2023-09-30T09:18:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:25 smithi118 ceph-mon[185516]: osdmap e703: 8 total, 8 up, 8 in 2023-09-30T09:18:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:25 smithi118 ceph-mon[185516]: pgmap v767: 121 pgs: 121 active+clean; 165 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 MiB/s rd, 162 KiB/s wr, 7 op/s 2023-09-30T09:18:26.548 INFO:tasks.rados.rados.0.smithi118.stdout:3353: done (1 left) 2023-09-30T09:18:26.548 INFO:tasks.rados.rados.0.smithi118.stdout:3354: done (0 left) 2023-09-30T09:18:26.548 INFO:tasks.rados.rados.0.smithi118.stdout:3355: delete oid 19 current snap is 314 2023-09-30T09:18:26.555 INFO:tasks.rados.rados.0.smithi118.stdout:3355: done (0 left) 2023-09-30T09:18:26.556 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 314 2023-09-30T09:18:26.556 INFO:tasks.rados.rados.0.smithi118.stdout:3356: seq_num 1036 ranges {172032=557056} 2023-09-30T09:18:26.559 INFO:tasks.rados.rados.0.smithi118.stdout:3356: writing smithi118168640-44 from 172032 to 729088 tid 1 2023-09-30T09:18:26.560 INFO:tasks.rados.rados.0.smithi118.stdout:3357: snap_create 2023-09-30T09:18:26.564 INFO:tasks.rados.rados.0.smithi118.stdout:3356: finishing write tid 1 to smithi118168640-44 2023-09-30T09:18:26.564 INFO:tasks.rados.rados.0.smithi118.stdout:3356: finishing write tid 2 to smithi118168640-44 2023-09-30T09:18:26.565 INFO:tasks.rados.rados.0.smithi118.stdout:3356: finishing write tid 3 to smithi118168640-44 2023-09-30T09:18:26.565 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1520 (ObjNum 1036 snap 314 seq_num 1036) dirty exists 2023-09-30T09:18:26.565 INFO:tasks.rados.rados.0.smithi118.stdout:3356: left oid 44 (ObjNum 1036 snap 314 seq_num 1036) 2023-09-30T09:18:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:26 smithi192 ceph-mon[180220]: osdmap e704: 8 total, 8 up, 8 in 2023-09-30T09:18:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:26 smithi192 ceph-mon[180220]: osdmap e705: 8 total, 8 up, 8 in 2023-09-30T09:18:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:26 smithi118 ceph-mon[185516]: osdmap e704: 8 total, 8 up, 8 in 2023-09-30T09:18:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:26 smithi118 ceph-mon[185516]: osdmap e705: 8 total, 8 up, 8 in 2023-09-30T09:18:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:26 smithi118 ceph-mon[182959]: osdmap e704: 8 total, 8 up, 8 in 2023-09-30T09:18:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:26 smithi118 ceph-mon[182959]: osdmap e705: 8 total, 8 up, 8 in 2023-09-30T09:18:27.555 INFO:tasks.rados.rados.0.smithi118.stdout:3356: done (1 left) 2023-09-30T09:18:27.555 INFO:tasks.rados.rados.0.smithi118.stdout:3357: done (0 left) 2023-09-30T09:18:27.555 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 315 2023-09-30T09:18:27.555 INFO:tasks.rados.rados.0.smithi118.stdout:3358: seq_num 1037 ranges {8298496=573440} 2023-09-30T09:18:27.602 INFO:tasks.rados.rados.0.smithi118.stdout:3358: writing smithi118168640-23 from 8298496 to 8871936 tid 1 2023-09-30T09:18:27.603 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 315 2023-09-30T09:18:27.603 INFO:tasks.rados.rados.0.smithi118.stdout:3359: seq_num 1038 ranges {2072576=589824} 2023-09-30T09:18:27.617 INFO:tasks.rados.rados.0.smithi118.stdout:3359: writing smithi118168640-3 from 2072576 to 2662400 tid 1 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3360: read oid 34 snap -1 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3360: expect (ObjNum 1015 snap 307 seq_num 1015) 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3361: copy_from oid 48 from oid 21 current snap is 315 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3358: finishing write tid 1 to smithi118168640-23 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3358: finishing write tid 2 to smithi118168640-23 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3358: finishing write tid 3 to smithi118168640-23 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1521 (ObjNum 1037 snap 315 seq_num 1037) dirty exists 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3358: left oid 23 (ObjNum 1037 snap 315 seq_num 1037) 2023-09-30T09:18:27.618 INFO:tasks.rados.rados.0.smithi118.stdout:3358: done (3 left) 2023-09-30T09:18:27.619 INFO:tasks.rados.rados.0.smithi118.stdout:3362: rmattr oid 8 current snap is 315 2023-09-30T09:18:27.619 INFO:tasks.rados.rados.0.smithi118.stdout:3363: delete oid 42 current snap is 315 2023-09-30T09:18:27.619 INFO:tasks.rados.rados.0.smithi118.stdout:3363: done (4 left) 2023-09-30T09:18:27.619 INFO:tasks.rados.rados.0.smithi118.stdout:3364: read oid 13 snap -1 2023-09-30T09:18:27.619 INFO:tasks.rados.rados.0.smithi118.stdout:3364: expect (ObjNum 1024 snap 308 seq_num 1024) 2023-09-30T09:18:27.620 INFO:tasks.rados.rados.0.smithi118.stdout:3365: copy_from oid 40 from oid 5 current snap is 315 2023-09-30T09:18:27.620 INFO:tasks.rados.rados.0.smithi118.stdout:3366: snap_create 2023-09-30T09:18:27.620 INFO:tasks.rados.rados.0.smithi118.stdout:3365: finishing copy_from to smithi118168640-40 2023-09-30T09:18:27.620 INFO:tasks.rados.rados.0.smithi118.stdout:3365: got expected ENOENT (src dne) 2023-09-30T09:18:27.620 INFO:tasks.rados.rados.0.smithi118.stdout:3365: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:18:27.623 INFO:tasks.rados.rados.0.smithi118.stdout:3360: expect (ObjNum 1015 snap 307 seq_num 1015) 2023-09-30T09:18:27.658 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1489 (ObjNum 1025 snap 309 seq_num 1025) dirty exists 2023-09-30T09:18:27.658 INFO:tasks.rados.rados.0.smithi118.stdout:3359: finishing write tid 1 to smithi118168640-3 2023-09-30T09:18:27.658 INFO:tasks.rados.rados.0.smithi118.stdout:3359: finishing write tid 2 to smithi118168640-3 2023-09-30T09:18:27.658 INFO:tasks.rados.rados.0.smithi118.stdout:3359: finishing write tid 3 to smithi118168640-3 2023-09-30T09:18:27.658 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1506 (ObjNum 1038 snap 315 seq_num 1038) dirty exists 2023-09-30T09:18:27.658 INFO:tasks.rados.rados.0.smithi118.stdout:3359: left oid 3 (ObjNum 1038 snap 315 seq_num 1038) 2023-09-30T09:18:27.658 INFO:tasks.rados.rados.0.smithi118.stdout:3364: expect (ObjNum 1024 snap 308 seq_num 1024) 2023-09-30T09:18:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:3361: finishing copy_from racing read to smithi118168640-48 2023-09-30T09:18:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:3361: finishing copy_from to smithi118168640-48 2023-09-30T09:18:27.820 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1070 (ObjNum 943 snap 287 seq_num 943) dirty exists 2023-09-30T09:18:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:27 smithi192 ceph-mon[180220]: pgmap v770: 121 pgs: 121 active+clean; 149 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 162 KiB/s wr, 6 op/s 2023-09-30T09:18:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:27 smithi192 ceph-mon[180220]: osdmap e706: 8 total, 8 up, 8 in 2023-09-30T09:18:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:27 smithi118 ceph-mon[182959]: pgmap v770: 121 pgs: 121 active+clean; 149 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 162 KiB/s wr, 6 op/s 2023-09-30T09:18:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:27 smithi118 ceph-mon[182959]: osdmap e706: 8 total, 8 up, 8 in 2023-09-30T09:18:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:27 smithi118 ceph-mon[185516]: pgmap v770: 121 pgs: 121 active+clean; 149 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 162 KiB/s wr, 6 op/s 2023-09-30T09:18:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:27 smithi118 ceph-mon[185516]: osdmap e706: 8 total, 8 up, 8 in 2023-09-30T09:18:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:3359: done (6 left) 2023-09-30T09:18:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:3360: done (5 left) 2023-09-30T09:18:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:3361: done (4 left) 2023-09-30T09:18:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:3362: done (3 left) 2023-09-30T09:18:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:3364: done (2 left) 2023-09-30T09:18:28.556 INFO:tasks.rados.rados.0.smithi118.stdout:3365: done (1 left) 2023-09-30T09:18:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:3366: done (0 left) 2023-09-30T09:18:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 316 2023-09-30T09:18:28.557 INFO:tasks.rados.rados.0.smithi118.stdout:3367: seq_num 1040 ranges {2260992=622592} 2023-09-30T09:18:28.571 INFO:tasks.rados.rados.0.smithi118.stdout:3367: writing smithi118168640-43 from 2260992 to 2883584 tid 1 2023-09-30T09:18:28.571 INFO:tasks.rados.rados.0.smithi118.stdout:3368: setattr oid 29 current snap is 316 2023-09-30T09:18:28.572 INFO:tasks.rados.rados.0.smithi118.stdout:3369: snap_create 2023-09-30T09:18:28.578 INFO:tasks.rados.rados.0.smithi118.stdout:3367: finishing write tid 1 to smithi118168640-43 2023-09-30T09:18:28.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1507 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:18:28.578 INFO:tasks.rados.rados.0.smithi118.stdout:3367: finishing write tid 2 to smithi118168640-43 2023-09-30T09:18:28.579 INFO:tasks.rados.rados.0.smithi118.stdout:3367: finishing write tid 3 to smithi118168640-43 2023-09-30T09:18:28.579 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1530 (ObjNum 1040 snap 316 seq_num 1040) dirty exists 2023-09-30T09:18:28.579 INFO:tasks.rados.rados.0.smithi118.stdout:3367: left oid 43 (ObjNum 1040 snap 316 seq_num 1040) 2023-09-30T09:18:29.562 INFO:tasks.rados.rados.0.smithi118.stdout:3367: done (2 left) 2023-09-30T09:18:29.562 INFO:tasks.rados.rados.0.smithi118.stdout:3368: done (1 left) 2023-09-30T09:18:29.562 INFO:tasks.rados.rados.0.smithi118.stdout:3369: done (0 left) 2023-09-30T09:18:29.562 INFO:tasks.rados.rados.0.smithi118.stdout:3370: snap_create 2023-09-30T09:18:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:18:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:18:29] "GET /metrics HTTP/1.1" 200 36182 "" "Prometheus/2.43.0" 2023-09-30T09:18:29.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:29 smithi118 ceph-mon[182959]: osdmap e707: 8 total, 8 up, 8 in 2023-09-30T09:18:29.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:29 smithi118 ceph-mon[182959]: pgmap v773: 121 pgs: 121 active+clean; 156 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2023-09-30T09:18:29.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:29 smithi118 ceph-mon[185516]: osdmap e707: 8 total, 8 up, 8 in 2023-09-30T09:18:29.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:29 smithi118 ceph-mon[185516]: pgmap v773: 121 pgs: 121 active+clean; 156 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2023-09-30T09:18:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:29 smithi192 ceph-mon[180220]: osdmap e707: 8 total, 8 up, 8 in 2023-09-30T09:18:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:29 smithi192 ceph-mon[180220]: pgmap v773: 121 pgs: 121 active+clean; 156 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.8 MiB/s wr, 4 op/s 2023-09-30T09:18:30.563 INFO:tasks.rados.rados.0.smithi118.stdout:3370: done (0 left) 2023-09-30T09:18:30.563 INFO:tasks.rados.rados.0.smithi118.stdout:3371: delete oid 2 current snap is 318 2023-09-30T09:18:30.570 INFO:tasks.rados.rados.0.smithi118.stdout:3371: done (0 left) 2023-09-30T09:18:30.570 INFO:tasks.rados.rados.0.smithi118.stdout:3372: snap_remove snap 311 2023-09-30T09:18:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:30 smithi118 ceph-mon[182959]: osdmap e708: 8 total, 8 up, 8 in 2023-09-30T09:18:30.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:30 smithi118 ceph-mon[185516]: osdmap e708: 8 total, 8 up, 8 in 2023-09-30T09:18:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:30 smithi192 ceph-mon[180220]: osdmap e708: 8 total, 8 up, 8 in 2023-09-30T09:18:31.553 INFO:tasks.rados.rados.0.smithi118.stdout:3372: done (0 left) 2023-09-30T09:18:31.553 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 318 2023-09-30T09:18:31.553 INFO:tasks.rados.rados.0.smithi118.stdout:3373: seq_num 1042 ranges {0=655360} 2023-09-30T09:18:31.554 INFO:tasks.rados.rados.0.smithi118.stdout:3373: writing smithi118168640-15 from 0 to 655360 tid 1 2023-09-30T09:18:31.554 INFO:tasks.rados.rados.0.smithi118.stdout:3374: read oid 39 snap -1 2023-09-30T09:18:31.554 INFO:tasks.rados.rados.0.smithi118.stdout:3374: expect deleted 2023-09-30T09:18:31.554 INFO:tasks.rados.rados.0.smithi118.stdout:3375: rollback oid 17 current snap is 318 2023-09-30T09:18:31.554 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 316 2023-09-30T09:18:31.554 INFO:tasks.rados.rados.0.smithi118.stdout:3376: read oid 19 snap -1 2023-09-30T09:18:31.555 INFO:tasks.rados.rados.0.smithi118.stdout:3376: expect deleted 2023-09-30T09:18:31.555 INFO:tasks.rados.rados.0.smithi118.stdout:3377: rollback oid 24 current snap is 318 2023-09-30T09:18:31.555 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 24 to 314 2023-09-30T09:18:31.555 INFO:tasks.rados.rados.0.smithi118.stdout:3378: copy_from oid 10 from oid 32 current snap is 318 2023-09-30T09:18:31.555 INFO:tasks.rados.rados.0.smithi118.stdout:3379: copy_from oid 27 from oid 30 current snap is 318 2023-09-30T09:18:31.555 INFO:tasks.rados.rados.0.smithi118.stdout:3380: delete oid 37 current snap is 318 2023-09-30T09:18:31.557 INFO:tasks.rados.rados.0.smithi118.stdout:3379: finishing copy_from to smithi118168640-27 2023-09-30T09:18:31.557 INFO:tasks.rados.rados.0.smithi118.stdout:3379: got expected ENOENT (src dne) 2023-09-30T09:18:31.558 INFO:tasks.rados.rados.0.smithi118.stdout:3379: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:18:31.565 INFO:tasks.rados.rados.0.smithi118.stdout:3375: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:18:31.565 INFO:tasks.rados.rados.0.smithi118.stdout:3375: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3377: finishing rollback tid 0 to smithi118168640-24 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3377: finishing rollback tid 1 to smithi118168640-24 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3377: finishing rollback tid 2 to smithi118168640-24 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1514 (ObjNum 1021 snap 307 seq_num 1021) dirty exists 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3375: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1492 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3374: done (7 left) 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3375: done (6 left) 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3376: done (5 left) 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3377: done (4 left) 2023-09-30T09:18:31.567 INFO:tasks.rados.rados.0.smithi118.stdout:3379: done (3 left) 2023-09-30T09:18:31.568 INFO:tasks.rados.rados.0.smithi118.stdout:3380: done (2 left) 2023-09-30T09:18:31.568 INFO:tasks.rados.rados.0.smithi118.stdout:3381: read oid 13 snap -1 2023-09-30T09:18:31.568 INFO:tasks.rados.rados.0.smithi118.stdout:3381: expect (ObjNum 1024 snap 308 seq_num 1024) 2023-09-30T09:18:31.568 INFO:tasks.rados.rados.0.smithi118.stdout:3382: copy_from oid 42 from oid 1 current snap is 318 2023-09-30T09:18:31.568 INFO:tasks.rados.rados.0.smithi118.stdout:3383: delete oid 19 current snap is 318 2023-09-30T09:18:31.570 INFO:tasks.rados.rados.0.smithi118.stdout:3373: finishing write tid 1 to smithi118168640-15 2023-09-30T09:18:31.570 INFO:tasks.rados.rados.0.smithi118.stdout:3373: finishing write tid 2 to smithi118168640-15 2023-09-30T09:18:31.570 INFO:tasks.rados.rados.0.smithi118.stdout:3373: finishing write tid 3 to smithi118168640-15 2023-09-30T09:18:31.570 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1522 (ObjNum 1042 snap 318 seq_num 1042) dirty exists 2023-09-30T09:18:31.570 INFO:tasks.rados.rados.0.smithi118.stdout:3373: left oid 15 (ObjNum 1042 snap 318 seq_num 1042) 2023-09-30T09:18:31.575 INFO:tasks.rados.rados.0.smithi118.stdout:3373: done (4 left) 2023-09-30T09:18:31.575 INFO:tasks.rados.rados.0.smithi118.stdout:3383: done (3 left) 2023-09-30T09:18:31.575 INFO:tasks.rados.rados.0.smithi118.stdout:3384: rollback oid 25 current snap is 318 2023-09-30T09:18:31.575 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 25 to 317 2023-09-30T09:18:31.575 INFO:tasks.rados.rados.0.smithi118.stdout:3385: snap_remove snap 312 2023-09-30T09:18:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:31 smithi118 ceph-mon[182959]: osdmap e709: 8 total, 8 up, 8 in 2023-09-30T09:18:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:31 smithi118 ceph-mon[182959]: pgmap v776: 121 pgs: 121 active+clean; 157 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2023-09-30T09:18:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:31 smithi118 ceph-mon[182959]: osdmap e710: 8 total, 8 up, 8 in 2023-09-30T09:18:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:31 smithi118 ceph-mon[185516]: osdmap e709: 8 total, 8 up, 8 in 2023-09-30T09:18:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:31 smithi118 ceph-mon[185516]: pgmap v776: 121 pgs: 121 active+clean; 157 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2023-09-30T09:18:31.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:31 smithi118 ceph-mon[185516]: osdmap e710: 8 total, 8 up, 8 in 2023-09-30T09:18:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:31 smithi192 ceph-mon[180220]: osdmap e709: 8 total, 8 up, 8 in 2023-09-30T09:18:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:31 smithi192 ceph-mon[180220]: pgmap v776: 121 pgs: 121 active+clean; 157 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 MiB/s rd, 2.0 MiB/s wr, 17 op/s 2023-09-30T09:18:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:31 smithi192 ceph-mon[180220]: osdmap e710: 8 total, 8 up, 8 in 2023-09-30T09:18:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:3385: done (4 left) 2023-09-30T09:18:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 318 2023-09-30T09:18:32.580 INFO:tasks.rados.rados.0.smithi118.stdout:3386: seq_num 1045 ranges {0=704512} 2023-09-30T09:18:32.584 INFO:tasks.rados.rados.0.smithi118.stdout:3386: writing smithi118168640-19 from 0 to 704512 tid 1 2023-09-30T09:18:32.585 INFO:tasks.rados.rados.0.smithi118.stdout:3387: delete oid 36 current snap is 318 2023-09-30T09:18:32.585 INFO:tasks.rados.rados.0.smithi118.stdout:3384: finishing rollback tid 0 to smithi118168640-25 2023-09-30T09:18:32.585 INFO:tasks.rados.rados.0.smithi118.stdout:3384: finishing rollback tid 1 to smithi118168640-25 2023-09-30T09:18:32.585 INFO:tasks.rados.rados.0.smithi118.stdout:3384: finishing rollback tid 2 to smithi118168640-25 2023-09-30T09:18:32.585 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1495 (ObjNum 1023 snap 307 seq_num 1023) dirty exists 2023-09-30T09:18:32.585 INFO:tasks.rados.rados.0.smithi118.stdout:3381: expect (ObjNum 1024 snap 308 seq_num 1024) 2023-09-30T09:18:32.749 INFO:tasks.rados.rados.0.smithi118.stdout:3382: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:3378: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:3382: finishing copy_from to smithi118168640-42 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1489 (ObjNum 1002 snap 304 seq_num 1002) dirty exists 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:3378: finishing copy_from to smithi118168640-10 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1488 (ObjNum 1010 snap 307 seq_num 1010) dirty exists 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:3386: finishing write tid 1 to smithi118168640-19 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:3386: finishing write tid 2 to smithi118168640-19 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:3386: finishing write tid 3 to smithi118168640-19 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1705 (ObjNum 1045 snap 318 seq_num 1045) dirty exists 2023-09-30T09:18:32.750 INFO:tasks.rados.rados.0.smithi118.stdout:3386: left oid 19 (ObjNum 1045 snap 318 seq_num 1045) 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:3378: done (5 left) 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:3381: done (4 left) 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:3382: done (3 left) 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:3384: done (2 left) 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:3386: done (1 left) 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:3387: done (0 left) 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 318 2023-09-30T09:18:32.751 INFO:tasks.rados.rados.0.smithi118.stdout:3388: seq_num 1047 ranges {0=745472} 2023-09-30T09:18:32.753 INFO:tasks.rados.rados.0.smithi118.stdout:3388: writing smithi118168640-39 from 0 to 745472 tid 1 2023-09-30T09:18:32.753 INFO:tasks.rados.rados.0.smithi118.stdout:3389: read oid 1 snap -1 2023-09-30T09:18:32.754 INFO:tasks.rados.rados.0.smithi118.stdout:3389: expect (ObjNum 1002 snap 304 seq_num 1002) 2023-09-30T09:18:32.754 INFO:tasks.rados.rados.0.smithi118.stdout:3390: rollback oid 5 current snap is 318 2023-09-30T09:18:32.754 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 5 to 316 2023-09-30T09:18:32.754 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 318 2023-09-30T09:18:32.754 INFO:tasks.rados.rados.0.smithi118.stdout:3391: seq_num 1048 ranges {3522560=761856} 2023-09-30T09:18:32.777 INFO:tasks.rados.rados.0.smithi118.stdout:3391: writing smithi118168640-13 from 3522560 to 4284416 tid 1 2023-09-30T09:18:32.777 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 318 2023-09-30T09:18:32.777 INFO:tasks.rados.rados.0.smithi118.stdout:3392: seq_num 1049 ranges {655360=778240} 2023-09-30T09:18:32.785 INFO:tasks.rados.rados.0.smithi118.stdout:3392: writing smithi118168640-15 from 655360 to 1433600 tid 1 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3393: rollback oid 11 current snap is 318 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 11 to 310 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3390: finishing rollback tid 1 to smithi118168640-5 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 0 (ObjNum 161 snap 0 seq_num 3323462368) dirty dne 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3388: finishing write tid 1 to smithi118168640-39 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3388: finishing write tid 2 to smithi118168640-39 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3390: done (5 left) 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3394: snap_create 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3388: finishing write tid 3 to smithi118168640-39 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1060 (ObjNum 1047 snap 318 seq_num 1047) dirty exists 2023-09-30T09:18:32.786 INFO:tasks.rados.rados.0.smithi118.stdout:3388: left oid 39 (ObjNum 1047 snap 318 seq_num 1047) 2023-09-30T09:18:32.787 INFO:tasks.rados.rados.0.smithi118.stdout:3389: expect (ObjNum 1002 snap 304 seq_num 1002) 2023-09-30T09:18:32.844 INFO:tasks.rados.rados.0.smithi118.stdout:3391: finishing write tid 1 to smithi118168640-13 2023-09-30T09:18:32.844 INFO:tasks.rados.rados.0.smithi118.stdout:3391: finishing write tid 2 to smithi118168640-13 2023-09-30T09:18:32.844 INFO:tasks.rados.rados.0.smithi118.stdout:3391: finishing write tid 3 to smithi118168640-13 2023-09-30T09:18:32.844 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1509 (ObjNum 1048 snap 318 seq_num 1048) dirty exists 2023-09-30T09:18:32.844 INFO:tasks.rados.rados.0.smithi118.stdout:3391: left oid 13 (ObjNum 1048 snap 318 seq_num 1048) 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:3392: finishing write tid 1 to smithi118168640-15 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:3393: finishing rollback tid 0 to smithi118168640-11 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:3392: finishing write tid 2 to smithi118168640-15 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:3393: finishing rollback tid 1 to smithi118168640-11 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:3392: finishing write tid 3 to smithi118168640-15 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1524 (ObjNum 1049 snap 318 seq_num 1049) dirty exists 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:3392: left oid 15 (ObjNum 1049 snap 318 seq_num 1049) 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:3393: finishing rollback tid 2 to smithi118168640-11 2023-09-30T09:18:32.845 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1512 (ObjNum 33 snap 0 seq_num 2569138411) dirty exists 2023-09-30T09:18:33.584 INFO:tasks.rados.rados.0.smithi118.stdout:3388: done (5 left) 2023-09-30T09:18:33.584 INFO:tasks.rados.rados.0.smithi118.stdout:3389: done (4 left) 2023-09-30T09:18:33.584 INFO:tasks.rados.rados.0.smithi118.stdout:3391: done (3 left) 2023-09-30T09:18:33.584 INFO:tasks.rados.rados.0.smithi118.stdout:3392: done (2 left) 2023-09-30T09:18:33.585 INFO:tasks.rados.rados.0.smithi118.stdout:3393: done (1 left) 2023-09-30T09:18:33.585 INFO:tasks.rados.rados.0.smithi118.stdout:3394: done (0 left) 2023-09-30T09:18:33.585 INFO:tasks.rados.rados.0.smithi118.stdout:3395: rollback oid 6 current snap is 319 2023-09-30T09:18:33.585 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 6 to 315 2023-09-30T09:18:33.585 INFO:tasks.rados.rados.0.smithi118.stdout:3396: read oid 16 snap -1 2023-09-30T09:18:33.585 INFO:tasks.rados.rados.0.smithi118.stdout:3396: expect deleted 2023-09-30T09:18:33.585 INFO:tasks.rados.rados.0.smithi118.stdout:3397: snap_remove snap 318 2023-09-30T09:18:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:33 smithi118 ceph-mon[182959]: osdmap e711: 8 total, 8 up, 8 in 2023-09-30T09:18:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:33 smithi118 ceph-mon[182959]: pgmap v779: 121 pgs: 121 active+clean; 157 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 292 KiB/s wr, 15 op/s 2023-09-30T09:18:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:33 smithi118 ceph-mon[185516]: osdmap e711: 8 total, 8 up, 8 in 2023-09-30T09:18:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:33 smithi118 ceph-mon[185516]: pgmap v779: 121 pgs: 121 active+clean; 157 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 292 KiB/s wr, 15 op/s 2023-09-30T09:18:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:33 smithi192 ceph-mon[180220]: osdmap e711: 8 total, 8 up, 8 in 2023-09-30T09:18:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:33 smithi192 ceph-mon[180220]: pgmap v779: 121 pgs: 121 active+clean; 157 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.1 MiB/s rd, 292 KiB/s wr, 15 op/s 2023-09-30T09:18:34.587 INFO:tasks.rados.rados.0.smithi118.stdout:3397: done (2 left) 2023-09-30T09:18:34.587 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 319 2023-09-30T09:18:34.587 INFO:tasks.rados.rados.0.smithi118.stdout:3398: seq_num 1050 ranges {2662400=794624} 2023-09-30T09:18:34.605 INFO:tasks.rados.rados.0.smithi118.stdout:3398: writing smithi118168640-3 from 2662400 to 3457024 tid 1 2023-09-30T09:18:34.605 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 319 2023-09-30T09:18:34.605 INFO:tasks.rados.rados.0.smithi118.stdout:3399: seq_num 1051 ranges {4759552=409600,5169152=401408} 2023-09-30T09:18:34.633 INFO:tasks.rados.rados.0.smithi118.stdout:3399: writing smithi118168640-33 from 4759552 to 5169152 tid 1 2023-09-30T09:18:34.636 INFO:tasks.rados.rados.0.smithi118.stdout:3399: writing smithi118168640-33 from 5169152 to 5570560 tid 2 2023-09-30T09:18:34.636 INFO:tasks.rados.rados.0.smithi118.stdout:3400: rollback oid 2 current snap is 319 2023-09-30T09:18:34.636 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 2 to 317 2023-09-30T09:18:34.636 INFO:tasks.rados.rados.0.smithi118.stdout:3395: finishing rollback tid 0 to smithi118168640-6 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3395: finishing rollback tid 1 to smithi118168640-6 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3395: finishing rollback tid 2 to smithi118168640-6 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 1509 (ObjNum 917 snap 283 seq_num 917) dirty exists 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3398: finishing write tid 1 to smithi118168640-3 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3398: finishing write tid 2 to smithi118168640-3 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3398: finishing write tid 3 to smithi118168640-3 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1511 (ObjNum 1050 snap 319 seq_num 1050) dirty exists 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3398: left oid 3 (ObjNum 1050 snap 319 seq_num 1050) 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3395: done (4 left) 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3396: done (3 left) 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3398: done (2 left) 2023-09-30T09:18:34.637 INFO:tasks.rados.rados.0.smithi118.stdout:3401: snap_create 2023-09-30T09:18:34.638 INFO:tasks.rados.rados.0.smithi118.stdout:3400: finishing rollback tid 1 to smithi118168640-2 2023-09-30T09:18:34.638 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 0 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-09-30T09:18:34.641 INFO:tasks.rados.rados.0.smithi118.stdout:3399: finishing write tid 1 to smithi118168640-33 2023-09-30T09:18:34.642 INFO:tasks.rados.rados.0.smithi118.stdout:3399: finishing write tid 2 to smithi118168640-33 2023-09-30T09:18:34.642 INFO:tasks.rados.rados.0.smithi118.stdout:3399: finishing write tid 3 to smithi118168640-33 2023-09-30T09:18:34.642 INFO:tasks.rados.rados.0.smithi118.stdout:3399: finishing write tid 4 to smithi118168640-33 2023-09-30T09:18:34.642 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1496 (ObjNum 1051 snap 319 seq_num 1051) dirty exists 2023-09-30T09:18:34.642 INFO:tasks.rados.rados.0.smithi118.stdout:3399: left oid 33 (ObjNum 1051 snap 319 seq_num 1051) 2023-09-30T09:18:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:34 smithi118 ceph-mon[185516]: osdmap e712: 8 total, 8 up, 8 in 2023-09-30T09:18:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:34 smithi118 ceph-mon[182959]: osdmap e712: 8 total, 8 up, 8 in 2023-09-30T09:18:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:34 smithi192 ceph-mon[180220]: osdmap e712: 8 total, 8 up, 8 in 2023-09-30T09:18:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:35.599 INFO:tasks.rados.rados.0.smithi118.stdout:3399: done (2 left) 2023-09-30T09:18:35.599 INFO:tasks.rados.rados.0.smithi118.stdout:3400: done (1 left) 2023-09-30T09:18:35.599 INFO:tasks.rados.rados.0.smithi118.stdout:3401: done (0 left) 2023-09-30T09:18:35.599 INFO:tasks.rados.rados.0.smithi118.stdout:3402: read oid 5 snap -1 2023-09-30T09:18:35.599 INFO:tasks.rados.rados.0.smithi118.stdout:3402: expect deleted 2023-09-30T09:18:35.599 INFO:tasks.rados.rados.0.smithi118.stdout:3403: copy_from oid 49 from oid 47 current snap is 320 2023-09-30T09:18:35.599 INFO:tasks.rados.rados.0.smithi118.stdout:3404: delete oid 34 current snap is 320 2023-09-30T09:18:35.604 INFO:tasks.rados.rados.0.smithi118.stdout:3402: done (2 left) 2023-09-30T09:18:35.604 INFO:tasks.rados.rados.0.smithi118.stdout:3404: done (1 left) 2023-09-30T09:18:35.604 INFO:tasks.rados.rados.0.smithi118.stdout:3405: delete oid 23 current snap is 320 2023-09-30T09:18:35.609 INFO:tasks.rados.rados.0.smithi118.stdout:3405: done (1 left) 2023-09-30T09:18:35.610 INFO:tasks.rados.rados.0.smithi118.stdout:3406: snap_create 2023-09-30T09:18:35.636 INFO:tasks.rados.rados.0.smithi118.stdout:3403: finishing copy_from racing read to smithi118168640-49 2023-09-30T09:18:35.642 INFO:tasks.rados.rados.0.smithi118.stdout:3403: finishing copy_from to smithi118168640-49 2023-09-30T09:18:35.642 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1491 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:18:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:35 smithi118 ceph-mon[185516]: osdmap e713: 8 total, 8 up, 8 in 2023-09-30T09:18:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:35 smithi118 ceph-mon[185516]: pgmap v782: 121 pgs: 121 active+clean; 160 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 848 KiB/s wr, 7 op/s 2023-09-30T09:18:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:35 smithi118 ceph-mon[182959]: osdmap e713: 8 total, 8 up, 8 in 2023-09-30T09:18:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:35 smithi118 ceph-mon[182959]: pgmap v782: 121 pgs: 121 active+clean; 160 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 848 KiB/s wr, 7 op/s 2023-09-30T09:18:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:35 smithi192 ceph-mon[180220]: osdmap e713: 8 total, 8 up, 8 in 2023-09-30T09:18:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:35 smithi192 ceph-mon[180220]: pgmap v782: 121 pgs: 121 active+clean; 160 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.5 MiB/s rd, 848 KiB/s wr, 7 op/s 2023-09-30T09:18:36.602 INFO:tasks.rados.rados.0.smithi118.stdout:3403: done (1 left) 2023-09-30T09:18:36.602 INFO:tasks.rados.rados.0.smithi118.stdout:3406: done (0 left) 2023-09-30T09:18:36.602 INFO:tasks.rados.rados.0.smithi118.stdout:3407: snap_remove snap 315 2023-09-30T09:18:36.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:36 smithi118 ceph-mon[182959]: osdmap e714: 8 total, 8 up, 8 in 2023-09-30T09:18:36.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:36 smithi118 ceph-mon[185516]: osdmap e714: 8 total, 8 up, 8 in 2023-09-30T09:18:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:36 smithi192 ceph-mon[180220]: osdmap e714: 8 total, 8 up, 8 in 2023-09-30T09:18:37.609 INFO:tasks.rados.rados.0.smithi118.stdout:3407: done (0 left) 2023-09-30T09:18:37.609 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 321 2023-09-30T09:18:37.609 INFO:tasks.rados.rados.0.smithi118.stdout:3408: seq_num 1054 ranges {0=458752,458752=401408} 2023-09-30T09:18:37.612 INFO:tasks.rados.rados.0.smithi118.stdout:3408: writing smithi118168640-7 from 0 to 458752 tid 1 2023-09-30T09:18:37.614 INFO:tasks.rados.rados.0.smithi118.stdout:3408: writing smithi118168640-7 from 458752 to 860160 tid 2 2023-09-30T09:18:37.614 INFO:tasks.rados.rados.0.smithi118.stdout:3409: snap_remove snap 314 2023-09-30T09:18:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:37 smithi192 ceph-mon[180220]: osdmap e715: 8 total, 8 up, 8 in 2023-09-30T09:18:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:37 smithi192 ceph-mon[180220]: pgmap v785: 121 pgs: 121 active+clean; 170 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.0 MiB/s wr, 9 op/s 2023-09-30T09:18:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:37 smithi118 ceph-mon[182959]: osdmap e715: 8 total, 8 up, 8 in 2023-09-30T09:18:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:37 smithi118 ceph-mon[182959]: pgmap v785: 121 pgs: 121 active+clean; 170 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.0 MiB/s wr, 9 op/s 2023-09-30T09:18:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:37 smithi118 ceph-mon[185516]: osdmap e715: 8 total, 8 up, 8 in 2023-09-30T09:18:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:37 smithi118 ceph-mon[185516]: pgmap v785: 121 pgs: 121 active+clean; 170 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.0 MiB/s wr, 9 op/s 2023-09-30T09:18:38.616 INFO:tasks.rados.rados.0.smithi118.stdout:3409: done (1 left) 2023-09-30T09:18:38.616 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 321 2023-09-30T09:18:38.616 INFO:tasks.rados.rados.0.smithi118.stdout:3410: seq_num 1055 ranges {4014080=475136,4489216=401408} 2023-09-30T09:18:38.640 INFO:tasks.rados.rados.0.smithi118.stdout:3410: writing smithi118168640-41 from 4014080 to 4489216 tid 1 2023-09-30T09:18:38.643 INFO:tasks.rados.rados.0.smithi118.stdout:3410: writing smithi118168640-41 from 4489216 to 4890624 tid 2 2023-09-30T09:18:38.643 INFO:tasks.rados.rados.0.smithi118.stdout:3411: read oid 43 snap 317 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3411: expect (ObjNum 1040 snap 316 seq_num 1040) 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3412: copy_from oid 29 from oid 23 current snap is 321 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3408: finishing write tid 1 to smithi118168640-7 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3408: finishing write tid 2 to smithi118168640-7 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3408: finishing write tid 3 to smithi118168640-7 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3408: finishing write tid 4 to smithi118168640-7 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1504 (ObjNum 1054 snap 321 seq_num 1054) dirty exists 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3408: left oid 7 (ObjNum 1054 snap 321 seq_num 1054) 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3408: done (3 left) 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3413: read oid 42 snap 310 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:3413: expect (ObjNum 1013 snap 307 seq_num 1013) 2023-09-30T09:18:38.644 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 321 2023-09-30T09:18:38.645 INFO:tasks.rados.rados.0.smithi118.stdout:3414: seq_num 1056 ranges {4857856=491520,5349376=401408} 2023-09-30T09:18:38.672 INFO:tasks.rados.rados.0.smithi118.stdout:3414: writing smithi118168640-26 from 4857856 to 5349376 tid 1 2023-09-30T09:18:38.675 INFO:tasks.rados.rados.0.smithi118.stdout:3414: writing smithi118168640-26 from 5349376 to 5750784 tid 2 2023-09-30T09:18:38.675 INFO:tasks.rados.rados.0.smithi118.stdout:3415: rollback oid 45 current snap is 321 2023-09-30T09:18:38.675 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 45 to 310 2023-09-30T09:18:38.675 INFO:tasks.rados.rados.0.smithi118.stdout:3413: expect (ObjNum 1013 snap 307 seq_num 1013) 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3412: finishing copy_from to smithi118168640-29 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3412: got expected ENOENT (src dne) 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3412: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3410: finishing write tid 1 to smithi118168640-41 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3410: finishing write tid 2 to smithi118168640-41 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3410: finishing write tid 3 to smithi118168640-41 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3410: finishing write tid 4 to smithi118168640-41 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1711 (ObjNum 1055 snap 321 seq_num 1055) dirty exists 2023-09-30T09:18:38.679 INFO:tasks.rados.rados.0.smithi118.stdout:3410: left oid 41 (ObjNum 1055 snap 321 seq_num 1055) 2023-09-30T09:18:38.680 INFO:tasks.rados.rados.0.smithi118.stdout:3411: expect (ObjNum 1040 snap 316 seq_num 1040) 2023-09-30T09:18:38.784 INFO:tasks.rados.rados.0.smithi118.stdout:3415: finishing rollback tid 1 to smithi118168640-45 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 0 (ObjNum 65 snap 0 seq_num 1701339247) dirty dne 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3414: finishing write tid 1 to smithi118168640-26 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3414: finishing write tid 2 to smithi118168640-26 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3414: finishing write tid 3 to smithi118168640-26 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3414: finishing write tid 4 to smithi118168640-26 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1715 (ObjNum 1056 snap 321 seq_num 1056) dirty exists 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3414: left oid 26 (ObjNum 1056 snap 321 seq_num 1056) 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3410: done (5 left) 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3411: done (4 left) 2023-09-30T09:18:38.785 INFO:tasks.rados.rados.0.smithi118.stdout:3412: done (3 left) 2023-09-30T09:18:38.786 INFO:tasks.rados.rados.0.smithi118.stdout:3413: done (2 left) 2023-09-30T09:18:38.786 INFO:tasks.rados.rados.0.smithi118.stdout:3414: done (1 left) 2023-09-30T09:18:38.786 INFO:tasks.rados.rados.0.smithi118.stdout:3415: done (0 left) 2023-09-30T09:18:38.786 INFO:tasks.rados.rados.0.smithi118.stdout:3416: setattr oid 23 current snap is 321 2023-09-30T09:18:38.786 INFO:tasks.rados.rados.0.smithi118.stdout:3417: snap_create 2023-09-30T09:18:38.788 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1524 (ObjNum 65 snap 0 seq_num 1886614129) dirty exists 2023-09-30T09:18:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:38 smithi192 ceph-mon[180220]: osdmap e716: 8 total, 8 up, 8 in 2023-09-30T09:18:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:38 smithi118 ceph-mon[182959]: osdmap e716: 8 total, 8 up, 8 in 2023-09-30T09:18:39.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:38 smithi118 ceph-mon[185516]: osdmap e716: 8 total, 8 up, 8 in 2023-09-30T09:18:39.618 INFO:tasks.rados.rados.0.smithi118.stdout:3416: done (1 left) 2023-09-30T09:18:39.618 INFO:tasks.rados.rados.0.smithi118.stdout:3417: done (0 left) 2023-09-30T09:18:39.618 INFO:tasks.rados.rados.0.smithi118.stdout:3418: read oid 20 snap -1 2023-09-30T09:18:39.618 INFO:tasks.rados.rados.0.smithi118.stdout:3418: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:18:39.618 INFO:tasks.rados.rados.0.smithi118.stdout:3419: snap_create 2023-09-30T09:18:39.626 INFO:tasks.rados.rados.0.smithi118.stdout:3418: expect (ObjNum 951 snap 288 seq_num 951) 2023-09-30T09:18:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:39 smithi192 ceph-mon[180220]: osdmap e717: 8 total, 8 up, 8 in 2023-09-30T09:18:39.964 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:39 smithi192 ceph-mon[180220]: pgmap v788: 121 pgs: 121 active+clean; 177 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.1 MiB/s wr, 5 op/s 2023-09-30T09:18:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:18:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:18:39] "GET /metrics HTTP/1.1" 200 36179 "" "Prometheus/2.43.0" 2023-09-30T09:18:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:39 smithi118 ceph-mon[182959]: osdmap e717: 8 total, 8 up, 8 in 2023-09-30T09:18:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:39 smithi118 ceph-mon[182959]: pgmap v788: 121 pgs: 121 active+clean; 177 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.1 MiB/s wr, 5 op/s 2023-09-30T09:18:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:39 smithi118 ceph-mon[185516]: osdmap e717: 8 total, 8 up, 8 in 2023-09-30T09:18:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:39 smithi118 ceph-mon[185516]: pgmap v788: 121 pgs: 121 active+clean; 177 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 MiB/s rd, 4.1 MiB/s wr, 5 op/s 2023-09-30T09:18:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:3418: done (1 left) 2023-09-30T09:18:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:3419: done (0 left) 2023-09-30T09:18:40.622 INFO:tasks.rados.rados.0.smithi118.stdout:3420: snap_create 2023-09-30T09:18:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:40 smithi192 ceph-mon[180220]: osdmap e718: 8 total, 8 up, 8 in 2023-09-30T09:18:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:40 smithi118 ceph-mon[182959]: osdmap e718: 8 total, 8 up, 8 in 2023-09-30T09:18:41.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:40 smithi118 ceph-mon[185516]: osdmap e718: 8 total, 8 up, 8 in 2023-09-30T09:18:41.553 INFO:tasks.rados.rados.0.smithi118.stdout:3420: done (0 left) 2023-09-30T09:18:41.553 INFO:tasks.rados.rados.0.smithi118.stdout:3421: rmattr oid 8 current snap is 324 2023-09-30T09:18:41.553 INFO:tasks.rados.rados.0.smithi118.stdout:3422: copy_from oid 30 from oid 7 current snap is 324 2023-09-30T09:18:41.553 INFO:tasks.rados.rados.0.smithi118.stdout:3423: setattr oid 47 current snap is 324 2023-09-30T09:18:41.554 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 324 2023-09-30T09:18:41.555 INFO:tasks.rados.rados.0.smithi118.stdout:3424: seq_num 1057 ranges {2072576=507904,2580480=401408} 2023-09-30T09:18:41.569 INFO:tasks.rados.rados.0.smithi118.stdout:3424: writing smithi118168640-20 from 2072576 to 2580480 tid 1 2023-09-30T09:18:41.571 INFO:tasks.rados.rados.0.smithi118.stdout:3424: writing smithi118168640-20 from 2580480 to 2981888 tid 2 2023-09-30T09:18:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3425: snap_remove snap 310 2023-09-30T09:18:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:41 smithi192 ceph-mon[180220]: osdmap e719: 8 total, 8 up, 8 in 2023-09-30T09:18:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:41 smithi192 ceph-mon[180220]: pgmap v791: 121 pgs: 121 active+clean; 178 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2023-09-30T09:18:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:41 smithi192 ceph-mon[180220]: osdmap e720: 8 total, 8 up, 8 in 2023-09-30T09:18:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:41 smithi118 ceph-mon[185516]: osdmap e719: 8 total, 8 up, 8 in 2023-09-30T09:18:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:41 smithi118 ceph-mon[185516]: pgmap v791: 121 pgs: 121 active+clean; 178 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2023-09-30T09:18:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:41 smithi118 ceph-mon[185516]: osdmap e720: 8 total, 8 up, 8 in 2023-09-30T09:18:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:41 smithi118 ceph-mon[182959]: osdmap e719: 8 total, 8 up, 8 in 2023-09-30T09:18:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:41 smithi118 ceph-mon[182959]: pgmap v791: 121 pgs: 121 active+clean; 178 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 MiB/s rd, 2.2 MiB/s wr, 5 op/s 2023-09-30T09:18:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:41 smithi118 ceph-mon[182959]: osdmap e720: 8 total, 8 up, 8 in 2023-09-30T09:18:42.561 INFO:tasks.rados.rados.0.smithi118.stdout:3425: done (4 left) 2023-09-30T09:18:42.562 INFO:tasks.rados.rados.0.smithi118.stdout:3426: read oid 16 snap 320 2023-09-30T09:18:42.562 INFO:tasks.rados.rados.0.smithi118.stdout:3426: expect deleted 2023-09-30T09:18:42.562 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 324 2023-09-30T09:18:42.566 INFO:tasks.rados.rados.0.smithi118.stdout:3427: seq_num 1058 ranges {0=524288,524288=401408} 2023-09-30T09:18:42.566 INFO:tasks.rados.rados.0.smithi118.stdout:3427: writing smithi118168640-11 from 0 to 524288 tid 1 2023-09-30T09:18:42.567 INFO:tasks.rados.rados.0.smithi118.stdout:3427: writing smithi118168640-11 from 524288 to 925696 tid 2 2023-09-30T09:18:42.568 INFO:tasks.rados.rados.0.smithi118.stdout:3428: snap_remove snap 321 2023-09-30T09:18:43.566 INFO:tasks.rados.rados.0.smithi118.stdout:3428: done (6 left) 2023-09-30T09:18:43.567 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 324 2023-09-30T09:18:43.567 INFO:tasks.rados.rados.0.smithi118.stdout:3429: seq_num 1059 ranges {729088=540672,1269760=401408} 2023-09-30T09:18:43.573 INFO:tasks.rados.rados.0.smithi118.stdout:3429: writing smithi118168640-44 from 729088 to 1269760 tid 1 2023-09-30T09:18:43.576 INFO:tasks.rados.rados.0.smithi118.stdout:3429: writing smithi118168640-44 from 1269760 to 1671168 tid 2 2023-09-30T09:18:43.576 INFO:tasks.rados.rados.0.smithi118.stdout:3430: snap_create 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1497 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1493 (ObjNum 1025 snap 309 seq_num 1025) dirty exists 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3422: finishing copy_from racing read to smithi118168640-30 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3422: finishing copy_from to smithi118168640-30 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1504 (ObjNum 1054 snap 321 seq_num 1054) dirty exists 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3424: finishing write tid 1 to smithi118168640-20 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3424: finishing write tid 2 to smithi118168640-20 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3424: finishing write tid 3 to smithi118168640-20 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3424: finishing write tid 4 to smithi118168640-20 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1527 (ObjNum 1057 snap 324 seq_num 1057) dirty exists 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3424: left oid 20 (ObjNum 1057 snap 324 seq_num 1057) 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3427: finishing write tid 1 to smithi118168640-11 2023-09-30T09:18:43.577 INFO:tasks.rados.rados.0.smithi118.stdout:3427: finishing write tid 2 to smithi118168640-11 2023-09-30T09:18:43.578 INFO:tasks.rados.rados.0.smithi118.stdout:3427: finishing write tid 3 to smithi118168640-11 2023-09-30T09:18:43.578 INFO:tasks.rados.rados.0.smithi118.stdout:3427: finishing write tid 4 to smithi118168640-11 2023-09-30T09:18:43.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1515 (ObjNum 1058 snap 324 seq_num 1058) dirty exists 2023-09-30T09:18:43.578 INFO:tasks.rados.rados.0.smithi118.stdout:3427: left oid 11 (ObjNum 1058 snap 324 seq_num 1058) 2023-09-30T09:18:43.578 INFO:tasks.rados.rados.0.smithi118.stdout:3429: finishing write tid 1 to smithi118168640-44 2023-09-30T09:18:43.579 INFO:tasks.rados.rados.0.smithi118.stdout:3429: finishing write tid 2 to smithi118168640-44 2023-09-30T09:18:43.579 INFO:tasks.rados.rados.0.smithi118.stdout:3429: finishing write tid 3 to smithi118168640-44 2023-09-30T09:18:43.580 INFO:tasks.rados.rados.0.smithi118.stdout:3429: finishing write tid 4 to smithi118168640-44 2023-09-30T09:18:43.580 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1530 (ObjNum 1059 snap 324 seq_num 1059) dirty exists 2023-09-30T09:18:43.580 INFO:tasks.rados.rados.0.smithi118.stdout:3429: left oid 44 (ObjNum 1059 snap 324 seq_num 1059) 2023-09-30T09:18:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:43 smithi118 ceph-mon[182959]: osdmap e721: 8 total, 8 up, 8 in 2023-09-30T09:18:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:43 smithi118 ceph-mon[182959]: pgmap v794: 121 pgs: 121 active+clean; 178 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 MiB/s rd, 408 KiB/s wr, 9 op/s 2023-09-30T09:18:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:43 smithi118 ceph-mon[185516]: osdmap e721: 8 total, 8 up, 8 in 2023-09-30T09:18:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:43 smithi118 ceph-mon[185516]: pgmap v794: 121 pgs: 121 active+clean; 178 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 MiB/s rd, 408 KiB/s wr, 9 op/s 2023-09-30T09:18:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:43 smithi192 ceph-mon[180220]: osdmap e721: 8 total, 8 up, 8 in 2023-09-30T09:18:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:43 smithi192 ceph-mon[180220]: pgmap v794: 121 pgs: 121 active+clean; 178 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 MiB/s rd, 408 KiB/s wr, 9 op/s 2023-09-30T09:18:44.571 INFO:tasks.rados.rados.0.smithi118.stdout:3421: done (7 left) 2023-09-30T09:18:44.728 INFO:tasks.rados.rados.0.smithi118.stdout:3422: done (6 left) 2023-09-30T09:18:44.730 INFO:tasks.rados.rados.0.smithi118.stdout:3423: done (5 left) 2023-09-30T09:18:44.730 INFO:tasks.rados.rados.0.smithi118.stdout:3424: done (4 left) 2023-09-30T09:18:44.730 INFO:tasks.rados.rados.0.smithi118.stdout:3426: done (3 left) 2023-09-30T09:18:44.730 INFO:tasks.rados.rados.0.smithi118.stdout:3427: done (2 left) 2023-09-30T09:18:44.730 INFO:tasks.rados.rados.0.smithi118.stdout:3429: done (1 left) 2023-09-30T09:18:44.730 INFO:tasks.rados.rados.0.smithi118.stdout:3430: done (0 left) 2023-09-30T09:18:44.730 INFO:tasks.rados.rados.0.smithi118.stdout:3431: snap_create 2023-09-30T09:18:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:44 smithi118 ceph-mon[182959]: osdmap e722: 8 total, 8 up, 8 in 2023-09-30T09:18:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:44 smithi118 ceph-mon[185516]: osdmap e722: 8 total, 8 up, 8 in 2023-09-30T09:18:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:44 smithi192 ceph-mon[180220]: osdmap e722: 8 total, 8 up, 8 in 2023-09-30T09:18:45.577 INFO:tasks.rados.rados.0.smithi118.stdout:3431: done (0 left) 2023-09-30T09:18:45.577 INFO:tasks.rados.rados.0.smithi118.stdout:3432: rollback oid 29 current snap is 326 2023-09-30T09:18:45.577 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 29 to 324 2023-09-30T09:18:45.577 INFO:tasks.rados.rados.0.smithi118.stdout:3433: rmattr oid 15 current snap is 326 2023-09-30T09:18:45.577 INFO:tasks.rados.rados.0.smithi118.stdout:3433: done (1 left) 2023-09-30T09:18:45.577 INFO:tasks.rados.rados.0.smithi118.stdout:3434: rmattr oid 40 current snap is 326 2023-09-30T09:18:45.577 INFO:tasks.rados.rados.0.smithi118.stdout:3435: snap_remove snap 320 2023-09-30T09:18:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:45 smithi118 ceph-mon[182959]: osdmap e723: 8 total, 8 up, 8 in 2023-09-30T09:18:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:45 smithi118 ceph-mon[182959]: pgmap v797: 121 pgs: 121 active+clean; 182 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 880 KiB/s wr, 18 op/s 2023-09-30T09:18:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:45 smithi118 ceph-mon[185516]: osdmap e723: 8 total, 8 up, 8 in 2023-09-30T09:18:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:45 smithi118 ceph-mon[185516]: pgmap v797: 121 pgs: 121 active+clean; 182 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 880 KiB/s wr, 18 op/s 2023-09-30T09:18:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:45 smithi192 ceph-mon[180220]: osdmap e723: 8 total, 8 up, 8 in 2023-09-30T09:18:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:45 smithi192 ceph-mon[180220]: pgmap v797: 121 pgs: 121 active+clean; 182 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 880 KiB/s wr, 18 op/s 2023-09-30T09:18:46.554 INFO:tasks.rados.rados.0.smithi118.stdout:3435: done (2 left) 2023-09-30T09:18:46.554 INFO:tasks.rados.rados.0.smithi118.stdout:3436: delete oid 39 current snap is 326 2023-09-30T09:18:46.554 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1060 (ObjNum 946 snap 287 seq_num 946) dirty exists 2023-09-30T09:18:46.554 INFO:tasks.rados.rados.0.smithi118.stdout:3432: finishing rollback tid 0 to smithi118168640-29 2023-09-30T09:18:46.554 INFO:tasks.rados.rados.0.smithi118.stdout:3432: finishing rollback tid 1 to smithi118168640-29 2023-09-30T09:18:46.554 INFO:tasks.rados.rados.0.smithi118.stdout:3432: finishing rollback tid 2 to smithi118168640-29 2023-09-30T09:18:46.554 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1518 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:18:46.565 INFO:tasks.rados.rados.0.smithi118.stdout:3432: done (2 left) 2023-09-30T09:18:46.565 INFO:tasks.rados.rados.0.smithi118.stdout:3434: done (1 left) 2023-09-30T09:18:46.565 INFO:tasks.rados.rados.0.smithi118.stdout:3436: done (0 left) 2023-09-30T09:18:46.566 INFO:tasks.rados.rados.0.smithi118.stdout:3437: snap_create 2023-09-30T09:18:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:46 smithi118 ceph-mon[185516]: osdmap e724: 8 total, 8 up, 8 in 2023-09-30T09:18:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:46 smithi118 ceph-mon[185516]: osdmap e725: 8 total, 8 up, 8 in 2023-09-30T09:18:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:46 smithi118 ceph-mon[182959]: osdmap e724: 8 total, 8 up, 8 in 2023-09-30T09:18:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:46 smithi118 ceph-mon[182959]: osdmap e725: 8 total, 8 up, 8 in 2023-09-30T09:18:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:46 smithi192 ceph-mon[180220]: osdmap e724: 8 total, 8 up, 8 in 2023-09-30T09:18:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:46 smithi192 ceph-mon[180220]: osdmap e725: 8 total, 8 up, 8 in 2023-09-30T09:18:47.562 INFO:tasks.rados.rados.0.smithi118.stdout:3437: done (0 left) 2023-09-30T09:18:47.563 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 327 2023-09-30T09:18:47.563 INFO:tasks.rados.rados.0.smithi118.stdout:3438: seq_num 1061 ranges {704512=573440,1277952=401408} 2023-09-30T09:18:47.569 INFO:tasks.rados.rados.0.smithi118.stdout:3438: writing smithi118168640-19 from 704512 to 1277952 tid 1 2023-09-30T09:18:47.572 INFO:tasks.rados.rados.0.smithi118.stdout:3438: writing smithi118168640-19 from 1277952 to 1679360 tid 2 2023-09-30T09:18:47.572 INFO:tasks.rados.rados.0.smithi118.stdout:3439: copy_from oid 20 from oid 49 current snap is 327 2023-09-30T09:18:47.572 INFO:tasks.rados.rados.0.smithi118.stdout:3440: snap_remove snap 319 2023-09-30T09:18:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:47 smithi118 ceph-mon[182959]: pgmap v800: 121 pgs: 121 active+clean; 183 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2023-09-30T09:18:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:47 smithi118 ceph-mon[182959]: osdmap e726: 8 total, 8 up, 8 in 2023-09-30T09:18:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:47 smithi118 ceph-mon[185516]: pgmap v800: 121 pgs: 121 active+clean; 183 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2023-09-30T09:18:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:47 smithi118 ceph-mon[185516]: osdmap e726: 8 total, 8 up, 8 in 2023-09-30T09:18:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:47 smithi192 ceph-mon[180220]: pgmap v800: 121 pgs: 121 active+clean; 183 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 MiB/s rd, 1.1 MiB/s wr, 13 op/s 2023-09-30T09:18:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:47 smithi192 ceph-mon[180220]: osdmap e726: 8 total, 8 up, 8 in 2023-09-30T09:18:48.567 INFO:tasks.rados.rados.0.smithi118.stdout:3440: done (2 left) 2023-09-30T09:18:48.567 INFO:tasks.rados.rados.0.smithi118.stdout:3441: rollback oid 39 current snap is 327 2023-09-30T09:18:48.567 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 39 to 326 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3438: finishing write tid 1 to smithi118168640-19 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3438: finishing write tid 2 to smithi118168640-19 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3438: finishing write tid 3 to smithi118168640-19 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3438: finishing write tid 4 to smithi118168640-19 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1731 (ObjNum 1061 snap 327 seq_num 1061) dirty exists 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3438: left oid 19 (ObjNum 1061 snap 327 seq_num 1061) 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3439: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3439: finishing copy_from to smithi118168640-20 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1491 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3438: done (2 left) 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3439: done (1 left) 2023-09-30T09:18:48.568 INFO:tasks.rados.rados.0.smithi118.stdout:3442: copy_from oid 27 from oid 46 current snap is 327 2023-09-30T09:18:48.569 INFO:tasks.rados.rados.0.smithi118.stdout:3443: delete oid 4 current snap is 327 2023-09-30T09:18:48.571 INFO:tasks.rados.rados.0.smithi118.stdout:3443: done (2 left) 2023-09-30T09:18:48.572 INFO:tasks.rados.rados.0.smithi118.stdout:3444: rollback oid 38 current snap is 327 2023-09-30T09:18:48.572 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 316 2023-09-30T09:18:48.572 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 327 2023-09-30T09:18:48.572 INFO:tasks.rados.rados.0.smithi118.stdout:3445: seq_num 1063 ranges {0=606208,606208=401408} 2023-09-30T09:18:48.575 INFO:tasks.rados.rados.0.smithi118.stdout:3445: writing smithi118168640-23 from 0 to 606208 tid 1 2023-09-30T09:18:48.578 INFO:tasks.rados.rados.0.smithi118.stdout:3445: writing smithi118168640-23 from 606208 to 1007616 tid 2 2023-09-30T09:18:48.578 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 327 2023-09-30T09:18:48.578 INFO:tasks.rados.rados.0.smithi118.stdout:3446: seq_num 1064 ranges {2883584=622592,3506176=401408} 2023-09-30T09:18:48.598 INFO:tasks.rados.rados.0.smithi118.stdout:3446: writing smithi118168640-43 from 2883584 to 3506176 tid 1 2023-09-30T09:18:48.600 INFO:tasks.rados.rados.0.smithi118.stdout:3446: writing smithi118168640-43 from 3506176 to 3907584 tid 2 2023-09-30T09:18:48.600 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 327 2023-09-30T09:18:48.601 INFO:tasks.rados.rados.0.smithi118.stdout:3442: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:18:48.601 INFO:tasks.rados.rados.0.smithi118.stdout:3447: seq_num 1065 ranges {14893056=638976,15532032=401408} 2023-09-30T09:18:48.682 INFO:tasks.rados.rados.0.smithi118.stdout:3447: writing smithi118168640-22 from 14893056 to 15532032 tid 1 2023-09-30T09:18:48.684 INFO:tasks.rados.rados.0.smithi118.stdout:3447: writing smithi118168640-22 from 15532032 to 15933440 tid 2 2023-09-30T09:18:48.684 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 327 2023-09-30T09:18:48.684 INFO:tasks.rados.rados.0.smithi118.stdout:3448: seq_num 1066 ranges {6635520=663552,7299072=401408} 2023-09-30T09:18:48.722 INFO:tasks.rados.rados.0.smithi118.stdout:3448: writing smithi118168640-10 from 6635520 to 7299072 tid 1 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:3448: writing smithi118168640-10 from 7299072 to 7700480 tid 2 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:3449: delete oid 29 current snap is 327 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:3444: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:3441: finishing rollback tid 1 to smithi118168640-39 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1061 (ObjNum 129 snap 0 seq_num 3323190360) dirty dne 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:3444: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:3444: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1500 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:3442: finishing copy_from to smithi118168640-27 2023-09-30T09:18:48.726 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1504 (ObjNum 1005 snap 305 seq_num 1005) dirty exists 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3445: finishing write tid 1 to smithi118168640-23 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3445: finishing write tid 2 to smithi118168640-23 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3445: finishing write tid 3 to smithi118168640-23 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3445: finishing write tid 4 to smithi118168640-23 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1527 (ObjNum 1063 snap 327 seq_num 1063) dirty exists 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3445: left oid 23 (ObjNum 1063 snap 327 seq_num 1063) 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3446: finishing write tid 1 to smithi118168640-43 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3446: finishing write tid 2 to smithi118168640-43 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3446: finishing write tid 3 to smithi118168640-43 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3446: finishing write tid 4 to smithi118168640-43 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1533 (ObjNum 1064 snap 327 seq_num 1064) dirty exists 2023-09-30T09:18:48.727 INFO:tasks.rados.rados.0.smithi118.stdout:3446: left oid 43 (ObjNum 1064 snap 327 seq_num 1064) 2023-09-30T09:18:48.728 INFO:tasks.rados.rados.0.smithi118.stdout:3447: finishing write tid 1 to smithi118168640-22 2023-09-30T09:18:48.728 INFO:tasks.rados.rados.0.smithi118.stdout:3447: finishing write tid 2 to smithi118168640-22 2023-09-30T09:18:48.728 INFO:tasks.rados.rados.0.smithi118.stdout:3447: finishing write tid 3 to smithi118168640-22 2023-09-30T09:18:48.728 INFO:tasks.rados.rados.0.smithi118.stdout:3447: finishing write tid 4 to smithi118168640-22 2023-09-30T09:18:48.728 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1469 (ObjNum 1065 snap 327 seq_num 1065) dirty exists 2023-09-30T09:18:48.728 INFO:tasks.rados.rados.0.smithi118.stdout:3447: left oid 22 (ObjNum 1065 snap 327 seq_num 1065) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3441: done (7 left) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3442: done (6 left) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3444: done (5 left) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3445: done (4 left) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3446: done (3 left) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3447: done (2 left) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3449: done (1 left) 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3450: delete oid 1 current snap is 327 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3448: finishing write tid 1 to smithi118168640-10 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3448: finishing write tid 2 to smithi118168640-10 2023-09-30T09:18:48.729 INFO:tasks.rados.rados.0.smithi118.stdout:3448: finishing write tid 3 to smithi118168640-10 2023-09-30T09:18:48.730 INFO:tasks.rados.rados.0.smithi118.stdout:3448: finishing write tid 4 to smithi118168640-10 2023-09-30T09:18:48.730 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1530 (ObjNum 1066 snap 327 seq_num 1066) dirty exists 2023-09-30T09:18:48.730 INFO:tasks.rados.rados.0.smithi118.stdout:3448: left oid 10 (ObjNum 1066 snap 327 seq_num 1066) 2023-09-30T09:18:48.731 INFO:tasks.rados.rados.0.smithi118.stdout:3448: done (1 left) 2023-09-30T09:18:48.731 INFO:tasks.rados.rados.0.smithi118.stdout:3450: done (0 left) 2023-09-30T09:18:48.731 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 327 2023-09-30T09:18:48.731 INFO:tasks.rados.rados.0.smithi118.stdout:3451: seq_num 1069 ranges {0=712704,712704=401408} 2023-09-30T09:18:48.734 INFO:tasks.rados.rados.0.smithi118.stdout:3451: writing smithi118168640-37 from 0 to 712704 tid 1 2023-09-30T09:18:48.737 INFO:tasks.rados.rados.0.smithi118.stdout:3451: writing smithi118168640-37 from 712704 to 1114112 tid 2 2023-09-30T09:18:48.737 INFO:tasks.rados.rados.0.smithi118.stdout:3452: snap_create 2023-09-30T09:18:48.740 INFO:tasks.rados.rados.0.smithi118.stdout:3451: finishing write tid 1 to smithi118168640-37 2023-09-30T09:18:48.740 INFO:tasks.rados.rados.0.smithi118.stdout:3451: finishing write tid 2 to smithi118168640-37 2023-09-30T09:18:48.740 INFO:tasks.rados.rados.0.smithi118.stdout:3451: finishing write tid 3 to smithi118168640-37 2023-09-30T09:18:48.741 INFO:tasks.rados.rados.0.smithi118.stdout:3451: finishing write tid 4 to smithi118168640-37 2023-09-30T09:18:48.741 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1496 (ObjNum 1069 snap 327 seq_num 1069) dirty exists 2023-09-30T09:18:48.741 INFO:tasks.rados.rados.0.smithi118.stdout:3451: left oid 37 (ObjNum 1069 snap 327 seq_num 1069) 2023-09-30T09:18:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:3451: done (1 left) 2023-09-30T09:18:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:3452: done (0 left) 2023-09-30T09:18:49.570 INFO:tasks.rados.rados.0.smithi118.stdout:3453: read oid 25 snap -1 2023-09-30T09:18:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:3453: expect (ObjNum 1023 snap 307 seq_num 1023) 2023-09-30T09:18:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:3454: rollback oid 21 current snap is 328 2023-09-30T09:18:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 21 to 323 2023-09-30T09:18:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:3455: read oid 35 snap 325 2023-09-30T09:18:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:3455: expect (ObjNum -971042240 snap 22003 seq_num 3324258896) 2023-09-30T09:18:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 328 2023-09-30T09:18:49.571 INFO:tasks.rados.rados.0.smithi118.stdout:3456: seq_num 1070 ranges {3334144=729088,4063232=401408} 2023-09-30T09:18:49.592 INFO:tasks.rados.rados.0.smithi118.stdout:3456: writing smithi118168640-24 from 3334144 to 4063232 tid 1 2023-09-30T09:18:49.595 INFO:tasks.rados.rados.0.smithi118.stdout:3456: writing smithi118168640-24 from 4063232 to 4464640 tid 2 2023-09-30T09:18:49.595 INFO:tasks.rados.rados.0.smithi118.stdout:3457: read oid 45 snap 316 2023-09-30T09:18:49.595 INFO:tasks.rados.rados.0.smithi118.stdout:3457: expect deleted 2023-09-30T09:18:49.595 INFO:tasks.rados.rados.0.smithi118.stdout:3458: rollback oid 49 current snap is 328 2023-09-30T09:18:49.595 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 49 to 313 2023-09-30T09:18:49.595 INFO:tasks.rados.rados.0.smithi118.stdout:3455: expect (ObjNum -971042240 snap 22003 seq_num 3324258896) 2023-09-30T09:18:49.604 INFO:tasks.rados.rados.0.smithi118.stdout:3454: finishing rollback tid 0 to smithi118168640-21 2023-09-30T09:18:49.604 INFO:tasks.rados.rados.0.smithi118.stdout:3454: finishing rollback tid 1 to smithi118168640-21 2023-09-30T09:18:49.604 INFO:tasks.rados.rados.0.smithi118.stdout:3454: finishing rollback tid 2 to smithi118168640-21 2023-09-30T09:18:49.605 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1503 (ObjNum 943 snap 287 seq_num 943) dirty exists 2023-09-30T09:18:49.605 INFO:tasks.rados.rados.0.smithi118.stdout:3453: expect (ObjNum 1023 snap 307 seq_num 1023) 2023-09-30T09:18:49.703 INFO:tasks.rados.rados.0.smithi118.stdout:3456: finishing write tid 1 to smithi118168640-24 2023-09-30T09:18:49.703 INFO:tasks.rados.rados.0.smithi118.stdout:3456: finishing write tid 2 to smithi118168640-24 2023-09-30T09:18:49.703 INFO:tasks.rados.rados.0.smithi118.stdout:3453: done (5 left) 2023-09-30T09:18:49.703 INFO:tasks.rados.rados.0.smithi118.stdout:3454: done (4 left) 2023-09-30T09:18:49.703 INFO:tasks.rados.rados.0.smithi118.stdout:3455: done (3 left) 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3457: done (2 left) 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3459: delete oid 27 current snap is 328 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3456: finishing write tid 3 to smithi118168640-24 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3458: finishing rollback tid 0 to smithi118168640-49 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3456: finishing write tid 4 to smithi118168640-24 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1517 (ObjNum 1070 snap 328 seq_num 1070) dirty exists 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3456: left oid 24 (ObjNum 1070 snap 328 seq_num 1070) 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3458: finishing rollback tid 1 to smithi118168640-49 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:3458: finishing rollback tid 2 to smithi118168640-49 2023-09-30T09:18:49.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1514 (ObjNum 992 snap 301 seq_num 992) dirty exists 2023-09-30T09:18:49.705 INFO:tasks.rados.rados.0.smithi118.stdout:3456: done (2 left) 2023-09-30T09:18:49.705 INFO:tasks.rados.rados.0.smithi118.stdout:3458: done (1 left) 2023-09-30T09:18:49.705 INFO:tasks.rados.rados.0.smithi118.stdout:3459: done (0 left) 2023-09-30T09:18:49.705 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 328 2023-09-30T09:18:49.705 INFO:tasks.rados.rados.0.smithi118.stdout:3460: seq_num 1072 ranges {0=761856,761856=401408} 2023-09-30T09:18:49.709 INFO:tasks.rados.rados.0.smithi118.stdout:3460: writing smithi118168640-45 from 0 to 761856 tid 1 2023-09-30T09:18:49.711 INFO:tasks.rados.rados.0.smithi118.stdout:3460: writing smithi118168640-45 from 761856 to 1163264 tid 2 2023-09-30T09:18:49.712 INFO:tasks.rados.rados.0.smithi118.stdout:3461: rmattr oid 31 current snap is 328 2023-09-30T09:18:49.712 INFO:tasks.rados.rados.0.smithi118.stdout:3462: snap_remove snap 325 2023-09-30T09:18:49.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:18:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:18:49] "GET /metrics HTTP/1.1" 200 36182 "" "Prometheus/2.43.0" 2023-09-30T09:18:49.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:49 smithi118 ceph-mon[185516]: osdmap e727: 8 total, 8 up, 8 in 2023-09-30T09:18:49.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:49.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:49 smithi118 ceph-mon[185516]: pgmap v803: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 191 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 2.3 MiB/s wr, 2 op/s 2023-09-30T09:18:49.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:49 smithi118 ceph-mon[182959]: osdmap e727: 8 total, 8 up, 8 in 2023-09-30T09:18:49.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:49.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:49 smithi118 ceph-mon[182959]: pgmap v803: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 191 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 2.3 MiB/s wr, 2 op/s 2023-09-30T09:18:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:49 smithi192 ceph-mon[180220]: osdmap e727: 8 total, 8 up, 8 in 2023-09-30T09:18:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:18:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:49 smithi192 ceph-mon[180220]: pgmap v803: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 191 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 2.3 MiB/s wr, 2 op/s 2023-09-30T09:18:50.579 INFO:tasks.rados.rados.0.smithi118.stdout:3462: done (2 left) 2023-09-30T09:18:50.579 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 328 2023-09-30T09:18:50.579 INFO:tasks.rados.rados.0.smithi118.stdout:3463: seq_num 1073 ranges {6635520=778240,7413760=401408} 2023-09-30T09:18:50.620 INFO:tasks.rados.rados.0.smithi118.stdout:3463: writing smithi118168640-32 from 6635520 to 7413760 tid 1 2023-09-30T09:18:50.622 INFO:tasks.rados.rados.0.smithi118.stdout:3463: writing smithi118168640-32 from 7413760 to 7815168 tid 2 2023-09-30T09:18:50.622 INFO:tasks.rados.rados.0.smithi118.stdout:3464: snap_remove snap 326 2023-09-30T09:18:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:50 smithi118 ceph-mon[185516]: osdmap e728: 8 total, 8 up, 8 in 2023-09-30T09:18:50.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:50 smithi118 ceph-mon[182959]: osdmap e728: 8 total, 8 up, 8 in 2023-09-30T09:18:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:50 smithi192 ceph-mon[180220]: osdmap e728: 8 total, 8 up, 8 in 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3464: done (3 left) 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3465: delete oid 49 current snap is 328 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3460: finishing write tid 1 to smithi118168640-45 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3460: finishing write tid 2 to smithi118168640-45 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3460: finishing write tid 3 to smithi118168640-45 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1470 (ObjNum 1030 snap 310 seq_num 1030) dirty exists 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3460: finishing write tid 4 to smithi118168640-45 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1352 (ObjNum 1072 snap 328 seq_num 1072) dirty exists 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3460: left oid 45 (ObjNum 1072 snap 328 seq_num 1072) 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3463: finishing write tid 1 to smithi118168640-32 2023-09-30T09:18:51.559 INFO:tasks.rados.rados.0.smithi118.stdout:3463: finishing write tid 2 to smithi118168640-32 2023-09-30T09:18:51.560 INFO:tasks.rados.rados.0.smithi118.stdout:3463: finishing write tid 3 to smithi118168640-32 2023-09-30T09:18:51.560 INFO:tasks.rados.rados.0.smithi118.stdout:3463: finishing write tid 4 to smithi118168640-32 2023-09-30T09:18:51.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1499 (ObjNum 1073 snap 328 seq_num 1073) dirty exists 2023-09-30T09:18:51.560 INFO:tasks.rados.rados.0.smithi118.stdout:3463: left oid 32 (ObjNum 1073 snap 328 seq_num 1073) 2023-09-30T09:18:51.570 INFO:tasks.rados.rados.0.smithi118.stdout:3460: done (3 left) 2023-09-30T09:18:51.570 INFO:tasks.rados.rados.0.smithi118.stdout:3461: done (2 left) 2023-09-30T09:18:51.570 INFO:tasks.rados.rados.0.smithi118.stdout:3463: done (1 left) 2023-09-30T09:18:51.570 INFO:tasks.rados.rados.0.smithi118.stdout:3465: done (0 left) 2023-09-30T09:18:51.570 INFO:tasks.rados.rados.0.smithi118.stdout:3466: rollback oid 8 current snap is 328 2023-09-30T09:18:51.570 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 8 to 322 2023-09-30T09:18:51.571 INFO:tasks.rados.rados.0.smithi118.stdout:3467: read oid 28 snap -1 2023-09-30T09:18:51.571 INFO:tasks.rados.rados.0.smithi118.stdout:3467: expect (ObjNum 987 snap 298 seq_num 987) 2023-09-30T09:18:51.571 INFO:tasks.rados.rados.0.smithi118.stdout:3468: read oid 33 snap -1 2023-09-30T09:18:51.571 INFO:tasks.rados.rados.0.smithi118.stdout:3468: expect (ObjNum 1051 snap 319 seq_num 1051) 2023-09-30T09:18:51.571 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 328 2023-09-30T09:18:51.571 INFO:tasks.rados.rados.0.smithi118.stdout:3469: seq_num 1075 ranges {10600448=409600,11010048=671744,11681792=131072} 2023-09-30T09:18:51.630 INFO:tasks.rados.rados.0.smithi118.stdout:3469: writing smithi118168640-18 from 10600448 to 11010048 tid 1 2023-09-30T09:18:51.634 INFO:tasks.rados.rados.0.smithi118.stdout:3469: writing smithi118168640-18 from 11010048 to 11681792 tid 2 2023-09-30T09:18:51.635 INFO:tasks.rados.rados.0.smithi118.stdout:3469: writing smithi118168640-18 from 11681792 to 11812864 tid 3 2023-09-30T09:18:51.635 INFO:tasks.rados.rados.0.smithi118.stdout:3470: snap_remove snap 327 2023-09-30T09:18:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:51 smithi118 ceph-mon[182959]: osdmap e729: 8 total, 8 up, 8 in 2023-09-30T09:18:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:51 smithi118 ceph-mon[182959]: pgmap v806: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 194 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.8 MiB/s wr, 11 op/s 2023-09-30T09:18:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:51 smithi118 ceph-mon[182959]: osdmap e730: 8 total, 8 up, 8 in 2023-09-30T09:18:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:51 smithi118 ceph-mon[185516]: osdmap e729: 8 total, 8 up, 8 in 2023-09-30T09:18:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:51 smithi118 ceph-mon[185516]: pgmap v806: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 194 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.8 MiB/s wr, 11 op/s 2023-09-30T09:18:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:51 smithi118 ceph-mon[185516]: osdmap e730: 8 total, 8 up, 8 in 2023-09-30T09:18:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:51 smithi192 ceph-mon[180220]: osdmap e729: 8 total, 8 up, 8 in 2023-09-30T09:18:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:51 smithi192 ceph-mon[180220]: pgmap v806: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 194 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 2.8 MiB/s wr, 11 op/s 2023-09-30T09:18:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:51 smithi192 ceph-mon[180220]: osdmap e730: 8 total, 8 up, 8 in 2023-09-30T09:18:52.587 INFO:tasks.rados.rados.0.smithi118.stdout:3470: done (4 left) 2023-09-30T09:18:52.587 INFO:tasks.rados.rados.0.smithi118.stdout:3471: snap_remove snap 317 2023-09-30T09:18:53.600 INFO:tasks.rados.rados.0.smithi118.stdout:3471: done (4 left) 2023-09-30T09:18:53.600 INFO:tasks.rados.rados.0.smithi118.stdout:3472: copy_from oid 40 from oid 25 current snap is 328 2023-09-30T09:18:53.600 INFO:tasks.rados.rados.0.smithi118.stdout:3473: copy_from oid 6 from oid 15 current snap is 328 2023-09-30T09:18:53.600 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 24 current snap is 328 2023-09-30T09:18:53.600 INFO:tasks.rados.rados.0.smithi118.stdout:3474: seq_num 1076 ranges {4464640=425984,4890624=548864,5439488=253952} 2023-09-30T09:18:53.626 INFO:tasks.rados.rados.0.smithi118.stdout:3474: writing smithi118168640-24 from 4464640 to 4890624 tid 1 2023-09-30T09:18:53.630 INFO:tasks.rados.rados.0.smithi118.stdout:3474: writing smithi118168640-24 from 4890624 to 5439488 tid 2 2023-09-30T09:18:53.632 INFO:tasks.rados.rados.0.smithi118.stdout:3474: writing smithi118168640-24 from 5439488 to 5693440 tid 3 2023-09-30T09:18:53.632 INFO:tasks.rados.rados.0.smithi118.stdout:3475: delete oid 4 current snap is 328 2023-09-30T09:18:53.632 INFO:tasks.rados.rados.0.smithi118.stdout:3466: finishing rollback tid 0 to smithi118168640-8 2023-09-30T09:18:53.632 INFO:tasks.rados.rados.0.smithi118.stdout:3466: finishing rollback tid 1 to smithi118168640-8 2023-09-30T09:18:53.632 INFO:tasks.rados.rados.0.smithi118.stdout:3466: finishing rollback tid 2 to smithi118168640-8 2023-09-30T09:18:53.632 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1499 (ObjNum 1025 snap 309 seq_num 1025) dirty exists 2023-09-30T09:18:53.632 INFO:tasks.rados.rados.0.smithi118.stdout:3467: expect (ObjNum 987 snap 298 seq_num 987) 2023-09-30T09:18:53.688 INFO:tasks.rados.rados.0.smithi118.stdout:3468: expect (ObjNum 1051 snap 319 seq_num 1051) 2023-09-30T09:18:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:53 smithi118 ceph-mon[182959]: osdmap e731: 8 total, 8 up, 8 in 2023-09-30T09:18:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:53 smithi118 ceph-mon[182959]: pgmap v809: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 196 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:18:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:53 smithi118 ceph-mon[185516]: osdmap e731: 8 total, 8 up, 8 in 2023-09-30T09:18:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:53 smithi118 ceph-mon[185516]: pgmap v809: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 196 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:18:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:53 smithi192 ceph-mon[180220]: osdmap e731: 8 total, 8 up, 8 in 2023-09-30T09:18:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:53 smithi192 ceph-mon[180220]: pgmap v809: 121 pgs: 2 active+clean+snaptrim, 119 active+clean; 196 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 1.9 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:18:54.002 INFO:tasks.rados.rados.0.smithi118.stdout:3469: finishing write tid 1 to smithi118168640-18 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3469: finishing write tid 2 to smithi118168640-18 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3466: done (7 left) 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3467: done (6 left) 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3468: done (5 left) 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3475: done (4 left) 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3476: delete oid 26 current snap is 328 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3469: finishing write tid 3 to smithi118168640-18 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3469: finishing write tid 4 to smithi118168640-18 2023-09-30T09:18:54.003 INFO:tasks.rados.rados.0.smithi118.stdout:3469: finishing write tid 5 to smithi118168640-18 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1503 (ObjNum 1075 snap 328 seq_num 1075) dirty exists 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3469: left oid 18 (ObjNum 1075 snap 328 seq_num 1075) 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3473: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3473: finishing copy_from to smithi118168640-6 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 1524 (ObjNum 1049 snap 318 seq_num 1049) dirty exists 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3472: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3472: finishing copy_from to smithi118168640-40 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1495 (ObjNum 1023 snap 307 seq_num 1023) dirty exists 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3474: finishing write tid 1 to smithi118168640-24 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3474: finishing write tid 2 to smithi118168640-24 2023-09-30T09:18:54.004 INFO:tasks.rados.rados.0.smithi118.stdout:3474: finishing write tid 3 to smithi118168640-24 2023-09-30T09:18:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:3474: finishing write tid 4 to smithi118168640-24 2023-09-30T09:18:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:3474: finishing write tid 5 to smithi118168640-24 2023-09-30T09:18:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1521 (ObjNum 1076 snap 328 seq_num 1076) dirty exists 2023-09-30T09:18:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:3474: left oid 24 (ObjNum 1076 snap 328 seq_num 1076) 2023-09-30T09:18:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:3469: done (4 left) 2023-09-30T09:18:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:3472: done (3 left) 2023-09-30T09:18:54.005 INFO:tasks.rados.rados.0.smithi118.stdout:3473: done (2 left) 2023-09-30T09:18:54.006 INFO:tasks.rados.rados.0.smithi118.stdout:3474: done (1 left) 2023-09-30T09:18:54.006 INFO:tasks.rados.rados.0.smithi118.stdout:3476: done (0 left) 2023-09-30T09:18:54.006 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 328 2023-09-30T09:18:54.006 INFO:tasks.rados.rados.0.smithi118.stdout:3477: seq_num 1079 ranges {1671168=475136,2146304=606208,2752512=196608} 2023-09-30T09:18:54.017 INFO:tasks.rados.rados.0.smithi118.stdout:3477: writing smithi118168640-44 from 1671168 to 2146304 tid 1 2023-09-30T09:18:54.020 INFO:tasks.rados.rados.0.smithi118.stdout:3477: writing smithi118168640-44 from 2146304 to 2752512 tid 2 2023-09-30T09:18:54.021 INFO:tasks.rados.rados.0.smithi118.stdout:3477: writing smithi118168640-44 from 2752512 to 2949120 tid 3 2023-09-30T09:18:54.021 INFO:tasks.rados.rados.0.smithi118.stdout:3478: snap_remove snap 313 2023-09-30T09:18:54.597 INFO:tasks.rados.rados.0.smithi118.stdout:3478: done (1 left) 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:3479: snap_create 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:3477: finishing write tid 1 to smithi118168640-44 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:3477: finishing write tid 2 to smithi118168640-44 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:3477: finishing write tid 3 to smithi118168640-44 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:3477: finishing write tid 4 to smithi118168640-44 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:3477: finishing write tid 5 to smithi118168640-44 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1534 (ObjNum 1079 snap 328 seq_num 1079) dirty exists 2023-09-30T09:18:54.598 INFO:tasks.rados.rados.0.smithi118.stdout:3477: left oid 44 (ObjNum 1079 snap 328 seq_num 1079) 2023-09-30T09:18:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:54 smithi118 ceph-mon[182959]: osdmap e732: 8 total, 8 up, 8 in 2023-09-30T09:18:54.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:54 smithi118 ceph-mon[185516]: osdmap e732: 8 total, 8 up, 8 in 2023-09-30T09:18:54.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:54 smithi192 ceph-mon[180220]: osdmap e732: 8 total, 8 up, 8 in 2023-09-30T09:18:55.602 INFO:tasks.rados.rados.0.smithi118.stdout:3477: done (1 left) 2023-09-30T09:18:55.602 INFO:tasks.rados.rados.0.smithi118.stdout:3479: done (0 left) 2023-09-30T09:18:55.603 INFO:tasks.rados.rados.0.smithi118.stdout:3480: rollback oid 21 current snap is 329 2023-09-30T09:18:55.603 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 21 to 323 2023-09-30T09:18:55.603 INFO:tasks.rados.rados.0.smithi118.stdout:3481: rollback oid 38 current snap is 329 2023-09-30T09:18:55.603 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 324 2023-09-30T09:18:55.603 INFO:tasks.rados.rados.0.smithi118.stdout:3482: snap_create 2023-09-30T09:18:55.608 INFO:tasks.rados.rados.0.smithi118.stdout:3480: finishing rollback tid 0 to smithi118168640-21 2023-09-30T09:18:55.608 INFO:tasks.rados.rados.0.smithi118.stdout:3480: finishing rollback tid 1 to smithi118168640-21 2023-09-30T09:18:55.611 INFO:tasks.rados.rados.0.smithi118.stdout:3480: finishing rollback tid 2 to smithi118168640-21 2023-09-30T09:18:55.611 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1506 (ObjNum 943 snap 287 seq_num 943) dirty exists 2023-09-30T09:18:55.611 INFO:tasks.rados.rados.0.smithi118.stdout:3481: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:18:55.611 INFO:tasks.rados.rados.0.smithi118.stdout:3481: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:18:55.611 INFO:tasks.rados.rados.0.smithi118.stdout:3481: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:18:55.611 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1509 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:18:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:55 smithi192 ceph-mon[180220]: osdmap e733: 8 total, 8 up, 8 in 2023-09-30T09:18:55.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:55 smithi192 ceph-mon[180220]: pgmap v812: 121 pgs: 121 active+clean; 203 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2023-09-30T09:18:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:55 smithi118 ceph-mon[182959]: osdmap e733: 8 total, 8 up, 8 in 2023-09-30T09:18:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:55 smithi118 ceph-mon[182959]: pgmap v812: 121 pgs: 121 active+clean; 203 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2023-09-30T09:18:56.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:55 smithi118 ceph-mon[185516]: osdmap e733: 8 total, 8 up, 8 in 2023-09-30T09:18:56.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:55 smithi118 ceph-mon[185516]: pgmap v812: 121 pgs: 121 active+clean; 203 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.0 MiB/s rd, 2.3 MiB/s wr, 12 op/s 2023-09-30T09:18:56.558 INFO:tasks.rados.rados.0.smithi118.stdout:3480: done (2 left) 2023-09-30T09:18:56.558 INFO:tasks.rados.rados.0.smithi118.stdout:3481: done (1 left) 2023-09-30T09:18:56.558 INFO:tasks.rados.rados.0.smithi118.stdout:3482: done (0 left) 2023-09-30T09:18:56.558 INFO:tasks.rados.rados.0.smithi118.stdout:3483: read oid 9 snap 329 2023-09-30T09:18:56.559 INFO:tasks.rados.rados.0.smithi118.stdout:3483: expect (ObjNum 1007 snap 305 seq_num 1007) 2023-09-30T09:18:56.559 INFO:tasks.rados.rados.0.smithi118.stdout:3484: delete oid 37 current snap is 330 2023-09-30T09:18:56.561 INFO:tasks.rados.rados.0.smithi118.stdout:3483: expect (ObjNum 1007 snap 305 seq_num 1007) 2023-09-30T09:18:56.565 INFO:tasks.rados.rados.0.smithi118.stdout:3483: done (1 left) 2023-09-30T09:18:56.566 INFO:tasks.rados.rados.0.smithi118.stdout:3484: done (0 left) 2023-09-30T09:18:56.566 INFO:tasks.rados.rados.0.smithi118.stdout:3485: rollback oid 10 current snap is 330 2023-09-30T09:18:56.566 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 322 2023-09-30T09:18:56.566 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 330 2023-09-30T09:18:56.566 INFO:tasks.rados.rados.0.smithi118.stdout:3486: seq_num 1081 ranges {0=507904,507904=425984,933888=376832} 2023-09-30T09:18:56.567 INFO:tasks.rados.rados.0.smithi118.stdout:3486: writing smithi118168640-1 from 0 to 507904 tid 1 2023-09-30T09:18:56.569 INFO:tasks.rados.rados.0.smithi118.stdout:3486: writing smithi118168640-1 from 507904 to 933888 tid 2 2023-09-30T09:18:56.571 INFO:tasks.rados.rados.0.smithi118.stdout:3486: writing smithi118168640-1 from 933888 to 1310720 tid 3 2023-09-30T09:18:56.571 INFO:tasks.rados.rados.0.smithi118.stdout:3487: rmattr oid 15 current snap is 330 2023-09-30T09:18:56.572 INFO:tasks.rados.rados.0.smithi118.stdout:3487: done (2 left) 2023-09-30T09:18:56.572 INFO:tasks.rados.rados.0.smithi118.stdout:3488: copy_from oid 35 from oid 3 current snap is 330 2023-09-30T09:18:56.572 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 330 2023-09-30T09:18:56.572 INFO:tasks.rados.rados.0.smithi118.stdout:3489: seq_num 1082 ranges {2949120=524288,3473408=704512,4177920=98304} 2023-09-30T09:18:56.590 INFO:tasks.rados.rados.0.smithi118.stdout:3489: writing smithi118168640-44 from 2949120 to 3473408 tid 1 2023-09-30T09:18:56.594 INFO:tasks.rados.rados.0.smithi118.stdout:3489: writing smithi118168640-44 from 3473408 to 4177920 tid 2 2023-09-30T09:18:56.595 INFO:tasks.rados.rados.0.smithi118.stdout:3489: writing smithi118168640-44 from 4177920 to 4276224 tid 3 2023-09-30T09:18:56.595 INFO:tasks.rados.rados.0.smithi118.stdout:3490: read oid 37 snap -1 2023-09-30T09:18:56.595 INFO:tasks.rados.rados.0.smithi118.stdout:3490: expect deleted 2023-09-30T09:18:56.596 INFO:tasks.rados.rados.0.smithi118.stdout:3491: rmattr oid 50 current snap is 330 2023-09-30T09:18:56.596 INFO:tasks.rados.rados.0.smithi118.stdout:3491: done (5 left) 2023-09-30T09:18:56.596 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 330 2023-09-30T09:18:56.596 INFO:tasks.rados.rados.0.smithi118.stdout:3486: finishing write tid 1 to smithi118168640-1 2023-09-30T09:18:56.596 INFO:tasks.rados.rados.0.smithi118.stdout:3486: finishing write tid 2 to smithi118168640-1 2023-09-30T09:18:56.596 INFO:tasks.rados.rados.0.smithi118.stdout:3486: finishing write tid 3 to smithi118168640-1 2023-09-30T09:18:56.596 INFO:tasks.rados.rados.0.smithi118.stdout:3492: seq_num 1083 ranges {5570560=540672,6111232=589824,6701056=212992} 2023-09-30T09:18:56.628 INFO:tasks.rados.rados.0.smithi118.stdout:3492: writing smithi118168640-33 from 5570560 to 6111232 tid 1 2023-09-30T09:18:56.632 INFO:tasks.rados.rados.0.smithi118.stdout:3492: writing smithi118168640-33 from 6111232 to 6701056 tid 2 2023-09-30T09:18:56.634 INFO:tasks.rados.rados.0.smithi118.stdout:3492: writing smithi118168640-33 from 6701056 to 6914048 tid 3 2023-09-30T09:18:56.634 INFO:tasks.rados.rados.0.smithi118.stdout:3493: rmattr oid 7 current snap is 330 2023-09-30T09:18:56.634 INFO:tasks.rados.rados.0.smithi118.stdout:3493: done (6 left) 2023-09-30T09:18:56.634 INFO:tasks.rados.rados.0.smithi118.stdout:3494: snap_create 2023-09-30T09:18:56.634 INFO:tasks.rados.rados.0.smithi118.stdout:3486: finishing write tid 4 to smithi118168640-1 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3485: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3485: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3485: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1533 (ObjNum 1010 snap 307 seq_num 1010) dirty exists 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3486: finishing write tid 5 to smithi118168640-1 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1496 (ObjNum 1081 snap 330 seq_num 1081) dirty exists 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3486: left oid 1 (ObjNum 1081 snap 330 seq_num 1081) 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3488: finishing copy_from racing read to smithi118168640-35 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3488: finishing copy_from to smithi118168640-35 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1511 (ObjNum 1050 snap 319 seq_num 1050) dirty exists 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3489: finishing write tid 1 to smithi118168640-44 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3489: finishing write tid 2 to smithi118168640-44 2023-09-30T09:18:56.635 INFO:tasks.rados.rados.0.smithi118.stdout:3489: finishing write tid 3 to smithi118168640-44 2023-09-30T09:18:56.636 INFO:tasks.rados.rados.0.smithi118.stdout:3489: finishing write tid 4 to smithi118168640-44 2023-09-30T09:18:56.636 INFO:tasks.rados.rados.0.smithi118.stdout:3489: finishing write tid 5 to smithi118168640-44 2023-09-30T09:18:56.636 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1538 (ObjNum 1082 snap 330 seq_num 1082) dirty exists 2023-09-30T09:18:56.636 INFO:tasks.rados.rados.0.smithi118.stdout:3489: left oid 44 (ObjNum 1082 snap 330 seq_num 1082) 2023-09-30T09:18:56.636 INFO:tasks.rados.rados.0.smithi118.stdout:3492: finishing write tid 1 to smithi118168640-33 2023-09-30T09:18:56.636 INFO:tasks.rados.rados.0.smithi118.stdout:3492: finishing write tid 2 to smithi118168640-33 2023-09-30T09:18:56.637 INFO:tasks.rados.rados.0.smithi118.stdout:3492: finishing write tid 3 to smithi118168640-33 2023-09-30T09:18:56.637 INFO:tasks.rados.rados.0.smithi118.stdout:3492: finishing write tid 4 to smithi118168640-33 2023-09-30T09:18:56.638 INFO:tasks.rados.rados.0.smithi118.stdout:3492: finishing write tid 5 to smithi118168640-33 2023-09-30T09:18:56.638 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1513 (ObjNum 1083 snap 330 seq_num 1083) dirty exists 2023-09-30T09:18:56.638 INFO:tasks.rados.rados.0.smithi118.stdout:3492: left oid 33 (ObjNum 1083 snap 330 seq_num 1083) 2023-09-30T09:18:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:56 smithi192 ceph-mon[180220]: osdmap e734: 8 total, 8 up, 8 in 2023-09-30T09:18:56.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:56 smithi192 ceph-mon[180220]: osdmap e735: 8 total, 8 up, 8 in 2023-09-30T09:18:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:56 smithi118 ceph-mon[182959]: osdmap e734: 8 total, 8 up, 8 in 2023-09-30T09:18:57.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:56 smithi118 ceph-mon[182959]: osdmap e735: 8 total, 8 up, 8 in 2023-09-30T09:18:57.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:56 smithi118 ceph-mon[185516]: osdmap e734: 8 total, 8 up, 8 in 2023-09-30T09:18:57.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:56 smithi118 ceph-mon[185516]: osdmap e735: 8 total, 8 up, 8 in 2023-09-30T09:18:57.608 INFO:tasks.rados.rados.0.smithi118.stdout:3485: done (6 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3486: done (5 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3488: done (4 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3489: done (3 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3490: done (2 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3492: done (1 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3494: done (0 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3495: rmattr oid 16 current snap is 331 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3495: done (0 left) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3496: read oid 23 snap 330 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3496: expect (ObjNum 1063 snap 327 seq_num 1063) 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:3497: rollback oid 33 current snap is 331 2023-09-30T09:18:57.609 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 33 to 322 2023-09-30T09:18:57.610 INFO:tasks.rados.rados.0.smithi118.stdout:3498: rollback oid 40 current snap is 331 2023-09-30T09:18:57.610 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 323 2023-09-30T09:18:57.610 INFO:tasks.rados.rados.0.smithi118.stdout:3499: copy_from oid 11 from oid 20 current snap is 331 2023-09-30T09:18:57.610 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 331 2023-09-30T09:18:57.610 INFO:tasks.rados.rados.0.smithi118.stdout:3500: seq_num 1084 ranges {1826816=557056,2383872=475136,2859008=327680} 2023-09-30T09:18:57.622 INFO:tasks.rados.rados.0.smithi118.stdout:3500: writing smithi118168640-12 from 1826816 to 2383872 tid 1 2023-09-30T09:18:57.625 INFO:tasks.rados.rados.0.smithi118.stdout:3500: writing smithi118168640-12 from 2383872 to 2859008 tid 2 2023-09-30T09:18:57.627 INFO:tasks.rados.rados.0.smithi118.stdout:3500: writing smithi118168640-12 from 2859008 to 3186688 tid 3 2023-09-30T09:18:57.627 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 331 2023-09-30T09:18:57.628 INFO:tasks.rados.rados.0.smithi118.stdout:3498: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:18:57.628 INFO:tasks.rados.rados.0.smithi118.stdout:3501: seq_num 1085 ranges {3907584=581632,4489216=761856,5251072=40960} 2023-09-30T09:18:57.652 INFO:tasks.rados.rados.0.smithi118.stdout:3501: writing smithi118168640-43 from 3907584 to 4489216 tid 1 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:3501: writing smithi118168640-43 from 4489216 to 5251072 tid 2 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:3501: writing smithi118168640-43 from 5251072 to 5292032 tid 3 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 331 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:3497: finishing rollback tid 0 to smithi118168640-33 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:3498: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:3498: finishing rollback tid 2 to smithi118168640-40 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1508 (ObjNum 946 snap 287 seq_num 946) dirty exists 2023-09-30T09:18:57.657 INFO:tasks.rados.rados.0.smithi118.stdout:3502: seq_num 1086 ranges {2138112=598016,2736128=647168,3383296=155648} 2023-09-30T09:18:57.671 INFO:tasks.rados.rados.0.smithi118.stdout:3502: writing smithi118168640-28 from 2138112 to 2736128 tid 1 2023-09-30T09:18:57.675 INFO:tasks.rados.rados.0.smithi118.stdout:3502: writing smithi118168640-28 from 2736128 to 3383296 tid 2 2023-09-30T09:18:57.676 INFO:tasks.rados.rados.0.smithi118.stdout:3502: writing smithi118168640-28 from 3383296 to 3538944 tid 3 2023-09-30T09:18:57.676 INFO:tasks.rados.rados.0.smithi118.stdout:3498: done (6 left) 2023-09-30T09:18:57.676 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 34 current snap is 331 2023-09-30T09:18:57.676 INFO:tasks.rados.rados.0.smithi118.stdout:3497: finishing rollback tid 1 to smithi118168640-33 2023-09-30T09:18:57.676 INFO:tasks.rados.rados.0.smithi118.stdout:3497: finishing rollback tid 2 to smithi118168640-33 2023-09-30T09:18:57.676 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1516 (ObjNum 1051 snap 319 seq_num 1051) dirty exists 2023-09-30T09:18:57.676 INFO:tasks.rados.rados.0.smithi118.stdout:3496: expect (ObjNum 1063 snap 327 seq_num 1063) 2023-09-30T09:18:57.703 INFO:tasks.rados.rados.0.smithi118.stdout:3500: finishing write tid 1 to smithi118168640-12 2023-09-30T09:18:57.703 INFO:tasks.rados.rados.0.smithi118.stdout:3500: finishing write tid 2 to smithi118168640-12 2023-09-30T09:18:57.703 INFO:tasks.rados.rados.0.smithi118.stdout:3500: finishing write tid 3 to smithi118168640-12 2023-09-30T09:18:57.703 INFO:tasks.rados.rados.0.smithi118.stdout:3500: finishing write tid 4 to smithi118168640-12 2023-09-30T09:18:57.703 INFO:tasks.rados.rados.0.smithi118.stdout:3500: finishing write tid 5 to smithi118168640-12 2023-09-30T09:18:57.703 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1474 (ObjNum 1084 snap 331 seq_num 1084) dirty exists 2023-09-30T09:18:57.704 INFO:tasks.rados.rados.0.smithi118.stdout:3500: left oid 12 (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:18:57.704 INFO:tasks.rados.rados.0.smithi118.stdout:3499: finishing copy_from racing read to smithi118168640-11 2023-09-30T09:18:57.704 INFO:tasks.rados.rados.0.smithi118.stdout:3503: seq_num 1087 ranges {0=614400,614400=532480,1146880=270336} 2023-09-30T09:18:57.706 INFO:tasks.rados.rados.0.smithi118.stdout:3503: writing smithi118168640-34 from 0 to 614400 tid 1 2023-09-30T09:18:57.709 INFO:tasks.rados.rados.0.smithi118.stdout:3503: writing smithi118168640-34 from 614400 to 1146880 tid 2 2023-09-30T09:18:57.712 INFO:tasks.rados.rados.0.smithi118.stdout:3503: writing smithi118168640-34 from 1146880 to 1417216 tid 3 2023-09-30T09:18:57.712 INFO:tasks.rados.rados.0.smithi118.stdout:3496: done (6 left) 2023-09-30T09:18:57.712 INFO:tasks.rados.rados.0.smithi118.stdout:3497: done (5 left) 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3500: done (4 left) 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3504: read oid 49 snap -1 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3504: expect deleted 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3505: copy_from oid 26 from oid 38 current snap is 331 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3499: finishing copy_from to smithi118168640-11 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1491 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3501: finishing write tid 1 to smithi118168640-43 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3501: finishing write tid 2 to smithi118168640-43 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3501: finishing write tid 3 to smithi118168640-43 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3501: finishing write tid 4 to smithi118168640-43 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3501: finishing write tid 5 to smithi118168640-43 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1537 (ObjNum 1085 snap 331 seq_num 1085) dirty exists 2023-09-30T09:18:57.713 INFO:tasks.rados.rados.0.smithi118.stdout:3501: left oid 43 (ObjNum 1085 snap 331 seq_num 1085) 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3502: finishing write tid 1 to smithi118168640-28 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3502: finishing write tid 2 to smithi118168640-28 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3502: finishing write tid 3 to smithi118168640-28 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3502: finishing write tid 4 to smithi118168640-28 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3502: finishing write tid 5 to smithi118168640-28 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1500 (ObjNum 1086 snap 331 seq_num 1086) dirty exists 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3502: left oid 28 (ObjNum 1086 snap 331 seq_num 1086) 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3503: finishing write tid 1 to smithi118168640-34 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3499: done (5 left) 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3501: done (4 left) 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3502: done (3 left) 2023-09-30T09:18:57.714 INFO:tasks.rados.rados.0.smithi118.stdout:3506: snap_remove snap 316 2023-09-30T09:18:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:57 smithi192 ceph-mon[180220]: pgmap v815: 121 pgs: 121 active+clean; 204 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 2.0 MiB/s wr, 11 op/s 2023-09-30T09:18:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:57 smithi118 ceph-mon[182959]: pgmap v815: 121 pgs: 121 active+clean; 204 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 2.0 MiB/s wr, 11 op/s 2023-09-30T09:18:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:57 smithi118 ceph-mon[185516]: pgmap v815: 121 pgs: 121 active+clean; 204 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 MiB/s rd, 2.0 MiB/s wr, 11 op/s 2023-09-30T09:18:58.621 INFO:tasks.rados.rados.0.smithi118.stdout:3506: done (3 left) 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:3507: copy_from oid 50 from oid 42 current snap is 331 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:3508: rollback oid 36 current snap is 331 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 36 to 330 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:3509: copy_from oid 14 from oid 20 current snap is 331 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 331 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:3510: seq_num 1088 ranges {0=630784,630784=466944,1097728=335872} 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:3510: writing smithi118168640-29 from 0 to 630784 tid 1 2023-09-30T09:18:58.622 INFO:tasks.rados.rados.0.smithi118.stdout:3510: writing smithi118168640-29 from 630784 to 1097728 tid 2 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3510: writing smithi118168640-29 from 1097728 to 1433600 tid 3 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3511: copy_from oid 3 from oid 4 current snap is 331 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3512: rollback oid 25 current snap is 331 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 25 to 328 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3503: finishing write tid 2 to smithi118168640-34 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3503: finishing write tid 3 to smithi118168640-34 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3503: finishing write tid 4 to smithi118168640-34 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3503: finishing write tid 5 to smithi118168640-34 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 1503 (ObjNum 1087 snap 331 seq_num 1087) dirty exists 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3503: left oid 34 (ObjNum 1087 snap 331 seq_num 1087) 2023-09-30T09:18:58.623 INFO:tasks.rados.rados.0.smithi118.stdout:3505: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:18:58.624 INFO:tasks.rados.rados.0.smithi118.stdout:3505: finishing copy_from to smithi118168640-26 2023-09-30T09:18:58.624 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1509 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:18:58.624 INFO:tasks.rados.rados.0.smithi118.stdout:3503: done (8 left) 2023-09-30T09:18:58.624 INFO:tasks.rados.rados.0.smithi118.stdout:3504: done (7 left) 2023-09-30T09:18:58.624 INFO:tasks.rados.rados.0.smithi118.stdout:3505: done (6 left) 2023-09-30T09:18:58.624 INFO:tasks.rados.rados.0.smithi118.stdout:3513: snap_create 2023-09-30T09:18:58.625 INFO:tasks.rados.rados.0.smithi118.stdout:3508: finishing rollback tid 1 to smithi118168640-36 2023-09-30T09:18:58.625 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 0 (ObjNum 289 snap 0 seq_num 1) dirty dne 2023-09-30T09:18:58.627 INFO:tasks.rados.rados.0.smithi118.stdout:3511: finishing copy_from to smithi118168640-3 2023-09-30T09:18:58.627 INFO:tasks.rados.rados.0.smithi118.stdout:3511: got expected ENOENT (src dne) 2023-09-30T09:18:58.628 INFO:tasks.rados.rados.0.smithi118.stdout:3511: finishing copy_from racing read to smithi118168640-3 2023-09-30T09:18:58.636 INFO:tasks.rados.rados.0.smithi118.stdout:3512: finishing rollback tid 0 to smithi118168640-25 2023-09-30T09:18:58.636 INFO:tasks.rados.rados.0.smithi118.stdout:3512: finishing rollback tid 1 to smithi118168640-25 2023-09-30T09:18:58.636 INFO:tasks.rados.rados.0.smithi118.stdout:3512: finishing rollback tid 2 to smithi118168640-25 2023-09-30T09:18:58.636 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1506 (ObjNum 1023 snap 307 seq_num 1023) dirty exists 2023-09-30T09:18:58.637 INFO:tasks.rados.rados.0.smithi118.stdout:3510: finishing write tid 1 to smithi118168640-29 2023-09-30T09:18:58.637 INFO:tasks.rados.rados.0.smithi118.stdout:3510: finishing write tid 2 to smithi118168640-29 2023-09-30T09:18:58.637 INFO:tasks.rados.rados.0.smithi118.stdout:3510: finishing write tid 3 to smithi118168640-29 2023-09-30T09:18:58.637 INFO:tasks.rados.rados.0.smithi118.stdout:3510: finishing write tid 4 to smithi118168640-29 2023-09-30T09:18:58.639 INFO:tasks.rados.rados.0.smithi118.stdout:3510: finishing write tid 5 to smithi118168640-29 2023-09-30T09:18:58.639 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1523 (ObjNum 1088 snap 331 seq_num 1088) dirty exists 2023-09-30T09:18:58.639 INFO:tasks.rados.rados.0.smithi118.stdout:3510: left oid 29 (ObjNum 1088 snap 331 seq_num 1088) 2023-09-30T09:18:58.643 INFO:tasks.rados.rados.0.smithi118.stdout:3507: finishing copy_from racing read to smithi118168640-50 2023-09-30T09:18:58.646 INFO:tasks.rados.rados.0.smithi118.stdout:3507: finishing copy_from to smithi118168640-50 2023-09-30T09:18:58.646 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1489 (ObjNum 1002 snap 304 seq_num 1002) dirty exists 2023-09-30T09:18:58.660 INFO:tasks.rados.rados.0.smithi118.stdout:3509: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:18:58.663 INFO:tasks.rados.rados.0.smithi118.stdout:3509: finishing copy_from to smithi118168640-14 2023-09-30T09:18:58.663 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1491 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:18:58.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:58 smithi192 ceph-mon[180220]: osdmap e736: 8 total, 8 up, 8 in 2023-09-30T09:18:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:58 smithi118 ceph-mon[182959]: osdmap e736: 8 total, 8 up, 8 in 2023-09-30T09:18:59.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:58 smithi118 ceph-mon[185516]: osdmap e736: 8 total, 8 up, 8 in 2023-09-30T09:18:59.627 INFO:tasks.rados.rados.0.smithi118.stdout:3507: done (6 left) 2023-09-30T09:18:59.627 INFO:tasks.rados.rados.0.smithi118.stdout:3508: done (5 left) 2023-09-30T09:18:59.627 INFO:tasks.rados.rados.0.smithi118.stdout:3509: done (4 left) 2023-09-30T09:18:59.627 INFO:tasks.rados.rados.0.smithi118.stdout:3510: done (3 left) 2023-09-30T09:18:59.627 INFO:tasks.rados.rados.0.smithi118.stdout:3511: done (2 left) 2023-09-30T09:18:59.627 INFO:tasks.rados.rados.0.smithi118.stdout:3512: done (1 left) 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:3513: done (0 left) 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:3514: rollback oid 42 current snap is 332 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 42 to 324 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:3515: read oid 27 snap -1 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:3515: expect deleted 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:3516: read oid 29 snap -1 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:3516: expect (ObjNum 1088 snap 331 seq_num 1088) 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 332 2023-09-30T09:18:59.628 INFO:tasks.rados.rados.0.smithi118.stdout:3517: seq_num 1089 ranges {0=647168,647168=745472,1392640=57344} 2023-09-30T09:18:59.630 INFO:tasks.rados.rados.0.smithi118.stdout:3517: writing smithi118168640-36 from 0 to 647168 tid 1 2023-09-30T09:18:59.635 INFO:tasks.rados.rados.0.smithi118.stdout:3517: writing smithi118168640-36 from 647168 to 1392640 tid 2 2023-09-30T09:18:59.635 INFO:tasks.rados.rados.0.smithi118.stdout:3517: writing smithi118168640-36 from 1392640 to 1449984 tid 3 2023-09-30T09:18:59.635 INFO:tasks.rados.rados.0.smithi118.stdout:3518: read oid 47 snap -1 2023-09-30T09:18:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:3518: expect (ObjNum 1009 snap 306 seq_num 1009) 2023-09-30T09:18:59.636 INFO:tasks.rados.rados.0.smithi118.stdout:3519: delete oid 39 current snap is 332 2023-09-30T09:18:59.637 INFO:tasks.rados.rados.0.smithi118.stdout:3514: finishing rollback tid 0 to smithi118168640-42 2023-09-30T09:18:59.639 INFO:tasks.rados.rados.0.smithi118.stdout:3515: done (5 left) 2023-09-30T09:18:59.639 INFO:tasks.rados.rados.0.smithi118.stdout:3519: done (4 left) 2023-09-30T09:18:59.639 INFO:tasks.rados.rados.0.smithi118.stdout:3520: read oid 41 snap -1 2023-09-30T09:18:59.639 INFO:tasks.rados.rados.0.smithi118.stdout:3520: expect (ObjNum 1055 snap 321 seq_num 1055) 2023-09-30T09:18:59.639 INFO:tasks.rados.rados.0.smithi118.stdout:3521: read oid 5 snap 329 2023-09-30T09:18:59.639 INFO:tasks.rados.rados.0.smithi118.stdout:3521: expect deleted 2023-09-30T09:18:59.639 INFO:tasks.rados.rados.0.smithi118.stdout:3522: snap_create 2023-09-30T09:18:59.640 INFO:tasks.rados.rados.0.smithi118.stdout:3514: finishing rollback tid 1 to smithi118168640-42 2023-09-30T09:18:59.640 INFO:tasks.rados.rados.0.smithi118.stdout:3514: finishing rollback tid 2 to smithi118168640-42 2023-09-30T09:18:59.640 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1536 (ObjNum 1002 snap 304 seq_num 1002) dirty exists 2023-09-30T09:18:59.641 INFO:tasks.rados.rados.0.smithi118.stdout:3517: finishing write tid 1 to smithi118168640-36 2023-09-30T09:18:59.642 INFO:tasks.rados.rados.0.smithi118.stdout:3516: expect (ObjNum 1088 snap 331 seq_num 1088) 2023-09-30T09:18:59.685 INFO:tasks.rados.rados.0.smithi118.stdout:3517: finishing write tid 2 to smithi118168640-36 2023-09-30T09:18:59.685 INFO:tasks.rados.rados.0.smithi118.stdout:3517: finishing write tid 3 to smithi118168640-36 2023-09-30T09:18:59.685 INFO:tasks.rados.rados.0.smithi118.stdout:3517: finishing write tid 4 to smithi118168640-36 2023-09-30T09:18:59.685 INFO:tasks.rados.rados.0.smithi118.stdout:3517: finishing write tid 5 to smithi118168640-36 2023-09-30T09:18:59.685 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1508 (ObjNum 1089 snap 332 seq_num 1089) dirty exists 2023-09-30T09:18:59.685 INFO:tasks.rados.rados.0.smithi118.stdout:3517: left oid 36 (ObjNum 1089 snap 332 seq_num 1089) 2023-09-30T09:18:59.685 INFO:tasks.rados.rados.0.smithi118.stdout:3520: expect (ObjNum 1055 snap 321 seq_num 1055) 2023-09-30T09:18:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:59 smithi192 ceph-mon[180220]: osdmap e737: 8 total, 8 up, 8 in 2023-09-30T09:18:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:18:59 smithi192 ceph-mon[180220]: pgmap v818: 121 pgs: 121 active+clean; 203 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2023-09-30T09:18:59.995 INFO:tasks.rados.rados.0.smithi118.stdout:3518: expect (ObjNum 1009 snap 306 seq_num 1009) 2023-09-30T09:19:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:18:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:18:59] "GET /metrics HTTP/1.1" 200 36182 "" "Prometheus/2.43.0" 2023-09-30T09:19:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:59 smithi118 ceph-mon[182959]: osdmap e737: 8 total, 8 up, 8 in 2023-09-30T09:19:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:18:59 smithi118 ceph-mon[182959]: pgmap v818: 121 pgs: 121 active+clean; 203 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2023-09-30T09:19:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:59 smithi118 ceph-mon[185516]: osdmap e737: 8 total, 8 up, 8 in 2023-09-30T09:19:00.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:18:59 smithi118 ceph-mon[185516]: pgmap v818: 121 pgs: 121 active+clean; 203 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 1.6 MiB/s rd, 3.8 MiB/s wr, 5 op/s 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3514: done (6 left) 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3516: done (5 left) 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3517: done (4 left) 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3518: done (3 left) 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3520: done (2 left) 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3521: done (1 left) 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3522: done (0 left) 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:3523: rollback oid 10 current snap is 333 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 332 2023-09-30T09:19:00.631 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 333 2023-09-30T09:19:00.632 INFO:tasks.rados.rados.0.smithi118.stdout:3524: seq_num 1091 ranges {32768=679936,712704=516096,1228800=286720} 2023-09-30T09:19:00.635 INFO:tasks.rados.rados.0.smithi118.stdout:3524: writing smithi118168640-46 from 32768 to 712704 tid 1 2023-09-30T09:19:00.638 INFO:tasks.rados.rados.0.smithi118.stdout:3524: writing smithi118168640-46 from 712704 to 1228800 tid 2 2023-09-30T09:19:00.640 INFO:tasks.rados.rados.0.smithi118.stdout:3524: writing smithi118168640-46 from 1228800 to 1515520 tid 3 2023-09-30T09:19:00.640 INFO:tasks.rados.rados.0.smithi118.stdout:3525: snap_create 2023-09-30T09:19:00.640 INFO:tasks.rados.rados.0.smithi118.stdout:3523: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:19:00.640 INFO:tasks.rados.rados.0.smithi118.stdout:3523: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:19:00.641 INFO:tasks.rados.rados.0.smithi118.stdout:3523: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:19:00.641 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1539 (ObjNum 1010 snap 307 seq_num 1010) dirty exists 2023-09-30T09:19:00.641 INFO:tasks.rados.rados.0.smithi118.stdout:3524: finishing write tid 1 to smithi118168640-46 2023-09-30T09:19:00.643 INFO:tasks.rados.rados.0.smithi118.stdout:3524: finishing write tid 2 to smithi118168640-46 2023-09-30T09:19:00.643 INFO:tasks.rados.rados.0.smithi118.stdout:3524: finishing write tid 3 to smithi118168640-46 2023-09-30T09:19:00.643 INFO:tasks.rados.rados.0.smithi118.stdout:3524: finishing write tid 4 to smithi118168640-46 2023-09-30T09:19:00.644 INFO:tasks.rados.rados.0.smithi118.stdout:3524: finishing write tid 5 to smithi118168640-46 2023-09-30T09:19:00.644 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1528 (ObjNum 1091 snap 333 seq_num 1091) dirty exists 2023-09-30T09:19:00.644 INFO:tasks.rados.rados.0.smithi118.stdout:3524: left oid 46 (ObjNum 1091 snap 333 seq_num 1091) 2023-09-30T09:19:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:00 smithi192 ceph-mon[180220]: osdmap e738: 8 total, 8 up, 8 in 2023-09-30T09:19:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:00 smithi118 ceph-mon[182959]: osdmap e738: 8 total, 8 up, 8 in 2023-09-30T09:19:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:00 smithi118 ceph-mon[185516]: osdmap e738: 8 total, 8 up, 8 in 2023-09-30T09:19:01.559 INFO:tasks.rados.rados.0.smithi118.stdout:3523: done (2 left) 2023-09-30T09:19:01.559 INFO:tasks.rados.rados.0.smithi118.stdout:3524: done (1 left) 2023-09-30T09:19:01.559 INFO:tasks.rados.rados.0.smithi118.stdout:3525: done (0 left) 2023-09-30T09:19:01.559 INFO:tasks.rados.rados.0.smithi118.stdout:3526: copy_from oid 13 from oid 29 current snap is 334 2023-09-30T09:19:01.559 INFO:tasks.rados.rados.0.smithi118.stdout:3527: setattr oid 33 current snap is 334 2023-09-30T09:19:01.560 INFO:tasks.rados.rados.0.smithi118.stdout:3528: setattr oid 30 current snap is 334 2023-09-30T09:19:01.562 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 334 2023-09-30T09:19:01.562 INFO:tasks.rados.rados.0.smithi118.stdout:3529: seq_num 1092 ranges {860160=696320,1556480=802816} 2023-09-30T09:19:01.571 INFO:tasks.rados.rados.0.smithi118.stdout:3529: writing smithi118168640-7 from 860160 to 1556480 tid 1 2023-09-30T09:19:01.576 INFO:tasks.rados.rados.0.smithi118.stdout:3529: writing smithi118168640-7 from 1556480 to 2359296 tid 2 2023-09-30T09:19:01.576 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 334 2023-09-30T09:19:01.576 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1517 (ObjNum 1051 snap 319 seq_num 1051) dirty exists 2023-09-30T09:19:01.576 INFO:tasks.rados.rados.0.smithi118.stdout:3526: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:19:01.577 INFO:tasks.rados.rados.0.smithi118.stdout:3526: finishing copy_from to smithi118168640-13 2023-09-30T09:19:01.577 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1523 (ObjNum 1088 snap 331 seq_num 1088) dirty exists 2023-09-30T09:19:01.577 INFO:tasks.rados.rados.0.smithi118.stdout:3530: seq_num 1093 ranges {0=712704,712704=688128,1400832=114688} 2023-09-30T09:19:01.580 INFO:tasks.rados.rados.0.smithi118.stdout:3530: writing smithi118168640-27 from 0 to 712704 tid 1 2023-09-30T09:19:01.585 INFO:tasks.rados.rados.0.smithi118.stdout:3530: writing smithi118168640-27 from 712704 to 1400832 tid 2 2023-09-30T09:19:01.586 INFO:tasks.rados.rados.0.smithi118.stdout:3530: writing smithi118168640-27 from 1400832 to 1515520 tid 3 2023-09-30T09:19:01.586 INFO:tasks.rados.rados.0.smithi118.stdout:3526: done (4 left) 2023-09-30T09:19:01.586 INFO:tasks.rados.rados.0.smithi118.stdout:3527: done (3 left) 2023-09-30T09:19:01.586 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 334 2023-09-30T09:19:01.586 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1538 (ObjNum 1054 snap 321 seq_num 1054) dirty exists 2023-09-30T09:19:01.586 INFO:tasks.rados.rados.0.smithi118.stdout:3529: finishing write tid 1 to smithi118168640-7 2023-09-30T09:19:01.586 INFO:tasks.rados.rados.0.smithi118.stdout:3531: seq_num 1094 ranges {3538944=729088,4268032=573440,4841472=229376} 2023-09-30T09:19:01.608 INFO:tasks.rados.rados.0.smithi118.stdout:3531: writing smithi118168640-28 from 3538944 to 4268032 tid 1 2023-09-30T09:19:01.611 INFO:tasks.rados.rados.0.smithi118.stdout:3531: writing smithi118168640-28 from 4268032 to 4841472 tid 2 2023-09-30T09:19:01.613 INFO:tasks.rados.rados.0.smithi118.stdout:3531: writing smithi118168640-28 from 4841472 to 5070848 tid 3 2023-09-30T09:19:01.613 INFO:tasks.rados.rados.0.smithi118.stdout:3528: done (3 left) 2023-09-30T09:19:01.613 INFO:tasks.rados.rados.0.smithi118.stdout:3532: read oid 46 snap -1 2023-09-30T09:19:01.613 INFO:tasks.rados.rados.0.smithi118.stdout:3532: expect (ObjNum 1091 snap 333 seq_num 1091) 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 334 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:3529: finishing write tid 2 to smithi118168640-7 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:3529: finishing write tid 3 to smithi118168640-7 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:3529: finishing write tid 4 to smithi118168640-7 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1511 (ObjNum 1092 snap 334 seq_num 1092) dirty exists 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:3529: left oid 7 (ObjNum 1092 snap 334 seq_num 1092) 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:3530: finishing write tid 1 to smithi118168640-27 2023-09-30T09:19:01.614 INFO:tasks.rados.rados.0.smithi118.stdout:3533: seq_num 1095 ranges {0=745472,745472=499712,1245184=303104} 2023-09-30T09:19:01.617 INFO:tasks.rados.rados.0.smithi118.stdout:3533: writing smithi118168640-49 from 0 to 745472 tid 1 2023-09-30T09:19:01.621 INFO:tasks.rados.rados.0.smithi118.stdout:3533: writing smithi118168640-49 from 745472 to 1245184 tid 2 2023-09-30T09:19:01.623 INFO:tasks.rados.rados.0.smithi118.stdout:3533: writing smithi118168640-49 from 1245184 to 1548288 tid 3 2023-09-30T09:19:01.623 INFO:tasks.rados.rados.0.smithi118.stdout:3529: done (4 left) 2023-09-30T09:19:01.623 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 334 2023-09-30T09:19:01.623 INFO:tasks.rados.rados.0.smithi118.stdout:3530: finishing write tid 2 to smithi118168640-27 2023-09-30T09:19:01.623 INFO:tasks.rados.rados.0.smithi118.stdout:3534: seq_num 1096 ranges {1449984=761856,2211840=786432,2998272=16384} 2023-09-30T09:19:01.635 INFO:tasks.rados.rados.0.smithi118.stdout:3534: writing smithi118168640-36 from 1449984 to 2211840 tid 1 2023-09-30T09:19:01.640 INFO:tasks.rados.rados.0.smithi118.stdout:3534: writing smithi118168640-36 from 2211840 to 2998272 tid 2 2023-09-30T09:19:01.640 INFO:tasks.rados.rados.0.smithi118.stdout:3534: writing smithi118168640-36 from 2998272 to 3014656 tid 3 2023-09-30T09:19:01.640 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 334 2023-09-30T09:19:01.640 INFO:tasks.rados.rados.0.smithi118.stdout:3530: finishing write tid 3 to smithi118168640-27 2023-09-30T09:19:01.640 INFO:tasks.rados.rados.0.smithi118.stdout:3535: seq_num 1097 ranges {3457024=778240,4235264=671744,4907008=131072} 2023-09-30T09:19:01.662 INFO:tasks.rados.rados.0.smithi118.stdout:3535: writing smithi118168640-35 from 3457024 to 4235264 tid 1 2023-09-30T09:19:01.666 INFO:tasks.rados.rados.0.smithi118.stdout:3535: writing smithi118168640-35 from 4235264 to 4907008 tid 2 2023-09-30T09:19:01.667 INFO:tasks.rados.rados.0.smithi118.stdout:3535: writing smithi118168640-35 from 4907008 to 5038080 tid 3 2023-09-30T09:19:01.667 INFO:tasks.rados.rados.0.smithi118.stdout:3536: rmattr oid 37 current snap is 334 2023-09-30T09:19:01.667 INFO:tasks.rados.rados.0.smithi118.stdout:3536: done (6 left) 2023-09-30T09:19:01.667 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 334 2023-09-30T09:19:01.668 INFO:tasks.rados.rados.0.smithi118.stdout:3530: finishing write tid 4 to smithi118168640-27 2023-09-30T09:19:01.668 INFO:tasks.rados.rados.0.smithi118.stdout:3530: finishing write tid 5 to smithi118168640-27 2023-09-30T09:19:01.668 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1512 (ObjNum 1093 snap 334 seq_num 1093) dirty exists 2023-09-30T09:19:01.668 INFO:tasks.rados.rados.0.smithi118.stdout:3530: left oid 27 (ObjNum 1093 snap 334 seq_num 1093) 2023-09-30T09:19:01.668 INFO:tasks.rados.rados.0.smithi118.stdout:3537: seq_num 1098 ranges {6414336=794624,7208960=557056,7766016=245760} 2023-09-30T09:19:01.705 INFO:tasks.rados.rados.0.smithi118.stdout:3537: writing smithi118168640-21 from 6414336 to 7208960 tid 1 2023-09-30T09:19:01.708 INFO:tasks.rados.rados.0.smithi118.stdout:3537: writing smithi118168640-21 from 7208960 to 7766016 tid 2 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3537: writing smithi118168640-21 from 7766016 to 8011776 tid 3 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3530: done (6 left) 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3538: snap_create 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3531: finishing write tid 1 to smithi118168640-28 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3531: finishing write tid 2 to smithi118168640-28 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3531: finishing write tid 3 to smithi118168640-28 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3531: finishing write tid 4 to smithi118168640-28 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3531: finishing write tid 5 to smithi118168640-28 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1504 (ObjNum 1094 snap 334 seq_num 1094) dirty exists 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3531: left oid 28 (ObjNum 1094 snap 334 seq_num 1094) 2023-09-30T09:19:01.711 INFO:tasks.rados.rados.0.smithi118.stdout:3532: expect (ObjNum 1091 snap 333 seq_num 1091) 2023-09-30T09:19:01.748 INFO:tasks.rados.rados.0.smithi118.stdout:3533: finishing write tid 1 to smithi118168640-49 2023-09-30T09:19:01.748 INFO:tasks.rados.rados.0.smithi118.stdout:3533: finishing write tid 2 to smithi118168640-49 2023-09-30T09:19:01.748 INFO:tasks.rados.rados.0.smithi118.stdout:3533: finishing write tid 3 to smithi118168640-49 2023-09-30T09:19:01.748 INFO:tasks.rados.rados.0.smithi118.stdout:3533: finishing write tid 4 to smithi118168640-49 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3533: finishing write tid 5 to smithi118168640-49 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1532 (ObjNum 1095 snap 334 seq_num 1095) dirty exists 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3533: left oid 49 (ObjNum 1095 snap 334 seq_num 1095) 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3534: finishing write tid 1 to smithi118168640-36 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3534: finishing write tid 2 to smithi118168640-36 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3534: finishing write tid 3 to smithi118168640-36 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3534: finishing write tid 4 to smithi118168640-36 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3534: finishing write tid 5 to smithi118168640-36 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1515 (ObjNum 1096 snap 334 seq_num 1096) dirty exists 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3534: left oid 36 (ObjNum 1096 snap 334 seq_num 1096) 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3535: finishing write tid 1 to smithi118168640-35 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3535: finishing write tid 2 to smithi118168640-35 2023-09-30T09:19:01.749 INFO:tasks.rados.rados.0.smithi118.stdout:3535: finishing write tid 3 to smithi118168640-35 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3535: finishing write tid 4 to smithi118168640-35 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3535: finishing write tid 5 to smithi118168640-35 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1542 (ObjNum 1097 snap 334 seq_num 1097) dirty exists 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3535: left oid 35 (ObjNum 1097 snap 334 seq_num 1097) 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3537: finishing write tid 1 to smithi118168640-21 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3537: finishing write tid 2 to smithi118168640-21 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3537: finishing write tid 3 to smithi118168640-21 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3537: finishing write tid 4 to smithi118168640-21 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3537: finishing write tid 5 to smithi118168640-21 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1521 (ObjNum 1098 snap 334 seq_num 1098) dirty exists 2023-09-30T09:19:01.750 INFO:tasks.rados.rados.0.smithi118.stdout:3537: left oid 21 (ObjNum 1098 snap 334 seq_num 1098) 2023-09-30T09:19:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:01 smithi192 ceph-mon[180220]: osdmap e739: 8 total, 8 up, 8 in 2023-09-30T09:19:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:01 smithi192 ceph-mon[180220]: pgmap v821: 121 pgs: 121 active+clean; 222 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 7.6 MiB/s wr, 14 op/s 2023-09-30T09:19:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:01 smithi192 ceph-mon[180220]: osdmap e740: 8 total, 8 up, 8 in 2023-09-30T09:19:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:01 smithi118 ceph-mon[182959]: osdmap e739: 8 total, 8 up, 8 in 2023-09-30T09:19:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:01 smithi118 ceph-mon[182959]: pgmap v821: 121 pgs: 121 active+clean; 222 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 7.6 MiB/s wr, 14 op/s 2023-09-30T09:19:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:01 smithi118 ceph-mon[182959]: osdmap e740: 8 total, 8 up, 8 in 2023-09-30T09:19:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:01 smithi118 ceph-mon[185516]: osdmap e739: 8 total, 8 up, 8 in 2023-09-30T09:19:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:01 smithi118 ceph-mon[185516]: pgmap v821: 121 pgs: 121 active+clean; 222 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 7.6 MiB/s wr, 14 op/s 2023-09-30T09:19:02.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:01 smithi118 ceph-mon[185516]: osdmap e740: 8 total, 8 up, 8 in 2023-09-30T09:19:02.638 INFO:tasks.rados.rados.0.smithi118.stdout:3531: done (6 left) 2023-09-30T09:19:02.638 INFO:tasks.rados.rados.0.smithi118.stdout:3532: done (5 left) 2023-09-30T09:19:02.638 INFO:tasks.rados.rados.0.smithi118.stdout:3533: done (4 left) 2023-09-30T09:19:02.638 INFO:tasks.rados.rados.0.smithi118.stdout:3534: done (3 left) 2023-09-30T09:19:02.638 INFO:tasks.rados.rados.0.smithi118.stdout:3535: done (2 left) 2023-09-30T09:19:02.638 INFO:tasks.rados.rados.0.smithi118.stdout:3537: done (1 left) 2023-09-30T09:19:02.639 INFO:tasks.rados.rados.0.smithi118.stdout:3538: done (0 left) 2023-09-30T09:19:02.639 INFO:tasks.rados.rados.0.smithi118.stdout:3539: snap_remove snap 330 2023-09-30T09:19:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:3539: done (0 left) 2023-09-30T09:19:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:3540: copy_from oid 49 from oid 2 current snap is 335 2023-09-30T09:19:03.647 INFO:tasks.rados.rados.0.smithi118.stdout:3541: read oid 18 snap -1 2023-09-30T09:19:03.648 INFO:tasks.rados.rados.0.smithi118.stdout:3541: expect (ObjNum 1075 snap 328 seq_num 1075) 2023-09-30T09:19:03.648 INFO:tasks.rados.rados.0.smithi118.stdout:3542: snap_create 2023-09-30T09:19:03.648 INFO:tasks.rados.rados.0.smithi118.stdout:3540: finishing copy_from to smithi118168640-49 2023-09-30T09:19:03.648 INFO:tasks.rados.rados.0.smithi118.stdout:3540: got expected ENOENT (src dne) 2023-09-30T09:19:03.648 INFO:tasks.rados.rados.0.smithi118.stdout:3540: finishing copy_from racing read to smithi118168640-49 2023-09-30T09:19:03.708 INFO:tasks.rados.rados.0.smithi118.stdout:3541: expect (ObjNum 1075 snap 328 seq_num 1075) 2023-09-30T09:19:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:03 smithi192 ceph-mon[180220]: osdmap e741: 8 total, 8 up, 8 in 2023-09-30T09:19:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:03 smithi192 ceph-mon[180220]: pgmap v824: 121 pgs: 121 active+clean; 222 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 807 KiB/s rd, 6.3 MiB/s wr, 16 op/s 2023-09-30T09:19:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:03 smithi118 ceph-mon[182959]: osdmap e741: 8 total, 8 up, 8 in 2023-09-30T09:19:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:03 smithi118 ceph-mon[182959]: pgmap v824: 121 pgs: 121 active+clean; 222 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 807 KiB/s rd, 6.3 MiB/s wr, 16 op/s 2023-09-30T09:19:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:03 smithi118 ceph-mon[185516]: osdmap e741: 8 total, 8 up, 8 in 2023-09-30T09:19:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:03 smithi118 ceph-mon[185516]: pgmap v824: 121 pgs: 121 active+clean; 222 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 807 KiB/s rd, 6.3 MiB/s wr, 16 op/s 2023-09-30T09:19:04.838 INFO:tasks.rados.rados.0.smithi118.stdout:3540: done (2 left) 2023-09-30T09:19:04.838 INFO:tasks.rados.rados.0.smithi118.stdout:3541: done (1 left) 2023-09-30T09:19:04.839 INFO:tasks.rados.rados.0.smithi118.stdout:3542: done (0 left) 2023-09-30T09:19:04.839 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 336 2023-09-30T09:19:04.839 INFO:tasks.rados.rados.0.smithi118.stdout:3543: seq_num 1099 ranges {7815168=409600,8224768=442368,8667136=720896,9388032=40960} 2023-09-30T09:19:04.881 INFO:tasks.rados.rados.0.smithi118.stdout:3543: writing smithi118168640-32 from 7815168 to 8224768 tid 1 2023-09-30T09:19:04.883 INFO:tasks.rados.rados.0.smithi118.stdout:3543: writing smithi118168640-32 from 8224768 to 8667136 tid 2 2023-09-30T09:19:04.888 INFO:tasks.rados.rados.0.smithi118.stdout:3543: writing smithi118168640-32 from 8667136 to 9388032 tid 3 2023-09-30T09:19:04.888 INFO:tasks.rados.rados.0.smithi118.stdout:3543: writing smithi118168640-32 from 9388032 to 9428992 tid 4 2023-09-30T09:19:04.888 INFO:tasks.rados.rados.0.smithi118.stdout:3544: snap_remove snap 334 2023-09-30T09:19:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:04 smithi192 ceph-mon[180220]: osdmap e742: 8 total, 8 up, 8 in 2023-09-30T09:19:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:05.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:04 smithi118 ceph-mon[185516]: osdmap e742: 8 total, 8 up, 8 in 2023-09-30T09:19:05.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:04 smithi118 ceph-mon[182959]: osdmap e742: 8 total, 8 up, 8 in 2023-09-30T09:19:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:05.654 INFO:tasks.rados.rados.0.smithi118.stdout:3544: done (1 left) 2023-09-30T09:19:05.877 INFO:tasks.rados.rados.0.smithi118.stdout:3545: copy_from oid 44 from oid 3 current snap is 336 2023-09-30T09:19:05.877 INFO:tasks.rados.rados.0.smithi118.stdout:3543: finishing write tid 1 to smithi118168640-32 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3543: finishing write tid 2 to smithi118168640-32 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3543: finishing write tid 3 to smithi118168640-32 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3543: finishing write tid 4 to smithi118168640-32 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3543: finishing write tid 5 to smithi118168640-32 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3543: finishing write tid 6 to smithi118168640-32 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1511 (ObjNum 1099 snap 336 seq_num 1099) dirty exists 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3543: left oid 32 (ObjNum 1099 snap 336 seq_num 1099) 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3543: done (1 left) 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3546: read oid 40 snap -1 2023-09-30T09:19:05.878 INFO:tasks.rados.rados.0.smithi118.stdout:3546: expect (ObjNum 946 snap 287 seq_num 946) 2023-09-30T09:19:05.879 INFO:tasks.rados.rados.0.smithi118.stdout:3547: read oid 37 snap -1 2023-09-30T09:19:05.879 INFO:tasks.rados.rados.0.smithi118.stdout:3547: expect deleted 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3548: copy_from oid 6 from oid 21 current snap is 336 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3549: setattr oid 11 current snap is 336 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3550: delete oid 32 current snap is 336 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3547: done (5 left) 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3550: done (4 left) 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3551: copy_from oid 1 from oid 26 current snap is 336 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3552: copy_from oid 38 from oid 31 current snap is 336 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3553: delete oid 45 current snap is 336 2023-09-30T09:19:05.880 INFO:tasks.rados.rados.0.smithi118.stdout:3553: done (6 left) 2023-09-30T09:19:05.881 INFO:tasks.rados.rados.0.smithi118.stdout:3554: snap_remove snap 333 2023-09-30T09:19:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:05 smithi192 ceph-mon[180220]: osdmap e743: 8 total, 8 up, 8 in 2023-09-30T09:19:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:05 smithi192 ceph-mon[180220]: pgmap v827: 121 pgs: 121 active+clean; 233 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 5.7 MiB/s wr, 25 op/s 2023-09-30T09:19:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:19:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:05 smithi118 ceph-mon[182959]: osdmap e743: 8 total, 8 up, 8 in 2023-09-30T09:19:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:05 smithi118 ceph-mon[182959]: pgmap v827: 121 pgs: 121 active+clean; 233 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 5.7 MiB/s wr, 25 op/s 2023-09-30T09:19:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:19:06.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:05 smithi118 ceph-mon[185516]: osdmap e743: 8 total, 8 up, 8 in 2023-09-30T09:19:06.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:05 smithi118 ceph-mon[185516]: pgmap v827: 121 pgs: 121 active+clean; 233 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 MiB/s rd, 5.7 MiB/s wr, 25 op/s 2023-09-30T09:19:06.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:19:06.559 INFO:tasks.rados.rados.0.smithi118.stdout:3554: done (6 left) 2023-09-30T09:19:06.559 INFO:tasks.rados.rados.0.smithi118.stdout:3555: setattr oid 32 current snap is 336 2023-09-30T09:19:06.560 INFO:tasks.rados.rados.0.smithi118.stdout:3556: delete oid 14 current snap is 336 2023-09-30T09:19:06.560 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1524 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:19:06.560 INFO:tasks.rados.rados.0.smithi118.stdout:3546: expect (ObjNum 946 snap 287 seq_num 946) 2023-09-30T09:19:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:06 smithi192 ceph-mon[180220]: osdmap e744: 8 total, 8 up, 8 in 2023-09-30T09:19:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:19:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:19:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:19:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:06 smithi192 ceph-mon[180220]: osdmap e745: 8 total, 8 up, 8 in 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3545: finishing copy_from racing read to smithi118168640-44 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3545: finishing copy_from to smithi118168640-44 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1511 (ObjNum 1050 snap 319 seq_num 1050) dirty exists 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3548: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3552: finishing copy_from racing read to smithi118168640-38 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3551: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3545: done (7 left) 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3546: done (6 left) 2023-09-30T09:19:06.971 INFO:tasks.rados.rados.0.smithi118.stdout:3549: done (5 left) 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:3556: done (4 left) 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:3557: read oid 37 snap -1 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:3557: expect deleted 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:3558: rollback oid 44 current snap is 336 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 44 to 335 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:3548: finishing copy_from to smithi118168640-6 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 1521 (ObjNum 1098 snap 334 seq_num 1098) dirty exists 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:3552: finishing copy_from to smithi118168640-38 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1470 (ObjNum 1030 snap 310 seq_num 1030) dirty exists 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:3551: finishing copy_from to smithi118168640-1 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1509 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:19:06.972 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1513 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:19:06.973 INFO:tasks.rados.rados.0.smithi118.stdout:3548: done (5 left) 2023-09-30T09:19:06.973 INFO:tasks.rados.rados.0.smithi118.stdout:3551: done (4 left) 2023-09-30T09:19:06.973 INFO:tasks.rados.rados.0.smithi118.stdout:3552: done (3 left) 2023-09-30T09:19:06.973 INFO:tasks.rados.rados.0.smithi118.stdout:3555: done (2 left) 2023-09-30T09:19:06.973 INFO:tasks.rados.rados.0.smithi118.stdout:3559: read oid 28 snap -1 2023-09-30T09:19:06.973 INFO:tasks.rados.rados.0.smithi118.stdout:3559: expect (ObjNum 1094 snap 334 seq_num 1094) 2023-09-30T09:19:06.973 INFO:tasks.rados.rados.0.smithi118.stdout:3560: snap_create 2023-09-30T09:19:06.974 INFO:tasks.rados.rados.0.smithi118.stdout:3558: finishing rollback tid 0 to smithi118168640-44 2023-09-30T09:19:06.974 INFO:tasks.rados.rados.0.smithi118.stdout:3558: finishing rollback tid 1 to smithi118168640-44 2023-09-30T09:19:06.974 INFO:tasks.rados.rados.0.smithi118.stdout:3558: finishing rollback tid 2 to smithi118168640-44 2023-09-30T09:19:06.974 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1541 (ObjNum 1082 snap 330 seq_num 1082) dirty exists 2023-09-30T09:19:06.992 INFO:tasks.rados.rados.0.smithi118.stdout:3559: expect (ObjNum 1094 snap 334 seq_num 1094) 2023-09-30T09:19:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[182959]: osdmap e744: 8 total, 8 up, 8 in 2023-09-30T09:19:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:19:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:19:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:19:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[182959]: osdmap e745: 8 total, 8 up, 8 in 2023-09-30T09:19:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[185516]: osdmap e744: 8 total, 8 up, 8 in 2023-09-30T09:19:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:19:07.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:19:07.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:19:07.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:06 smithi118 ceph-mon[185516]: osdmap e745: 8 total, 8 up, 8 in 2023-09-30T09:19:07.657 INFO:tasks.rados.rados.0.smithi118.stdout:3557: done (3 left) 2023-09-30T09:19:07.657 INFO:tasks.rados.rados.0.smithi118.stdout:3558: done (2 left) 2023-09-30T09:19:07.657 INFO:tasks.rados.rados.0.smithi118.stdout:3559: done (1 left) 2023-09-30T09:19:07.657 INFO:tasks.rados.rados.0.smithi118.stdout:3560: done (0 left) 2023-09-30T09:19:07.657 INFO:tasks.rados.rados.0.smithi118.stdout:3561: read oid 15 snap -1 2023-09-30T09:19:07.658 INFO:tasks.rados.rados.0.smithi118.stdout:3561: expect (ObjNum 1049 snap 318 seq_num 1049) 2023-09-30T09:19:07.658 INFO:tasks.rados.rados.0.smithi118.stdout:3562: setattr oid 2 current snap is 337 2023-09-30T09:19:07.658 INFO:tasks.rados.rados.0.smithi118.stdout:3563: copy_from oid 43 from oid 45 current snap is 337 2023-09-30T09:19:07.658 INFO:tasks.rados.rados.0.smithi118.stdout:3564: rmattr oid 31 current snap is 337 2023-09-30T09:19:07.659 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 337 2023-09-30T09:19:07.659 INFO:tasks.rados.rados.0.smithi118.stdout:3565: seq_num 1103 ranges {0=475136,475136=425984,901120=696320,1597440=81920} 2023-09-30T09:19:07.661 INFO:tasks.rados.rados.0.smithi118.stdout:3565: writing smithi118168640-4 from 0 to 475136 tid 1 2023-09-30T09:19:07.663 INFO:tasks.rados.rados.0.smithi118.stdout:3565: writing smithi118168640-4 from 475136 to 901120 tid 2 2023-09-30T09:19:07.668 INFO:tasks.rados.rados.0.smithi118.stdout:3565: writing smithi118168640-4 from 901120 to 1597440 tid 3 2023-09-30T09:19:07.668 INFO:tasks.rados.rados.0.smithi118.stdout:3565: writing smithi118168640-4 from 1597440 to 1679360 tid 4 2023-09-30T09:19:07.669 INFO:tasks.rados.rados.0.smithi118.stdout:3566: copy_from oid 47 from oid 6 current snap is 337 2023-09-30T09:19:07.669 INFO:tasks.rados.rados.0.smithi118.stdout:3563: finishing copy_from to smithi118168640-43 2023-09-30T09:19:07.669 INFO:tasks.rados.rados.0.smithi118.stdout:3563: got expected ENOENT (src dne) 2023-09-30T09:19:07.669 INFO:tasks.rados.rados.0.smithi118.stdout:3563: finishing copy_from racing read to smithi118168640-43 2023-09-30T09:19:07.669 INFO:tasks.rados.rados.0.smithi118.stdout:3561: expect (ObjNum 1049 snap 318 seq_num 1049) 2023-09-30T09:19:07.718 INFO:tasks.rados.rados.0.smithi118.stdout:3565: finishing write tid 1 to smithi118168640-4 2023-09-30T09:19:07.718 INFO:tasks.rados.rados.0.smithi118.stdout:3565: finishing write tid 2 to smithi118168640-4 2023-09-30T09:19:07.718 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1475 (ObjNum 1030 snap 310 seq_num 1030) dirty exists 2023-09-30T09:19:07.718 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1762 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:19:07.718 INFO:tasks.rados.rados.0.smithi118.stdout:3565: finishing write tid 3 to smithi118168640-4 2023-09-30T09:19:07.718 INFO:tasks.rados.rados.0.smithi118.stdout:3561: done (5 left) 2023-09-30T09:19:07.718 INFO:tasks.rados.rados.0.smithi118.stdout:3562: done (4 left) 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3563: done (3 left) 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3564: done (2 left) 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3567: setattr oid 1 current snap is 337 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3565: finishing write tid 4 to smithi118168640-4 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3565: finishing write tid 5 to smithi118168640-4 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3565: finishing write tid 6 to smithi118168640-4 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1547 (ObjNum 1103 snap 337 seq_num 1103) dirty exists 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3565: left oid 4 (ObjNum 1103 snap 337 seq_num 1103) 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3566: finishing copy_from racing read to smithi118168640-47 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:3566: finishing copy_from to smithi118168640-47 2023-09-30T09:19:07.719 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1521 (ObjNum 1098 snap 334 seq_num 1098) dirty exists 2023-09-30T09:19:07.720 INFO:tasks.rados.rados.0.smithi118.stdout:3565: done (2 left) 2023-09-30T09:19:07.720 INFO:tasks.rados.rados.0.smithi118.stdout:3566: done (1 left) 2023-09-30T09:19:07.720 INFO:tasks.rados.rados.0.smithi118.stdout:3568: delete oid 14 current snap is 337 2023-09-30T09:19:07.723 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1511 (ObjNum 976 snap 293 seq_num 976) dirty exists 2023-09-30T09:19:07.723 INFO:tasks.rados.rados.0.smithi118.stdout:3567: done (1 left) 2023-09-30T09:19:07.723 INFO:tasks.rados.rados.0.smithi118.stdout:3568: done (0 left) 2023-09-30T09:19:07.723 INFO:tasks.rados.rados.0.smithi118.stdout:3569: delete oid 13 current snap is 337 2023-09-30T09:19:07.725 INFO:tasks.rados.rados.0.smithi118.stdout:3569: done (0 left) 2023-09-30T09:19:07.726 INFO:tasks.rados.rados.0.smithi118.stdout:3570: delete oid 8 current snap is 337 2023-09-30T09:19:07.728 INFO:tasks.rados.rados.0.smithi118.stdout:3570: done (0 left) 2023-09-30T09:19:07.728 INFO:tasks.rados.rados.0.smithi118.stdout:3571: snap_remove snap 323 2023-09-30T09:19:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:07 smithi192 ceph-mon[180220]: pgmap v830: 121 pgs: 121 active+clean; 247 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 7.1 MiB/s wr, 29 op/s 2023-09-30T09:19:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:07 smithi118 ceph-mon[182959]: pgmap v830: 121 pgs: 121 active+clean; 247 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 7.1 MiB/s wr, 29 op/s 2023-09-30T09:19:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:07 smithi118 ceph-mon[185516]: pgmap v830: 121 pgs: 121 active+clean; 247 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 MiB/s rd, 7.1 MiB/s wr, 29 op/s 2023-09-30T09:19:08.664 INFO:tasks.rados.rados.0.smithi118.stdout:3571: done (0 left) 2023-09-30T09:19:08.664 INFO:tasks.rados.rados.0.smithi118.stdout:3572: snap_remove snap 322 2023-09-30T09:19:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:08 smithi192 ceph-mon[180220]: osdmap e746: 8 total, 8 up, 8 in 2023-09-30T09:19:09.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:08 smithi118 ceph-mon[182959]: osdmap e746: 8 total, 8 up, 8 in 2023-09-30T09:19:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:08 smithi118 ceph-mon[185516]: osdmap e746: 8 total, 8 up, 8 in 2023-09-30T09:19:09.677 INFO:tasks.rados.rados.0.smithi118.stdout:3572: done (0 left) 2023-09-30T09:19:09.678 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 21 current snap is 337 2023-09-30T09:19:09.678 INFO:tasks.rados.rados.0.smithi118.stdout:3573: seq_num 1107 ranges {8011776=548864,8560640=770048,9330688=434176} 2023-09-30T09:19:09.721 INFO:tasks.rados.rados.0.smithi118.stdout:3573: writing smithi118168640-21 from 8011776 to 8560640 tid 1 2023-09-30T09:19:09.726 INFO:tasks.rados.rados.0.smithi118.stdout:3573: writing smithi118168640-21 from 8560640 to 9330688 tid 2 2023-09-30T09:19:09.728 INFO:tasks.rados.rados.0.smithi118.stdout:3573: writing smithi118168640-21 from 9330688 to 9764864 tid 3 2023-09-30T09:19:09.728 INFO:tasks.rados.rados.0.smithi118.stdout:3574: setattr oid 11 current snap is 337 2023-09-30T09:19:09.728 INFO:tasks.rados.rados.0.smithi118.stdout:3573: finishing write tid 1 to smithi118168640-21 2023-09-30T09:19:09.730 INFO:tasks.rados.rados.0.smithi118.stdout:3575: read oid 22 snap -1 2023-09-30T09:19:09.730 INFO:tasks.rados.rados.0.smithi118.stdout:3575: expect (ObjNum 1065 snap 327 seq_num 1065) 2023-09-30T09:19:09.730 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 337 2023-09-30T09:19:09.730 INFO:tasks.rados.rados.0.smithi118.stdout:3576: seq_num 1108 ranges {6635520=565248,7200768=647168,7847936=483328,8331264=73728} 2023-09-30T09:19:09.769 INFO:tasks.rados.rados.0.smithi118.stdout:3576: writing smithi118168640-10 from 6635520 to 7200768 tid 1 2023-09-30T09:19:09.773 INFO:tasks.rados.rados.0.smithi118.stdout:3576: writing smithi118168640-10 from 7200768 to 7847936 tid 2 2023-09-30T09:19:09.776 INFO:tasks.rados.rados.0.smithi118.stdout:3576: writing smithi118168640-10 from 7847936 to 8331264 tid 3 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:3576: writing smithi118168640-10 from 8331264 to 8404992 tid 4 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 337 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:3573: finishing write tid 2 to smithi118168640-21 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:3573: finishing write tid 3 to smithi118168640-21 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:3573: finishing write tid 4 to smithi118168640-21 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:3573: finishing write tid 5 to smithi118168640-21 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1525 (ObjNum 1107 snap 337 seq_num 1107) dirty exists 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:3573: left oid 21 (ObjNum 1107 snap 337 seq_num 1107) 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1526 (ObjNum 1009 snap 306 seq_num 1009) dirty exists 2023-09-30T09:19:09.777 INFO:tasks.rados.rados.0.smithi118.stdout:3576: finishing write tid 1 to smithi118168640-10 2023-09-30T09:19:09.778 INFO:tasks.rados.rados.0.smithi118.stdout:3577: seq_num 1109 ranges {1679360=581632,2260992=532480,2793472=647168,3440640=24576} 2023-09-30T09:19:09.789 INFO:tasks.rados.rados.0.smithi118.stdout:3577: writing smithi118168640-4 from 1679360 to 2260992 tid 1 2023-09-30T09:19:09.792 INFO:tasks.rados.rados.0.smithi118.stdout:3577: writing smithi118168640-4 from 2260992 to 2793472 tid 2 2023-09-30T09:19:09.796 INFO:tasks.rados.rados.0.smithi118.stdout:3577: writing smithi118168640-4 from 2793472 to 3440640 tid 3 2023-09-30T09:19:09.797 INFO:tasks.rados.rados.0.smithi118.stdout:3577: writing smithi118168640-4 from 3440640 to 3465216 tid 4 2023-09-30T09:19:09.797 INFO:tasks.rados.rados.0.smithi118.stdout:3573: done (4 left) 2023-09-30T09:19:09.797 INFO:tasks.rados.rados.0.smithi118.stdout:3574: done (3 left) 2023-09-30T09:19:09.797 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 337 2023-09-30T09:19:09.797 INFO:tasks.rados.rados.0.smithi118.stdout:3576: finishing write tid 2 to smithi118168640-10 2023-09-30T09:19:09.797 INFO:tasks.rados.rados.0.smithi118.stdout:3578: seq_num 1110 ranges {10633216=598016,11231232=466944,11698176=450560,12148736=286720} 2023-09-30T09:19:09.855 INFO:tasks.rados.rados.0.smithi118.stdout:3578: writing smithi118168640-1 from 10633216 to 11231232 tid 1 2023-09-30T09:19:09.858 INFO:tasks.rados.rados.0.smithi118.stdout:3578: writing smithi118168640-1 from 11231232 to 11698176 tid 2 2023-09-30T09:19:09.860 INFO:tasks.rados.rados.0.smithi118.stdout:3578: writing smithi118168640-1 from 11698176 to 12148736 tid 3 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3578: writing smithi118168640-1 from 12148736 to 12435456 tid 4 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3579: read oid 47 snap -1 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3579: expect (ObjNum 1098 snap 334 seq_num 1098) 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3580: read oid 32 snap -1 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3580: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3581: setattr oid 14 current snap is 337 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3576: finishing write tid 3 to smithi118168640-10 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3576: finishing write tid 4 to smithi118168640-10 2023-09-30T09:19:09.863 INFO:tasks.rados.rados.0.smithi118.stdout:3576: finishing write tid 5 to smithi118168640-10 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3576: finishing write tid 6 to smithi118168640-10 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1544 (ObjNum 1108 snap 337 seq_num 1108) dirty exists 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3576: left oid 10 (ObjNum 1108 snap 337 seq_num 1108) 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3577: finishing write tid 1 to smithi118168640-4 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3577: finishing write tid 2 to smithi118168640-4 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3577: finishing write tid 3 to smithi118168640-4 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3577: finishing write tid 4 to smithi118168640-4 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3577: finishing write tid 5 to smithi118168640-4 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3577: finishing write tid 6 to smithi118168640-4 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1552 (ObjNum 1109 snap 337 seq_num 1109) dirty exists 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3577: left oid 4 (ObjNum 1109 snap 337 seq_num 1109) 2023-09-30T09:19:09.864 INFO:tasks.rados.rados.0.smithi118.stdout:3575: expect (ObjNum 1065 snap 327 seq_num 1065) 2023-09-30T09:19:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:09 smithi192 ceph-mon[180220]: osdmap e747: 8 total, 8 up, 8 in 2023-09-30T09:19:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:09 smithi192 ceph-mon[180220]: pgmap v833: 121 pgs: 121 active+clean; 259 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 1.0 MiB/s rd, 6.4 MiB/s wr, 17 op/s 2023-09-30T09:19:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:19:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:19:09] "GET /metrics HTTP/1.1" 200 36185 "" "Prometheus/2.43.0" 2023-09-30T09:19:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:09 smithi118 ceph-mon[182959]: osdmap e747: 8 total, 8 up, 8 in 2023-09-30T09:19:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:09 smithi118 ceph-mon[182959]: pgmap v833: 121 pgs: 121 active+clean; 259 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 1.0 MiB/s rd, 6.4 MiB/s wr, 17 op/s 2023-09-30T09:19:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:09 smithi118 ceph-mon[185516]: osdmap e747: 8 total, 8 up, 8 in 2023-09-30T09:19:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:09 smithi118 ceph-mon[185516]: pgmap v833: 121 pgs: 121 active+clean; 259 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 1.0 MiB/s rd, 6.4 MiB/s wr, 17 op/s 2023-09-30T09:19:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:10 smithi192 ceph-mon[180220]: osdmap e748: 8 total, 8 up, 8 in 2023-09-30T09:19:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:10 smithi118 ceph-mon[182959]: osdmap e748: 8 total, 8 up, 8 in 2023-09-30T09:19:11.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:10 smithi118 ceph-mon[185516]: osdmap e748: 8 total, 8 up, 8 in 2023-09-30T09:19:11.720 INFO:tasks.rados.rados.0.smithi118.stdout:3578: finishing write tid 1 to smithi118168640-1 2023-09-30T09:19:11.720 INFO:tasks.rados.rados.0.smithi118.stdout:3578: finishing write tid 2 to smithi118168640-1 2023-09-30T09:19:11.720 INFO:tasks.rados.rados.0.smithi118.stdout:3580: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:19:11.721 INFO:tasks.rados.rados.0.smithi118.stdout:3578: finishing write tid 3 to smithi118168640-1 2023-09-30T09:19:11.721 INFO:tasks.rados.rados.0.smithi118.stdout:3578: finishing write tid 4 to smithi118168640-1 2023-09-30T09:19:11.721 INFO:tasks.rados.rados.0.smithi118.stdout:3578: finishing write tid 5 to smithi118168640-1 2023-09-30T09:19:11.721 INFO:tasks.rados.rados.0.smithi118.stdout:3578: finishing write tid 6 to smithi118168640-1 2023-09-30T09:19:11.721 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1516 (ObjNum 1110 snap 337 seq_num 1110) dirty exists 2023-09-30T09:19:11.721 INFO:tasks.rados.rados.0.smithi118.stdout:3578: left oid 1 (ObjNum 1110 snap 337 seq_num 1110) 2023-09-30T09:19:11.721 INFO:tasks.rados.rados.0.smithi118.stdout:3579: expect (ObjNum 1098 snap 334 seq_num 1098) 2023-09-30T09:19:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:11 smithi192 ceph-mon[180220]: pgmap v835: 121 pgs: 121 active+clean; 274 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 6.1 MiB/s wr, 24 op/s 2023-09-30T09:19:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:11 smithi192 ceph-mon[180220]: osdmap e749: 8 total, 8 up, 8 in 2023-09-30T09:19:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:11 smithi118 ceph-mon[182959]: pgmap v835: 121 pgs: 121 active+clean; 274 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 6.1 MiB/s wr, 24 op/s 2023-09-30T09:19:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:11 smithi118 ceph-mon[182959]: osdmap e749: 8 total, 8 up, 8 in 2023-09-30T09:19:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:11 smithi118 ceph-mon[185516]: pgmap v835: 121 pgs: 121 active+clean; 274 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 MiB/s rd, 6.1 MiB/s wr, 24 op/s 2023-09-30T09:19:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:11 smithi118 ceph-mon[185516]: osdmap e749: 8 total, 8 up, 8 in 2023-09-30T09:19:12.248 INFO:tasks.rados.rados.0.smithi118.stdout:3575: done (6 left) 2023-09-30T09:19:12.249 INFO:tasks.rados.rados.0.smithi118.stdout:3576: done (5 left) 2023-09-30T09:19:12.249 INFO:tasks.rados.rados.0.smithi118.stdout:3577: done (4 left) 2023-09-30T09:19:12.249 INFO:tasks.rados.rados.0.smithi118.stdout:3578: done (3 left) 2023-09-30T09:19:12.250 INFO:tasks.rados.rados.0.smithi118.stdout:3579: done (2 left) 2023-09-30T09:19:12.250 INFO:tasks.rados.rados.0.smithi118.stdout:3580: done (1 left) 2023-09-30T09:19:12.250 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 337 2023-09-30T09:19:12.250 INFO:tasks.rados.rados.0.smithi118.stdout:3582: seq_num 1111 ranges {6692864=614400,7307264=753664,8060928=450560} 2023-09-30T09:19:12.288 INFO:tasks.rados.rados.0.smithi118.stdout:3582: writing smithi118168640-20 from 6692864 to 7307264 tid 1 2023-09-30T09:19:12.292 INFO:tasks.rados.rados.0.smithi118.stdout:3582: writing smithi118168640-20 from 7307264 to 8060928 tid 2 2023-09-30T09:19:12.298 INFO:tasks.rados.rados.0.smithi118.stdout:3582: writing smithi118168640-20 from 8060928 to 8511488 tid 3 2023-09-30T09:19:12.298 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 337 2023-09-30T09:19:12.298 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1517 (ObjNum -970895760 snap 22003 seq_num 304) dirty exists 2023-09-30T09:19:12.298 INFO:tasks.rados.rados.0.smithi118.stdout:3582: finishing write tid 1 to smithi118168640-20 2023-09-30T09:19:12.298 INFO:tasks.rados.rados.0.smithi118.stdout:3583: seq_num 1112 ranges {12435456=630784,13066240=638976,13705216=466944,14172160=98304} 2023-09-30T09:19:12.364 INFO:tasks.rados.rados.0.smithi118.stdout:3583: writing smithi118168640-1 from 12435456 to 13066240 tid 1 2023-09-30T09:19:12.367 INFO:tasks.rados.rados.0.smithi118.stdout:3583: writing smithi118168640-1 from 13066240 to 13705216 tid 2 2023-09-30T09:19:12.370 INFO:tasks.rados.rados.0.smithi118.stdout:3583: writing smithi118168640-1 from 13705216 to 14172160 tid 3 2023-09-30T09:19:12.371 INFO:tasks.rados.rados.0.smithi118.stdout:3583: writing smithi118168640-1 from 14172160 to 14270464 tid 4 2023-09-30T09:19:12.371 INFO:tasks.rados.rados.0.smithi118.stdout:3581: done (2 left) 2023-09-30T09:19:12.371 INFO:tasks.rados.rados.0.smithi118.stdout:3584: copy_from oid 40 from oid 31 current snap is 337 2023-09-30T09:19:12.371 INFO:tasks.rados.rados.0.smithi118.stdout:3582: finishing write tid 2 to smithi118168640-20 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:3582: finishing write tid 3 to smithi118168640-20 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:3582: finishing write tid 4 to smithi118168640-20 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:3582: finishing write tid 5 to smithi118168640-20 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1545 (ObjNum 1111 snap 337 seq_num 1111) dirty exists 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:3582: left oid 20 (ObjNum 1111 snap 337 seq_num 1111) 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:3583: finishing write tid 1 to smithi118168640-1 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:3582: done (2 left) 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 337 2023-09-30T09:19:12.372 INFO:tasks.rados.rados.0.smithi118.stdout:3585: seq_num 1113 ranges {1007616=647168,1654784=524288,2179072=622592,2801664=57344} 2023-09-30T09:19:12.380 INFO:tasks.rados.rados.0.smithi118.stdout:3585: writing smithi118168640-23 from 1007616 to 1654784 tid 1 2023-09-30T09:19:12.383 INFO:tasks.rados.rados.0.smithi118.stdout:3585: writing smithi118168640-23 from 1654784 to 2179072 tid 2 2023-09-30T09:19:12.387 INFO:tasks.rados.rados.0.smithi118.stdout:3585: writing smithi118168640-23 from 2179072 to 2801664 tid 3 2023-09-30T09:19:12.388 INFO:tasks.rados.rados.0.smithi118.stdout:3585: writing smithi118168640-23 from 2801664 to 2859008 tid 4 2023-09-30T09:19:12.388 INFO:tasks.rados.rados.0.smithi118.stdout:3586: copy_from oid 28 from oid 25 current snap is 337 2023-09-30T09:19:12.388 INFO:tasks.rados.rados.0.smithi118.stdout:3583: finishing write tid 2 to smithi118168640-1 2023-09-30T09:19:12.388 INFO:tasks.rados.rados.0.smithi118.stdout:3583: finishing write tid 3 to smithi118168640-1 2023-09-30T09:19:12.388 INFO:tasks.rados.rados.0.smithi118.stdout:3583: finishing write tid 4 to smithi118168640-1 2023-09-30T09:19:12.388 INFO:tasks.rados.rados.0.smithi118.stdout:3583: finishing write tid 5 to smithi118168640-1 2023-09-30T09:19:12.388 INFO:tasks.rados.rados.0.smithi118.stdout:3583: finishing write tid 6 to smithi118168640-1 2023-09-30T09:19:12.389 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1522 (ObjNum 1112 snap 337 seq_num 1112) dirty exists 2023-09-30T09:19:12.389 INFO:tasks.rados.rados.0.smithi118.stdout:3583: left oid 1 (ObjNum 1112 snap 337 seq_num 1112) 2023-09-30T09:19:12.389 INFO:tasks.rados.rados.0.smithi118.stdout:3585: finishing write tid 1 to smithi118168640-23 2023-09-30T09:19:12.389 INFO:tasks.rados.rados.0.smithi118.stdout:3585: finishing write tid 2 to smithi118168640-23 2023-09-30T09:19:12.389 INFO:tasks.rados.rados.0.smithi118.stdout:3583: done (3 left) 2023-09-30T09:19:12.389 INFO:tasks.rados.rados.0.smithi118.stdout:3587: snap_remove snap 328 2023-09-30T09:19:12.679 INFO:tasks.rados.rados.0.smithi118.stdout:3587: done (3 left) 2023-09-30T09:19:12.679 INFO:tasks.rados.rados.0.smithi118.stdout:3588: rollback oid 35 current snap is 337 2023-09-30T09:19:12.679 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 324 2023-09-30T09:19:12.679 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 337 2023-09-30T09:19:12.679 INFO:tasks.rados.rados.0.smithi118.stdout:3589: seq_num 1114 ranges {1548288=663552,2211840=802816,3014656=401408} 2023-09-30T09:19:12.690 INFO:tasks.rados.rados.0.smithi118.stdout:3589: writing smithi118168640-49 from 1548288 to 2211840 tid 1 2023-09-30T09:19:12.695 INFO:tasks.rados.rados.0.smithi118.stdout:3589: writing smithi118168640-49 from 2211840 to 3014656 tid 2 2023-09-30T09:19:12.699 INFO:tasks.rados.rados.0.smithi118.stdout:3589: writing smithi118168640-49 from 3014656 to 3416064 tid 3 2023-09-30T09:19:12.699 INFO:tasks.rados.rados.0.smithi118.stdout:3590: read oid 45 snap 331 2023-09-30T09:19:12.699 INFO:tasks.rados.rados.0.smithi118.stdout:3590: expect (ObjNum 1072 snap 328 seq_num 1072) 2023-09-30T09:19:12.699 INFO:tasks.rados.rados.0.smithi118.stdout:3591: snap_remove snap 329 2023-09-30T09:19:13.686 INFO:tasks.rados.rados.0.smithi118.stdout:3591: done (6 left) 2023-09-30T09:19:13.686 INFO:tasks.rados.rados.0.smithi118.stdout:3592: copy_from oid 26 from oid 12 current snap is 337 2023-09-30T09:19:13.686 INFO:tasks.rados.rados.0.smithi118.stdout:3593: snap_remove snap 335 2023-09-30T09:19:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:13 smithi192 ceph-mon[180220]: osdmap e750: 8 total, 8 up, 8 in 2023-09-30T09:19:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:13 smithi192 ceph-mon[180220]: pgmap v838: 121 pgs: 121 active+clean; 277 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 4.5 MiB/s wr, 26 op/s 2023-09-30T09:19:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:13 smithi118 ceph-mon[182959]: osdmap e750: 8 total, 8 up, 8 in 2023-09-30T09:19:14.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:13 smithi118 ceph-mon[182959]: pgmap v838: 121 pgs: 121 active+clean; 277 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 4.5 MiB/s wr, 26 op/s 2023-09-30T09:19:14.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:13 smithi118 ceph-mon[185516]: osdmap e750: 8 total, 8 up, 8 in 2023-09-30T09:19:14.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:13 smithi118 ceph-mon[185516]: pgmap v838: 121 pgs: 121 active+clean; 277 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 MiB/s rd, 4.5 MiB/s wr, 26 op/s 2023-09-30T09:19:14.688 INFO:tasks.rados.rados.0.smithi118.stdout:3593: done (7 left) 2023-09-30T09:19:14.689 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 337 2023-09-30T09:19:14.689 INFO:tasks.rados.rados.0.smithi118.stdout:3594: seq_num 1115 ranges {0=679936,679936=688128,1368064=516096} 2023-09-30T09:19:14.690 INFO:tasks.rados.rados.0.smithi118.stdout:3594: writing smithi118168640-13 from 0 to 679936 tid 1 2023-09-30T09:19:14.696 INFO:tasks.rados.rados.0.smithi118.stdout:3594: writing smithi118168640-13 from 679936 to 1368064 tid 2 2023-09-30T09:19:14.698 INFO:tasks.rados.rados.0.smithi118.stdout:3594: writing smithi118168640-13 from 1368064 to 1884160 tid 3 2023-09-30T09:19:14.699 INFO:tasks.rados.rados.0.smithi118.stdout:3595: snap_create 2023-09-30T09:19:14.702 INFO:tasks.rados.rados.0.smithi118.stdout:3585: finishing write tid 3 to smithi118168640-23 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3585: finishing write tid 4 to smithi118168640-23 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3585: finishing write tid 5 to smithi118168640-23 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3585: finishing write tid 6 to smithi118168640-23 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1549 (ObjNum 1113 snap 337 seq_num 1113) dirty exists 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3585: left oid 23 (ObjNum 1113 snap 337 seq_num 1113) 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3584: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3586: finishing copy_from racing read to smithi118168640-28 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3584: finishing copy_from to smithi118168640-40 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1475 (ObjNum 1030 snap 310 seq_num 1030) dirty exists 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:3586: finishing copy_from to smithi118168640-28 2023-09-30T09:19:14.703 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1506 (ObjNum 1023 snap 307 seq_num 1023) dirty exists 2023-09-30T09:19:14.704 INFO:tasks.rados.rados.0.smithi118.stdout:3588: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:19:14.704 INFO:tasks.rados.rados.0.smithi118.stdout:3588: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:19:14.704 INFO:tasks.rados.rados.0.smithi118.stdout:3588: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:19:14.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1555 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:19:14.704 INFO:tasks.rados.rados.0.smithi118.stdout:3589: finishing write tid 1 to smithi118168640-49 2023-09-30T09:19:14.704 INFO:tasks.rados.rados.0.smithi118.stdout:3589: finishing write tid 2 to smithi118168640-49 2023-09-30T09:19:14.704 INFO:tasks.rados.rados.0.smithi118.stdout:3590: expect (ObjNum 1072 snap 328 seq_num 1072) 2023-09-30T09:19:14.731 INFO:tasks.rados.rados.0.smithi118.stdout:3589: finishing write tid 3 to smithi118168640-49 2023-09-30T09:19:14.731 INFO:tasks.rados.rados.0.smithi118.stdout:3589: finishing write tid 4 to smithi118168640-49 2023-09-30T09:19:14.731 INFO:tasks.rados.rados.0.smithi118.stdout:3589: finishing write tid 5 to smithi118168640-49 2023-09-30T09:19:14.731 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1536 (ObjNum 1114 snap 337 seq_num 1114) dirty exists 2023-09-30T09:19:14.731 INFO:tasks.rados.rados.0.smithi118.stdout:3589: left oid 49 (ObjNum 1114 snap 337 seq_num 1114) 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3592: finishing copy_from racing read to smithi118168640-26 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3592: finishing copy_from to smithi118168640-26 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1474 (ObjNum 1084 snap 331 seq_num 1084) dirty exists 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3594: finishing write tid 1 to smithi118168640-13 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3594: finishing write tid 2 to smithi118168640-13 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3594: finishing write tid 3 to smithi118168640-13 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3594: finishing write tid 4 to smithi118168640-13 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3594: finishing write tid 5 to smithi118168640-13 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1530 (ObjNum 1115 snap 337 seq_num 1115) dirty exists 2023-09-30T09:19:14.732 INFO:tasks.rados.rados.0.smithi118.stdout:3594: left oid 13 (ObjNum 1115 snap 337 seq_num 1115) 2023-09-30T09:19:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:14 smithi192 ceph-mon[180220]: osdmap e751: 8 total, 8 up, 8 in 2023-09-30T09:19:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:14 smithi118 ceph-mon[182959]: osdmap e751: 8 total, 8 up, 8 in 2023-09-30T09:19:15.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:14 smithi118 ceph-mon[185516]: osdmap e751: 8 total, 8 up, 8 in 2023-09-30T09:19:15.692 INFO:tasks.rados.rados.0.smithi118.stdout:3584: done (8 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3585: done (7 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3586: done (6 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3588: done (5 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3589: done (4 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3590: done (3 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3592: done (2 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3594: done (1 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3595: done (0 left) 2023-09-30T09:19:15.693 INFO:tasks.rados.rados.0.smithi118.stdout:3596: snap_remove snap 336 2023-09-30T09:19:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:15 smithi192 ceph-mon[180220]: osdmap e752: 8 total, 8 up, 8 in 2023-09-30T09:19:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:15 smithi192 ceph-mon[180220]: pgmap v841: 121 pgs: 121 active+clean; 284 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 3.5 MiB/s wr, 21 op/s 2023-09-30T09:19:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:15 smithi118 ceph-mon[182959]: osdmap e752: 8 total, 8 up, 8 in 2023-09-30T09:19:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:15 smithi118 ceph-mon[182959]: pgmap v841: 121 pgs: 121 active+clean; 284 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 3.5 MiB/s wr, 21 op/s 2023-09-30T09:19:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:15 smithi118 ceph-mon[185516]: osdmap e752: 8 total, 8 up, 8 in 2023-09-30T09:19:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:15 smithi118 ceph-mon[185516]: pgmap v841: 121 pgs: 121 active+clean; 284 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 3.5 MiB/s wr, 21 op/s 2023-09-30T09:19:16.574 INFO:tasks.rados.rados.0.smithi118.stdout:3596: done (0 left) 2023-09-30T09:19:16.575 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 338 2023-09-30T09:19:16.575 INFO:tasks.rados.rados.0.smithi118.stdout:3597: seq_num 1116 ranges {8511488=696320,9207808=573440,9781248=450560,10231808=180224} 2023-09-30T09:19:16.622 INFO:tasks.rados.rados.0.smithi118.stdout:3597: writing smithi118168640-20 from 8511488 to 9207808 tid 1 2023-09-30T09:19:16.625 INFO:tasks.rados.rados.0.smithi118.stdout:3597: writing smithi118168640-20 from 9207808 to 9781248 tid 2 2023-09-30T09:19:16.627 INFO:tasks.rados.rados.0.smithi118.stdout:3597: writing smithi118168640-20 from 9781248 to 10231808 tid 3 2023-09-30T09:19:16.629 INFO:tasks.rados.rados.0.smithi118.stdout:3597: writing smithi118168640-20 from 10231808 to 10412032 tid 4 2023-09-30T09:19:16.629 INFO:tasks.rados.rados.0.smithi118.stdout:3598: read oid 45 snap -1 2023-09-30T09:19:16.629 INFO:tasks.rados.rados.0.smithi118.stdout:3598: expect deleted 2023-09-30T09:19:16.629 INFO:tasks.rados.rados.0.smithi118.stdout:3599: snap_remove snap 337 2023-09-30T09:19:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:16 smithi192 ceph-mon[180220]: osdmap e753: 8 total, 8 up, 8 in 2023-09-30T09:19:16.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:16 smithi192 ceph-mon[180220]: osdmap e754: 8 total, 8 up, 8 in 2023-09-30T09:19:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:16 smithi118 ceph-mon[182959]: osdmap e753: 8 total, 8 up, 8 in 2023-09-30T09:19:17.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:16 smithi118 ceph-mon[182959]: osdmap e754: 8 total, 8 up, 8 in 2023-09-30T09:19:17.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:16 smithi118 ceph-mon[185516]: osdmap e753: 8 total, 8 up, 8 in 2023-09-30T09:19:17.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:16 smithi118 ceph-mon[185516]: osdmap e754: 8 total, 8 up, 8 in 2023-09-30T09:19:17.575 INFO:tasks.rados.rados.0.smithi118.stdout:3599: done (2 left) 2023-09-30T09:19:17.575 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 338 2023-09-30T09:19:17.575 INFO:tasks.rados.rados.0.smithi118.stdout:3597: finishing write tid 1 to smithi118168640-20 2023-09-30T09:19:17.575 INFO:tasks.rados.rados.0.smithi118.stdout:3600: seq_num 1117 ranges {15933440=712704,16646144=458752,17104896=655360,17760256=90112} 2023-09-30T09:19:17.662 INFO:tasks.rados.rados.0.smithi118.stdout:3600: writing smithi118168640-22 from 15933440 to 16646144 tid 1 2023-09-30T09:19:17.664 INFO:tasks.rados.rados.0.smithi118.stdout:3600: writing smithi118168640-22 from 16646144 to 17104896 tid 2 2023-09-30T09:19:17.668 INFO:tasks.rados.rados.0.smithi118.stdout:3600: writing smithi118168640-22 from 17104896 to 17760256 tid 3 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:3600: writing smithi118168640-22 from 17760256 to 17850368 tid 4 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:3601: setattr oid 36 current snap is 338 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:3597: finishing write tid 2 to smithi118168640-20 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:3597: finishing write tid 3 to smithi118168640-20 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:3597: finishing write tid 4 to smithi118168640-20 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:3597: finishing write tid 5 to smithi118168640-20 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:3597: finishing write tid 6 to smithi118168640-20 2023-09-30T09:19:17.669 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1550 (ObjNum 1116 snap 338 seq_num 1116) dirty exists 2023-09-30T09:19:17.670 INFO:tasks.rados.rados.0.smithi118.stdout:3597: left oid 20 (ObjNum 1116 snap 338 seq_num 1116) 2023-09-30T09:19:17.670 INFO:tasks.rados.rados.0.smithi118.stdout:3597: done (3 left) 2023-09-30T09:19:17.670 INFO:tasks.rados.rados.0.smithi118.stdout:3598: done (2 left) 2023-09-30T09:19:17.670 INFO:tasks.rados.rados.0.smithi118.stdout:3602: snap_create 2023-09-30T09:19:17.672 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1516 (ObjNum 1096 snap 334 seq_num 1096) dirty exists 2023-09-30T09:19:17.674 INFO:tasks.rados.rados.0.smithi118.stdout:3600: finishing write tid 1 to smithi118168640-22 2023-09-30T09:19:17.674 INFO:tasks.rados.rados.0.smithi118.stdout:3600: finishing write tid 2 to smithi118168640-22 2023-09-30T09:19:17.676 INFO:tasks.rados.rados.0.smithi118.stdout:3600: finishing write tid 3 to smithi118168640-22 2023-09-30T09:19:17.677 INFO:tasks.rados.rados.0.smithi118.stdout:3600: finishing write tid 4 to smithi118168640-22 2023-09-30T09:19:17.677 INFO:tasks.rados.rados.0.smithi118.stdout:3600: finishing write tid 5 to smithi118168640-22 2023-09-30T09:19:17.678 INFO:tasks.rados.rados.0.smithi118.stdout:3600: finishing write tid 6 to smithi118168640-22 2023-09-30T09:19:17.679 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1480 (ObjNum 1117 snap 338 seq_num 1117) dirty exists 2023-09-30T09:19:17.679 INFO:tasks.rados.rados.0.smithi118.stdout:3600: left oid 22 (ObjNum 1117 snap 338 seq_num 1117) 2023-09-30T09:19:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:17 smithi192 ceph-mon[180220]: pgmap v844: 121 pgs: 121 active+clean; 289 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 4.1 MiB/s wr, 21 op/s 2023-09-30T09:19:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:17 smithi192 ceph-mon[180220]: osdmap e755: 8 total, 8 up, 8 in 2023-09-30T09:19:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:17 smithi118 ceph-mon[182959]: pgmap v844: 121 pgs: 121 active+clean; 289 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 4.1 MiB/s wr, 21 op/s 2023-09-30T09:19:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:17 smithi118 ceph-mon[182959]: osdmap e755: 8 total, 8 up, 8 in 2023-09-30T09:19:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:17 smithi118 ceph-mon[185516]: pgmap v844: 121 pgs: 121 active+clean; 289 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 4.1 MiB/s wr, 21 op/s 2023-09-30T09:19:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:17 smithi118 ceph-mon[185516]: osdmap e755: 8 total, 8 up, 8 in 2023-09-30T09:19:18.575 INFO:tasks.rados.rados.0.smithi118.stdout:3600: done (2 left) 2023-09-30T09:19:18.575 INFO:tasks.rados.rados.0.smithi118.stdout:3601: done (1 left) 2023-09-30T09:19:18.575 INFO:tasks.rados.rados.0.smithi118.stdout:3602: done (0 left) 2023-09-30T09:19:18.575 INFO:tasks.rados.rados.0.smithi118.stdout:3603: delete oid 11 current snap is 339 2023-09-30T09:19:18.582 INFO:tasks.rados.rados.0.smithi118.stdout:3603: done (0 left) 2023-09-30T09:19:18.582 INFO:tasks.rados.rados.0.smithi118.stdout:3604: snap_remove snap 338 2023-09-30T09:19:19.582 INFO:tasks.rados.rados.0.smithi118.stdout:3604: done (0 left) 2023-09-30T09:19:19.582 INFO:tasks.rados.rados.0.smithi118.stdout:3605: read oid 26 snap -1 2023-09-30T09:19:19.582 INFO:tasks.rados.rados.0.smithi118.stdout:3605: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:19:19.582 INFO:tasks.rados.rados.0.smithi118.stdout:3606: read oid 1 snap 324 2023-09-30T09:19:19.582 INFO:tasks.rados.rados.0.smithi118.stdout:3606: expect (ObjNum 1002 snap 304 seq_num 1002) 2023-09-30T09:19:19.583 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 339 2023-09-30T09:19:19.583 INFO:tasks.rados.rados.0.smithi118.stdout:3607: seq_num 1119 ranges {0=745472,745472=679936,1425408=524288} 2023-09-30T09:19:19.586 INFO:tasks.rados.rados.0.smithi118.stdout:3607: writing smithi118168640-45 from 0 to 745472 tid 1 2023-09-30T09:19:19.590 INFO:tasks.rados.rados.0.smithi118.stdout:3607: writing smithi118168640-45 from 745472 to 1425408 tid 2 2023-09-30T09:19:19.594 INFO:tasks.rados.rados.0.smithi118.stdout:3607: writing smithi118168640-45 from 1425408 to 1949696 tid 3 2023-09-30T09:19:19.594 INFO:tasks.rados.rados.0.smithi118.stdout:3608: delete oid 48 current snap is 339 2023-09-30T09:19:19.594 INFO:tasks.rados.rados.0.smithi118.stdout:3607: finishing write tid 1 to smithi118168640-45 2023-09-30T09:19:19.595 INFO:tasks.rados.rados.0.smithi118.stdout:3607: finishing write tid 2 to smithi118168640-45 2023-09-30T09:19:19.597 INFO:tasks.rados.rados.0.smithi118.stdout:3607: finishing write tid 3 to smithi118168640-45 2023-09-30T09:19:19.597 INFO:tasks.rados.rados.0.smithi118.stdout:3607: finishing write tid 4 to smithi118168640-45 2023-09-30T09:19:19.599 INFO:tasks.rados.rados.0.smithi118.stdout:3607: finishing write tid 5 to smithi118168640-45 2023-09-30T09:19:19.599 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1357 (ObjNum 1119 snap 339 seq_num 1119) dirty exists 2023-09-30T09:19:19.599 INFO:tasks.rados.rados.0.smithi118.stdout:3607: left oid 45 (ObjNum 1119 snap 339 seq_num 1119) 2023-09-30T09:19:19.603 INFO:tasks.rados.rados.0.smithi118.stdout:3606: expect (ObjNum 1002 snap 304 seq_num 1002) 2023-09-30T09:19:19.660 INFO:tasks.rados.rados.0.smithi118.stdout:3605: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:19:19.771 INFO:tasks.rados.rados.0.smithi118.stdout:3605: done (3 left) 2023-09-30T09:19:19.771 INFO:tasks.rados.rados.0.smithi118.stdout:3606: done (2 left) 2023-09-30T09:19:19.771 INFO:tasks.rados.rados.0.smithi118.stdout:3607: done (1 left) 2023-09-30T09:19:19.771 INFO:tasks.rados.rados.0.smithi118.stdout:3608: done (0 left) 2023-09-30T09:19:19.771 INFO:tasks.rados.rados.0.smithi118.stdout:3609: copy_from oid 6 from oid 26 current snap is 339 2023-09-30T09:19:19.771 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 339 2023-09-30T09:19:19.772 INFO:tasks.rados.rados.0.smithi118.stdout:3610: seq_num 1121 ranges {5513216=778240,6291456=442368,6733824=638976,7372800=122880} 2023-09-30T09:19:19.805 INFO:tasks.rados.rados.0.smithi118.stdout:3610: writing smithi118168640-38 from 5513216 to 6291456 tid 1 2023-09-30T09:19:19.808 INFO:tasks.rados.rados.0.smithi118.stdout:3610: writing smithi118168640-38 from 6291456 to 6733824 tid 2 2023-09-30T09:19:19.811 INFO:tasks.rados.rados.0.smithi118.stdout:3610: writing smithi118168640-38 from 6733824 to 7372800 tid 3 2023-09-30T09:19:19.812 INFO:tasks.rados.rados.0.smithi118.stdout:3610: writing smithi118168640-38 from 7372800 to 7495680 tid 4 2023-09-30T09:19:19.812 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 339 2023-09-30T09:19:19.812 INFO:tasks.rados.rados.0.smithi118.stdout:3611: seq_num 1122 ranges {1884160=794624,2678784=729088,3407872=475136} 2023-09-30T09:19:19.827 INFO:tasks.rados.rados.0.smithi118.stdout:3611: writing smithi118168640-13 from 1884160 to 2678784 tid 1 2023-09-30T09:19:19.831 INFO:tasks.rados.rados.0.smithi118.stdout:3611: writing smithi118168640-13 from 2678784 to 3407872 tid 2 2023-09-30T09:19:19.834 INFO:tasks.rados.rados.0.smithi118.stdout:3611: writing smithi118168640-13 from 3407872 to 3883008 tid 3 2023-09-30T09:19:19.834 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 14 current snap is 339 2023-09-30T09:19:19.835 INFO:tasks.rados.rados.0.smithi118.stdout:3609: finishing copy_from racing read to smithi118168640-6 2023-09-30T09:19:19.835 INFO:tasks.rados.rados.0.smithi118.stdout:3609: finishing copy_from to smithi118168640-6 2023-09-30T09:19:19.835 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 6 v 1474 (ObjNum 1084 snap 331 seq_num 1084) dirty exists 2023-09-30T09:19:19.835 INFO:tasks.rados.rados.0.smithi118.stdout:3610: finishing write tid 1 to smithi118168640-38 2023-09-30T09:19:19.835 INFO:tasks.rados.rados.0.smithi118.stdout:3610: finishing write tid 2 to smithi118168640-38 2023-09-30T09:19:19.835 INFO:tasks.rados.rados.0.smithi118.stdout:3612: seq_num 1123 ranges {0=409600,409600=614400,1024000=598016,1622016=393216} 2023-09-30T09:19:19.836 INFO:tasks.rados.rados.0.smithi118.stdout:3612: writing smithi118168640-14 from 0 to 409600 tid 1 2023-09-30T09:19:19.840 INFO:tasks.rados.rados.0.smithi118.stdout:3612: writing smithi118168640-14 from 409600 to 1024000 tid 2 2023-09-30T09:19:19.843 INFO:tasks.rados.rados.0.smithi118.stdout:3612: writing smithi118168640-14 from 1024000 to 1622016 tid 3 2023-09-30T09:19:19.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:19:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:19:19] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:19:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:19 smithi118 ceph-mon[185516]: osdmap e756: 8 total, 8 up, 8 in 2023-09-30T09:19:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:19.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:19 smithi118 ceph-mon[185516]: pgmap v847: 121 pgs: 121 active+clean; 294 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 2.7 MiB/s wr, 10 op/s 2023-09-30T09:19:19.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:19 smithi118 ceph-mon[182959]: osdmap e756: 8 total, 8 up, 8 in 2023-09-30T09:19:19.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:19.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:19 smithi118 ceph-mon[182959]: pgmap v847: 121 pgs: 121 active+clean; 294 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 2.7 MiB/s wr, 10 op/s 2023-09-30T09:19:19.847 INFO:tasks.rados.rados.0.smithi118.stdout:3612: writing smithi118168640-14 from 1622016 to 2015232 tid 4 2023-09-30T09:19:19.847 INFO:tasks.rados.rados.0.smithi118.stdout:3609: done (3 left) 2023-09-30T09:19:19.847 INFO:tasks.rados.rados.0.smithi118.stdout:3613: snap_remove snap 332 2023-09-30T09:19:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:19 smithi192 ceph-mon[180220]: osdmap e756: 8 total, 8 up, 8 in 2023-09-30T09:19:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:19 smithi192 ceph-mon[180220]: pgmap v847: 121 pgs: 121 active+clean; 294 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 2.7 MiB/s wr, 10 op/s 2023-09-30T09:19:20.583 INFO:tasks.rados.rados.0.smithi118.stdout:3613: done (3 left) 2023-09-30T09:19:20.583 INFO:tasks.rados.rados.0.smithi118.stdout:3614: rollback oid 22 current snap is 339 2023-09-30T09:19:20.583 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 22 to 331 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:3615: rollback oid 12 current snap is 339 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 12 to 324 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:3616: delete oid 11 current snap is 339 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:3610: finishing write tid 3 to smithi118168640-38 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:3610: finishing write tid 4 to smithi118168640-38 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:3610: finishing write tid 5 to smithi118168640-38 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:3610: finishing write tid 6 to smithi118168640-38 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1530 (ObjNum 1121 snap 339 seq_num 1121) dirty exists 2023-09-30T09:19:20.584 INFO:tasks.rados.rados.0.smithi118.stdout:3610: left oid 38 (ObjNum 1121 snap 339 seq_num 1121) 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3611: finishing write tid 1 to smithi118168640-13 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3611: finishing write tid 2 to smithi118168640-13 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3611: finishing write tid 3 to smithi118168640-13 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3611: finishing write tid 4 to smithi118168640-13 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3611: finishing write tid 5 to smithi118168640-13 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1535 (ObjNum 1122 snap 339 seq_num 1122) dirty exists 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3611: left oid 13 (ObjNum 1122 snap 339 seq_num 1122) 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3612: finishing write tid 1 to smithi118168640-14 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3612: finishing write tid 2 to smithi118168640-14 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3612: finishing write tid 3 to smithi118168640-14 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3612: finishing write tid 4 to smithi118168640-14 2023-09-30T09:19:20.585 INFO:tasks.rados.rados.0.smithi118.stdout:3612: finishing write tid 5 to smithi118168640-14 2023-09-30T09:19:20.586 INFO:tasks.rados.rados.0.smithi118.stdout:3612: finishing write tid 6 to smithi118168640-14 2023-09-30T09:19:20.586 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1527 (ObjNum 1123 snap 339 seq_num 1123) dirty exists 2023-09-30T09:19:20.586 INFO:tasks.rados.rados.0.smithi118.stdout:3612: left oid 14 (ObjNum 1123 snap 339 seq_num 1123) 2023-09-30T09:19:20.598 INFO:tasks.rados.rados.0.smithi118.stdout:3610: done (5 left) 2023-09-30T09:19:20.598 INFO:tasks.rados.rados.0.smithi118.stdout:3611: done (4 left) 2023-09-30T09:19:20.598 INFO:tasks.rados.rados.0.smithi118.stdout:3612: done (3 left) 2023-09-30T09:19:20.598 INFO:tasks.rados.rados.0.smithi118.stdout:3616: done (2 left) 2023-09-30T09:19:20.599 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 339 2023-09-30T09:19:20.599 INFO:tasks.rados.rados.0.smithi118.stdout:3617: seq_num 1125 ranges {5513216=450560,5963776=786432,6750208=614400,7364608=204800} 2023-09-30T09:19:20.631 INFO:tasks.rados.rados.0.smithi118.stdout:3617: writing smithi118168640-40 from 5513216 to 5963776 tid 1 2023-09-30T09:19:20.635 INFO:tasks.rados.rados.0.smithi118.stdout:3617: writing smithi118168640-40 from 5963776 to 6750208 tid 2 2023-09-30T09:19:20.639 INFO:tasks.rados.rados.0.smithi118.stdout:3617: writing smithi118168640-40 from 6750208 to 7364608 tid 3 2023-09-30T09:19:20.640 INFO:tasks.rados.rados.0.smithi118.stdout:3617: writing smithi118168640-40 from 7364608 to 7569408 tid 4 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 339 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3614: finishing rollback tid 0 to smithi118168640-22 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3614: finishing rollback tid 1 to smithi118168640-22 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3614: finishing rollback tid 2 to smithi118168640-22 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1483 (ObjNum 1065 snap 327 seq_num 1065) dirty exists 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3615: finishing rollback tid 0 to smithi118168640-12 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3615: finishing rollback tid 1 to smithi118168640-12 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3615: finishing rollback tid 2 to smithi118168640-12 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1486 (ObjNum 825 snap 253 seq_num 825) dirty exists 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3617: finishing write tid 1 to smithi118168640-40 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3617: finishing write tid 2 to smithi118168640-40 2023-09-30T09:19:20.641 INFO:tasks.rados.rados.0.smithi118.stdout:3618: seq_num 1126 ranges {3465216=466944,3932160=720896,4653056=778240,5431296=106496} 2023-09-30T09:19:20.661 INFO:tasks.rados.rados.0.smithi118.stdout:3618: writing smithi118168640-4 from 3465216 to 3932160 tid 1 2023-09-30T09:19:20.665 INFO:tasks.rados.rados.0.smithi118.stdout:3618: writing smithi118168640-4 from 3932160 to 4653056 tid 2 2023-09-30T09:19:20.670 INFO:tasks.rados.rados.0.smithi118.stdout:3618: writing smithi118168640-4 from 4653056 to 5431296 tid 3 2023-09-30T09:19:20.670 INFO:tasks.rados.rados.0.smithi118.stdout:3618: writing smithi118168640-4 from 5431296 to 5537792 tid 4 2023-09-30T09:19:20.671 INFO:tasks.rados.rados.0.smithi118.stdout:3614: done (3 left) 2023-09-30T09:19:20.671 INFO:tasks.rados.rados.0.smithi118.stdout:3615: done (2 left) 2023-09-30T09:19:20.671 INFO:tasks.rados.rados.0.smithi118.stdout:3619: snap_remove snap 324 2023-09-30T09:19:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:20 smithi118 ceph-mon[182959]: osdmap e757: 8 total, 8 up, 8 in 2023-09-30T09:19:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:20 smithi118 ceph-mon[185516]: osdmap e757: 8 total, 8 up, 8 in 2023-09-30T09:19:20.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:20 smithi192 ceph-mon[180220]: osdmap e757: 8 total, 8 up, 8 in 2023-09-30T09:19:21.564 INFO:tasks.rados.rados.0.smithi118.stdout:3619: done (2 left) 2023-09-30T09:19:21.564 INFO:tasks.rados.rados.0.smithi118.stdout:3620: delete oid 7 current snap is 339 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3617: finishing write tid 3 to smithi118168640-40 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3617: finishing write tid 4 to smithi118168640-40 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3617: finishing write tid 5 to smithi118168640-40 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3617: finishing write tid 6 to smithi118168640-40 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1517 (ObjNum 1125 snap 339 seq_num 1125) dirty exists 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3617: left oid 40 (ObjNum 1125 snap 339 seq_num 1125) 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3618: finishing write tid 1 to smithi118168640-4 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3618: finishing write tid 2 to smithi118168640-4 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3618: finishing write tid 3 to smithi118168640-4 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3618: finishing write tid 4 to smithi118168640-4 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3618: finishing write tid 5 to smithi118168640-4 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:3618: finishing write tid 6 to smithi118168640-4 2023-09-30T09:19:21.565 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1560 (ObjNum 1126 snap 339 seq_num 1126) dirty exists 2023-09-30T09:19:21.566 INFO:tasks.rados.rados.0.smithi118.stdout:3618: left oid 4 (ObjNum 1126 snap 339 seq_num 1126) 2023-09-30T09:19:21.581 INFO:tasks.rados.rados.0.smithi118.stdout:3617: done (2 left) 2023-09-30T09:19:21.581 INFO:tasks.rados.rados.0.smithi118.stdout:3618: done (1 left) 2023-09-30T09:19:21.582 INFO:tasks.rados.rados.0.smithi118.stdout:3620: done (0 left) 2023-09-30T09:19:21.582 INFO:tasks.rados.rados.0.smithi118.stdout:3621: read oid 22 snap -1 2023-09-30T09:19:21.582 INFO:tasks.rados.rados.0.smithi118.stdout:3621: expect (ObjNum 1065 snap 327 seq_num 1065) 2023-09-30T09:19:21.582 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 11 current snap is 339 2023-09-30T09:19:21.582 INFO:tasks.rados.rados.0.smithi118.stdout:3622: seq_num 1128 ranges {0=499712,499712=483328,983040=786432,1769472=335872} 2023-09-30T09:19:21.582 INFO:tasks.rados.rados.0.smithi118.stdout:3622: writing smithi118168640-11 from 0 to 499712 tid 1 2023-09-30T09:19:21.585 INFO:tasks.rados.rados.0.smithi118.stdout:3622: writing smithi118168640-11 from 499712 to 983040 tid 2 2023-09-30T09:19:21.588 INFO:tasks.rados.rados.0.smithi118.stdout:3622: writing smithi118168640-11 from 983040 to 1769472 tid 3 2023-09-30T09:19:21.589 INFO:tasks.rados.rados.0.smithi118.stdout:3622: writing smithi118168640-11 from 1769472 to 2105344 tid 4 2023-09-30T09:19:21.589 INFO:tasks.rados.rados.0.smithi118.stdout:3623: snap_remove snap 331 2023-09-30T09:19:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:21 smithi118 ceph-mon[182959]: osdmap e758: 8 total, 8 up, 8 in 2023-09-30T09:19:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:21 smithi118 ceph-mon[182959]: pgmap v850: 121 pgs: 121 active+clean; 295 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 2.1 MiB/s wr, 10 op/s 2023-09-30T09:19:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:21 smithi118 ceph-mon[182959]: osdmap e759: 8 total, 8 up, 8 in 2023-09-30T09:19:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:21 smithi118 ceph-mon[185516]: osdmap e758: 8 total, 8 up, 8 in 2023-09-30T09:19:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:21 smithi118 ceph-mon[185516]: pgmap v850: 121 pgs: 121 active+clean; 295 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 2.1 MiB/s wr, 10 op/s 2023-09-30T09:19:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:21 smithi118 ceph-mon[185516]: osdmap e759: 8 total, 8 up, 8 in 2023-09-30T09:19:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:21 smithi192 ceph-mon[180220]: osdmap e758: 8 total, 8 up, 8 in 2023-09-30T09:19:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:21 smithi192 ceph-mon[180220]: pgmap v850: 121 pgs: 121 active+clean; 295 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 2.1 MiB/s wr, 10 op/s 2023-09-30T09:19:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:21 smithi192 ceph-mon[180220]: osdmap e759: 8 total, 8 up, 8 in 2023-09-30T09:19:22.591 INFO:tasks.rados.rados.0.smithi118.stdout:3623: done (2 left) 2023-09-30T09:19:22.591 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 9 current snap is 339 2023-09-30T09:19:22.592 INFO:tasks.rados.rados.0.smithi118.stdout:3624: seq_num 1129 ranges {65536=516096,581632=770048,1351680=598016,1949696=237568} 2023-09-30T09:19:22.595 INFO:tasks.rados.rados.0.smithi118.stdout:3624: writing smithi118168640-9 from 65536 to 581632 tid 1 2023-09-30T09:19:22.599 INFO:tasks.rados.rados.0.smithi118.stdout:3624: writing smithi118168640-9 from 581632 to 1351680 tid 2 2023-09-30T09:19:22.602 INFO:tasks.rados.rados.0.smithi118.stdout:3624: writing smithi118168640-9 from 1351680 to 1949696 tid 3 2023-09-30T09:19:22.609 INFO:tasks.rados.rados.0.smithi118.stdout:3624: writing smithi118168640-9 from 1949696 to 2187264 tid 4 2023-09-30T09:19:22.609 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 339 2023-09-30T09:19:22.609 INFO:tasks.rados.rados.0.smithi118.stdout:3625: seq_num 1130 ranges {5570560=532480,6103040=655360,6758400=753664,7512064=196608} 2023-09-30T09:19:22.637 INFO:tasks.rados.rados.0.smithi118.stdout:3625: writing smithi118168640-33 from 5570560 to 6103040 tid 1 2023-09-30T09:19:22.641 INFO:tasks.rados.rados.0.smithi118.stdout:3625: writing smithi118168640-33 from 6103040 to 6758400 tid 2 2023-09-30T09:19:22.645 INFO:tasks.rados.rados.0.smithi118.stdout:3625: writing smithi118168640-33 from 6758400 to 7512064 tid 3 2023-09-30T09:19:22.647 INFO:tasks.rados.rados.0.smithi118.stdout:3625: writing smithi118168640-33 from 7512064 to 7708672 tid 4 2023-09-30T09:19:22.647 INFO:tasks.rados.rados.0.smithi118.stdout:3626: copy_from oid 36 from oid 43 current snap is 339 2023-09-30T09:19:22.647 INFO:tasks.rados.rados.0.smithi118.stdout:3622: finishing write tid 1 to smithi118168640-11 2023-09-30T09:19:22.647 INFO:tasks.rados.rados.0.smithi118.stdout:3622: finishing write tid 2 to smithi118168640-11 2023-09-30T09:19:22.647 INFO:tasks.rados.rados.0.smithi118.stdout:3622: finishing write tid 3 to smithi118168640-11 2023-09-30T09:19:22.647 INFO:tasks.rados.rados.0.smithi118.stdout:3622: finishing write tid 4 to smithi118168640-11 2023-09-30T09:19:22.647 INFO:tasks.rados.rados.0.smithi118.stdout:3622: finishing write tid 5 to smithi118168640-11 2023-09-30T09:19:22.648 INFO:tasks.rados.rados.0.smithi118.stdout:3622: finishing write tid 6 to smithi118168640-11 2023-09-30T09:19:22.648 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 11 v 1540 (ObjNum 1128 snap 339 seq_num 1128) dirty exists 2023-09-30T09:19:22.648 INFO:tasks.rados.rados.0.smithi118.stdout:3622: left oid 11 (ObjNum 1128 snap 339 seq_num 1128) 2023-09-30T09:19:22.648 INFO:tasks.rados.rados.0.smithi118.stdout:3621: expect (ObjNum 1065 snap 327 seq_num 1065) 2023-09-30T09:19:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:23 smithi118 ceph-mon[182959]: osdmap e760: 8 total, 8 up, 8 in 2023-09-30T09:19:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:23 smithi118 ceph-mon[182959]: pgmap v853: 121 pgs: 121 active+clean; 295 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2023-09-30T09:19:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:23 smithi118 ceph-mon[185516]: osdmap e760: 8 total, 8 up, 8 in 2023-09-30T09:19:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:23 smithi118 ceph-mon[185516]: pgmap v853: 121 pgs: 121 active+clean; 295 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2023-09-30T09:19:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:23 smithi192 ceph-mon[180220]: osdmap e760: 8 total, 8 up, 8 in 2023-09-30T09:19:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:23 smithi192 ceph-mon[180220]: pgmap v853: 121 pgs: 121 active+clean; 295 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 1.7 MiB/s rd, 1.4 MiB/s wr, 10 op/s 2023-09-30T09:19:24.505 INFO:tasks.rados.rados.0.smithi118.stdout:3624: finishing write tid 1 to smithi118168640-9 2023-09-30T09:19:24.505 INFO:tasks.rados.rados.0.smithi118.stdout:3624: finishing write tid 2 to smithi118168640-9 2023-09-30T09:19:24.505 INFO:tasks.rados.rados.0.smithi118.stdout:3624: finishing write tid 3 to smithi118168640-9 2023-09-30T09:19:24.505 INFO:tasks.rados.rados.0.smithi118.stdout:3624: finishing write tid 4 to smithi118168640-9 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3624: finishing write tid 5 to smithi118168640-9 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3624: finishing write tid 6 to smithi118168640-9 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 1526 (ObjNum 1129 snap 339 seq_num 1129) dirty exists 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3624: left oid 9 (ObjNum 1129 snap 339 seq_num 1129) 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3625: finishing write tid 1 to smithi118168640-33 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3625: finishing write tid 2 to smithi118168640-33 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3621: done (4 left) 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3622: done (3 left) 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3624: done (2 left) 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3627: delete oid 31 current snap is 339 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3625: finishing write tid 3 to smithi118168640-33 2023-09-30T09:19:24.506 INFO:tasks.rados.rados.0.smithi118.stdout:3625: finishing write tid 4 to smithi118168640-33 2023-09-30T09:19:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:3625: finishing write tid 5 to smithi118168640-33 2023-09-30T09:19:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:3625: finishing write tid 6 to smithi118168640-33 2023-09-30T09:19:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1535 (ObjNum 1130 snap 339 seq_num 1130) dirty exists 2023-09-30T09:19:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:3625: left oid 33 (ObjNum 1130 snap 339 seq_num 1130) 2023-09-30T09:19:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:3626: finishing copy_from racing read to smithi118168640-36 2023-09-30T09:19:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:3626: finishing copy_from to smithi118168640-36 2023-09-30T09:19:24.507 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1537 (ObjNum 1085 snap 331 seq_num 1085) dirty exists 2023-09-30T09:19:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:3625: done (2 left) 2023-09-30T09:19:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:3626: done (1 left) 2023-09-30T09:19:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:3627: done (0 left) 2023-09-30T09:19:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:3628: copy_from oid 33 from oid 35 current snap is 339 2023-09-30T09:19:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:3629: copy_from oid 45 from oid 6 current snap is 339 2023-09-30T09:19:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 339 2023-09-30T09:19:24.508 INFO:tasks.rados.rados.0.smithi118.stdout:3630: seq_num 1132 ranges {14270464=565248,14835712=425984,15261696=770048,16031744=409600} 2023-09-30T09:19:24.587 INFO:tasks.rados.rados.0.smithi118.stdout:3630: writing smithi118168640-1 from 14270464 to 14835712 tid 1 2023-09-30T09:19:24.589 INFO:tasks.rados.rados.0.smithi118.stdout:3630: writing smithi118168640-1 from 14835712 to 15261696 tid 2 2023-09-30T09:19:24.593 INFO:tasks.rados.rados.0.smithi118.stdout:3630: writing smithi118168640-1 from 15261696 to 16031744 tid 3 2023-09-30T09:19:24.596 INFO:tasks.rados.rados.0.smithi118.stdout:3630: writing smithi118168640-1 from 16031744 to 16441344 tid 4 2023-09-30T09:19:24.596 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 339 2023-09-30T09:19:24.596 INFO:tasks.rados.rados.0.smithi118.stdout:3628: finishing copy_from racing read to smithi118168640-33 2023-09-30T09:19:24.596 INFO:tasks.rados.rados.0.smithi118.stdout:3631: seq_num 1133 ranges {0=581632,581632=753664,1335296=573440,1908736=278528} 2023-09-30T09:19:24.599 INFO:tasks.rados.rados.0.smithi118.stdout:3631: writing smithi118168640-5 from 0 to 581632 tid 1 2023-09-30T09:19:24.603 INFO:tasks.rados.rados.0.smithi118.stdout:3631: writing smithi118168640-5 from 581632 to 1335296 tid 2 2023-09-30T09:19:24.607 INFO:tasks.rados.rados.0.smithi118.stdout:3631: writing smithi118168640-5 from 1335296 to 1908736 tid 3 2023-09-30T09:19:24.609 INFO:tasks.rados.rados.0.smithi118.stdout:3631: writing smithi118168640-5 from 1908736 to 2187264 tid 4 2023-09-30T09:19:24.609 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 339 2023-09-30T09:19:24.609 INFO:tasks.rados.rados.0.smithi118.stdout:3628: finishing copy_from to smithi118168640-33 2023-09-30T09:19:24.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1555 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:19:24.609 INFO:tasks.rados.rados.0.smithi118.stdout:3629: finishing copy_from racing read to smithi118168640-45 2023-09-30T09:19:24.610 INFO:tasks.rados.rados.0.smithi118.stdout:3632: seq_num 1134 ranges {3457024=598016,4055040=638976,4694016=737280,5431296=229376} 2023-09-30T09:19:24.630 INFO:tasks.rados.rados.0.smithi118.stdout:3632: writing smithi118168640-3 from 3457024 to 4055040 tid 1 2023-09-30T09:19:24.634 INFO:tasks.rados.rados.0.smithi118.stdout:3632: writing smithi118168640-3 from 4055040 to 4694016 tid 2 2023-09-30T09:19:24.638 INFO:tasks.rados.rados.0.smithi118.stdout:3632: writing smithi118168640-3 from 4694016 to 5431296 tid 3 2023-09-30T09:19:24.640 INFO:tasks.rados.rados.0.smithi118.stdout:3632: writing smithi118168640-3 from 5431296 to 5660672 tid 4 2023-09-30T09:19:24.640 INFO:tasks.rados.rados.0.smithi118.stdout:3628: done (4 left) 2023-09-30T09:19:24.640 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 339 2023-09-30T09:19:24.640 INFO:tasks.rados.rados.0.smithi118.stdout:3629: finishing copy_from to smithi118168640-45 2023-09-30T09:19:24.641 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1474 (ObjNum 1084 snap 331 seq_num 1084) dirty exists 2023-09-30T09:19:24.641 INFO:tasks.rados.rados.0.smithi118.stdout:3630: finishing write tid 1 to smithi118168640-1 2023-09-30T09:19:24.641 INFO:tasks.rados.rados.0.smithi118.stdout:3630: finishing write tid 2 to smithi118168640-1 2023-09-30T09:19:24.641 INFO:tasks.rados.rados.0.smithi118.stdout:3633: seq_num 1135 ranges {5292032=614400,5906432=524288,6430720=540672,6971392=483328,7454720=57344} 2023-09-30T09:19:24.671 INFO:tasks.rados.rados.0.smithi118.stdout:3633: writing smithi118168640-36 from 5292032 to 5906432 tid 1 2023-09-30T09:19:24.674 INFO:tasks.rados.rados.0.smithi118.stdout:3633: writing smithi118168640-36 from 5906432 to 6430720 tid 2 2023-09-30T09:19:24.677 INFO:tasks.rados.rados.0.smithi118.stdout:3633: writing smithi118168640-36 from 6430720 to 6971392 tid 3 2023-09-30T09:19:24.680 INFO:tasks.rados.rados.0.smithi118.stdout:3633: writing smithi118168640-36 from 6971392 to 7454720 tid 4 2023-09-30T09:19:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3633: writing smithi118168640-36 from 7454720 to 7512064 tid 5 2023-09-30T09:19:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3629: done (4 left) 2023-09-30T09:19:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3634: rollback oid 16 current snap is 339 2023-09-30T09:19:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3634: done (4 left) 2023-09-30T09:19:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3635: read oid 25 snap -1 2023-09-30T09:19:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3635: expect (ObjNum 1023 snap 307 seq_num 1023) 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3636: rmattr oid 28 current snap is 339 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3636: done (5 left) 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3637: rollback oid 49 current snap is 339 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3637: done (5 left) 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3638: rmattr oid 15 current snap is 339 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3638: done (5 left) 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 339 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3630: finishing write tid 3 to smithi118168640-1 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3630: finishing write tid 4 to smithi118168640-1 2023-09-30T09:19:24.682 INFO:tasks.rados.rados.0.smithi118.stdout:3639: seq_num 1136 ranges {0=630784,630784=409600,1040384=753664,1794048=417792,2211840=24576} 2023-09-30T09:19:24.684 INFO:tasks.rados.rados.0.smithi118.stdout:3639: writing smithi118168640-7 from 0 to 630784 tid 1 2023-09-30T09:19:24.687 INFO:tasks.rados.rados.0.smithi118.stdout:3639: writing smithi118168640-7 from 630784 to 1040384 tid 2 2023-09-30T09:19:24.691 INFO:tasks.rados.rados.0.smithi118.stdout:3639: writing smithi118168640-7 from 1040384 to 1794048 tid 3 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3639: writing smithi118168640-7 from 1794048 to 2211840 tid 4 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3639: writing smithi118168640-7 from 2211840 to 2236416 tid 5 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3640: rmattr oid 15 current snap is 339 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3640: done (6 left) 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3641: copy_from oid 27 from oid 47 current snap is 339 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3630: finishing write tid 5 to smithi118168640-1 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3630: finishing write tid 6 to smithi118168640-1 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1532 (ObjNum 1132 snap 339 seq_num 1132) dirty exists 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3630: left oid 1 (ObjNum 1132 snap 339 seq_num 1132) 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3631: finishing write tid 1 to smithi118168640-5 2023-09-30T09:19:24.695 INFO:tasks.rados.rados.0.smithi118.stdout:3631: finishing write tid 2 to smithi118168640-5 2023-09-30T09:19:24.696 INFO:tasks.rados.rados.0.smithi118.stdout:3631: finishing write tid 3 to smithi118168640-5 2023-09-30T09:19:24.696 INFO:tasks.rados.rados.0.smithi118.stdout:3630: done (6 left) 2023-09-30T09:19:24.696 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 12 current snap is 339 2023-09-30T09:19:24.696 INFO:tasks.rados.rados.0.smithi118.stdout:3642: seq_num 1137 ranges {1826816=647168,2473984=696320,3170304=557056,3727360=352256} 2023-09-30T09:19:24.708 INFO:tasks.rados.rados.0.smithi118.stdout:3642: writing smithi118168640-12 from 1826816 to 2473984 tid 1 2023-09-30T09:19:24.712 INFO:tasks.rados.rados.0.smithi118.stdout:3642: writing smithi118168640-12 from 2473984 to 3170304 tid 2 2023-09-30T09:19:24.716 INFO:tasks.rados.rados.0.smithi118.stdout:3642: writing smithi118168640-12 from 3170304 to 3727360 tid 3 2023-09-30T09:19:24.719 INFO:tasks.rados.rados.0.smithi118.stdout:3642: writing smithi118168640-12 from 3727360 to 4079616 tid 4 2023-09-30T09:19:24.719 INFO:tasks.rados.rados.0.smithi118.stdout:3643: delete oid 38 current snap is 339 2023-09-30T09:19:24.719 INFO:tasks.rados.rados.0.smithi118.stdout:3631: finishing write tid 4 to smithi118168640-5 2023-09-30T09:19:24.719 INFO:tasks.rados.rados.0.smithi118.stdout:3631: finishing write tid 5 to smithi118168640-5 2023-09-30T09:19:24.719 INFO:tasks.rados.rados.0.smithi118.stdout:3631: finishing write tid 6 to smithi118168640-5 2023-09-30T09:19:24.719 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1542 (ObjNum 1133 snap 339 seq_num 1133) dirty exists 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3631: left oid 5 (ObjNum 1133 snap 339 seq_num 1133) 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3632: finishing write tid 1 to smithi118168640-3 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3632: finishing write tid 2 to smithi118168640-3 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3632: finishing write tid 3 to smithi118168640-3 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3632: finishing write tid 4 to smithi118168640-3 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3632: finishing write tid 5 to smithi118168640-3 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3632: finishing write tid 6 to smithi118168640-3 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1541 (ObjNum 1134 snap 339 seq_num 1134) dirty exists 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3632: left oid 3 (ObjNum 1134 snap 339 seq_num 1134) 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3633: finishing write tid 1 to smithi118168640-36 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3633: finishing write tid 2 to smithi118168640-36 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3633: finishing write tid 3 to smithi118168640-36 2023-09-30T09:19:24.720 INFO:tasks.rados.rados.0.smithi118.stdout:3633: finishing write tid 4 to smithi118168640-36 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:3633: finishing write tid 5 to smithi118168640-36 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:3633: finishing write tid 6 to smithi118168640-36 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:3633: finishing write tid 7 to smithi118168640-36 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1548 (ObjNum 1135 snap 339 seq_num 1135) dirty exists 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:3633: left oid 36 (ObjNum 1135 snap 339 seq_num 1135) 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:3639: finishing write tid 1 to smithi118168640-7 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:3639: finishing write tid 2 to smithi118168640-7 2023-09-30T09:19:24.721 INFO:tasks.rados.rados.0.smithi118.stdout:3635: expect (ObjNum 1023 snap 307 seq_num 1023) 2023-09-30T09:19:24.821 INFO:tasks.rados.rados.0.smithi118.stdout:3639: finishing write tid 3 to smithi118168640-7 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3631: done (7 left) 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3632: done (6 left) 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3633: done (5 left) 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3635: done (4 left) 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3643: done (3 left) 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 339 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3639: finishing write tid 4 to smithi118168640-7 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3639: finishing write tid 5 to smithi118168640-7 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3639: finishing write tid 6 to smithi118168640-7 2023-09-30T09:19:24.822 INFO:tasks.rados.rados.0.smithi118.stdout:3639: finishing write tid 7 to smithi118168640-7 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1554 (ObjNum 1136 snap 339 seq_num 1136) dirty exists 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:3639: left oid 7 (ObjNum 1136 snap 339 seq_num 1136) 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:3642: finishing write tid 1 to smithi118168640-12 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:3642: finishing write tid 2 to smithi118168640-12 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:3642: finishing write tid 3 to smithi118168640-12 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:3642: finishing write tid 4 to smithi118168640-12 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:3642: finishing write tid 5 to smithi118168640-12 2023-09-30T09:19:24.823 INFO:tasks.rados.rados.0.smithi118.stdout:3644: seq_num 1139 ranges {2392064=679936,3072000=458752,3530752=524288,4055040=540672,4595712=81920} 2023-09-30T09:19:24.837 INFO:tasks.rados.rados.0.smithi118.stdout:3644: writing smithi118168640-50 from 2392064 to 3072000 tid 1 2023-09-30T09:19:24.839 INFO:tasks.rados.rados.0.smithi118.stdout:3644: writing smithi118168640-50 from 3072000 to 3530752 tid 2 2023-09-30T09:19:24.842 INFO:tasks.rados.rados.0.smithi118.stdout:3644: writing smithi118168640-50 from 3530752 to 4055040 tid 3 2023-09-30T09:19:24.845 INFO:tasks.rados.rados.0.smithi118.stdout:3644: writing smithi118168640-50 from 4055040 to 4595712 tid 4 2023-09-30T09:19:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:3644: writing smithi118168640-50 from 4595712 to 4677632 tid 5 2023-09-30T09:19:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:3639: done (3 left) 2023-09-30T09:19:24.846 INFO:tasks.rados.rados.0.smithi118.stdout:3645: read oid 9 snap -1 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:3645: expect (ObjNum 1129 snap 339 seq_num 1129) 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 339 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:3641: finishing copy_from racing read to smithi118168640-27 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:3642: finishing write tid 6 to smithi118168640-12 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1492 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:3642: left oid 12 (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:3641: finishing copy_from to smithi118168640-27 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1521 (ObjNum 1098 snap 334 seq_num 1098) dirty exists 2023-09-30T09:19:24.847 INFO:tasks.rados.rados.0.smithi118.stdout:3646: seq_num 1140 ranges {4276224=696320,4972544=745472,5718016=729088,6447104=131072} 2023-09-30T09:19:24.872 INFO:tasks.rados.rados.0.smithi118.stdout:3646: writing smithi118168640-44 from 4276224 to 4972544 tid 1 2023-09-30T09:19:24.876 INFO:tasks.rados.rados.0.smithi118.stdout:3646: writing smithi118168640-44 from 4972544 to 5718016 tid 2 2023-09-30T09:19:24.881 INFO:tasks.rados.rados.0.smithi118.stdout:3646: writing smithi118168640-44 from 5718016 to 6447104 tid 3 2023-09-30T09:19:24.882 INFO:tasks.rados.rados.0.smithi118.stdout:3646: writing smithi118168640-44 from 6447104 to 6578176 tid 4 2023-09-30T09:19:24.882 INFO:tasks.rados.rados.0.smithi118.stdout:3641: done (4 left) 2023-09-30T09:19:24.882 INFO:tasks.rados.rados.0.smithi118.stdout:3642: done (3 left) 2023-09-30T09:19:24.882 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 339 2023-09-30T09:19:24.882 INFO:tasks.rados.rados.0.smithi118.stdout:3644: finishing write tid 1 to smithi118168640-50 2023-09-30T09:19:24.882 INFO:tasks.rados.rados.0.smithi118.stdout:3644: finishing write tid 2 to smithi118168640-50 2023-09-30T09:19:24.883 INFO:tasks.rados.rados.0.smithi118.stdout:3647: seq_num 1141 ranges {0=712704,712704=679936,1392640=540672,1933312=385024} 2023-09-30T09:19:24.886 INFO:tasks.rados.rados.0.smithi118.stdout:3647: writing smithi118168640-33 from 0 to 712704 tid 1 2023-09-30T09:19:24.890 INFO:tasks.rados.rados.0.smithi118.stdout:3647: writing smithi118168640-33 from 712704 to 1392640 tid 2 2023-09-30T09:19:24.893 INFO:tasks.rados.rados.0.smithi118.stdout:3647: writing smithi118168640-33 from 1392640 to 1933312 tid 3 2023-09-30T09:19:24.896 INFO:tasks.rados.rados.0.smithi118.stdout:3647: writing smithi118168640-33 from 1933312 to 2318336 tid 4 2023-09-30T09:19:24.896 INFO:tasks.rados.rados.0.smithi118.stdout:3648: read oid 11 snap -1 2023-09-30T09:19:24.896 INFO:tasks.rados.rados.0.smithi118.stdout:3648: expect (ObjNum 1128 snap 339 seq_num 1128) 2023-09-30T09:19:24.896 INFO:tasks.rados.rados.0.smithi118.stdout:3649: rollback oid 46 current snap is 339 2023-09-30T09:19:24.896 INFO:tasks.rados.rados.0.smithi118.stdout:3649: done (5 left) 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3650: delete oid 48 current snap is 339 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3644: finishing write tid 3 to smithi118168640-50 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3644: finishing write tid 4 to smithi118168640-50 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3644: finishing write tid 5 to smithi118168640-50 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3644: finishing write tid 6 to smithi118168640-50 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3644: finishing write tid 7 to smithi118168640-50 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1798 (ObjNum 1139 snap 339 seq_num 1139) dirty exists 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3644: left oid 50 (ObjNum 1139 snap 339 seq_num 1139) 2023-09-30T09:19:24.897 INFO:tasks.rados.rados.0.smithi118.stdout:3645: expect (ObjNum 1129 snap 339 seq_num 1129) 2023-09-30T09:19:24.951 INFO:tasks.rados.rados.0.smithi118.stdout:3646: finishing write tid 1 to smithi118168640-44 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3646: finishing write tid 2 to smithi118168640-44 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3646: finishing write tid 3 to smithi118168640-44 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3646: finishing write tid 4 to smithi118168640-44 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3646: finishing write tid 5 to smithi118168640-44 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3646: finishing write tid 6 to smithi118168640-44 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1555 (ObjNum 1140 snap 339 seq_num 1140) dirty exists 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3646: left oid 44 (ObjNum 1140 snap 339 seq_num 1140) 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3647: finishing write tid 1 to smithi118168640-33 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3644: done (5 left) 2023-09-30T09:19:24.952 INFO:tasks.rados.rados.0.smithi118.stdout:3645: done (4 left) 2023-09-30T09:19:24.953 INFO:tasks.rados.rados.0.smithi118.stdout:3646: done (3 left) 2023-09-30T09:19:24.953 INFO:tasks.rados.rados.0.smithi118.stdout:3650: done (2 left) 2023-09-30T09:19:24.953 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 339 2023-09-30T09:19:24.953 INFO:tasks.rados.rados.0.smithi118.stdout:3647: finishing write tid 2 to smithi118168640-33 2023-09-30T09:19:24.953 INFO:tasks.rados.rados.0.smithi118.stdout:3647: finishing write tid 3 to smithi118168640-33 2023-09-30T09:19:24.953 INFO:tasks.rados.rados.0.smithi118.stdout:3651: seq_num 1143 ranges {2236416=753664,2990080=450560,3440640=507904,3948544=589824,4538368=57344} 2023-09-30T09:19:24.967 INFO:tasks.rados.rados.0.smithi118.stdout:3651: writing smithi118168640-7 from 2236416 to 2990080 tid 1 2023-09-30T09:19:24.969 INFO:tasks.rados.rados.0.smithi118.stdout:3651: writing smithi118168640-7 from 2990080 to 3440640 tid 2 2023-09-30T09:19:24.973 INFO:tasks.rados.rados.0.smithi118.stdout:3651: writing smithi118168640-7 from 3440640 to 3948544 tid 3 2023-09-30T09:19:24.976 INFO:tasks.rados.rados.0.smithi118.stdout:3651: writing smithi118168640-7 from 3948544 to 4538368 tid 4 2023-09-30T09:19:24.977 INFO:tasks.rados.rados.0.smithi118.stdout:3651: writing smithi118168640-7 from 4538368 to 4595712 tid 5 2023-09-30T09:19:24.977 INFO:tasks.rados.rados.0.smithi118.stdout:3652: read oid 47 snap -1 2023-09-30T09:19:24.977 INFO:tasks.rados.rados.0.smithi118.stdout:3652: expect (ObjNum 1098 snap 334 seq_num 1098) 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3653: read oid 44 snap -1 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3653: expect (ObjNum 1140 snap 339 seq_num 1140) 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3654: copy_from oid 10 from oid 35 current snap is 339 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3647: finishing write tid 4 to smithi118168640-33 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3647: finishing write tid 5 to smithi118168640-33 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3647: finishing write tid 6 to smithi118168640-33 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1561 (ObjNum 1141 snap 339 seq_num 1141) dirty exists 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3647: left oid 33 (ObjNum 1141 snap 339 seq_num 1141) 2023-09-30T09:19:24.978 INFO:tasks.rados.rados.0.smithi118.stdout:3648: expect (ObjNum 1128 snap 339 seq_num 1128) 2023-09-30T09:19:25.038 INFO:tasks.rados.rados.0.smithi118.stdout:3651: finishing write tid 1 to smithi118168640-7 2023-09-30T09:19:25.038 INFO:tasks.rados.rados.0.smithi118.stdout:3651: finishing write tid 2 to smithi118168640-7 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3651: finishing write tid 3 to smithi118168640-7 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3654: finishing copy_from racing read to smithi118168640-10 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3654: finishing copy_from to smithi118168640-10 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1555 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3651: finishing write tid 4 to smithi118168640-7 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3647: done (5 left) 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3648: done (4 left) 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3654: done (3 left) 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3655: snap_create 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3651: finishing write tid 5 to smithi118168640-7 2023-09-30T09:19:25.039 INFO:tasks.rados.rados.0.smithi118.stdout:3651: finishing write tid 6 to smithi118168640-7 2023-09-30T09:19:25.040 INFO:tasks.rados.rados.0.smithi118.stdout:3651: finishing write tid 7 to smithi118168640-7 2023-09-30T09:19:25.040 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1560 (ObjNum 1143 snap 339 seq_num 1143) dirty exists 2023-09-30T09:19:25.040 INFO:tasks.rados.rados.0.smithi118.stdout:3651: left oid 7 (ObjNum 1143 snap 339 seq_num 1143) 2023-09-30T09:19:25.040 INFO:tasks.rados.rados.0.smithi118.stdout:3652: expect (ObjNum 1098 snap 334 seq_num 1098) 2023-09-30T09:19:25.571 INFO:tasks.rados.rados.0.smithi118.stdout:3653: expect (ObjNum 1140 snap 339 seq_num 1140) 2023-09-30T09:19:25.880 INFO:tasks.rados.rados.0.smithi118.stdout:3651: done (3 left) 2023-09-30T09:19:25.880 INFO:tasks.rados.rados.0.smithi118.stdout:3652: done (2 left) 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:3653: done (1 left) 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:3655: done (0 left) 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:3656: read oid 18 snap -1 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:3656: expect (ObjNum 1075 snap 328 seq_num 1075) 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:3657: rollback oid 45 current snap is 340 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 45 to 339 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 340 2023-09-30T09:19:25.881 INFO:tasks.rados.rados.0.smithi118.stdout:3658: seq_num 1144 ranges {8011776=770048,8781824=737280,9519104=712704,10231808=155648} 2023-09-30T09:19:25.928 INFO:tasks.rados.rados.0.smithi118.stdout:3658: writing smithi118168640-27 from 8011776 to 8781824 tid 1 2023-09-30T09:19:25.933 INFO:tasks.rados.rados.0.smithi118.stdout:3658: writing smithi118168640-27 from 8781824 to 9519104 tid 2 2023-09-30T09:19:25.937 INFO:tasks.rados.rados.0.smithi118.stdout:3658: writing smithi118168640-27 from 9519104 to 10231808 tid 3 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:3658: writing smithi118168640-27 from 10231808 to 10387456 tid 4 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:3659: rollback oid 30 current snap is 340 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 339 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:3657: finishing rollback tid 0 to smithi118168640-45 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:3657: finishing rollback tid 1 to smithi118168640-45 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:3657: finishing rollback tid 2 to smithi118168640-45 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1477 (ObjNum 1084 snap 331 seq_num 1084) dirty exists 2023-09-30T09:19:25.939 INFO:tasks.rados.rados.0.smithi118.stdout:3656: expect (ObjNum 1075 snap 328 seq_num 1075) 2023-09-30T09:19:26.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:26 smithi118 ceph-mon[182959]: pgmap v854: 121 pgs: 121 active+clean; 201 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 4.4 MiB/s wr, 13 op/s 2023-09-30T09:19:26.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:26 smithi118 ceph-mon[182959]: osdmap e761: 8 total, 8 up, 8 in 2023-09-30T09:19:26.843 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:26 smithi118 ceph-mon[185516]: pgmap v854: 121 pgs: 121 active+clean; 201 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 4.4 MiB/s wr, 13 op/s 2023-09-30T09:19:26.843 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:26 smithi118 ceph-mon[185516]: osdmap e761: 8 total, 8 up, 8 in 2023-09-30T09:19:26.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:26 smithi192 ceph-mon[180220]: pgmap v854: 121 pgs: 121 active+clean; 201 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 4.4 MiB/s wr, 13 op/s 2023-09-30T09:19:26.845 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:26 smithi192 ceph-mon[180220]: osdmap e761: 8 total, 8 up, 8 in 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3658: finishing write tid 1 to smithi118168640-27 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3658: finishing write tid 2 to smithi118168640-27 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3658: finishing write tid 3 to smithi118168640-27 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3658: finishing write tid 4 to smithi118168640-27 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3659: finishing rollback tid 0 to smithi118168640-30 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3658: finishing write tid 5 to smithi118168640-27 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3656: done (3 left) 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:3657: done (2 left) 2023-09-30T09:19:27.071 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 5 current snap is 340 2023-09-30T09:19:27.072 INFO:tasks.rados.rados.0.smithi118.stdout:3659: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:19:27.072 INFO:tasks.rados.rados.0.smithi118.stdout:3659: finishing rollback tid 2 to smithi118168640-30 2023-09-30T09:19:27.072 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1563 (ObjNum 1054 snap 321 seq_num 1054) dirty exists 2023-09-30T09:19:27.072 INFO:tasks.rados.rados.0.smithi118.stdout:3658: finishing write tid 6 to smithi118168640-27 2023-09-30T09:19:27.072 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1526 (ObjNum 1144 snap 340 seq_num 1144) dirty exists 2023-09-30T09:19:27.072 INFO:tasks.rados.rados.0.smithi118.stdout:3658: left oid 27 (ObjNum 1144 snap 340 seq_num 1144) 2023-09-30T09:19:27.072 INFO:tasks.rados.rados.0.smithi118.stdout:3660: seq_num 1145 ranges {2187264=786432,2973696=622592,3596288=516096,4112384=417792,4530176=49152} 2023-09-30T09:19:27.086 INFO:tasks.rados.rados.0.smithi118.stdout:3660: writing smithi118168640-5 from 2187264 to 2973696 tid 1 2023-09-30T09:19:27.089 INFO:tasks.rados.rados.0.smithi118.stdout:3660: writing smithi118168640-5 from 2973696 to 3596288 tid 2 2023-09-30T09:19:27.093 INFO:tasks.rados.rados.0.smithi118.stdout:3660: writing smithi118168640-5 from 3596288 to 4112384 tid 3 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:3660: writing smithi118168640-5 from 4112384 to 4530176 tid 4 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:3660: writing smithi118168640-5 from 4530176 to 4579328 tid 5 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:3658: done (2 left) 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:3659: done (1 left) 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 13 current snap is 340 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:3660: finishing write tid 1 to smithi118168640-5 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:3660: finishing write tid 2 to smithi118168640-5 2023-09-30T09:19:27.096 INFO:tasks.rados.rados.0.smithi118.stdout:3660: finishing write tid 3 to smithi118168640-5 2023-09-30T09:19:27.097 INFO:tasks.rados.rados.0.smithi118.stdout:3661: seq_num 1146 ranges {3883008=802816,4685824=499712,5185536=679936,5865472=425984} 2023-09-30T09:19:27.121 INFO:tasks.rados.rados.0.smithi118.stdout:3661: writing smithi118168640-13 from 3883008 to 4685824 tid 1 2023-09-30T09:19:27.124 INFO:tasks.rados.rados.0.smithi118.stdout:3661: writing smithi118168640-13 from 4685824 to 5185536 tid 2 2023-09-30T09:19:27.128 INFO:tasks.rados.rados.0.smithi118.stdout:3661: writing smithi118168640-13 from 5185536 to 5865472 tid 3 2023-09-30T09:19:27.131 INFO:tasks.rados.rados.0.smithi118.stdout:3661: writing smithi118168640-13 from 5865472 to 6291456 tid 4 2023-09-30T09:19:27.131 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 32 current snap is 340 2023-09-30T09:19:27.131 INFO:tasks.rados.rados.0.smithi118.stdout:3660: finishing write tid 4 to smithi118168640-5 2023-09-30T09:19:27.131 INFO:tasks.rados.rados.0.smithi118.stdout:3660: finishing write tid 5 to smithi118168640-5 2023-09-30T09:19:27.131 INFO:tasks.rados.rados.0.smithi118.stdout:3660: finishing write tid 6 to smithi118168640-5 2023-09-30T09:19:27.131 INFO:tasks.rados.rados.0.smithi118.stdout:3660: finishing write tid 7 to smithi118168640-5 2023-09-30T09:19:27.131 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1566 (ObjNum 1145 snap 340 seq_num 1145) dirty exists 2023-09-30T09:19:27.132 INFO:tasks.rados.rados.0.smithi118.stdout:3660: left oid 5 (ObjNum 1145 snap 340 seq_num 1145) 2023-09-30T09:19:27.132 INFO:tasks.rados.rados.0.smithi118.stdout:3661: finishing write tid 1 to smithi118168640-13 2023-09-30T09:19:27.132 INFO:tasks.rados.rados.0.smithi118.stdout:3661: finishing write tid 2 to smithi118168640-13 2023-09-30T09:19:27.132 INFO:tasks.rados.rados.0.smithi118.stdout:3662: seq_num 1147 ranges {0=16384} 2023-09-30T09:19:27.132 INFO:tasks.rados.rados.0.smithi118.stdout:3662: writing smithi118168640-32 from 0 to 16384 tid 1 2023-09-30T09:19:27.133 INFO:tasks.rados.rados.0.smithi118.stdout:3660: done (2 left) 2023-09-30T09:19:27.134 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 340 2023-09-30T09:19:27.134 INFO:tasks.rados.rados.0.smithi118.stdout:3663: seq_num 1148 ranges {2392064=32768} 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3663: writing smithi118168640-42 from 2392064 to 2424832 tid 1 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3664: copy_from oid 20 from oid 49 current snap is 340 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3661: finishing write tid 3 to smithi118168640-13 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3662: finishing write tid 1 to smithi118168640-32 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3661: finishing write tid 4 to smithi118168640-13 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3662: finishing write tid 2 to smithi118168640-32 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3661: finishing write tid 5 to smithi118168640-13 2023-09-30T09:19:27.145 INFO:tasks.rados.rados.0.smithi118.stdout:3661: finishing write tid 6 to smithi118168640-13 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1545 (ObjNum 1146 snap 340 seq_num 1146) dirty exists 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3661: left oid 13 (ObjNum 1146 snap 340 seq_num 1146) 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3662: finishing write tid 3 to smithi118168640-32 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1515 (ObjNum 1147 snap 340 seq_num 1147) dirty exists 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3662: left oid 32 (ObjNum 1147 snap 340 seq_num 1147) 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3661: done (3 left) 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3662: done (2 left) 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3665: copy_from oid 46 from oid 11 current snap is 340 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3666: rollback oid 9 current snap is 340 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 9 to 339 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3667: copy_from oid 23 from oid 12 current snap is 340 2023-09-30T09:19:27.146 INFO:tasks.rados.rados.0.smithi118.stdout:3668: snap_create 2023-09-30T09:19:27.148 INFO:tasks.rados.rados.0.smithi118.stdout:3666: finishing rollback tid 0 to smithi118168640-9 2023-09-30T09:19:27.149 INFO:tasks.rados.rados.0.smithi118.stdout:3666: finishing rollback tid 1 to smithi118168640-9 2023-09-30T09:19:27.149 INFO:tasks.rados.rados.0.smithi118.stdout:3666: finishing rollback tid 2 to smithi118168640-9 2023-09-30T09:19:27.149 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 1529 (ObjNum 1129 snap 339 seq_num 1129) dirty exists 2023-09-30T09:19:27.151 INFO:tasks.rados.rados.0.smithi118.stdout:3663: finishing write tid 1 to smithi118168640-42 2023-09-30T09:19:27.151 INFO:tasks.rados.rados.0.smithi118.stdout:3663: finishing write tid 2 to smithi118168640-42 2023-09-30T09:19:27.153 INFO:tasks.rados.rados.0.smithi118.stdout:3663: finishing write tid 3 to smithi118168640-42 2023-09-30T09:19:27.153 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1557 (ObjNum 1148 snap 340 seq_num 1148) dirty exists 2023-09-30T09:19:27.153 INFO:tasks.rados.rados.0.smithi118.stdout:3663: left oid 42 (ObjNum 1148 snap 340 seq_num 1148) 2023-09-30T09:19:27.159 INFO:tasks.rados.rados.0.smithi118.stdout:3665: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:19:27.161 INFO:tasks.rados.rados.0.smithi118.stdout:3665: finishing copy_from to smithi118168640-46 2023-09-30T09:19:27.161 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1540 (ObjNum 1128 snap 339 seq_num 1128) dirty exists 2023-09-30T09:19:27.166 INFO:tasks.rados.rados.0.smithi118.stdout:3664: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:19:27.167 INFO:tasks.rados.rados.0.smithi118.stdout:3664: finishing copy_from to smithi118168640-20 2023-09-30T09:19:27.167 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1536 (ObjNum 1114 snap 337 seq_num 1114) dirty exists 2023-09-30T09:19:27.172 INFO:tasks.rados.rados.0.smithi118.stdout:3667: finishing copy_from racing read to smithi118168640-23 2023-09-30T09:19:27.173 INFO:tasks.rados.rados.0.smithi118.stdout:3667: finishing copy_from to smithi118168640-23 2023-09-30T09:19:27.174 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1492 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:19:27.576 INFO:tasks.rados.rados.0.smithi118.stdout:3663: done (5 left) 2023-09-30T09:19:27.576 INFO:tasks.rados.rados.0.smithi118.stdout:3664: done (4 left) 2023-09-30T09:19:27.576 INFO:tasks.rados.rados.0.smithi118.stdout:3665: done (3 left) 2023-09-30T09:19:27.576 INFO:tasks.rados.rados.0.smithi118.stdout:3666: done (2 left) 2023-09-30T09:19:27.577 INFO:tasks.rados.rados.0.smithi118.stdout:3667: done (1 left) 2023-09-30T09:19:27.577 INFO:tasks.rados.rados.0.smithi118.stdout:3668: done (0 left) 2023-09-30T09:19:27.577 INFO:tasks.rados.rados.0.smithi118.stdout:3669: snap_remove snap 340 2023-09-30T09:19:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:27 smithi118 ceph-mon[182959]: osdmap e762: 8 total, 8 up, 8 in 2023-09-30T09:19:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:27 smithi118 ceph-mon[182959]: pgmap v857: 121 pgs: 121 active+clean; 163 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 4.7 MiB/s wr, 14 op/s 2023-09-30T09:19:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:27 smithi118 ceph-mon[185516]: osdmap e762: 8 total, 8 up, 8 in 2023-09-30T09:19:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:27 smithi118 ceph-mon[185516]: pgmap v857: 121 pgs: 121 active+clean; 163 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 4.7 MiB/s wr, 14 op/s 2023-09-30T09:19:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:27 smithi192 ceph-mon[180220]: osdmap e762: 8 total, 8 up, 8 in 2023-09-30T09:19:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:27 smithi192 ceph-mon[180220]: pgmap v857: 121 pgs: 121 active+clean; 163 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 4.7 MiB/s wr, 14 op/s 2023-09-30T09:19:28.587 INFO:tasks.rados.rados.0.smithi118.stdout:3669: done (0 left) 2023-09-30T09:19:28.587 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 30 current snap is 341 2023-09-30T09:19:28.587 INFO:tasks.rados.rados.0.smithi118.stdout:3670: seq_num 1149 ranges {860160=49152} 2023-09-30T09:19:28.592 INFO:tasks.rados.rados.0.smithi118.stdout:3670: writing smithi118168640-30 from 860160 to 909312 tid 1 2023-09-30T09:19:28.592 INFO:tasks.rados.rados.0.smithi118.stdout:3671: setattr oid 36 current snap is 341 2023-09-30T09:19:28.594 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 26 current snap is 341 2023-09-30T09:19:28.594 INFO:tasks.rados.rados.0.smithi118.stdout:3672: seq_num 1150 ranges {3186688=65536} 2023-09-30T09:19:28.612 INFO:tasks.rados.rados.0.smithi118.stdout:3672: writing smithi118168640-26 from 3186688 to 3252224 tid 1 2023-09-30T09:19:28.612 INFO:tasks.rados.rados.0.smithi118.stdout:3673: snap_create 2023-09-30T09:19:28.612 INFO:tasks.rados.rados.0.smithi118.stdout:3670: finishing write tid 1 to smithi118168640-30 2023-09-30T09:19:28.612 INFO:tasks.rados.rados.0.smithi118.stdout:3670: finishing write tid 2 to smithi118168640-30 2023-09-30T09:19:28.613 INFO:tasks.rados.rados.0.smithi118.stdout:3670: finishing write tid 3 to smithi118168640-30 2023-09-30T09:19:28.613 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1565 (ObjNum 1149 snap 341 seq_num 1149) dirty exists 2023-09-30T09:19:28.613 INFO:tasks.rados.rados.0.smithi118.stdout:3670: left oid 30 (ObjNum 1149 snap 341 seq_num 1149) 2023-09-30T09:19:28.613 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1567 (ObjNum 1135 snap 339 seq_num 1135) dirty exists 2023-09-30T09:19:28.620 INFO:tasks.rados.rados.0.smithi118.stdout:3672: finishing write tid 1 to smithi118168640-26 2023-09-30T09:19:28.621 INFO:tasks.rados.rados.0.smithi118.stdout:3672: finishing write tid 2 to smithi118168640-26 2023-09-30T09:19:28.623 INFO:tasks.rados.rados.0.smithi118.stdout:3672: finishing write tid 3 to smithi118168640-26 2023-09-30T09:19:28.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 26 v 1802 (ObjNum 1150 snap 341 seq_num 1150) dirty exists 2023-09-30T09:19:28.623 INFO:tasks.rados.rados.0.smithi118.stdout:3672: left oid 26 (ObjNum 1150 snap 341 seq_num 1150) 2023-09-30T09:19:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:28 smithi118 ceph-mon[182959]: osdmap e763: 8 total, 8 up, 8 in 2023-09-30T09:19:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:28 smithi118 ceph-mon[185516]: osdmap e763: 8 total, 8 up, 8 in 2023-09-30T09:19:28.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:28 smithi192 ceph-mon[180220]: osdmap e763: 8 total, 8 up, 8 in 2023-09-30T09:19:29.593 INFO:tasks.rados.rados.0.smithi118.stdout:3670: done (3 left) 2023-09-30T09:19:29.593 INFO:tasks.rados.rados.0.smithi118.stdout:3671: done (2 left) 2023-09-30T09:19:29.593 INFO:tasks.rados.rados.0.smithi118.stdout:3672: done (1 left) 2023-09-30T09:19:29.593 INFO:tasks.rados.rados.0.smithi118.stdout:3673: done (0 left) 2023-09-30T09:19:29.593 INFO:tasks.rados.rados.0.smithi118.stdout:3674: rollback oid 46 current snap is 342 2023-09-30T09:19:29.593 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 46 to 339 2023-09-30T09:19:29.594 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 342 2023-09-30T09:19:29.594 INFO:tasks.rados.rados.0.smithi118.stdout:3675: seq_num 1151 ranges {0=81920} 2023-09-30T09:19:29.594 INFO:tasks.rados.rados.0.smithi118.stdout:3675: writing smithi118168640-48 from 0 to 81920 tid 1 2023-09-30T09:19:29.594 INFO:tasks.rados.rados.0.smithi118.stdout:3676: read oid 33 snap -1 2023-09-30T09:19:29.594 INFO:tasks.rados.rados.0.smithi118.stdout:3676: expect (ObjNum 1141 snap 339 seq_num 1141) 2023-09-30T09:19:29.594 INFO:tasks.rados.rados.0.smithi118.stdout:3677: snap_create 2023-09-30T09:19:29.601 INFO:tasks.rados.rados.0.smithi118.stdout:3675: finishing write tid 1 to smithi118168640-48 2023-09-30T09:19:29.602 INFO:tasks.rados.rados.0.smithi118.stdout:3675: finishing write tid 2 to smithi118168640-48 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:3674: finishing rollback tid 0 to smithi118168640-46 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:3674: finishing rollback tid 1 to smithi118168640-46 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:3675: finishing write tid 3 to smithi118168640-48 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1804 (ObjNum 1151 snap 342 seq_num 1151) dirty exists 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:3675: left oid 48 (ObjNum 1151 snap 342 seq_num 1151) 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:3674: finishing rollback tid 2 to smithi118168640-46 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1544 (ObjNum 1091 snap 333 seq_num 1091) dirty exists 2023-09-30T09:19:29.604 INFO:tasks.rados.rados.0.smithi118.stdout:3676: expect (ObjNum 1141 snap 339 seq_num 1141) 2023-09-30T09:19:29.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:19:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:19:29] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:19:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:29 smithi118 ceph-mon[185516]: osdmap e764: 8 total, 8 up, 8 in 2023-09-30T09:19:29.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:29 smithi118 ceph-mon[185516]: pgmap v860: 121 pgs: 121 active+clean; 176 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 MiB/s rd, 4.7 MiB/s wr, 12 op/s 2023-09-30T09:19:29.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:29 smithi118 ceph-mon[182959]: osdmap e764: 8 total, 8 up, 8 in 2023-09-30T09:19:29.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:29 smithi118 ceph-mon[182959]: pgmap v860: 121 pgs: 121 active+clean; 176 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 MiB/s rd, 4.7 MiB/s wr, 12 op/s 2023-09-30T09:19:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:29 smithi192 ceph-mon[180220]: osdmap e764: 8 total, 8 up, 8 in 2023-09-30T09:19:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:29 smithi192 ceph-mon[180220]: pgmap v860: 121 pgs: 121 active+clean; 176 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 MiB/s rd, 4.7 MiB/s wr, 12 op/s 2023-09-30T09:19:30.594 INFO:tasks.rados.rados.0.smithi118.stdout:3674: done (3 left) 2023-09-30T09:19:30.594 INFO:tasks.rados.rados.0.smithi118.stdout:3675: done (2 left) 2023-09-30T09:19:30.594 INFO:tasks.rados.rados.0.smithi118.stdout:3676: done (1 left) 2023-09-30T09:19:30.594 INFO:tasks.rados.rados.0.smithi118.stdout:3677: done (0 left) 2023-09-30T09:19:30.595 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 22 current snap is 343 2023-09-30T09:19:30.595 INFO:tasks.rados.rados.0.smithi118.stdout:3678: seq_num 1152 ranges {15933440=98304} 2023-09-30T09:19:30.679 INFO:tasks.rados.rados.0.smithi118.stdout:3678: writing smithi118168640-22 from 15933440 to 16031744 tid 1 2023-09-30T09:19:30.679 INFO:tasks.rados.rados.0.smithi118.stdout:3679: read oid 32 snap -1 2023-09-30T09:19:30.679 INFO:tasks.rados.rados.0.smithi118.stdout:3679: expect (ObjNum 1147 snap 340 seq_num 1147) 2023-09-30T09:19:30.679 INFO:tasks.rados.rados.0.smithi118.stdout:3680: snap_create 2023-09-30T09:19:30.684 INFO:tasks.rados.rados.0.smithi118.stdout:3679: expect (ObjNum 1147 snap 340 seq_num 1147) 2023-09-30T09:19:30.687 INFO:tasks.rados.rados.0.smithi118.stdout:3678: finishing write tid 1 to smithi118168640-22 2023-09-30T09:19:30.687 INFO:tasks.rados.rados.0.smithi118.stdout:3678: finishing write tid 2 to smithi118168640-22 2023-09-30T09:19:30.692 INFO:tasks.rados.rados.0.smithi118.stdout:3678: finishing write tid 3 to smithi118168640-22 2023-09-30T09:19:30.692 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1494 (ObjNum 1152 snap 343 seq_num 1152) dirty exists 2023-09-30T09:19:30.692 INFO:tasks.rados.rados.0.smithi118.stdout:3678: left oid 22 (ObjNum 1152 snap 343 seq_num 1152) 2023-09-30T09:19:30.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:30 smithi118 ceph-mon[182959]: osdmap e765: 8 total, 8 up, 8 in 2023-09-30T09:19:30.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:30 smithi118 ceph-mon[185516]: osdmap e765: 8 total, 8 up, 8 in 2023-09-30T09:19:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:30 smithi192 ceph-mon[180220]: osdmap e765: 8 total, 8 up, 8 in 2023-09-30T09:19:31.569 INFO:tasks.rados.rados.0.smithi118.stdout:3678: done (2 left) 2023-09-30T09:19:31.569 INFO:tasks.rados.rados.0.smithi118.stdout:3679: done (1 left) 2023-09-30T09:19:31.569 INFO:tasks.rados.rados.0.smithi118.stdout:3680: done (0 left) 2023-09-30T09:19:31.569 INFO:tasks.rados.rados.0.smithi118.stdout:3681: setattr oid 7 current snap is 344 2023-09-30T09:19:31.569 INFO:tasks.rados.rados.0.smithi118.stdout:3682: snap_remove snap 339 2023-09-30T09:19:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:31 smithi192 ceph-mon[180220]: osdmap e766: 8 total, 8 up, 8 in 2023-09-30T09:19:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:31 smithi192 ceph-mon[180220]: pgmap v863: 121 pgs: 121 active+clean; 195 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 11 MiB/s wr, 34 op/s 2023-09-30T09:19:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:31 smithi192 ceph-mon[180220]: osdmap e767: 8 total, 8 up, 8 in 2023-09-30T09:19:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:31 smithi118 ceph-mon[185516]: osdmap e766: 8 total, 8 up, 8 in 2023-09-30T09:19:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:31 smithi118 ceph-mon[185516]: pgmap v863: 121 pgs: 121 active+clean; 195 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 11 MiB/s wr, 34 op/s 2023-09-30T09:19:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:31 smithi118 ceph-mon[185516]: osdmap e767: 8 total, 8 up, 8 in 2023-09-30T09:19:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:31 smithi118 ceph-mon[182959]: osdmap e766: 8 total, 8 up, 8 in 2023-09-30T09:19:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:31 smithi118 ceph-mon[182959]: pgmap v863: 121 pgs: 121 active+clean; 195 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 11 MiB/s wr, 34 op/s 2023-09-30T09:19:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:31 smithi118 ceph-mon[182959]: osdmap e767: 8 total, 8 up, 8 in 2023-09-30T09:19:32.578 INFO:tasks.rados.rados.0.smithi118.stdout:3682: done (1 left) 2023-09-30T09:19:32.578 INFO:tasks.rados.rados.0.smithi118.stdout:3683: delete oid 47 current snap is 344 2023-09-30T09:19:32.578 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1568 (ObjNum 1143 snap 339 seq_num 1143) dirty exists 2023-09-30T09:19:32.587 INFO:tasks.rados.rados.0.smithi118.stdout:3681: done (1 left) 2023-09-30T09:19:32.587 INFO:tasks.rados.rados.0.smithi118.stdout:3683: done (0 left) 2023-09-30T09:19:32.587 INFO:tasks.rados.rados.0.smithi118.stdout:3684: rmattr oid 37 current snap is 344 2023-09-30T09:19:32.587 INFO:tasks.rados.rados.0.smithi118.stdout:3684: done (0 left) 2023-09-30T09:19:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:3685: read oid 40 snap -1 2023-09-30T09:19:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:3685: expect (ObjNum 1125 snap 339 seq_num 1125) 2023-09-30T09:19:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:3686: rollback oid 49 current snap is 344 2023-09-30T09:19:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 49 to 342 2023-09-30T09:19:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:3687: read oid 1 snap -1 2023-09-30T09:19:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:3687: expect (ObjNum 1132 snap 339 seq_num 1132) 2023-09-30T09:19:32.588 INFO:tasks.rados.rados.0.smithi118.stdout:3688: snap_remove snap 343 2023-09-30T09:19:33.580 INFO:tasks.rados.rados.0.smithi118.stdout:3688: done (3 left) 2023-09-30T09:19:33.580 INFO:tasks.rados.rados.0.smithi118.stdout:3689: rollback oid 38 current snap is 344 2023-09-30T09:19:33.580 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 342 2023-09-30T09:19:33.581 INFO:tasks.rados.rados.0.smithi118.stdout:3686: finishing rollback tid 0 to smithi118168640-49 2023-09-30T09:19:33.581 INFO:tasks.rados.rados.0.smithi118.stdout:3686: finishing rollback tid 1 to smithi118168640-49 2023-09-30T09:19:33.581 INFO:tasks.rados.rados.0.smithi118.stdout:3686: finishing rollback tid 2 to smithi118168640-49 2023-09-30T09:19:33.581 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1547 (ObjNum 1114 snap 337 seq_num 1114) dirty exists 2023-09-30T09:19:33.581 INFO:tasks.rados.rados.0.smithi118.stdout:3685: expect (ObjNum 1125 snap 339 seq_num 1125) 2023-09-30T09:19:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:33 smithi118 ceph-mon[182959]: osdmap e768: 8 total, 8 up, 8 in 2023-09-30T09:19:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:33 smithi118 ceph-mon[182959]: pgmap v866: 121 pgs: 121 active+clean; 199 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.9 MiB/s wr, 27 op/s 2023-09-30T09:19:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:33 smithi118 ceph-mon[185516]: osdmap e768: 8 total, 8 up, 8 in 2023-09-30T09:19:33.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:33 smithi118 ceph-mon[185516]: pgmap v866: 121 pgs: 121 active+clean; 199 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.9 MiB/s wr, 27 op/s 2023-09-30T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:33 smithi192 ceph-mon[180220]: osdmap e768: 8 total, 8 up, 8 in 2023-09-30T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:33 smithi192 ceph-mon[180220]: pgmap v866: 121 pgs: 121 active+clean; 199 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.9 MiB/s wr, 27 op/s 2023-09-30T09:19:34.024 INFO:tasks.rados.rados.0.smithi118.stdout:3687: expect (ObjNum 1132 snap 339 seq_num 1132) 2023-09-30T09:19:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:34 smithi118 ceph-mon[182959]: osdmap e769: 8 total, 8 up, 8 in 2023-09-30T09:19:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:34 smithi118 ceph-mon[185516]: osdmap e769: 8 total, 8 up, 8 in 2023-09-30T09:19:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:34 smithi192 ceph-mon[180220]: osdmap e769: 8 total, 8 up, 8 in 2023-09-30T09:19:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:35.679 INFO:tasks.rados.rados.0.smithi118.stdout:3689: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:19:35.679 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 0 (ObjNum 593 snap 0 seq_num 2569247086) dirty dne 2023-09-30T09:19:35.679 INFO:tasks.rados.rados.0.smithi118.stdout:3685: done (3 left) 2023-09-30T09:19:35.679 INFO:tasks.rados.rados.0.smithi118.stdout:3686: done (2 left) 2023-09-30T09:19:35.679 INFO:tasks.rados.rados.0.smithi118.stdout:3687: done (1 left) 2023-09-30T09:19:35.679 INFO:tasks.rados.rados.0.smithi118.stdout:3689: done (0 left) 2023-09-30T09:19:35.679 INFO:tasks.rados.rados.0.smithi118.stdout:3690: delete oid 48 current snap is 344 2023-09-30T09:19:35.682 INFO:tasks.rados.rados.0.smithi118.stdout:3690: done (0 left) 2023-09-30T09:19:35.682 INFO:tasks.rados.rados.0.smithi118.stdout:3691: snap_remove snap 341 2023-09-30T09:19:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:35 smithi118 ceph-mon[182959]: pgmap v868: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 189 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.5 MiB/s rd, 965 KiB/s wr, 10 op/s 2023-09-30T09:19:35.863 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:35 smithi118 ceph-mon[185516]: pgmap v868: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 189 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.5 MiB/s rd, 965 KiB/s wr, 10 op/s 2023-09-30T09:19:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:35 smithi192 ceph-mon[180220]: pgmap v868: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 189 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.5 MiB/s rd, 965 KiB/s wr, 10 op/s 2023-09-30T09:19:36.568 INFO:tasks.rados.rados.0.smithi118.stdout:3691: done (0 left) 2023-09-30T09:19:36.568 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 46 current snap is 344 2023-09-30T09:19:36.568 INFO:tasks.rados.rados.0.smithi118.stdout:3692: seq_num 1155 ranges {1515520=147456} 2023-09-30T09:19:36.577 INFO:tasks.rados.rados.0.smithi118.stdout:3692: writing smithi118168640-46 from 1515520 to 1662976 tid 1 2023-09-30T09:19:36.577 INFO:tasks.rados.rados.0.smithi118.stdout:3693: rmattr oid 27 current snap is 344 2023-09-30T09:19:36.577 INFO:tasks.rados.rados.0.smithi118.stdout:3694: delete oid 11 current snap is 344 2023-09-30T09:19:36.582 INFO:tasks.rados.rados.0.smithi118.stdout:3692: finishing write tid 1 to smithi118168640-46 2023-09-30T09:19:36.582 INFO:tasks.rados.rados.0.smithi118.stdout:3692: finishing write tid 2 to smithi118168640-46 2023-09-30T09:19:36.582 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1527 (ObjNum 1144 snap 340 seq_num 1144) dirty exists 2023-09-30T09:19:36.582 INFO:tasks.rados.rados.0.smithi118.stdout:3693: done (2 left) 2023-09-30T09:19:36.582 INFO:tasks.rados.rados.0.smithi118.stdout:3694: done (1 left) 2023-09-30T09:19:36.582 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 10 current snap is 344 2023-09-30T09:19:36.583 INFO:tasks.rados.rados.0.smithi118.stdout:3695: seq_num 1157 ranges {0=180224} 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:3695: writing smithi118168640-10 from 0 to 180224 tid 1 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:3696: read oid 23 snap 342 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:3696: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 47 current snap is 344 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:3692: finishing write tid 3 to smithi118168640-46 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1549 (ObjNum 1155 snap 344 seq_num 1155) dirty exists 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:3692: left oid 46 (ObjNum 1155 snap 344 seq_num 1155) 2023-09-30T09:19:36.584 INFO:tasks.rados.rados.0.smithi118.stdout:3697: seq_num 1158 ranges {0=196608} 2023-09-30T09:19:36.585 INFO:tasks.rados.rados.0.smithi118.stdout:3697: writing smithi118168640-47 from 0 to 196608 tid 1 2023-09-30T09:19:36.585 INFO:tasks.rados.rados.0.smithi118.stdout:3692: done (3 left) 2023-09-30T09:19:36.585 INFO:tasks.rados.rados.0.smithi118.stdout:3698: read oid 29 snap -1 2023-09-30T09:19:36.585 INFO:tasks.rados.rados.0.smithi118.stdout:3698: expect (ObjNum 1088 snap 331 seq_num 1088) 2023-09-30T09:19:36.586 INFO:tasks.rados.rados.0.smithi118.stdout:3699: read oid 2 snap -1 2023-09-30T09:19:36.586 INFO:tasks.rados.rados.0.smithi118.stdout:3699: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:19:36.586 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 344 2023-09-30T09:19:36.586 INFO:tasks.rados.rados.0.smithi118.stdout:3700: seq_num 1159 ranges {5660672=212992} 2023-09-30T09:19:36.618 INFO:tasks.rados.rados.0.smithi118.stdout:3700: writing smithi118168640-3 from 5660672 to 5873664 tid 1 2023-09-30T09:19:36.618 INFO:tasks.rados.rados.0.smithi118.stdout:3701: setattr oid 27 current snap is 344 2023-09-30T09:19:36.618 INFO:tasks.rados.rados.0.smithi118.stdout:3699: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:19:36.620 INFO:tasks.rados.rados.0.smithi118.stdout:3698: expect (ObjNum 1088 snap 331 seq_num 1088) 2023-09-30T09:19:36.655 INFO:tasks.rados.rados.0.smithi118.stdout:3697: finishing write tid 1 to smithi118168640-47 2023-09-30T09:19:36.655 INFO:tasks.rados.rados.0.smithi118.stdout:3697: finishing write tid 2 to smithi118168640-47 2023-09-30T09:19:36.655 INFO:tasks.rados.rados.0.smithi118.stdout:3697: finishing write tid 3 to smithi118168640-47 2023-09-30T09:19:36.655 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1564 (ObjNum 1158 snap 344 seq_num 1158) dirty exists 2023-09-30T09:19:36.655 INFO:tasks.rados.rados.0.smithi118.stdout:3697: left oid 47 (ObjNum 1158 snap 344 seq_num 1158) 2023-09-30T09:19:36.656 INFO:tasks.rados.rados.0.smithi118.stdout:3695: finishing write tid 1 to smithi118168640-10 2023-09-30T09:19:36.656 INFO:tasks.rados.rados.0.smithi118.stdout:3695: finishing write tid 2 to smithi118168640-10 2023-09-30T09:19:36.656 INFO:tasks.rados.rados.0.smithi118.stdout:3696: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:19:36.788 INFO:tasks.rados.rados.0.smithi118.stdout:3695: finishing write tid 3 to smithi118168640-10 2023-09-30T09:19:36.788 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1559 (ObjNum 1157 snap 344 seq_num 1157) dirty exists 2023-09-30T09:19:36.788 INFO:tasks.rados.rados.0.smithi118.stdout:3695: left oid 10 (ObjNum 1157 snap 344 seq_num 1157) 2023-09-30T09:19:36.788 INFO:tasks.rados.rados.0.smithi118.stdout:3700: finishing write tid 1 to smithi118168640-3 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3700: finishing write tid 2 to smithi118168640-3 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3695: done (6 left) 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3696: done (5 left) 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3697: done (4 left) 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3698: done (3 left) 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3699: done (2 left) 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3702: read oid 23 snap -1 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3702: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3703: snap_create 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3700: finishing write tid 3 to smithi118168640-3 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1551 (ObjNum 1159 snap 344 seq_num 1159) dirty exists 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:3700: left oid 3 (ObjNum 1159 snap 344 seq_num 1159) 2023-09-30T09:19:36.789 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1528 (ObjNum 1144 snap 340 seq_num 1144) dirty exists 2023-09-30T09:19:36.796 INFO:tasks.rados.rados.0.smithi118.stdout:3702: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:19:37.576 INFO:tasks.rados.rados.0.smithi118.stdout:3700: done (3 left) 2023-09-30T09:19:37.577 INFO:tasks.rados.rados.0.smithi118.stdout:3701: done (2 left) 2023-09-30T09:19:37.577 INFO:tasks.rados.rados.0.smithi118.stdout:3702: done (1 left) 2023-09-30T09:19:37.577 INFO:tasks.rados.rados.0.smithi118.stdout:3703: done (0 left) 2023-09-30T09:19:37.577 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 345 2023-09-30T09:19:37.577 INFO:tasks.rados.rados.0.smithi118.stdout:3704: seq_num 1160 ranges {2424832=229376} 2023-09-30T09:19:37.591 INFO:tasks.rados.rados.0.smithi118.stdout:3704: writing smithi118168640-42 from 2424832 to 2654208 tid 1 2023-09-30T09:19:37.591 INFO:tasks.rados.rados.0.smithi118.stdout:3705: read oid 41 snap -1 2023-09-30T09:19:37.591 INFO:tasks.rados.rados.0.smithi118.stdout:3705: expect (ObjNum 1055 snap 321 seq_num 1055) 2023-09-30T09:19:37.591 INFO:tasks.rados.rados.0.smithi118.stdout:3706: rollback oid 40 current snap is 345 2023-09-30T09:19:37.591 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 40 to 344 2023-09-30T09:19:37.592 INFO:tasks.rados.rados.0.smithi118.stdout:3707: rollback oid 47 current snap is 345 2023-09-30T09:19:37.592 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 47 to 342 2023-09-30T09:19:37.592 INFO:tasks.rados.rados.0.smithi118.stdout:3708: read oid 28 snap -1 2023-09-30T09:19:37.592 INFO:tasks.rados.rados.0.smithi118.stdout:3708: expect (ObjNum 1023 snap 307 seq_num 1023) 2023-09-30T09:19:37.592 INFO:tasks.rados.rados.0.smithi118.stdout:3709: rollback oid 3 current snap is 345 2023-09-30T09:19:37.592 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 3 to 344 2023-09-30T09:19:37.592 INFO:tasks.rados.rados.0.smithi118.stdout:3710: snap_create 2023-09-30T09:19:37.598 INFO:tasks.rados.rados.0.smithi118.stdout:3706: finishing rollback tid 0 to smithi118168640-40 2023-09-30T09:19:37.598 INFO:tasks.rados.rados.0.smithi118.stdout:3707: finishing rollback tid 0 to smithi118168640-47 2023-09-30T09:19:37.600 INFO:tasks.rados.rados.0.smithi118.stdout:3704: finishing write tid 1 to smithi118168640-42 2023-09-30T09:19:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:3706: finishing rollback tid 1 to smithi118168640-40 2023-09-30T09:19:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:3707: finishing rollback tid 1 to smithi118168640-47 2023-09-30T09:19:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:3706: finishing rollback tid 2 to smithi118168640-40 2023-09-30T09:19:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1531 (ObjNum 1125 snap 339 seq_num 1125) dirty exists 2023-09-30T09:19:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:3707: finishing rollback tid 2 to smithi118168640-47 2023-09-30T09:19:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1567 (ObjNum 1098 snap 334 seq_num 1098) dirty exists 2023-09-30T09:19:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:3704: finishing write tid 2 to smithi118168640-42 2023-09-30T09:19:37.602 INFO:tasks.rados.rados.0.smithi118.stdout:3704: finishing write tid 3 to smithi118168640-42 2023-09-30T09:19:37.602 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1561 (ObjNum 1160 snap 345 seq_num 1160) dirty exists 2023-09-30T09:19:37.602 INFO:tasks.rados.rados.0.smithi118.stdout:3704: left oid 42 (ObjNum 1160 snap 345 seq_num 1160) 2023-09-30T09:19:37.605 INFO:tasks.rados.rados.0.smithi118.stdout:3709: finishing rollback tid 0 to smithi118168640-3 2023-09-30T09:19:37.611 INFO:tasks.rados.rados.0.smithi118.stdout:3708: expect (ObjNum 1023 snap 307 seq_num 1023) 2023-09-30T09:19:37.711 INFO:tasks.rados.rados.0.smithi118.stdout:3709: finishing rollback tid 1 to smithi118168640-3 2023-09-30T09:19:37.711 INFO:tasks.rados.rados.0.smithi118.stdout:3709: finishing rollback tid 2 to smithi118168640-3 2023-09-30T09:19:37.712 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1554 (ObjNum 1159 snap 344 seq_num 1159) dirty exists 2023-09-30T09:19:37.712 INFO:tasks.rados.rados.0.smithi118.stdout:3705: expect (ObjNum 1055 snap 321 seq_num 1055) 2023-09-30T09:19:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:37 smithi118 ceph-mon[182959]: osdmap e770: 8 total, 8 up, 8 in 2023-09-30T09:19:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:37 smithi118 ceph-mon[182959]: pgmap v870: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 187 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 44 KiB/s wr, 9 op/s 2023-09-30T09:19:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:37 smithi118 ceph-mon[185516]: osdmap e770: 8 total, 8 up, 8 in 2023-09-30T09:19:37.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:37 smithi118 ceph-mon[185516]: pgmap v870: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 187 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 44 KiB/s wr, 9 op/s 2023-09-30T09:19:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:37 smithi192 ceph-mon[180220]: osdmap e770: 8 total, 8 up, 8 in 2023-09-30T09:19:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:37 smithi192 ceph-mon[180220]: pgmap v870: 121 pgs: 1 active+clean+snaptrim, 120 active+clean; 187 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 44 KiB/s wr, 9 op/s 2023-09-30T09:19:38.584 INFO:tasks.rados.rados.0.smithi118.stdout:3704: done (6 left) 2023-09-30T09:19:38.585 INFO:tasks.rados.rados.0.smithi118.stdout:3705: done (5 left) 2023-09-30T09:19:38.585 INFO:tasks.rados.rados.0.smithi118.stdout:3706: done (4 left) 2023-09-30T09:19:38.585 INFO:tasks.rados.rados.0.smithi118.stdout:3707: done (3 left) 2023-09-30T09:19:38.585 INFO:tasks.rados.rados.0.smithi118.stdout:3708: done (2 left) 2023-09-30T09:19:38.585 INFO:tasks.rados.rados.0.smithi118.stdout:3709: done (1 left) 2023-09-30T09:19:38.585 INFO:tasks.rados.rados.0.smithi118.stdout:3710: done (0 left) 2023-09-30T09:19:38.585 INFO:tasks.rados.rados.0.smithi118.stdout:3711: snap_create 2023-09-30T09:19:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:38 smithi118 ceph-mon[182959]: osdmap e771: 8 total, 8 up, 8 in 2023-09-30T09:19:38.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:38 smithi118 ceph-mon[185516]: osdmap e771: 8 total, 8 up, 8 in 2023-09-30T09:19:38.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:38 smithi192 ceph-mon[180220]: osdmap e771: 8 total, 8 up, 8 in 2023-09-30T09:19:39.588 INFO:tasks.rados.rados.0.smithi118.stdout:3711: done (0 left) 2023-09-30T09:19:39.588 INFO:tasks.rados.rados.0.smithi118.stdout:3712: rollback oid 15 current snap is 347 2023-09-30T09:19:39.588 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 346 2023-09-30T09:19:39.588 INFO:tasks.rados.rados.0.smithi118.stdout:3713: read oid 2 snap -1 2023-09-30T09:19:39.588 INFO:tasks.rados.rados.0.smithi118.stdout:3713: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:19:39.588 INFO:tasks.rados.rados.0.smithi118.stdout:3714: snap_create 2023-09-30T09:19:39.593 INFO:tasks.rados.rados.0.smithi118.stdout:3712: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:19:39.593 INFO:tasks.rados.rados.0.smithi118.stdout:3712: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:19:39.593 INFO:tasks.rados.rados.0.smithi118.stdout:3712: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:19:39.593 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1558 (ObjNum 1049 snap 318 seq_num 1049) dirty exists 2023-09-30T09:19:39.594 INFO:tasks.rados.rados.0.smithi118.stdout:3713: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:19:39.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:19:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:19:39] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:19:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:39 smithi118 ceph-mon[182959]: osdmap e772: 8 total, 8 up, 8 in 2023-09-30T09:19:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:39 smithi118 ceph-mon[182959]: pgmap v873: 121 pgs: 121 active+clean; 185 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 109 KiB/s wr, 12 op/s 2023-09-30T09:19:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:39 smithi118 ceph-mon[185516]: osdmap e772: 8 total, 8 up, 8 in 2023-09-30T09:19:39.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:39 smithi118 ceph-mon[185516]: pgmap v873: 121 pgs: 121 active+clean; 185 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 109 KiB/s wr, 12 op/s 2023-09-30T09:19:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:39 smithi192 ceph-mon[180220]: osdmap e772: 8 total, 8 up, 8 in 2023-09-30T09:19:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:39 smithi192 ceph-mon[180220]: pgmap v873: 121 pgs: 121 active+clean; 185 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 109 KiB/s wr, 12 op/s 2023-09-30T09:19:40.598 INFO:tasks.rados.rados.0.smithi118.stdout:3712: done (2 left) 2023-09-30T09:19:40.598 INFO:tasks.rados.rados.0.smithi118.stdout:3713: done (1 left) 2023-09-30T09:19:40.598 INFO:tasks.rados.rados.0.smithi118.stdout:3714: done (0 left) 2023-09-30T09:19:40.599 INFO:tasks.rados.rados.0.smithi118.stdout:3715: delete oid 4 current snap is 348 2023-09-30T09:19:40.602 INFO:tasks.rados.rados.0.smithi118.stdout:3715: done (0 left) 2023-09-30T09:19:40.602 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 348 2023-09-30T09:19:40.602 INFO:tasks.rados.rados.0.smithi118.stdout:3716: seq_num 1162 ranges {4595712=270336} 2023-09-30T09:19:40.628 INFO:tasks.rados.rados.0.smithi118.stdout:3716: writing smithi118168640-7 from 4595712 to 4866048 tid 1 2023-09-30T09:19:40.628 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 348 2023-09-30T09:19:40.628 INFO:tasks.rados.rados.0.smithi118.stdout:3717: seq_num 1163 ranges {6578176=286720} 2023-09-30T09:19:40.664 INFO:tasks.rados.rados.0.smithi118.stdout:3717: writing smithi118168640-44 from 6578176 to 6864896 tid 1 2023-09-30T09:19:40.665 INFO:tasks.rados.rados.0.smithi118.stdout:3718: snap_remove snap 347 2023-09-30T09:19:40.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:40 smithi118 ceph-mon[182959]: osdmap e773: 8 total, 8 up, 8 in 2023-09-30T09:19:40.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:40 smithi118 ceph-mon[185516]: osdmap e773: 8 total, 8 up, 8 in 2023-09-30T09:19:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:40 smithi192 ceph-mon[180220]: osdmap e773: 8 total, 8 up, 8 in 2023-09-30T09:19:41.571 INFO:tasks.rados.rados.0.smithi118.stdout:3718: done (2 left) 2023-09-30T09:19:41.571 INFO:tasks.rados.rados.0.smithi118.stdout:3719: snap_create 2023-09-30T09:19:41.571 INFO:tasks.rados.rados.0.smithi118.stdout:3716: finishing write tid 1 to smithi118168640-7 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3716: finishing write tid 2 to smithi118168640-7 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3716: finishing write tid 3 to smithi118168640-7 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1570 (ObjNum 1162 snap 348 seq_num 1162) dirty exists 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3716: left oid 7 (ObjNum 1162 snap 348 seq_num 1162) 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3717: finishing write tid 1 to smithi118168640-44 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3717: finishing write tid 2 to smithi118168640-44 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3717: finishing write tid 3 to smithi118168640-44 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1560 (ObjNum 1163 snap 348 seq_num 1163) dirty exists 2023-09-30T09:19:41.572 INFO:tasks.rados.rados.0.smithi118.stdout:3717: left oid 44 (ObjNum 1163 snap 348 seq_num 1163) 2023-09-30T09:19:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:41 smithi192 ceph-mon[180220]: osdmap e774: 8 total, 8 up, 8 in 2023-09-30T09:19:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:41 smithi192 ceph-mon[180220]: pgmap v876: 121 pgs: 121 active+clean; 193 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.6 MiB/s rd, 136 KiB/s wr, 15 op/s 2023-09-30T09:19:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:41 smithi192 ceph-mon[180220]: osdmap e775: 8 total, 8 up, 8 in 2023-09-30T09:19:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:41 smithi118 ceph-mon[182959]: osdmap e774: 8 total, 8 up, 8 in 2023-09-30T09:19:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:41 smithi118 ceph-mon[182959]: pgmap v876: 121 pgs: 121 active+clean; 193 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.6 MiB/s rd, 136 KiB/s wr, 15 op/s 2023-09-30T09:19:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:41 smithi118 ceph-mon[182959]: osdmap e775: 8 total, 8 up, 8 in 2023-09-30T09:19:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:41 smithi118 ceph-mon[185516]: osdmap e774: 8 total, 8 up, 8 in 2023-09-30T09:19:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:41 smithi118 ceph-mon[185516]: pgmap v876: 121 pgs: 121 active+clean; 193 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.6 MiB/s rd, 136 KiB/s wr, 15 op/s 2023-09-30T09:19:42.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:41 smithi118 ceph-mon[185516]: osdmap e775: 8 total, 8 up, 8 in 2023-09-30T09:19:42.571 INFO:tasks.rados.rados.0.smithi118.stdout:3716: done (2 left) 2023-09-30T09:19:42.572 INFO:tasks.rados.rados.0.smithi118.stdout:3717: done (1 left) 2023-09-30T09:19:42.572 INFO:tasks.rados.rados.0.smithi118.stdout:3719: done (0 left) 2023-09-30T09:19:42.572 INFO:tasks.rados.rados.0.smithi118.stdout:3720: snap_remove snap 346 2023-09-30T09:19:43.584 INFO:tasks.rados.rados.0.smithi118.stdout:3720: done (0 left) 2023-09-30T09:19:43.585 INFO:tasks.rados.rados.0.smithi118.stdout:3721: rollback oid 37 current snap is 349 2023-09-30T09:19:43.585 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 37 to 348 2023-09-30T09:19:43.585 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 349 2023-09-30T09:19:43.585 INFO:tasks.rados.rados.0.smithi118.stdout:3722: seq_num 1164 ranges {7512064=303104} 2023-09-30T09:19:43.618 INFO:tasks.rados.rados.0.smithi118.stdout:3722: writing smithi118168640-36 from 7512064 to 7815168 tid 1 2023-09-30T09:19:43.618 INFO:tasks.rados.rados.0.smithi118.stdout:3723: read oid 21 snap -1 2023-09-30T09:19:43.618 INFO:tasks.rados.rados.0.smithi118.stdout:3723: expect (ObjNum 1107 snap 337 seq_num 1107) 2023-09-30T09:19:43.618 INFO:tasks.rados.rados.0.smithi118.stdout:3724: setattr oid 9 current snap is 349 2023-09-30T09:19:43.619 INFO:tasks.rados.rados.0.smithi118.stdout:3721: finishing rollback tid 1 to smithi118168640-37 2023-09-30T09:19:43.619 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 0 (ObjNum 65 snap 0 seq_num 1917802863) dirty dne 2023-09-30T09:19:43.619 INFO:tasks.rados.rados.0.smithi118.stdout:3721: done (3 left) 2023-09-30T09:19:43.619 INFO:tasks.rados.rados.0.smithi118.stdout:3725: snap_create 2023-09-30T09:19:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:3722: finishing write tid 1 to smithi118168640-36 2023-09-30T09:19:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 9 v 1530 (ObjNum 1129 snap 339 seq_num 1129) dirty exists 2023-09-30T09:19:43.623 INFO:tasks.rados.rados.0.smithi118.stdout:3722: finishing write tid 2 to smithi118168640-36 2023-09-30T09:19:43.625 INFO:tasks.rados.rados.0.smithi118.stdout:3722: finishing write tid 3 to smithi118168640-36 2023-09-30T09:19:43.625 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1572 (ObjNum 1164 snap 349 seq_num 1164) dirty exists 2023-09-30T09:19:43.625 INFO:tasks.rados.rados.0.smithi118.stdout:3722: left oid 36 (ObjNum 1164 snap 349 seq_num 1164) 2023-09-30T09:19:43.654 INFO:tasks.rados.rados.0.smithi118.stdout:3723: expect (ObjNum 1107 snap 337 seq_num 1107) 2023-09-30T09:19:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:43 smithi118 ceph-mon[182959]: osdmap e776: 8 total, 8 up, 8 in 2023-09-30T09:19:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:43 smithi118 ceph-mon[182959]: pgmap v879: 121 pgs: 121 active+clean; 193 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 MiB/s rd, 148 KiB/s wr, 15 op/s 2023-09-30T09:19:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:43 smithi118 ceph-mon[185516]: osdmap e776: 8 total, 8 up, 8 in 2023-09-30T09:19:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:43 smithi118 ceph-mon[185516]: pgmap v879: 121 pgs: 121 active+clean; 193 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 MiB/s rd, 148 KiB/s wr, 15 op/s 2023-09-30T09:19:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:43 smithi192 ceph-mon[180220]: osdmap e776: 8 total, 8 up, 8 in 2023-09-30T09:19:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:43 smithi192 ceph-mon[180220]: pgmap v879: 121 pgs: 121 active+clean; 193 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 MiB/s rd, 148 KiB/s wr, 15 op/s 2023-09-30T09:19:44.586 INFO:tasks.rados.rados.0.smithi118.stdout:3722: done (3 left) 2023-09-30T09:19:44.586 INFO:tasks.rados.rados.0.smithi118.stdout:3723: done (2 left) 2023-09-30T09:19:44.586 INFO:tasks.rados.rados.0.smithi118.stdout:3724: done (1 left) 2023-09-30T09:19:44.586 INFO:tasks.rados.rados.0.smithi118.stdout:3725: done (0 left) 2023-09-30T09:19:44.586 INFO:tasks.rados.rados.0.smithi118.stdout:3726: snap_create 2023-09-30T09:19:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:44 smithi118 ceph-mon[182959]: osdmap e777: 8 total, 8 up, 8 in 2023-09-30T09:19:44.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:44 smithi118 ceph-mon[185516]: osdmap e777: 8 total, 8 up, 8 in 2023-09-30T09:19:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:44 smithi192 ceph-mon[180220]: osdmap e777: 8 total, 8 up, 8 in 2023-09-30T09:19:45.591 INFO:tasks.rados.rados.0.smithi118.stdout:3726: done (0 left) 2023-09-30T09:19:45.592 INFO:tasks.rados.rados.0.smithi118.stdout:3727: delete oid 36 current snap is 351 2023-09-30T09:19:45.596 INFO:tasks.rados.rados.0.smithi118.stdout:3727: done (0 left) 2023-09-30T09:19:45.596 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 351 2023-09-30T09:19:45.596 INFO:tasks.rados.rados.0.smithi118.stdout:3728: seq_num 1166 ranges {3416064=335872} 2023-09-30T09:19:45.616 INFO:tasks.rados.rados.0.smithi118.stdout:3728: writing smithi118168640-49 from 3416064 to 3751936 tid 1 2023-09-30T09:19:45.617 INFO:tasks.rados.rados.0.smithi118.stdout:3729: rollback oid 45 current snap is 351 2023-09-30T09:19:45.617 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 45 to 348 2023-09-30T09:19:45.617 INFO:tasks.rados.rados.0.smithi118.stdout:3730: setattr oid 5 current snap is 351 2023-09-30T09:19:45.619 INFO:tasks.rados.rados.0.smithi118.stdout:3731: copy_from oid 3 from oid 46 current snap is 351 2023-09-30T09:19:45.619 INFO:tasks.rados.rados.0.smithi118.stdout:3732: copy_from oid 47 from oid 50 current snap is 351 2023-09-30T09:19:45.619 INFO:tasks.rados.rados.0.smithi118.stdout:3733: read oid 38 snap -1 2023-09-30T09:19:45.619 INFO:tasks.rados.rados.0.smithi118.stdout:3733: expect deleted 2023-09-30T09:19:45.619 INFO:tasks.rados.rados.0.smithi118.stdout:3734: copy_from oid 20 from oid 4 current snap is 351 2023-09-30T09:19:45.619 INFO:tasks.rados.rados.0.smithi118.stdout:3735: delete oid 27 current snap is 351 2023-09-30T09:19:45.622 INFO:tasks.rados.rados.0.smithi118.stdout:3729: finishing rollback tid 0 to smithi118168640-45 2023-09-30T09:19:45.623 INFO:tasks.rados.rados.0.smithi118.stdout:3734: finishing copy_from to smithi118168640-20 2023-09-30T09:19:45.623 INFO:tasks.rados.rados.0.smithi118.stdout:3734: got expected ENOENT (src dne) 2023-09-30T09:19:45.623 INFO:tasks.rados.rados.0.smithi118.stdout:3734: finishing copy_from racing read to smithi118168640-20 2023-09-30T09:19:45.623 INFO:tasks.rados.rados.0.smithi118.stdout:3729: finishing rollback tid 1 to smithi118168640-45 2023-09-30T09:19:45.623 INFO:tasks.rados.rados.0.smithi118.stdout:3729: finishing rollback tid 2 to smithi118168640-45 2023-09-30T09:19:45.623 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1480 (ObjNum 1084 snap 331 seq_num 1084) dirty exists 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:3729: done (7 left) 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:3733: done (6 left) 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:3734: done (5 left) 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:3735: done (4 left) 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:3736: rollback oid 4 current snap is 351 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 4 to 345 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1574 (ObjNum 1145 snap 340 seq_num 1145) dirty exists 2023-09-30T09:19:45.625 INFO:tasks.rados.rados.0.smithi118.stdout:3730: done (4 left) 2023-09-30T09:19:45.626 INFO:tasks.rados.rados.0.smithi118.stdout:3737: snap_create 2023-09-30T09:19:45.628 INFO:tasks.rados.rados.0.smithi118.stdout:3728: finishing write tid 1 to smithi118168640-49 2023-09-30T09:19:45.628 INFO:tasks.rados.rados.0.smithi118.stdout:3728: finishing write tid 2 to smithi118168640-49 2023-09-30T09:19:45.629 INFO:tasks.rados.rados.0.smithi118.stdout:3736: finishing rollback tid 1 to smithi118168640-4 2023-09-30T09:19:45.629 INFO:tasks.rados.rados.0.smithi118.stdout:3736: finishing rollback tid 2 to smithi118168640-4 2023-09-30T09:19:45.629 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1568 (ObjNum 1126 snap 339 seq_num 1126) dirty exists 2023-09-30T09:19:45.635 INFO:tasks.rados.rados.0.smithi118.stdout:3731: finishing copy_from racing read to smithi118168640-3 2023-09-30T09:19:45.635 INFO:tasks.rados.rados.0.smithi118.stdout:3728: finishing write tid 3 to smithi118168640-49 2023-09-30T09:19:45.635 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1556 (ObjNum 1166 snap 351 seq_num 1166) dirty exists 2023-09-30T09:19:45.635 INFO:tasks.rados.rados.0.smithi118.stdout:3728: left oid 49 (ObjNum 1166 snap 351 seq_num 1166) 2023-09-30T09:19:45.637 INFO:tasks.rados.rados.0.smithi118.stdout:3731: finishing copy_from to smithi118168640-3 2023-09-30T09:19:45.637 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1549 (ObjNum 1155 snap 344 seq_num 1155) dirty exists 2023-09-30T09:19:45.648 INFO:tasks.rados.rados.0.smithi118.stdout:3732: finishing copy_from racing read to smithi118168640-47 2023-09-30T09:19:45.655 INFO:tasks.rados.rados.0.smithi118.stdout:3732: finishing copy_from to smithi118168640-47 2023-09-30T09:19:45.655 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1798 (ObjNum 1139 snap 339 seq_num 1139) dirty exists 2023-09-30T09:19:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:45 smithi118 ceph-mon[185516]: osdmap e778: 8 total, 8 up, 8 in 2023-09-30T09:19:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:45 smithi118 ceph-mon[185516]: pgmap v882: 121 pgs: 121 active+clean; 194 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 310 KiB/s wr, 14 op/s 2023-09-30T09:19:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:45 smithi118 ceph-mon[182959]: osdmap e778: 8 total, 8 up, 8 in 2023-09-30T09:19:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:45 smithi118 ceph-mon[182959]: pgmap v882: 121 pgs: 121 active+clean; 194 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 310 KiB/s wr, 14 op/s 2023-09-30T09:19:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:45 smithi192 ceph-mon[180220]: osdmap e778: 8 total, 8 up, 8 in 2023-09-30T09:19:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:45 smithi192 ceph-mon[180220]: pgmap v882: 121 pgs: 121 active+clean; 194 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 310 KiB/s wr, 14 op/s 2023-09-30T09:19:46.571 INFO:tasks.rados.rados.0.smithi118.stdout:3728: done (4 left) 2023-09-30T09:19:46.572 INFO:tasks.rados.rados.0.smithi118.stdout:3731: done (3 left) 2023-09-30T09:19:46.572 INFO:tasks.rados.rados.0.smithi118.stdout:3732: done (2 left) 2023-09-30T09:19:46.572 INFO:tasks.rados.rados.0.smithi118.stdout:3736: done (1 left) 2023-09-30T09:19:46.572 INFO:tasks.rados.rados.0.smithi118.stdout:3737: done (0 left) 2023-09-30T09:19:46.572 INFO:tasks.rados.rados.0.smithi118.stdout:3738: setattr oid 49 current snap is 352 2023-09-30T09:19:46.573 INFO:tasks.rados.rados.0.smithi118.stdout:3739: rollback oid 23 current snap is 352 2023-09-30T09:19:46.573 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 23 to 342 2023-09-30T09:19:46.573 INFO:tasks.rados.rados.0.smithi118.stdout:3740: snap_remove snap 350 2023-09-30T09:19:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:46 smithi118 ceph-mon[185516]: osdmap e779: 8 total, 8 up, 8 in 2023-09-30T09:19:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:46 smithi118 ceph-mon[185516]: osdmap e780: 8 total, 8 up, 8 in 2023-09-30T09:19:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:46 smithi118 ceph-mon[182959]: osdmap e779: 8 total, 8 up, 8 in 2023-09-30T09:19:46.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:46 smithi118 ceph-mon[182959]: osdmap e780: 8 total, 8 up, 8 in 2023-09-30T09:19:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:46 smithi192 ceph-mon[180220]: osdmap e779: 8 total, 8 up, 8 in 2023-09-30T09:19:46.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:46 smithi192 ceph-mon[180220]: osdmap e780: 8 total, 8 up, 8 in 2023-09-30T09:19:47.580 INFO:tasks.rados.rados.0.smithi118.stdout:3740: done (2 left) 2023-09-30T09:19:47.822 INFO:tasks.rados.rados.0.smithi118.stdout:3741: read oid 22 snap 342 2023-09-30T09:19:47.822 INFO:tasks.rados.rados.0.smithi118.stdout:3741: expect (ObjNum 1065 snap 327 seq_num 1065) 2023-09-30T09:19:47.822 INFO:tasks.rados.rados.0.smithi118.stdout:3742: rmattr oid 48 current snap is 352 2023-09-30T09:19:47.822 INFO:tasks.rados.rados.0.smithi118.stdout:3742: done (3 left) 2023-09-30T09:19:47.822 INFO:tasks.rados.rados.0.smithi118.stdout:3743: read oid 31 snap -1 2023-09-30T09:19:47.823 INFO:tasks.rados.rados.0.smithi118.stdout:3743: expect deleted 2023-09-30T09:19:47.823 INFO:tasks.rados.rados.0.smithi118.stdout:3744: delete oid 26 current snap is 352 2023-09-30T09:19:47.823 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1557 (ObjNum 1166 snap 351 seq_num 1166) dirty exists 2023-09-30T09:19:47.823 INFO:tasks.rados.rados.0.smithi118.stdout:3739: finishing rollback tid 0 to smithi118168640-23 2023-09-30T09:19:47.823 INFO:tasks.rados.rados.0.smithi118.stdout:3739: finishing rollback tid 1 to smithi118168640-23 2023-09-30T09:19:47.823 INFO:tasks.rados.rados.0.smithi118.stdout:3739: finishing rollback tid 2 to smithi118168640-23 2023-09-30T09:19:47.823 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1564 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:19:47.824 INFO:tasks.rados.rados.0.smithi118.stdout:3738: done (4 left) 2023-09-30T09:19:47.824 INFO:tasks.rados.rados.0.smithi118.stdout:3739: done (3 left) 2023-09-30T09:19:47.824 INFO:tasks.rados.rados.0.smithi118.stdout:3743: done (2 left) 2023-09-30T09:19:47.824 INFO:tasks.rados.rados.0.smithi118.stdout:3744: done (1 left) 2023-09-30T09:19:47.824 INFO:tasks.rados.rados.0.smithi118.stdout:3745: snap_remove snap 348 2023-09-30T09:19:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:47 smithi118 ceph-mon[182959]: pgmap v885: 121 pgs: 121 active+clean; 194 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.0 MiB/s rd, 210 KiB/s wr, 9 op/s 2023-09-30T09:19:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:47 smithi118 ceph-mon[182959]: osdmap e781: 8 total, 8 up, 8 in 2023-09-30T09:19:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:47 smithi118 ceph-mon[185516]: pgmap v885: 121 pgs: 121 active+clean; 194 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.0 MiB/s rd, 210 KiB/s wr, 9 op/s 2023-09-30T09:19:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:47 smithi118 ceph-mon[185516]: osdmap e781: 8 total, 8 up, 8 in 2023-09-30T09:19:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:47 smithi192 ceph-mon[180220]: pgmap v885: 121 pgs: 121 active+clean; 194 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.0 MiB/s rd, 210 KiB/s wr, 9 op/s 2023-09-30T09:19:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:47 smithi192 ceph-mon[180220]: osdmap e781: 8 total, 8 up, 8 in 2023-09-30T09:19:48.580 INFO:tasks.rados.rados.0.smithi118.stdout:3745: done (1 left) 2023-09-30T09:19:48.580 INFO:tasks.rados.rados.0.smithi118.stdout:3746: snap_remove snap 344 2023-09-30T09:19:49.596 INFO:tasks.rados.rados.0.smithi118.stdout:3746: done (1 left) 2023-09-30T09:19:49.597 INFO:tasks.rados.rados.0.smithi118.stdout:3747: read oid 44 snap -1 2023-09-30T09:19:49.597 INFO:tasks.rados.rados.0.smithi118.stdout:3747: expect (ObjNum 1163 snap 348 seq_num 1163) 2023-09-30T09:19:49.597 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 4 current snap is 352 2023-09-30T09:19:49.597 INFO:tasks.rados.rados.0.smithi118.stdout:3748: seq_num 1169 ranges {5537792=385024} 2023-09-30T09:19:49.621 INFO:tasks.rados.rados.0.smithi118.stdout:3748: writing smithi118168640-4 from 5537792 to 5922816 tid 1 2023-09-30T09:19:49.621 INFO:tasks.rados.rados.0.smithi118.stdout:3749: snap_create 2023-09-30T09:19:49.621 INFO:tasks.rados.rados.0.smithi118.stdout:3741: expect (ObjNum 1065 snap 327 seq_num 1065) 2023-09-30T09:19:49.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:19:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:19:49] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:19:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:49 smithi118 ceph-mon[182959]: osdmap e782: 8 total, 8 up, 8 in 2023-09-30T09:19:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:49 smithi118 ceph-mon[182959]: pgmap v888: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 196 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 488 KiB/s wr, 7 op/s 2023-09-30T09:19:49.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:49 smithi118 ceph-mon[185516]: osdmap e782: 8 total, 8 up, 8 in 2023-09-30T09:19:49.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:49.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:49 smithi118 ceph-mon[185516]: pgmap v888: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 196 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 488 KiB/s wr, 7 op/s 2023-09-30T09:19:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:49 smithi192 ceph-mon[180220]: osdmap e782: 8 total, 8 up, 8 in 2023-09-30T09:19:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:19:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:49 smithi192 ceph-mon[180220]: pgmap v888: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 196 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 488 KiB/s wr, 7 op/s 2023-09-30T09:19:50.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:50 smithi118 ceph-mon[182959]: osdmap e783: 8 total, 8 up, 8 in 2023-09-30T09:19:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:50 smithi118 ceph-mon[185516]: osdmap e783: 8 total, 8 up, 8 in 2023-09-30T09:19:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:50 smithi192 ceph-mon[180220]: osdmap e783: 8 total, 8 up, 8 in 2023-09-30T09:19:51.477 INFO:tasks.rados.rados.0.smithi118.stdout:3747: expect (ObjNum 1163 snap 348 seq_num 1163) 2023-09-30T09:19:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:51 smithi118 ceph-mon[182959]: osdmap e784: 8 total, 8 up, 8 in 2023-09-30T09:19:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:51 smithi118 ceph-mon[182959]: pgmap v891: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 15 op/s 2023-09-30T09:19:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:51 smithi118 ceph-mon[182959]: osdmap e785: 8 total, 8 up, 8 in 2023-09-30T09:19:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:51 smithi118 ceph-mon[185516]: osdmap e784: 8 total, 8 up, 8 in 2023-09-30T09:19:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:51 smithi118 ceph-mon[185516]: pgmap v891: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 15 op/s 2023-09-30T09:19:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:51 smithi118 ceph-mon[185516]: osdmap e785: 8 total, 8 up, 8 in 2023-09-30T09:19:51.901 INFO:tasks.rados.rados.0.smithi118.stdout:3748: finishing write tid 1 to smithi118168640-4 2023-09-30T09:19:51.901 INFO:tasks.rados.rados.0.smithi118.stdout:3748: finishing write tid 2 to smithi118168640-4 2023-09-30T09:19:51.901 INFO:tasks.rados.rados.0.smithi118.stdout:3748: finishing write tid 3 to smithi118168640-4 2023-09-30T09:19:51.901 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1570 (ObjNum 1169 snap 352 seq_num 1169) dirty exists 2023-09-30T09:19:51.902 INFO:tasks.rados.rados.0.smithi118.stdout:3748: left oid 4 (ObjNum 1169 snap 352 seq_num 1169) 2023-09-30T09:19:51.902 INFO:tasks.rados.rados.0.smithi118.stdout:3741: done (3 left) 2023-09-30T09:19:51.902 INFO:tasks.rados.rados.0.smithi118.stdout:3747: done (2 left) 2023-09-30T09:19:51.902 INFO:tasks.rados.rados.0.smithi118.stdout:3748: done (1 left) 2023-09-30T09:19:51.902 INFO:tasks.rados.rados.0.smithi118.stdout:3749: done (0 left) 2023-09-30T09:19:51.902 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 353 2023-09-30T09:19:51.902 INFO:tasks.rados.rados.0.smithi118.stdout:3750: seq_num 1170 ranges {2646016=401408} 2023-09-30T09:19:51.917 INFO:tasks.rados.rados.0.smithi118.stdout:3750: writing smithi118168640-25 from 2646016 to 3047424 tid 1 2023-09-30T09:19:51.917 INFO:tasks.rados.rados.0.smithi118.stdout:3751: read oid 17 snap -1 2023-09-30T09:19:51.917 INFO:tasks.rados.rados.0.smithi118.stdout:3751: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:19:51.917 INFO:tasks.rados.rados.0.smithi118.stdout:3752: read oid 22 snap -1 2023-09-30T09:19:51.917 INFO:tasks.rados.rados.0.smithi118.stdout:3752: expect (ObjNum 1152 snap 343 seq_num 1152) 2023-09-30T09:19:51.918 INFO:tasks.rados.rados.0.smithi118.stdout:3753: rollback oid 35 current snap is 353 2023-09-30T09:19:51.918 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 342 2023-09-30T09:19:51.918 INFO:tasks.rados.rados.0.smithi118.stdout:3754: snap_remove snap 351 2023-09-30T09:19:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:51 smithi192 ceph-mon[180220]: osdmap e784: 8 total, 8 up, 8 in 2023-09-30T09:19:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:51 smithi192 ceph-mon[180220]: pgmap v891: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.7 MiB/s wr, 15 op/s 2023-09-30T09:19:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:51 smithi192 ceph-mon[180220]: osdmap e785: 8 total, 8 up, 8 in 2023-09-30T09:19:52.598 INFO:tasks.rados.rados.0.smithi118.stdout:3754: done (4 left) 2023-09-30T09:19:52.598 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 353 2023-09-30T09:19:52.598 INFO:tasks.rados.rados.0.smithi118.stdout:3753: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:19:52.599 INFO:tasks.rados.rados.0.smithi118.stdout:3755: seq_num 1171 ranges {11812864=417792} 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3755: writing smithi118168640-18 from 11812864 to 12230656 tid 1 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3756: delete oid 7 current snap is 353 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3750: finishing write tid 1 to smithi118168640-25 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3750: finishing write tid 2 to smithi118168640-25 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3750: finishing write tid 3 to smithi118168640-25 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1517 (ObjNum 1170 snap 353 seq_num 1170) dirty exists 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3750: left oid 25 (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3753: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3753: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1573 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:19:52.662 INFO:tasks.rados.rados.0.smithi118.stdout:3751: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:19:52.719 INFO:tasks.rados.rados.0.smithi118.stdout:3752: expect (ObjNum 1152 snap 343 seq_num 1152) 2023-09-30T09:19:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:53 smithi192 ceph-mon[180220]: osdmap e786: 8 total, 8 up, 8 in 2023-09-30T09:19:53.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:53 smithi192 ceph-mon[180220]: pgmap v894: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2023-09-30T09:19:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:53 smithi118 ceph-mon[182959]: osdmap e786: 8 total, 8 up, 8 in 2023-09-30T09:19:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:53 smithi118 ceph-mon[182959]: pgmap v894: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2023-09-30T09:19:54.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:53 smithi118 ceph-mon[185516]: osdmap e786: 8 total, 8 up, 8 in 2023-09-30T09:19:54.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:53 smithi118 ceph-mon[185516]: pgmap v894: 121 pgs: 2 active+clean+snaptrim_wait, 119 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 1.2 MiB/s wr, 8 op/s 2023-09-30T09:19:54.825 INFO:tasks.rados.rados.0.smithi118.stdout:3755: finishing write tid 1 to smithi118168640-18 2023-09-30T09:19:54.825 INFO:tasks.rados.rados.0.smithi118.stdout:3755: finishing write tid 2 to smithi118168640-18 2023-09-30T09:19:54.825 INFO:tasks.rados.rados.0.smithi118.stdout:3755: finishing write tid 3 to smithi118168640-18 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1507 (ObjNum 1171 snap 353 seq_num 1171) dirty exists 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3755: left oid 18 (ObjNum 1171 snap 353 seq_num 1171) 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3750: done (5 left) 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3751: done (4 left) 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3752: done (3 left) 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3753: done (2 left) 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3755: done (1 left) 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3756: done (0 left) 2023-09-30T09:19:54.826 INFO:tasks.rados.rados.0.smithi118.stdout:3757: read oid 12 snap -1 2023-09-30T09:19:54.827 INFO:tasks.rados.rados.0.smithi118.stdout:3757: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:19:54.827 INFO:tasks.rados.rados.0.smithi118.stdout:3758: snap_create 2023-09-30T09:19:54.843 INFO:tasks.rados.rados.0.smithi118.stdout:3757: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:19:54.977 INFO:tasks.rados.rados.0.smithi118.stdout:3757: done (1 left) 2023-09-30T09:19:54.977 INFO:tasks.rados.rados.0.smithi118.stdout:3758: done (0 left) 2023-09-30T09:19:54.977 INFO:tasks.rados.rados.0.smithi118.stdout:3759: copy_from oid 22 from oid 12 current snap is 354 2023-09-30T09:19:54.977 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 45 current snap is 354 2023-09-30T09:19:54.977 INFO:tasks.rados.rados.0.smithi118.stdout:3760: seq_num 1173 ranges {3186688=450560} 2023-09-30T09:19:54.997 INFO:tasks.rados.rados.0.smithi118.stdout:3760: writing smithi118168640-45 from 3186688 to 3637248 tid 1 2023-09-30T09:19:54.997 INFO:tasks.rados.rados.0.smithi118.stdout:3761: rollback oid 21 current snap is 354 2023-09-30T09:19:54.997 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 21 to 349 2023-09-30T09:19:54.997 INFO:tasks.rados.rados.0.smithi118.stdout:3759: finishing copy_from racing read to smithi118168640-22 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3759: finishing copy_from to smithi118168640-22 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1492 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3759: done (2 left) 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3762: read oid 26 snap -1 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3762: expect deleted 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3763: copy_from oid 7 from oid 44 current snap is 354 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3764: read oid 40 snap -1 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3764: expect (ObjNum 1125 snap 339 seq_num 1125) 2023-09-30T09:19:54.998 INFO:tasks.rados.rados.0.smithi118.stdout:3765: rmattr oid 46 current snap is 354 2023-09-30T09:19:54.999 INFO:tasks.rados.rados.0.smithi118.stdout:3765: done (5 left) 2023-09-30T09:19:54.999 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 38 current snap is 354 2023-09-30T09:19:54.999 INFO:tasks.rados.rados.0.smithi118.stdout:3766: seq_num 1174 ranges {0=466944} 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:3766: writing smithi118168640-38 from 0 to 466944 tid 1 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:3767: copy_from oid 46 from oid 49 current snap is 354 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:3762: done (6 left) 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:3768: read oid 6 snap -1 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:3768: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:3769: rmattr oid 14 current snap is 354 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 20 current snap is 354 2023-09-30T09:19:55.000 INFO:tasks.rados.rados.0.smithi118.stdout:3770: seq_num 1175 ranges {3416064=483328} 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:3770: writing smithi118168640-20 from 3416064 to 3899392 tid 1 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:3771: delete oid 4 current snap is 354 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:3761: finishing rollback tid 0 to smithi118168640-21 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:3761: finishing rollback tid 1 to smithi118168640-21 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:3761: finishing rollback tid 2 to smithi118168640-21 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1801 (ObjNum 1107 snap 337 seq_num 1107) dirty exists 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:3766: finishing write tid 1 to smithi118168640-38 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:3766: finishing write tid 2 to smithi118168640-38 2023-09-30T09:19:55.023 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1533 (ObjNum 1123 snap 339 seq_num 1123) dirty exists 2023-09-30T09:19:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:3760: finishing write tid 1 to smithi118168640-45 2023-09-30T09:19:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:3760: finishing write tid 2 to smithi118168640-45 2023-09-30T09:19:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:3760: finishing write tid 3 to smithi118168640-45 2023-09-30T09:19:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 45 v 1482 (ObjNum 1173 snap 354 seq_num 1173) dirty exists 2023-09-30T09:19:55.024 INFO:tasks.rados.rados.0.smithi118.stdout:3760: left oid 45 (ObjNum 1173 snap 354 seq_num 1173) 2023-09-30T09:19:55.029 INFO:tasks.rados.rados.0.smithi118.stdout:3768: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:19:55.142 INFO:tasks.rados.rados.0.smithi118.stdout:3767: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:3767: finishing copy_from to smithi118168640-46 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 46 v 1557 (ObjNum 1166 snap 351 seq_num 1166) dirty exists 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:3770: finishing write tid 1 to smithi118168640-20 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:3770: finishing write tid 2 to smithi118168640-20 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:3770: finishing write tid 3 to smithi118168640-20 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 20 v 1562 (ObjNum 1175 snap 354 seq_num 1175) dirty exists 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:3770: left oid 20 (ObjNum 1175 snap 354 seq_num 1175) 2023-09-30T09:19:55.143 INFO:tasks.rados.rados.0.smithi118.stdout:3764: expect (ObjNum 1125 snap 339 seq_num 1125) 2023-09-30T09:19:55.579 INFO:tasks.rados.rados.0.smithi118.stdout:3766: finishing write tid 3 to smithi118168640-38 2023-09-30T09:19:55.579 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1803 (ObjNum 1174 snap 354 seq_num 1174) dirty exists 2023-09-30T09:19:55.579 INFO:tasks.rados.rados.0.smithi118.stdout:3766: left oid 38 (ObjNum 1174 snap 354 seq_num 1174) 2023-09-30T09:19:55.579 INFO:tasks.rados.rados.0.smithi118.stdout:3763: finishing copy_from racing read to smithi118168640-7 2023-09-30T09:19:55.579 INFO:tasks.rados.rados.0.smithi118.stdout:3763: finishing copy_from to smithi118168640-7 2023-09-30T09:19:55.579 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1560 (ObjNum 1163 snap 348 seq_num 1163) dirty exists 2023-09-30T09:19:55.579 INFO:tasks.rados.rados.0.smithi118.stdout:3760: done (9 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3761: done (8 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3763: done (7 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3764: done (6 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3766: done (5 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3767: done (4 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3768: done (3 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3769: done (2 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3770: done (1 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3771: done (0 left) 2023-09-30T09:19:55.580 INFO:tasks.rados.rados.0.smithi118.stdout:3772: delete oid 14 current snap is 354 2023-09-30T09:19:55.581 INFO:tasks.rados.rados.0.smithi118.stdout:3772: done (0 left) 2023-09-30T09:19:55.581 INFO:tasks.rados.rados.0.smithi118.stdout:3773: copy_from oid 14 from oid 39 current snap is 354 2023-09-30T09:19:55.581 INFO:tasks.rados.rados.0.smithi118.stdout:3774: read oid 25 snap -1 2023-09-30T09:19:55.581 INFO:tasks.rados.rados.0.smithi118.stdout:3774: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:19:55.581 INFO:tasks.rados.rados.0.smithi118.stdout:3775: snap_create 2023-09-30T09:19:55.582 INFO:tasks.rados.rados.0.smithi118.stdout:3773: finishing copy_from to smithi118168640-14 2023-09-30T09:19:55.583 INFO:tasks.rados.rados.0.smithi118.stdout:3773: got expected ENOENT (src dne) 2023-09-30T09:19:55.583 INFO:tasks.rados.rados.0.smithi118.stdout:3773: finishing copy_from racing read to smithi118168640-14 2023-09-30T09:19:55.594 INFO:tasks.rados.rados.0.smithi118.stdout:3774: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:19:55.884 INFO:tasks.rados.rados.0.smithi118.stdout:3773: done (2 left) 2023-09-30T09:19:55.885 INFO:tasks.rados.rados.0.smithi118.stdout:3774: done (1 left) 2023-09-30T09:19:55.885 INFO:tasks.rados.rados.0.smithi118.stdout:3775: done (0 left) 2023-09-30T09:19:55.885 INFO:tasks.rados.rados.0.smithi118.stdout:3776: snap_create 2023-09-30T09:19:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:55 smithi192 ceph-mon[180220]: osdmap e787: 8 total, 8 up, 8 in 2023-09-30T09:19:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:55 smithi192 ceph-mon[180220]: pgmap v896: 121 pgs: 121 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 92 KiB/s wr, 4 op/s 2023-09-30T09:19:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:55 smithi118 ceph-mon[182959]: osdmap e787: 8 total, 8 up, 8 in 2023-09-30T09:19:56.353 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:55 smithi118 ceph-mon[182959]: pgmap v896: 121 pgs: 121 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 92 KiB/s wr, 4 op/s 2023-09-30T09:19:56.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:55 smithi118 ceph-mon[185516]: osdmap e787: 8 total, 8 up, 8 in 2023-09-30T09:19:56.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:55 smithi118 ceph-mon[185516]: pgmap v896: 121 pgs: 121 active+clean; 206 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 92 KiB/s wr, 4 op/s 2023-09-30T09:19:56.573 INFO:tasks.rados.rados.0.smithi118.stdout:3776: done (0 left) 2023-09-30T09:19:56.573 INFO:tasks.rados.rados.0.smithi118.stdout:3777: snap_create 2023-09-30T09:19:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:56 smithi192 ceph-mon[180220]: osdmap e788: 8 total, 8 up, 8 in 2023-09-30T09:19:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:56 smithi192 ceph-mon[180220]: osdmap e789: 8 total, 8 up, 8 in 2023-09-30T09:19:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:56 smithi118 ceph-mon[182959]: osdmap e788: 8 total, 8 up, 8 in 2023-09-30T09:19:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:56 smithi118 ceph-mon[182959]: osdmap e789: 8 total, 8 up, 8 in 2023-09-30T09:19:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:56 smithi118 ceph-mon[185516]: osdmap e788: 8 total, 8 up, 8 in 2023-09-30T09:19:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:56 smithi118 ceph-mon[185516]: osdmap e789: 8 total, 8 up, 8 in 2023-09-30T09:19:57.575 INFO:tasks.rados.rados.0.smithi118.stdout:3777: done (0 left) 2023-09-30T09:19:57.576 INFO:tasks.rados.rados.0.smithi118.stdout:3778: delete oid 12 current snap is 357 2023-09-30T09:19:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:3778: done (0 left) 2023-09-30T09:19:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:3779: rmattr oid 39 current snap is 357 2023-09-30T09:19:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:3779: done (0 left) 2023-09-30T09:19:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:3780: rollback oid 13 current snap is 357 2023-09-30T09:19:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 13 to 353 2023-09-30T09:19:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 357 2023-09-30T09:19:57.583 INFO:tasks.rados.rados.0.smithi118.stdout:3781: seq_num 1179 ranges {2260992=548864} 2023-09-30T09:19:57.598 INFO:tasks.rados.rados.0.smithi118.stdout:3781: writing smithi118168640-17 from 2260992 to 2809856 tid 1 2023-09-30T09:19:57.598 INFO:tasks.rados.rados.0.smithi118.stdout:3782: snap_create 2023-09-30T09:19:57.598 INFO:tasks.rados.rados.0.smithi118.stdout:3780: finishing rollback tid 0 to smithi118168640-13 2023-09-30T09:19:57.598 INFO:tasks.rados.rados.0.smithi118.stdout:3780: finishing rollback tid 1 to smithi118168640-13 2023-09-30T09:19:57.598 INFO:tasks.rados.rados.0.smithi118.stdout:3780: finishing rollback tid 2 to smithi118168640-13 2023-09-30T09:19:57.598 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1549 (ObjNum 1146 snap 340 seq_num 1146) dirty exists 2023-09-30T09:19:57.603 INFO:tasks.rados.rados.0.smithi118.stdout:3781: finishing write tid 1 to smithi118168640-17 2023-09-30T09:19:57.603 INFO:tasks.rados.rados.0.smithi118.stdout:3781: finishing write tid 2 to smithi118168640-17 2023-09-30T09:19:57.604 INFO:tasks.rados.rados.0.smithi118.stdout:3781: finishing write tid 3 to smithi118168640-17 2023-09-30T09:19:57.604 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1509 (ObjNum 1179 snap 357 seq_num 1179) dirty exists 2023-09-30T09:19:57.604 INFO:tasks.rados.rados.0.smithi118.stdout:3781: left oid 17 (ObjNum 1179 snap 357 seq_num 1179) 2023-09-30T09:19:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:57 smithi192 ceph-mon[180220]: pgmap v899: 121 pgs: 121 active+clean; 207 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 181 KiB/s wr, 6 op/s 2023-09-30T09:19:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:57 smithi192 ceph-mon[180220]: osdmap e790: 8 total, 8 up, 8 in 2023-09-30T09:19:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:57 smithi118 ceph-mon[182959]: pgmap v899: 121 pgs: 121 active+clean; 207 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 181 KiB/s wr, 6 op/s 2023-09-30T09:19:58.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:57 smithi118 ceph-mon[182959]: osdmap e790: 8 total, 8 up, 8 in 2023-09-30T09:19:58.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:57 smithi118 ceph-mon[185516]: pgmap v899: 121 pgs: 121 active+clean; 207 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 181 KiB/s wr, 6 op/s 2023-09-30T09:19:58.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:57 smithi118 ceph-mon[185516]: osdmap e790: 8 total, 8 up, 8 in 2023-09-30T09:19:58.577 INFO:tasks.rados.rados.0.smithi118.stdout:3780: done (2 left) 2023-09-30T09:19:58.577 INFO:tasks.rados.rados.0.smithi118.stdout:3781: done (1 left) 2023-09-30T09:19:58.577 INFO:tasks.rados.rados.0.smithi118.stdout:3782: done (0 left) 2023-09-30T09:19:58.578 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 358 2023-09-30T09:19:58.578 INFO:tasks.rados.rados.0.smithi118.stdout:3783: seq_num 1180 ranges {5292032=565248} 2023-09-30T09:19:58.608 INFO:tasks.rados.rados.0.smithi118.stdout:3783: writing smithi118168640-43 from 5292032 to 5857280 tid 1 2023-09-30T09:19:58.608 INFO:tasks.rados.rados.0.smithi118.stdout:3784: delete oid 39 current snap is 358 2023-09-30T09:19:58.609 INFO:tasks.rados.rados.0.smithi118.stdout:3784: done (1 left) 2023-09-30T09:19:58.609 INFO:tasks.rados.rados.0.smithi118.stdout:3785: snap_remove snap 345 2023-09-30T09:19:59.590 INFO:tasks.rados.rados.0.smithi118.stdout:3785: done (1 left) 2023-09-30T09:19:59.591 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 358 2023-09-30T09:19:59.591 INFO:tasks.rados.rados.0.smithi118.stdout:3786: seq_num 1182 ranges {0=606208} 2023-09-30T09:19:59.591 INFO:tasks.rados.rados.0.smithi118.stdout:3786: writing smithi118168640-16 from 0 to 606208 tid 1 2023-09-30T09:19:59.591 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 358 2023-09-30T09:19:59.591 INFO:tasks.rados.rados.0.smithi118.stdout:3787: seq_num 1183 ranges {0=622592} 2023-09-30T09:19:59.594 INFO:tasks.rados.rados.0.smithi118.stdout:3787: writing smithi118168640-2 from 0 to 622592 tid 1 2023-09-30T09:19:59.594 INFO:tasks.rados.rados.0.smithi118.stdout:3788: delete oid 29 current snap is 358 2023-09-30T09:19:59.594 INFO:tasks.rados.rados.0.smithi118.stdout:3783: finishing write tid 1 to smithi118168640-43 2023-09-30T09:19:59.594 INFO:tasks.rados.rados.0.smithi118.stdout:3783: finishing write tid 2 to smithi118168640-43 2023-09-30T09:19:59.594 INFO:tasks.rados.rados.0.smithi118.stdout:3783: finishing write tid 3 to smithi118168640-43 2023-09-30T09:19:59.594 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1576 (ObjNum 1180 snap 358 seq_num 1180) dirty exists 2023-09-30T09:19:59.595 INFO:tasks.rados.rados.0.smithi118.stdout:3783: left oid 43 (ObjNum 1180 snap 358 seq_num 1180) 2023-09-30T09:19:59.600 INFO:tasks.rados.rados.0.smithi118.stdout:3783: done (3 left) 2023-09-30T09:19:59.600 INFO:tasks.rados.rados.0.smithi118.stdout:3788: done (2 left) 2023-09-30T09:19:59.600 INFO:tasks.rados.rados.0.smithi118.stdout:3789: snap_create 2023-09-30T09:19:59.602 INFO:tasks.rados.rados.0.smithi118.stdout:3786: finishing write tid 1 to smithi118168640-16 2023-09-30T09:19:59.602 INFO:tasks.rados.rados.0.smithi118.stdout:3786: finishing write tid 2 to smithi118168640-16 2023-09-30T09:19:59.602 INFO:tasks.rados.rados.0.smithi118.stdout:3787: finishing write tid 1 to smithi118168640-2 2023-09-30T09:19:59.602 INFO:tasks.rados.rados.0.smithi118.stdout:3786: finishing write tid 3 to smithi118168640-16 2023-09-30T09:19:59.602 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1578 (ObjNum 1182 snap 358 seq_num 1182) dirty exists 2023-09-30T09:19:59.603 INFO:tasks.rados.rados.0.smithi118.stdout:3786: left oid 16 (ObjNum 1182 snap 358 seq_num 1182) 2023-09-30T09:19:59.603 INFO:tasks.rados.rados.0.smithi118.stdout:3787: finishing write tid 2 to smithi118168640-2 2023-09-30T09:19:59.605 INFO:tasks.rados.rados.0.smithi118.stdout:3787: finishing write tid 3 to smithi118168640-2 2023-09-30T09:19:59.605 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1821 (ObjNum 1183 snap 358 seq_num 1183) dirty exists 2023-09-30T09:19:59.605 INFO:tasks.rados.rados.0.smithi118.stdout:3787: left oid 2 (ObjNum 1183 snap 358 seq_num 1183) 2023-09-30T09:19:59.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:19:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:19:59] "GET /metrics HTTP/1.1" 200 36184 "" "Prometheus/2.43.0" 2023-09-30T09:19:59.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:59 smithi118 ceph-mon[182959]: osdmap e791: 8 total, 8 up, 8 in 2023-09-30T09:19:59.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:19:59 smithi118 ceph-mon[182959]: pgmap v902: 121 pgs: 121 active+clean; 211 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.2 MiB/s wr, 5 op/s 2023-09-30T09:19:59.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:59 smithi118 ceph-mon[185516]: osdmap e791: 8 total, 8 up, 8 in 2023-09-30T09:19:59.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:19:59 smithi118 ceph-mon[185516]: pgmap v902: 121 pgs: 121 active+clean; 211 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.2 MiB/s wr, 5 op/s 2023-09-30T09:19:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:59 smithi192 ceph-mon[180220]: osdmap e791: 8 total, 8 up, 8 in 2023-09-30T09:19:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:19:59 smithi192 ceph-mon[180220]: pgmap v902: 121 pgs: 121 active+clean; 211 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 2.3 MiB/s rd, 1.2 MiB/s wr, 5 op/s 2023-09-30T09:20:00.597 INFO:tasks.rados.rados.0.smithi118.stdout:3786: done (2 left) 2023-09-30T09:20:00.597 INFO:tasks.rados.rados.0.smithi118.stdout:3787: done (1 left) 2023-09-30T09:20:00.597 INFO:tasks.rados.rados.0.smithi118.stdout:3789: done (0 left) 2023-09-30T09:20:00.597 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 359 2023-09-30T09:20:00.597 INFO:tasks.rados.rados.0.smithi118.stdout:3790: seq_num 1185 ranges {2654208=655360} 2023-09-30T09:20:00.615 INFO:tasks.rados.rados.0.smithi118.stdout:3790: writing smithi118168640-42 from 2654208 to 3309568 tid 1 2023-09-30T09:20:00.615 INFO:tasks.rados.rados.0.smithi118.stdout:3791: rmattr oid 22 current snap is 359 2023-09-30T09:20:00.615 INFO:tasks.rados.rados.0.smithi118.stdout:3792: read oid 45 snap 353 2023-09-30T09:20:00.615 INFO:tasks.rados.rados.0.smithi118.stdout:3792: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:20:00.615 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 359 2023-09-30T09:20:00.615 INFO:tasks.rados.rados.0.smithi118.stdout:3793: seq_num 1186 ranges {0=671744} 2023-09-30T09:20:00.619 INFO:tasks.rados.rados.0.smithi118.stdout:3793: writing smithi118168640-39 from 0 to 671744 tid 1 2023-09-30T09:20:00.620 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 359 2023-09-30T09:20:00.620 INFO:tasks.rados.rados.0.smithi118.stdout:3794: seq_num 1187 ranges {6864896=688128} 2023-09-30T09:20:00.660 INFO:tasks.rados.rados.0.smithi118.stdout:3794: writing smithi118168640-7 from 6864896 to 7553024 tid 1 2023-09-30T09:20:00.660 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 35 current snap is 359 2023-09-30T09:20:00.660 INFO:tasks.rados.rados.0.smithi118.stdout:3795: seq_num 1188 ranges {0=704512} 2023-09-30T09:20:00.664 INFO:tasks.rados.rados.0.smithi118.stdout:3795: writing smithi118168640-35 from 0 to 704512 tid 1 2023-09-30T09:20:00.664 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 359 2023-09-30T09:20:00.664 INFO:tasks.rados.rados.0.smithi118.stdout:3793: finishing write tid 1 to smithi118168640-39 2023-09-30T09:20:00.665 INFO:tasks.rados.rados.0.smithi118.stdout:3796: seq_num 1189 ranges {2646016=720896} 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:3796: writing smithi118168640-28 from 2646016 to 3366912 tid 1 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:3797: read oid 38 snap 353 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:3797: expect deleted 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 359 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:3790: finishing write tid 1 to smithi118168640-42 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:3793: finishing write tid 2 to smithi118168640-39 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 22 v 1496 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:3790: finishing write tid 2 to smithi118168640-42 2023-09-30T09:20:00.683 INFO:tasks.rados.rados.0.smithi118.stdout:3798: seq_num 1190 ranges {1662976=737280} 2023-09-30T09:20:00.696 INFO:tasks.rados.rados.0.smithi118.stdout:3798: writing smithi118168640-3 from 1662976 to 2400256 tid 1 2023-09-30T09:20:00.696 INFO:tasks.rados.rados.0.smithi118.stdout:3791: done (8 left) 2023-09-30T09:20:00.696 INFO:tasks.rados.rados.0.smithi118.stdout:3799: snap_remove snap 357 2023-09-30T09:20:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:00 smithi118 ceph-mon[182959]: osdmap e792: 8 total, 8 up, 8 in 2023-09-30T09:20:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:20:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:00 smithi118 ceph-mon[185516]: osdmap e792: 8 total, 8 up, 8 in 2023-09-30T09:20:00.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:20:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:00 smithi192 ceph-mon[180220]: osdmap e792: 8 total, 8 up, 8 in 2023-09-30T09:20:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T09:20:01.579 INFO:tasks.rados.rados.0.smithi118.stdout:3799: done (8 left) 2023-09-30T09:20:01.579 INFO:tasks.rados.rados.0.smithi118.stdout:3800: read oid 14 snap -1 2023-09-30T09:20:01.579 INFO:tasks.rados.rados.0.smithi118.stdout:3800: expect deleted 2023-09-30T09:20:01.579 INFO:tasks.rados.rados.0.smithi118.stdout:3801: setattr oid 27 current snap is 359 2023-09-30T09:20:01.581 INFO:tasks.rados.rados.0.smithi118.stdout:3802: setattr oid 37 current snap is 359 2023-09-30T09:20:01.583 INFO:tasks.rados.rados.0.smithi118.stdout:3793: finishing write tid 3 to smithi118168640-39 2023-09-30T09:20:01.583 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1063 (ObjNum 1186 snap 359 seq_num 1186) dirty exists 2023-09-30T09:20:01.583 INFO:tasks.rados.rados.0.smithi118.stdout:3793: left oid 39 (ObjNum 1186 snap 359 seq_num 1186) 2023-09-30T09:20:01.583 INFO:tasks.rados.rados.0.smithi118.stdout:3790: finishing write tid 3 to smithi118168640-42 2023-09-30T09:20:01.583 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1566 (ObjNum 1185 snap 359 seq_num 1185) dirty exists 2023-09-30T09:20:01.583 INFO:tasks.rados.rados.0.smithi118.stdout:3790: left oid 42 (ObjNum 1185 snap 359 seq_num 1185) 2023-09-30T09:20:01.583 INFO:tasks.rados.rados.0.smithi118.stdout:3792: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:20:01.701 INFO:tasks.rados.rados.0.smithi118.stdout:3794: finishing write tid 1 to smithi118168640-7 2023-09-30T09:20:01.701 INFO:tasks.rados.rados.0.smithi118.stdout:3794: finishing write tid 2 to smithi118168640-7 2023-09-30T09:20:01.701 INFO:tasks.rados.rados.0.smithi118.stdout:3794: finishing write tid 3 to smithi118168640-7 2023-09-30T09:20:01.701 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1577 (ObjNum 1187 snap 359 seq_num 1187) dirty exists 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3794: left oid 7 (ObjNum 1187 snap 359 seq_num 1187) 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3795: finishing write tid 1 to smithi118168640-35 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3795: finishing write tid 2 to smithi118168640-35 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3795: finishing write tid 3 to smithi118168640-35 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1580 (ObjNum 1188 snap 359 seq_num 1188) dirty exists 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3795: left oid 35 (ObjNum 1188 snap 359 seq_num 1188) 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3796: finishing write tid 1 to smithi118168640-28 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3796: finishing write tid 2 to smithi118168640-28 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3796: finishing write tid 3 to smithi118168640-28 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1536 (ObjNum 1189 snap 359 seq_num 1189) dirty exists 2023-09-30T09:20:01.702 INFO:tasks.rados.rados.0.smithi118.stdout:3796: left oid 28 (ObjNum 1189 snap 359 seq_num 1189) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3798: finishing write tid 1 to smithi118168640-3 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3798: finishing write tid 2 to smithi118168640-3 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3790: done (10 left) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3792: done (9 left) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3793: done (8 left) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3794: done (7 left) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3795: done (6 left) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3796: done (5 left) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3797: done (4 left) 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3803: rollback oid 2 current snap is 359 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 2 to 358 2023-09-30T09:20:01.703 INFO:tasks.rados.rados.0.smithi118.stdout:3798: finishing write tid 3 to smithi118168640-3 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1559 (ObjNum 1190 snap 359 seq_num 1190) dirty exists 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3798: left oid 3 (ObjNum 1190 snap 359 seq_num 1190) 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1533 (ObjNum 81 snap 0 seq_num 1450467188) dirty exists 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3798: done (4 left) 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3800: done (3 left) 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3801: done (2 left) 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3804: rollback oid 16 current snap is 359 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 355 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3805: read oid 3 snap -1 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3805: expect (ObjNum 1190 snap 359 seq_num 1190) 2023-09-30T09:20:01.704 INFO:tasks.rados.rados.0.smithi118.stdout:3806: snap_remove snap 342 2023-09-30T09:20:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:01 smithi192 ceph-mon[180220]: osdmap e793: 8 total, 8 up, 8 in 2023-09-30T09:20:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:01 smithi192 ceph-mon[180220]: pgmap v905: 121 pgs: 121 active+clean; 224 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 4.2 MiB/s wr, 11 op/s 2023-09-30T09:20:01.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:01 smithi192 ceph-mon[180220]: osdmap e794: 8 total, 8 up, 8 in 2023-09-30T09:20:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:01 smithi118 ceph-mon[182959]: osdmap e793: 8 total, 8 up, 8 in 2023-09-30T09:20:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:01 smithi118 ceph-mon[182959]: pgmap v905: 121 pgs: 121 active+clean; 224 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 4.2 MiB/s wr, 11 op/s 2023-09-30T09:20:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:01 smithi118 ceph-mon[182959]: osdmap e794: 8 total, 8 up, 8 in 2023-09-30T09:20:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:01 smithi118 ceph-mon[185516]: osdmap e793: 8 total, 8 up, 8 in 2023-09-30T09:20:02.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:01 smithi118 ceph-mon[185516]: pgmap v905: 121 pgs: 121 active+clean; 224 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 4.2 MiB/s wr, 11 op/s 2023-09-30T09:20:02.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:01 smithi118 ceph-mon[185516]: osdmap e794: 8 total, 8 up, 8 in 2023-09-30T09:20:02.608 INFO:tasks.rados.rados.0.smithi118.stdout:3806: done (4 left) 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:3807: snap_create 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1510 (ObjNum 65 snap 0 seq_num 1700160591) dirty exists 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:3804: finishing rollback tid 0 to smithi118168640-16 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:3804: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1582 (ObjNum 161 snap 0 seq_num 1) dirty dne 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:3803: finishing rollback tid 0 to smithi118168640-2 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:3803: finishing rollback tid 1 to smithi118168640-2 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:3803: finishing rollback tid 2 to smithi118168640-2 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1827 (ObjNum 1183 snap 358 seq_num 1183) dirty exists 2023-09-30T09:20:02.609 INFO:tasks.rados.rados.0.smithi118.stdout:3805: expect (ObjNum 1190 snap 359 seq_num 1190) 2023-09-30T09:20:03.607 INFO:tasks.rados.rados.0.smithi118.stdout:3802: done (4 left) 2023-09-30T09:20:03.608 INFO:tasks.rados.rados.0.smithi118.stdout:3803: done (3 left) 2023-09-30T09:20:03.608 INFO:tasks.rados.rados.0.smithi118.stdout:3804: done (2 left) 2023-09-30T09:20:03.608 INFO:tasks.rados.rados.0.smithi118.stdout:3805: done (1 left) 2023-09-30T09:20:03.608 INFO:tasks.rados.rados.0.smithi118.stdout:3807: done (0 left) 2023-09-30T09:20:03.608 INFO:tasks.rados.rados.0.smithi118.stdout:3808: snap_create 2023-09-30T09:20:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:03 smithi192 ceph-mon[180220]: osdmap e795: 8 total, 8 up, 8 in 2023-09-30T09:20:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:03 smithi192 ceph-mon[180220]: pgmap v908: 121 pgs: 121 active+clean; 226 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 10 op/s 2023-09-30T09:20:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:03 smithi118 ceph-mon[182959]: osdmap e795: 8 total, 8 up, 8 in 2023-09-30T09:20:04.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:03 smithi118 ceph-mon[182959]: pgmap v908: 121 pgs: 121 active+clean; 226 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 10 op/s 2023-09-30T09:20:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:03 smithi118 ceph-mon[185516]: osdmap e795: 8 total, 8 up, 8 in 2023-09-30T09:20:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:03 smithi118 ceph-mon[185516]: pgmap v908: 121 pgs: 121 active+clean; 226 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 3.6 MiB/s wr, 10 op/s 2023-09-30T09:20:04.609 INFO:tasks.rados.rados.0.smithi118.stdout:3808: done (0 left) 2023-09-30T09:20:04.609 INFO:tasks.rados.rados.0.smithi118.stdout:3809: read oid 21 snap 359 2023-09-30T09:20:04.609 INFO:tasks.rados.rados.0.smithi118.stdout:3809: expect (ObjNum 1107 snap 337 seq_num 1107) 2023-09-30T09:20:04.610 INFO:tasks.rados.rados.0.smithi118.stdout:3810: setattr oid 3 current snap is 361 2023-09-30T09:20:04.611 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 361 2023-09-30T09:20:04.611 INFO:tasks.rados.rados.0.smithi118.stdout:3811: seq_num 1191 ranges {1679360=753664} 2023-09-30T09:20:04.624 INFO:tasks.rados.rados.0.smithi118.stdout:3811: writing smithi118168640-19 from 1679360 to 2433024 tid 1 2023-09-30T09:20:04.625 INFO:tasks.rados.rados.0.smithi118.stdout:3812: rollback oid 35 current snap is 361 2023-09-30T09:20:04.625 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 35 to 349 2023-09-30T09:20:04.625 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1560 (ObjNum 1190 snap 359 seq_num 1190) dirty exists 2023-09-30T09:20:04.625 INFO:tasks.rados.rados.0.smithi118.stdout:3810: done (3 left) 2023-09-30T09:20:04.625 INFO:tasks.rados.rados.0.smithi118.stdout:3813: snap_remove snap 360 2023-09-30T09:20:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:04 smithi192 ceph-mon[180220]: osdmap e796: 8 total, 8 up, 8 in 2023-09-30T09:20:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:04 smithi118 ceph-mon[182959]: osdmap e796: 8 total, 8 up, 8 in 2023-09-30T09:20:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:05.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:04 smithi118 ceph-mon[185516]: osdmap e796: 8 total, 8 up, 8 in 2023-09-30T09:20:05.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:05.619 INFO:tasks.rados.rados.0.smithi118.stdout:3813: done (3 left) 2023-09-30T09:20:05.619 INFO:tasks.rados.rados.0.smithi118.stdout:3814: snap_remove snap 355 2023-09-30T09:20:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:05 smithi192 ceph-mon[180220]: osdmap e797: 8 total, 8 up, 8 in 2023-09-30T09:20:05.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:05 smithi192 ceph-mon[180220]: pgmap v911: 121 pgs: 121 active+clean; 218 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 1000 KiB/s wr, 20 op/s 2023-09-30T09:20:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:05 smithi118 ceph-mon[182959]: osdmap e797: 8 total, 8 up, 8 in 2023-09-30T09:20:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:05 smithi118 ceph-mon[182959]: pgmap v911: 121 pgs: 121 active+clean; 218 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 1000 KiB/s wr, 20 op/s 2023-09-30T09:20:06.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:05 smithi118 ceph-mon[185516]: osdmap e797: 8 total, 8 up, 8 in 2023-09-30T09:20:06.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:05 smithi118 ceph-mon[185516]: pgmap v911: 121 pgs: 121 active+clean; 218 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 1000 KiB/s wr, 20 op/s 2023-09-30T09:20:06.583 INFO:tasks.rados.rados.0.smithi118.stdout:3814: done (3 left) 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3815: delete oid 30 current snap is 361 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3811: finishing write tid 1 to smithi118168640-19 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3811: finishing write tid 2 to smithi118168640-19 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3812: finishing rollback tid 0 to smithi118168640-35 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3812: finishing rollback tid 1 to smithi118168640-35 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3812: finishing rollback tid 2 to smithi118168640-35 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 35 v 1585 (ObjNum 385 snap 0 seq_num 3322982784) dirty exists 2023-09-30T09:20:06.584 INFO:tasks.rados.rados.0.smithi118.stdout:3811: finishing write tid 3 to smithi118168640-19 2023-09-30T09:20:06.585 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1836 (ObjNum 1191 snap 361 seq_num 1191) dirty exists 2023-09-30T09:20:06.585 INFO:tasks.rados.rados.0.smithi118.stdout:3811: left oid 19 (ObjNum 1191 snap 361 seq_num 1191) 2023-09-30T09:20:06.585 INFO:tasks.rados.rados.0.smithi118.stdout:3809: expect (ObjNum 1107 snap 337 seq_num 1107) 2023-09-30T09:20:06.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:06 smithi192 ceph-mon[180220]: osdmap e798: 8 total, 8 up, 8 in 2023-09-30T09:20:07.057 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:20:07.057 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:20:07.057 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:20:07.057 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:20:07.057 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:06 smithi192 ceph-mon[180220]: osdmap e799: 8 total, 8 up, 8 in 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[182959]: osdmap e798: 8 total, 8 up, 8 in 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[182959]: osdmap e799: 8 total, 8 up, 8 in 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[185516]: osdmap e798: 8 total, 8 up, 8 in 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:20:07.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:20:07.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:20:07.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:20:07.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:06 smithi118 ceph-mon[185516]: osdmap e799: 8 total, 8 up, 8 in 2023-09-30T09:20:07.281 INFO:tasks.rados.rados.0.smithi118.stdout:3809: done (3 left) 2023-09-30T09:20:07.281 INFO:tasks.rados.rados.0.smithi118.stdout:3811: done (2 left) 2023-09-30T09:20:07.281 INFO:tasks.rados.rados.0.smithi118.stdout:3812: done (1 left) 2023-09-30T09:20:07.281 INFO:tasks.rados.rados.0.smithi118.stdout:3815: done (0 left) 2023-09-30T09:20:07.282 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 361 2023-09-30T09:20:07.282 INFO:tasks.rados.rados.0.smithi118.stdout:3816: seq_num 1193 ranges {6864896=786432} 2023-09-30T09:20:07.321 INFO:tasks.rados.rados.0.smithi118.stdout:3816: writing smithi118168640-44 from 6864896 to 7651328 tid 1 2023-09-30T09:20:07.321 INFO:tasks.rados.rados.0.smithi118.stdout:3817: snap_remove snap 352 2023-09-30T09:20:07.625 INFO:tasks.rados.rados.0.smithi118.stdout:3817: done (1 left) 2023-09-30T09:20:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:3818: delete oid 50 current snap is 361 2023-09-30T09:20:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:3816: finishing write tid 1 to smithi118168640-44 2023-09-30T09:20:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:3816: finishing write tid 2 to smithi118168640-44 2023-09-30T09:20:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:3816: finishing write tid 3 to smithi118168640-44 2023-09-30T09:20:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1564 (ObjNum 1193 snap 361 seq_num 1193) dirty exists 2023-09-30T09:20:07.626 INFO:tasks.rados.rados.0.smithi118.stdout:3816: left oid 44 (ObjNum 1193 snap 361 seq_num 1193) 2023-09-30T09:20:07.646 INFO:tasks.rados.rados.0.smithi118.stdout:3816: done (1 left) 2023-09-30T09:20:07.646 INFO:tasks.rados.rados.0.smithi118.stdout:3818: done (0 left) 2023-09-30T09:20:07.646 INFO:tasks.rados.rados.0.smithi118.stdout:3819: copy_from oid 29 from oid 12 current snap is 361 2023-09-30T09:20:07.646 INFO:tasks.rados.rados.0.smithi118.stdout:3820: copy_from oid 46 from oid 11 current snap is 361 2023-09-30T09:20:07.646 INFO:tasks.rados.rados.0.smithi118.stdout:3821: read oid 17 snap 356 2023-09-30T09:20:07.646 INFO:tasks.rados.rados.0.smithi118.stdout:3821: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:20:07.646 INFO:tasks.rados.rados.0.smithi118.stdout:3822: snap_remove snap 349 2023-09-30T09:20:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:07 smithi192 ceph-mon[180220]: pgmap v914: 121 pgs: 121 active+clean; 213 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 672 KiB/s wr, 19 op/s 2023-09-30T09:20:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:07 smithi118 ceph-mon[182959]: pgmap v914: 121 pgs: 121 active+clean; 213 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 672 KiB/s wr, 19 op/s 2023-09-30T09:20:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:07 smithi118 ceph-mon[185516]: pgmap v914: 121 pgs: 121 active+clean; 213 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 672 KiB/s wr, 19 op/s 2023-09-30T09:20:08.630 INFO:tasks.rados.rados.0.smithi118.stdout:3822: done (3 left) 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3823: snap_create 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3819: finishing copy_from to smithi118168640-29 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3819: got expected ENOENT (src dne) 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3820: finishing copy_from to smithi118168640-46 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3820: got expected ENOENT (src dne) 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3819: finishing copy_from racing read to smithi118168640-29 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3820: finishing copy_from racing read to smithi118168640-46 2023-09-30T09:20:08.666 INFO:tasks.rados.rados.0.smithi118.stdout:3821: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:20:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:08 smithi192 ceph-mon[180220]: osdmap e800: 8 total, 8 up, 8 in 2023-09-30T09:20:09.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:08 smithi118 ceph-mon[182959]: osdmap e800: 8 total, 8 up, 8 in 2023-09-30T09:20:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:08 smithi118 ceph-mon[185516]: osdmap e800: 8 total, 8 up, 8 in 2023-09-30T09:20:09.636 INFO:tasks.rados.rados.0.smithi118.stdout:3819: done (3 left) 2023-09-30T09:20:09.636 INFO:tasks.rados.rados.0.smithi118.stdout:3820: done (2 left) 2023-09-30T09:20:09.636 INFO:tasks.rados.rados.0.smithi118.stdout:3821: done (1 left) 2023-09-30T09:20:09.636 INFO:tasks.rados.rados.0.smithi118.stdout:3823: done (0 left) 2023-09-30T09:20:09.636 INFO:tasks.rados.rados.0.smithi118.stdout:3824: read oid 21 snap -1 2023-09-30T09:20:09.636 INFO:tasks.rados.rados.0.smithi118.stdout:3824: expect (ObjNum 1107 snap 337 seq_num 1107) 2023-09-30T09:20:09.636 INFO:tasks.rados.rados.0.smithi118.stdout:3825: copy_from oid 5 from oid 39 current snap is 362 2023-09-30T09:20:09.637 INFO:tasks.rados.rados.0.smithi118.stdout:3826: rollback oid 7 current snap is 362 2023-09-30T09:20:09.637 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 7 to 358 2023-09-30T09:20:09.637 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 362 2023-09-30T09:20:09.637 INFO:tasks.rados.rados.0.smithi118.stdout:3827: seq_num 1195 ranges {0=417792,417792=401408} 2023-09-30T09:20:09.639 INFO:tasks.rados.rados.0.smithi118.stdout:3827: writing smithi118168640-29 from 0 to 417792 tid 1 2023-09-30T09:20:09.642 INFO:tasks.rados.rados.0.smithi118.stdout:3827: writing smithi118168640-29 from 417792 to 819200 tid 2 2023-09-30T09:20:09.643 INFO:tasks.rados.rados.0.smithi118.stdout:3828: copy_from oid 18 from oid 27 current snap is 362 2023-09-30T09:20:09.643 INFO:tasks.rados.rados.0.smithi118.stdout:3829: read oid 20 snap 354 2023-09-30T09:20:09.643 INFO:tasks.rados.rados.0.smithi118.stdout:3829: expect (ObjNum 1175 snap 354 seq_num 1175) 2023-09-30T09:20:09.643 INFO:tasks.rados.rados.0.smithi118.stdout:3830: rmattr oid 33 current snap is 362 2023-09-30T09:20:09.643 INFO:tasks.rados.rados.0.smithi118.stdout:3831: rmattr oid 12 current snap is 362 2023-09-30T09:20:09.643 INFO:tasks.rados.rados.0.smithi118.stdout:3832: delete oid 1 current snap is 362 2023-09-30T09:20:09.644 INFO:tasks.rados.rados.0.smithi118.stdout:3826: finishing rollback tid 0 to smithi118168640-7 2023-09-30T09:20:09.645 INFO:tasks.rados.rados.0.smithi118.stdout:3826: finishing rollback tid 1 to smithi118168640-7 2023-09-30T09:20:09.645 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 0 (ObjNum 4113 snap 0 seq_num 2282935281) dirty dne 2023-09-30T09:20:09.648 INFO:tasks.rados.rados.0.smithi118.stdout:3828: finishing copy_from racing read to smithi118168640-18 2023-09-30T09:20:09.652 INFO:tasks.rados.rados.0.smithi118.stdout:3831: done (8 left) 2023-09-30T09:20:09.652 INFO:tasks.rados.rados.0.smithi118.stdout:3832: done (7 left) 2023-09-30T09:20:09.652 INFO:tasks.rados.rados.0.smithi118.stdout:3833: rollback oid 17 current snap is 362 2023-09-30T09:20:09.652 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 356 2023-09-30T09:20:09.652 INFO:tasks.rados.rados.0.smithi118.stdout:3834: copy_from oid 1 from oid 22 current snap is 362 2023-09-30T09:20:09.652 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 362 2023-09-30T09:20:09.652 INFO:tasks.rados.rados.0.smithi118.stdout:3835: seq_num 1197 ranges {2400256=450560,2850816=401408} 2023-09-30T09:20:09.666 INFO:tasks.rados.rados.0.smithi118.stdout:3835: writing smithi118168640-3 from 2400256 to 2850816 tid 1 2023-09-30T09:20:09.669 INFO:tasks.rados.rados.0.smithi118.stdout:3835: writing smithi118168640-3 from 2850816 to 3252224 tid 2 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:3836: snap_create 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:3825: finishing copy_from racing read to smithi118168640-5 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:3826: finishing rollback tid 2 to smithi118168640-7 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1580 (ObjNum 1163 snap 348 seq_num 1163) dirty exists 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:3827: finishing write tid 1 to smithi118168640-29 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:3828: finishing copy_from to smithi118168640-18 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1533 (ObjNum 289 snap 0 seq_num 0) dirty exists 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:3825: finishing copy_from to smithi118168640-5 2023-09-30T09:20:09.670 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 5 v 1063 (ObjNum 1186 snap 359 seq_num 1186) dirty exists 2023-09-30T09:20:09.671 INFO:tasks.rados.rados.0.smithi118.stdout:3827: finishing write tid 2 to smithi118168640-29 2023-09-30T09:20:09.671 INFO:tasks.rados.rados.0.smithi118.stdout:3827: finishing write tid 3 to smithi118168640-29 2023-09-30T09:20:09.671 INFO:tasks.rados.rados.0.smithi118.stdout:3833: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:20:09.671 INFO:tasks.rados.rados.0.smithi118.stdout:3833: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:20:09.671 INFO:tasks.rados.rados.0.smithi118.stdout:3833: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:20:09.671 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1536 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:20:09.671 INFO:tasks.rados.rados.0.smithi118.stdout:3829: expect (ObjNum 1175 snap 354 seq_num 1175) 2023-09-30T09:20:09.849 INFO:tasks.rados.rados.0.smithi118.stdout:3835: finishing write tid 1 to smithi118168640-3 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:3835: finishing write tid 2 to smithi118168640-3 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:3827: finishing write tid 4 to smithi118168640-29 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1553 (ObjNum 1195 snap 362 seq_num 1195) dirty exists 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:3827: left oid 29 (ObjNum 1195 snap 362 seq_num 1195) 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:3835: finishing write tid 3 to smithi118168640-3 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:3835: finishing write tid 4 to smithi118168640-3 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1563 (ObjNum 1197 snap 362 seq_num 1197) dirty exists 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:3835: left oid 3 (ObjNum 1197 snap 362 seq_num 1197) 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1804 (ObjNum 1141 snap 339 seq_num 1141) dirty exists 2023-09-30T09:20:09.850 INFO:tasks.rados.rados.0.smithi118.stdout:3824: expect (ObjNum 1107 snap 337 seq_num 1107) 2023-09-30T09:20:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:09 smithi192 ceph-mon[180220]: osdmap e801: 8 total, 8 up, 8 in 2023-09-30T09:20:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:09 smithi192 ceph-mon[180220]: pgmap v917: 121 pgs: 121 active+clean; 215 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 548 KiB/s wr, 8 op/s 2023-09-30T09:20:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:20:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:20:09] "GET /metrics HTTP/1.1" 200 36181 "" "Prometheus/2.43.0" 2023-09-30T09:20:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:09 smithi118 ceph-mon[182959]: osdmap e801: 8 total, 8 up, 8 in 2023-09-30T09:20:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:09 smithi118 ceph-mon[182959]: pgmap v917: 121 pgs: 121 active+clean; 215 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 548 KiB/s wr, 8 op/s 2023-09-30T09:20:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:09 smithi118 ceph-mon[185516]: osdmap e801: 8 total, 8 up, 8 in 2023-09-30T09:20:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:09 smithi118 ceph-mon[185516]: pgmap v917: 121 pgs: 121 active+clean; 215 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 767 B/s rd, 548 KiB/s wr, 8 op/s 2023-09-30T09:20:10.546 INFO:tasks.rados.rados.0.smithi118.stdout:3834: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:20:10.547 INFO:tasks.rados.rados.0.smithi118.stdout:3834: finishing copy_from to smithi118168640-1 2023-09-30T09:20:10.547 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1496 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:20:10.642 INFO:tasks.rados.rados.0.smithi118.stdout:3824: done (10 left) 2023-09-30T09:20:10.642 INFO:tasks.rados.rados.0.smithi118.stdout:3825: done (9 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3826: done (8 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3827: done (7 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3828: done (6 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3829: done (5 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3830: done (4 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3833: done (3 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3834: done (2 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3835: done (1 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3836: done (0 left) 2023-09-30T09:20:10.643 INFO:tasks.rados.rados.0.smithi118.stdout:3837: snap_remove snap 358 2023-09-30T09:20:10.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:10 smithi192 ceph-mon[180220]: osdmap e802: 8 total, 8 up, 8 in 2023-09-30T09:20:11.422 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:10 smithi118 ceph-mon[182959]: osdmap e802: 8 total, 8 up, 8 in 2023-09-30T09:20:11.422 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:10 smithi118 ceph-mon[185516]: osdmap e802: 8 total, 8 up, 8 in 2023-09-30T09:20:11.579 INFO:tasks.rados.rados.0.smithi118.stdout:3837: done (0 left) 2023-09-30T09:20:11.579 INFO:tasks.rados.rados.0.smithi118.stdout:3838: delete oid 2 current snap is 363 2023-09-30T09:20:11.601 INFO:tasks.rados.rados.0.smithi118.stdout:3838: done (0 left) 2023-09-30T09:20:11.601 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 363 2023-09-30T09:20:11.602 INFO:tasks.rados.rados.0.smithi118.stdout:3839: seq_num 1199 ranges {2318336=483328,2801664=401408} 2023-09-30T09:20:11.617 INFO:tasks.rados.rados.0.smithi118.stdout:3839: writing smithi118168640-33 from 2318336 to 2801664 tid 1 2023-09-30T09:20:11.620 INFO:tasks.rados.rados.0.smithi118.stdout:3839: writing smithi118168640-33 from 2801664 to 3203072 tid 2 2023-09-30T09:20:11.620 INFO:tasks.rados.rados.0.smithi118.stdout:3840: read oid 39 snap -1 2023-09-30T09:20:11.620 INFO:tasks.rados.rados.0.smithi118.stdout:3840: expect (ObjNum 1186 snap 359 seq_num 1186) 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3841: read oid 42 snap -1 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3841: expect (ObjNum 1185 snap 359 seq_num 1185) 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3842: copy_from oid 28 from oid 9 current snap is 363 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3843: read oid 6 snap -1 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3843: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3844: read oid 25 snap 356 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3844: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3845: read oid 18 snap -1 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3845: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:20:11.621 INFO:tasks.rados.rados.0.smithi118.stdout:3846: snap_create 2023-09-30T09:20:11.622 INFO:tasks.rados.rados.0.smithi118.stdout:3845: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:20:11.624 INFO:tasks.rados.rados.0.smithi118.stdout:3840: expect (ObjNum 1186 snap 359 seq_num 1186) 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:3839: finishing write tid 1 to smithi118168640-33 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:3839: finishing write tid 2 to smithi118168640-33 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:3839: finishing write tid 3 to smithi118168640-33 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:3839: finishing write tid 4 to smithi118168640-33 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1807 (ObjNum 1199 snap 363 seq_num 1199) dirty exists 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:3839: left oid 33 (ObjNum 1199 snap 363 seq_num 1199) 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:3842: finishing copy_from racing read to smithi118168640-28 2023-09-30T09:20:11.648 INFO:tasks.rados.rados.0.smithi118.stdout:3844: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:20:11.800 INFO:tasks.rados.rados.0.smithi118.stdout:3841: expect (ObjNum 1185 snap 359 seq_num 1185) 2023-09-30T09:20:11.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:11 smithi192 ceph-mon[180220]: osdmap e803: 8 total, 8 up, 8 in 2023-09-30T09:20:12.557 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:11 smithi192 ceph-mon[180220]: pgmap v920: 121 pgs: 121 active+clean; 185 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 376 KiB/s wr, 9 op/s 2023-09-30T09:20:12.557 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:11 smithi192 ceph-mon[180220]: osdmap e804: 8 total, 8 up, 8 in 2023-09-30T09:20:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:3842: finishing copy_from to smithi118168640-28 2023-09-30T09:20:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1530 (ObjNum 1129 snap 339 seq_num 1129) dirty exists 2023-09-30T09:20:12.558 INFO:tasks.rados.rados.0.smithi118.stdout:3843: expect (ObjNum 1084 snap 331 seq_num 1084) 2023-09-30T09:20:12.558 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:11 smithi118 ceph-mon[182959]: osdmap e803: 8 total, 8 up, 8 in 2023-09-30T09:20:12.559 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:11 smithi118 ceph-mon[182959]: pgmap v920: 121 pgs: 121 active+clean; 185 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 376 KiB/s wr, 9 op/s 2023-09-30T09:20:12.559 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:11 smithi118 ceph-mon[182959]: osdmap e804: 8 total, 8 up, 8 in 2023-09-30T09:20:12.559 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:11 smithi118 ceph-mon[185516]: osdmap e803: 8 total, 8 up, 8 in 2023-09-30T09:20:12.559 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:11 smithi118 ceph-mon[185516]: pgmap v920: 121 pgs: 121 active+clean; 185 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 376 KiB/s wr, 9 op/s 2023-09-30T09:20:12.559 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:11 smithi118 ceph-mon[185516]: osdmap e804: 8 total, 8 up, 8 in 2023-09-30T09:20:12.592 INFO:tasks.rados.rados.0.smithi118.stdout:3839: done (7 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3840: done (6 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3841: done (5 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3842: done (4 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3843: done (3 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3844: done (2 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3845: done (1 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3846: done (0 left) 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3847: read oid 26 snap -1 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3847: expect deleted 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 39 current snap is 364 2023-09-30T09:20:12.593 INFO:tasks.rados.rados.0.smithi118.stdout:3848: seq_num 1200 ranges {671744=499712,1171456=401408} 2023-09-30T09:20:12.598 INFO:tasks.rados.rados.0.smithi118.stdout:3848: writing smithi118168640-39 from 671744 to 1171456 tid 1 2023-09-30T09:20:12.601 INFO:tasks.rados.rados.0.smithi118.stdout:3848: writing smithi118168640-39 from 1171456 to 1572864 tid 2 2023-09-30T09:20:12.601 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 364 2023-09-30T09:20:12.601 INFO:tasks.rados.rados.0.smithi118.stdout:3849: seq_num 1201 ranges {0=524288,524288=401408} 2023-09-30T09:20:12.604 INFO:tasks.rados.rados.0.smithi118.stdout:3849: writing smithi118168640-18 from 0 to 524288 tid 1 2023-09-30T09:20:12.606 INFO:tasks.rados.rados.0.smithi118.stdout:3849: writing smithi118168640-18 from 524288 to 925696 tid 2 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3850: copy_from oid 42 from oid 7 current snap is 364 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3848: finishing write tid 1 to smithi118168640-39 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3848: finishing write tid 2 to smithi118168640-39 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3848: finishing write tid 3 to smithi118168640-39 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3848: finishing write tid 4 to smithi118168640-39 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1066 (ObjNum 1200 snap 364 seq_num 1200) dirty exists 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3848: left oid 39 (ObjNum 1200 snap 364 seq_num 1200) 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3847: done (3 left) 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3848: done (2 left) 2023-09-30T09:20:12.607 INFO:tasks.rados.rados.0.smithi118.stdout:3851: snap_create 2023-09-30T09:20:12.612 INFO:tasks.rados.rados.0.smithi118.stdout:3849: finishing write tid 1 to smithi118168640-18 2023-09-30T09:20:12.613 INFO:tasks.rados.rados.0.smithi118.stdout:3849: finishing write tid 2 to smithi118168640-18 2023-09-30T09:20:12.634 INFO:tasks.rados.rados.0.smithi118.stdout:3849: finishing write tid 3 to smithi118168640-18 2023-09-30T09:20:12.635 INFO:tasks.rados.rados.0.smithi118.stdout:3849: finishing write tid 4 to smithi118168640-18 2023-09-30T09:20:12.635 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1539 (ObjNum 1201 snap 364 seq_num 1201) dirty exists 2023-09-30T09:20:12.635 INFO:tasks.rados.rados.0.smithi118.stdout:3849: left oid 18 (ObjNum 1201 snap 364 seq_num 1201) 2023-09-30T09:20:12.635 INFO:tasks.rados.rados.0.smithi118.stdout:3850: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:20:12.635 INFO:tasks.rados.rados.0.smithi118.stdout:3850: finishing copy_from to smithi118168640-42 2023-09-30T09:20:12.635 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1580 (ObjNum 1163 snap 348 seq_num 1163) dirty exists 2023-09-30T09:20:13.600 INFO:tasks.rados.rados.0.smithi118.stdout:3849: done (2 left) 2023-09-30T09:20:13.991 INFO:tasks.rados.rados.0.smithi118.stdout:3850: done (1 left) 2023-09-30T09:20:14.069 INFO:tasks.rados.rados.0.smithi118.stdout:3851: done (0 left) 2023-09-30T09:20:14.069 INFO:tasks.rados.rados.0.smithi118.stdout:3852: rollback oid 41 current snap is 365 2023-09-30T09:20:14.069 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 354 2023-09-30T09:20:14.070 INFO:tasks.rados.rados.0.smithi118.stdout:3853: rollback oid 49 current snap is 365 2023-09-30T09:20:14.070 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 49 to 364 2023-09-30T09:20:14.070 INFO:tasks.rados.rados.0.smithi118.stdout:3854: rmattr oid 32 current snap is 365 2023-09-30T09:20:14.070 INFO:tasks.rados.rados.0.smithi118.stdout:3855: setattr oid 8 current snap is 365 2023-09-30T09:20:14.071 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:13 smithi192 ceph-mon[180220]: osdmap e805: 8 total, 8 up, 8 in 2023-09-30T09:20:14.103 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:13 smithi192 ceph-mon[180220]: pgmap v923: 121 pgs: 121 active+clean; 189 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 996 KiB/s wr, 3 op/s 2023-09-30T09:20:14.103 INFO:tasks.rados.rados.0.smithi118.stdout:3856: read oid 42 snap -1 2023-09-30T09:20:14.103 INFO:tasks.rados.rados.0.smithi118.stdout:3856: expect (ObjNum 1163 snap 348 seq_num 1163) 2023-09-30T09:20:14.103 INFO:tasks.rados.rados.0.smithi118.stdout:3857: snap_remove snap 363 2023-09-30T09:20:14.103 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:13 smithi118 ceph-mon[185516]: osdmap e805: 8 total, 8 up, 8 in 2023-09-30T09:20:14.104 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:13 smithi118 ceph-mon[185516]: pgmap v923: 121 pgs: 121 active+clean; 189 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 996 KiB/s wr, 3 op/s 2023-09-30T09:20:14.104 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:13 smithi118 ceph-mon[182959]: osdmap e805: 8 total, 8 up, 8 in 2023-09-30T09:20:14.104 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:13 smithi118 ceph-mon[182959]: pgmap v923: 121 pgs: 121 active+clean; 189 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 996 KiB/s wr, 3 op/s 2023-09-30T09:20:14.603 INFO:tasks.rados.rados.0.smithi118.stdout:3857: done (5 left) 2023-09-30T09:20:14.603 INFO:tasks.rados.rados.0.smithi118.stdout:3858: snap_create 2023-09-30T09:20:14.608 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 32 v 1518 (ObjNum 1147 snap 340 seq_num 1147) dirty exists 2023-09-30T09:20:14.608 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1540 (ObjNum 33 snap 0 seq_num 3324174976) dirty exists 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3852: finishing rollback tid 0 to smithi118168640-41 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3852: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3853: finishing rollback tid 0 to smithi118168640-49 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3852: finishing rollback tid 2 to smithi118168640-41 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1868 (ObjNum 1055 snap 321 seq_num 1055) dirty exists 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3853: finishing rollback tid 1 to smithi118168640-49 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3853: finishing rollback tid 2 to smithi118168640-49 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1566 (ObjNum 1166 snap 351 seq_num 1166) dirty exists 2023-09-30T09:20:14.609 INFO:tasks.rados.rados.0.smithi118.stdout:3856: expect (ObjNum 1163 snap 348 seq_num 1163) 2023-09-30T09:20:14.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:14 smithi192 ceph-mon[180220]: osdmap e806: 8 total, 8 up, 8 in 2023-09-30T09:20:15.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:14 smithi118 ceph-mon[182959]: osdmap e806: 8 total, 8 up, 8 in 2023-09-30T09:20:15.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:14 smithi118 ceph-mon[185516]: osdmap e806: 8 total, 8 up, 8 in 2023-09-30T09:20:15.603 INFO:tasks.rados.rados.0.smithi118.stdout:3852: done (5 left) 2023-09-30T09:20:15.603 INFO:tasks.rados.rados.0.smithi118.stdout:3853: done (4 left) 2023-09-30T09:20:15.603 INFO:tasks.rados.rados.0.smithi118.stdout:3854: done (3 left) 2023-09-30T09:20:15.603 INFO:tasks.rados.rados.0.smithi118.stdout:3855: done (2 left) 2023-09-30T09:20:15.603 INFO:tasks.rados.rados.0.smithi118.stdout:3856: done (1 left) 2023-09-30T09:20:15.603 INFO:tasks.rados.rados.0.smithi118.stdout:3858: done (0 left) 2023-09-30T09:20:15.603 INFO:tasks.rados.rados.0.smithi118.stdout:3859: snap_remove snap 365 2023-09-30T09:20:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:15 smithi192 ceph-mon[180220]: osdmap e807: 8 total, 8 up, 8 in 2023-09-30T09:20:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:15 smithi192 ceph-mon[180220]: pgmap v926: 121 pgs: 121 active+clean; 184 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 19 op/s 2023-09-30T09:20:15.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:15 smithi192 ceph-mon[180220]: osdmap e808: 8 total, 8 up, 8 in 2023-09-30T09:20:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:15 smithi118 ceph-mon[182959]: osdmap e807: 8 total, 8 up, 8 in 2023-09-30T09:20:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:15 smithi118 ceph-mon[182959]: pgmap v926: 121 pgs: 121 active+clean; 184 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 19 op/s 2023-09-30T09:20:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:15 smithi118 ceph-mon[182959]: osdmap e808: 8 total, 8 up, 8 in 2023-09-30T09:20:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:15 smithi118 ceph-mon[185516]: osdmap e807: 8 total, 8 up, 8 in 2023-09-30T09:20:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:15 smithi118 ceph-mon[185516]: pgmap v926: 121 pgs: 121 active+clean; 184 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 2.0 MiB/s wr, 19 op/s 2023-09-30T09:20:16.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:15 smithi118 ceph-mon[185516]: osdmap e808: 8 total, 8 up, 8 in 2023-09-30T09:20:16.582 INFO:tasks.rados.rados.0.smithi118.stdout:3859: done (0 left) 2023-09-30T09:20:16.582 INFO:tasks.rados.rados.0.smithi118.stdout:3860: snap_remove snap 364 2023-09-30T09:20:17.583 INFO:tasks.rados.rados.0.smithi118.stdout:3860: done (0 left) 2023-09-30T09:20:17.772 INFO:tasks.rados.rados.0.smithi118.stdout:3861: read oid 24 snap 353 2023-09-30T09:20:17.772 INFO:tasks.rados.rados.0.smithi118.stdout:3861: expect (ObjNum 1076 snap 328 seq_num 1076) 2023-09-30T09:20:17.772 INFO:tasks.rados.rados.0.smithi118.stdout:3862: read oid 38 snap 361 2023-09-30T09:20:17.772 INFO:tasks.rados.rados.0.smithi118.stdout:3862: expect (ObjNum 1174 snap 354 seq_num 1174) 2023-09-30T09:20:17.772 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 366 2023-09-30T09:20:17.772 INFO:tasks.rados.rados.0.smithi118.stdout:3863: seq_num 1202 ranges {0=540672,540672=401408} 2023-09-30T09:20:17.773 INFO:tasks.rados.rados.0.smithi118.stdout:3863: writing smithi118168640-31 from 0 to 540672 tid 1 2023-09-30T09:20:17.773 INFO:tasks.rados.rados.0.smithi118.stdout:3863: writing smithi118168640-31 from 540672 to 942080 tid 2 2023-09-30T09:20:17.773 INFO:tasks.rados.rados.0.smithi118.stdout:3864: snap_remove snap 359 2023-09-30T09:20:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:17 smithi118 ceph-mon[182959]: osdmap e809: 8 total, 8 up, 8 in 2023-09-30T09:20:17.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:17 smithi118 ceph-mon[182959]: pgmap v929: 121 pgs: 121 active+clean; 193 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 3.4 MiB/s wr, 25 op/s 2023-09-30T09:20:17.851 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:17 smithi118 ceph-mon[182959]: osdmap e810: 8 total, 8 up, 8 in 2023-09-30T09:20:17.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:17 smithi118 ceph-mon[185516]: osdmap e809: 8 total, 8 up, 8 in 2023-09-30T09:20:17.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:17 smithi118 ceph-mon[185516]: pgmap v929: 121 pgs: 121 active+clean; 193 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 3.4 MiB/s wr, 25 op/s 2023-09-30T09:20:17.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:17 smithi118 ceph-mon[185516]: osdmap e810: 8 total, 8 up, 8 in 2023-09-30T09:20:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:17 smithi192 ceph-mon[180220]: osdmap e809: 8 total, 8 up, 8 in 2023-09-30T09:20:17.991 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:17 smithi192 ceph-mon[180220]: pgmap v929: 121 pgs: 121 active+clean; 193 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 3.4 MiB/s wr, 25 op/s 2023-09-30T09:20:17.991 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:17 smithi192 ceph-mon[180220]: osdmap e810: 8 total, 8 up, 8 in 2023-09-30T09:20:18.591 INFO:tasks.rados.rados.0.smithi118.stdout:3864: done (3 left) 2023-09-30T09:20:18.592 INFO:tasks.rados.rados.0.smithi118.stdout:3865: snap_remove snap 362 2023-09-30T09:20:19.596 INFO:tasks.rados.rados.0.smithi118.stdout:3865: done (3 left) 2023-09-30T09:20:19.596 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 50 current snap is 366 2023-09-30T09:20:19.596 INFO:tasks.rados.rados.0.smithi118.stdout:3866: seq_num 1203 ranges {0=557056,557056=401408} 2023-09-30T09:20:19.599 INFO:tasks.rados.rados.0.smithi118.stdout:3866: writing smithi118168640-50 from 0 to 557056 tid 1 2023-09-30T09:20:19.602 INFO:tasks.rados.rados.0.smithi118.stdout:3866: writing smithi118168640-50 from 557056 to 958464 tid 2 2023-09-30T09:20:19.602 INFO:tasks.rados.rados.0.smithi118.stdout:3867: read oid 43 snap -1 2023-09-30T09:20:19.602 INFO:tasks.rados.rados.0.smithi118.stdout:3867: expect (ObjNum 1180 snap 358 seq_num 1180) 2023-09-30T09:20:19.602 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 366 2023-09-30T09:20:19.602 INFO:tasks.rados.rados.0.smithi118.stdout:3868: seq_num 1204 ranges {0=573440,573440=401408} 2023-09-30T09:20:19.605 INFO:tasks.rados.rados.0.smithi118.stdout:3868: writing smithi118168640-2 from 0 to 573440 tid 1 2023-09-30T09:20:19.608 INFO:tasks.rados.rados.0.smithi118.stdout:3868: writing smithi118168640-2 from 573440 to 974848 tid 2 2023-09-30T09:20:19.608 INFO:tasks.rados.rados.0.smithi118.stdout:3869: snap_remove snap 356 2023-09-30T09:20:19.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:20:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:20:19] "GET /metrics HTTP/1.1" 200 36181 "" "Prometheus/2.43.0" 2023-09-30T09:20:19.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:19 smithi118 ceph-mon[182959]: osdmap e811: 8 total, 8 up, 8 in 2023-09-30T09:20:19.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:19.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:19 smithi118 ceph-mon[182959]: pgmap v932: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.9 MiB/s rd, 2.4 MiB/s wr, 7 op/s 2023-09-30T09:20:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:19 smithi118 ceph-mon[185516]: osdmap e811: 8 total, 8 up, 8 in 2023-09-30T09:20:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:19.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:19 smithi118 ceph-mon[185516]: pgmap v932: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.9 MiB/s rd, 2.4 MiB/s wr, 7 op/s 2023-09-30T09:20:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:19 smithi192 ceph-mon[180220]: osdmap e811: 8 total, 8 up, 8 in 2023-09-30T09:20:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:19 smithi192 ceph-mon[180220]: pgmap v932: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.9 MiB/s rd, 2.4 MiB/s wr, 7 op/s 2023-09-30T09:20:20.604 INFO:tasks.rados.rados.0.smithi118.stdout:3869: done (6 left) 2023-09-30T09:20:20.604 INFO:tasks.rados.rados.0.smithi118.stdout:3870: read oid 25 snap -1 2023-09-30T09:20:20.604 INFO:tasks.rados.rados.0.smithi118.stdout:3870: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:20:20.604 INFO:tasks.rados.rados.0.smithi118.stdout:3871: rmattr oid 8 current snap is 366 2023-09-30T09:20:20.608 INFO:tasks.rados.rados.0.smithi118.stdout:3862: expect (ObjNum 1174 snap 354 seq_num 1174) 2023-09-30T09:20:20.623 INFO:tasks.rados.rados.0.smithi118.stdout:3863: finishing write tid 1 to smithi118168640-31 2023-09-30T09:20:20.623 INFO:tasks.rados.rados.0.smithi118.stdout:3863: finishing write tid 2 to smithi118168640-31 2023-09-30T09:20:20.623 INFO:tasks.rados.rados.0.smithi118.stdout:3862: done (7 left) 2023-09-30T09:20:20.623 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 366 2023-09-30T09:20:20.623 INFO:tasks.rados.rados.0.smithi118.stdout:3863: finishing write tid 3 to smithi118168640-31 2023-09-30T09:20:20.623 INFO:tasks.rados.rados.0.smithi118.stdout:3872: seq_num 1205 ranges {0=589824,589824=401408} 2023-09-30T09:20:20.626 INFO:tasks.rados.rados.0.smithi118.stdout:3872: writing smithi118168640-27 from 0 to 589824 tid 1 2023-09-30T09:20:20.628 INFO:tasks.rados.rados.0.smithi118.stdout:3872: writing smithi118168640-27 from 589824 to 991232 tid 2 2023-09-30T09:20:20.629 INFO:tasks.rados.rados.0.smithi118.stdout:3873: rmattr oid 29 current snap is 366 2023-09-30T09:20:20.629 INFO:tasks.rados.rados.0.smithi118.stdout:3873: done (8 left) 2023-09-30T09:20:20.629 INFO:tasks.rados.rados.0.smithi118.stdout:3874: snap_remove snap 354 2023-09-30T09:20:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:20 smithi118 ceph-mon[182959]: osdmap e812: 8 total, 8 up, 8 in 2023-09-30T09:20:20.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:20 smithi118 ceph-mon[185516]: osdmap e812: 8 total, 8 up, 8 in 2023-09-30T09:20:20.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:20 smithi192 ceph-mon[180220]: osdmap e812: 8 total, 8 up, 8 in 2023-09-30T09:20:21.594 INFO:tasks.rados.rados.0.smithi118.stdout:3874: done (8 left) 2023-09-30T09:20:21.595 INFO:tasks.rados.rados.0.smithi118.stdout:3875: rollback oid 41 current snap is 366 2023-09-30T09:20:21.595 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 41 to 361 2023-09-30T09:20:21.595 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 366 2023-09-30T09:20:21.595 INFO:tasks.rados.rados.0.smithi118.stdout:3876: seq_num 1206 ranges {6864896=606208,7471104=401408} 2023-09-30T09:20:21.630 INFO:tasks.rados.rados.0.smithi118.stdout:3876: writing smithi118168640-42 from 6864896 to 7471104 tid 1 2023-09-30T09:20:21.632 INFO:tasks.rados.rados.0.smithi118.stdout:3876: writing smithi118168640-42 from 7471104 to 7872512 tid 2 2023-09-30T09:20:21.633 INFO:tasks.rados.rados.0.smithi118.stdout:3877: snap_create 2023-09-30T09:20:21.633 INFO:tasks.rados.rados.0.smithi118.stdout:3863: finishing write tid 4 to smithi118168640-31 2023-09-30T09:20:21.633 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1499 (ObjNum 1202 snap 366 seq_num 1202) dirty exists 2023-09-30T09:20:21.633 INFO:tasks.rados.rados.0.smithi118.stdout:3863: left oid 31 (ObjNum 1202 snap 366 seq_num 1202) 2023-09-30T09:20:21.633 INFO:tasks.rados.rados.0.smithi118.stdout:3861: expect (ObjNum 1076 snap 328 seq_num 1076) 2023-09-30T09:20:21.959 INFO:tasks.rados.rados.0.smithi118.stdout:3866: finishing write tid 1 to smithi118168640-50 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3866: finishing write tid 2 to smithi118168640-50 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3866: finishing write tid 3 to smithi118168640-50 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3868: finishing write tid 1 to smithi118168640-2 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3868: finishing write tid 2 to smithi118168640-2 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3866: finishing write tid 4 to smithi118168640-50 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 50 v 1887 (ObjNum 1203 snap 366 seq_num 1203) dirty exists 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3866: left oid 50 (ObjNum 1203 snap 366 seq_num 1203) 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3868: finishing write tid 3 to smithi118168640-2 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3868: finishing write tid 4 to smithi118168640-2 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1890 (ObjNum 1204 snap 366 seq_num 1204) dirty exists 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3868: left oid 2 (ObjNum 1204 snap 366 seq_num 1204) 2023-09-30T09:20:21.960 INFO:tasks.rados.rados.0.smithi118.stdout:3867: expect (ObjNum 1180 snap 358 seq_num 1180) 2023-09-30T09:20:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:21 smithi192 ceph-mon[180220]: osdmap e813: 8 total, 8 up, 8 in 2023-09-30T09:20:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:21 smithi192 ceph-mon[180220]: pgmap v935: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 230 KiB/s wr, 4 op/s 2023-09-30T09:20:21.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:21 smithi192 ceph-mon[180220]: osdmap e814: 8 total, 8 up, 8 in 2023-09-30T09:20:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:21 smithi118 ceph-mon[182959]: osdmap e813: 8 total, 8 up, 8 in 2023-09-30T09:20:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:21 smithi118 ceph-mon[182959]: pgmap v935: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 230 KiB/s wr, 4 op/s 2023-09-30T09:20:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:21 smithi118 ceph-mon[182959]: osdmap e814: 8 total, 8 up, 8 in 2023-09-30T09:20:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:21 smithi118 ceph-mon[185516]: osdmap e813: 8 total, 8 up, 8 in 2023-09-30T09:20:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:21 smithi118 ceph-mon[185516]: pgmap v935: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 230 KiB/s wr, 4 op/s 2023-09-30T09:20:22.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:21 smithi118 ceph-mon[185516]: osdmap e814: 8 total, 8 up, 8 in 2023-09-30T09:20:22.324 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1541 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:20:22.324 INFO:tasks.rados.rados.0.smithi118.stdout:3870: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:20:22.473 INFO:tasks.rados.rados.0.smithi118.stdout:3872: finishing write tid 1 to smithi118168640-27 2023-09-30T09:20:22.473 INFO:tasks.rados.rados.0.smithi118.stdout:3872: finishing write tid 2 to smithi118168640-27 2023-09-30T09:20:22.474 INFO:tasks.rados.rados.0.smithi118.stdout:3872: finishing write tid 3 to smithi118168640-27 2023-09-30T09:20:22.474 INFO:tasks.rados.rados.0.smithi118.stdout:3872: finishing write tid 4 to smithi118168640-27 2023-09-30T09:20:22.474 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1536 (ObjNum 1205 snap 366 seq_num 1205) dirty exists 2023-09-30T09:20:22.474 INFO:tasks.rados.rados.0.smithi118.stdout:3872: left oid 27 (ObjNum 1205 snap 366 seq_num 1205) 2023-09-30T09:20:22.474 INFO:tasks.rados.rados.0.smithi118.stdout:3875: finishing rollback tid 0 to smithi118168640-41 2023-09-30T09:20:22.474 INFO:tasks.rados.rados.0.smithi118.stdout:3875: finishing rollback tid 1 to smithi118168640-41 2023-09-30T09:20:22.474 INFO:tasks.rados.rados.0.smithi118.stdout:3875: finishing rollback tid 2 to smithi118168640-41 2023-09-30T09:20:22.475 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1905 (ObjNum 1055 snap 321 seq_num 1055) dirty exists 2023-09-30T09:20:22.475 INFO:tasks.rados.rados.0.smithi118.stdout:3876: finishing write tid 1 to smithi118168640-42 2023-09-30T09:20:22.475 INFO:tasks.rados.rados.0.smithi118.stdout:3876: finishing write tid 2 to smithi118168640-42 2023-09-30T09:20:22.475 INFO:tasks.rados.rados.0.smithi118.stdout:3876: finishing write tid 3 to smithi118168640-42 2023-09-30T09:20:22.475 INFO:tasks.rados.rados.0.smithi118.stdout:3876: finishing write tid 4 to smithi118168640-42 2023-09-30T09:20:22.475 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1583 (ObjNum 1206 snap 366 seq_num 1206) dirty exists 2023-09-30T09:20:22.476 INFO:tasks.rados.rados.0.smithi118.stdout:3876: left oid 42 (ObjNum 1206 snap 366 seq_num 1206) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3861: done (10 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3863: done (9 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3866: done (8 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3867: done (7 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3868: done (6 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3870: done (5 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3871: done (4 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3872: done (3 left) 2023-09-30T09:20:22.613 INFO:tasks.rados.rados.0.smithi118.stdout:3875: done (2 left) 2023-09-30T09:20:22.614 INFO:tasks.rados.rados.0.smithi118.stdout:3876: done (1 left) 2023-09-30T09:20:22.614 INFO:tasks.rados.rados.0.smithi118.stdout:3877: done (0 left) 2023-09-30T09:20:22.614 INFO:tasks.rados.rados.0.smithi118.stdout:3878: delete oid 18 current snap is 367 2023-09-30T09:20:22.619 INFO:tasks.rados.rados.0.smithi118.stdout:3878: done (0 left) 2023-09-30T09:20:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:3879: read oid 15 snap 361 2023-09-30T09:20:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:3879: expect (ObjNum 1049 snap 318 seq_num 1049) 2023-09-30T09:20:22.620 INFO:tasks.rados.rados.0.smithi118.stdout:3880: snap_create 2023-09-30T09:20:22.625 INFO:tasks.rados.rados.0.smithi118.stdout:3879: expect (ObjNum 1049 snap 318 seq_num 1049) 2023-09-30T09:20:23.620 INFO:tasks.rados.rados.0.smithi118.stdout:3879: done (1 left) 2023-09-30T09:20:23.620 INFO:tasks.rados.rados.0.smithi118.stdout:3880: done (0 left) 2023-09-30T09:20:23.620 INFO:tasks.rados.rados.0.smithi118.stdout:3881: snap_remove snap 367 2023-09-30T09:20:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:23 smithi192 ceph-mon[180220]: osdmap e815: 8 total, 8 up, 8 in 2023-09-30T09:20:23.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:23 smithi192 ceph-mon[180220]: pgmap v938: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 230 KiB/s wr, 3 op/s 2023-09-30T09:20:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:23 smithi118 ceph-mon[182959]: osdmap e815: 8 total, 8 up, 8 in 2023-09-30T09:20:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:23 smithi118 ceph-mon[182959]: pgmap v938: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 230 KiB/s wr, 3 op/s 2023-09-30T09:20:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:23 smithi118 ceph-mon[185516]: osdmap e815: 8 total, 8 up, 8 in 2023-09-30T09:20:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:23 smithi118 ceph-mon[185516]: pgmap v938: 121 pgs: 121 active+clean; 193 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.6 MiB/s rd, 230 KiB/s wr, 3 op/s 2023-09-30T09:20:24.626 INFO:tasks.rados.rados.0.smithi118.stdout:3881: done (0 left) 2023-09-30T09:20:24.626 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 368 2023-09-30T09:20:24.626 INFO:tasks.rados.rados.0.smithi118.stdout:3882: seq_num 1208 ranges {5857280=638976,6496256=401408} 2023-09-30T09:20:24.660 INFO:tasks.rados.rados.0.smithi118.stdout:3882: writing smithi118168640-43 from 5857280 to 6496256 tid 1 2023-09-30T09:20:24.662 INFO:tasks.rados.rados.0.smithi118.stdout:3882: writing smithi118168640-43 from 6496256 to 6897664 tid 2 2023-09-30T09:20:24.662 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 368 2023-09-30T09:20:24.662 INFO:tasks.rados.rados.0.smithi118.stdout:3883: seq_num 1209 ranges {0=655360,655360=401408} 2023-09-30T09:20:24.666 INFO:tasks.rados.rados.0.smithi118.stdout:3883: writing smithi118168640-18 from 0 to 655360 tid 1 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:3883: writing smithi118168640-18 from 655360 to 1056768 tid 2 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:3884: rollback oid 30 current snap is 368 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 30 to 366 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:3885: rmattr oid 21 current snap is 368 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:3886: read oid 45 snap -1 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:3886: expect (ObjNum 1173 snap 354 seq_num 1173) 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:3887: read oid 2 snap -1 2023-09-30T09:20:24.669 INFO:tasks.rados.rados.0.smithi118.stdout:3887: expect (ObjNum 1204 snap 366 seq_num 1204) 2023-09-30T09:20:24.670 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 8 current snap is 368 2023-09-30T09:20:24.670 INFO:tasks.rados.rados.0.smithi118.stdout:3888: seq_num 1210 ranges {0=671744,671744=401408} 2023-09-30T09:20:24.673 INFO:tasks.rados.rados.0.smithi118.stdout:3888: writing smithi118168640-8 from 0 to 671744 tid 1 2023-09-30T09:20:24.676 INFO:tasks.rados.rados.0.smithi118.stdout:3888: writing smithi118168640-8 from 671744 to 1073152 tid 2 2023-09-30T09:20:24.676 INFO:tasks.rados.rados.0.smithi118.stdout:3889: snap_create 2023-09-30T09:20:24.676 INFO:tasks.rados.rados.0.smithi118.stdout:3882: finishing write tid 1 to smithi118168640-43 2023-09-30T09:20:24.676 INFO:tasks.rados.rados.0.smithi118.stdout:3882: finishing write tid 2 to smithi118168640-43 2023-09-30T09:20:24.676 INFO:tasks.rados.rados.0.smithi118.stdout:3882: finishing write tid 3 to smithi118168640-43 2023-09-30T09:20:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:3882: finishing write tid 4 to smithi118168640-43 2023-09-30T09:20:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1589 (ObjNum 1208 snap 368 seq_num 1208) dirty exists 2023-09-30T09:20:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:3882: left oid 43 (ObjNum 1208 snap 368 seq_num 1208) 2023-09-30T09:20:24.678 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 21 v 1808 (ObjNum 1107 snap 337 seq_num 1107) dirty exists 2023-09-30T09:20:24.679 INFO:tasks.rados.rados.0.smithi118.stdout:3883: finishing write tid 1 to smithi118168640-18 2023-09-30T09:20:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3883: finishing write tid 2 to smithi118168640-18 2023-09-30T09:20:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3883: finishing write tid 3 to smithi118168640-18 2023-09-30T09:20:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3884: finishing rollback tid 1 to smithi118168640-30 2023-09-30T09:20:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 30 v 1586 (ObjNum 33 snap 0 seq_num 3295811400) dirty dne 2023-09-30T09:20:24.681 INFO:tasks.rados.rados.0.smithi118.stdout:3887: expect (ObjNum 1204 snap 366 seq_num 1204) 2023-09-30T09:20:24.706 INFO:tasks.rados.rados.0.smithi118.stdout:3888: finishing write tid 1 to smithi118168640-8 2023-09-30T09:20:24.706 INFO:tasks.rados.rados.0.smithi118.stdout:3888: finishing write tid 2 to smithi118168640-8 2023-09-30T09:20:24.706 INFO:tasks.rados.rados.0.smithi118.stdout:3883: finishing write tid 4 to smithi118168640-18 2023-09-30T09:20:24.706 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1545 (ObjNum 1209 snap 368 seq_num 1209) dirty exists 2023-09-30T09:20:24.706 INFO:tasks.rados.rados.0.smithi118.stdout:3883: left oid 18 (ObjNum 1209 snap 368 seq_num 1209) 2023-09-30T09:20:24.706 INFO:tasks.rados.rados.0.smithi118.stdout:3888: finishing write tid 3 to smithi118168640-8 2023-09-30T09:20:24.706 INFO:tasks.rados.rados.0.smithi118.stdout:3886: expect (ObjNum 1173 snap 354 seq_num 1173) 2023-09-30T09:20:24.877 INFO:tasks.rados.rados.0.smithi118.stdout:3888: finishing write tid 4 to smithi118168640-8 2023-09-30T09:20:24.878 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 8 v 1548 (ObjNum 1210 snap 368 seq_num 1210) dirty exists 2023-09-30T09:20:24.878 INFO:tasks.rados.rados.0.smithi118.stdout:3888: left oid 8 (ObjNum 1210 snap 368 seq_num 1210) 2023-09-30T09:20:24.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:24 smithi192 ceph-mon[180220]: osdmap e816: 8 total, 8 up, 8 in 2023-09-30T09:20:25.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:24 smithi118 ceph-mon[182959]: osdmap e816: 8 total, 8 up, 8 in 2023-09-30T09:20:25.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:24 smithi118 ceph-mon[185516]: osdmap e816: 8 total, 8 up, 8 in 2023-09-30T09:20:25.629 INFO:tasks.rados.rados.0.smithi118.stdout:3882: done (7 left) 2023-09-30T09:20:25.630 INFO:tasks.rados.rados.0.smithi118.stdout:3883: done (6 left) 2023-09-30T09:20:25.630 INFO:tasks.rados.rados.0.smithi118.stdout:3884: done (5 left) 2023-09-30T09:20:25.630 INFO:tasks.rados.rados.0.smithi118.stdout:3885: done (4 left) 2023-09-30T09:20:25.630 INFO:tasks.rados.rados.0.smithi118.stdout:3886: done (3 left) 2023-09-30T09:20:25.630 INFO:tasks.rados.rados.0.smithi118.stdout:3887: done (2 left) 2023-09-30T09:20:25.631 INFO:tasks.rados.rados.0.smithi118.stdout:3888: done (1 left) 2023-09-30T09:20:25.631 INFO:tasks.rados.rados.0.smithi118.stdout:3889: done (0 left) 2023-09-30T09:20:25.631 INFO:tasks.rados.rados.0.smithi118.stdout:3890: setattr oid 38 current snap is 369 2023-09-30T09:20:25.632 INFO:tasks.rados.rados.0.smithi118.stdout:3891: read oid 39 snap -1 2023-09-30T09:20:25.632 INFO:tasks.rados.rados.0.smithi118.stdout:3891: expect (ObjNum 1200 snap 364 seq_num 1200) 2023-09-30T09:20:25.633 INFO:tasks.rados.rados.0.smithi118.stdout:3892: read oid 43 snap 353 2023-09-30T09:20:25.633 INFO:tasks.rados.rados.0.smithi118.stdout:3892: expect (ObjNum 1085 snap 331 seq_num 1085) 2023-09-30T09:20:25.633 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 369 2023-09-30T09:20:25.633 INFO:tasks.rados.rados.0.smithi118.stdout:3893: seq_num 1211 ranges {7651328=688128,8339456=401408} 2023-09-30T09:20:25.676 INFO:tasks.rados.rados.0.smithi118.stdout:3893: writing smithi118168640-44 from 7651328 to 8339456 tid 1 2023-09-30T09:20:25.678 INFO:tasks.rados.rados.0.smithi118.stdout:3893: writing smithi118168640-44 from 8339456 to 8740864 tid 2 2023-09-30T09:20:25.678 INFO:tasks.rados.rados.0.smithi118.stdout:3894: snap_create 2023-09-30T09:20:25.678 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1809 (ObjNum 1174 snap 354 seq_num 1174) dirty exists 2023-09-30T09:20:25.679 INFO:tasks.rados.rados.0.smithi118.stdout:3891: expect (ObjNum 1200 snap 364 seq_num 1200) 2023-09-30T09:20:25.728 INFO:tasks.rados.rados.0.smithi118.stdout:3892: expect (ObjNum 1085 snap 331 seq_num 1085) 2023-09-30T09:20:25.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:25 smithi192 ceph-mon[180220]: osdmap e817: 8 total, 8 up, 8 in 2023-09-30T09:20:25.965 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:25 smithi192 ceph-mon[180220]: pgmap v941: 121 pgs: 121 active+clean; 196 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 714 KiB/s wr, 5 op/s 2023-09-30T09:20:25.997 INFO:tasks.rados.rados.0.smithi118.stdout:3893: finishing write tid 1 to smithi118168640-44 2023-09-30T09:20:25.997 INFO:tasks.rados.rados.0.smithi118.stdout:3893: finishing write tid 2 to smithi118168640-44 2023-09-30T09:20:25.997 INFO:tasks.rados.rados.0.smithi118.stdout:3893: finishing write tid 3 to smithi118168640-44 2023-09-30T09:20:25.997 INFO:tasks.rados.rados.0.smithi118.stdout:3893: finishing write tid 4 to smithi118168640-44 2023-09-30T09:20:25.997 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1567 (ObjNum 1211 snap 369 seq_num 1211) dirty exists 2023-09-30T09:20:25.998 INFO:tasks.rados.rados.0.smithi118.stdout:3893: left oid 44 (ObjNum 1211 snap 369 seq_num 1211) 2023-09-30T09:20:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:25 smithi118 ceph-mon[182959]: osdmap e817: 8 total, 8 up, 8 in 2023-09-30T09:20:26.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:25 smithi118 ceph-mon[182959]: pgmap v941: 121 pgs: 121 active+clean; 196 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 714 KiB/s wr, 5 op/s 2023-09-30T09:20:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:25 smithi118 ceph-mon[185516]: osdmap e817: 8 total, 8 up, 8 in 2023-09-30T09:20:26.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:25 smithi118 ceph-mon[185516]: pgmap v941: 121 pgs: 121 active+clean; 196 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 714 KiB/s wr, 5 op/s 2023-09-30T09:20:26.585 INFO:tasks.rados.rados.0.smithi118.stdout:3890: done (4 left) 2023-09-30T09:20:26.585 INFO:tasks.rados.rados.0.smithi118.stdout:3891: done (3 left) 2023-09-30T09:20:26.585 INFO:tasks.rados.rados.0.smithi118.stdout:3892: done (2 left) 2023-09-30T09:20:26.585 INFO:tasks.rados.rados.0.smithi118.stdout:3893: done (1 left) 2023-09-30T09:20:26.585 INFO:tasks.rados.rados.0.smithi118.stdout:3894: done (0 left) 2023-09-30T09:20:26.585 INFO:tasks.rados.rados.0.smithi118.stdout:3895: delete oid 29 current snap is 370 2023-09-30T09:20:26.589 INFO:tasks.rados.rados.0.smithi118.stdout:3895: done (0 left) 2023-09-30T09:20:26.589 INFO:tasks.rados.rados.0.smithi118.stdout:3896: rollback oid 10 current snap is 370 2023-09-30T09:20:26.589 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 10 to 353 2023-09-30T09:20:26.589 INFO:tasks.rados.rados.0.smithi118.stdout:3897: read oid 9 snap -1 2023-09-30T09:20:26.590 INFO:tasks.rados.rados.0.smithi118.stdout:3897: expect (ObjNum 1129 snap 339 seq_num 1129) 2023-09-30T09:20:26.590 INFO:tasks.rados.rados.0.smithi118.stdout:3898: copy_from oid 12 from oid 22 current snap is 370 2023-09-30T09:20:26.590 INFO:tasks.rados.rados.0.smithi118.stdout:3899: snap_remove snap 366 2023-09-30T09:20:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:26 smithi192 ceph-mon[180220]: osdmap e818: 8 total, 8 up, 8 in 2023-09-30T09:20:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:26 smithi192 ceph-mon[180220]: osdmap e819: 8 total, 8 up, 8 in 2023-09-30T09:20:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:26 smithi118 ceph-mon[182959]: osdmap e818: 8 total, 8 up, 8 in 2023-09-30T09:20:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:26 smithi118 ceph-mon[182959]: osdmap e819: 8 total, 8 up, 8 in 2023-09-30T09:20:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:26 smithi118 ceph-mon[185516]: osdmap e818: 8 total, 8 up, 8 in 2023-09-30T09:20:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:26 smithi118 ceph-mon[185516]: osdmap e819: 8 total, 8 up, 8 in 2023-09-30T09:20:27.593 INFO:tasks.rados.rados.0.smithi118.stdout:3899: done (3 left) 2023-09-30T09:20:27.593 INFO:tasks.rados.rados.0.smithi118.stdout:3900: read oid 5 snap -1 2023-09-30T09:20:27.593 INFO:tasks.rados.rados.0.smithi118.stdout:3900: expect (ObjNum 1186 snap 359 seq_num 1186) 2023-09-30T09:20:27.593 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 370 2023-09-30T09:20:27.594 INFO:tasks.rados.rados.0.smithi118.stdout:3901: seq_num 1213 ranges {8740864=720896,9461760=401408} 2023-09-30T09:20:27.645 INFO:tasks.rados.rados.0.smithi118.stdout:3901: writing smithi118168640-44 from 8740864 to 9461760 tid 1 2023-09-30T09:20:27.647 INFO:tasks.rados.rados.0.smithi118.stdout:3901: writing smithi118168640-44 from 9461760 to 9863168 tid 2 2023-09-30T09:20:27.647 INFO:tasks.rados.rados.0.smithi118.stdout:3902: delete oid 15 current snap is 370 2023-09-30T09:20:27.647 INFO:tasks.rados.rados.0.smithi118.stdout:3896: finishing rollback tid 0 to smithi118168640-10 2023-09-30T09:20:27.648 INFO:tasks.rados.rados.0.smithi118.stdout:3896: finishing rollback tid 1 to smithi118168640-10 2023-09-30T09:20:27.648 INFO:tasks.rados.rados.0.smithi118.stdout:3896: finishing rollback tid 2 to smithi118168640-10 2023-09-30T09:20:27.648 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 10 v 1586 (ObjNum 1157 snap 344 seq_num 1157) dirty exists 2023-09-30T09:20:27.648 INFO:tasks.rados.rados.0.smithi118.stdout:3897: expect (ObjNum 1129 snap 339 seq_num 1129) 2023-09-30T09:20:27.704 INFO:tasks.rados.rados.0.smithi118.stdout:3898: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:20:27.704 INFO:tasks.rados.rados.0.smithi118.stdout:3898: finishing copy_from to smithi118168640-12 2023-09-30T09:20:27.704 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1496 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:20:27.705 INFO:tasks.rados.rados.0.smithi118.stdout:3900: expect (ObjNum 1186 snap 359 seq_num 1186) 2023-09-30T09:20:27.721 INFO:tasks.rados.rados.0.smithi118.stdout:3901: finishing write tid 1 to smithi118168640-44 2023-09-30T09:20:27.721 INFO:tasks.rados.rados.0.smithi118.stdout:3901: finishing write tid 2 to smithi118168640-44 2023-09-30T09:20:27.721 INFO:tasks.rados.rados.0.smithi118.stdout:3901: finishing write tid 3 to smithi118168640-44 2023-09-30T09:20:27.721 INFO:tasks.rados.rados.0.smithi118.stdout:3901: finishing write tid 4 to smithi118168640-44 2023-09-30T09:20:27.721 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1570 (ObjNum 1213 snap 370 seq_num 1213) dirty exists 2023-09-30T09:20:27.721 INFO:tasks.rados.rados.0.smithi118.stdout:3901: left oid 44 (ObjNum 1213 snap 370 seq_num 1213) 2023-09-30T09:20:27.721 INFO:tasks.rados.rados.0.smithi118.stdout:3896: done (5 left) 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3897: done (4 left) 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3898: done (3 left) 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3900: done (2 left) 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3901: done (1 left) 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3902: done (0 left) 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3903: rollback oid 47 current snap is 370 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 47 to 361 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3904: copy_from oid 15 from oid 37 current snap is 370 2023-09-30T09:20:27.722 INFO:tasks.rados.rados.0.smithi118.stdout:3905: delete oid 32 current snap is 370 2023-09-30T09:20:27.725 INFO:tasks.rados.rados.0.smithi118.stdout:3905: done (2 left) 2023-09-30T09:20:27.725 INFO:tasks.rados.rados.0.smithi118.stdout:3906: read oid 20 snap -1 2023-09-30T09:20:27.725 INFO:tasks.rados.rados.0.smithi118.stdout:3906: expect (ObjNum 1175 snap 354 seq_num 1175) 2023-09-30T09:20:27.725 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 48 current snap is 370 2023-09-30T09:20:27.725 INFO:tasks.rados.rados.0.smithi118.stdout:3907: seq_num 1216 ranges {0=770048,770048=401408} 2023-09-30T09:20:27.728 INFO:tasks.rados.rados.0.smithi118.stdout:3907: writing smithi118168640-48 from 0 to 770048 tid 1 2023-09-30T09:20:27.731 INFO:tasks.rados.rados.0.smithi118.stdout:3907: writing smithi118168640-48 from 770048 to 1171456 tid 2 2023-09-30T09:20:27.731 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 370 2023-09-30T09:20:27.731 INFO:tasks.rados.rados.0.smithi118.stdout:3904: finishing copy_from racing read to smithi118168640-15 2023-09-30T09:20:27.731 INFO:tasks.rados.rados.0.smithi118.stdout:3903: finishing rollback tid 0 to smithi118168640-47 2023-09-30T09:20:27.732 INFO:tasks.rados.rados.0.smithi118.stdout:3903: finishing rollback tid 1 to smithi118168640-47 2023-09-30T09:20:27.732 INFO:tasks.rados.rados.0.smithi118.stdout:3903: finishing rollback tid 2 to smithi118168640-47 2023-09-30T09:20:27.732 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1812 (ObjNum 1139 snap 339 seq_num 1139) dirty exists 2023-09-30T09:20:27.732 INFO:tasks.rados.rados.0.smithi118.stdout:3904: finishing copy_from to smithi118168640-15 2023-09-30T09:20:27.732 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1510 (ObjNum 465 snap 0 seq_num 2570257653) dirty exists 2023-09-30T09:20:27.732 INFO:tasks.rados.rados.0.smithi118.stdout:3908: seq_num 1217 ranges {1056768=786432,1843200=401408} 2023-09-30T09:20:27.741 INFO:tasks.rados.rados.0.smithi118.stdout:3908: writing smithi118168640-18 from 1056768 to 1843200 tid 1 2023-09-30T09:20:27.744 INFO:tasks.rados.rados.0.smithi118.stdout:3908: writing smithi118168640-18 from 1843200 to 2244608 tid 2 2023-09-30T09:20:27.744 INFO:tasks.rados.rados.0.smithi118.stdout:3903: done (4 left) 2023-09-30T09:20:27.744 INFO:tasks.rados.rados.0.smithi118.stdout:3904: done (3 left) 2023-09-30T09:20:27.744 INFO:tasks.rados.rados.0.smithi118.stdout:3909: rollback oid 16 current snap is 370 2023-09-30T09:20:27.744 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 16 to 353 2023-09-30T09:20:27.744 INFO:tasks.rados.rados.0.smithi118.stdout:3906: expect (ObjNum 1175 snap 354 seq_num 1175) 2023-09-30T09:20:27.915 INFO:tasks.rados.rados.0.smithi118.stdout:3907: finishing write tid 1 to smithi118168640-48 2023-09-30T09:20:27.915 INFO:tasks.rados.rados.0.smithi118.stdout:3907: finishing write tid 2 to smithi118168640-48 2023-09-30T09:20:27.915 INFO:tasks.rados.rados.0.smithi118.stdout:3907: finishing write tid 3 to smithi118168640-48 2023-09-30T09:20:27.915 INFO:tasks.rados.rados.0.smithi118.stdout:3907: finishing write tid 4 to smithi118168640-48 2023-09-30T09:20:27.915 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 48 v 1912 (ObjNum 1216 snap 370 seq_num 1216) dirty exists 2023-09-30T09:20:27.915 INFO:tasks.rados.rados.0.smithi118.stdout:3907: left oid 48 (ObjNum 1216 snap 370 seq_num 1216) 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3906: done (3 left) 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3907: done (2 left) 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3910: snap_create 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3908: finishing write tid 1 to smithi118168640-18 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3908: finishing write tid 2 to smithi118168640-18 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3908: finishing write tid 3 to smithi118168640-18 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3909: finishing rollback tid 1 to smithi118168640-16 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 0 (ObjNum 273 snap 0 seq_num 0) dirty dne 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3908: finishing write tid 4 to smithi118168640-18 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1551 (ObjNum 1217 snap 370 seq_num 1217) dirty exists 2023-09-30T09:20:27.916 INFO:tasks.rados.rados.0.smithi118.stdout:3908: left oid 18 (ObjNum 1217 snap 370 seq_num 1217) 2023-09-30T09:20:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:27 smithi192 ceph-mon[180220]: pgmap v944: 121 pgs: 121 active+clean; 198 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2023-09-30T09:20:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:27 smithi192 ceph-mon[180220]: osdmap e820: 8 total, 8 up, 8 in 2023-09-30T09:20:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:27 smithi118 ceph-mon[182959]: pgmap v944: 121 pgs: 121 active+clean; 198 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2023-09-30T09:20:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:27 smithi118 ceph-mon[182959]: osdmap e820: 8 total, 8 up, 8 in 2023-09-30T09:20:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:27 smithi118 ceph-mon[185516]: pgmap v944: 121 pgs: 121 active+clean; 198 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.3 MiB/s rd, 1.2 MiB/s wr, 9 op/s 2023-09-30T09:20:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:27 smithi118 ceph-mon[185516]: osdmap e820: 8 total, 8 up, 8 in 2023-09-30T09:20:28.636 INFO:tasks.rados.rados.0.smithi118.stdout:3908: done (2 left) 2023-09-30T09:20:28.636 INFO:tasks.rados.rados.0.smithi118.stdout:3909: done (1 left) 2023-09-30T09:20:28.636 INFO:tasks.rados.rados.0.smithi118.stdout:3910: done (0 left) 2023-09-30T09:20:28.636 INFO:tasks.rados.rados.0.smithi118.stdout:3911: copy_from oid 13 from oid 38 current snap is 371 2023-09-30T09:20:28.637 INFO:tasks.rados.rados.0.smithi118.stdout:3912: setattr oid 31 current snap is 371 2023-09-30T09:20:28.638 INFO:tasks.rados.rados.0.smithi118.stdout:3913: rollback oid 23 current snap is 371 2023-09-30T09:20:28.638 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 23 to 369 2023-09-30T09:20:28.638 INFO:tasks.rados.rados.0.smithi118.stdout:3914: snap_remove snap 361 2023-09-30T09:20:29.642 INFO:tasks.rados.rados.0.smithi118.stdout:3914: done (3 left) 2023-09-30T09:20:29.643 INFO:tasks.rados.rados.0.smithi118.stdout:3915: read oid 25 snap -1 2023-09-30T09:20:29.643 INFO:tasks.rados.rados.0.smithi118.stdout:3915: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:20:29.643 INFO:tasks.rados.rados.0.smithi118.stdout:3916: setattr oid 14 current snap is 371 2023-09-30T09:20:29.643 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1500 (ObjNum 1202 snap 366 seq_num 1202) dirty exists 2023-09-30T09:20:29.643 INFO:tasks.rados.rados.0.smithi118.stdout:3911: finishing copy_from racing read to smithi118168640-13 2023-09-30T09:20:29.643 INFO:tasks.rados.rados.0.smithi118.stdout:3911: finishing copy_from to smithi118168640-13 2023-09-30T09:20:29.643 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 13 v 1809 (ObjNum 1174 snap 354 seq_num 1174) dirty exists 2023-09-30T09:20:29.644 INFO:tasks.rados.rados.0.smithi118.stdout:3913: finishing rollback tid 0 to smithi118168640-23 2023-09-30T09:20:29.644 INFO:tasks.rados.rados.0.smithi118.stdout:3913: finishing rollback tid 1 to smithi118168640-23 2023-09-30T09:20:29.644 INFO:tasks.rados.rados.0.smithi118.stdout:3913: finishing rollback tid 2 to smithi118168640-23 2023-09-30T09:20:29.644 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1589 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:20:29.644 INFO:tasks.rados.rados.0.smithi118.stdout:3911: done (4 left) 2023-09-30T09:20:29.644 INFO:tasks.rados.rados.0.smithi118.stdout:3912: done (3 left) 2023-09-30T09:20:29.645 INFO:tasks.rados.rados.0.smithi118.stdout:3913: done (2 left) 2023-09-30T09:20:29.645 INFO:tasks.rados.rados.0.smithi118.stdout:3917: delete oid 7 current snap is 371 2023-09-30T09:20:29.654 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1538 (ObjNum 2049 snap 0 seq_num 3858944272) dirty exists 2023-09-30T09:20:29.657 INFO:tasks.rados.rados.0.smithi118.stdout:3916: done (2 left) 2023-09-30T09:20:29.657 INFO:tasks.rados.rados.0.smithi118.stdout:3917: done (1 left) 2023-09-30T09:20:29.658 INFO:tasks.rados.rados.0.smithi118.stdout:3918: delete oid 50 current snap is 371 2023-09-30T09:20:29.664 INFO:tasks.rados.rados.0.smithi118.stdout:3918: done (1 left) 2023-09-30T09:20:29.664 INFO:tasks.rados.rados.0.smithi118.stdout:3919: rollback oid 1 current snap is 371 2023-09-30T09:20:29.664 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 1 to 370 2023-09-30T09:20:29.664 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 43 current snap is 371 2023-09-30T09:20:29.665 INFO:tasks.rados.rados.0.smithi118.stdout:3920: seq_num 1220 ranges {6897664=434176,7331840=442368,7774208=360448} 2023-09-30T09:20:29.703 INFO:tasks.rados.rados.0.smithi118.stdout:3920: writing smithi118168640-43 from 6897664 to 7331840 tid 1 2023-09-30T09:20:29.705 INFO:tasks.rados.rados.0.smithi118.stdout:3920: writing smithi118168640-43 from 7331840 to 7774208 tid 2 2023-09-30T09:20:29.708 INFO:tasks.rados.rados.0.smithi118.stdout:3920: writing smithi118168640-43 from 7774208 to 8134656 tid 3 2023-09-30T09:20:29.708 INFO:tasks.rados.rados.0.smithi118.stdout:3921: rollback oid 17 current snap is 371 2023-09-30T09:20:29.708 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 17 to 369 2023-09-30T09:20:29.708 INFO:tasks.rados.rados.0.smithi118.stdout:3915: expect (ObjNum 1170 snap 353 seq_num 1170) 2023-09-30T09:20:29.859 INFO:tasks.rados.rados.0.smithi118.stdout:3919: finishing rollback tid 0 to smithi118168640-1 2023-09-30T09:20:29.859 INFO:tasks.rados.rados.0.smithi118.stdout:3919: finishing rollback tid 1 to smithi118168640-1 2023-09-30T09:20:29.859 INFO:tasks.rados.rados.0.smithi118.stdout:3919: finishing rollback tid 2 to smithi118168640-1 2023-09-30T09:20:29.859 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1541 (ObjNum 1137 snap 339 seq_num 1137) dirty exists 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3920: finishing write tid 1 to smithi118168640-43 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3920: finishing write tid 2 to smithi118168640-43 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3915: done (3 left) 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3919: done (2 left) 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 37 current snap is 371 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3921: finishing rollback tid 0 to smithi118168640-17 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3921: finishing rollback tid 1 to smithi118168640-17 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3920: finishing write tid 3 to smithi118168640-43 2023-09-30T09:20:29.860 INFO:tasks.rados.rados.0.smithi118.stdout:3922: seq_num 1221 ranges {0=458752,458752=729088,1187840=73728} 2023-09-30T09:20:29.861 INFO:tasks.rados.rados.0.smithi118.stdout:3922: writing smithi118168640-37 from 0 to 458752 tid 1 2023-09-30T09:20:29.865 INFO:tasks.rados.rados.0.smithi118.stdout:3922: writing smithi118168640-37 from 458752 to 1187840 tid 2 2023-09-30T09:20:29.866 INFO:tasks.rados.rados.0.smithi118.stdout:3922: writing smithi118168640-37 from 1187840 to 1261568 tid 3 2023-09-30T09:20:29.866 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 33 current snap is 371 2023-09-30T09:20:29.866 INFO:tasks.rados.rados.0.smithi118.stdout:3921: finishing rollback tid 2 to smithi118168640-17 2023-09-30T09:20:29.867 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1554 (ObjNum 851 snap 258 seq_num 851) dirty exists 2023-09-30T09:20:29.867 INFO:tasks.rados.rados.0.smithi118.stdout:3920: finishing write tid 4 to smithi118168640-43 2023-09-30T09:20:29.867 INFO:tasks.rados.rados.0.smithi118.stdout:3923: seq_num 1222 ranges {3203072=475136,3678208=606208,4284416=196608} 2023-09-30T09:20:29.886 INFO:tasks.rados.rados.0.smithi118.stdout:3923: writing smithi118168640-33 from 3203072 to 3678208 tid 1 2023-09-30T09:20:29.889 INFO:tasks.rados.rados.0.smithi118.stdout:3923: writing smithi118168640-33 from 3678208 to 4284416 tid 2 2023-09-30T09:20:29.891 INFO:tasks.rados.rados.0.smithi118.stdout:3923: writing smithi118168640-33 from 4284416 to 4481024 tid 3 2023-09-30T09:20:29.891 INFO:tasks.rados.rados.0.smithi118.stdout:3921: done (3 left) 2023-09-30T09:20:29.891 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 371 2023-09-30T09:20:29.891 INFO:tasks.rados.rados.0.smithi118.stdout:3920: finishing write tid 5 to smithi118168640-43 2023-09-30T09:20:29.891 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1593 (ObjNum 1220 snap 371 seq_num 1220) dirty exists 2023-09-30T09:20:29.892 INFO:tasks.rados.rados.0.smithi118.stdout:3920: left oid 43 (ObjNum 1220 snap 371 seq_num 1220) 2023-09-30T09:20:29.892 INFO:tasks.rados.rados.0.smithi118.stdout:3922: finishing write tid 1 to smithi118168640-37 2023-09-30T09:20:29.892 INFO:tasks.rados.rados.0.smithi118.stdout:3922: finishing write tid 2 to smithi118168640-37 2023-09-30T09:20:29.892 INFO:tasks.rados.rados.0.smithi118.stdout:3924: seq_num 1223 ranges {3751936=491520,4243456=491520,4734976=311296} 2023-09-30T09:20:29.914 INFO:tasks.rados.rados.0.smithi118.stdout:3924: writing smithi118168640-49 from 3751936 to 4243456 tid 1 2023-09-30T09:20:29.916 INFO:tasks.rados.rados.0.smithi118.stdout:3924: writing smithi118168640-49 from 4243456 to 4734976 tid 2 2023-09-30T09:20:29.918 INFO:tasks.rados.rados.0.smithi118.stdout:3924: writing smithi118168640-49 from 4734976 to 5046272 tid 3 2023-09-30T09:20:29.919 INFO:tasks.rados.rados.0.smithi118.stdout:3920: done (3 left) 2023-09-30T09:20:29.919 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 371 2023-09-30T09:20:29.919 INFO:tasks.rados.rados.0.smithi118.stdout:3922: finishing write tid 3 to smithi118168640-37 2023-09-30T09:20:29.919 INFO:tasks.rados.rados.0.smithi118.stdout:3922: finishing write tid 4 to smithi118168640-37 2023-09-30T09:20:29.919 INFO:tasks.rados.rados.0.smithi118.stdout:3925: seq_num 1224 ranges {0=507904,507904=425984,933888=376832} 2023-09-30T09:20:29.921 INFO:tasks.rados.rados.0.smithi118.stdout:3925: writing smithi118168640-36 from 0 to 507904 tid 1 2023-09-30T09:20:29.924 INFO:tasks.rados.rados.0.smithi118.stdout:3925: writing smithi118168640-36 from 507904 to 933888 tid 2 2023-09-30T09:20:29.926 INFO:tasks.rados.rados.0.smithi118.stdout:3925: writing smithi118168640-36 from 933888 to 1310720 tid 3 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 7 current snap is 371 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:3922: finishing write tid 5 to smithi118168640-37 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 37 v 1558 (ObjNum 1221 snap 371 seq_num 1221) dirty exists 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:3922: left oid 37 (ObjNum 1221 snap 371 seq_num 1221) 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:3923: finishing write tid 1 to smithi118168640-33 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:3923: finishing write tid 2 to smithi118168640-33 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:3923: finishing write tid 3 to smithi118168640-33 2023-09-30T09:20:29.927 INFO:tasks.rados.rados.0.smithi118.stdout:3923: finishing write tid 4 to smithi118168640-33 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:3923: finishing write tid 5 to smithi118168640-33 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 33 v 1816 (ObjNum 1222 snap 371 seq_num 1222) dirty exists 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:3923: left oid 33 (ObjNum 1222 snap 371 seq_num 1222) 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:3924: finishing write tid 1 to smithi118168640-49 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:3924: finishing write tid 2 to smithi118168640-49 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:3924: finishing write tid 3 to smithi118168640-49 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:3924: finishing write tid 4 to smithi118168640-49 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:3924: finishing write tid 5 to smithi118168640-49 2023-09-30T09:20:29.928 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1570 (ObjNum 1223 snap 371 seq_num 1223) dirty exists 2023-09-30T09:20:29.929 INFO:tasks.rados.rados.0.smithi118.stdout:3924: left oid 49 (ObjNum 1223 snap 371 seq_num 1223) 2023-09-30T09:20:29.929 INFO:tasks.rados.rados.0.smithi118.stdout:3925: finishing write tid 1 to smithi118168640-36 2023-09-30T09:20:29.929 INFO:tasks.rados.rados.0.smithi118.stdout:3925: finishing write tid 2 to smithi118168640-36 2023-09-30T09:20:29.929 INFO:tasks.rados.rados.0.smithi118.stdout:3926: seq_num 1225 ranges {0=524288,524288=712704,1236992=90112} 2023-09-30T09:20:29.929 INFO:tasks.rados.rados.0.smithi118.stdout:3926: writing smithi118168640-7 from 0 to 524288 tid 1 2023-09-30T09:20:29.934 INFO:tasks.rados.rados.0.smithi118.stdout:3926: writing smithi118168640-7 from 524288 to 1236992 tid 2 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:3926: writing smithi118168640-7 from 1236992 to 1327104 tid 3 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:3922: done (4 left) 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:3923: done (3 left) 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:3924: done (2 left) 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:3927: rollback oid 14 current snap is 371 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 14 to 353 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:3925: finishing write tid 3 to smithi118168640-36 2023-09-30T09:20:29.935 INFO:tasks.rados.rados.0.smithi118.stdout:3925: finishing write tid 4 to smithi118168640-36 2023-09-30T09:20:29.936 INFO:tasks.rados.rados.0.smithi118.stdout:3925: finishing write tid 5 to smithi118168640-36 2023-09-30T09:20:29.936 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1585 (ObjNum 1224 snap 371 seq_num 1224) dirty exists 2023-09-30T09:20:29.936 INFO:tasks.rados.rados.0.smithi118.stdout:3925: left oid 36 (ObjNum 1224 snap 371 seq_num 1224) 2023-09-30T09:20:29.936 INFO:tasks.rados.rados.0.smithi118.stdout:3926: finishing write tid 1 to smithi118168640-7 2023-09-30T09:20:29.936 INFO:tasks.rados.rados.0.smithi118.stdout:3925: done (2 left) 2023-09-30T09:20:29.936 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 371 2023-09-30T09:20:29.936 INFO:tasks.rados.rados.0.smithi118.stdout:3928: seq_num 1226 ranges {5046272=540672,5586944=598016,6184960=204800} 2023-09-30T09:20:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:29 smithi192 ceph-mon[180220]: osdmap e821: 8 total, 8 up, 8 in 2023-09-30T09:20:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:29 smithi192 ceph-mon[180220]: pgmap v947: 121 pgs: 121 active+clean; 201 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.3 MiB/s wr, 10 op/s 2023-09-30T09:20:29.964 INFO:tasks.rados.rados.0.smithi118.stdout:3928: writing smithi118168640-49 from 5046272 to 5586944 tid 1 2023-09-30T09:20:29.967 INFO:tasks.rados.rados.0.smithi118.stdout:3928: writing smithi118168640-49 from 5586944 to 6184960 tid 2 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:3928: writing smithi118168640-49 from 6184960 to 6389760 tid 3 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:3929: copy_from oid 12 from oid 25 current snap is 371 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:3927: finishing rollback tid 0 to smithi118168640-14 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:3927: finishing rollback tid 1 to smithi118168640-14 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:3926: finishing write tid 2 to smithi118168640-7 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:3927: finishing rollback tid 2 to smithi118168640-14 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 14 v 1544 (ObjNum 1123 snap 339 seq_num 1123) dirty exists 2023-09-30T09:20:29.970 INFO:tasks.rados.rados.0.smithi118.stdout:3926: finishing write tid 3 to smithi118168640-7 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3926: finishing write tid 4 to smithi118168640-7 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3926: finishing write tid 5 to smithi118168640-7 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 7 v 1589 (ObjNum 1225 snap 371 seq_num 1225) dirty exists 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3926: left oid 7 (ObjNum 1225 snap 371 seq_num 1225) 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3928: finishing write tid 1 to smithi118168640-49 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3926: done (3 left) 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3927: done (2 left) 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3930: copy_from oid 40 from oid 2 current snap is 371 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 27 current snap is 371 2023-09-30T09:20:29.971 INFO:tasks.rados.rados.0.smithi118.stdout:3931: seq_num 1227 ranges {991232=557056,1548288=483328,2031616=319488} 2023-09-30T09:20:29.978 INFO:tasks.rados.rados.0.smithi118.stdout:3931: writing smithi118168640-27 from 991232 to 1548288 tid 1 2023-09-30T09:20:29.981 INFO:tasks.rados.rados.0.smithi118.stdout:3931: writing smithi118168640-27 from 1548288 to 2031616 tid 2 2023-09-30T09:20:29.983 INFO:tasks.rados.rados.0.smithi118.stdout:3931: writing smithi118168640-27 from 2031616 to 2351104 tid 3 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3932: rollback oid 39 current snap is 371 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 39 to 370 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3928: finishing write tid 2 to smithi118168640-49 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3928: finishing write tid 3 to smithi118168640-49 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3928: finishing write tid 4 to smithi118168640-49 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3928: finishing write tid 5 to smithi118168640-49 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1574 (ObjNum 1226 snap 371 seq_num 1226) dirty exists 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3928: left oid 49 (ObjNum 1226 snap 371 seq_num 1226) 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3930: finishing copy_from racing read to smithi118168640-40 2023-09-30T09:20:29.984 INFO:tasks.rados.rados.0.smithi118.stdout:3929: finishing copy_from racing read to smithi118168640-12 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3929: finishing copy_from to smithi118168640-12 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 12 v 1517 (ObjNum 1170 snap 353 seq_num 1170) dirty exists 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3930: finishing copy_from to smithi118168640-40 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1890 (ObjNum 1204 snap 366 seq_num 1204) dirty exists 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3928: done (4 left) 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3929: done (3 left) 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3930: done (2 left) 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3933: read oid 19 snap -1 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3933: expect (ObjNum 1191 snap 361 seq_num 1191) 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3934: read oid 17 snap -1 2023-09-30T09:20:29.985 INFO:tasks.rados.rados.0.smithi118.stdout:3934: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:20:29.987 INFO:tasks.rados.rados.0.smithi118.stdout:3935: read oid 15 snap -1 2023-09-30T09:20:29.987 INFO:tasks.rados.rados.0.smithi118.stdout:3935: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:20:29.988 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 3 current snap is 371 2023-09-30T09:20:29.988 INFO:tasks.rados.rados.0.smithi118.stdout:3936: seq_num 1228 ranges {3252224=573440,3825664=761856,4587520=40960} 2023-09-30T09:20:30.004 INFO:tasks.rados.rados.0.smithi118.stdout:3936: writing smithi118168640-3 from 3252224 to 3825664 tid 1 2023-09-30T09:20:30.008 INFO:tasks.rados.rados.0.smithi118.stdout:3936: writing smithi118168640-3 from 3825664 to 4587520 tid 2 2023-09-30T09:20:30.009 INFO:tasks.rados.rados.0.smithi118.stdout:3936: writing smithi118168640-3 from 4587520 to 4628480 tid 3 2023-09-30T09:20:30.009 INFO:tasks.rados.rados.0.smithi118.stdout:3937: delete oid 29 current snap is 371 2023-09-30T09:20:30.009 INFO:tasks.rados.rados.0.smithi118.stdout:3931: finishing write tid 1 to smithi118168640-27 2023-09-30T09:20:30.009 INFO:tasks.rados.rados.0.smithi118.stdout:3935: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:20:30.012 INFO:tasks.rados.rados.0.smithi118.stdout:3931: finishing write tid 2 to smithi118168640-27 2023-09-30T09:20:30.012 INFO:tasks.rados.rados.0.smithi118.stdout:3932: finishing rollback tid 0 to smithi118168640-39 2023-09-30T09:20:30.013 INFO:tasks.rados.rados.0.smithi118.stdout:3931: finishing write tid 3 to smithi118168640-27 2023-09-30T09:20:30.013 INFO:tasks.rados.rados.0.smithi118.stdout:3932: finishing rollback tid 1 to smithi118168640-39 2023-09-30T09:20:30.013 INFO:tasks.rados.rados.0.smithi118.stdout:3932: finishing rollback tid 2 to smithi118168640-39 2023-09-30T09:20:30.013 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 39 v 1069 (ObjNum 1200 snap 364 seq_num 1200) dirty exists 2023-09-30T09:20:30.013 INFO:tasks.rados.rados.0.smithi118.stdout:3931: finishing write tid 4 to smithi118168640-27 2023-09-30T09:20:30.013 INFO:tasks.rados.rados.0.smithi118.stdout:3932: done (6 left) 2023-09-30T09:20:30.014 INFO:tasks.rados.rados.0.smithi118.stdout:3935: done (5 left) 2023-09-30T09:20:30.014 INFO:tasks.rados.rados.0.smithi118.stdout:3937: done (4 left) 2023-09-30T09:20:30.014 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 371 2023-09-30T09:20:30.014 INFO:tasks.rados.rados.0.smithi118.stdout:3931: finishing write tid 5 to smithi118168640-27 2023-09-30T09:20:30.014 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 27 v 1894 (ObjNum 1227 snap 371 seq_num 1227) dirty exists 2023-09-30T09:20:30.014 INFO:tasks.rados.rados.0.smithi118.stdout:3931: left oid 27 (ObjNum 1227 snap 371 seq_num 1227) 2023-09-30T09:20:30.014 INFO:tasks.rados.rados.0.smithi118.stdout:3934: expect (ObjNum 851 snap 258 seq_num 851) 2023-09-30T09:20:30.069 INFO:tasks.rados.rados.0.smithi118.stdout:3933: expect (ObjNum 1191 snap 361 seq_num 1191) 2023-09-30T09:20:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:20:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:20:29] "GET /metrics HTTP/1.1" 200 36181 "" "Prometheus/2.43.0" 2023-09-30T09:20:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:29 smithi118 ceph-mon[182959]: osdmap e821: 8 total, 8 up, 8 in 2023-09-30T09:20:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:29 smithi118 ceph-mon[182959]: pgmap v947: 121 pgs: 121 active+clean; 201 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.3 MiB/s wr, 10 op/s 2023-09-30T09:20:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:29 smithi118 ceph-mon[185516]: osdmap e821: 8 total, 8 up, 8 in 2023-09-30T09:20:30.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:29 smithi118 ceph-mon[185516]: pgmap v947: 121 pgs: 121 active+clean; 201 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 MiB/s rd, 1.3 MiB/s wr, 10 op/s 2023-09-30T09:20:30.164 INFO:tasks.rados.rados.0.smithi118.stdout:3936: finishing write tid 1 to smithi118168640-3 2023-09-30T09:20:30.164 INFO:tasks.rados.rados.0.smithi118.stdout:3936: finishing write tid 2 to smithi118168640-3 2023-09-30T09:20:30.164 INFO:tasks.rados.rados.0.smithi118.stdout:3936: finishing write tid 3 to smithi118168640-3 2023-09-30T09:20:30.164 INFO:tasks.rados.rados.0.smithi118.stdout:3936: finishing write tid 4 to smithi118168640-3 2023-09-30T09:20:30.164 INFO:tasks.rados.rados.0.smithi118.stdout:3936: finishing write tid 5 to smithi118168640-3 2023-09-30T09:20:30.165 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 3 v 1578 (ObjNum 1228 snap 371 seq_num 1228) dirty exists 2023-09-30T09:20:30.165 INFO:tasks.rados.rados.0.smithi118.stdout:3936: left oid 3 (ObjNum 1228 snap 371 seq_num 1228) 2023-09-30T09:20:30.165 INFO:tasks.rados.rados.0.smithi118.stdout:3938: seq_num 1230 ranges {942080=606208,1548288=532480,2080768=270336} 2023-09-30T09:20:30.172 INFO:tasks.rados.rados.0.smithi118.stdout:3938: writing smithi118168640-31 from 942080 to 1548288 tid 1 2023-09-30T09:20:30.175 INFO:tasks.rados.rados.0.smithi118.stdout:3938: writing smithi118168640-31 from 1548288 to 2080768 tid 2 2023-09-30T09:20:30.177 INFO:tasks.rados.rados.0.smithi118.stdout:3938: writing smithi118168640-31 from 2080768 to 2351104 tid 3 2023-09-30T09:20:30.177 INFO:tasks.rados.rados.0.smithi118.stdout:3931: done (4 left) 2023-09-30T09:20:30.177 INFO:tasks.rados.rados.0.smithi118.stdout:3933: done (3 left) 2023-09-30T09:20:30.177 INFO:tasks.rados.rados.0.smithi118.stdout:3934: done (2 left) 2023-09-30T09:20:30.177 INFO:tasks.rados.rados.0.smithi118.stdout:3936: done (1 left) 2023-09-30T09:20:30.178 INFO:tasks.rados.rados.0.smithi118.stdout:3939: copy_from oid 1 from oid 9 current snap is 371 2023-09-30T09:20:30.178 INFO:tasks.rados.rados.0.smithi118.stdout:3938: finishing write tid 1 to smithi118168640-31 2023-09-30T09:20:30.178 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 19 current snap is 371 2023-09-30T09:20:30.178 INFO:tasks.rados.rados.0.smithi118.stdout:3940: seq_num 1231 ranges {2433024=622592,3055616=417792,3473408=385024} 2023-09-30T09:20:30.193 INFO:tasks.rados.rados.0.smithi118.stdout:3940: writing smithi118168640-19 from 2433024 to 3055616 tid 1 2023-09-30T09:20:30.196 INFO:tasks.rados.rados.0.smithi118.stdout:3940: writing smithi118168640-19 from 3055616 to 3473408 tid 2 2023-09-30T09:20:30.198 INFO:tasks.rados.rados.0.smithi118.stdout:3940: writing smithi118168640-19 from 3473408 to 3858432 tid 3 2023-09-30T09:20:30.198 INFO:tasks.rados.rados.0.smithi118.stdout:3941: rollback oid 15 current snap is 371 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 15 to 370 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:3938: finishing write tid 2 to smithi118168640-31 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 29 current snap is 371 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:3938: finishing write tid 3 to smithi118168640-31 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:3938: finishing write tid 4 to smithi118168640-31 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:3938: finishing write tid 5 to smithi118168640-31 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1521 (ObjNum 1230 snap 371 seq_num 1230) dirty exists 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:3938: left oid 31 (ObjNum 1230 snap 371 seq_num 1230) 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:3939: finishing copy_from racing read to smithi118168640-1 2023-09-30T09:20:30.199 INFO:tasks.rados.rados.0.smithi118.stdout:3939: finishing copy_from to smithi118168640-1 2023-09-30T09:20:30.200 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1530 (ObjNum 1129 snap 339 seq_num 1129) dirty exists 2023-09-30T09:20:30.200 INFO:tasks.rados.rados.0.smithi118.stdout:3942: seq_num 1232 ranges {0=638976,638976=753664,1392640=49152} 2023-09-30T09:20:30.202 INFO:tasks.rados.rados.0.smithi118.stdout:3942: writing smithi118168640-29 from 0 to 638976 tid 1 2023-09-30T09:20:30.207 INFO:tasks.rados.rados.0.smithi118.stdout:3942: writing smithi118168640-29 from 638976 to 1392640 tid 2 2023-09-30T09:20:30.207 INFO:tasks.rados.rados.0.smithi118.stdout:3942: writing smithi118168640-29 from 1392640 to 1441792 tid 3 2023-09-30T09:20:30.207 INFO:tasks.rados.rados.0.smithi118.stdout:3938: done (4 left) 2023-09-30T09:20:30.207 INFO:tasks.rados.rados.0.smithi118.stdout:3939: done (3 left) 2023-09-30T09:20:30.208 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 28 current snap is 371 2023-09-30T09:20:30.208 INFO:tasks.rados.rados.0.smithi118.stdout:3943: seq_num 1233 ranges {2187264=655360,2842624=638976,3481600=163840} 2023-09-30T09:20:30.222 INFO:tasks.rados.rados.0.smithi118.stdout:3943: writing smithi118168640-28 from 2187264 to 2842624 tid 1 2023-09-30T09:20:30.226 INFO:tasks.rados.rados.0.smithi118.stdout:3943: writing smithi118168640-28 from 2842624 to 3481600 tid 2 2023-09-30T09:20:30.227 INFO:tasks.rados.rados.0.smithi118.stdout:3943: writing smithi118168640-28 from 3481600 to 3645440 tid 3 2023-09-30T09:20:30.227 INFO:tasks.rados.rados.0.smithi118.stdout:3944: snap_remove snap 353 2023-09-30T09:20:30.656 INFO:tasks.rados.rados.0.smithi118.stdout:3944: done (4 left) 2023-09-30T09:20:30.657 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 371 2023-09-30T09:20:30.657 INFO:tasks.rados.rados.0.smithi118.stdout:3945: seq_num 1234 ranges {0=671744,671744=516096,1187840=286720} 2023-09-30T09:20:30.657 INFO:tasks.rados.rados.0.smithi118.stdout:3945: writing smithi118168640-16 from 0 to 671744 tid 1 2023-09-30T09:20:30.659 INFO:tasks.rados.rados.0.smithi118.stdout:3945: writing smithi118168640-16 from 671744 to 1187840 tid 2 2023-09-30T09:20:30.662 INFO:tasks.rados.rados.0.smithi118.stdout:3945: writing smithi118168640-16 from 1187840 to 1474560 tid 3 2023-09-30T09:20:30.662 INFO:tasks.rados.rados.0.smithi118.stdout:3946: snap_remove snap 368 2023-09-30T09:20:30.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:30 smithi192 ceph-mon[180220]: osdmap e822: 8 total, 8 up, 8 in 2023-09-30T09:20:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:30 smithi118 ceph-mon[182959]: osdmap e822: 8 total, 8 up, 8 in 2023-09-30T09:20:31.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:30 smithi118 ceph-mon[185516]: osdmap e822: 8 total, 8 up, 8 in 2023-09-30T09:20:31.586 INFO:tasks.rados.rados.0.smithi118.stdout:3946: done (5 left) 2023-09-30T09:20:31.587 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 40 current snap is 371 2023-09-30T09:20:31.587 INFO:tasks.rados.rados.0.smithi118.stdout:3947: seq_num 1235 ranges {974848=688128,1662976=802816} 2023-09-30T09:20:31.596 INFO:tasks.rados.rados.0.smithi118.stdout:3947: writing smithi118168640-40 from 974848 to 1662976 tid 1 2023-09-30T09:20:31.602 INFO:tasks.rados.rados.0.smithi118.stdout:3947: writing smithi118168640-40 from 1662976 to 2465792 tid 2 2023-09-30T09:20:31.602 INFO:tasks.rados.rados.0.smithi118.stdout:3948: rmattr oid 30 current snap is 371 2023-09-30T09:20:31.602 INFO:tasks.rados.rados.0.smithi118.stdout:3948: done (6 left) 2023-09-30T09:20:31.602 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 17 current snap is 371 2023-09-30T09:20:31.603 INFO:tasks.rados.rados.0.smithi118.stdout:3949: seq_num 1236 ranges {2260992=704512,2965504=688128,3653632=114688} 2023-09-30T09:20:31.618 INFO:tasks.rados.rados.0.smithi118.stdout:3949: writing smithi118168640-17 from 2260992 to 2965504 tid 1 2023-09-30T09:20:31.622 INFO:tasks.rados.rados.0.smithi118.stdout:3949: writing smithi118168640-17 from 2965504 to 3653632 tid 2 2023-09-30T09:20:31.623 INFO:tasks.rados.rados.0.smithi118.stdout:3949: writing smithi118168640-17 from 3653632 to 3768320 tid 3 2023-09-30T09:20:31.623 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 31 current snap is 371 2023-09-30T09:20:31.623 INFO:tasks.rados.rados.0.smithi118.stdout:3940: finishing write tid 1 to smithi118168640-19 2023-09-30T09:20:31.623 INFO:tasks.rados.rados.0.smithi118.stdout:3950: seq_num 1237 ranges {2351104=720896,3072000=573440,3645440=229376} 2023-09-30T09:20:31.640 INFO:tasks.rados.rados.0.smithi118.stdout:3950: writing smithi118168640-31 from 2351104 to 3072000 tid 1 2023-09-30T09:20:31.643 INFO:tasks.rados.rados.0.smithi118.stdout:3950: writing smithi118168640-31 from 3072000 to 3645440 tid 2 2023-09-30T09:20:31.645 INFO:tasks.rados.rados.0.smithi118.stdout:3950: writing smithi118168640-31 from 3645440 to 3874816 tid 3 2023-09-30T09:20:31.645 INFO:tasks.rados.rados.0.smithi118.stdout:3951: read oid 4 snap 369 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3951: expect deleted 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 42 current snap is 371 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3940: finishing write tid 2 to smithi118168640-19 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3941: finishing rollback tid 0 to smithi118168640-15 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3941: finishing rollback tid 1 to smithi118168640-15 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3940: finishing write tid 3 to smithi118168640-19 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3941: finishing rollback tid 2 to smithi118168640-15 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1574 (ObjNum 161 snap 0 seq_num 1) dirty exists 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3940: finishing write tid 4 to smithi118168640-19 2023-09-30T09:20:31.646 INFO:tasks.rados.rados.0.smithi118.stdout:3940: finishing write tid 5 to smithi118168640-19 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 19 v 1923 (ObjNum 1231 snap 371 seq_num 1231) dirty exists 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3940: left oid 19 (ObjNum 1231 snap 371 seq_num 1231) 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3942: finishing write tid 1 to smithi118168640-29 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3942: finishing write tid 2 to smithi118168640-29 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3942: finishing write tid 3 to smithi118168640-29 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3942: finishing write tid 4 to smithi118168640-29 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3942: finishing write tid 5 to smithi118168640-29 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 29 v 1813 (ObjNum 1232 snap 371 seq_num 1232) dirty exists 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3942: left oid 29 (ObjNum 1232 snap 371 seq_num 1232) 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3943: finishing write tid 1 to smithi118168640-28 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3943: finishing write tid 2 to smithi118168640-28 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3943: finishing write tid 3 to smithi118168640-28 2023-09-30T09:20:31.647 INFO:tasks.rados.rados.0.smithi118.stdout:3943: finishing write tid 4 to smithi118168640-28 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3943: finishing write tid 5 to smithi118168640-28 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 28 v 1548 (ObjNum 1233 snap 371 seq_num 1233) dirty exists 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3943: left oid 28 (ObjNum 1233 snap 371 seq_num 1233) 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3945: finishing write tid 1 to smithi118168640-16 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3945: finishing write tid 2 to smithi118168640-16 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3945: finishing write tid 3 to smithi118168640-16 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3945: finishing write tid 4 to smithi118168640-16 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3945: finishing write tid 5 to smithi118168640-16 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1597 (ObjNum 1234 snap 371 seq_num 1234) dirty exists 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3945: left oid 16 (ObjNum 1234 snap 371 seq_num 1234) 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3947: finishing write tid 1 to smithi118168640-40 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3947: finishing write tid 2 to smithi118168640-40 2023-09-30T09:20:31.648 INFO:tasks.rados.rados.0.smithi118.stdout:3947: finishing write tid 3 to smithi118168640-40 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3947: finishing write tid 4 to smithi118168640-40 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 40 v 1897 (ObjNum 1235 snap 371 seq_num 1235) dirty exists 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3947: left oid 40 (ObjNum 1235 snap 371 seq_num 1235) 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3949: finishing write tid 1 to smithi118168640-17 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3949: finishing write tid 2 to smithi118168640-17 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3949: finishing write tid 3 to smithi118168640-17 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3949: finishing write tid 4 to smithi118168640-17 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3949: finishing write tid 5 to smithi118168640-17 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 17 v 1562 (ObjNum 1236 snap 371 seq_num 1236) dirty exists 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3949: left oid 17 (ObjNum 1236 snap 371 seq_num 1236) 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3950: finishing write tid 1 to smithi118168640-31 2023-09-30T09:20:31.649 INFO:tasks.rados.rados.0.smithi118.stdout:3952: seq_num 1238 ranges {7872512=737280,8609792=458752,9068544=344064} 2023-09-30T09:20:31.690 INFO:tasks.rados.rados.0.smithi118.stdout:3952: writing smithi118168640-42 from 7872512 to 8609792 tid 1 2023-09-30T09:20:31.693 INFO:tasks.rados.rados.0.smithi118.stdout:3952: writing smithi118168640-42 from 8609792 to 9068544 tid 2 2023-09-30T09:20:31.695 INFO:tasks.rados.rados.0.smithi118.stdout:3952: writing smithi118168640-42 from 9068544 to 9412608 tid 3 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3940: done (9 left) 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3941: done (8 left) 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3942: done (7 left) 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3943: done (6 left) 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3945: done (5 left) 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3947: done (4 left) 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3949: done (3 left) 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3953: read oid 50 snap -1 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3953: expect deleted 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 2 current snap is 371 2023-09-30T09:20:31.696 INFO:tasks.rados.rados.0.smithi118.stdout:3954: seq_num 1239 ranges {974848=753664,1728512=745472,2473984=57344} 2023-09-30T09:20:31.705 INFO:tasks.rados.rados.0.smithi118.stdout:3954: writing smithi118168640-2 from 974848 to 1728512 tid 1 2023-09-30T09:20:31.708 INFO:tasks.rados.rados.0.smithi118.stdout:3954: writing smithi118168640-2 from 1728512 to 2473984 tid 2 2023-09-30T09:20:31.710 INFO:tasks.rados.rados.0.smithi118.stdout:3954: writing smithi118168640-2 from 2473984 to 2531328 tid 3 2023-09-30T09:20:31.710 INFO:tasks.rados.rados.0.smithi118.stdout:3955: read oid 7 snap 369 2023-09-30T09:20:31.710 INFO:tasks.rados.rados.0.smithi118.stdout:3955: expect (ObjNum 1163 snap 348 seq_num 1163) 2023-09-30T09:20:31.710 INFO:tasks.rados.rados.0.smithi118.stdout:3956: copy_from oid 8 from oid 26 current snap is 371 2023-09-30T09:20:31.710 INFO:tasks.rados.rados.0.smithi118.stdout:3950: finishing write tid 2 to smithi118168640-31 2023-09-30T09:20:31.710 INFO:tasks.rados.rados.0.smithi118.stdout:3950: finishing write tid 3 to smithi118168640-31 2023-09-30T09:20:31.710 INFO:tasks.rados.rados.0.smithi118.stdout:3950: finishing write tid 4 to smithi118168640-31 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3950: finishing write tid 5 to smithi118168640-31 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 31 v 1525 (ObjNum 1237 snap 371 seq_num 1237) dirty exists 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3950: left oid 31 (ObjNum 1237 snap 371 seq_num 1237) 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3952: finishing write tid 1 to smithi118168640-42 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3952: finishing write tid 2 to smithi118168640-42 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3952: finishing write tid 3 to smithi118168640-42 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3952: finishing write tid 4 to smithi118168640-42 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3952: finishing write tid 5 to smithi118168640-42 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1593 (ObjNum 1238 snap 371 seq_num 1238) dirty exists 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3952: left oid 42 (ObjNum 1238 snap 371 seq_num 1238) 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3954: finishing write tid 1 to smithi118168640-2 2023-09-30T09:20:31.711 INFO:tasks.rados.rados.0.smithi118.stdout:3950: done (6 left) 2023-09-30T09:20:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:3951: done (5 left) 2023-09-30T09:20:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:3952: done (4 left) 2023-09-30T09:20:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:3953: done (3 left) 2023-09-30T09:20:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:3957: copy_from oid 42 from oid 45 current snap is 371 2023-09-30T09:20:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:3958: read oid 35 snap -1 2023-09-30T09:20:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:3958: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:20:31.712 INFO:tasks.rados.rados.0.smithi118.stdout:3959: snap_remove snap 370 2023-09-30T09:20:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:31 smithi192 ceph-mon[180220]: osdmap e823: 8 total, 8 up, 8 in 2023-09-30T09:20:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:31 smithi192 ceph-mon[180220]: pgmap v950: 121 pgs: 121 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 3.0 MiB/s wr, 29 op/s 2023-09-30T09:20:31.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:31 smithi192 ceph-mon[180220]: osdmap e824: 8 total, 8 up, 8 in 2023-09-30T09:20:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:31 smithi118 ceph-mon[185516]: osdmap e823: 8 total, 8 up, 8 in 2023-09-30T09:20:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:31 smithi118 ceph-mon[185516]: pgmap v950: 121 pgs: 121 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 3.0 MiB/s wr, 29 op/s 2023-09-30T09:20:32.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:31 smithi118 ceph-mon[185516]: osdmap e824: 8 total, 8 up, 8 in 2023-09-30T09:20:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:31 smithi118 ceph-mon[182959]: osdmap e823: 8 total, 8 up, 8 in 2023-09-30T09:20:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:31 smithi118 ceph-mon[182959]: pgmap v950: 121 pgs: 121 active+clean; 209 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 3.0 MiB/s wr, 29 op/s 2023-09-30T09:20:32.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:31 smithi118 ceph-mon[182959]: osdmap e824: 8 total, 8 up, 8 in 2023-09-30T09:20:32.654 INFO:tasks.rados.rados.0.smithi118.stdout:3959: done (5 left) 2023-09-30T09:20:32.655 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 41 current snap is 371 2023-09-30T09:20:32.655 INFO:tasks.rados.rados.0.smithi118.stdout:3960: seq_num 1240 ranges {4890624=778240,5668864=671744,6340608=131072} 2023-09-30T09:20:32.685 INFO:tasks.rados.rados.0.smithi118.stdout:3960: writing smithi118168640-41 from 4890624 to 5668864 tid 1 2023-09-30T09:20:32.688 INFO:tasks.rados.rados.0.smithi118.stdout:3960: writing smithi118168640-41 from 5668864 to 6340608 tid 2 2023-09-30T09:20:32.689 INFO:tasks.rados.rados.0.smithi118.stdout:3960: writing smithi118168640-41 from 6340608 to 6471680 tid 3 2023-09-30T09:20:32.690 INFO:tasks.rados.rados.0.smithi118.stdout:3961: snap_create 2023-09-30T09:20:32.690 INFO:tasks.rados.rados.0.smithi118.stdout:3958: expect (ObjNum 0 snap 0 seq_num 0) 2023-09-30T09:20:32.694 INFO:tasks.rados.rados.0.smithi118.stdout:3954: finishing write tid 2 to smithi118168640-2 2023-09-30T09:20:32.694 INFO:tasks.rados.rados.0.smithi118.stdout:3954: finishing write tid 3 to smithi118168640-2 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3954: finishing write tid 4 to smithi118168640-2 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3956: finishing copy_from to smithi118168640-8 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3956: got expected ENOENT (src dne) 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3956: finishing copy_from racing read to smithi118168640-8 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3954: finishing write tid 5 to smithi118168640-2 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 2 v 1940 (ObjNum 1239 snap 371 seq_num 1239) dirty exists 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3954: left oid 2 (ObjNum 1239 snap 371 seq_num 1239) 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3957: finishing copy_from racing read to smithi118168640-42 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3957: finishing copy_from to smithi118168640-42 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 42 v 1482 (ObjNum 1173 snap 354 seq_num 1173) dirty exists 2023-09-30T09:20:32.695 INFO:tasks.rados.rados.0.smithi118.stdout:3955: expect (ObjNum 1163 snap 348 seq_num 1163) 2023-09-30T09:20:33.113 INFO:tasks.rados.rados.0.smithi118.stdout:3960: finishing write tid 1 to smithi118168640-41 2023-09-30T09:20:33.113 INFO:tasks.rados.rados.0.smithi118.stdout:3960: finishing write tid 2 to smithi118168640-41 2023-09-30T09:20:33.113 INFO:tasks.rados.rados.0.smithi118.stdout:3960: finishing write tid 3 to smithi118168640-41 2023-09-30T09:20:33.113 INFO:tasks.rados.rados.0.smithi118.stdout:3960: finishing write tid 4 to smithi118168640-41 2023-09-30T09:20:33.113 INFO:tasks.rados.rados.0.smithi118.stdout:3960: finishing write tid 5 to smithi118168640-41 2023-09-30T09:20:33.113 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 41 v 1951 (ObjNum 1240 snap 371 seq_num 1240) dirty exists 2023-09-30T09:20:33.113 INFO:tasks.rados.rados.0.smithi118.stdout:3960: left oid 41 (ObjNum 1240 snap 371 seq_num 1240) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3954: done (6 left) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3955: done (5 left) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3956: done (4 left) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3957: done (3 left) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3958: done (2 left) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3960: done (1 left) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3961: done (0 left) 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 49 current snap is 372 2023-09-30T09:20:33.657 INFO:tasks.rados.rados.0.smithi118.stdout:3962: seq_num 1241 ranges {6389760=794624,7184384=557056,7741440=245760} 2023-09-30T09:20:33.694 INFO:tasks.rados.rados.0.smithi118.stdout:3962: writing smithi118168640-49 from 6389760 to 7184384 tid 1 2023-09-30T09:20:33.697 INFO:tasks.rados.rados.0.smithi118.stdout:3962: writing smithi118168640-49 from 7184384 to 7741440 tid 2 2023-09-30T09:20:33.699 INFO:tasks.rados.rados.0.smithi118.stdout:3962: writing smithi118168640-49 from 7741440 to 7987200 tid 3 2023-09-30T09:20:33.699 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 18 current snap is 372 2023-09-30T09:20:33.699 INFO:tasks.rados.rados.0.smithi118.stdout:3963: seq_num 1242 ranges {2244608=409600,2654208=442368,3096576=655360,3751936=106496} 2023-09-30T09:20:33.713 INFO:tasks.rados.rados.0.smithi118.stdout:3963: writing smithi118168640-18 from 2244608 to 2654208 tid 1 2023-09-30T09:20:33.716 INFO:tasks.rados.rados.0.smithi118.stdout:3963: writing smithi118168640-18 from 2654208 to 3096576 tid 2 2023-09-30T09:20:33.720 INFO:tasks.rados.rados.0.smithi118.stdout:3963: writing smithi118168640-18 from 3096576 to 3751936 tid 3 2023-09-30T09:20:33.720 INFO:tasks.rados.rados.0.smithi118.stdout:3963: writing smithi118168640-18 from 3751936 to 3858432 tid 4 2023-09-30T09:20:33.721 INFO:tasks.rados.rados.0.smithi118.stdout:3964: snap_remove snap 369 2023-09-30T09:20:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:33 smithi192 ceph-mon[180220]: osdmap e825: 8 total, 8 up, 8 in 2023-09-30T09:20:33.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:33 smithi192 ceph-mon[180220]: pgmap v953: 121 pgs: 121 active+clean; 191 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 MiB/s rd, 3.0 MiB/s wr, 31 op/s 2023-09-30T09:20:34.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:33 smithi118 ceph-mon[185516]: osdmap e825: 8 total, 8 up, 8 in 2023-09-30T09:20:34.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:33 smithi118 ceph-mon[185516]: pgmap v953: 121 pgs: 121 active+clean; 191 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 MiB/s rd, 3.0 MiB/s wr, 31 op/s 2023-09-30T09:20:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:33 smithi118 ceph-mon[182959]: osdmap e825: 8 total, 8 up, 8 in 2023-09-30T09:20:34.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:33 smithi118 ceph-mon[182959]: pgmap v953: 121 pgs: 121 active+clean; 191 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 MiB/s rd, 3.0 MiB/s wr, 31 op/s 2023-09-30T09:20:34.669 INFO:tasks.rados.rados.0.smithi118.stdout:3964: done (2 left) 2023-09-30T09:20:34.669 INFO:tasks.rados.rados.0.smithi118.stdout:3965: read oid 7 snap -1 2023-09-30T09:20:34.675 INFO:tasks.rados.rados.0.smithi118.stdout:3965: expect (ObjNum 1225 snap 371 seq_num 1225) 2023-09-30T09:20:34.675 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 36 current snap is 372 2023-09-30T09:20:34.675 INFO:tasks.rados.rados.0.smithi118.stdout:3966: seq_num 1243 ranges {1310720=425984,1736704=729088,2465792=466944,2932736=8192} 2023-09-30T09:20:34.680 INFO:tasks.rados.rados.0.smithi118.stdout:3966: writing smithi118168640-36 from 1310720 to 1736704 tid 1 2023-09-30T09:20:34.685 INFO:tasks.rados.rados.0.smithi118.stdout:3966: writing smithi118168640-36 from 1736704 to 2465792 tid 2 2023-09-30T09:20:34.688 INFO:tasks.rados.rados.0.smithi118.stdout:3966: writing smithi118168640-36 from 2465792 to 2932736 tid 3 2023-09-30T09:20:34.691 INFO:tasks.rados.rados.0.smithi118.stdout:3966: writing smithi118168640-36 from 2932736 to 2940928 tid 4 2023-09-30T09:20:34.691 INFO:tasks.rados.rados.0.smithi118.stdout:3967: read oid 10 snap -1 2023-09-30T09:20:34.691 INFO:tasks.rados.rados.0.smithi118.stdout:3967: expect (ObjNum 1157 snap 344 seq_num 1157) 2023-09-30T09:20:34.691 INFO:tasks.rados.rados.0.smithi118.stdout:3968: setattr oid 43 current snap is 372 2023-09-30T09:20:34.691 INFO:tasks.rados.rados.0.smithi118.stdout:3962: finishing write tid 1 to smithi118168640-49 2023-09-30T09:20:34.691 INFO:tasks.rados.rados.0.smithi118.stdout:3962: finishing write tid 2 to smithi118168640-49 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3962: finishing write tid 3 to smithi118168640-49 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3962: finishing write tid 4 to smithi118168640-49 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3962: finishing write tid 5 to smithi118168640-49 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 49 v 1582 (ObjNum 1241 snap 372 seq_num 1241) dirty exists 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3962: left oid 49 (ObjNum 1241 snap 372 seq_num 1241) 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3963: finishing write tid 1 to smithi118168640-18 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3963: finishing write tid 2 to smithi118168640-18 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3963: finishing write tid 3 to smithi118168640-18 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3963: finishing write tid 4 to smithi118168640-18 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3963: finishing write tid 5 to smithi118168640-18 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:3963: finishing write tid 6 to smithi118168640-18 2023-09-30T09:20:34.692 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 18 v 1567 (ObjNum 1242 snap 372 seq_num 1242) dirty exists 2023-09-30T09:20:34.693 INFO:tasks.rados.rados.0.smithi118.stdout:3963: left oid 18 (ObjNum 1242 snap 372 seq_num 1242) 2023-09-30T09:20:34.693 INFO:tasks.rados.rados.0.smithi118.stdout:3965: expect (ObjNum 1225 snap 371 seq_num 1225) 2023-09-30T09:20:34.724 INFO:tasks.rados.rados.0.smithi118.stdout:3966: finishing write tid 1 to smithi118168640-36 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:3966: finishing write tid 2 to smithi118168640-36 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:3966: finishing write tid 3 to smithi118168640-36 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:3966: finishing write tid 4 to smithi118168640-36 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:3966: finishing write tid 5 to smithi118168640-36 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:3966: finishing write tid 6 to smithi118168640-36 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 36 v 1594 (ObjNum 1243 snap 372 seq_num 1243) dirty exists 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:3966: left oid 36 (ObjNum 1243 snap 372 seq_num 1243) 2023-09-30T09:20:34.725 INFO:tasks.rados.rados.0.smithi118.stdout:3967: expect (ObjNum 1157 snap 344 seq_num 1157) 2023-09-30T09:20:34.734 INFO:tasks.rados.rados.0.smithi118.stdout:3962: done (5 left) 2023-09-30T09:20:34.734 INFO:tasks.rados.rados.0.smithi118.stdout:3963: done (4 left) 2023-09-30T09:20:34.734 INFO:tasks.rados.rados.0.smithi118.stdout:3965: done (3 left) 2023-09-30T09:20:34.734 INFO:tasks.rados.rados.0.smithi118.stdout:3966: done (2 left) 2023-09-30T09:20:34.734 INFO:tasks.rados.rados.0.smithi118.stdout:3967: done (1 left) 2023-09-30T09:20:34.734 INFO:tasks.rados.rados.0.smithi118.stdout:3969: rollback oid 38 current snap is 372 2023-09-30T09:20:34.734 INFO:tasks.rados.rados.0.smithi118.stdout:rollback oid 38 to 371 2023-09-30T09:20:34.735 INFO:tasks.rados.rados.0.smithi118.stdout:3970: read oid 23 snap 371 2023-09-30T09:20:34.735 INFO:tasks.rados.rados.0.smithi118.stdout:3970: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:20:34.735 INFO:tasks.rados.rados.0.smithi118.stdout:3971: snap_create 2023-09-30T09:20:34.739 INFO:tasks.rados.rados.0.smithi118.stdout:3969: finishing rollback tid 0 to smithi118168640-38 2023-09-30T09:20:34.739 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 43 v 1598 (ObjNum 1220 snap 371 seq_num 1220) dirty exists 2023-09-30T09:20:34.739 INFO:tasks.rados.rados.0.smithi118.stdout:3969: finishing rollback tid 1 to smithi118168640-38 2023-09-30T09:20:34.739 INFO:tasks.rados.rados.0.smithi118.stdout:3969: finishing rollback tid 2 to smithi118168640-38 2023-09-30T09:20:34.740 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 38 v 1819 (ObjNum 1174 snap 354 seq_num 1174) dirty exists 2023-09-30T09:20:34.746 INFO:tasks.rados.rados.0.smithi118.stdout:3970: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:20:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:34 smithi192 ceph-mon[180220]: osdmap e826: 8 total, 8 up, 8 in 2023-09-30T09:20:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:35.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:34 smithi118 ceph-mon[185516]: osdmap e826: 8 total, 8 up, 8 in 2023-09-30T09:20:35.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:34 smithi118 ceph-mon[182959]: osdmap e826: 8 total, 8 up, 8 in 2023-09-30T09:20:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:35.667 INFO:tasks.rados.rados.0.smithi118.stdout:3968: done (3 left) 2023-09-30T09:20:35.668 INFO:tasks.rados.rados.0.smithi118.stdout:3969: done (2 left) 2023-09-30T09:20:35.668 INFO:tasks.rados.rados.0.smithi118.stdout:3970: done (1 left) 2023-09-30T09:20:35.668 INFO:tasks.rados.rados.0.smithi118.stdout:3971: done (0 left) 2023-09-30T09:20:35.668 INFO:tasks.rados.rados.0.smithi118.stdout:3972: copy_from oid 34 from oid 31 current snap is 373 2023-09-30T09:20:35.668 INFO:tasks.rados.rados.0.smithi118.stdout:3973: setattr oid 24 current snap is 373 2023-09-30T09:20:35.669 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 25 current snap is 373 2023-09-30T09:20:35.669 INFO:tasks.rados.rados.0.smithi118.stdout:3974: seq_num 1244 ranges {3047424=442368,3489792=614400,4104192=589824} 2023-09-30T09:20:35.688 INFO:tasks.rados.rados.0.smithi118.stdout:3974: writing smithi118168640-25 from 3047424 to 3489792 tid 1 2023-09-30T09:20:35.692 INFO:tasks.rados.rados.0.smithi118.stdout:3974: writing smithi118168640-25 from 3489792 to 4104192 tid 2 2023-09-30T09:20:35.695 INFO:tasks.rados.rados.0.smithi118.stdout:3974: writing smithi118168640-25 from 4104192 to 4694016 tid 3 2023-09-30T09:20:35.695 INFO:tasks.rados.rados.0.smithi118.stdout:3975: rmattr oid 47 current snap is 373 2023-09-30T09:20:35.696 INFO:tasks.rados.rados.0.smithi118.stdout:3975: done (3 left) 2023-09-30T09:20:35.696 INFO:tasks.rados.rados.0.smithi118.stdout:3976: copy_from oid 4 from oid 18 current snap is 373 2023-09-30T09:20:35.696 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 24 v 1531 (ObjNum 1076 snap 328 seq_num 1076) dirty exists 2023-09-30T09:20:35.696 INFO:tasks.rados.rados.0.smithi118.stdout:3972: finishing copy_from racing read to smithi118168640-34 2023-09-30T09:20:35.696 INFO:tasks.rados.rados.0.smithi118.stdout:3973: done (3 left) 2023-09-30T09:20:35.696 INFO:tasks.rados.rados.0.smithi118.stdout:3977: delete oid 39 current snap is 373 2023-09-30T09:20:35.696 INFO:tasks.rados.rados.0.smithi118.stdout:3972: finishing copy_from to smithi118168640-34 2023-09-30T09:20:35.697 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 34 v 1525 (ObjNum 1237 snap 371 seq_num 1237) dirty exists 2023-09-30T09:20:35.697 INFO:tasks.rados.rados.0.smithi118.stdout:3974: finishing write tid 1 to smithi118168640-25 2023-09-30T09:20:35.697 INFO:tasks.rados.rados.0.smithi118.stdout:3972: done (3 left) 2023-09-30T09:20:35.697 INFO:tasks.rados.rados.0.smithi118.stdout:3977: done (2 left) 2023-09-30T09:20:35.697 INFO:tasks.rados.rados.0.smithi118.stdout:3978: snap_create 2023-09-30T09:20:35.700 INFO:tasks.rados.rados.0.smithi118.stdout:3974: finishing write tid 2 to smithi118168640-25 2023-09-30T09:20:35.701 INFO:tasks.rados.rados.0.smithi118.stdout:3974: finishing write tid 3 to smithi118168640-25 2023-09-30T09:20:35.701 INFO:tasks.rados.rados.0.smithi118.stdout:3974: finishing write tid 4 to smithi118168640-25 2023-09-30T09:20:35.702 INFO:tasks.rados.rados.0.smithi118.stdout:3974: finishing write tid 5 to smithi118168640-25 2023-09-30T09:20:35.702 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 25 v 1529 (ObjNum 1244 snap 373 seq_num 1244) dirty exists 2023-09-30T09:20:35.703 INFO:tasks.rados.rados.0.smithi118.stdout:3974: left oid 25 (ObjNum 1244 snap 373 seq_num 1244) 2023-09-30T09:20:35.711 INFO:tasks.rados.rados.0.smithi118.stdout:3976: finishing copy_from racing read to smithi118168640-4 2023-09-30T09:20:35.714 INFO:tasks.rados.rados.0.smithi118.stdout:3976: finishing copy_from to smithi118168640-4 2023-09-30T09:20:35.714 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1567 (ObjNum 1242 snap 372 seq_num 1242) dirty exists 2023-09-30T09:20:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:35 smithi192 ceph-mon[180220]: osdmap e827: 8 total, 8 up, 8 in 2023-09-30T09:20:35.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:35 smithi192 ceph-mon[180220]: pgmap v956: 121 pgs: 121 active+clean; 169 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 MiB/s rd, 7.6 MiB/s wr, 37 op/s 2023-09-30T09:20:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:35 smithi118 ceph-mon[182959]: osdmap e827: 8 total, 8 up, 8 in 2023-09-30T09:20:36.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:35 smithi118 ceph-mon[182959]: pgmap v956: 121 pgs: 121 active+clean; 169 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 MiB/s rd, 7.6 MiB/s wr, 37 op/s 2023-09-30T09:20:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:35 smithi118 ceph-mon[185516]: osdmap e827: 8 total, 8 up, 8 in 2023-09-30T09:20:36.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:35 smithi118 ceph-mon[185516]: pgmap v956: 121 pgs: 121 active+clean; 169 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 MiB/s rd, 7.6 MiB/s wr, 37 op/s 2023-09-30T09:20:36.588 INFO:tasks.rados.rados.0.smithi118.stdout:3974: done (2 left) 2023-09-30T09:20:36.588 INFO:tasks.rados.rados.0.smithi118.stdout:3976: done (1 left) 2023-09-30T09:20:36.588 INFO:tasks.rados.rados.0.smithi118.stdout:3978: done (0 left) 2023-09-30T09:20:36.588 INFO:tasks.rados.rados.0.smithi118.stdout:3979: snap_remove snap 373 2023-09-30T09:20:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:36 smithi192 ceph-mon[180220]: osdmap e828: 8 total, 8 up, 8 in 2023-09-30T09:20:36.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:36 smithi192 ceph-mon[180220]: osdmap e829: 8 total, 8 up, 8 in 2023-09-30T09:20:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:36 smithi118 ceph-mon[182959]: osdmap e828: 8 total, 8 up, 8 in 2023-09-30T09:20:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:36 smithi118 ceph-mon[182959]: osdmap e829: 8 total, 8 up, 8 in 2023-09-30T09:20:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:36 smithi118 ceph-mon[185516]: osdmap e828: 8 total, 8 up, 8 in 2023-09-30T09:20:37.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:36 smithi118 ceph-mon[185516]: osdmap e829: 8 total, 8 up, 8 in 2023-09-30T09:20:37.590 INFO:tasks.rados.rados.0.smithi118.stdout:3979: done (0 left) 2023-09-30T09:20:37.590 INFO:tasks.rados.rados.0.smithi118.stdout:3980: read oid 19 snap -1 2023-09-30T09:20:37.590 INFO:tasks.rados.rados.0.smithi118.stdout:3980: expect (ObjNum 1231 snap 371 seq_num 1231) 2023-09-30T09:20:37.590 INFO:tasks.rados.rados.0.smithi118.stdout:3981: read oid 5 snap 371 2023-09-30T09:20:37.590 INFO:tasks.rados.rados.0.smithi118.stdout:3981: expect (ObjNum 1186 snap 359 seq_num 1186) 2023-09-30T09:20:37.590 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 16 current snap is 374 2023-09-30T09:20:37.590 INFO:tasks.rados.rados.0.smithi118.stdout:3982: seq_num 1246 ranges {1474560=475136,1949696=786432,2736128=417792} 2023-09-30T09:20:37.601 INFO:tasks.rados.rados.0.smithi118.stdout:3982: writing smithi118168640-16 from 1474560 to 1949696 tid 1 2023-09-30T09:20:37.605 INFO:tasks.rados.rados.0.smithi118.stdout:3982: writing smithi118168640-16 from 1949696 to 2736128 tid 2 2023-09-30T09:20:37.608 INFO:tasks.rados.rados.0.smithi118.stdout:3982: writing smithi118168640-16 from 2736128 to 3153920 tid 3 2023-09-30T09:20:37.608 INFO:tasks.rados.rados.0.smithi118.stdout:3983: snap_create 2023-09-30T09:20:37.608 INFO:tasks.rados.rados.0.smithi118.stdout:3981: expect (ObjNum 1186 snap 359 seq_num 1186) 2023-09-30T09:20:37.626 INFO:tasks.rados.rados.0.smithi118.stdout:3982: finishing write tid 1 to smithi118168640-16 2023-09-30T09:20:37.626 INFO:tasks.rados.rados.0.smithi118.stdout:3982: finishing write tid 2 to smithi118168640-16 2023-09-30T09:20:37.626 INFO:tasks.rados.rados.0.smithi118.stdout:3982: finishing write tid 3 to smithi118168640-16 2023-09-30T09:20:37.626 INFO:tasks.rados.rados.0.smithi118.stdout:3982: finishing write tid 4 to smithi118168640-16 2023-09-30T09:20:37.626 INFO:tasks.rados.rados.0.smithi118.stdout:3982: finishing write tid 5 to smithi118168640-16 2023-09-30T09:20:37.626 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 16 v 1602 (ObjNum 1246 snap 374 seq_num 1246) dirty exists 2023-09-30T09:20:37.627 INFO:tasks.rados.rados.0.smithi118.stdout:3982: left oid 16 (ObjNum 1246 snap 374 seq_num 1246) 2023-09-30T09:20:37.627 INFO:tasks.rados.rados.0.smithi118.stdout:3980: expect (ObjNum 1231 snap 371 seq_num 1231) 2023-09-30T09:20:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:37 smithi192 ceph-mon[180220]: pgmap v959: 121 pgs: 121 active+clean; 156 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 8.3 MiB/s wr, 39 op/s 2023-09-30T09:20:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:37 smithi192 ceph-mon[180220]: osdmap e830: 8 total, 8 up, 8 in 2023-09-30T09:20:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:37 smithi118 ceph-mon[182959]: pgmap v959: 121 pgs: 121 active+clean; 156 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 8.3 MiB/s wr, 39 op/s 2023-09-30T09:20:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:37 smithi118 ceph-mon[182959]: osdmap e830: 8 total, 8 up, 8 in 2023-09-30T09:20:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:37 smithi118 ceph-mon[185516]: pgmap v959: 121 pgs: 121 active+clean; 156 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 8.3 MiB/s wr, 39 op/s 2023-09-30T09:20:38.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:37 smithi118 ceph-mon[185516]: osdmap e830: 8 total, 8 up, 8 in 2023-09-30T09:20:38.590 INFO:tasks.rados.rados.0.smithi118.stdout:3980: done (3 left) 2023-09-30T09:20:38.591 INFO:tasks.rados.rados.0.smithi118.stdout:3981: done (2 left) 2023-09-30T09:20:38.591 INFO:tasks.rados.rados.0.smithi118.stdout:3982: done (1 left) 2023-09-30T09:20:38.591 INFO:tasks.rados.rados.0.smithi118.stdout:3983: done (0 left) 2023-09-30T09:20:38.591 INFO:tasks.rados.rados.0.smithi118.stdout:3984: snap_create 2023-09-30T09:20:39.597 INFO:tasks.rados.rados.0.smithi118.stdout:3984: done (0 left) 2023-09-30T09:20:39.677 INFO:tasks.rados.rados.0.smithi118.stdout:3985: snap_remove snap 372 2023-09-30T09:20:39.846 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:20:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:20:39] "GET /metrics HTTP/1.1" 200 36179 "" "Prometheus/2.43.0" 2023-09-30T09:20:39.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:39 smithi118 ceph-mon[185516]: osdmap e831: 8 total, 8 up, 8 in 2023-09-30T09:20:39.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:39 smithi118 ceph-mon[185516]: pgmap v962: 121 pgs: 121 active+clean; 155 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 2.0 MiB/s wr, 13 op/s 2023-09-30T09:20:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:39 smithi118 ceph-mon[182959]: osdmap e831: 8 total, 8 up, 8 in 2023-09-30T09:20:39.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:39 smithi118 ceph-mon[182959]: pgmap v962: 121 pgs: 121 active+clean; 155 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 2.0 MiB/s wr, 13 op/s 2023-09-30T09:20:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:39 smithi192 ceph-mon[180220]: osdmap e831: 8 total, 8 up, 8 in 2023-09-30T09:20:39.983 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:39 smithi192 ceph-mon[180220]: pgmap v962: 121 pgs: 121 active+clean; 155 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 MiB/s rd, 2.0 MiB/s wr, 13 op/s 2023-09-30T09:20:40.607 INFO:tasks.rados.rados.0.smithi118.stdout:3985: done (0 left) 2023-09-30T09:20:40.607 INFO:tasks.rados.rados.0.smithi118.stdout:3986: copy_from oid 47 from oid 38 current snap is 376 2023-09-30T09:20:40.607 INFO:tasks.rados.rados.0.smithi118.stdout:3987: snap_create 2023-09-30T09:20:40.614 INFO:tasks.rados.rados.0.smithi118.stdout:3986: finishing copy_from racing read to smithi118168640-47 2023-09-30T09:20:40.615 INFO:tasks.rados.rados.0.smithi118.stdout:3986: finishing copy_from to smithi118168640-47 2023-09-30T09:20:40.615 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 47 v 1819 (ObjNum 1174 snap 354 seq_num 1174) dirty exists 2023-09-30T09:20:40.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:40 smithi118 ceph-mon[185516]: osdmap e832: 8 total, 8 up, 8 in 2023-09-30T09:20:40.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:40 smithi118 ceph-mon[182959]: osdmap e832: 8 total, 8 up, 8 in 2023-09-30T09:20:40.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:40 smithi192 ceph-mon[180220]: osdmap e832: 8 total, 8 up, 8 in 2023-09-30T09:20:41.590 INFO:tasks.rados.rados.0.smithi118.stdout:3986: done (1 left) 2023-09-30T09:20:41.590 INFO:tasks.rados.rados.0.smithi118.stdout:3987: done (0 left) 2023-09-30T09:20:41.590 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 15 current snap is 377 2023-09-30T09:20:41.590 INFO:tasks.rados.rados.0.smithi118.stdout:3988: seq_num 1247 ranges {0=491520,491520=712704,1204224=442368,1646592=49152} 2023-09-30T09:20:41.592 INFO:tasks.rados.rados.0.smithi118.stdout:3988: writing smithi118168640-15 from 0 to 491520 tid 1 2023-09-30T09:20:41.597 INFO:tasks.rados.rados.0.smithi118.stdout:3988: writing smithi118168640-15 from 491520 to 1204224 tid 2 2023-09-30T09:20:41.600 INFO:tasks.rados.rados.0.smithi118.stdout:3988: writing smithi118168640-15 from 1204224 to 1646592 tid 3 2023-09-30T09:20:41.600 INFO:tasks.rados.rados.0.smithi118.stdout:3988: writing smithi118168640-15 from 1646592 to 1695744 tid 4 2023-09-30T09:20:41.600 INFO:tasks.rados.rados.0.smithi118.stdout:3989: rmattr oid 29 current snap is 377 2023-09-30T09:20:41.600 INFO:tasks.rados.rados.0.smithi118.stdout:3989: done (1 left) 2023-09-30T09:20:41.601 INFO:tasks.rados.rados.0.smithi118.stdout:3990: read oid 43 snap 371 2023-09-30T09:20:41.601 INFO:tasks.rados.rados.0.smithi118.stdout:3990: expect (ObjNum 1220 snap 371 seq_num 1220) 2023-09-30T09:20:41.601 INFO:tasks.rados.rados.0.smithi118.stdout:3991: snap_remove snap 376 2023-09-30T09:20:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:41 smithi192 ceph-mon[180220]: osdmap e833: 8 total, 8 up, 8 in 2023-09-30T09:20:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:41 smithi192 ceph-mon[180220]: pgmap v965: 121 pgs: 121 active+clean; 147 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.4 MiB/s wr, 14 op/s 2023-09-30T09:20:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:41 smithi192 ceph-mon[180220]: osdmap e834: 8 total, 8 up, 8 in 2023-09-30T09:20:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:41 smithi118 ceph-mon[185516]: osdmap e833: 8 total, 8 up, 8 in 2023-09-30T09:20:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:41 smithi118 ceph-mon[185516]: pgmap v965: 121 pgs: 121 active+clean; 147 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.4 MiB/s wr, 14 op/s 2023-09-30T09:20:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:41 smithi118 ceph-mon[185516]: osdmap e834: 8 total, 8 up, 8 in 2023-09-30T09:20:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:41 smithi118 ceph-mon[182959]: osdmap e833: 8 total, 8 up, 8 in 2023-09-30T09:20:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:41 smithi118 ceph-mon[182959]: pgmap v965: 121 pgs: 121 active+clean; 147 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.2 MiB/s rd, 3.4 MiB/s wr, 14 op/s 2023-09-30T09:20:42.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:41 smithi118 ceph-mon[182959]: osdmap e834: 8 total, 8 up, 8 in 2023-09-30T09:20:42.607 INFO:tasks.rados.rados.0.smithi118.stdout:3991: done (2 left) 2023-09-30T09:20:42.608 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 23 current snap is 377 2023-09-30T09:20:42.608 INFO:tasks.rados.rados.0.smithi118.stdout:3992: seq_num 1248 ranges {4079616=507904,4587520=598016,5185536=606208} 2023-09-30T09:20:42.630 INFO:tasks.rados.rados.0.smithi118.stdout:3992: writing smithi118168640-23 from 4079616 to 4587520 tid 1 2023-09-30T09:20:42.633 INFO:tasks.rados.rados.0.smithi118.stdout:3992: writing smithi118168640-23 from 4587520 to 5185536 tid 2 2023-09-30T09:20:42.638 INFO:tasks.rados.rados.0.smithi118.stdout:3992: writing smithi118168640-23 from 5185536 to 5791744 tid 3 2023-09-30T09:20:42.638 INFO:tasks.rados.rados.0.smithi118.stdout:3993: setattr oid 4 current snap is 377 2023-09-30T09:20:42.638 INFO:tasks.rados.rados.0.smithi118.stdout:3988: finishing write tid 1 to smithi118168640-15 2023-09-30T09:20:42.638 INFO:tasks.rados.rados.0.smithi118.stdout:3988: finishing write tid 2 to smithi118168640-15 2023-09-30T09:20:42.638 INFO:tasks.rados.rados.0.smithi118.stdout:3988: finishing write tid 3 to smithi118168640-15 2023-09-30T09:20:42.639 INFO:tasks.rados.rados.0.smithi118.stdout:3988: finishing write tid 4 to smithi118168640-15 2023-09-30T09:20:42.639 INFO:tasks.rados.rados.0.smithi118.stdout:3988: finishing write tid 5 to smithi118168640-15 2023-09-30T09:20:42.639 INFO:tasks.rados.rados.0.smithi118.stdout:3988: finishing write tid 6 to smithi118168640-15 2023-09-30T09:20:42.639 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 15 v 1579 (ObjNum 1247 snap 377 seq_num 1247) dirty exists 2023-09-30T09:20:42.639 INFO:tasks.rados.rados.0.smithi118.stdout:3988: left oid 15 (ObjNum 1247 snap 377 seq_num 1247) 2023-09-30T09:20:42.639 INFO:tasks.rados.rados.0.smithi118.stdout:3990: expect (ObjNum 1220 snap 371 seq_num 1220) 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3992: finishing write tid 1 to smithi118168640-23 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3992: finishing write tid 2 to smithi118168640-23 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3992: finishing write tid 3 to smithi118168640-23 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3992: finishing write tid 4 to smithi118168640-23 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3992: finishing write tid 5 to smithi118168640-23 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 23 v 1597 (ObjNum 1248 snap 377 seq_num 1248) dirty exists 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3992: left oid 23 (ObjNum 1248 snap 377 seq_num 1248) 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3988: done (3 left) 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3990: done (2 left) 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3992: done (1 left) 2023-09-30T09:20:43.257 INFO:tasks.rados.rados.0.smithi118.stdout:3994: read oid 22 snap -1 2023-09-30T09:20:43.258 INFO:tasks.rados.rados.0.smithi118.stdout:3994: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:20:43.258 INFO:tasks.rados.rados.0.smithi118.stdout:3995: read oid 29 snap 371 2023-09-30T09:20:43.258 INFO:tasks.rados.rados.0.smithi118.stdout:3995: expect (ObjNum 1232 snap 371 seq_num 1232) 2023-09-30T09:20:43.258 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 44 current snap is 377 2023-09-30T09:20:43.258 INFO:tasks.rados.rados.0.smithi118.stdout:3996: seq_num 1249 ranges {9863168=524288,10387456=483328,10870784=409600,11280384=311296} 2023-09-30T09:20:43.311 INFO:tasks.rados.rados.0.smithi118.stdout:3996: writing smithi118168640-44 from 9863168 to 10387456 tid 1 2023-09-30T09:20:43.314 INFO:tasks.rados.rados.0.smithi118.stdout:3996: writing smithi118168640-44 from 10387456 to 10870784 tid 2 2023-09-30T09:20:43.317 INFO:tasks.rados.rados.0.smithi118.stdout:3996: writing smithi118168640-44 from 10870784 to 11280384 tid 3 2023-09-30T09:20:43.319 INFO:tasks.rados.rados.0.smithi118.stdout:3996: writing smithi118168640-44 from 11280384 to 11591680 tid 4 2023-09-30T09:20:43.319 INFO:tasks.rados.rados.0.smithi118.stdout:3997: read oid 16 snap -1 2023-09-30T09:20:43.319 INFO:tasks.rados.rados.0.smithi118.stdout:3997: expect (ObjNum 1246 snap 374 seq_num 1246) 2023-09-30T09:20:43.319 INFO:tasks.rados.rados.0.smithi118.stdout:3998: snap_remove snap 374 2023-09-30T09:20:43.615 INFO:tasks.rados.rados.0.smithi118.stdout:3998: done (5 left) 2023-09-30T09:20:43.615 INFO:tasks.rados.rados.0.smithi118.stdout:append oid 1 current snap is 377 2023-09-30T09:20:43.615 INFO:tasks.rados.rados.0.smithi118.stdout:3999: seq_num 1250 ranges {2187264=540672,2727936=770048,3497984=434176} 2023-09-30T09:20:43.630 INFO:tasks.rados.rados.0.smithi118.stdout:3999: writing smithi118168640-1 from 2187264 to 2727936 tid 1 2023-09-30T09:20:43.634 INFO:tasks.rados.rados.0.smithi118.stdout:3999: writing smithi118168640-1 from 2727936 to 3497984 tid 2 2023-09-30T09:20:43.637 INFO:tasks.rados.rados.0.smithi118.stdout:3999: writing smithi118168640-1 from 3497984 to 3932160 tid 3 2023-09-30T09:20:43.637 INFO:tasks.rados.rados.0.smithi118.stdout: waiting on 6 2023-09-30T09:20:43.637 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 4 v 1603 (ObjNum 1242 snap 372 seq_num 1242) dirty exists 2023-09-30T09:20:43.637 INFO:tasks.rados.rados.0.smithi118.stdout:3995: expect (ObjNum 1232 snap 371 seq_num 1232) 2023-09-30T09:20:43.672 INFO:tasks.rados.rados.0.smithi118.stdout:3994: expect (ObjNum 1137 snap 339 seq_num 1137) 2023-09-30T09:20:43.802 INFO:tasks.rados.rados.0.smithi118.stdout:3996: finishing write tid 1 to smithi118168640-44 2023-09-30T09:20:43.802 INFO:tasks.rados.rados.0.smithi118.stdout:3996: finishing write tid 2 to smithi118168640-44 2023-09-30T09:20:43.802 INFO:tasks.rados.rados.0.smithi118.stdout:3996: finishing write tid 3 to smithi118168640-44 2023-09-30T09:20:43.802 INFO:tasks.rados.rados.0.smithi118.stdout:3996: finishing write tid 4 to smithi118168640-44 2023-09-30T09:20:43.803 INFO:tasks.rados.rados.0.smithi118.stdout:3996: finishing write tid 5 to smithi118168640-44 2023-09-30T09:20:43.803 INFO:tasks.rados.rados.0.smithi118.stdout:3996: finishing write tid 6 to smithi118168640-44 2023-09-30T09:20:43.803 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 44 v 1584 (ObjNum 1249 snap 377 seq_num 1249) dirty exists 2023-09-30T09:20:43.803 INFO:tasks.rados.rados.0.smithi118.stdout:3996: left oid 44 (ObjNum 1249 snap 377 seq_num 1249) 2023-09-30T09:20:43.803 INFO:tasks.rados.rados.0.smithi118.stdout:3997: expect (ObjNum 1246 snap 374 seq_num 1246) 2023-09-30T09:20:43.900 INFO:tasks.rados.rados.0.smithi118.stdout:3999: finishing write tid 1 to smithi118168640-1 2023-09-30T09:20:43.900 INFO:tasks.rados.rados.0.smithi118.stdout:3999: finishing write tid 2 to smithi118168640-1 2023-09-30T09:20:43.900 INFO:tasks.rados.rados.0.smithi118.stdout:3999: finishing write tid 3 to smithi118168640-1 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3999: finishing write tid 4 to smithi118168640-1 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3999: finishing write tid 5 to smithi118168640-1 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:update_object_version oid 1 v 1552 (ObjNum 1250 snap 377 seq_num 1250) dirty exists 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3999: left oid 1 (ObjNum 1250 snap 377 seq_num 1250) 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3993: done (5 left) 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3994: done (4 left) 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3995: done (3 left) 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3996: done (2 left) 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3997: done (1 left) 2023-09-30T09:20:43.901 INFO:tasks.rados.rados.0.smithi118.stdout:3999: done (0 left) 2023-09-30T09:20:43.902 INFO:tasks.rados.rados.0.smithi118.stderr:0 errors. 2023-09-30T09:20:43.902 INFO:tasks.rados.rados.0.smithi118.stderr: 2023-09-30T09:20:43.905 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-30T09:20:43.931 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:43 smithi118 ceph-mon[185516]: osdmap e835: 8 total, 8 up, 8 in 2023-09-30T09:20:43.931 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:43 smithi118 ceph-mon[185516]: pgmap v968: 121 pgs: 121 active+clean; 147 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 12 op/s 2023-09-30T09:20:43.931 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:43 smithi118 ceph-mon[182959]: osdmap e835: 8 total, 8 up, 8 in 2023-09-30T09:20:43.932 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:43 smithi118 ceph-mon[182959]: pgmap v968: 121 pgs: 121 active+clean; 147 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 12 op/s 2023-09-30T09:20:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:43 smithi192 ceph-mon[180220]: osdmap e835: 8 total, 8 up, 8 in 2023-09-30T09:20:43.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:43 smithi192 ceph-mon[180220]: pgmap v968: 121 pgs: 121 active+clean; 147 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 MiB/s rd, 3.0 MiB/s wr, 12 op/s 2023-09-30T09:20:44.168 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:20:44.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:44 smithi192 ceph-mon[180220]: osdmap e836: 8 total, 8 up, 8 in 2023-09-30T09:20:44.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:44 smithi118 ceph-mon[182959]: osdmap e836: 8 total, 8 up, 8 in 2023-09-30T09:20:44.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:44 smithi118 ceph-mon[185516]: osdmap e836: 8 total, 8 up, 8 in 2023-09-30T09:20:45.374 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:20:45.374 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":836,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:20:43.601210+0000","last_up_change":"2023-09-30T09:13:55.467329+0000","last_in_change":"2023-09-30T09:05:03.922513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":27,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":5,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"luminous","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2023-09-30T09:06:00.239874+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":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":"63","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":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":5,"pool_name":"unique_pool_0","create_time":"2023-09-30T09:07:42.365970+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":16,"pg_placement_num":16,"pg_placement_num_target":16,"pg_num_target":16,"pg_num_pending":16,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"836","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":753,"snap_epoch":836,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"teuthologyprofile","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":8192,"expected_num_objects":0,"fast_read":false,"options":{},"application_metadata":{"rados":{}}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":236,"up_from":245,"up_thru":439,"down_at":237,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6803","nonce":2557665492}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6805","nonce":2557665492}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6809","nonce":2557665492}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6807","nonce":2557665492}]},"public_addr":"172.21.15.118:6803/2557665492","cluster_addr":"172.21.15.118:6805/2557665492","heartbeat_back_addr":"172.21.15.118:6809/2557665492","heartbeat_front_addr":"172.21.15.118:6807/2557665492","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":264,"up_from":273,"up_thru":439,"down_at":265,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6811","nonce":1958618151}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6813","nonce":1958618151}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6817","nonce":1958618151}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6815","nonce":1958618151}]},"public_addr":"172.21.15.118:6811/1958618151","cluster_addr":"172.21.15.118:6813/1958618151","heartbeat_back_addr":"172.21.15.118:6817/1958618151","heartbeat_front_addr":"172.21.15.118:6815/1958618151","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":292,"up_from":301,"up_thru":439,"down_at":293,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6819","nonce":1536800254}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6821","nonce":1536800254}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6825","nonce":1536800254}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6823","nonce":1536800254}]},"public_addr":"172.21.15.118:6819/1536800254","cluster_addr":"172.21.15.118:6821/1536800254","heartbeat_back_addr":"172.21.15.118:6825/1536800254","heartbeat_front_addr":"172.21.15.118:6823/1536800254","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":318,"up_from":327,"up_thru":439,"down_at":319,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6827","nonce":2043474373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6829","nonce":2043474373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6833","nonce":2043474373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6831","nonce":2043474373}]},"public_addr":"172.21.15.118:6827/2043474373","cluster_addr":"172.21.15.118:6829/2043474373","heartbeat_back_addr":"172.21.15.118:6833/2043474373","heartbeat_front_addr":"172.21.15.118:6831/2043474373","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":30,"last_clean_end":346,"up_from":356,"up_thru":439,"down_at":347,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6801","nonce":2963039997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6803","nonce":2963039997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6807","nonce":2963039997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6805","nonce":2963039997}]},"public_addr":"172.21.15.192:6801/2963039997","cluster_addr":"172.21.15.192:6803/2963039997","heartbeat_back_addr":"172.21.15.192:6807/2963039997","heartbeat_front_addr":"172.21.15.192:6805/2963039997","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":374,"up_from":384,"up_thru":439,"down_at":375,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6809","nonce":860901539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6811","nonce":860901539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6815","nonce":860901539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6813","nonce":860901539}]},"public_addr":"172.21.15.192:6809/860901539","cluster_addr":"172.21.15.192:6811/860901539","heartbeat_back_addr":"172.21.15.192:6815/860901539","heartbeat_front_addr":"172.21.15.192:6813/860901539","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":45,"last_clean_end":402,"up_from":412,"up_thru":439,"down_at":403,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6817","nonce":1774211878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6819","nonce":1774211878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6823","nonce":1774211878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6821","nonce":1774211878}]},"public_addr":"172.21.15.192:6817/1774211878","cluster_addr":"172.21.15.192:6819/1774211878","heartbeat_back_addr":"172.21.15.192:6823/1774211878","heartbeat_front_addr":"172.21.15.192:6821/1774211878","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":52,"last_clean_end":429,"up_from":439,"up_thru":439,"down_at":430,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6825","nonce":3321238107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6827","nonce":3321238107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6831","nonce":3321238107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6829","nonce":3321238107}]},"public_addr":"172.21.15.192:6825/3321238107","cluster_addr":"172.21.15.192:6827/3321238107","heartbeat_back_addr":"172.21.15.192:6831/3321238107","heartbeat_front_addr":"172.21.15.192:6829/3321238107","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":"2023-09-30T09:03:20.841106+0000","dead_epoch":236},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":264},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":292},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":318},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":346},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":374},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":402},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":429}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.8","mappings":[{"from":7,"to":2}]},{"pgid":"3.e","mappings":[{"from":4,"to":3}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.31","mappings":[{"from":4,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]},{"pgid":"3.3e","mappings":[{"from":0,"to":2}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.192:6833/117750584":"2023-10-01T09:14:10.081157+0000","172.21.15.192:6832/117750584":"2023-10-01T09:14:10.081157+0000","172.21.15.118:0/1400324280":"2023-10-01T09:09:48.842688+0000","172.21.15.118:0/2836023190":"2023-10-01T09:09:48.842688+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.192:0/3964586363":"2023-10-01T09:09:16.120993+0000","172.21.15.192:6834/1528312098":"2023-10-01T09:09:16.120993+0000","172.21.15.118:0/3382836224":"2023-10-01T09:08:40.108395+0000","172.21.15.118:6800/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/607645821":"2023-10-01T09:09:48.842688+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/2583104717":"2023-10-01T09:06:02.815722+0000","172.21.15.192:0/3513190194":"2023-10-01T09:09:16.120993+0000","172.21.15.192:6835/1528312098":"2023-10-01T09:09:16.120993+0000","172.21.15.118:0/1595865449":"2023-10-01T09:08:40.108395+0000","172.21.15.192:0/3639575987":"2023-10-01T09:09:16.120993+0000","172.21.15.118:6800/2669591099":"2023-10-01T09:09:48.842688+0000","172.21.15.118:0/1202799162":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1041576417":"2023-10-01T09:08:40.108395+0000","172.21.15.118:0/2997106918":"2023-10-01T09:06:02.815722+0000","172.21.15.192:0/171114397":"2023-10-01T09:09:16.120993+0000","172.21.15.118:0/1320496071":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/845783596":"2023-10-01T09:09:48.842688+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1666236335":"2023-10-01T09:08:40.108395+0000","172.21.15.118:0/820295778":"2023-10-01T09:08:40.108395+0000","172.21.15.118:6801/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.192:0/1934329526":"2023-10-01T09:09:16.120993+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.192:0/2287641532":"2023-10-01T09:09:16.120993+0000","172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:6801/883811925":"2023-10-01T09:08:40.108395+0000","172.21.15.118:0/2605362719":"2023-10-01T09:09:48.842688+0000","172.21.15.118:6800/883811925":"2023-10-01T09:08:40.108395+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/417042037":"2023-10-01T09:09:48.842688+0000","172.21.15.118:6801/2669591099":"2023-10-01T09:09:48.842688+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van","w":"8"}},"removed_snaps_queue":[{"pool":5,"snaps":[{"begin":736,"length":1},{"begin":745,"length":2},{"begin":748,"length":1},{"begin":751,"length":1}]}],"new_removed_snaps":[{"pool":5,"snaps":[{"begin":748,"length":1}]}],"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}} 2023-09-30T09:20:45.793 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-30T09:20:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:45 smithi118 ceph-mon[182959]: pgmap v970: 121 pgs: 121 active+clean; 151 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.6 MiB/s rd, 860 KiB/s wr, 4 op/s 2023-09-30T09:20:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:45 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/2925044586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:20:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:45 smithi118 ceph-mon[185516]: pgmap v970: 121 pgs: 121 active+clean; 151 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.6 MiB/s rd, 860 KiB/s wr, 4 op/s 2023-09-30T09:20:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:45 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/2925044586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:20:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:45 smithi192 ceph-mon[180220]: pgmap v970: 121 pgs: 121 active+clean; 151 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.6 MiB/s rd, 860 KiB/s wr, 4 op/s 2023-09-30T09:20:45.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:45 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/2925044586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T09:20:46.095 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:20:47.245 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T09:20:47.247 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-09-30T09:20:47.626 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":972,"stamp":"2023-09-30T09:20:47.015949+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":161283012,"num_objects":85,"num_object_clones":16,"num_object_copies":255,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":85,"num_whiteouts":1,"num_read":4712,"num_read_kb":5471231,"num_write":9480,"num_write_kb":1919275,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":101,"num_bytes_recovered":282519136,"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":16440,"ondisk_log_size":16440,"up":363,"acting":363,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":363,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":749961216,"kb_used":3328092,"kb_used_data":330272,"kb_used_omap":184,"kb_used_meta":2997511,"kb_avail":746633124,"statfs":{"total":767960285184,"available":764552318976,"internally_reserved":0,"allocated":338198528,"data_stored":365218686,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":188649,"internal_metadata":3069452055},"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":7348224,"num_objects":6,"num_object_clones":6,"num_object_copies":18,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":21,"num_read_kb":49466,"num_write":39,"num_write_kb":7176,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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.431142"},"pg_stats":[{"pgid":"3.3f","version":"0'0","reported_seq":792,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736217+0000","last_change":"2023-09-30T09:13:56.511467+0000","last_active":"2023-09-30T09:20:42.736217+0000","last_peered":"2023-09-30T09:20:42.736217+0000","last_clean":"2023-09-30T09:20:42.736217+0000","last_became_active":"2023-09-30T09:13:56.511172+0000","last_became_peered":"2023-09-30T09:13:56.511172+0000","last_unstale":"2023-09-30T09:20:42.736217+0000","last_undegraded":"2023-09-30T09:20:42.736217+0000","last_fullsized":"2023-09-30T09:20:42.736217+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:28:05.964945+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3e","version":"0'0","reported_seq":784,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608910+0000","last_change":"2023-09-30T09:13:28.502462+0000","last_active":"2023-09-30T09:20:42.608910+0000","last_peered":"2023-09-30T09:20:42.608910+0000","last_clean":"2023-09-30T09:20:42.608910+0000","last_became_active":"2023-09-30T09:13:28.502170+0000","last_became_peered":"2023-09-30T09:13:28.502170+0000","last_unstale":"2023-09-30T09:20:42.608910+0000","last_undegraded":"2023-09-30T09:20:42.608910+0000","last_fullsized":"2023-09-30T09:20:42.608910+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:31:30.171618+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.3d","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.587520+0000","last_change":"2023-09-30T09:11:36.472250+0000","last_active":"2023-09-30T09:20:41.587520+0000","last_peered":"2023-09-30T09:20:41.587520+0000","last_clean":"2023-09-30T09:20:41.587520+0000","last_became_active":"2023-09-30T09:11:36.472029+0000","last_became_peered":"2023-09-30T09:11:36.472029+0000","last_unstale":"2023-09-30T09:20:41.587520+0000","last_undegraded":"2023-09-30T09:20:41.587520+0000","last_fullsized":"2023-09-30T09:20:41.587520+0000","mapping_epoch":301,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":302,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:56:41.601364+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.3c","version":"0'0","reported_seq":801,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855651+0000","last_change":"2023-09-30T09:13:56.505836+0000","last_active":"2023-09-30T09:20:41.855651+0000","last_peered":"2023-09-30T09:20:41.855651+0000","last_clean":"2023-09-30T09:20:41.855651+0000","last_became_active":"2023-09-30T09:13:56.505520+0000","last_became_peered":"2023-09-30T09:13:56.505520+0000","last_unstale":"2023-09-30T09:20:41.855651+0000","last_undegraded":"2023-09-30T09:20:41.855651+0000","last_fullsized":"2023-09-30T09:20:41.855651+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:37:50.026738+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.3b","version":"0'0","reported_seq":777,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736895+0000","last_change":"2023-09-30T09:13:56.516626+0000","last_active":"2023-09-30T09:20:42.736895+0000","last_peered":"2023-09-30T09:20:42.736895+0000","last_clean":"2023-09-30T09:20:42.736895+0000","last_became_active":"2023-09-30T09:13:56.515874+0000","last_became_peered":"2023-09-30T09:13:56.515874+0000","last_unstale":"2023-09-30T09:20:42.736895+0000","last_undegraded":"2023-09-30T09:20:42.736895+0000","last_fullsized":"2023-09-30T09:20:42.736895+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:27:42.015878+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,2,4],"acting":[7,2,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.3a","version":"0'0","reported_seq":792,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855784+0000","last_change":"2023-09-30T09:13:00.511952+0000","last_active":"2023-09-30T09:20:41.855784+0000","last_peered":"2023-09-30T09:20:41.855784+0000","last_clean":"2023-09-30T09:20:41.855784+0000","last_became_active":"2023-09-30T09:13:00.511427+0000","last_became_peered":"2023-09-30T09:13:00.511427+0000","last_unstale":"2023-09-30T09:20:41.855784+0000","last_undegraded":"2023-09-30T09:20:41.855784+0000","last_fullsized":"2023-09-30T09:20:41.855784+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:41:15.264622+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,1],"acting":[5,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.39","version":"0'0","reported_seq":787,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736062+0000","last_change":"2023-09-30T09:13:56.516580+0000","last_active":"2023-09-30T09:20:42.736062+0000","last_peered":"2023-09-30T09:20:42.736062+0000","last_clean":"2023-09-30T09:20:42.736062+0000","last_became_active":"2023-09-30T09:13:56.516114+0000","last_became_peered":"2023-09-30T09:13:56.516114+0000","last_unstale":"2023-09-30T09:20:42.736062+0000","last_undegraded":"2023-09-30T09:20:42.736062+0000","last_fullsized":"2023-09-30T09:20:42.736062+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:27:38.420748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,1,4],"acting":[7,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.38","version":"0'0","reported_seq":798,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.631998+0000","last_change":"2023-09-30T09:13:28.496480+0000","last_active":"2023-09-30T09:20:42.631998+0000","last_peered":"2023-09-30T09:20:42.631998+0000","last_clean":"2023-09-30T09:20:42.631998+0000","last_became_active":"2023-09-30T09:13:28.496216+0000","last_became_peered":"2023-09-30T09:13:28.496216+0000","last_unstale":"2023-09-30T09:20:42.631998+0000","last_undegraded":"2023-09-30T09:20:42.631998+0000","last_fullsized":"2023-09-30T09:20:42.631998+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:46:13.440356+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.37","version":"0'0","reported_seq":805,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735983+0000","last_change":"2023-09-30T09:13:56.512027+0000","last_active":"2023-09-30T09:20:42.735983+0000","last_peered":"2023-09-30T09:20:42.735983+0000","last_clean":"2023-09-30T09:20:42.735983+0000","last_became_active":"2023-09-30T09:13:56.511743+0000","last_became_peered":"2023-09-30T09:13:56.511743+0000","last_unstale":"2023-09-30T09:20:42.735983+0000","last_undegraded":"2023-09-30T09:20:42.735983+0000","last_fullsized":"2023-09-30T09:20:42.735983+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:30:32.037173+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,0],"acting":[7,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.36","version":"0'0","reported_seq":791,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735424+0000","last_change":"2023-09-30T09:13:28.507631+0000","last_active":"2023-09-30T09:20:42.735424+0000","last_peered":"2023-09-30T09:20:42.735424+0000","last_clean":"2023-09-30T09:20:42.735424+0000","last_became_active":"2023-09-30T09:13:28.507140+0000","last_became_peered":"2023-09-30T09:13:28.507140+0000","last_unstale":"2023-09-30T09:20:42.735424+0000","last_undegraded":"2023-09-30T09:20:42.735424+0000","last_fullsized":"2023-09-30T09:20:42.735424+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:57:22.969315+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,1],"acting":[6,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.35","version":"0'0","reported_seq":791,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736084+0000","last_change":"2023-09-30T09:13:28.508829+0000","last_active":"2023-09-30T09:20:42.736084+0000","last_peered":"2023-09-30T09:20:42.736084+0000","last_clean":"2023-09-30T09:20:42.736084+0000","last_became_active":"2023-09-30T09:13:28.508465+0000","last_became_peered":"2023-09-30T09:13:28.508465+0000","last_unstale":"2023-09-30T09:20:42.736084+0000","last_undegraded":"2023-09-30T09:20:42.736084+0000","last_fullsized":"2023-09-30T09:20:42.736084+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:40:10.439342+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,0],"acting":[6,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.34","version":"0'0","reported_seq":799,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603321+0000","last_change":"2023-09-30T09:13:28.506074+0000","last_active":"2023-09-30T09:20:42.603321+0000","last_peered":"2023-09-30T09:20:42.603321+0000","last_clean":"2023-09-30T09:20:42.603321+0000","last_became_active":"2023-09-30T09:13:28.505770+0000","last_became_peered":"2023-09-30T09:13:28.505770+0000","last_unstale":"2023-09-30T09:20:42.603321+0000","last_undegraded":"2023-09-30T09:20:42.603321+0000","last_fullsized":"2023-09-30T09:20:42.603321+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:06:03.231943+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,6,0],"acting":[4,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.33","version":"0'0","reported_seq":812,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632602+0000","last_change":"2023-09-30T09:13:28.496191+0000","last_active":"2023-09-30T09:20:42.632602+0000","last_peered":"2023-09-30T09:20:42.632602+0000","last_clean":"2023-09-30T09:20:42.632602+0000","last_became_active":"2023-09-30T09:13:28.495880+0000","last_became_peered":"2023-09-30T09:13:28.495880+0000","last_unstale":"2023-09-30T09:20:42.632602+0000","last_undegraded":"2023-09-30T09:20:42.632602+0000","last_fullsized":"2023-09-30T09:20:42.632602+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:02:24.461688+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,1],"acting":[3,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.32","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.586920+0000","last_change":"2023-09-30T09:13:00.511892+0000","last_active":"2023-09-30T09:20:41.586920+0000","last_peered":"2023-09-30T09:20:41.586920+0000","last_clean":"2023-09-30T09:20:41.586920+0000","last_became_active":"2023-09-30T09:13:00.511497+0000","last_became_peered":"2023-09-30T09:13:00.511497+0000","last_unstale":"2023-09-30T09:20:41.586920+0000","last_undegraded":"2023-09-30T09:20:41.586920+0000","last_fullsized":"2023-09-30T09:20:41.586920+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:33:02.664795+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,5],"acting":[0,1,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.31","version":"0'0","reported_seq":784,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608289+0000","last_change":"2023-09-30T09:13:00.509643+0000","last_active":"2023-09-30T09:20:42.608289+0000","last_peered":"2023-09-30T09:20:42.608289+0000","last_clean":"2023-09-30T09:20:42.608289+0000","last_became_active":"2023-09-30T09:13:00.509336+0000","last_became_peered":"2023-09-30T09:13:00.509336+0000","last_unstale":"2023-09-30T09:20:42.608289+0000","last_undegraded":"2023-09-30T09:20:42.608289+0000","last_fullsized":"2023-09-30T09:20:42.608289+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:06:51.148328+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.30","version":"0'0","reported_seq":801,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.854953+0000","last_change":"2023-09-30T09:13:56.506658+0000","last_active":"2023-09-30T09:20:41.854953+0000","last_peered":"2023-09-30T09:20:41.854953+0000","last_clean":"2023-09-30T09:20:41.854953+0000","last_became_active":"2023-09-30T09:13:56.506164+0000","last_became_peered":"2023-09-30T09:13:56.506164+0000","last_unstale":"2023-09-30T09:20:41.854953+0000","last_undegraded":"2023-09-30T09:20:41.854953+0000","last_fullsized":"2023-09-30T09:20:41.854953+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:10:40.971476+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,0,7],"acting":[5,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2f","version":"0'0","reported_seq":788,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.856503+0000","last_change":"2023-09-30T09:13:56.507855+0000","last_active":"2023-09-30T09:20:41.856503+0000","last_peered":"2023-09-30T09:20:41.856503+0000","last_clean":"2023-09-30T09:20:41.856503+0000","last_became_active":"2023-09-30T09:13:56.507531+0000","last_became_peered":"2023-09-30T09:13:56.507531+0000","last_unstale":"2023-09-30T09:20:41.856503+0000","last_undegraded":"2023-09-30T09:20:41.856503+0000","last_fullsized":"2023-09-30T09:20:41.856503+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:28:58.432798+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,4],"acting":[5,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.2e","version":"0'0","reported_seq":782,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.604740+0000","last_change":"2023-09-30T09:13:56.503781+0000","last_active":"2023-09-30T09:20:42.604740+0000","last_peered":"2023-09-30T09:20:42.604740+0000","last_clean":"2023-09-30T09:20:42.604740+0000","last_became_active":"2023-09-30T09:13:56.503110+0000","last_became_peered":"2023-09-30T09:13:56.503110+0000","last_unstale":"2023-09-30T09:20:42.604740+0000","last_undegraded":"2023-09-30T09:20:42.604740+0000","last_fullsized":"2023-09-30T09:20:42.604740+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:31:33.178725+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,6,7],"acting":[2,6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2d","version":"0'0","reported_seq":792,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.738096+0000","last_change":"2023-09-30T09:13:56.508720+0000","last_active":"2023-09-30T09:20:42.738096+0000","last_peered":"2023-09-30T09:20:42.738096+0000","last_clean":"2023-09-30T09:20:42.738096+0000","last_became_active":"2023-09-30T09:13:56.507842+0000","last_became_peered":"2023-09-30T09:13:56.507842+0000","last_unstale":"2023-09-30T09:20:42.738096+0000","last_undegraded":"2023-09-30T09:20:42.738096+0000","last_fullsized":"2023-09-30T09:20:42.738096+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:52:44.231608+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2.1f","version":"454'5","reported_seq":802,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.588242+0000","last_change":"2023-09-30T09:13:56.504544+0000","last_active":"2023-09-30T09:20:41.588242+0000","last_peered":"2023-09-30T09:20:41.588242+0000","last_clean":"2023-09-30T09:20:41.588242+0000","last_became_active":"2023-09-30T09:13:56.504266+0000","last_became_peered":"2023-09-30T09:13:56.504266+0000","last_unstale":"2023-09-30T09:20:41.588242+0000","last_undegraded":"2023-09-30T09:20:41.588242+0000","last_fullsized":"2023-09-30T09:20:41.588242+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":5,"log_dups_size":0,"ondisk_log_size":5,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:33:18.711499+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":554,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4,"num_read_kb":4,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,4],"acting":[0,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.1e","version":"0'0","reported_seq":799,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632464+0000","last_change":"2023-09-30T09:13:28.502479+0000","last_active":"2023-09-30T09:20:42.632464+0000","last_peered":"2023-09-30T09:20:42.632464+0000","last_clean":"2023-09-30T09:20:42.632464+0000","last_became_active":"2023-09-30T09:13:28.501688+0000","last_became_peered":"2023-09-30T09:13:28.501688+0000","last_unstale":"2023-09-30T09:20:42.632464+0000","last_undegraded":"2023-09-30T09:20:42.632464+0000","last_fullsized":"2023-09-30T09:20:42.632464+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:31:41.481461+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,2],"acting":[3,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.1e","version":"454'2","reported_seq":788,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632611+0000","last_change":"2023-09-30T09:13:00.520645+0000","last_active":"2023-09-30T09:20:42.632611+0000","last_peered":"2023-09-30T09:20:42.632611+0000","last_clean":"2023-09-30T09:20:42.632611+0000","last_became_active":"2023-09-30T09:13:00.520456+0000","last_became_peered":"2023-09-30T09:13:00.520456+0000","last_unstale":"2023-09-30T09:20:42.632611+0000","last_undegraded":"2023-09-30T09:20:42.632611+0000","last_fullsized":"2023-09-30T09:20:42.632611+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T18:52:12.391883+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1f","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.587553+0000","last_change":"2023-09-30T09:13:00.508678+0000","last_active":"2023-09-30T09:20:41.587553+0000","last_peered":"2023-09-30T09:20:41.587553+0000","last_clean":"2023-09-30T09:20:41.587553+0000","last_became_active":"2023-09-30T09:13:00.508324+0000","last_became_peered":"2023-09-30T09:13:00.508324+0000","last_unstale":"2023-09-30T09:20:41.587553+0000","last_undegraded":"2023-09-30T09:20:41.587553+0000","last_fullsized":"2023-09-30T09:20:41.587553+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:44:48.522466+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1d","version":"59'2","reported_seq":796,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.738094+0000","last_change":"2023-09-30T09:13:56.508517+0000","last_active":"2023-09-30T09:20:42.738094+0000","last_peered":"2023-09-30T09:20:42.738094+0000","last_clean":"2023-09-30T09:20:42.738094+0000","last_became_active":"2023-09-30T09:13:56.507447+0000","last_became_peered":"2023-09-30T09:13:56.507447+0000","last_unstale":"2023-09-30T09:20:42.738094+0000","last_undegraded":"2023-09-30T09:20:42.738094+0000","last_fullsized":"2023-09-30T09:20:42.738094+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T14:41:20.481001+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,0],"acting":[7,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1c","version":"0'0","reported_seq":792,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855456+0000","last_change":"2023-09-30T09:13:00.512605+0000","last_active":"2023-09-30T09:20:41.855456+0000","last_peered":"2023-09-30T09:20:41.855456+0000","last_clean":"2023-09-30T09:20:41.855456+0000","last_became_active":"2023-09-30T09:13:00.512272+0000","last_became_peered":"2023-09-30T09:13:00.512272+0000","last_unstale":"2023-09-30T09:20:41.855456+0000","last_undegraded":"2023-09-30T09:20:41.855456+0000","last_fullsized":"2023-09-30T09:20:41.855456+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:57:33.581532+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,1],"acting":[5,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.1c","version":"59'2","reported_seq":810,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736876+0000","last_change":"2023-09-30T09:13:56.500747+0000","last_active":"2023-09-30T09:20:42.736876+0000","last_peered":"2023-09-30T09:20:42.736876+0000","last_clean":"2023-09-30T09:20:42.736876+0000","last_became_active":"2023-09-30T09:13:56.500362+0000","last_became_peered":"2023-09-30T09:13:56.500362+0000","last_unstale":"2023-09-30T09:20:42.736876+0000","last_undegraded":"2023-09-30T09:20:42.736876+0000","last_fullsized":"2023-09-30T09:20:42.736876+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T09:37:19.641207+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,2],"acting":[7,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.1d","version":"0'0","reported_seq":783,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.604171+0000","last_change":"2023-09-30T09:13:28.494237+0000","last_active":"2023-09-30T09:20:42.604171+0000","last_peered":"2023-09-30T09:20:42.604171+0000","last_clean":"2023-09-30T09:20:42.604171+0000","last_became_active":"2023-09-30T09:13:28.494023+0000","last_became_peered":"2023-09-30T09:13:28.494023+0000","last_unstale":"2023-09-30T09:20:42.604171+0000","last_undegraded":"2023-09-30T09:20:42.604171+0000","last_fullsized":"2023-09-30T09:20:42.604171+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:16:55.982805+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,4,6],"acting":[2,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"2.1b","version":"454'2","reported_seq":801,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632636+0000","last_change":"2023-09-30T09:13:56.511999+0000","last_active":"2023-09-30T09:20:42.632636+0000","last_peered":"2023-09-30T09:20:42.632636+0000","last_clean":"2023-09-30T09:20:42.632636+0000","last_became_active":"2023-09-30T09:13:56.511645+0000","last_became_peered":"2023-09-30T09:13:56.511645+0000","last_unstale":"2023-09-30T09:20:42.632636+0000","last_undegraded":"2023-09-30T09:20:42.632636+0000","last_fullsized":"2023-09-30T09:20:42.632636+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T18:43:18.098100+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1a","version":"0'0","reported_seq":817,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603213+0000","last_change":"2023-09-30T09:12:32.468217+0000","last_active":"2023-09-30T09:20:42.603213+0000","last_peered":"2023-09-30T09:20:42.603213+0000","last_clean":"2023-09-30T09:20:42.603213+0000","last_became_active":"2023-09-30T09:12:32.467835+0000","last_became_peered":"2023-09-30T09:12:32.467835+0000","last_unstale":"2023-09-30T09:20:42.603213+0000","last_undegraded":"2023-09-30T09:20:42.603213+0000","last_fullsized":"2023-09-30T09:20:42.603213+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:27:00.440779+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,1,2],"acting":[4,1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.1a","version":"454'2","reported_seq":801,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736584+0000","last_change":"2023-09-30T09:13:56.513589+0000","last_active":"2023-09-30T09:20:42.736584+0000","last_peered":"2023-09-30T09:20:42.736584+0000","last_clean":"2023-09-30T09:20:42.736584+0000","last_became_active":"2023-09-30T09:13:56.513251+0000","last_became_peered":"2023-09-30T09:13:56.513251+0000","last_unstale":"2023-09-30T09:20:42.736584+0000","last_undegraded":"2023-09-30T09:20:42.736584+0000","last_fullsized":"2023-09-30T09:20:42.736584+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T10:51:40.945255+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.1b","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.588828+0000","last_change":"2023-09-30T09:13:56.515967+0000","last_active":"2023-09-30T09:20:41.588828+0000","last_peered":"2023-09-30T09:20:41.588828+0000","last_clean":"2023-09-30T09:20:41.588828+0000","last_became_active":"2023-09-30T09:13:56.514987+0000","last_became_peered":"2023-09-30T09:13:56.514987+0000","last_unstale":"2023-09-30T09:20:41.588828+0000","last_undegraded":"2023-09-30T09:20:41.588828+0000","last_fullsized":"2023-09-30T09:20:41.588828+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:30:44.332212+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,7],"acting":[0,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.19","version":"0'0","reported_seq":785,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632093+0000","last_change":"2023-09-30T09:13:28.496086+0000","last_active":"2023-09-30T09:20:42.632093+0000","last_peered":"2023-09-30T09:20:42.632093+0000","last_clean":"2023-09-30T09:20:42.632093+0000","last_became_active":"2023-09-30T09:13:28.495762+0000","last_became_peered":"2023-09-30T09:13:28.495762+0000","last_unstale":"2023-09-30T09:20:42.632093+0000","last_undegraded":"2023-09-30T09:20:42.632093+0000","last_fullsized":"2023-09-30T09:20:42.632093+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:57:49.727616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,6,0],"acting":[3,6,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.18","version":"0'0","reported_seq":816,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632065+0000","last_change":"2023-09-30T09:12:03.452919+0000","last_active":"2023-09-30T09:20:42.632065+0000","last_peered":"2023-09-30T09:20:42.632065+0000","last_clean":"2023-09-30T09:20:42.632065+0000","last_became_active":"2023-09-30T09:12:03.452616+0000","last_became_peered":"2023-09-30T09:12:03.452616+0000","last_unstale":"2023-09-30T09:20:42.632065+0000","last_undegraded":"2023-09-30T09:20:42.632065+0000","last_fullsized":"2023-09-30T09:20:42.632065+0000","mapping_epoch":327,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":328,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:06:05.625447+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,1],"acting":[3,0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.18","version":"0'0","reported_seq":789,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855137+0000","last_change":"2023-09-30T09:13:56.506839+0000","last_active":"2023-09-30T09:20:41.855137+0000","last_peered":"2023-09-30T09:20:41.855137+0000","last_clean":"2023-09-30T09:20:41.855137+0000","last_became_active":"2023-09-30T09:13:56.506519+0000","last_became_peered":"2023-09-30T09:13:56.506519+0000","last_unstale":"2023-09-30T09:20:41.855137+0000","last_undegraded":"2023-09-30T09:20:41.855137+0000","last_fullsized":"2023-09-30T09:20:41.855137+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:24:29.582410+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,4,7],"acting":[5,4,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.19","version":"0'0","reported_seq":806,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.615678+0000","last_change":"2023-09-30T09:12:32.484204+0000","last_active":"2023-09-30T09:20:43.615678+0000","last_peered":"2023-09-30T09:20:43.615678+0000","last_clean":"2023-09-30T09:20:43.615678+0000","last_became_active":"2023-09-30T09:12:32.483848+0000","last_became_peered":"2023-09-30T09:12:32.483848+0000","last_unstale":"2023-09-30T09:20:43.615678+0000","last_undegraded":"2023-09-30T09:20:43.615678+0000","last_fullsized":"2023-09-30T09:20:43.615678+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:45:16.125703+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,4],"acting":[1,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.17","version":"0'0","reported_seq":792,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736067+0000","last_change":"2023-09-30T09:13:28.504158+0000","last_active":"2023-09-30T09:20:42.736067+0000","last_peered":"2023-09-30T09:20:42.736067+0000","last_clean":"2023-09-30T09:20:42.736067+0000","last_became_active":"2023-09-30T09:13:28.503862+0000","last_became_peered":"2023-09-30T09:13:28.503862+0000","last_unstale":"2023-09-30T09:20:42.736067+0000","last_undegraded":"2023-09-30T09:20:42.736067+0000","last_fullsized":"2023-09-30T09:20:42.736067+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:17:00.685588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.16","version":"0'0","reported_seq":788,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855960+0000","last_change":"2023-09-30T09:13:56.508316+0000","last_active":"2023-09-30T09:20:41.855960+0000","last_peered":"2023-09-30T09:20:41.855960+0000","last_clean":"2023-09-30T09:20:41.855960+0000","last_became_active":"2023-09-30T09:13:56.505446+0000","last_became_peered":"2023-09-30T09:13:56.505446+0000","last_unstale":"2023-09-30T09:20:41.855960+0000","last_undegraded":"2023-09-30T09:20:41.855960+0000","last_fullsized":"2023-09-30T09:20:41.855960+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:36:03.489692+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,7,1],"acting":[5,7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"2.16","version":"0'0","reported_seq":777,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855772+0000","last_change":"2023-09-30T09:13:28.504595+0000","last_active":"2023-09-30T09:20:41.855772+0000","last_peered":"2023-09-30T09:20:41.855772+0000","last_clean":"2023-09-30T09:20:41.855772+0000","last_became_active":"2023-09-30T09:13:28.504282+0000","last_became_peered":"2023-09-30T09:13:28.504282+0000","last_unstale":"2023-09-30T09:20:41.855772+0000","last_undegraded":"2023-09-30T09:20:41.855772+0000","last_fullsized":"2023-09-30T09:20:41.855772+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:07:53.680952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,6,2],"acting":[5,6,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.17","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.587880+0000","last_change":"2023-09-30T09:13:00.520765+0000","last_active":"2023-09-30T09:20:41.587880+0000","last_peered":"2023-09-30T09:20:41.587880+0000","last_clean":"2023-09-30T09:20:41.587880+0000","last_became_active":"2023-09-30T09:13:00.519832+0000","last_became_peered":"2023-09-30T09:13:00.519832+0000","last_unstale":"2023-09-30T09:20:41.587880+0000","last_undegraded":"2023-09-30T09:20:41.587880+0000","last_fullsized":"2023-09-30T09:20:41.587880+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:12:58.624493+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,3],"acting":[0,5,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.15","version":"59'3","reported_seq":799,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.617234+0000","last_change":"2023-09-30T09:13:00.511985+0000","last_active":"2023-09-30T09:20:43.617234+0000","last_peered":"2023-09-30T09:20:43.617234+0000","last_clean":"2023-09-30T09:20:43.617234+0000","last_became_active":"2023-09-30T09:13:00.511630+0000","last_became_peered":"2023-09-30T09:13:00.511630+0000","last_unstale":"2023-09-30T09:20:43.617234+0000","last_undegraded":"2023-09-30T09:20:43.617234+0000","last_fullsized":"2023-09-30T09:20:43.617234+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T10:46:06.267650+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":90,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":7,"num_read_kb":7,"num_write":4,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.14","version":"0'0","reported_seq":811,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603774+0000","last_change":"2023-09-30T09:13:56.497593+0000","last_active":"2023-09-30T09:20:42.603774+0000","last_peered":"2023-09-30T09:20:42.603774+0000","last_clean":"2023-09-30T09:20:42.603774+0000","last_became_active":"2023-09-30T09:13:56.497263+0000","last_became_peered":"2023-09-30T09:13:56.497263+0000","last_unstale":"2023-09-30T09:20:42.603774+0000","last_undegraded":"2023-09-30T09:20:42.603774+0000","last_fullsized":"2023-09-30T09:20:42.603774+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:11:37.463588+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.14","version":"454'29","reported_seq":827,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736215+0000","last_change":"2023-09-30T09:13:28.504129+0000","last_active":"2023-09-30T09:20:42.736215+0000","last_peered":"2023-09-30T09:20:42.736215+0000","last_clean":"2023-09-30T09:20:42.736215+0000","last_became_active":"2023-09-30T09:13:28.503728+0000","last_became_peered":"2023-09-30T09:13:28.503728+0000","last_unstale":"2023-09-30T09:20:42.736215+0000","last_undegraded":"2023-09-30T09:20:42.736215+0000","last_fullsized":"2023-09-30T09:20:42.736215+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":29,"log_dups_size":0,"ondisk_log_size":29,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:25:51.198289+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":5794,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":10,"num_read_kb":14,"num_write":28,"num_write_kb":25,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,3,5],"acting":[6,3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.15","version":"0'0","reported_seq":777,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.737786+0000","last_change":"2023-09-30T09:13:56.517270+0000","last_active":"2023-09-30T09:20:42.737786+0000","last_peered":"2023-09-30T09:20:42.737786+0000","last_clean":"2023-09-30T09:20:42.737786+0000","last_became_active":"2023-09-30T09:13:56.512246+0000","last_became_peered":"2023-09-30T09:13:56.512246+0000","last_unstale":"2023-09-30T09:20:42.737786+0000","last_undegraded":"2023-09-30T09:20:42.737786+0000","last_fullsized":"2023-09-30T09:20:42.737786+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:30:37.006509+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,3,4],"acting":[7,3,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.13","version":"59'2","reported_seq":799,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.588901+0000","last_change":"2023-09-30T09:12:32.466875+0000","last_active":"2023-09-30T09:20:41.588901+0000","last_peered":"2023-09-30T09:20:41.588901+0000","last_clean":"2023-09-30T09:20:41.588901+0000","last_became_active":"2023-09-30T09:12:32.465744+0000","last_became_peered":"2023-09-30T09:12:32.465744+0000","last_unstale":"2023-09-30T09:20:41.588901+0000","last_undegraded":"2023-09-30T09:20:41.588901+0000","last_fullsized":"2023-09-30T09:20:41.588901+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T17:59:04.912731+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":34,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":4,"num_read_kb":7,"num_write":3,"num_write_kb":6,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.12","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.587267+0000","last_change":"2023-09-30T09:13:56.496272+0000","last_active":"2023-09-30T09:20:41.587267+0000","last_peered":"2023-09-30T09:20:41.587267+0000","last_clean":"2023-09-30T09:20:41.587267+0000","last_became_active":"2023-09-30T09:13:56.495995+0000","last_became_peered":"2023-09-30T09:13:56.495995+0000","last_unstale":"2023-09-30T09:20:41.587267+0000","last_undegraded":"2023-09-30T09:20:41.587267+0000","last_fullsized":"2023-09-30T09:20:41.587267+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:09:30.868137+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,7,3],"acting":[0,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.12","version":"0'0","reported_seq":802,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855599+0000","last_change":"2023-09-30T09:13:56.506359+0000","last_active":"2023-09-30T09:20:41.855599+0000","last_peered":"2023-09-30T09:20:41.855599+0000","last_clean":"2023-09-30T09:20:41.855599+0000","last_became_active":"2023-09-30T09:13:56.505967+0000","last_became_peered":"2023-09-30T09:13:56.505967+0000","last_unstale":"2023-09-30T09:20:41.855599+0000","last_undegraded":"2023-09-30T09:20:41.855599+0000","last_fullsized":"2023-09-30T09:20:41.855599+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:46:07.943522+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,7],"acting":[5,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.13","version":"0'0","reported_seq":777,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.737227+0000","last_change":"2023-09-30T09:13:56.517049+0000","last_active":"2023-09-30T09:20:42.737227+0000","last_peered":"2023-09-30T09:20:42.737227+0000","last_clean":"2023-09-30T09:20:42.737227+0000","last_became_active":"2023-09-30T09:13:56.516704+0000","last_became_peered":"2023-09-30T09:13:56.516704+0000","last_unstale":"2023-09-30T09:20:42.737227+0000","last_undegraded":"2023-09-30T09:20:42.737227+0000","last_fullsized":"2023-09-30T09:20:42.737227+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:05:11.162079+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,2],"acting":[7,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.11","version":"0'0","reported_seq":804,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735607+0000","last_change":"2023-09-30T09:13:28.501141+0000","last_active":"2023-09-30T09:20:42.735607+0000","last_peered":"2023-09-30T09:20:42.735607+0000","last_clean":"2023-09-30T09:20:42.735607+0000","last_became_active":"2023-09-30T09:13:28.500580+0000","last_became_peered":"2023-09-30T09:13:28.500580+0000","last_unstale":"2023-09-30T09:20:42.735607+0000","last_undegraded":"2023-09-30T09:20:42.735607+0000","last_fullsized":"2023-09-30T09:20:42.735607+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:36:54.557452+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,4,1],"acting":[6,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.10","version":"0'0","reported_seq":791,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735675+0000","last_change":"2023-09-30T09:13:28.498079+0000","last_active":"2023-09-30T09:20:42.735675+0000","last_peered":"2023-09-30T09:20:42.735675+0000","last_clean":"2023-09-30T09:20:42.735675+0000","last_became_active":"2023-09-30T09:13:28.497730+0000","last_became_peered":"2023-09-30T09:13:28.497730+0000","last_unstale":"2023-09-30T09:20:42.735675+0000","last_undegraded":"2023-09-30T09:20:42.735675+0000","last_fullsized":"2023-09-30T09:20:42.735675+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:19:22.961561+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,0,5],"acting":[6,0,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.10","version":"59'8","reported_seq":816,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603931+0000","last_change":"2023-09-30T09:11:36.474208+0000","last_active":"2023-09-30T09:20:42.603931+0000","last_peered":"2023-09-30T09:20:42.603931+0000","last_clean":"2023-09-30T09:20:42.603931+0000","last_became_active":"2023-09-30T09:11:36.472867+0000","last_became_peered":"2023-09-30T09:11:36.472867+0000","last_unstale":"2023-09-30T09:20:42.603931+0000","last_undegraded":"2023-09-30T09:20:42.603931+0000","last_fullsized":"2023-09-30T09:20:42.603931+0000","mapping_epoch":301,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":302,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T10:09:23.727312+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":4,"num_object_clones":0,"num_object_copies":12,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":24,"num_read_kb":24,"num_write":12,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":4,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1,0],"acting":[2,1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.11","version":"0'0","reported_seq":791,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736167+0000","last_change":"2023-09-30T09:13:56.516405+0000","last_active":"2023-09-30T09:20:42.736167+0000","last_peered":"2023-09-30T09:20:42.736167+0000","last_clean":"2023-09-30T09:20:42.736167+0000","last_became_active":"2023-09-30T09:13:56.515701+0000","last_became_peered":"2023-09-30T09:13:56.515701+0000","last_unstale":"2023-09-30T09:20:42.736167+0000","last_undegraded":"2023-09-30T09:20:42.736167+0000","last_fullsized":"2023-09-30T09:20:42.736167+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:06:03.894437+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,6],"acting":[7,4,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.8","version":"827'1071","reported_seq":4047,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:44.048747+0000","last_change":"2023-09-30T09:20:44.049379+0000","last_active":"2023-09-30T09:20:44.048747+0000","last_peered":"2023-09-30T09:20:44.048747+0000","last_clean":"2023-09-30T09:20:44.048747+0000","last_became_active":"2023-09-30T09:11:36.473568+0000","last_became_peered":"2023-09-30T09:11:36.473568+0000","last_unstale":"2023-09-30T09:20:44.048747+0000","last_undegraded":"2023-09-30T09:20:44.048747+0000","last_fullsized":"2023-09-30T09:20:44.048747+0000","mapping_epoch":301,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":302,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1071,"log_dups_size":0,"ondisk_log_size":1071,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:18:16.549199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00080758900000000005,"stat_sum":{"num_bytes":4939776,"num_objects":4,"num_object_clones":1,"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":200,"num_read_kb":208732,"num_write":638,"num_write_kb":121600,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":14,"num_bytes_recovered":66125824,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"2.f","version":"59'1","reported_seq":802,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603972+0000","last_change":"2023-09-30T09:13:56.501530+0000","last_active":"2023-09-30T09:20:42.603972+0000","last_peered":"2023-09-30T09:20:42.603972+0000","last_clean":"2023-09-30T09:20:42.603972+0000","last_became_active":"2023-09-30T09:13:56.501210+0000","last_became_peered":"2023-09-30T09:13:56.501210+0000","last_unstale":"2023-09-30T09:20:42.603972+0000","last_undegraded":"2023-09-30T09:20:42.603972+0000","last_fullsized":"2023-09-30T09:20:42.603972+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T19:59:10.413663+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":22,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,7],"acting":[4,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"3.e","version":"0'0","reported_seq":800,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736744+0000","last_change":"2023-09-30T09:13:56.508521+0000","last_active":"2023-09-30T09:20:42.736744+0000","last_peered":"2023-09-30T09:20:42.736744+0000","last_clean":"2023-09-30T09:20:42.736744+0000","last_became_active":"2023-09-30T09:13:56.508235+0000","last_became_peered":"2023-09-30T09:13:56.508235+0000","last_unstale":"2023-09-30T09:20:42.736744+0000","last_undegraded":"2023-09-30T09:20:42.736744+0000","last_fullsized":"2023-09-30T09:20:42.736744+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:43:27.238519+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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,1],"acting":[7,3,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.3","version":"823'295","reported_seq":3338,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.605930+0000","last_change":"2023-09-30T09:20:42.606283+0000","last_active":"2023-09-30T09:20:42.605930+0000","last_peered":"2023-09-30T09:20:42.605930+0000","last_clean":"2023-09-30T09:20:42.605930+0000","last_became_active":"2023-09-30T09:13:28.502403+0000","last_became_peered":"2023-09-30T09:13:28.502403+0000","last_unstale":"2023-09-30T09:20:42.605930+0000","last_undegraded":"2023-09-30T09:20:42.605930+0000","last_fullsized":"2023-09-30T09:20:42.605930+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":295,"log_dups_size":0,"ondisk_log_size":295,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:41:32.594601+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0019442769999999999,"stat_sum":{"num_bytes":3637248,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":89,"num_read_kb":133856,"num_write":154,"num_write_kb":40784,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":3604480,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,3,6],"acting":[0,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ef","length":"1"}]},{"pgid":"4.2","version":"0'0","reported_seq":767,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608534+0000","last_change":"2023-09-30T09:13:00.511271+0000","last_active":"2023-09-30T09:20:42.608534+0000","last_peered":"2023-09-30T09:20:42.608534+0000","last_clean":"2023-09-30T09:20:42.608534+0000","last_became_active":"2023-09-30T09:13:00.510959+0000","last_became_peered":"2023-09-30T09:13:00.510959+0000","last_unstale":"2023-09-30T09:20:42.608534+0000","last_undegraded":"2023-09-30T09:20:42.608534+0000","last_fullsized":"2023-09-30T09:20:42.608534+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:40:29.783045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,4],"acting":[1,5,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.4","version":"0'0","reported_seq":793,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.609806+0000","last_change":"2023-09-30T09:13:56.515867+0000","last_active":"2023-09-30T09:20:42.609806+0000","last_peered":"2023-09-30T09:20:42.609806+0000","last_clean":"2023-09-30T09:20:42.609806+0000","last_became_active":"2023-09-30T09:13:56.515567+0000","last_became_peered":"2023-09-30T09:13:56.515567+0000","last_unstale":"2023-09-30T09:20:42.609806+0000","last_undegraded":"2023-09-30T09:20:42.609806+0000","last_fullsized":"2023-09-30T09:20:42.609806+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:41:29.441081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,7],"acting":[1,0,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.5","version":"0'0","reported_seq":805,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855682+0000","last_change":"2023-09-30T09:13:00.516284+0000","last_active":"2023-09-30T09:20:41.855682+0000","last_peered":"2023-09-30T09:20:41.855682+0000","last_clean":"2023-09-30T09:20:41.855682+0000","last_became_active":"2023-09-30T09:13:00.515915+0000","last_became_peered":"2023-09-30T09:13:00.515915+0000","last_unstale":"2023-09-30T09:20:41.855682+0000","last_undegraded":"2023-09-30T09:20:41.855682+0000","last_fullsized":"2023-09-30T09:20:41.855682+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:11:15.252381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"5.5","version":"835'1139","reported_seq":4161,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.322283+0000","last_change":"2023-09-30T09:20:42.610101+0000","last_active":"2023-09-30T09:20:43.322283+0000","last_peered":"2023-09-30T09:20:43.322283+0000","last_clean":"2023-09-30T09:20:43.322283+0000","last_became_active":"2023-09-30T09:12:32.465980+0000","last_became_peered":"2023-09-30T09:12:32.465980+0000","last_unstale":"2023-09-30T09:20:43.322283+0000","last_undegraded":"2023-09-30T09:20:43.322283+0000","last_fullsized":"2023-09-30T09:20:43.322283+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1139,"log_dups_size":0,"ondisk_log_size":1139,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:00:54.262860+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.004748983,"stat_sum":{"num_bytes":17186816,"num_objects":5,"num_object_clones":2,"num_object_copies":15,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":5,"num_whiteouts":0,"num_read":286,"num_read_kb":310110,"num_write":630,"num_write_kb":124520,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":6447104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ef","length":"1"}]},{"pgid":"4.4","version":"0'0","reported_seq":767,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.609878+0000","last_change":"2023-09-30T09:12:03.454302+0000","last_active":"2023-09-30T09:20:42.609878+0000","last_peered":"2023-09-30T09:20:42.609878+0000","last_clean":"2023-09-30T09:20:42.609878+0000","last_became_active":"2023-09-30T09:12:03.453991+0000","last_became_peered":"2023-09-30T09:12:03.453991+0000","last_unstale":"2023-09-30T09:20:42.609878+0000","last_undegraded":"2023-09-30T09:20:42.609878+0000","last_fullsized":"2023-09-30T09:20:42.609878+0000","mapping_epoch":327,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":328,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:05:19.516830+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,3],"acting":[1,2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.2","version":"0'0","reported_seq":789,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855307+0000","last_change":"2023-09-30T09:13:28.503890+0000","last_active":"2023-09-30T09:20:41.855307+0000","last_peered":"2023-09-30T09:20:41.855307+0000","last_clean":"2023-09-30T09:20:41.855307+0000","last_became_active":"2023-09-30T09:13:28.503555+0000","last_became_peered":"2023-09-30T09:13:28.503555+0000","last_unstale":"2023-09-30T09:20:41.855307+0000","last_undegraded":"2023-09-30T09:20:41.855307+0000","last_fullsized":"2023-09-30T09:20:41.855307+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:37:40.030381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":799,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603430+0000","last_change":"2023-09-30T09:13:28.503706+0000","last_active":"2023-09-30T09:20:42.603430+0000","last_peered":"2023-09-30T09:20:42.603430+0000","last_clean":"2023-09-30T09:20:42.603430+0000","last_became_active":"2023-09-30T09:13:28.503394+0000","last_became_peered":"2023-09-30T09:13:28.503394+0000","last_unstale":"2023-09-30T09:20:42.603430+0000","last_undegraded":"2023-09-30T09:20:42.603430+0000","last_fullsized":"2023-09-30T09:20:42.603430+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:25:52.371799+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,0,6],"acting":[4,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"5.6","version":"827'1095","reported_seq":4055,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:44.049657+0000","last_change":"2023-09-30T09:20:44.049916+0000","last_active":"2023-09-30T09:20:44.049657+0000","last_peered":"2023-09-30T09:20:44.049657+0000","last_clean":"2023-09-30T09:20:44.049657+0000","last_became_active":"2023-09-30T09:13:00.519815+0000","last_became_peered":"2023-09-30T09:13:00.519815+0000","last_unstale":"2023-09-30T09:20:44.049657+0000","last_undegraded":"2023-09-30T09:20:44.049657+0000","last_fullsized":"2023-09-30T09:20:44.049657+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1095,"log_dups_size":0,"ondisk_log_size":1095,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:46:09.423250+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00065442400000000002,"stat_sum":{"num_bytes":1908736,"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":298090,"num_write":708,"num_write_kb":120512,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":10199040,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,1],"acting":[2,5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"4.7","version":"0'0","reported_seq":789,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608691+0000","last_change":"2023-09-30T09:13:00.515899+0000","last_active":"2023-09-30T09:20:42.608691+0000","last_peered":"2023-09-30T09:20:42.608691+0000","last_clean":"2023-09-30T09:20:42.608691+0000","last_became_active":"2023-09-30T09:13:00.515424+0000","last_became_peered":"2023-09-30T09:13:00.515424+0000","last_unstale":"2023-09-30T09:20:42.608691+0000","last_undegraded":"2023-09-30T09:20:42.608691+0000","last_fullsized":"2023-09-30T09:20:42.608691+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:02:54.089218+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,5,0],"acting":[1,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.0","version":"0'0","reported_seq":806,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608867+0000","last_change":"2023-09-30T09:13:28.492258+0000","last_active":"2023-09-30T09:20:42.608867+0000","last_peered":"2023-09-30T09:20:42.608867+0000","last_clean":"2023-09-30T09:20:42.608867+0000","last_became_active":"2023-09-30T09:13:28.492031+0000","last_became_peered":"2023-09-30T09:13:28.492031+0000","last_unstale":"2023-09-30T09:20:42.608867+0000","last_undegraded":"2023-09-30T09:20:42.608867+0000","last_fullsized":"2023-09-30T09:20:42.608867+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:21:12.697516+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,6],"acting":[1,2,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"0'0","reported_seq":811,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.605391+0000","last_change":"2023-09-30T09:12:03.452338+0000","last_active":"2023-09-30T09:20:42.605391+0000","last_peered":"2023-09-30T09:20:42.605391+0000","last_clean":"2023-09-30T09:20:42.605391+0000","last_became_active":"2023-09-30T09:12:03.452041+0000","last_became_peered":"2023-09-30T09:12:03.452041+0000","last_unstale":"2023-09-30T09:20:42.605391+0000","last_undegraded":"2023-09-30T09:20:42.605391+0000","last_fullsized":"2023-09-30T09:20:42.605391+0000","mapping_epoch":327,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":328,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:23:00.884387+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.4","version":"827'1086","reported_seq":3907,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.626419+0000","last_change":"2023-09-30T09:20:43.626775+0000","last_active":"2023-09-30T09:20:43.626419+0000","last_peered":"2023-09-30T09:20:43.626419+0000","last_clean":"2023-09-30T09:20:43.626419+0000","last_became_active":"2023-09-30T09:13:56.500664+0000","last_became_peered":"2023-09-30T09:13:56.500664+0000","last_unstale":"2023-09-30T09:20:43.626419+0000","last_undegraded":"2023-09-30T09:20:43.626419+0000","last_fullsized":"2023-09-30T09:20:43.626419+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1086,"log_dups_size":0,"ondisk_log_size":1086,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:56:36.137055+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052630999999999999,"stat_sum":{"num_bytes":11001856,"num_objects":3,"num_object_clones":0,"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":199,"num_read_kb":388893,"num_write":599,"num_write_kb":104728,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":16965632,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"4.5","version":"0'0","reported_seq":796,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736397+0000","last_change":"2023-09-30T09:13:56.518578+0000","last_active":"2023-09-30T09:20:42.736397+0000","last_peered":"2023-09-30T09:20:42.736397+0000","last_clean":"2023-09-30T09:20:42.736397+0000","last_became_active":"2023-09-30T09:13:56.518282+0000","last_became_peered":"2023-09-30T09:13:56.518282+0000","last_unstale":"2023-09-30T09:20:42.736397+0000","last_undegraded":"2023-09-30T09:20:42.736397+0000","last_fullsized":"2023-09-30T09:20:42.736397+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:42:57.620479+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"3.2","version":"0'0","reported_seq":799,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632481+0000","last_change":"2023-09-30T09:13:28.500094+0000","last_active":"2023-09-30T09:20:42.632481+0000","last_peered":"2023-09-30T09:20:42.632481+0000","last_clean":"2023-09-30T09:20:42.632481+0000","last_became_active":"2023-09-30T09:13:28.499900+0000","last_became_peered":"2023-09-30T09:13:28.499900+0000","last_unstale":"2023-09-30T09:20:42.632481+0000","last_undegraded":"2023-09-30T09:20:42.632481+0000","last_fullsized":"2023-09-30T09:20:42.632481+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:09:19.471665+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,6],"acting":[3,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"0'0","reported_seq":777,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855227+0000","last_change":"2023-09-30T09:13:56.512408+0000","last_active":"2023-09-30T09:20:41.855227+0000","last_peered":"2023-09-30T09:20:41.855227+0000","last_clean":"2023-09-30T09:20:41.855227+0000","last_became_active":"2023-09-30T09:13:56.512087+0000","last_became_peered":"2023-09-30T09:13:56.512087+0000","last_unstale":"2023-09-30T09:20:41.855227+0000","last_undegraded":"2023-09-30T09:20:41.855227+0000","last_fullsized":"2023-09-30T09:20:41.855227+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:29:55.843410+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"199'197","reported_seq":1297,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735886+0000","last_change":"2023-09-30T09:13:56.516911+0000","last_active":"2023-09-30T09:20:42.735886+0000","last_peered":"2023-09-30T09:20:42.735886+0000","last_clean":"2023-09-30T09:20:42.735886+0000","last_became_active":"2023-09-30T09:13:56.512210+0000","last_became_peered":"2023-09-30T09:13:56.512210+0000","last_unstale":"2023-09-30T09:20:42.735886+0000","last_undegraded":"2023-09-30T09:20:42.735886+0000","last_fullsized":"2023-09-30T09:20:42.735886+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:03:57.672205+0000","last_clean_scrub_stamp":"2023-09-30T09:03:57.672205+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:24:28.784634+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":812,"num_read_kb":1310,"num_write":311,"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":"5.7","version":"827'1148","reported_seq":4079,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.738443+0000","last_change":"2023-09-30T09:20:42.738768+0000","last_active":"2023-09-30T09:20:42.738443+0000","last_peered":"2023-09-30T09:20:42.738443+0000","last_clean":"2023-09-30T09:20:42.738443+0000","last_became_active":"2023-09-30T09:13:00.511081+0000","last_became_peered":"2023-09-30T09:13:00.511081+0000","last_unstale":"2023-09-30T09:20:42.738443+0000","last_undegraded":"2023-09-30T09:20:42.738443+0000","last_fullsized":"2023-09-30T09:20:42.738443+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1148,"log_dups_size":0,"ondisk_log_size":1148,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:09:43.146496+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00067957800000000002,"stat_sum":{"num_bytes":19554304,"num_objects":5,"num_object_clones":1,"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":0,"num_read":294,"num_read_kb":301578,"num_write":622,"num_write_kb":122448,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":10338304,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ef","length":"1"}]},{"pgid":"4.6","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.587449+0000","last_change":"2023-09-30T09:11:36.471570+0000","last_active":"2023-09-30T09:20:41.587449+0000","last_peered":"2023-09-30T09:20:41.587449+0000","last_clean":"2023-09-30T09:20:41.587449+0000","last_became_active":"2023-09-30T09:11:36.471360+0000","last_became_peered":"2023-09-30T09:11:36.471360+0000","last_unstale":"2023-09-30T09:20:41.587449+0000","last_undegraded":"2023-09-30T09:20:41.587449+0000","last_fullsized":"2023-09-30T09:20:41.587449+0000","mapping_epoch":301,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":302,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:41:17.285319+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.1","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.586678+0000","last_change":"2023-09-30T09:12:32.465712+0000","last_active":"2023-09-30T09:20:41.586678+0000","last_peered":"2023-09-30T09:20:41.586678+0000","last_clean":"2023-09-30T09:20:41.586678+0000","last_became_active":"2023-09-30T09:12:32.465358+0000","last_became_peered":"2023-09-30T09:12:32.465358+0000","last_unstale":"2023-09-30T09:20:41.586678+0000","last_undegraded":"2023-09-30T09:20:41.586678+0000","last_fullsized":"2023-09-30T09:20:41.586678+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:43:42.486926+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,4,3],"acting":[0,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"0'0","reported_seq":778,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735530+0000","last_change":"2023-09-30T09:13:56.512083+0000","last_active":"2023-09-30T09:20:42.735530+0000","last_peered":"2023-09-30T09:20:42.735530+0000","last_clean":"2023-09-30T09:20:42.735530+0000","last_became_active":"2023-09-30T09:13:56.511264+0000","last_became_peered":"2023-09-30T09:13:56.511264+0000","last_unstale":"2023-09-30T09:20:42.735530+0000","last_undegraded":"2023-09-30T09:20:42.735530+0000","last_fullsized":"2023-09-30T09:20:42.735530+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:09:56.614178+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"5.2","version":"836'906","reported_seq":3803,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.641935+0000","last_change":"2023-09-30T09:20:43.636087+0000","last_active":"2023-09-30T09:20:43.641935+0000","last_peered":"2023-09-30T09:20:43.641935+0000","last_clean":"2023-09-30T09:20:43.641935+0000","last_became_active":"2023-09-30T09:13:28.508606+0000","last_became_peered":"2023-09-30T09:13:28.508606+0000","last_unstale":"2023-09-30T09:20:43.641935+0000","last_undegraded":"2023-09-30T09:20:43.641935+0000","last_fullsized":"2023-09-30T09:20:43.641935+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":906,"log_dups_size":0,"ondisk_log_size":906,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:56:50.286596+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0034392849999999998,"stat_sum":{"num_bytes":9592832,"num_objects":4,"num_object_clones":1,"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":243,"num_read_kb":367779,"num_write":498,"num_write_kb":134976,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":3,"num_bytes_recovered":2310144,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"4.3","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.588744+0000","last_change":"2023-09-30T09:13:56.516316+0000","last_active":"2023-09-30T09:20:41.588744+0000","last_peered":"2023-09-30T09:20:41.588744+0000","last_clean":"2023-09-30T09:20:41.588744+0000","last_became_active":"2023-09-30T09:13:56.515677+0000","last_became_peered":"2023-09-30T09:13:56.515677+0000","last_unstale":"2023-09-30T09:20:41.588744+0000","last_undegraded":"2023-09-30T09:20:41.588744+0000","last_fullsized":"2023-09-30T09:20:41.588744+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:10:12.786758+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,5,7],"acting":[0,5,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.5","version":"0'0","reported_seq":779,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.737963+0000","last_change":"2023-09-30T09:13:56.515557+0000","last_active":"2023-09-30T09:20:42.737963+0000","last_peered":"2023-09-30T09:20:42.737963+0000","last_clean":"2023-09-30T09:20:42.737963+0000","last_became_active":"2023-09-30T09:13:56.511801+0000","last_became_peered":"2023-09-30T09:13:56.511801+0000","last_unstale":"2023-09-30T09:20:42.737963+0000","last_undegraded":"2023-09-30T09:20:42.737963+0000","last_fullsized":"2023-09-30T09:20:42.737963+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:16:45.836485+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"3.4","version":"0'0","reported_seq":806,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.609951+0000","last_change":"2023-09-30T09:13:00.516002+0000","last_active":"2023-09-30T09:20:42.609951+0000","last_peered":"2023-09-30T09:20:42.609951+0000","last_clean":"2023-09-30T09:20:42.609951+0000","last_became_active":"2023-09-30T09:13:00.515674+0000","last_became_peered":"2023-09-30T09:13:00.515674+0000","last_unstale":"2023-09-30T09:20:42.609951+0000","last_undegraded":"2023-09-30T09:20:42.609951+0000","last_fullsized":"2023-09-30T09:20:42.609951+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:01:34.594598+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,5],"acting":[1,2,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"5.1","version":"836'1456","reported_seq":4396,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.625148+0000","last_change":"2023-09-30T09:20:43.626183+0000","last_active":"2023-09-30T09:20:43.625148+0000","last_peered":"2023-09-30T09:20:43.625148+0000","last_clean":"2023-09-30T09:20:43.625148+0000","last_became_active":"2023-09-30T09:13:56.498061+0000","last_became_peered":"2023-09-30T09:13:56.498061+0000","last_unstale":"2023-09-30T09:20:43.625148+0000","last_undegraded":"2023-09-30T09:20:43.625148+0000","last_fullsized":"2023-09-30T09:20:43.625148+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1456,"log_dups_size":0,"ondisk_log_size":1456,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:10:06.502043+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0038811290000000001,"stat_sum":{"num_bytes":15147008,"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":0,"num_read":314,"num_read_kb":310300,"num_write":711,"num_write_kb":168088,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":8,"num_bytes_recovered":16932864,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"4.0","version":"0'0","reported_seq":782,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632159+0000","last_change":"2023-09-30T09:13:56.506148+0000","last_active":"2023-09-30T09:20:42.632159+0000","last_peered":"2023-09-30T09:20:42.632159+0000","last_clean":"2023-09-30T09:20:42.632159+0000","last_became_active":"2023-09-30T09:13:56.505827+0000","last_became_peered":"2023-09-30T09:13:56.505827+0000","last_unstale":"2023-09-30T09:20:42.632159+0000","last_undegraded":"2023-09-30T09:20:42.632159+0000","last_fullsized":"2023-09-30T09:20:42.632159+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:24:15.325045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"457'2","reported_seq":772,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608961+0000","last_change":"2023-09-30T09:13:28.502514+0000","last_active":"2023-09-30T09:20:42.608961+0000","last_peered":"2023-09-30T09:20:42.608961+0000","last_clean":"2023-09-30T09:20:42.608961+0000","last_became_active":"2023-09-30T09:13:28.502197+0000","last_became_peered":"2023-09-30T09:13:28.502197+0000","last_unstale":"2023-09-30T09:20:42.608961+0000","last_undegraded":"2023-09-30T09:20:42.608961+0000","last_fullsized":"2023-09-30T09:20:42.608961+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T15:39:18.972435+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":2,"num_read_kb":2,"num_write":2,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,6,4],"acting":[1,6,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.7","version":"0'0","reported_seq":785,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632604+0000","last_change":"2023-09-30T09:13:56.506144+0000","last_active":"2023-09-30T09:20:42.632604+0000","last_peered":"2023-09-30T09:20:42.632604+0000","last_clean":"2023-09-30T09:20:42.632604+0000","last_became_active":"2023-09-30T09:13:56.505777+0000","last_became_peered":"2023-09-30T09:13:56.505777+0000","last_unstale":"2023-09-30T09:20:42.632604+0000","last_undegraded":"2023-09-30T09:20:42.632604+0000","last_fullsized":"2023-09-30T09:20:42.632604+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:23:01.405622+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"836'1069","reported_seq":4072,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.621620+0000","last_change":"2023-09-30T09:20:43.622486+0000","last_active":"2023-09-30T09:20:43.621620+0000","last_peered":"2023-09-30T09:20:43.621620+0000","last_clean":"2023-09-30T09:20:43.621620+0000","last_became_active":"2023-09-30T09:12:32.468050+0000","last_became_peered":"2023-09-30T09:12:32.468050+0000","last_unstale":"2023-09-30T09:20:43.621620+0000","last_undegraded":"2023-09-30T09:20:43.621620+0000","last_fullsized":"2023-09-30T09:20:43.621620+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1069,"log_dups_size":0,"ondisk_log_size":1069,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:26:36.179849+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0092149840000000007,"stat_sum":{"num_bytes":9609216,"num_objects":4,"num_object_clones":1,"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":290,"num_read_kb":514453,"num_write":589,"num_write_kb":133784,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":21766144,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"4.1","version":"0'0","reported_seq":772,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603061+0000","last_change":"2023-09-30T09:13:28.504664+0000","last_active":"2023-09-30T09:20:42.603061+0000","last_peered":"2023-09-30T09:20:42.603061+0000","last_clean":"2023-09-30T09:20:42.603061+0000","last_became_active":"2023-09-30T09:13:28.504165+0000","last_became_peered":"2023-09-30T09:13:28.504165+0000","last_unstale":"2023-09-30T09:20:42.603061+0000","last_undegraded":"2023-09-30T09:20:42.603061+0000","last_fullsized":"2023-09-30T09:20:42.603061+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":61,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:06:00.290017+0000","last_clean_scrub_stamp":"2023-09-30T09:06:00.290017+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:31:18.950116+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[4,5,6],"acting":[4,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.7","version":"59'2","reported_seq":792,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736296+0000","last_change":"2023-09-30T09:13:56.513909+0000","last_active":"2023-09-30T09:20:42.736296+0000","last_peered":"2023-09-30T09:20:42.736296+0000","last_clean":"2023-09-30T09:20:42.736296+0000","last_became_active":"2023-09-30T09:13:56.513551+0000","last_became_peered":"2023-09-30T09:13:56.513551+0000","last_unstale":"2023-09-30T09:20:42.736296+0000","last_undegraded":"2023-09-30T09:20:42.736296+0000","last_fullsized":"2023-09-30T09:20:42.736296+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T12:18:44.310488+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,2],"acting":[6,7,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.6","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.587331+0000","last_change":"2023-09-30T09:12:32.466968+0000","last_active":"2023-09-30T09:20:41.587331+0000","last_peered":"2023-09-30T09:20:41.587331+0000","last_clean":"2023-09-30T09:20:41.587331+0000","last_became_active":"2023-09-30T09:12:32.466694+0000","last_became_peered":"2023-09-30T09:12:32.466694+0000","last_unstale":"2023-09-30T09:20:41.587331+0000","last_undegraded":"2023-09-30T09:20:41.587331+0000","last_fullsized":"2023-09-30T09:20:41.587331+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:12:50.077017+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1,4],"acting":[0,1,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"5.f","version":"827'1959","reported_seq":4869,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.738509+0000","last_change":"2023-09-30T09:20:42.738766+0000","last_active":"2023-09-30T09:20:42.738509+0000","last_peered":"2023-09-30T09:20:42.738509+0000","last_clean":"2023-09-30T09:20:42.738509+0000","last_became_active":"2023-09-30T09:13:28.503652+0000","last_became_peered":"2023-09-30T09:13:28.503652+0000","last_unstale":"2023-09-30T09:20:42.738509+0000","last_undegraded":"2023-09-30T09:20:42.738509+0000","last_fullsized":"2023-09-30T09:20:42.738509+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1959,"log_dups_size":0,"ondisk_log_size":1959,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:50:04.930923+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00050894000000000004,"stat_sum":{"num_bytes":14032896,"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":489,"num_read_kb":713913,"num_write":979,"num_write_kb":244512,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":16,"num_bytes_recovered":75096064,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ef","length":"1"}]},{"pgid":"2.8","version":"0'0","reported_seq":794,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603445+0000","last_change":"2023-09-30T09:11:36.474830+0000","last_active":"2023-09-30T09:20:42.603445+0000","last_peered":"2023-09-30T09:20:42.603445+0000","last_clean":"2023-09-30T09:20:42.603445+0000","last_became_active":"2023-09-30T09:11:36.473895+0000","last_became_peered":"2023-09-30T09:11:36.473895+0000","last_unstale":"2023-09-30T09:20:42.603445+0000","last_undegraded":"2023-09-30T09:20:42.603445+0000","last_fullsized":"2023-09-30T09:20:42.603445+0000","mapping_epoch":301,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":302,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:14:31.232209+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.9","version":"0'0","reported_seq":813,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603031+0000","last_change":"2023-09-30T09:13:56.497808+0000","last_active":"2023-09-30T09:20:42.603031+0000","last_peered":"2023-09-30T09:20:42.603031+0000","last_clean":"2023-09-30T09:20:42.603031+0000","last_became_active":"2023-09-30T09:13:56.497390+0000","last_became_peered":"2023-09-30T09:13:56.497390+0000","last_unstale":"2023-09-30T09:20:42.603031+0000","last_undegraded":"2023-09-30T09:20:42.603031+0000","last_fullsized":"2023-09-30T09:20:42.603031+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:22:01.065952+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"5.e","version":"833'877","reported_seq":3815,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.622846+0000","last_change":"2023-09-30T09:20:43.623116+0000","last_active":"2023-09-30T09:20:43.622846+0000","last_peered":"2023-09-30T09:20:43.622846+0000","last_clean":"2023-09-30T09:20:43.622846+0000","last_became_active":"2023-09-30T09:13:00.520838+0000","last_became_peered":"2023-09-30T09:13:00.520838+0000","last_unstale":"2023-09-30T09:20:43.622846+0000","last_undegraded":"2023-09-30T09:20:43.622846+0000","last_fullsized":"2023-09-30T09:20:43.622846+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":877,"log_dups_size":0,"ondisk_log_size":877,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:08:49.078748+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000452621,"stat_sum":{"num_bytes":9986048,"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":222,"num_read_kb":293522,"num_write":476,"num_write_kb":86416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":14393344,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"2.9","version":"0'0","reported_seq":807,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608541+0000","last_change":"2023-09-30T09:13:56.515962+0000","last_active":"2023-09-30T09:20:42.608541+0000","last_peered":"2023-09-30T09:20:42.608541+0000","last_clean":"2023-09-30T09:20:42.608541+0000","last_became_active":"2023-09-30T09:13:56.515424+0000","last_became_peered":"2023-09-30T09:13:56.515424+0000","last_unstale":"2023-09-30T09:20:42.608541+0000","last_undegraded":"2023-09-30T09:20:42.608541+0000","last_fullsized":"2023-09-30T09:20:42.608541+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:37:50.403476+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,7,3],"acting":[1,7,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.8","version":"0'0","reported_seq":813,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632253+0000","last_change":"2023-09-30T09:13:56.508582+0000","last_active":"2023-09-30T09:20:42.632253+0000","last_peered":"2023-09-30T09:20:42.632253+0000","last_clean":"2023-09-30T09:20:42.632253+0000","last_became_active":"2023-09-30T09:13:56.508275+0000","last_became_peered":"2023-09-30T09:13:56.508275+0000","last_unstale":"2023-09-30T09:20:42.632253+0000","last_undegraded":"2023-09-30T09:20:42.632253+0000","last_fullsized":"2023-09-30T09:20:42.632253+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T14:05:19.932242+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,1,7],"acting":[3,1,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"5.d","version":"836'1297","reported_seq":4298,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:44.051916+0000","last_change":"2023-09-30T09:20:44.052497+0000","last_active":"2023-09-30T09:20:44.051916+0000","last_peered":"2023-09-30T09:20:44.051916+0000","last_clean":"2023-09-30T09:20:44.051916+0000","last_became_active":"2023-09-30T09:13:56.503366+0000","last_became_peered":"2023-09-30T09:13:56.503366+0000","last_unstale":"2023-09-30T09:20:44.051916+0000","last_undegraded":"2023-09-30T09:20:44.051916+0000","last_fullsized":"2023-09-30T09:20:44.051916+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1297,"log_dups_size":0,"ondisk_log_size":1297,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:40:00.962486+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0035550080000000001,"stat_sum":{"num_bytes":19857408,"num_objects":6,"num_object_clones":2,"num_object_copies":18,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":6,"num_whiteouts":0,"num_read":341,"num_read_kb":578473,"num_write":847,"num_write_kb":165960,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":12722176,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"2.a","version":"0'0","reported_seq":807,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608454+0000","last_change":"2023-09-30T09:13:56.515582+0000","last_active":"2023-09-30T09:20:42.608454+0000","last_peered":"2023-09-30T09:20:42.608454+0000","last_clean":"2023-09-30T09:20:42.608454+0000","last_became_active":"2023-09-30T09:13:56.515266+0000","last_became_peered":"2023-09-30T09:13:56.515266+0000","last_unstale":"2023-09-30T09:20:42.608454+0000","last_undegraded":"2023-09-30T09:20:42.608454+0000","last_fullsized":"2023-09-30T09:20:42.608454+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:03:22.810491+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,7],"acting":[1,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.b","version":"0'0","reported_seq":784,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632347+0000","last_change":"2023-09-30T09:12:32.460142+0000","last_active":"2023-09-30T09:20:42.632347+0000","last_peered":"2023-09-30T09:20:42.632347+0000","last_clean":"2023-09-30T09:20:42.632347+0000","last_became_active":"2023-09-30T09:12:32.459841+0000","last_became_peered":"2023-09-30T09:12:32.459841+0000","last_unstale":"2023-09-30T09:20:42.632347+0000","last_undegraded":"2023-09-30T09:20:42.632347+0000","last_fullsized":"2023-09-30T09:20:42.632347+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:28:25.110649+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,0,4],"acting":[3,0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"5.c","version":"833'300","reported_seq":3307,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.616288+0000","last_change":"2023-09-30T09:20:43.616817+0000","last_active":"2023-09-30T09:20:43.616288+0000","last_peered":"2023-09-30T09:20:43.616288+0000","last_clean":"2023-09-30T09:20:43.616288+0000","last_became_active":"2023-09-30T09:12:32.467925+0000","last_became_peered":"2023-09-30T09:12:32.467925+0000","last_unstale":"2023-09-30T09:20:43.616288+0000","last_undegraded":"2023-09-30T09:20:43.616288+0000","last_fullsized":"2023-09-30T09:20:43.616288+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":300,"log_dups_size":0,"ondisk_log_size":300,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:22:18.817916+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00073525700000000001,"stat_sum":{"num_bytes":1572864,"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":71,"num_read_kb":143888,"num_write":137,"num_write_kb":38560,"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":[1,4,0],"acting":[1,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"2.b","version":"454'3","reported_seq":811,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.737118+0000","last_change":"2023-09-30T09:13:56.516875+0000","last_active":"2023-09-30T09:20:42.737118+0000","last_peered":"2023-09-30T09:20:42.737118+0000","last_clean":"2023-09-30T09:20:42.737118+0000","last_became_active":"2023-09-30T09:13:56.516297+0000","last_became_peered":"2023-09-30T09:13:56.516297+0000","last_unstale":"2023-09-30T09:20:42.737118+0000","last_undegraded":"2023-09-30T09:20:42.737118+0000","last_fullsized":"2023-09-30T09:20:42.737118+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T09:33:30.656672+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":2,"num_read_kb":2,"num_write":1,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,4,5],"acting":[7,4,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.a","version":"0'0","reported_seq":803,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736489+0000","last_change":"2023-09-30T09:13:28.507330+0000","last_active":"2023-09-30T09:20:42.736489+0000","last_peered":"2023-09-30T09:20:42.736489+0000","last_clean":"2023-09-30T09:20:42.736489+0000","last_became_active":"2023-09-30T09:13:28.506696+0000","last_became_peered":"2023-09-30T09:13:28.506696+0000","last_unstale":"2023-09-30T09:20:42.736489+0000","last_undegraded":"2023-09-30T09:20:42.736489+0000","last_fullsized":"2023-09-30T09:20:42.736489+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:28:48.806631+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"5.b","version":"827'692","reported_seq":3673,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:44.048808+0000","last_change":"2023-09-30T09:20:44.049176+0000","last_active":"2023-09-30T09:20:44.048808+0000","last_peered":"2023-09-30T09:20:44.048808+0000","last_clean":"2023-09-30T09:20:44.048808+0000","last_became_active":"2023-09-30T09:13:00.520609+0000","last_became_peered":"2023-09-30T09:13:00.520609+0000","last_unstale":"2023-09-30T09:20:44.048808+0000","last_undegraded":"2023-09-30T09:20:44.048808+0000","last_fullsized":"2023-09-30T09:20:44.048808+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":692,"log_dups_size":0,"ondisk_log_size":692,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:34:19.786635+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055941300000000003,"stat_sum":{"num_bytes":4816896,"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":165,"num_read_kb":252306,"num_write":395,"num_write_kb":82992,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":9961472,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"2.c","version":"0'0","reported_seq":811,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.603464+0000","last_change":"2023-09-30T09:13:00.520251+0000","last_active":"2023-09-30T09:20:42.603464+0000","last_peered":"2023-09-30T09:20:42.603464+0000","last_clean":"2023-09-30T09:20:42.603464+0000","last_became_active":"2023-09-30T09:13:00.519949+0000","last_became_peered":"2023-09-30T09:13:00.519949+0000","last_unstale":"2023-09-30T09:20:42.603464+0000","last_undegraded":"2023-09-30T09:20:42.603464+0000","last_fullsized":"2023-09-30T09:20:42.603464+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:01:18.042082+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,5,0],"acting":[2,5,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.d","version":"0'0","reported_seq":792,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.737972+0000","last_change":"2023-09-30T09:13:56.508117+0000","last_active":"2023-09-30T09:20:42.737972+0000","last_peered":"2023-09-30T09:20:42.737972+0000","last_clean":"2023-09-30T09:20:42.737972+0000","last_became_active":"2023-09-30T09:13:56.506491+0000","last_became_peered":"2023-09-30T09:13:56.506491+0000","last_unstale":"2023-09-30T09:20:42.737972+0000","last_undegraded":"2023-09-30T09:20:42.737972+0000","last_fullsized":"2023-09-30T09:20:42.737972+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:10:02.949529+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,5,6],"acting":[7,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"5.a","version":"833'511","reported_seq":3501,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:44.049307+0000","last_change":"2023-09-30T09:20:44.049599+0000","last_active":"2023-09-30T09:20:44.049307+0000","last_peered":"2023-09-30T09:20:44.049307+0000","last_clean":"2023-09-30T09:20:44.049307+0000","last_became_active":"2023-09-30T09:12:32.469910+0000","last_became_peered":"2023-09-30T09:12:32.469910+0000","last_unstale":"2023-09-30T09:20:44.049307+0000","last_undegraded":"2023-09-30T09:20:44.049307+0000","last_fullsized":"2023-09-30T09:20:44.049307+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":511,"log_dups_size":0,"ondisk_log_size":511,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T10:05:04.624482+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00098193099999999991,"stat_sum":{"num_bytes":7880704,"num_objects":3,"num_object_clones":1,"num_object_copies":9,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":113,"num_read_kb":110378,"num_write":273,"num_write_kb":84576,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":1,"num_bytes_recovered":2244608,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"2.d","version":"59'1","reported_seq":809,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608526+0000","last_change":"2023-09-30T09:12:32.471432+0000","last_active":"2023-09-30T09:20:42.608526+0000","last_peered":"2023-09-30T09:20:42.608526+0000","last_clean":"2023-09-30T09:20:42.608526+0000","last_became_active":"2023-09-30T09:12:32.471037+0000","last_became_peered":"2023-09-30T09:12:32.471037+0000","last_unstale":"2023-09-30T09:20:42.608526+0000","last_undegraded":"2023-09-30T09:20:42.608526+0000","last_fullsized":"2023-09-30T09:20:42.608526+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T13:52:52.384724+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":70,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":1,"num_read_kb":1,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,4,3],"acting":[1,4,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.c","version":"0'0","reported_seq":801,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855246+0000","last_change":"2023-09-30T09:13:28.505864+0000","last_active":"2023-09-30T09:20:41.855246+0000","last_peered":"2023-09-30T09:20:41.855246+0000","last_clean":"2023-09-30T09:20:41.855246+0000","last_became_active":"2023-09-30T09:13:28.503446+0000","last_became_peered":"2023-09-30T09:13:28.503446+0000","last_unstale":"2023-09-30T09:20:41.855246+0000","last_undegraded":"2023-09-30T09:20:41.855246+0000","last_fullsized":"2023-09-30T09:20:41.855246+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:24:51.154956+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,6],"acting":[5,3,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"5.9","version":"827'1274","reported_seq":4100,"reported_epoch":836,"state":"active+clean","last_fresh":"2023-09-30T09:20:43.625529+0000","last_change":"2023-09-30T09:20:43.625918+0000","last_active":"2023-09-30T09:20:43.625529+0000","last_peered":"2023-09-30T09:20:43.625529+0000","last_clean":"2023-09-30T09:20:43.625529+0000","last_became_active":"2023-09-30T09:13:56.507296+0000","last_became_peered":"2023-09-30T09:13:56.507296+0000","last_unstale":"2023-09-30T09:20:43.625529+0000","last_undegraded":"2023-09-30T09:20:43.625529+0000","last_fullsized":"2023-09-30T09:20:43.625529+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":69,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:07:43.110277+0000","last_clean_scrub_stamp":"2023-09-30T09:07:43.110277+0000","objects_scrubbed":0,"log_size":1274,"log_dups_size":0,"ondisk_log_size":1274,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:03:21.548801+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000540654,"stat_sum":{"num_bytes":9961472,"num_objects":5,"num_object_clones":1,"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":0,"num_read":273,"num_read_kb":543564,"num_write":845,"num_write_kb":142368,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":5,"num_bytes_recovered":11640832,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,6,1],"acting":[7,6,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"2e0","length":"1"},{"start":"2e9","length":"2"},{"start":"2ec","length":"1"},{"start":"2ef","length":"1"}]},{"pgid":"2.e","version":"59'2","reported_seq":787,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.604868+0000","last_change":"2023-09-30T09:13:56.503947+0000","last_active":"2023-09-30T09:20:42.604868+0000","last_peered":"2023-09-30T09:20:42.604868+0000","last_clean":"2023-09-30T09:20:42.604868+0000","last_became_active":"2023-09-30T09:13:56.503529+0000","last_became_peered":"2023-09-30T09:13:56.503529+0000","last_unstale":"2023-09-30T09:20:42.604868+0000","last_undegraded":"2023-09-30T09:20:42.604868+0000","last_fullsized":"2023-09-30T09:20:42.604868+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":57,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:33.195824+0000","last_clean_scrub_stamp":"2023-09-30T09:05:33.195824+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 @ 2023-10-01T20:48:11.370998+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":3,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":6,"num_read_kb":6,"num_write":3,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,3,7],"acting":[2,3,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.f","version":"0'0","reported_seq":778,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.736449+0000","last_change":"2023-09-30T09:13:56.511738+0000","last_active":"2023-09-30T09:20:42.736449+0000","last_peered":"2023-09-30T09:20:42.736449+0000","last_clean":"2023-09-30T09:20:42.736449+0000","last_became_active":"2023-09-30T09:13:56.511425+0000","last_became_peered":"2023-09-30T09:13:56.511425+0000","last_unstale":"2023-09-30T09:20:42.736449+0000","last_undegraded":"2023-09-30T09:20:42.736449+0000","last_fullsized":"2023-09-30T09:20:42.736449+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:02:33.917104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.20","version":"0'0","reported_seq":791,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735575+0000","last_change":"2023-09-30T09:13:28.498403+0000","last_active":"2023-09-30T09:20:42.735575+0000","last_peered":"2023-09-30T09:20:42.735575+0000","last_clean":"2023-09-30T09:20:42.735575+0000","last_became_active":"2023-09-30T09:13:28.498072+0000","last_became_peered":"2023-09-30T09:13:28.498072+0000","last_unstale":"2023-09-30T09:20:42.735575+0000","last_undegraded":"2023-09-30T09:20:42.735575+0000","last_fullsized":"2023-09-30T09:20:42.735575+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T16:55:32.230043+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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.21","version":"0'0","reported_seq":783,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.605477+0000","last_change":"2023-09-30T09:13:28.493908+0000","last_active":"2023-09-30T09:20:42.605477+0000","last_peered":"2023-09-30T09:20:42.605477+0000","last_clean":"2023-09-30T09:20:42.605477+0000","last_became_active":"2023-09-30T09:13:28.493649+0000","last_became_peered":"2023-09-30T09:13:28.493649+0000","last_unstale":"2023-09-30T09:20:42.605477+0000","last_undegraded":"2023-09-30T09:20:42.605477+0000","last_fullsized":"2023-09-30T09:20:42.605477+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:16:50.917659+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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,6],"acting":[2,5,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.22","version":"0'0","reported_seq":805,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855691+0000","last_change":"2023-09-30T09:13:00.522112+0000","last_active":"2023-09-30T09:20:41.855691+0000","last_peered":"2023-09-30T09:20:41.855691+0000","last_clean":"2023-09-30T09:20:41.855691+0000","last_became_active":"2023-09-30T09:13:00.521473+0000","last_became_peered":"2023-09-30T09:13:00.521473+0000","last_unstale":"2023-09-30T09:20:41.855691+0000","last_undegraded":"2023-09-30T09:20:41.855691+0000","last_fullsized":"2023-09-30T09:20:41.855691+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T20:38:19.692908+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,0],"acting":[5,3,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.23","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.588118+0000","last_change":"2023-09-30T09:12:32.466207+0000","last_active":"2023-09-30T09:20:41.588118+0000","last_peered":"2023-09-30T09:20:41.588118+0000","last_clean":"2023-09-30T09:20:41.588118+0000","last_became_active":"2023-09-30T09:12:32.465267+0000","last_became_peered":"2023-09-30T09:12:32.465267+0000","last_unstale":"2023-09-30T09:20:41.588118+0000","last_undegraded":"2023-09-30T09:20:41.588118+0000","last_fullsized":"2023-09-30T09:20:41.588118+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:18:20.125075+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.24","version":"0'0","reported_seq":785,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632347+0000","last_change":"2023-09-30T09:12:32.459830+0000","last_active":"2023-09-30T09:20:42.632347+0000","last_peered":"2023-09-30T09:20:42.632347+0000","last_clean":"2023-09-30T09:20:42.632347+0000","last_became_active":"2023-09-30T09:12:32.459497+0000","last_became_peered":"2023-09-30T09:12:32.459497+0000","last_unstale":"2023-09-30T09:20:42.632347+0000","last_undegraded":"2023-09-30T09:20:42.632347+0000","last_fullsized":"2023-09-30T09:20:42.632347+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T11:30:02.244173+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,0],"acting":[3,4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.25","version":"0'0","reported_seq":806,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.608656+0000","last_change":"2023-09-30T09:12:03.451526+0000","last_active":"2023-09-30T09:20:42.608656+0000","last_peered":"2023-09-30T09:20:42.608656+0000","last_clean":"2023-09-30T09:20:42.608656+0000","last_became_active":"2023-09-30T09:12:03.451112+0000","last_became_peered":"2023-09-30T09:12:03.451112+0000","last_unstale":"2023-09-30T09:20:42.608656+0000","last_undegraded":"2023-09-30T09:20:42.608656+0000","last_fullsized":"2023-09-30T09:20:42.608656+0000","mapping_epoch":327,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":328,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:00:21.562097+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,3,2],"acting":[1,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.26","version":"0'0","reported_seq":799,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735874+0000","last_change":"2023-09-30T09:13:56.514825+0000","last_active":"2023-09-30T09:20:42.735874+0000","last_peered":"2023-09-30T09:20:42.735874+0000","last_clean":"2023-09-30T09:20:42.735874+0000","last_became_active":"2023-09-30T09:13:56.513184+0000","last_became_peered":"2023-09-30T09:13:56.513184+0000","last_unstale":"2023-09-30T09:20:42.735874+0000","last_undegraded":"2023-09-30T09:20:42.735874+0000","last_fullsized":"2023-09-30T09:20:42.735874+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T18:44:34.808298+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[6,7,4],"acting":[6,7,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"3.27","version":"0'0","reported_seq":799,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632750+0000","last_change":"2023-09-30T09:12:32.463543+0000","last_active":"2023-09-30T09:20:42.632750+0000","last_peered":"2023-09-30T09:20:42.632750+0000","last_clean":"2023-09-30T09:20:42.632750+0000","last_became_active":"2023-09-30T09:12:32.463249+0000","last_became_peered":"2023-09-30T09:12:32.463249+0000","last_unstale":"2023-09-30T09:20:42.632750+0000","last_undegraded":"2023-09-30T09:20:42.632750+0000","last_fullsized":"2023-09-30T09:20:42.632750+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T12:25:32.847976+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,2],"acting":[3,4,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.28","version":"0'0","reported_seq":805,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855044+0000","last_change":"2023-09-30T09:13:00.520270+0000","last_active":"2023-09-30T09:20:41.855044+0000","last_peered":"2023-09-30T09:20:41.855044+0000","last_clean":"2023-09-30T09:20:41.855044+0000","last_became_active":"2023-09-30T09:13:00.519651+0000","last_became_peered":"2023-09-30T09:13:00.519651+0000","last_unstale":"2023-09-30T09:20:41.855044+0000","last_undegraded":"2023-09-30T09:20:41.855044+0000","last_fullsized":"2023-09-30T09:20:41.855044+0000","mapping_epoch":384,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":385,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T17:36:40.369181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[5,3,2],"acting":[5,3,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.29","version":"0'0","reported_seq":812,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.632285+0000","last_change":"2023-09-30T09:12:32.468135+0000","last_active":"2023-09-30T09:20:42.632285+0000","last_peered":"2023-09-30T09:20:42.632285+0000","last_clean":"2023-09-30T09:20:42.632285+0000","last_became_active":"2023-09-30T09:12:32.467807+0000","last_became_peered":"2023-09-30T09:12:32.467807+0000","last_unstale":"2023-09-30T09:20:42.632285+0000","last_undegraded":"2023-09-30T09:20:42.632285+0000","last_fullsized":"2023-09-30T09:20:42.632285+0000","mapping_epoch":356,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":357,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T15:09:52.982167+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,4,1],"acting":[3,4,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"3.2a","version":"0'0","reported_seq":775,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.855209+0000","last_change":"2023-09-30T09:13:56.506293+0000","last_active":"2023-09-30T09:20:41.855209+0000","last_peered":"2023-09-30T09:20:41.855209+0000","last_clean":"2023-09-30T09:20:41.855209+0000","last_became_active":"2023-09-30T09:13:56.505554+0000","last_became_peered":"2023-09-30T09:13:56.505554+0000","last_unstale":"2023-09-30T09:20:41.855209+0000","last_undegraded":"2023-09-30T09:20:41.855209+0000","last_fullsized":"2023-09-30T09:20:41.855209+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T13:17:56.569872+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2b","version":"0'0","reported_seq":794,"reported_epoch":834,"state":"active+clean","last_fresh":"2023-09-30T09:20:41.588060+0000","last_change":"2023-09-30T09:13:56.516144+0000","last_active":"2023-09-30T09:20:41.588060+0000","last_peered":"2023-09-30T09:20:41.588060+0000","last_clean":"2023-09-30T09:20:41.588060+0000","last_became_active":"2023-09-30T09:13:56.515370+0000","last_became_peered":"2023-09-30T09:13:56.515370+0000","last_unstale":"2023-09-30T09:20:41.588060+0000","last_undegraded":"2023-09-30T09:20:41.588060+0000","last_fullsized":"2023-09-30T09:20:41.588060+0000","mapping_epoch":439,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":440,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T09:49:28.674704+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":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.2c","version":"0'0","reported_seq":803,"reported_epoch":835,"state":"active+clean","last_fresh":"2023-09-30T09:20:42.735946+0000","last_change":"2023-09-30T09:13:28.493208+0000","last_active":"2023-09-30T09:20:42.735946+0000","last_peered":"2023-09-30T09:20:42.735946+0000","last_clean":"2023-09-30T09:20:42.735946+0000","last_became_active":"2023-09-30T09:13:28.492859+0000","last_became_peered":"2023-09-30T09:13:28.492859+0000","last_unstale":"2023-09-30T09:20:42.735946+0000","last_undegraded":"2023-09-30T09:20:42.735946+0000","last_fullsized":"2023-09-30T09:20:42.735946+0000","mapping_epoch":412,"log_start":"0'0","ondisk_log_start":"0'0","created":58,"last_epoch_clean":413,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-30T09:05:34.200418+0000","last_clean_scrub_stamp":"2023-09-30T09:05:34.200418+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-01T19:56:02.657221+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":[]}],"pool_stats":[{"poolid":5,"num_pg":16,"stat_sum":{"num_bytes":160686080,"num_objects":61,"num_object_clones":16,"num_object_copies":183,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":61,"num_whiteouts":1,"num_read":3821,"num_read_kb":5469835,"num_write":9101,"num_write_kb":1916824,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":95,"num_bytes_recovered":280748032,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":239284224,"data_stored":310222848,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":16175,"ondisk_log_size":16175,"up":48,"acting":48,"num_store_stats":8},{"poolid":4,"num_pg":8,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":24,"acting":24,"num_store_stats":8},{"poolid":3,"num_pg":64,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":192,"acting":192,"num_store_stats":8},{"poolid":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":812,"num_read_kb":1310,"num_write":311,"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":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":3},{"poolid":2,"num_pg":32,"stat_sum":{"num_bytes":6564,"num_objects":22,"num_object_clones":0,"num_object_copies":66,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":22,"num_whiteouts":0,"num_read":79,"num_read_kb":86,"num_write":68,"num_write_kb":35,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":14,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":110592,"data_stored":19692,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":37493,"internal_metadata":0},"log_size":68,"ondisk_log_size":68,"up":96,"acting":96,"num_store_stats":8}],"osd_stats":[{"osd":7,"up_from":439,"seq":1885490643027,"num_pgs":50,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":354744,"kb_used_data":39528,"kb_used_omap":23,"kb_used_meta":315176,"kb_avail":93390408,"statfs":{"total":95995035648,"available":95631777792,"internally_reserved":0,"allocated":40476672,"data_stored":43963220,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24486,"internal_metadata":322740314},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.61099999999999999,"15min":0.58699999999999997},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.65800000000000003,"5min":2.8780000000000001,"15min":2.8780000000000001},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.61299999999999999,"15min":0.56699999999999995},"min":{"1min":0.39400000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.76300000000000001,"5min":1.4630000000000001,"15min":1.4630000000000001},"last":0.629}]},{"osd":1,"last update":"Sat Sep 30 09:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.627,"15min":0.629},"min":{"1min":0.38200000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.92000000000000004,"5min":1.1879999999999999,"15min":1.46},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.66200000000000003,"15min":0.624},"min":{"1min":0.42799999999999999,"5min":0.375,"15min":0.375},"max":{"1min":0.94699999999999995,"5min":3.048,"15min":3.048},"last":0.64600000000000002}]},{"osd":2,"last update":"Sat Sep 30 09:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.69299999999999995,"15min":0.621},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.79000000000000004,"5min":11.898,"15min":11.898},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.63600000000000001,"15min":0.58899999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.32300000000000001},"max":{"1min":0.75900000000000001,"5min":2.9750000000000001,"15min":2.9750000000000001},"last":0.52900000000000003}]},{"osd":3,"last update":"Sat Sep 30 09:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.63700000000000001,"15min":0.58499999999999996},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.35899999999999999},"max":{"1min":0.82699999999999996,"5min":2.9340000000000002,"15min":2.9340000000000002},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.63400000000000001,"15min":0.61199999999999999},"min":{"1min":0.45000000000000001,"5min":0.379,"15min":0.379},"max":{"1min":0.95299999999999996,"5min":1.599,"15min":1.599},"last":0.59999999999999998}]},{"osd":4,"last update":"Sat Sep 30 09:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.53700000000000003,"15min":0.51900000000000002},"min":{"1min":0.34799999999999998,"5min":0.29199999999999998,"15min":0.28899999999999998},"max":{"1min":0.69199999999999995,"5min":3.012,"15min":3.012},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.56499999999999995,"15min":0.52300000000000002},"min":{"1min":0.34200000000000003,"5min":0.29999999999999999,"15min":0.23699999999999999},"max":{"1min":0.624,"5min":3.1389999999999998,"15min":3.1389999999999998},"last":0.42199999999999999}]},{"osd":5,"last update":"Sat Sep 30 09:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.57699999999999996,"15min":0.53500000000000003},"min":{"1min":0.36599999999999999,"5min":0.33200000000000002,"15min":0.28000000000000003},"max":{"1min":0.627,"5min":2.27,"15min":2.27},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.54900000000000004,"15min":0.53800000000000003},"min":{"1min":0.36199999999999999,"5min":0.33800000000000002,"15min":0.29299999999999998},"max":{"1min":0.77200000000000002,"5min":1.1499999999999999,"15min":1.3049999999999999},"last":0.495}]},{"osd":6,"last update":"Sat Sep 30 09:20:01 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.61699999999999999,"15min":0.58299999999999996},"min":{"1min":0.45200000000000001,"5min":0.36599999999999999,"15min":0.31},"max":{"1min":0.71299999999999997,"5min":3.1819999999999999,"15min":3.1819999999999999},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.57299999999999995,"15min":0.58499999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.33400000000000002},"max":{"1min":0.75700000000000001,"5min":1.2390000000000001,"15min":1.262},"last":0.58099999999999996}]}]},{"osd":6,"up_from":412,"seq":1769526526041,"num_pgs":43,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":272296,"kb_used_data":30484,"kb_used_omap":21,"kb_used_meta":241770,"kb_avail":93472856,"statfs":{"total":95995035648,"available":95716204544,"internally_reserved":0,"allocated":31215616,"data_stored":28748015,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":22032,"internal_metadata":247572976},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.61699999999999999,"15min":0.60999999999999999},"min":{"1min":0.39000000000000001,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.77300000000000002,"5min":2.7679999999999998,"15min":4.6109999999999998},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.621,"5min":0.57699999999999996,"15min":0.58999999999999997},"min":{"1min":0.45300000000000001,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.76100000000000001,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.68300000000000005}]},{"osd":1,"last update":"Sat Sep 30 09:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.58599999999999997,"15min":0.61199999999999999},"min":{"1min":0.36599999999999999,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.73399999999999999,"5min":0.83499999999999996,"15min":3.0670000000000002},"last":0.625},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.56299999999999994,"15min":0.57199999999999995},"min":{"1min":0.436,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.73799999999999999,"5min":0.85499999999999998,"15min":1.101},"last":0.53900000000000003}]},{"osd":2,"last update":"Sat Sep 30 09:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.60299999999999998,"15min":0.61099999999999999},"min":{"1min":0.47799999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.80500000000000005,"5min":0.92800000000000005,"15min":2.3410000000000002},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.60999999999999999,"15min":0.61599999999999999},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.73099999999999998,"5min":0.97299999999999998,"15min":1.893},"last":0.70899999999999996}]},{"osd":3,"last update":"Sat Sep 30 09:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.61699999999999999,"15min":0.61299999999999999},"min":{"1min":0.45500000000000002,"5min":0.38300000000000001,"15min":0.36799999999999999},"max":{"1min":0.78700000000000003,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.57799999999999996,"15min":0.60099999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.34300000000000003},"max":{"1min":0.746,"5min":0.89000000000000001,"15min":1.375},"last":0.57299999999999995}]},{"osd":4,"last update":"Sat Sep 30 09:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.502,"15min":0.50700000000000001},"min":{"1min":0.35299999999999998,"5min":0.317,"15min":0.27600000000000002},"max":{"1min":0.72899999999999998,"5min":0.85399999999999998,"15min":2.4580000000000002},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.55800000000000005,"15min":0.52700000000000002},"min":{"1min":0.36099999999999999,"5min":0.34699999999999998,"15min":0.32000000000000001},"max":{"1min":0.76700000000000002,"5min":0.91200000000000003,"15min":1.351},"last":0.436}]},{"osd":5,"last update":"Sat Sep 30 09:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.52100000000000002,"15min":0.505},"min":{"1min":0.375,"5min":0.307,"15min":0.307},"max":{"1min":0.71699999999999997,"5min":0.81699999999999995,"15min":2.0030000000000001},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.54700000000000004},"min":{"1min":0.46100000000000002,"5min":0.318,"15min":0.318},"max":{"1min":0.753,"5min":0.85799999999999998,"15min":2.2450000000000001},"last":0.52600000000000002}]},{"osd":7,"last update":"Sat Sep 30 09:20:09 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.64200000000000002,"15min":0.58099999999999996},"min":{"1min":0.41099999999999998,"5min":0.36399999999999999,"15min":0.35999999999999999},"max":{"1min":0.75900000000000001,"5min":3.5550000000000002,"15min":3.5550000000000002},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.66000000000000003,"5min":0.69299999999999995,"15min":0.63100000000000001},"min":{"1min":0.51800000000000002,"5min":0.41999999999999998,"15min":0.39900000000000002},"max":{"1min":0.92900000000000005,"5min":4.29,"15min":4.29},"last":0.49399999999999999}]}]},{"osd":1,"up_from":273,"seq":1172526071925,"num_pgs":44,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":525028,"kb_used_data":43804,"kb_used_omap":23,"kb_used_meta":481192,"kb_avail":93220124,"statfs":{"total":95995035648,"available":95457406976,"internally_reserved":0,"allocated":44855296,"data_stored":51740098,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24013,"internal_metadata":492741171},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:20:34 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.372,"15min":0.47699999999999998},"min":{"1min":0.224,"5min":0.217,"15min":0.20699999999999999},"max":{"1min":0.623,"5min":0.70399999999999996,"15min":5.8719999999999999},"last":0.307},{"interface":"front","average":{"1min":0.379,"5min":0.40200000000000002,"15min":0.45400000000000001},"min":{"1min":0.29499999999999998,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.46100000000000002,"5min":0.63500000000000001,"15min":1.9159999999999999},"last":0.34399999999999997}]},{"osd":2,"last update":"Sat Sep 30 09:19:47 2023","interfaces":[{"interface":"back","average":{"1min":0.33100000000000002,"5min":0.38400000000000001,"15min":0.436},"min":{"1min":0.221,"5min":0.187,"15min":0.187},"max":{"1min":0.54700000000000004,"5min":1.903,"15min":5.0659999999999998},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.42699999999999999,"15min":0.48499999999999999},"min":{"1min":0.28299999999999997,"5min":0.25800000000000001,"15min":0.22600000000000001},"max":{"1min":0.505,"5min":1.9430000000000001,"15min":5.9210000000000003},"last":0.36499999999999999}]},{"osd":3,"last update":"Sat Sep 30 09:20:17 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.434,"15min":0.44700000000000001},"min":{"1min":0.255,"5min":0.252,"15min":0.252},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":3.5710000000000002},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.40300000000000002,"15min":0.40699999999999997},"min":{"1min":0.26800000000000002,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":1.1699999999999999},"last":0.28799999999999998}]},{"osd":4,"last update":"Sat Sep 30 09:19:47 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.58599999999999997,"15min":0.61299999999999999},"min":{"1min":0.36799999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.85999999999999999,"5min":1.2070000000000001,"15min":1.347},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.61599999999999999,"15min":0.67100000000000004},"min":{"1min":0.38900000000000001,"5min":0.36099999999999999,"15min":0.35799999999999998},"max":{"1min":0.83199999999999996,"5min":1.3560000000000001,"15min":2.5169999999999999},"last":0.47199999999999998}]},{"osd":5,"last update":"Sat Sep 30 09:20:13 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60999999999999999,"15min":0.63},"min":{"1min":0.45400000000000001,"5min":0.39900000000000002,"15min":0.34599999999999997},"max":{"1min":0.81299999999999994,"5min":0.96399999999999997,"15min":2.1840000000000002},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.61499999999999999,"15min":0.62},"min":{"1min":0.42599999999999999,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.76100000000000001,"5min":0.98499999999999999,"15min":1.2649999999999999},"last":0.437}]},{"osd":6,"last update":"Sat Sep 30 09:19:43 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.61299999999999999,"15min":0.63500000000000001},"min":{"1min":0.373,"5min":0.37,"15min":0.37},"max":{"1min":0.77200000000000002,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.63,"5min":0.66500000000000004,"15min":0.68300000000000005},"min":{"1min":0.41899999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.84099999999999997,"5min":1.329,"15min":1.4690000000000001},"last":0.502}]},{"osd":7,"last update":"Sat Sep 30 09:20:09 2023","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.63600000000000001,"15min":0.63},"min":{"1min":0.43099999999999999,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.83199999999999996,"5min":0.95599999999999996,"15min":1.143},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.626,"5min":0.65600000000000003,"15min":0.68000000000000005},"min":{"1min":0.40699999999999997,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.84699999999999998,"5min":1.0189999999999999,"15min":1.2350000000000001},"last":0.57999999999999996}]}]},{"osd":0,"up_from":245,"seq":1052266987642,"num_pgs":53,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":508572,"kb_used_data":45904,"kb_used_omap":18,"kb_used_meta":462637,"kb_avail":93236580,"statfs":{"total":95995035648,"available":95474257920,"internally_reserved":0,"allocated":47005696,"data_stored":47299699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":18859,"internal_metadata":473740885},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sat Sep 30 09:20:25 2023","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.38800000000000001,"15min":0.35999999999999999},"min":{"1min":0.19900000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.37},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.40400000000000003,"15min":0.39000000000000001},"min":{"1min":0.255,"5min":0.248,"15min":0.19900000000000001},"max":{"1min":1.155,"5min":1.173,"15min":1.173},"last":0.54900000000000004}]},{"osd":2,"last update":"Sat Sep 30 09:19:54 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40300000000000002,"15min":0.38800000000000001},"min":{"1min":0.27600000000000002,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":1.0680000000000001,"5min":1.0680000000000001,"15min":1.0680000000000001},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.39900000000000002,"15min":0.38100000000000001},"min":{"1min":0.253,"5min":0.251,"15min":0.23799999999999999},"max":{"1min":0.60699999999999998,"5min":1.357,"15min":1.357},"last":0.52300000000000002}]},{"osd":3,"last update":"Sat Sep 30 09:20:22 2023","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.45200000000000001,"15min":0.438},"min":{"1min":0.28699999999999998,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.42899999999999999,"15min":0.41799999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.55900000000000005,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.39900000000000002}]},{"osd":4,"last update":"Sat Sep 30 09:19:40 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.63200000000000001,"15min":0.61699999999999999},"min":{"1min":0.38700000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.82099999999999995,"5min":0.90100000000000002,"15min":0.95699999999999996},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63800000000000001,"15min":0.63500000000000001},"min":{"1min":0.46300000000000002,"5min":0.40000000000000002,"15min":0.39000000000000001},"max":{"1min":1.21,"5min":1.21,"15min":2.4100000000000001},"last":0.755}]},{"osd":5,"last update":"Sat Sep 30 09:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.70199999999999996,"15min":0.68300000000000005},"min":{"1min":0.48499999999999999,"5min":0.40999999999999998,"15min":0.40600000000000003},"max":{"1min":1.2290000000000001,"5min":2.976,"15min":12.137},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.64600000000000002,"15min":0.63},"min":{"1min":0.40600000000000003,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82299999999999995,"5min":0.95999999999999996,"15min":3.1030000000000002},"last":0.84299999999999997}]},{"osd":6,"last update":"Sat Sep 30 09:20:36 2023","interfaces":[{"interface":"back","average":{"1min":0.71299999999999997,"5min":0.69599999999999995,"15min":0.63200000000000001},"min":{"1min":0.51700000000000002,"5min":0.45500000000000002,"15min":0.44800000000000001},"max":{"1min":1.0580000000000001,"5min":1.2729999999999999,"15min":1.2729999999999999},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.64900000000000002,"15min":0.60899999999999999},"min":{"1min":0.45200000000000001,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.90200000000000002,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.89600000000000002}]},{"osd":7,"last update":"Sat Sep 30 09:20:04 2023","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.64600000000000002,"15min":0.93200000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.82699999999999996,"5min":0.98499999999999999,"15min":9.0129999999999999},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.72099999999999997,"15min":0.79200000000000004},"min":{"1min":0.54600000000000004,"5min":0.47899999999999998,"15min":0.46999999999999997},"max":{"1min":1.3200000000000001,"5min":1.3200000000000001,"15min":3.9239999999999999},"last":0.77200000000000002}]}]},{"osd":2,"up_from":301,"seq":1292785156207,"num_pgs":37,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":474880,"kb_used_data":36716,"kb_used_omap":19,"kb_used_meta":438124,"kb_avail":93270272,"statfs":{"total":95995035648,"available":95508758528,"internally_reserved":0,"allocated":37597184,"data_stored":36351047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":20056,"internal_metadata":448639400},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:19:45 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36899999999999999,"15min":0.46400000000000002},"min":{"1min":0.23799999999999999,"5min":0.221,"15min":0.21299999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":3.8079999999999998},"last":0.313},{"interface":"front","average":{"1min":0.434,"5min":0.40999999999999998,"15min":0.51900000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":4.2210000000000001},"last":0.46899999999999997}]},{"osd":1,"last update":"Sat Sep 30 09:19:45 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.39900000000000002,"15min":0.42099999999999999},"min":{"1min":0.255,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.439,"15min":0.58699999999999997},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":1.5800000000000001,"5min":1.5800000000000001,"15min":7.7149999999999999},"last":0.34200000000000003}]},{"osd":3,"last update":"Sat Sep 30 09:20:17 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.49099999999999999,"15min":0.60399999999999998},"min":{"1min":0.29399999999999998,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.69599999999999995,"5min":4.1890000000000001,"15min":4.1890000000000001},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.435,"15min":0.53200000000000003},"min":{"1min":0.30199999999999999,"5min":0.248,"15min":0.248},"max":{"1min":0.65900000000000003,"5min":0.90300000000000002,"15min":3.738},"last":0.40500000000000003}]},{"osd":4,"last update":"Sat Sep 30 09:19:41 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.69199999999999995,"15min":0.66500000000000004},"min":{"1min":0.44800000000000001,"5min":0.40400000000000003,"15min":0.40200000000000002},"max":{"1min":4.1379999999999999,"5min":4.1379999999999999,"15min":4.1379999999999999},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.69799999999999995,"5min":0.66600000000000004,"15min":0.63700000000000001},"min":{"1min":0.46200000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"last":0.79800000000000004}]},{"osd":5,"last update":"Sat Sep 30 09:20:17 2023","interfaces":[{"interface":"back","average":{"1min":0.65400000000000003,"5min":0.628,"15min":0.60099999999999998},"min":{"1min":0.39800000000000002,"5min":0.38100000000000001,"15min":0.35799999999999998},"max":{"1min":1.0429999999999999,"5min":1.288,"15min":1.288},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.69599999999999995,"5min":0.67100000000000004,"15min":0.60799999999999998},"min":{"1min":0.54400000000000004,"5min":0.39600000000000002,"15min":0.39500000000000002},"max":{"1min":0.99299999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.61599999999999999}]},{"osd":6,"last update":"Sat Sep 30 09:19:41 2023","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.66800000000000004,"15min":0.62},"min":{"1min":0.42299999999999999,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.7949999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.70699999999999996,"5min":0.66500000000000004,"15min":0.63700000000000001},"min":{"1min":0.50600000000000001,"5min":0.45600000000000002,"15min":0.42099999999999999},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.749}]},{"osd":7,"last update":"Sat Sep 30 09:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.622},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.437},"max":{"1min":1.0049999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.875},{"interface":"front","average":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.64900000000000002},"min":{"1min":0.501,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.90800000000000003,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":0.73599999999999999}]}]},{"osd":3,"up_from":327,"seq":1404454305898,"num_pgs":41,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":219796,"kb_used_data":29760,"kb_used_omap":14,"kb_used_meta":190001,"kb_avail":93525356,"statfs":{"total":95995035648,"available":95769964544,"internally_reserved":0,"allocated":30474240,"data_stored":37157091,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":14991,"internal_metadata":194561393},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:20:20 2023","interfaces":[{"interface":"back","average":{"1min":0.32800000000000001,"5min":0.34399999999999997,"15min":0.34899999999999998},"min":{"1min":0.21199999999999999,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":0.51500000000000001,"5min":1.018,"15min":1.018},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.376,"5min":0.40500000000000003,"15min":0.40899999999999997},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23100000000000001},"max":{"1min":0.59399999999999997,"5min":3.0670000000000002,"15min":3.0670000000000002},"last":0.27500000000000002}]},{"osd":1,"last update":"Sat Sep 30 09:20:20 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.41299999999999998,"15min":0.40899999999999997},"min":{"1min":0.26400000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.63400000000000001,"5min":2.101,"15min":2.101},"last":0.373},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.39800000000000002,"15min":0.39900000000000002},"min":{"1min":0.27700000000000002,"5min":0.27300000000000002,"15min":0.23799999999999999},"max":{"1min":0.56000000000000005,"5min":0.68600000000000005,"15min":1.143},"last":0.34200000000000003}]},{"osd":2,"last update":"Sat Sep 30 09:20:20 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.41499999999999998,"15min":0.42399999999999999},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.66700000000000004,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.45200000000000001,"15min":0.45600000000000002},"min":{"1min":0.29499999999999998,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.69799999999999995,"5min":2.2850000000000001,"15min":2.2850000000000001},"last":0.40400000000000003}]},{"osd":4,"last update":"Sat Sep 30 09:20:45 2023","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.628,"15min":0.60799999999999998},"min":{"1min":0.44900000000000001,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.81699999999999995,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.63400000000000001,"15min":0.65100000000000002},"min":{"1min":0.39100000000000001,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.91000000000000003,"5min":3.665,"15min":3.665},"last":0.439}]},{"osd":5,"last update":"Sat Sep 30 09:20:14 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.68799999999999994,"15min":0.63100000000000001},"min":{"1min":0.51700000000000002,"5min":0.34799999999999998,"15min":0.34699999999999998},"max":{"1min":0.753,"5min":4.093,"15min":4.093},"last":0.496},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64500000000000002,"15min":0.64100000000000001},"min":{"1min":0.45200000000000001,"5min":0.42899999999999999,"15min":0.38800000000000001},"max":{"1min":0.81399999999999995,"5min":1.369,"15min":1.478},"last":0.41599999999999998}]},{"osd":6,"last update":"Sat Sep 30 09:20:40 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.66900000000000004,"15min":0.63200000000000001},"min":{"1min":0.53600000000000003,"5min":0.378,"15min":0.378},"max":{"1min":0.95499999999999996,"5min":3.762,"15min":3.762},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.65100000000000002,"15min":0.626},"min":{"1min":0.49099999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.93799999999999994,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.44800000000000001}]},{"osd":7,"last update":"Sat Sep 30 09:20:05 2023","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.67300000000000004,"15min":0.63100000000000001},"min":{"1min":0.40000000000000002,"5min":0.39600000000000002,"15min":0.39000000000000001},"max":{"1min":0.82899999999999996,"5min":3.8010000000000002,"15min":3.8010000000000002},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67900000000000005,"15min":0.64800000000000002},"min":{"1min":0.52500000000000002,"5min":0.436,"15min":0.436},"max":{"1min":0.92300000000000004,"5min":1.631,"15min":1.631},"last":0.46700000000000003}]}]},{"osd":4,"up_from":356,"seq":1529008357476,"num_pgs":46,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":416672,"kb_used_data":48788,"kb_used_omap":27,"kb_used_meta":367844,"kb_avail":93328480,"statfs":{"total":95995035648,"available":95568363520,"internally_reserved":0,"allocated":49958912,"data_stored":63159664,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28457,"internal_metadata":376672471},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:20:41 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.58499999999999996,"15min":0.57299999999999995},"min":{"1min":0.34100000000000003,"5min":0.317,"15min":0.313},"max":{"1min":1.1679999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.44},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.58899999999999997,"15min":0.59799999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.751,"5min":3.7349999999999999,"15min":3.7349999999999999},"last":0.42199999999999999}]},{"osd":1,"last update":"Sat Sep 30 09:20:41 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.59099999999999997,"15min":0.56000000000000005},"min":{"1min":0.371,"5min":0.35899999999999999,"15min":0.34699999999999998},"max":{"1min":0.72899999999999998,"5min":3.7719999999999998,"15min":3.7719999999999998},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.60099999999999998,"15min":0.59099999999999997},"min":{"1min":0.36099999999999999,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.97899999999999998},"last":0.39100000000000001}]},{"osd":2,"last update":"Sat Sep 30 09:20:41 2023","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60599999999999998,"15min":0.60099999999999998},"min":{"1min":0.40000000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.81999999999999995,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.59799999999999998,"15min":0.58799999999999997},"min":{"1min":0.34799999999999998,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2170000000000001},"last":0.54300000000000004}]},{"osd":3,"last update":"Sat Sep 30 09:20:41 2023","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.63500000000000001,"15min":0.63300000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.32200000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":1.018},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.63100000000000001,"15min":0.628},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.33800000000000002},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.58299999999999996}]},{"osd":5,"last update":"Sat Sep 30 09:20:15 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.49399999999999999,"15min":0.442},"min":{"1min":0.32900000000000001,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.73999999999999999,"5min":3.6869999999999998,"15min":3.6869999999999998},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.60899999999999999,"15min":0.55400000000000005},"min":{"1min":0.41399999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.874,"5min":1.032,"15min":1.032},"last":0.67900000000000005}]},{"osd":6,"last update":"Sat Sep 30 09:20:41 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.57199999999999995,"15min":0.52700000000000002},"min":{"1min":0.39100000000000001,"5min":0.35299999999999998,"15min":0.32200000000000001},"max":{"1min":0.76400000000000001,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.56899999999999995,"15min":0.55700000000000005},"min":{"1min":0.28699999999999998,"5min":0.25,"15min":0.25},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":0.70299999999999996}]},{"osd":7,"last update":"Sat Sep 30 09:20:04 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.56599999999999995,"15min":0.51800000000000002},"min":{"1min":0.39300000000000002,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.82399999999999995,"5min":2.1040000000000001,"15min":2.1040000000000001},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.56399999999999995,"15min":0.52400000000000002},"min":{"1min":0.38,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":1.242,"5min":1.242,"15min":1.242},"last":0.64200000000000002}]}]},{"osd":5,"up_from":384,"seq":1649267441758,"num_pgs":49,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":556104,"kb_used_data":55288,"kb_used_omap":34,"kb_used_meta":500765,"kb_avail":93189048,"statfs":{"total":95995035648,"available":95425585152,"internally_reserved":0,"allocated":56614912,"data_stored":56799852,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":35755,"internal_metadata":512783445},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Sep 30 09:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54400000000000004,"15min":0.53500000000000003},"min":{"1min":0.35999999999999999,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.753,"5min":0.79300000000000004,"15min":0.80900000000000005},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.53900000000000003,"15min":0.54300000000000004},"min":{"1min":0.30199999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.58099999999999996}]},{"osd":1,"last update":"Sat Sep 30 09:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.59099999999999997,"15min":0.56499999999999995},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.27800000000000002},"max":{"1min":0.81699999999999995,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.749},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.56100000000000005,"15min":0.53800000000000003},"min":{"1min":0.379,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.78300000000000003,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.59799999999999998}]},{"osd":2,"last update":"Sat Sep 30 09:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.54500000000000004,"15min":0.52700000000000002},"min":{"1min":0.35499999999999998,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.629},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.59699999999999998,"15min":0.57799999999999996},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.72299999999999998,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.77800000000000002}]},{"osd":3,"last update":"Sat Sep 30 09:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.59499999999999997,"15min":0.59199999999999997},"min":{"1min":0.45900000000000002,"5min":0.375,"15min":0.375},"max":{"1min":0.76600000000000001,"5min":0.81000000000000005,"15min":0.83299999999999996},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.622,"5min":0.59199999999999997,"15min":0.57799999999999996},"min":{"1min":0.40200000000000002,"5min":0.35799999999999998,"15min":0.33100000000000002},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.81699999999999995},"last":0.73199999999999998}]},{"osd":4,"last update":"Sat Sep 30 09:20:16 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.49399999999999999,"15min":0.48299999999999998},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.74199999999999999,"5min":0.79500000000000004,"15min":0.873},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.496,"15min":0.496},"min":{"1min":0.33700000000000002,"5min":0.32400000000000001,"15min":0.26700000000000002},"max":{"1min":0.63400000000000001,"5min":0.80900000000000005,"15min":0.92200000000000004},"last":0.44}]},{"osd":6,"last update":"Sat Sep 30 09:19:43 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.53900000000000003,"15min":0.51100000000000001},"min":{"1min":0.433,"5min":0.308,"15min":0.308},"max":{"1min":0.66500000000000004,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.58299999999999996,"15min":0.56299999999999994},"min":{"1min":0.45500000000000002,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.52400000000000002}]},{"osd":7,"last update":"Sat Sep 30 09:20:06 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.56799999999999995,"15min":0.628},"min":{"1min":0.371,"5min":0.371,"15min":0.36499999999999999},"max":{"1min":0.71299999999999997,"5min":0.873,"15min":2.5070000000000001},"last":0.501},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.63,"15min":0.59699999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.39300000000000002},"max":{"1min":0.77700000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.54000000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":700,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5075,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3771,"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":4350,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":24576,"data_stored":5898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6140,"internal_metadata":0},{"poolid":2,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5294,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":20480,"data_stored":5884,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5425,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":16384,"data_stored":5794,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5482,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1956,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":4,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":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":34770944,"data_stored":45076480,"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":32366592,"data_stored":44310528,"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":25202688,"data_stored":28938240,"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":18137088,"data_stored":29757440,"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":37707776,"data_stored":55783424,"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":44503040,"data_stored":49455104,"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":18612224,"data_stored":20828160,"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":27983872,"data_stored":36073472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-30T09:20:47.634 INFO:tasks.cephadm.ceph_manager.ceph:removing pool_name unique_pool_0 2023-09-30T09:20:47.635 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:quincy shell --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2023-09-30T09:20:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:47 smithi118 ceph-mon[182959]: osdmap e837: 8 total, 8 up, 8 in 2023-09-30T09:20:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:47 smithi118 ceph-mon[182959]: pgmap v972: 121 pgs: 121 active+clean; 154 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:20:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:47 smithi118 ceph-mon[185516]: osdmap e837: 8 total, 8 up, 8 in 2023-09-30T09:20:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:47 smithi118 ceph-mon[185516]: pgmap v972: 121 pgs: 121 active+clean; 154 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:20:47.896 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/mon.a/config 2023-09-30T09:20:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:47 smithi192 ceph-mon[180220]: osdmap e837: 8 total, 8 up, 8 in 2023-09-30T09:20:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:47 smithi192 ceph-mon[180220]: pgmap v972: 121 pgs: 121 active+clean; 154 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 MiB/s rd, 1.3 MiB/s wr, 11 op/s 2023-09-30T09:20:48.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:48 smithi118 ceph-mon[182959]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:20:48.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:48 smithi118 ceph-mon[185516]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:20:48.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:48 smithi192 ceph-mon[180220]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-30T09:20:49.613 INFO:teuthology.orchestra.run.smithi118.stderr:pool 'unique_pool_0' removed 2023-09-30T09:20:49.959 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:20:49] "GET /metrics HTTP/1.1" 200 36180 "" "Prometheus/2.43.0" 2023-09-30T09:20:49.959 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:49.959 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[185516]: pgmap v973: 121 pgs: 121 active+clean; 154 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.1 MiB/s wr, 9 op/s 2023-09-30T09:20:49.960 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/744123253' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T09:20:49.960 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T09:20:49.960 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:49.960 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[182959]: pgmap v973: 121 pgs: 121 active+clean; 154 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.1 MiB/s wr, 9 op/s 2023-09-30T09:20:49.960 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/744123253' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T09:20:49.960 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:49 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T09:20:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:20:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:49 smithi192 ceph-mon[180220]: pgmap v973: 121 pgs: 121 active+clean; 154 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 1.1 MiB/s wr, 9 op/s 2023-09-30T09:20:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:49 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/744123253' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T09:20:49.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:49 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T09:20:50.003 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2023-09-30T09:20:50.004 INFO:teuthology.task.print:**** done end ec-rados-default.yaml 2023-09-30T09:20:50.004 INFO:teuthology.task.full_sequential:In full_sequential, running task print... 2023-09-30T09:20:50.004 INFO:teuthology.task.print:**** done start rados_api.yaml 2023-09-30T09:20:50.004 INFO:teuthology.task.full_sequential:In full_sequential, running task workunit... 2023-09-30T09:20:50.004 INFO:tasks.workunit:Pulling workunits from ref quincy 2023-09-30T09:20:50.005 INFO:tasks.workunit:Making a separate scratch dir for every client... 2023-09-30T09:20:50.005 DEBUG:teuthology.orchestra.run.smithi118:> stat -- /home/ubuntu/cephtest/mnt.0 2023-09-30T09:20:50.030 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T09:20:50.031 INFO:teuthology.orchestra.run.smithi118.stderr:stat: cannot statx '/home/ubuntu/cephtest/mnt.0': No such file or directory 2023-09-30T09:20:50.031 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -- /home/ubuntu/cephtest/mnt.0 2023-09-30T09:20:50.089 INFO:tasks.workunit:Created dir /home/ubuntu/cephtest/mnt.0 2023-09-30T09:20:50.090 DEBUG:teuthology.orchestra.run.smithi118:> cd -- /home/ubuntu/cephtest/mnt.0 && mkdir -- client.0 2023-09-30T09:20:50.148 INFO:tasks.workunit:timeout=3h 2023-09-30T09:20:50.149 INFO:tasks.workunit:cleanup=True 2023-09-30T09:20:50.149 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/clone.client.0 && git clone --depth 1 --branch quincy https://github.com/ceph/ceph-ci.git /home/ubuntu/cephtest/clone.client.0 && cd /home/ubuntu/cephtest/clone.client.0 2023-09-30T09:20:50.208 INFO:tasks.workunit.client.0.smithi118.stderr:Cloning into '/home/ubuntu/cephtest/clone.client.0'... 2023-09-30T09:20:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:50 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]': finished 2023-09-30T09:20:50.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:50 smithi192 ceph-mon[180220]: osdmap e838: 8 total, 8 up, 8 in 2023-09-30T09:20:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:50 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]': finished 2023-09-30T09:20:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:50 smithi118 ceph-mon[185516]: osdmap e838: 8 total, 8 up, 8 in 2023-09-30T09:20:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:50 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "unique_pool_0", "pool2": "unique_pool_0", "yes_i_really_really_mean_it": true}]': finished 2023-09-30T09:20:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:50 smithi118 ceph-mon[182959]: osdmap e838: 8 total, 8 up, 8 in 2023-09-30T09:20:51.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:51 smithi192 ceph-mon[180220]: pgmap v975: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:51 smithi118 ceph-mon[182959]: pgmap v975: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:52.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:51 smithi118 ceph-mon[185516]: pgmap v975: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:54.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:54 smithi118 ceph-mon[185516]: pgmap v976: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:54.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:54 smithi118 ceph-mon[182959]: pgmap v976: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:54 smithi192 ceph-mon[180220]: pgmap v976: 105 pgs: 105 active+clean; 583 KiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:56 smithi118 ceph-mon[182959]: pgmap v977: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:56.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:56 smithi118 ceph-mon[185516]: pgmap v977: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:56 smithi192 ceph-mon[180220]: pgmap v977: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:57.163 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T09:20:57.220 INFO:tasks.workunit.client.0.smithi118.stdout:for d in direct_io fs ; do ( cd $d ; make all ) ; done 2023-09-30T09:20:57.222 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-09-30T09:20:57.222 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE direct_io_test.c -o direct_io_test 2023-09-30T09:20:57.268 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_sync_io.c -o test_sync_io 2023-09-30T09:20:57.315 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_short_dio_read.c -o test_short_dio_read 2023-09-30T09:20:57.352 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/direct_io' 2023-09-30T09:20:57.353 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Entering directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-09-30T09:20:57.354 INFO:tasks.workunit.client.0.smithi118.stdout:cc -Wall -Wextra -D_GNU_SOURCE test_o_trunc.c -o test_o_trunc 2023-09-30T09:20:57.390 INFO:tasks.workunit.client.0.smithi118.stdout:make[1]: Leaving directory '/home/ubuntu/cephtest/clone.client.0/qa/workunits/fs' 2023-09-30T09:20:57.393 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-09-30T09:20:57.393 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/home/ubuntu/cephtest/workunits.list.client.0 of=/dev/stdout 2023-09-30T09:20:57.452 INFO:tasks.workunit:Running workunits matching cls on client.0... 2023-09-30T09:20:57.453 INFO:tasks.workunit:Running workunit cls/test_cls_2pc_queue.sh... 2023-09-30T09:20:57.453 DEBUG:teuthology.orchestra.run.smithi118:workunit test cls/test_cls_2pc_queue.sh> mkdir -p -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && cd -- /home/ubuntu/cephtest/mnt.0/client.0/tmp && CEPH_CLI_TEST_DUP_COMMAND=1 CEPH_REF=quincy TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_2pc_queue.sh 2023-09-30T09:20:57.522 INFO:tasks.workunit.client.0.smithi118.stdout:Running main() from gmock_main.cc 2023-09-30T09:20:57.522 INFO:tasks.workunit.client.0.smithi118.stdout:[==========] Running 22 tests from 1 test suite. 2023-09-30T09:20:57.522 INFO:tasks.workunit.client.0.smithi118.stdout:[----------] Global test environment set-up. 2023-09-30T09:20:57.522 INFO:tasks.workunit.client.0.smithi118.stdout:[----------] 22 tests from TestCls2PCQueue 2023-09-30T09:20:57.522 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.GetCapacity 2023-09-30T09:20:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:57 smithi118 ceph-mon[182959]: pgmap v978: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:57 smithi118 ceph-mon[185516]: pgmap v978: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:57 smithi192 ceph-mon[180220]: pgmap v978: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:20:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:58 smithi118 ceph-mon[182959]: osdmap e839: 8 total, 8 up, 8 in 2023-09-30T09:20:59.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:58 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3069120908' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:20:59.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:58 smithi118 ceph-mon[185516]: osdmap e839: 8 total, 8 up, 8 in 2023-09-30T09:20:59.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:58 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3069120908' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:20:59.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:58 smithi192 ceph-mon[180220]: osdmap e839: 8 total, 8 up, 8 in 2023-09-30T09:20:59.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:58 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3069120908' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-1","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:20:59.851 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.GetCapacity (2327 ms) 2023-09-30T09:20:59.852 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.AsyncGetCapacity 2023-09-30T09:21:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:20:59] "GET /metrics HTTP/1.1" 200 36180 "" "Prometheus/2.43.0" 2023-09-30T09:21:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:59 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3069120908' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-1","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:59 smithi118 ceph-mon[182959]: osdmap e840: 8 total, 8 up, 8 in 2023-09-30T09:21:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:20:59 smithi118 ceph-mon[182959]: pgmap v981: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:59 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3069120908' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-1","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:00.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:59 smithi118 ceph-mon[185516]: osdmap e840: 8 total, 8 up, 8 in 2023-09-30T09:21:00.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:20:59 smithi118 ceph-mon[185516]: pgmap v981: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:59 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3069120908' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-1","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:59 smithi192 ceph-mon[180220]: osdmap e840: 8 total, 8 up, 8 in 2023-09-30T09:21:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:20:59 smithi192 ceph-mon[180220]: pgmap v981: 137 pgs: 9 creating+peering, 23 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:00 smithi192 ceph-mon[180220]: osdmap e841: 8 total, 8 up, 8 in 2023-09-30T09:21:01.400 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:00 smithi118 ceph-mon[182959]: osdmap e841: 8 total, 8 up, 8 in 2023-09-30T09:21:01.400 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:00 smithi118 ceph-mon[185516]: osdmap e841: 8 total, 8 up, 8 in 2023-09-30T09:21:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:01 smithi192 ceph-mon[180220]: osdmap e842: 8 total, 8 up, 8 in 2023-09-30T09:21:02.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:01 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1896024079' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:02.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:01 smithi192 ceph-mon[180220]: pgmap v984: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:02.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:01 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1896024079' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-2","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:02.254 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:01 smithi192 ceph-mon[180220]: osdmap e843: 8 total, 8 up, 8 in 2023-09-30T09:21:02.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[182959]: osdmap e842: 8 total, 8 up, 8 in 2023-09-30T09:21:02.364 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1896024079' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:02.364 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[182959]: pgmap v984: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:02.364 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1896024079' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-2","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:02.364 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[182959]: osdmap e843: 8 total, 8 up, 8 in 2023-09-30T09:21:02.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[185516]: osdmap e842: 8 total, 8 up, 8 in 2023-09-30T09:21:02.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1896024079' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-2","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:02.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[185516]: pgmap v984: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:02.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1896024079' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-2","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:02.365 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:01 smithi118 ceph-mon[185516]: osdmap e843: 8 total, 8 up, 8 in 2023-09-30T09:21:02.850 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.AsyncGetCapacity (3001 ms) 2023-09-30T09:21:02.850 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.Reserve 2023-09-30T09:21:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:02 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:02 smithi192 ceph-mon[180220]: osdmap e844: 8 total, 8 up, 8 in 2023-09-30T09:21:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:02 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:02 smithi118 ceph-mon[182959]: osdmap e844: 8 total, 8 up, 8 in 2023-09-30T09:21:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:02 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:02 smithi118 ceph-mon[185516]: osdmap e844: 8 total, 8 up, 8 in 2023-09-30T09:21:04.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:03 smithi192 ceph-mon[180220]: pgmap v987: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:03 smithi118 ceph-mon[182959]: pgmap v987: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:04.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:03 smithi118 ceph-mon[185516]: pgmap v987: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:04 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:04 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:04 smithi192 ceph-mon[180220]: osdmap e845: 8 total, 8 up, 8 in 2023-09-30T09:21:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:04 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/2487620411' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:04 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[182959]: osdmap e845: 8 total, 8 up, 8 in 2023-09-30T09:21:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/2487620411' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:05.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[185516]: osdmap e845: 8 total, 8 up, 8 in 2023-09-30T09:21:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/2487620411' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:05.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:05.891 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.Reserve (3041 ms) 2023-09-30T09:21:05.891 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.AsyncReserve 2023-09-30T09:21:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:05 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:05 smithi192 ceph-mon[180220]: osdmap e846: 8 total, 8 up, 8 in 2023-09-30T09:21:06.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:05 smithi192 ceph-mon[180220]: pgmap v990: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:06.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:05 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:06.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:05 smithi118 ceph-mon[182959]: osdmap e846: 8 total, 8 up, 8 in 2023-09-30T09:21:06.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:05 smithi118 ceph-mon[182959]: pgmap v990: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:06.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:05 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-3","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:06.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:05 smithi118 ceph-mon[185516]: osdmap e846: 8 total, 8 up, 8 in 2023-09-30T09:21:06.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:05 smithi118 ceph-mon[185516]: pgmap v990: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:06 smithi192 ceph-mon[180220]: osdmap e847: 8 total, 8 up, 8 in 2023-09-30T09:21:07.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:21:07.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:06 smithi118 ceph-mon[185516]: osdmap e847: 8 total, 8 up, 8 in 2023-09-30T09:21:07.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:21:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:06 smithi118 ceph-mon[182959]: osdmap e847: 8 total, 8 up, 8 in 2023-09-30T09:21:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:21:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:07 smithi192 ceph-mon[180220]: osdmap e848: 8 total, 8 up, 8 in 2023-09-30T09:21:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:07 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/920910011' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:21:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:21:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:21:08.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:07 smithi192 ceph-mon[180220]: pgmap v993: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:08.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[182959]: osdmap e848: 8 total, 8 up, 8 in 2023-09-30T09:21:08.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/920910011' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:08.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:21:08.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:21:08.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:21:08.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[182959]: pgmap v993: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:08.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[185516]: osdmap e848: 8 total, 8 up, 8 in 2023-09-30T09:21:08.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/920910011' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-4","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:08.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:21:08.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:21:08.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:21:08.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:07 smithi118 ceph-mon[185516]: pgmap v993: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:08.910 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.AsyncReserve (3019 ms) 2023-09-30T09:21:08.910 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.Commit 2023-09-30T09:21:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:08 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/920910011' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-4","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:08 smithi192 ceph-mon[180220]: osdmap e849: 8 total, 8 up, 8 in 2023-09-30T09:21:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:08 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:08 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/920910011' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-4","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:08 smithi118 ceph-mon[182959]: osdmap e849: 8 total, 8 up, 8 in 2023-09-30T09:21:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:08 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:08 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/920910011' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-4","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:08 smithi118 ceph-mon[185516]: osdmap e849: 8 total, 8 up, 8 in 2023-09-30T09:21:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:08 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:21:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:21:09] "GET /metrics HTTP/1.1" 200 36138 "" "Prometheus/2.43.0" 2023-09-30T09:21:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:09 smithi118 ceph-mon[182959]: osdmap e850: 8 total, 8 up, 8 in 2023-09-30T09:21:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:09 smithi118 ceph-mon[182959]: pgmap v996: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:10.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:09 smithi118 ceph-mon[185516]: osdmap e850: 8 total, 8 up, 8 in 2023-09-30T09:21:10.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:09 smithi118 ceph-mon[185516]: pgmap v996: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:09 smithi192 ceph-mon[180220]: osdmap e850: 8 total, 8 up, 8 in 2023-09-30T09:21:10.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:09 smithi192 ceph-mon[180220]: pgmap v996: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:10 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:10 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:10 smithi192 ceph-mon[180220]: osdmap e851: 8 total, 8 up, 8 in 2023-09-30T09:21:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:10 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3641584097' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:11.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:10 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[182959]: osdmap e851: 8 total, 8 up, 8 in 2023-09-30T09:21:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3641584097' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:11.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[185516]: osdmap e851: 8 total, 8 up, 8 in 2023-09-30T09:21:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3641584097' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:11.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:10 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:11.925 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.Commit (3014 ms) 2023-09-30T09:21:11.925 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.Abort 2023-09-30T09:21:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:11 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:11 smithi192 ceph-mon[180220]: osdmap e852: 8 total, 8 up, 8 in 2023-09-30T09:21:12.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:11 smithi192 ceph-mon[180220]: pgmap v999: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:12.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:11 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:12.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:11 smithi118 ceph-mon[185516]: osdmap e852: 8 total, 8 up, 8 in 2023-09-30T09:21:12.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:11 smithi118 ceph-mon[185516]: pgmap v999: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:11 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-5","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:11 smithi118 ceph-mon[182959]: osdmap e852: 8 total, 8 up, 8 in 2023-09-30T09:21:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:11 smithi118 ceph-mon[182959]: pgmap v999: 137 pgs: 5 creating+peering, 27 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:12 smithi192 ceph-mon[180220]: osdmap e853: 8 total, 8 up, 8 in 2023-09-30T09:21:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:12 smithi118 ceph-mon[182959]: osdmap e853: 8 total, 8 up, 8 in 2023-09-30T09:21:13.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:12 smithi118 ceph-mon[185516]: osdmap e853: 8 total, 8 up, 8 in 2023-09-30T09:21:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:13 smithi192 ceph-mon[180220]: osdmap e854: 8 total, 8 up, 8 in 2023-09-30T09:21:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:13 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/359823951' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:14.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:13 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:14.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:13 smithi192 ceph-mon[180220]: pgmap v1002: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:14.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:13 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:14.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:13 smithi192 ceph-mon[180220]: osdmap e855: 8 total, 8 up, 8 in 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[185516]: osdmap e854: 8 total, 8 up, 8 in 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/359823951' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[185516]: pgmap v1002: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[185516]: osdmap e855: 8 total, 8 up, 8 in 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[182959]: osdmap e854: 8 total, 8 up, 8 in 2023-09-30T09:21:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/359823951' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:14.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:14.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[182959]: pgmap v1002: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:14.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-6","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:14.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:13 smithi118 ceph-mon[182959]: osdmap e855: 8 total, 8 up, 8 in 2023-09-30T09:21:14.932 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.Abort (3008 ms) 2023-09-30T09:21:14.932 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.ReserveError 2023-09-30T09:21:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:14 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:14 smithi192 ceph-mon[180220]: osdmap e856: 8 total, 8 up, 8 in 2023-09-30T09:21:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:14 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:14 smithi118 ceph-mon[182959]: osdmap e856: 8 total, 8 up, 8 in 2023-09-30T09:21:15.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:14 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:15.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:14 smithi118 ceph-mon[185516]: osdmap e856: 8 total, 8 up, 8 in 2023-09-30T09:21:16.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:15 smithi192 ceph-mon[180220]: pgmap v1005: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:15 smithi118 ceph-mon[182959]: pgmap v1005: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:16.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:15 smithi118 ceph-mon[185516]: pgmap v1005: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:16 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:16 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:16 smithi192 ceph-mon[180220]: osdmap e857: 8 total, 8 up, 8 in 2023-09-30T09:21:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:16 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3850037796' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:16 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[182959]: osdmap e857: 8 total, 8 up, 8 in 2023-09-30T09:21:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3850037796' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[185516]: osdmap e857: 8 total, 8 up, 8 in 2023-09-30T09:21:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3850037796' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:17.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:16 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:17.976 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.ReserveError (3043 ms) 2023-09-30T09:21:17.976 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.CommitError 2023-09-30T09:21:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:17 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:17 smithi118 ceph-mon[182959]: osdmap e858: 8 total, 8 up, 8 in 2023-09-30T09:21:18.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:17 smithi118 ceph-mon[182959]: pgmap v1008: 137 pgs: 15 creating+peering, 17 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:18.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:17 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:18.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:17 smithi118 ceph-mon[185516]: osdmap e858: 8 total, 8 up, 8 in 2023-09-30T09:21:18.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:17 smithi118 ceph-mon[185516]: pgmap v1008: 137 pgs: 15 creating+peering, 17 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:18.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:17 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-7","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:18.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:17 smithi192 ceph-mon[180220]: osdmap e858: 8 total, 8 up, 8 in 2023-09-30T09:21:18.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:17 smithi192 ceph-mon[180220]: pgmap v1008: 137 pgs: 15 creating+peering, 17 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:18 smithi118 ceph-mon[182959]: osdmap e859: 8 total, 8 up, 8 in 2023-09-30T09:21:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:18 smithi118 ceph-mon[185516]: osdmap e859: 8 total, 8 up, 8 in 2023-09-30T09:21:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:18 smithi192 ceph-mon[180220]: osdmap e859: 8 total, 8 up, 8 in 2023-09-30T09:21:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:21:19] "GET /metrics HTTP/1.1" 200 33829 "" "Prometheus/2.43.0" 2023-09-30T09:21:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[182959]: osdmap e860: 8 total, 8 up, 8 in 2023-09-30T09:21:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3275384053' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[182959]: pgmap v1011: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[185516]: osdmap e860: 8 total, 8 up, 8 in 2023-09-30T09:21:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3275384053' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:20.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:19 smithi118 ceph-mon[185516]: pgmap v1011: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:19 smithi192 ceph-mon[180220]: osdmap e860: 8 total, 8 up, 8 in 2023-09-30T09:21:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:19 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3275384053' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:19 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:19 smithi192 ceph-mon[180220]: pgmap v1011: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:20.989 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.CommitError (3014 ms) 2023-09-30T09:21:20.990 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.AbortError 2023-09-30T09:21:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:20 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:20 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:20 smithi118 ceph-mon[182959]: osdmap e861: 8 total, 8 up, 8 in 2023-09-30T09:21:21.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:20 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:21.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:20 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:21.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:20 smithi118 ceph-mon[185516]: osdmap e861: 8 total, 8 up, 8 in 2023-09-30T09:21:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:20 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:20 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-8","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:21.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:20 smithi192 ceph-mon[180220]: osdmap e861: 8 total, 8 up, 8 in 2023-09-30T09:21:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:21 smithi118 ceph-mon[182959]: osdmap e862: 8 total, 8 up, 8 in 2023-09-30T09:21:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:21 smithi118 ceph-mon[182959]: pgmap v1014: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:22.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:21 smithi118 ceph-mon[185516]: osdmap e862: 8 total, 8 up, 8 in 2023-09-30T09:21:22.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:21 smithi118 ceph-mon[185516]: pgmap v1014: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:21 smithi192 ceph-mon[180220]: osdmap e862: 8 total, 8 up, 8 in 2023-09-30T09:21:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:21 smithi192 ceph-mon[180220]: pgmap v1014: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:25.153 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:25.153 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[182959]: osdmap e863: 8 total, 8 up, 8 in 2023-09-30T09:21:25.153 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3418538935' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:25.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:25.154 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:25.154 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:25.154 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[185516]: osdmap e863: 8 total, 8 up, 8 in 2023-09-30T09:21:25.154 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3418538935' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:25.154 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:22 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:25.155 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.AbortError (3016 ms) 2023-09-30T09:21:25.183 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.MultiReserve 2023-09-30T09:21:25.184 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:23 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:25.184 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:23 smithi118 ceph-mon[182959]: osdmap e864: 8 total, 8 up, 8 in 2023-09-30T09:21:25.184 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:23 smithi118 ceph-mon[182959]: pgmap v1017: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:25.185 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:23 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:25.185 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:23 smithi118 ceph-mon[185516]: osdmap e864: 8 total, 8 up, 8 in 2023-09-30T09:21:25.186 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:23 smithi118 ceph-mon[185516]: pgmap v1017: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:25.187 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:22 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:25.187 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:22 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:25.187 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:22 smithi192 ceph-mon[180220]: osdmap e863: 8 total, 8 up, 8 in 2023-09-30T09:21:25.188 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:22 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3418538935' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:25.188 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:22 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:25.188 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:23 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-9","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:25.188 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:23 smithi192 ceph-mon[180220]: osdmap e864: 8 total, 8 up, 8 in 2023-09-30T09:21:25.188 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:23 smithi192 ceph-mon[180220]: pgmap v1017: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:24 smithi118 ceph-mon[182959]: osdmap e865: 8 total, 8 up, 8 in 2023-09-30T09:21:25.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:24 smithi118 ceph-mon[185516]: osdmap e865: 8 total, 8 up, 8 in 2023-09-30T09:21:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:24 smithi192 ceph-mon[180220]: osdmap e865: 8 total, 8 up, 8 in 2023-09-30T09:21:26.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[182959]: osdmap e866: 8 total, 8 up, 8 in 2023-09-30T09:21:26.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/4255494364' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:26.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:26.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[182959]: pgmap v1020: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:26.411 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[185516]: osdmap e866: 8 total, 8 up, 8 in 2023-09-30T09:21:26.411 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/4255494364' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:26.411 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:26.411 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:26 smithi118 ceph-mon[185516]: pgmap v1020: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:26 smithi192 ceph-mon[180220]: osdmap e866: 8 total, 8 up, 8 in 2023-09-30T09:21:26.556 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:26 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/4255494364' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:26.556 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:26 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:26.556 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:26 smithi192 ceph-mon[180220]: pgmap v1020: 137 pgs: 32 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:27.021 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.MultiReserve (3016 ms) 2023-09-30T09:21:27.029 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.MultiCommit 2023-09-30T09:21:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:27 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:27 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:27 smithi118 ceph-mon[182959]: osdmap e867: 8 total, 8 up, 8 in 2023-09-30T09:21:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:27 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:27 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:27 smithi118 ceph-mon[185516]: osdmap e867: 8 total, 8 up, 8 in 2023-09-30T09:21:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:27 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:27.506 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:27 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-10","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:27.506 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:27 smithi192 ceph-mon[180220]: osdmap e867: 8 total, 8 up, 8 in 2023-09-30T09:21:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:28 smithi118 ceph-mon[182959]: osdmap e868: 8 total, 8 up, 8 in 2023-09-30T09:21:28.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:28 smithi118 ceph-mon[182959]: pgmap v1023: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:28.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:28 smithi118 ceph-mon[185516]: osdmap e868: 8 total, 8 up, 8 in 2023-09-30T09:21:28.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:28 smithi118 ceph-mon[185516]: pgmap v1023: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:28.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:28 smithi192 ceph-mon[180220]: osdmap e868: 8 total, 8 up, 8 in 2023-09-30T09:21:28.470 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:28 smithi192 ceph-mon[180220]: pgmap v1023: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[182959]: osdmap e869: 8 total, 8 up, 8 in 2023-09-30T09:21:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1716986220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:29.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:29.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:29.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[185516]: osdmap e869: 8 total, 8 up, 8 in 2023-09-30T09:21:29.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1716986220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:29 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:29 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:29 smithi192 ceph-mon[180220]: osdmap e869: 8 total, 8 up, 8 in 2023-09-30T09:21:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:29 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1716986220' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-11","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:30.049 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:21:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:21:29] "GET /metrics HTTP/1.1" 200 33829 "" "Prometheus/2.43.0" 2023-09-30T09:21:30.089 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:30 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1716986220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-11","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:30.089 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:30 smithi118 ceph-mon[182959]: pgmap v1026: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:30.090 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:30 smithi118 ceph-mon[182959]: osdmap e870: 8 total, 8 up, 8 in 2023-09-30T09:21:30.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:30 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1716986220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-11","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:30.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:30 smithi118 ceph-mon[185516]: pgmap v1026: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:30.090 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:30 smithi118 ceph-mon[185516]: osdmap e870: 8 total, 8 up, 8 in 2023-09-30T09:21:30.090 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.MultiCommit (3032 ms) 2023-09-30T09:21:30.090 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.MultiAbort 2023-09-30T09:21:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:30 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1716986220' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-11","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:30 smithi192 ceph-mon[180220]: pgmap v1026: 137 pgs: 12 creating+peering, 20 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:30 smithi192 ceph-mon[180220]: osdmap e870: 8 total, 8 up, 8 in 2023-09-30T09:21:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:31 smithi118 ceph-mon[182959]: osdmap e871: 8 total, 8 up, 8 in 2023-09-30T09:21:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:31 smithi118 ceph-mon[185516]: osdmap e871: 8 total, 8 up, 8 in 2023-09-30T09:21:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:31 smithi192 ceph-mon[180220]: osdmap e871: 8 total, 8 up, 8 in 2023-09-30T09:21:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[182959]: pgmap v1028: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[182959]: osdmap e872: 8 total, 8 up, 8 in 2023-09-30T09:21:32.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1222972178' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:32.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[185516]: pgmap v1028: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[185516]: osdmap e872: 8 total, 8 up, 8 in 2023-09-30T09:21:32.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1222972178' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:32.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:32 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:32 smithi192 ceph-mon[180220]: pgmap v1028: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:32 smithi192 ceph-mon[180220]: osdmap e872: 8 total, 8 up, 8 in 2023-09-30T09:21:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:32 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1222972178' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:32 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:33.082 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.MultiAbort (3028 ms) 2023-09-30T09:21:33.082 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.ReserveCommit 2023-09-30T09:21:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:33 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:33 smithi118 ceph-mon[182959]: osdmap e873: 8 total, 8 up, 8 in 2023-09-30T09:21:33.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:33 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:33.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:33 smithi118 ceph-mon[185516]: osdmap e873: 8 total, 8 up, 8 in 2023-09-30T09:21:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:33 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-12","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:33 smithi192 ceph-mon[180220]: osdmap e873: 8 total, 8 up, 8 in 2023-09-30T09:21:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:34 smithi118 ceph-mon[182959]: pgmap v1031: 137 pgs: 13 creating+peering, 19 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:34 smithi118 ceph-mon[182959]: osdmap e874: 8 total, 8 up, 8 in 2023-09-30T09:21:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:34.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:34 smithi118 ceph-mon[185516]: pgmap v1031: 137 pgs: 13 creating+peering, 19 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:34.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:34 smithi118 ceph-mon[185516]: osdmap e874: 8 total, 8 up, 8 in 2023-09-30T09:21:34.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:34 smithi192 ceph-mon[180220]: pgmap v1031: 137 pgs: 13 creating+peering, 19 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:34 smithi192 ceph-mon[180220]: osdmap e874: 8 total, 8 up, 8 in 2023-09-30T09:21:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:35 smithi118 ceph-mon[182959]: osdmap e875: 8 total, 8 up, 8 in 2023-09-30T09:21:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:35 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3347613707' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:35 smithi118 ceph-mon[185516]: osdmap e875: 8 total, 8 up, 8 in 2023-09-30T09:21:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:35 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3347613707' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:35 smithi192 ceph-mon[180220]: osdmap e875: 8 total, 8 up, 8 in 2023-09-30T09:21:35.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:35 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3347613707' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-13","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:36.095 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.ReserveCommit (3014 ms) 2023-09-30T09:21:36.096 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.ReserveAbort 2023-09-30T09:21:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[182959]: pgmap v1034: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3347613707' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-13","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:36.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[182959]: osdmap e876: 8 total, 8 up, 8 in 2023-09-30T09:21:36.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[185516]: pgmap v1034: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:36.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3347613707' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-13","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:36.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:36 smithi118 ceph-mon[185516]: osdmap e876: 8 total, 8 up, 8 in 2023-09-30T09:21:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:36 smithi192 ceph-mon[180220]: pgmap v1034: 137 pgs: 6 creating+peering, 26 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:36 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:36 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3347613707' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-13","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:36 smithi192 ceph-mon[180220]: osdmap e876: 8 total, 8 up, 8 in 2023-09-30T09:21:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:37 smithi118 ceph-mon[182959]: osdmap e877: 8 total, 8 up, 8 in 2023-09-30T09:21:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:37 smithi118 ceph-mon[185516]: osdmap e877: 8 total, 8 up, 8 in 2023-09-30T09:21:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:37 smithi192 ceph-mon[180220]: osdmap e877: 8 total, 8 up, 8 in 2023-09-30T09:21:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:38 smithi192 ceph-mon[180220]: pgmap v1037: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:38 smithi192 ceph-mon[180220]: osdmap e878: 8 total, 8 up, 8 in 2023-09-30T09:21:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:38 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1713631859' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:38.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:38 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:38.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:38 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:38.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:38 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:38.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[185516]: pgmap v1037: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:38.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[185516]: osdmap e878: 8 total, 8 up, 8 in 2023-09-30T09:21:38.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1713631859' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:38.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:38.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:38.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:38.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[182959]: pgmap v1037: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:38.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[182959]: osdmap e878: 8 total, 8 up, 8 in 2023-09-30T09:21:38.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1713631859' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:38.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:38.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:38.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:38 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:39.115 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.ReserveAbort (3019 ms) 2023-09-30T09:21:39.115 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.ManualCleanup 2023-09-30T09:21:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:39 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:39 smithi192 ceph-mon[180220]: osdmap e879: 8 total, 8 up, 8 in 2023-09-30T09:21:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:39 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:39 smithi118 ceph-mon[182959]: osdmap e879: 8 total, 8 up, 8 in 2023-09-30T09:21:39.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:39 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-14","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:39.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:39 smithi118 ceph-mon[185516]: osdmap e879: 8 total, 8 up, 8 in 2023-09-30T09:21:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:21:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:21:39] "GET /metrics HTTP/1.1" 200 33826 "" "Prometheus/2.43.0" 2023-09-30T09:21:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:40 smithi192 ceph-mon[180220]: pgmap v1040: 137 pgs: 29 unknown, 108 active+clean; 588 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 299 KiB/s rd, 248 KiB/s wr, 184 op/s 2023-09-30T09:21:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:40 smithi192 ceph-mon[180220]: osdmap e880: 8 total, 8 up, 8 in 2023-09-30T09:21:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:40 smithi118 ceph-mon[182959]: pgmap v1040: 137 pgs: 29 unknown, 108 active+clean; 588 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 299 KiB/s rd, 248 KiB/s wr, 184 op/s 2023-09-30T09:21:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:40 smithi118 ceph-mon[182959]: osdmap e880: 8 total, 8 up, 8 in 2023-09-30T09:21:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:40 smithi118 ceph-mon[185516]: pgmap v1040: 137 pgs: 29 unknown, 108 active+clean; 588 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 299 KiB/s rd, 248 KiB/s wr, 184 op/s 2023-09-30T09:21:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:40 smithi118 ceph-mon[185516]: osdmap e880: 8 total, 8 up, 8 in 2023-09-30T09:21:41.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:41 smithi192 ceph-mon[180220]: osdmap e881: 8 total, 8 up, 8 in 2023-09-30T09:21:41.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:41 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1163721760' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:41 smithi118 ceph-mon[182959]: osdmap e881: 8 total, 8 up, 8 in 2023-09-30T09:21:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:41 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1163721760' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:41.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:41 smithi118 ceph-mon[185516]: osdmap e881: 8 total, 8 up, 8 in 2023-09-30T09:21:41.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:41 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1163721760' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-15","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:42.135 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.ManualCleanup (3021 ms) 2023-09-30T09:21:42.135 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.Cleanup 2023-09-30T09:21:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:42 smithi192 ceph-mon[180220]: pgmap v1043: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:42 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:42.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:42 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1163721760' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-15","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:42.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:42 smithi192 ceph-mon[180220]: osdmap e882: 8 total, 8 up, 8 in 2023-09-30T09:21:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[182959]: pgmap v1043: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1163721760' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-15","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[182959]: osdmap e882: 8 total, 8 up, 8 in 2023-09-30T09:21:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[185516]: pgmap v1043: 137 pgs: 3 creating+peering, 29 unknown, 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1163721760' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-15","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:42.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:42 smithi118 ceph-mon[185516]: osdmap e882: 8 total, 8 up, 8 in 2023-09-30T09:21:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:43 smithi192 ceph-mon[180220]: osdmap e883: 8 total, 8 up, 8 in 2023-09-30T09:21:43.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:43 smithi118 ceph-mon[182959]: osdmap e883: 8 total, 8 up, 8 in 2023-09-30T09:21:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:43 smithi118 ceph-mon[185516]: osdmap e883: 8 total, 8 up, 8 in 2023-09-30T09:21:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:44 smithi192 ceph-mon[180220]: pgmap v1046: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:44 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:44 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:44 smithi192 ceph-mon[180220]: osdmap e884: 8 total, 8 up, 8 in 2023-09-30T09:21:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:44 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3408265525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:44.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:44 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[182959]: pgmap v1046: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[182959]: osdmap e884: 8 total, 8 up, 8 in 2023-09-30T09:21:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3408265525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:44.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[185516]: pgmap v1046: 105 pgs: 105 active+clean; 583 KiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:44.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:44.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:44.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[185516]: osdmap e884: 8 total, 8 up, 8 in 2023-09-30T09:21:44.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3408265525' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:44.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:44 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:45.154 INFO:tasks.workunit.client.0.smithi118.stdout:[ OK ] TestCls2PCQueue.Cleanup (3018 ms) 2023-09-30T09:21:45.154 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.MultiProducer 2023-09-30T09:21:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:45 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:45 smithi192 ceph-mon[180220]: osdmap e885: 8 total, 8 up, 8 in 2023-09-30T09:21:45.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:45 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:45.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:45 smithi118 ceph-mon[182959]: osdmap e885: 8 total, 8 up, 8 in 2023-09-30T09:21:45.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:45 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-16","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:45.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:45 smithi118 ceph-mon[185516]: osdmap e885: 8 total, 8 up, 8 in 2023-09-30T09:21:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:46 smithi192 ceph-mon[180220]: pgmap v1049: 137 pgs: 9 creating+peering, 15 unknown, 113 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:46.971 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:46 smithi192 ceph-mon[180220]: osdmap e886: 8 total, 8 up, 8 in 2023-09-30T09:21:46.972 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:46 smithi118 ceph-mon[182959]: pgmap v1049: 137 pgs: 9 creating+peering, 15 unknown, 113 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:46.972 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:46 smithi118 ceph-mon[182959]: osdmap e886: 8 total, 8 up, 8 in 2023-09-30T09:21:46.972 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:46 smithi118 ceph-mon[185516]: pgmap v1049: 137 pgs: 9 creating+peering, 15 unknown, 113 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:46.973 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:46 smithi118 ceph-mon[185516]: osdmap e886: 8 total, 8 up, 8 in 2023-09-30T09:21:47.190 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:720: Failure 2023-09-30T09:21:47.195 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:21:47.195 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:21:47.196 INFO:tasks.workunit.client.0.smithi118.stdout: ioctx.operate(queue_name, &op) 2023-09-30T09:21:47.196 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: -22 2023-09-30T09:21:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:47 smithi192 ceph-mon[180220]: osdmap e887: 8 total, 8 up, 8 in 2023-09-30T09:21:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:47 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/168906176' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:47 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:47 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:47 smithi192 ceph-mon[180220]: osdmap e888: 8 total, 8 up, 8 in 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[182959]: osdmap e887: 8 total, 8 up, 8 in 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/168906176' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[182959]: osdmap e888: 8 total, 8 up, 8 in 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[185516]: osdmap e887: 8 total, 8 up, 8 in 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/168906176' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:47.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-17","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:47.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:47 smithi118 ceph-mon[185516]: osdmap e888: 8 total, 8 up, 8 in 2023-09-30T09:21:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:48 smithi192 ceph-mon[180220]: pgmap v1052: 137 pgs: 14 creating+peering, 18 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:48 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:48 smithi192 ceph-mon[180220]: osdmap e889: 8 total, 8 up, 8 in 2023-09-30T09:21:48.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:48 smithi118 ceph-mon[182959]: pgmap v1052: 137 pgs: 14 creating+peering, 18 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:48.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:48 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:48.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:48 smithi118 ceph-mon[182959]: osdmap e889: 8 total, 8 up, 8 in 2023-09-30T09:21:48.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:48 smithi118 ceph-mon[185516]: pgmap v1052: 137 pgs: 14 creating+peering, 18 unknown, 105 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:48.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:48 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:48.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:48 smithi118 ceph-mon[185516]: osdmap e889: 8 total, 8 up, 8 in 2023-09-30T09:21:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:21:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:21:49] "GET /metrics HTTP/1.1" 200 36275 "" "Prometheus/2.43.0" 2023-09-30T09:21:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:21:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:49 smithi118 ceph-mon[182959]: pgmap v1055: 137 pgs: 14 creating+peering, 13 unknown, 110 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:21:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:49 smithi118 ceph-mon[185516]: pgmap v1055: 137 pgs: 14 creating+peering, 13 unknown, 110 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:21:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:21:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:49 smithi192 ceph-mon[180220]: pgmap v1055: 137 pgs: 14 creating+peering, 13 unknown, 110 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:51.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:50 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:51.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:50 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:50 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:50 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:50 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:50 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:51 smithi192 ceph-mon[180220]: pgmap v1056: 137 pgs: 14 creating+peering, 123 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:52.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:51 smithi118 ceph-mon[185516]: pgmap v1056: 137 pgs: 14 creating+peering, 123 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:52.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:51 smithi118 ceph-mon[182959]: pgmap v1056: 137 pgs: 14 creating+peering, 123 active+clean; 583 KiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:54.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:54 smithi118 ceph-mon[185516]: pgmap v1057: 137 pgs: 137 active+clean; 1.8 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.3 MiB/s rd, 7.2 MiB/s wr, 7.96k op/s 2023-09-30T09:21:54.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:54 smithi118 ceph-mon[182959]: pgmap v1057: 137 pgs: 137 active+clean; 1.8 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.3 MiB/s rd, 7.2 MiB/s wr, 7.96k op/s 2023-09-30T09:21:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:54 smithi192 ceph-mon[180220]: pgmap v1057: 137 pgs: 137 active+clean; 1.8 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.3 MiB/s rd, 7.2 MiB/s wr, 7.96k op/s 2023-09-30T09:21:54.588 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:726: Failure 2023-09-30T09:21:54.588 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:21:54.588 INFO:tasks.workunit.client.0.smithi118.stdout: consume_count 2023-09-30T09:21:54.588 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: 0 2023-09-30T09:21:54.588 INFO:tasks.workunit.client.0.smithi118.stdout: number_of_ops*number_of_elements*max_producer_count 2023-09-30T09:21:54.588 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: 69000 2023-09-30T09:21:55.097 INFO:tasks.workunit.client.0.smithi118.stdout:[ FAILED ] TestCls2PCQueue.MultiProducer (9943 ms) 2023-09-30T09:21:55.097 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.AsyncConsumer 2023-09-30T09:21:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:56 smithi192 ceph-mon[180220]: pgmap v1058: 137 pgs: 137 active+clean; 1.8 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.2 MiB/s wr, 6.85k op/s 2023-09-30T09:21:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:56 smithi192 ceph-mon[180220]: osdmap e890: 8 total, 8 up, 8 in 2023-09-30T09:21:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:56 smithi118 ceph-mon[182959]: pgmap v1058: 137 pgs: 137 active+clean; 1.8 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.2 MiB/s wr, 6.85k op/s 2023-09-30T09:21:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:56 smithi118 ceph-mon[182959]: osdmap e890: 8 total, 8 up, 8 in 2023-09-30T09:21:56.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:56 smithi118 ceph-mon[185516]: pgmap v1058: 137 pgs: 137 active+clean; 1.8 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.0 MiB/s rd, 6.2 MiB/s wr, 6.85k op/s 2023-09-30T09:21:56.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:56 smithi118 ceph-mon[185516]: osdmap e890: 8 total, 8 up, 8 in 2023-09-30T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:57 smithi192 ceph-mon[180220]: osdmap e891: 8 total, 8 up, 8 in 2023-09-30T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:57 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1649167148' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:57 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:57 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:57 smithi192 ceph-mon[180220]: osdmap e892: 8 total, 8 up, 8 in 2023-09-30T09:21:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[182959]: osdmap e891: 8 total, 8 up, 8 in 2023-09-30T09:21:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1649167148' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[182959]: osdmap e892: 8 total, 8 up, 8 in 2023-09-30T09:21:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[185516]: osdmap e891: 8 total, 8 up, 8 in 2023-09-30T09:21:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1649167148' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:57.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:57.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-18","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:21:57.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:57 smithi118 ceph-mon[185516]: osdmap e892: 8 total, 8 up, 8 in 2023-09-30T09:21:57.777 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:780: Failure 2023-09-30T09:21:57.777 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:21:57.777 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:21:57.777 INFO:tasks.workunit.client.0.smithi118.stdout: ioctx.operate(queue_name, &wop) 2023-09-30T09:21:57.777 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: -22 2023-09-30T09:21:58.101 INFO:tasks.workunit.client.0.smithi118.stdout:[ FAILED ] TestCls2PCQueue.AsyncConsumer (3004 ms) 2023-09-30T09:21:58.101 INFO:tasks.workunit.client.0.smithi118.stdout:[ RUN ] TestCls2PCQueue.MultiProducerConsumer 2023-09-30T09:21:58.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:58 smithi192 ceph-mon[180220]: pgmap v1061: 137 pgs: 13 creating+peering, 19 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:58.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:58 smithi192 ceph-mon[180220]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:58.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:58 smithi192 ceph-mon[180220]: osdmap e893: 8 total, 8 up, 8 in 2023-09-30T09:21:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:58 smithi118 ceph-mon[182959]: pgmap v1061: 137 pgs: 13 creating+peering, 19 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:58 smithi118 ceph-mon[182959]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:58 smithi118 ceph-mon[182959]: osdmap e893: 8 total, 8 up, 8 in 2023-09-30T09:21:58.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:58 smithi118 ceph-mon[185516]: pgmap v1061: 137 pgs: 13 creating+peering, 19 unknown, 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:21:58.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:58 smithi118 ceph-mon[185516]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-09-30T09:21:58.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:58 smithi118 ceph-mon[185516]: osdmap e893: 8 total, 8 up, 8 in 2023-09-30T09:21:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:59 smithi192 ceph-mon[180220]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:59 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T09:21:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:59 smithi192 ceph-mon[180220]: osdmap e894: 8 total, 8 up, 8 in 2023-09-30T09:21:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:59 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1204114608' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:21:59 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[182959]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T09:21:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[182959]: osdmap e894: 8 total, 8 up, 8 in 2023-09-30T09:21:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1204114608' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:59.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[185516]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-09-30T09:21:59.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T09:21:59.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[185516]: osdmap e894: 8 total, 8 up, 8 in 2023-09-30T09:21:59.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1204114608' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:21:59.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]: dispatch 2023-09-30T09:22:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:21:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:21:59] "GET /metrics HTTP/1.1" 200 36275 "" "Prometheus/2.43.0" 2023-09-30T09:22:00.266 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-09-30T09:22:00.267 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:22:00.267 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:22:00.267 INFO:tasks.workunit.client.0.smithi118.stdout: ioctx.operate(queue_name, &op) 2023-09-30T09:22:00.267 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: -22 2023-09-30T09:22:00.267 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-09-30T09:22:00.267 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:22:00.267 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout: ioctx.operate(queue_name, &op) 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: -22 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout: ioctx.operate(queue_name, &op) 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: -22 2023-09-30T09:22:00.268 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout: ioctx.operate(queue_name, &op) 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: -22 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/17.2.6-1161-g191c1869/rpm/el8/BUILD/ceph-17.2.6-1161-g191c1869/src/test/cls_2pc_queue/test_cls_2pc_queue.cc:853: Failure 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout:Expected equality of these values: 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout: 0 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout: ioctx.operate(queue_name, &op) 2023-09-30T09:22:00.269 INFO:tasks.workunit.client.0.smithi118.stdout: Which is: -22 2023-09-30T09:22:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:00 smithi192 ceph-mon[180220]: pgmap v1064: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:00 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:22:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:00 smithi192 ceph-mon[180220]: osdmap e895: 8 total, 8 up, 8 in 2023-09-30T09:22:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:00 smithi118 ceph-mon[182959]: pgmap v1064: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:00 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:22:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:00 smithi118 ceph-mon[182959]: osdmap e895: 8 total, 8 up, 8 in 2023-09-30T09:22:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:00 smithi118 ceph-mon[185516]: pgmap v1064: 105 pgs: 105 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:00 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "test-rados-api-smithi118-232795-19","app": "rados","yes_i_really_mean_it": true}]': finished 2023-09-30T09:22:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:00 smithi118 ceph-mon[185516]: osdmap e895: 8 total, 8 up, 8 in 2023-09-30T09:22:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:02 smithi192 ceph-mon[180220]: pgmap v1067: 137 pgs: 12 creating+peering, 18 unknown, 107 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:02 smithi192 ceph-mon[180220]: osdmap e896: 8 total, 8 up, 8 in 2023-09-30T09:22:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:02 smithi118 ceph-mon[182959]: pgmap v1067: 137 pgs: 12 creating+peering, 18 unknown, 107 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:02 smithi118 ceph-mon[182959]: osdmap e896: 8 total, 8 up, 8 in 2023-09-30T09:22:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:02 smithi118 ceph-mon[185516]: pgmap v1067: 137 pgs: 12 creating+peering, 18 unknown, 107 active+clean; 583 KiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:02 smithi118 ceph-mon[185516]: osdmap e896: 8 total, 8 up, 8 in 2023-09-30T09:22:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:04 smithi192 ceph-mon[180220]: pgmap v1069: 137 pgs: 12 creating+peering, 7 unknown, 118 active+clean; 1.0 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 MiB/s wr, 4.11k op/s 2023-09-30T09:22:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:22:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:04 smithi118 ceph-mon[182959]: pgmap v1069: 137 pgs: 12 creating+peering, 7 unknown, 118 active+clean; 1.0 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 MiB/s wr, 4.11k op/s 2023-09-30T09:22:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:22:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:04 smithi118 ceph-mon[185516]: pgmap v1069: 137 pgs: 12 creating+peering, 7 unknown, 118 active+clean; 1.0 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.2 MiB/s rd, 3.7 MiB/s wr, 4.11k op/s 2023-09-30T09:22:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:22:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:06 smithi192 ceph-mon[180220]: pgmap v1070: 137 pgs: 137 active+clean; 1.0 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.1 MiB/s wr, 3.38k op/s 2023-09-30T09:22:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:06 smithi118 ceph-mon[182959]: pgmap v1070: 137 pgs: 137 active+clean; 1.0 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.1 MiB/s wr, 3.38k op/s 2023-09-30T09:22:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:06 smithi118 ceph-mon[185516]: pgmap v1070: 137 pgs: 137 active+clean; 1.0 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.1 MiB/s wr, 3.38k op/s 2023-09-30T09:22:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:07 smithi192 ceph-mon[180220]: pgmap v1071: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.9 MiB/s wr, 4.36k op/s 2023-09-30T09:22:08.123 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:22:08.123 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:22:08.123 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:22:08.123 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[185516]: pgmap v1071: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.9 MiB/s wr, 4.36k op/s 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[182959]: pgmap v1071: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 MiB/s rd, 3.9 MiB/s wr, 4.36k op/s 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:22:08.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:22:08.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:22:10.088 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:22:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:22:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:22:10.089 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:10 smithi118 ceph-mon[182959]: pgmap v1072: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.5 MiB/s wr, 3.87k op/s 2023-09-30T09:22:10.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:10 smithi118 ceph-mon[185516]: pgmap v1072: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.5 MiB/s wr, 3.87k op/s 2023-09-30T09:22:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:10 smithi192 ceph-mon[180220]: pgmap v1072: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.1 MiB/s rd, 3.5 MiB/s wr, 3.87k op/s 2023-09-30T09:22:12.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:12 smithi118 ceph-mon[185516]: pgmap v1073: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.1 MiB/s wr, 3.45k op/s 2023-09-30T09:22:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:12 smithi118 ceph-mon[182959]: pgmap v1073: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.1 MiB/s wr, 3.45k op/s 2023-09-30T09:22:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:12 smithi192 ceph-mon[180220]: pgmap v1073: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 3.1 MiB/s wr, 3.45k op/s 2023-09-30T09:22:14.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:14 smithi118 ceph-mon[185516]: pgmap v1074: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 872 KiB/s rd, 2.6 MiB/s wr, 2.90k op/s 2023-09-30T09:22:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:14 smithi118 ceph-mon[182959]: pgmap v1074: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 872 KiB/s rd, 2.6 MiB/s wr, 2.90k op/s 2023-09-30T09:22:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:14 smithi192 ceph-mon[180220]: pgmap v1074: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 872 KiB/s rd, 2.6 MiB/s wr, 2.90k op/s 2023-09-30T09:22:16.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:16 smithi118 ceph-mon[185516]: pgmap v1075: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 351 KiB/s rd, 1.1 MiB/s wr, 1.19k op/s 2023-09-30T09:22:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:16 smithi118 ceph-mon[182959]: pgmap v1075: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 351 KiB/s rd, 1.1 MiB/s wr, 1.19k op/s 2023-09-30T09:22:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:16 smithi192 ceph-mon[180220]: pgmap v1075: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 351 KiB/s rd, 1.1 MiB/s wr, 1.19k op/s 2023-09-30T09:22:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:17 smithi192 ceph-mon[180220]: pgmap v1076: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 351 KiB/s rd, 1.1 MiB/s wr, 1.19k op/s 2023-09-30T09:22:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:17 smithi118 ceph-mon[185516]: pgmap v1076: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 351 KiB/s rd, 1.1 MiB/s wr, 1.19k op/s 2023-09-30T09:22:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:17 smithi118 ceph-mon[182959]: pgmap v1076: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 351 KiB/s rd, 1.1 MiB/s wr, 1.19k op/s 2023-09-30T09:22:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:22:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:22:19] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:22:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:19 smithi118 ceph-mon[185516]: pgmap v1077: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:19 smithi118 ceph-mon[182959]: pgmap v1077: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:19 smithi192 ceph-mon[180220]: pgmap v1077: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:22.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:22 smithi118 ceph-mon[185516]: pgmap v1078: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:22.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:22 smithi118 ceph-mon[182959]: pgmap v1078: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:22 smithi192 ceph-mon[180220]: pgmap v1078: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:24.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:24 smithi118 ceph-mon[185516]: pgmap v1079: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:24.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:24 smithi118 ceph-mon[182959]: pgmap v1079: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:24 smithi192 ceph-mon[180220]: pgmap v1079: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:26.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:26 smithi118 ceph-mon[185516]: pgmap v1080: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:26.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:26 smithi118 ceph-mon[182959]: pgmap v1080: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:26 smithi192 ceph-mon[180220]: pgmap v1080: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:27 smithi192 ceph-mon[180220]: pgmap v1081: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:27 smithi118 ceph-mon[185516]: pgmap v1081: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:27 smithi118 ceph-mon[182959]: pgmap v1081: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:30.093 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:22:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:22:29] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:22:30.093 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:30 smithi118 ceph-mon[185516]: pgmap v1082: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:30.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:30 smithi118 ceph-mon[182959]: pgmap v1082: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:30 smithi192 ceph-mon[180220]: pgmap v1082: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:32 smithi192 ceph-mon[180220]: pgmap v1083: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:32 smithi118 ceph-mon[185516]: pgmap v1083: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:32 smithi118 ceph-mon[182959]: pgmap v1083: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:34 smithi192 ceph-mon[180220]: pgmap v1084: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:34 smithi118 ceph-mon[185516]: pgmap v1084: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:34 smithi118 ceph-mon[182959]: pgmap v1084: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:36 smithi192 ceph-mon[180220]: pgmap v1085: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:36 smithi118 ceph-mon[185516]: pgmap v1085: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:36 smithi118 ceph-mon[182959]: pgmap v1085: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:37 smithi192 ceph-mon[180220]: pgmap v1086: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:37 smithi118 ceph-mon[185516]: pgmap v1086: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:37 smithi118 ceph-mon[182959]: pgmap v1086: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:22:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:22:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:22:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:40 smithi118 ceph-mon[182959]: pgmap v1087: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:40 smithi118 ceph-mon[185516]: pgmap v1087: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:40 smithi192 ceph-mon[180220]: pgmap v1087: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:42 smithi192 ceph-mon[180220]: pgmap v1088: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:42 smithi118 ceph-mon[185516]: pgmap v1088: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:42 smithi118 ceph-mon[182959]: pgmap v1088: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:44 smithi192 ceph-mon[180220]: pgmap v1089: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:44 smithi118 ceph-mon[182959]: pgmap v1089: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:44 smithi118 ceph-mon[185516]: pgmap v1089: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:46 smithi192 ceph-mon[180220]: pgmap v1090: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:46 smithi118 ceph-mon[182959]: pgmap v1090: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:46 smithi118 ceph-mon[185516]: pgmap v1090: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:47 smithi192 ceph-mon[180220]: pgmap v1091: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:47 smithi118 ceph-mon[182959]: pgmap v1091: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:47 smithi118 ceph-mon[185516]: pgmap v1091: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:22:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:22:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:22:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:22:50.669 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:49 smithi118 ceph-mon[185516]: pgmap v1092: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:50.669 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:49 smithi118 ceph-mon[182959]: pgmap v1092: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:50.669 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:49 smithi192 ceph-mon[180220]: pgmap v1092: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:52 smithi192 ceph-mon[180220]: pgmap v1093: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:52 smithi118 ceph-mon[185516]: pgmap v1093: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:52 smithi118 ceph-mon[182959]: pgmap v1093: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:54 smithi192 ceph-mon[180220]: pgmap v1094: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:54 smithi118 ceph-mon[185516]: pgmap v1094: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:54 smithi118 ceph-mon[182959]: pgmap v1094: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:56 smithi192 ceph-mon[180220]: pgmap v1095: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:56 smithi118 ceph-mon[185516]: pgmap v1095: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:56 smithi118 ceph-mon[182959]: pgmap v1095: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:22:57 smithi192 ceph-mon[180220]: pgmap v1096: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:22:57 smithi118 ceph-mon[185516]: pgmap v1096: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:22:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:22:57 smithi118 ceph-mon[182959]: pgmap v1096: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:22:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:22:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:23:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:00 smithi192 ceph-mon[180220]: pgmap v1097: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:00 smithi118 ceph-mon[182959]: pgmap v1097: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:00 smithi118 ceph-mon[185516]: pgmap v1097: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:02 smithi192 ceph-mon[180220]: pgmap v1098: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:02 smithi118 ceph-mon[182959]: pgmap v1098: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:02 smithi118 ceph-mon[185516]: pgmap v1098: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:04 smithi192 ceph-mon[180220]: pgmap v1099: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:04 smithi118 ceph-mon[182959]: pgmap v1099: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:04 smithi118 ceph-mon[185516]: pgmap v1099: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:06 smithi192 ceph-mon[180220]: pgmap v1100: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:06 smithi118 ceph-mon[185516]: pgmap v1100: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:06 smithi118 ceph-mon[182959]: pgmap v1100: 137 pgs: 137 active+clean; 1.3 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:07 smithi192 ceph-mon[180220]: pgmap v1101: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:07 smithi118 ceph-mon[185516]: pgmap v1101: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:07 smithi118 ceph-mon[182959]: pgmap v1101: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:23:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:23:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:23:09.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:23:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:09 smithi192 ceph-mon[180220]: pgmap v1102: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:23:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:23:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:23:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:09 smithi118 ceph-mon[185516]: pgmap v1102: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:09 smithi118 ceph-mon[182959]: pgmap v1102: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:12 smithi192 ceph-mon[180220]: pgmap v1103: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:12 smithi118 ceph-mon[185516]: pgmap v1103: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:12 smithi118 ceph-mon[182959]: pgmap v1103: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:14 smithi192 ceph-mon[180220]: pgmap v1104: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:14 smithi118 ceph-mon[185516]: pgmap v1104: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:14 smithi118 ceph-mon[182959]: pgmap v1104: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:16 smithi192 ceph-mon[180220]: pgmap v1105: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:16 smithi118 ceph-mon[185516]: pgmap v1105: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:16 smithi118 ceph-mon[182959]: pgmap v1105: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:17 smithi192 ceph-mon[180220]: pgmap v1106: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:17 smithi118 ceph-mon[185516]: pgmap v1106: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:17 smithi118 ceph-mon[182959]: pgmap v1106: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:19 smithi118 ceph-mon[185516]: pgmap v1107: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:23:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:23:19] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:23:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:19 smithi118 ceph-mon[182959]: pgmap v1107: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:19 smithi192 ceph-mon[180220]: pgmap v1107: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:22 smithi192 ceph-mon[180220]: pgmap v1108: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:22.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:22 smithi118 ceph-mon[185516]: pgmap v1108: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:22 smithi118 ceph-mon[182959]: pgmap v1108: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:24 smithi192 ceph-mon[180220]: pgmap v1109: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:24 smithi118 ceph-mon[185516]: pgmap v1109: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:24 smithi118 ceph-mon[182959]: pgmap v1109: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:26 smithi192 ceph-mon[180220]: pgmap v1110: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:26 smithi118 ceph-mon[182959]: pgmap v1110: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:26 smithi118 ceph-mon[185516]: pgmap v1110: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:27 smithi192 ceph-mon[180220]: pgmap v1111: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:27 smithi118 ceph-mon[182959]: pgmap v1111: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:27 smithi118 ceph-mon[185516]: pgmap v1111: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:23:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:23:29] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:23:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:30 smithi192 ceph-mon[180220]: pgmap v1112: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:30 smithi118 ceph-mon[185516]: pgmap v1112: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:30 smithi118 ceph-mon[182959]: pgmap v1112: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:32 smithi192 ceph-mon[180220]: pgmap v1113: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:32 smithi118 ceph-mon[185516]: pgmap v1113: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:32 smithi118 ceph-mon[182959]: pgmap v1113: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:34 smithi192 ceph-mon[180220]: pgmap v1114: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:34.482 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:34 smithi118 ceph-mon[185516]: pgmap v1114: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:34.636 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:34.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:34 smithi118 ceph-mon[182959]: pgmap v1114: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:34.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:36 smithi192 ceph-mon[180220]: pgmap v1115: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:36 smithi118 ceph-mon[185516]: pgmap v1115: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:36 smithi118 ceph-mon[182959]: pgmap v1115: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:37 smithi192 ceph-mon[180220]: pgmap v1116: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:37 smithi118 ceph-mon[185516]: pgmap v1116: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:37 smithi118 ceph-mon[182959]: pgmap v1116: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:23:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:23:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:23:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:40 smithi192 ceph-mon[180220]: pgmap v1117: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:40 smithi118 ceph-mon[185516]: pgmap v1117: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:40 smithi118 ceph-mon[182959]: pgmap v1117: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:42 smithi192 ceph-mon[180220]: pgmap v1118: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:42 smithi118 ceph-mon[185516]: pgmap v1118: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:42 smithi118 ceph-mon[182959]: pgmap v1118: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:44 smithi192 ceph-mon[180220]: pgmap v1119: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:44 smithi118 ceph-mon[185516]: pgmap v1119: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:44 smithi118 ceph-mon[182959]: pgmap v1119: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:46 smithi192 ceph-mon[180220]: pgmap v1120: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:46 smithi118 ceph-mon[185516]: pgmap v1120: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:46 smithi118 ceph-mon[182959]: pgmap v1120: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:47 smithi192 ceph-mon[180220]: pgmap v1121: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:47 smithi118 ceph-mon[185516]: pgmap v1121: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:47 smithi118 ceph-mon[182959]: pgmap v1121: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:23:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:49 smithi118 ceph-mon[182959]: pgmap v1122: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:23:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:23:49] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:23:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:49 smithi118 ceph-mon[185516]: pgmap v1122: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:49 smithi192 ceph-mon[180220]: pgmap v1122: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:52 smithi192 ceph-mon[180220]: pgmap v1123: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:52 smithi118 ceph-mon[182959]: pgmap v1123: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:52 smithi118 ceph-mon[185516]: pgmap v1123: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:54 smithi192 ceph-mon[180220]: pgmap v1124: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:54 smithi118 ceph-mon[182959]: pgmap v1124: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:54 smithi118 ceph-mon[185516]: pgmap v1124: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:56 smithi192 ceph-mon[180220]: pgmap v1125: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:56 smithi118 ceph-mon[182959]: pgmap v1125: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:56 smithi118 ceph-mon[185516]: pgmap v1125: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:23:57 smithi192 ceph-mon[180220]: pgmap v1126: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:23:57 smithi118 ceph-mon[185516]: pgmap v1126: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:23:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:23:57 smithi118 ceph-mon[182959]: pgmap v1126: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:23:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:23:59] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:24:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:00 smithi192 ceph-mon[180220]: pgmap v1127: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:00 smithi118 ceph-mon[185516]: pgmap v1127: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:00 smithi118 ceph-mon[182959]: pgmap v1127: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:02 smithi192 ceph-mon[180220]: pgmap v1128: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:02 smithi118 ceph-mon[185516]: pgmap v1128: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:02 smithi118 ceph-mon[182959]: pgmap v1128: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:04 smithi192 ceph-mon[180220]: pgmap v1129: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:04 smithi118 ceph-mon[185516]: pgmap v1129: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:04 smithi118 ceph-mon[182959]: pgmap v1129: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:06 smithi192 ceph-mon[180220]: pgmap v1130: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:06 smithi118 ceph-mon[185516]: pgmap v1130: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:06 smithi118 ceph-mon[182959]: pgmap v1130: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:07 smithi192 ceph-mon[180220]: pgmap v1131: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:07 smithi118 ceph-mon[185516]: pgmap v1131: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:07 smithi118 ceph-mon[182959]: pgmap v1131: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:08.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:08 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:24:09.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:08 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:24:09.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:08 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:24:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:09 smithi192 ceph-mon[180220]: pgmap v1132: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:24:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:24:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:24:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:24:09] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:24:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[185516]: pgmap v1132: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:24:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:24:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:24:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[182959]: pgmap v1132: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:24:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:24:10.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:24:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:12 smithi192 ceph-mon[180220]: pgmap v1133: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:12 smithi118 ceph-mon[185516]: pgmap v1133: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:12 smithi118 ceph-mon[182959]: pgmap v1133: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:14 smithi192 ceph-mon[180220]: pgmap v1134: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:14 smithi118 ceph-mon[185516]: pgmap v1134: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:14 smithi118 ceph-mon[182959]: pgmap v1134: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:16 smithi192 ceph-mon[180220]: pgmap v1135: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:16.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:16 smithi118 ceph-mon[185516]: pgmap v1135: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:16.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:16 smithi118 ceph-mon[182959]: pgmap v1135: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:17 smithi192 ceph-mon[180220]: pgmap v1136: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:17 smithi118 ceph-mon[185516]: pgmap v1136: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:17 smithi118 ceph-mon[182959]: pgmap v1136: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:24:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:24:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:24:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:19 smithi118 ceph-mon[185516]: pgmap v1137: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:19 smithi118 ceph-mon[182959]: pgmap v1137: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:19 smithi192 ceph-mon[180220]: pgmap v1137: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:22 smithi192 ceph-mon[180220]: pgmap v1138: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:22 smithi118 ceph-mon[185516]: pgmap v1138: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:22 smithi118 ceph-mon[182959]: pgmap v1138: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:24 smithi192 ceph-mon[180220]: pgmap v1139: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:24 smithi118 ceph-mon[185516]: pgmap v1139: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:24 smithi118 ceph-mon[182959]: pgmap v1139: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:26.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:26 smithi192 ceph-mon[180220]: pgmap v1140: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:26 smithi118 ceph-mon[185516]: pgmap v1140: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:26 smithi118 ceph-mon[182959]: pgmap v1140: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:27 smithi192 ceph-mon[180220]: pgmap v1141: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:27 smithi118 ceph-mon[185516]: pgmap v1141: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:27 smithi118 ceph-mon[182959]: pgmap v1141: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:24:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:24:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:24:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:30 smithi192 ceph-mon[180220]: pgmap v1142: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:30.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:30 smithi118 ceph-mon[185516]: pgmap v1142: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:30 smithi118 ceph-mon[182959]: pgmap v1142: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:32 smithi192 ceph-mon[180220]: pgmap v1143: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:32.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:32 smithi118 ceph-mon[185516]: pgmap v1143: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:32 smithi118 ceph-mon[182959]: pgmap v1143: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:34 smithi192 ceph-mon[180220]: pgmap v1144: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:34 smithi118 ceph-mon[185516]: pgmap v1144: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:34 smithi118 ceph-mon[182959]: pgmap v1144: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:36 smithi192 ceph-mon[180220]: pgmap v1145: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:36 smithi118 ceph-mon[185516]: pgmap v1145: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:36 smithi118 ceph-mon[182959]: pgmap v1145: 137 pgs: 137 active+clean; 1.3 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:37 smithi192 ceph-mon[180220]: pgmap v1146: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:38.188 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:37 smithi118 ceph-mon[185516]: pgmap v1146: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:38.188 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:37 smithi118 ceph-mon[182959]: pgmap v1146: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:24:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:24:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:24:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:40 smithi192 ceph-mon[180220]: pgmap v1147: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:40 smithi118 ceph-mon[185516]: pgmap v1147: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:40 smithi118 ceph-mon[182959]: pgmap v1147: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:42 smithi192 ceph-mon[180220]: pgmap v1148: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:42 smithi118 ceph-mon[185516]: pgmap v1148: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:42 smithi118 ceph-mon[182959]: pgmap v1148: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:44 smithi192 ceph-mon[180220]: pgmap v1149: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:44 smithi118 ceph-mon[185516]: pgmap v1149: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:44 smithi118 ceph-mon[182959]: pgmap v1149: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:46 smithi192 ceph-mon[180220]: pgmap v1150: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:46 smithi118 ceph-mon[185516]: pgmap v1150: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:46 smithi118 ceph-mon[182959]: pgmap v1150: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:47 smithi192 ceph-mon[180220]: pgmap v1151: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:47 smithi118 ceph-mon[185516]: pgmap v1151: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:47 smithi118 ceph-mon[182959]: pgmap v1151: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:24:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:24:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:24:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T09:24:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:49 smithi118 ceph-mon[185516]: pgmap v1152: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:49 smithi118 ceph-mon[182959]: pgmap v1152: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:49 smithi192 ceph-mon[180220]: pgmap v1152: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:52.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:52 smithi192 ceph-mon[180220]: pgmap v1153: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:52 smithi118 ceph-mon[185516]: pgmap v1153: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:52 smithi118 ceph-mon[182959]: pgmap v1153: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:54 smithi192 ceph-mon[180220]: pgmap v1154: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:54 smithi118 ceph-mon[185516]: pgmap v1154: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:54 smithi118 ceph-mon[182959]: pgmap v1154: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:56 smithi192 ceph-mon[180220]: pgmap v1155: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:56 smithi118 ceph-mon[185516]: pgmap v1155: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:56 smithi118 ceph-mon[182959]: pgmap v1155: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:24:57 smithi192 ceph-mon[180220]: pgmap v1156: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:24:57 smithi118 ceph-mon[185516]: pgmap v1156: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:24:57 smithi118 ceph-mon[182959]: pgmap v1156: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:24:59.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:24:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=sqlstore.transactions t=2023-09-30T09:24:59.088452701Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-09-30T09:24:59.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:24:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T09:24:59.090597678Z level=info msg="Completed cleanup jobs" duration=13.388765ms 2023-09-30T09:25:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:24:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:24:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T09:25:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:00 smithi192 ceph-mon[180220]: pgmap v1157: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:00 smithi118 ceph-mon[185516]: pgmap v1157: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:00 smithi118 ceph-mon[182959]: pgmap v1157: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:02 smithi192 ceph-mon[180220]: pgmap v1158: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:02.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:02 smithi118 ceph-mon[185516]: pgmap v1158: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:02 smithi118 ceph-mon[182959]: pgmap v1158: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:04 smithi192 ceph-mon[180220]: pgmap v1159: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:04 smithi118 ceph-mon[185516]: pgmap v1159: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:04 smithi118 ceph-mon[182959]: pgmap v1159: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:06.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:06 smithi192 ceph-mon[180220]: pgmap v1160: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:06 smithi118 ceph-mon[185516]: pgmap v1160: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:06 smithi118 ceph-mon[182959]: pgmap v1160: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:07 smithi192 ceph-mon[180220]: pgmap v1161: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:07 smithi118 ceph-mon[185516]: pgmap v1161: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:07 smithi118 ceph-mon[182959]: pgmap v1161: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:25:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:25:09] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:25:10.448 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:10 smithi192 ceph-mon[180220]: pgmap v1162: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:10.448 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:25:10.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:10 smithi118 ceph-mon[182959]: pgmap v1162: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:10.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:25:10.576 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:10 smithi118 ceph-mon[185516]: pgmap v1162: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:10.576 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:25:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: pgmap v1163: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:25:12.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:25:12.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: pgmap v1163: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:25:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: pgmap v1163: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:25:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:25:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:14 smithi192 ceph-mon[180220]: pgmap v1164: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:14 smithi118 ceph-mon[185516]: pgmap v1164: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:14 smithi118 ceph-mon[182959]: pgmap v1164: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:16 smithi192 ceph-mon[180220]: pgmap v1165: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:16 smithi118 ceph-mon[185516]: pgmap v1165: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:16 smithi118 ceph-mon[182959]: pgmap v1165: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:17 smithi192 ceph-mon[180220]: pgmap v1166: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:17 smithi118 ceph-mon[185516]: pgmap v1166: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:17 smithi118 ceph-mon[182959]: pgmap v1166: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:25:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:25:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:25:20.377 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:20 smithi118 ceph-mon[185516]: pgmap v1167: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:20.378 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:20 smithi118 ceph-mon[182959]: pgmap v1167: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:19 smithi192 ceph-mon[180220]: pgmap v1167: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:22 smithi192 ceph-mon[180220]: pgmap v1168: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:22 smithi118 ceph-mon[185516]: pgmap v1168: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:22 smithi118 ceph-mon[182959]: pgmap v1168: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:24 smithi192 ceph-mon[180220]: pgmap v1169: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:24 smithi118 ceph-mon[185516]: pgmap v1169: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:24 smithi118 ceph-mon[182959]: pgmap v1169: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:26 smithi192 ceph-mon[180220]: pgmap v1170: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:26 smithi118 ceph-mon[185516]: pgmap v1170: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:26 smithi118 ceph-mon[182959]: pgmap v1170: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:27 smithi192 ceph-mon[180220]: pgmap v1171: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:27 smithi118 ceph-mon[185516]: pgmap v1171: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:27 smithi118 ceph-mon[182959]: pgmap v1171: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:25:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:25:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:25:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:30 smithi192 ceph-mon[180220]: pgmap v1172: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:30 smithi118 ceph-mon[185516]: pgmap v1172: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:30 smithi118 ceph-mon[182959]: pgmap v1172: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:32 smithi192 ceph-mon[180220]: pgmap v1173: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:32 smithi118 ceph-mon[182959]: pgmap v1173: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:32 smithi118 ceph-mon[185516]: pgmap v1173: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:34 smithi192 ceph-mon[180220]: pgmap v1174: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:34 smithi118 ceph-mon[185516]: pgmap v1174: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:34 smithi118 ceph-mon[182959]: pgmap v1174: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:36 smithi192 ceph-mon[180220]: pgmap v1175: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:36.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:36 smithi118 ceph-mon[185516]: pgmap v1175: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:36 smithi118 ceph-mon[182959]: pgmap v1175: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:37 smithi192 ceph-mon[180220]: pgmap v1176: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:37 smithi118 ceph-mon[185516]: pgmap v1176: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:37 smithi118 ceph-mon[182959]: pgmap v1176: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:25:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:25:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:25:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:40 smithi192 ceph-mon[180220]: pgmap v1177: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:40 smithi118 ceph-mon[185516]: pgmap v1177: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:40 smithi118 ceph-mon[182959]: pgmap v1177: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:42 smithi192 ceph-mon[180220]: pgmap v1178: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:43.805 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:42 smithi118 ceph-mon[185516]: pgmap v1178: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:43.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:42 smithi118 ceph-mon[182959]: pgmap v1178: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:44 smithi192 ceph-mon[180220]: pgmap v1179: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:44 smithi118 ceph-mon[185516]: pgmap v1179: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:45.191 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:44 smithi118 ceph-mon[182959]: pgmap v1179: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:46 smithi192 ceph-mon[180220]: pgmap v1180: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:46.743 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:46 smithi118 ceph-mon[185516]: pgmap v1180: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:46.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:46 smithi118 ceph-mon[182959]: pgmap v1180: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:47 smithi192 ceph-mon[180220]: pgmap v1181: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:47 smithi118 ceph-mon[185516]: pgmap v1181: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:47 smithi118 ceph-mon[182959]: pgmap v1181: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:25:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:25:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:25:49] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:25:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:49 smithi118 ceph-mon[185516]: pgmap v1182: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:49 smithi118 ceph-mon[182959]: pgmap v1182: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:50 smithi192 ceph-mon[180220]: pgmap v1182: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:52 smithi192 ceph-mon[180220]: pgmap v1183: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:52 smithi118 ceph-mon[185516]: pgmap v1183: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:52 smithi118 ceph-mon[182959]: pgmap v1183: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:54 smithi192 ceph-mon[180220]: pgmap v1184: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:54 smithi118 ceph-mon[185516]: pgmap v1184: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:54 smithi118 ceph-mon[182959]: pgmap v1184: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:56 smithi192 ceph-mon[180220]: pgmap v1185: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:56 smithi118 ceph-mon[185516]: pgmap v1185: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:56 smithi118 ceph-mon[182959]: pgmap v1185: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:25:57 smithi192 ceph-mon[180220]: pgmap v1186: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:25:57 smithi118 ceph-mon[182959]: pgmap v1186: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:25:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:25:57 smithi118 ceph-mon[185516]: pgmap v1186: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:25:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:25:59] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:26:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:00 smithi192 ceph-mon[180220]: pgmap v1187: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:00.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:00 smithi118 ceph-mon[185516]: pgmap v1187: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:00.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:00 smithi118 ceph-mon[182959]: pgmap v1187: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:02 smithi192 ceph-mon[180220]: pgmap v1188: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:02 smithi118 ceph-mon[185516]: pgmap v1188: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:02 smithi118 ceph-mon[182959]: pgmap v1188: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:04 smithi192 ceph-mon[180220]: pgmap v1189: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:04 smithi118 ceph-mon[185516]: pgmap v1189: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:04 smithi118 ceph-mon[182959]: pgmap v1189: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:06 smithi192 ceph-mon[180220]: pgmap v1190: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:06 smithi118 ceph-mon[185516]: pgmap v1190: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:06 smithi118 ceph-mon[182959]: pgmap v1190: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:07 smithi192 ceph-mon[180220]: pgmap v1191: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:07 smithi118 ceph-mon[185516]: pgmap v1191: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:07 smithi118 ceph-mon[182959]: pgmap v1191: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:26:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:26:09] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:26:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:10 smithi192 ceph-mon[180220]: pgmap v1192: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:10 smithi118 ceph-mon[185516]: pgmap v1192: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:10 smithi118 ceph-mon[182959]: pgmap v1192: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:12 smithi192 ceph-mon[180220]: pgmap v1193: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:26:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:12 smithi118 ceph-mon[185516]: pgmap v1193: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:26:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:12 smithi118 ceph-mon[182959]: pgmap v1193: 137 pgs: 137 active+clean; 1.3 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:26:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:26:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:26:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:26:13.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:26:13.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:26:13.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:26:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:26:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:26:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:26:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:14 smithi192 ceph-mon[180220]: pgmap v1194: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:14 smithi118 ceph-mon[185516]: pgmap v1194: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:14 smithi118 ceph-mon[182959]: pgmap v1194: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:16 smithi192 ceph-mon[180220]: pgmap v1195: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:16 smithi118 ceph-mon[185516]: pgmap v1195: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:16.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:16 smithi118 ceph-mon[182959]: pgmap v1195: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:17 smithi192 ceph-mon[180220]: pgmap v1196: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:17 smithi118 ceph-mon[182959]: pgmap v1196: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:17 smithi118 ceph-mon[185516]: pgmap v1196: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:26:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:26:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:26:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:19 smithi118 ceph-mon[185516]: pgmap v1197: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:19 smithi118 ceph-mon[182959]: pgmap v1197: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:19 smithi192 ceph-mon[180220]: pgmap v1197: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:22 smithi192 ceph-mon[180220]: pgmap v1198: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:22 smithi118 ceph-mon[185516]: pgmap v1198: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:22 smithi118 ceph-mon[182959]: pgmap v1198: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:24 smithi192 ceph-mon[180220]: pgmap v1199: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:24.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:24 smithi118 ceph-mon[185516]: pgmap v1199: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:24.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:24 smithi118 ceph-mon[182959]: pgmap v1199: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:26 smithi192 ceph-mon[180220]: pgmap v1200: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:26 smithi118 ceph-mon[185516]: pgmap v1200: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:26 smithi118 ceph-mon[182959]: pgmap v1200: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:27 smithi192 ceph-mon[180220]: pgmap v1201: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:27 smithi118 ceph-mon[185516]: pgmap v1201: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:27 smithi118 ceph-mon[182959]: pgmap v1201: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:26:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:26:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:26:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:30 smithi192 ceph-mon[180220]: pgmap v1202: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:30 smithi118 ceph-mon[185516]: pgmap v1202: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:30.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:30 smithi118 ceph-mon[182959]: pgmap v1202: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:32 smithi192 ceph-mon[180220]: pgmap v1203: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:32 smithi118 ceph-mon[185516]: pgmap v1203: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:32 smithi118 ceph-mon[182959]: pgmap v1203: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:34 smithi192 ceph-mon[180220]: pgmap v1204: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:34 smithi118 ceph-mon[185516]: pgmap v1204: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:34 smithi118 ceph-mon[182959]: pgmap v1204: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:36 smithi192 ceph-mon[180220]: pgmap v1205: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:36 smithi118 ceph-mon[185516]: pgmap v1205: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:36 smithi118 ceph-mon[182959]: pgmap v1205: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:37 smithi192 ceph-mon[180220]: pgmap v1206: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:37 smithi118 ceph-mon[185516]: pgmap v1206: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:37 smithi118 ceph-mon[182959]: pgmap v1206: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:26:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:26:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:26:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:40 smithi192 ceph-mon[180220]: pgmap v1207: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:40 smithi118 ceph-mon[185516]: pgmap v1207: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:40 smithi118 ceph-mon[182959]: pgmap v1207: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:42 smithi192 ceph-mon[180220]: pgmap v1208: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:42 smithi118 ceph-mon[185516]: pgmap v1208: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:42 smithi118 ceph-mon[182959]: pgmap v1208: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:44 smithi192 ceph-mon[180220]: pgmap v1209: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:44 smithi118 ceph-mon[185516]: pgmap v1209: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:44 smithi118 ceph-mon[182959]: pgmap v1209: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:46 smithi192 ceph-mon[180220]: pgmap v1210: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:46 smithi118 ceph-mon[185516]: pgmap v1210: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:46 smithi118 ceph-mon[182959]: pgmap v1210: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:47 smithi192 ceph-mon[180220]: pgmap v1211: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:47 smithi118 ceph-mon[185516]: pgmap v1211: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:47 smithi118 ceph-mon[182959]: pgmap v1211: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:26:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:26:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:26:49] "GET /metrics HTTP/1.1" 200 36322 "" "Prometheus/2.43.0" 2023-09-30T09:26:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:49 smithi118 ceph-mon[185516]: pgmap v1212: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:49 smithi118 ceph-mon[182959]: pgmap v1212: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:49 smithi192 ceph-mon[180220]: pgmap v1212: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:52 smithi192 ceph-mon[180220]: pgmap v1213: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:52 smithi118 ceph-mon[185516]: pgmap v1213: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:52.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:52 smithi118 ceph-mon[182959]: pgmap v1213: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:54 smithi192 ceph-mon[180220]: pgmap v1214: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:54 smithi118 ceph-mon[185516]: pgmap v1214: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:54 smithi118 ceph-mon[182959]: pgmap v1214: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:56 smithi192 ceph-mon[180220]: pgmap v1215: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:56 smithi118 ceph-mon[185516]: pgmap v1215: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:56 smithi118 ceph-mon[182959]: pgmap v1215: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:26:57 smithi192 ceph-mon[180220]: pgmap v1216: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:26:57 smithi118 ceph-mon[185516]: pgmap v1216: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:26:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:26:57 smithi118 ceph-mon[182959]: pgmap v1216: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:26:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:26:59] "GET /metrics HTTP/1.1" 200 36322 "" "Prometheus/2.43.0" 2023-09-30T09:27:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:00 smithi192 ceph-mon[180220]: pgmap v1217: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:00 smithi118 ceph-mon[185516]: pgmap v1217: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:00 smithi118 ceph-mon[182959]: pgmap v1217: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:02 smithi192 ceph-mon[180220]: pgmap v1218: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:02.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:02 smithi118 ceph-mon[185516]: pgmap v1218: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:02 smithi118 ceph-mon[182959]: pgmap v1218: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:04 smithi192 ceph-mon[180220]: pgmap v1219: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:04 smithi118 ceph-mon[185516]: pgmap v1219: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:04 smithi118 ceph-mon[182959]: pgmap v1219: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:06 smithi192 ceph-mon[180220]: pgmap v1220: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:06 smithi118 ceph-mon[185516]: pgmap v1220: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:06 smithi118 ceph-mon[182959]: pgmap v1220: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:07 smithi192 ceph-mon[180220]: pgmap v1221: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:07 smithi118 ceph-mon[185516]: pgmap v1221: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:08.136 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:07 smithi118 ceph-mon[182959]: pgmap v1221: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:27:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:27:09] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:27:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:10 smithi192 ceph-mon[180220]: pgmap v1222: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:10 smithi118 ceph-mon[185516]: pgmap v1222: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:10 smithi118 ceph-mon[182959]: pgmap v1222: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:12 smithi192 ceph-mon[180220]: pgmap v1223: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:12 smithi118 ceph-mon[185516]: pgmap v1223: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:12 smithi118 ceph-mon[182959]: pgmap v1223: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:27:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:27:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:27:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:27:13.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:27:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:14 smithi192 ceph-mon[180220]: pgmap v1224: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:14 smithi118 ceph-mon[182959]: pgmap v1224: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:14 smithi118 ceph-mon[185516]: pgmap v1224: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:16 smithi192 ceph-mon[180220]: pgmap v1225: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:16 smithi118 ceph-mon[182959]: pgmap v1225: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:16 smithi118 ceph-mon[185516]: pgmap v1225: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:17 smithi192 ceph-mon[180220]: pgmap v1226: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:17 smithi118 ceph-mon[182959]: pgmap v1226: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:17 smithi118 ceph-mon[185516]: pgmap v1226: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:27:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:27:19] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:27:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:20 smithi118 ceph-mon[182959]: pgmap v1227: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:20 smithi118 ceph-mon[185516]: pgmap v1227: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:20 smithi192 ceph-mon[180220]: pgmap v1227: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:22 smithi192 ceph-mon[180220]: pgmap v1228: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:22.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:22 smithi118 ceph-mon[185516]: pgmap v1228: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:22 smithi118 ceph-mon[182959]: pgmap v1228: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:24 smithi192 ceph-mon[180220]: pgmap v1229: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:24 smithi118 ceph-mon[185516]: pgmap v1229: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:24 smithi118 ceph-mon[182959]: pgmap v1229: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:26 smithi192 ceph-mon[180220]: pgmap v1230: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:26 smithi118 ceph-mon[185516]: pgmap v1230: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:26 smithi118 ceph-mon[182959]: pgmap v1230: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:27 smithi192 ceph-mon[180220]: pgmap v1231: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:27 smithi118 ceph-mon[185516]: pgmap v1231: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:27 smithi118 ceph-mon[182959]: pgmap v1231: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:27:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:27:29] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:27:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:30 smithi192 ceph-mon[180220]: pgmap v1232: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:30 smithi118 ceph-mon[185516]: pgmap v1232: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:30 smithi118 ceph-mon[182959]: pgmap v1232: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:32 smithi192 ceph-mon[180220]: pgmap v1233: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:32 smithi118 ceph-mon[185516]: pgmap v1233: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:32 smithi118 ceph-mon[182959]: pgmap v1233: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:34 smithi192 ceph-mon[180220]: pgmap v1234: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:34 smithi118 ceph-mon[185516]: pgmap v1234: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:34 smithi118 ceph-mon[182959]: pgmap v1234: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:36 smithi192 ceph-mon[180220]: pgmap v1235: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:36 smithi118 ceph-mon[185516]: pgmap v1235: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:36 smithi118 ceph-mon[182959]: pgmap v1235: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:37 smithi192 ceph-mon[180220]: pgmap v1236: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:37 smithi118 ceph-mon[185516]: pgmap v1236: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:37 smithi118 ceph-mon[182959]: pgmap v1236: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:27:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:27:39] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:27:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:40 smithi192 ceph-mon[180220]: pgmap v1237: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:40 smithi118 ceph-mon[185516]: pgmap v1237: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:40 smithi118 ceph-mon[182959]: pgmap v1237: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:42 smithi192 ceph-mon[180220]: pgmap v1238: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:42.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:42 smithi118 ceph-mon[185516]: pgmap v1238: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:42.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:42 smithi118 ceph-mon[182959]: pgmap v1238: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:44 smithi192 ceph-mon[180220]: pgmap v1239: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:44 smithi118 ceph-mon[182959]: pgmap v1239: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:44.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:44 smithi118 ceph-mon[185516]: pgmap v1239: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:46 smithi192 ceph-mon[180220]: pgmap v1240: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:46 smithi118 ceph-mon[182959]: pgmap v1240: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:46 smithi118 ceph-mon[185516]: pgmap v1240: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:47 smithi192 ceph-mon[180220]: pgmap v1241: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:47 smithi118 ceph-mon[185516]: pgmap v1241: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:47 smithi118 ceph-mon[182959]: pgmap v1241: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:27:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:27:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:27:49] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:27:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:50 smithi118 ceph-mon[185516]: pgmap v1242: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:50 smithi118 ceph-mon[182959]: pgmap v1242: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:50 smithi192 ceph-mon[180220]: pgmap v1242: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:52 smithi192 ceph-mon[180220]: pgmap v1243: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:52 smithi118 ceph-mon[185516]: pgmap v1243: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:52 smithi118 ceph-mon[182959]: pgmap v1243: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:54 smithi192 ceph-mon[180220]: pgmap v1244: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:54 smithi118 ceph-mon[185516]: pgmap v1244: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:54.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:54 smithi118 ceph-mon[182959]: pgmap v1244: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:56.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:56 smithi192 ceph-mon[180220]: pgmap v1245: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:56 smithi118 ceph-mon[185516]: pgmap v1245: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:56 smithi118 ceph-mon[182959]: pgmap v1245: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:27:57 smithi192 ceph-mon[180220]: pgmap v1246: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:27:57 smithi118 ceph-mon[182959]: pgmap v1246: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:27:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:27:57 smithi118 ceph-mon[185516]: pgmap v1246: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:27:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:27:59] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:28:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:00 smithi192 ceph-mon[180220]: pgmap v1247: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:00 smithi118 ceph-mon[185516]: pgmap v1247: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:00 smithi118 ceph-mon[182959]: pgmap v1247: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:02 smithi192 ceph-mon[180220]: pgmap v1248: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:02 smithi118 ceph-mon[185516]: pgmap v1248: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:02 smithi118 ceph-mon[182959]: pgmap v1248: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:04 smithi192 ceph-mon[180220]: pgmap v1249: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:04 smithi118 ceph-mon[185516]: pgmap v1249: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:04 smithi118 ceph-mon[182959]: pgmap v1249: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:06 smithi192 ceph-mon[180220]: pgmap v1250: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:06 smithi118 ceph-mon[185516]: pgmap v1250: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:06 smithi118 ceph-mon[182959]: pgmap v1250: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:07 smithi192 ceph-mon[180220]: pgmap v1251: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:07 smithi118 ceph-mon[185516]: pgmap v1251: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:07 smithi118 ceph-mon[182959]: pgmap v1251: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:28:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:28:09] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T09:28:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:10 smithi192 ceph-mon[180220]: pgmap v1252: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:10 smithi118 ceph-mon[185516]: pgmap v1252: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:10 smithi118 ceph-mon[182959]: pgmap v1252: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:12 smithi192 ceph-mon[180220]: pgmap v1253: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:12.954 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:12 smithi118 ceph-mon[185516]: pgmap v1253: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:12.955 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:12 smithi118 ceph-mon[182959]: pgmap v1253: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:14 smithi192 ceph-mon[180220]: pgmap v1254: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:15.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:28:15.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:28:15.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:28:15.687 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:28:15.687 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[185516]: pgmap v1254: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[182959]: pgmap v1254: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:28:15.688 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:28:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:16 smithi192 ceph-mon[180220]: pgmap v1255: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:16 smithi118 ceph-mon[185516]: pgmap v1255: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:16 smithi118 ceph-mon[182959]: pgmap v1255: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:17 smithi192 ceph-mon[180220]: pgmap v1256: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:17 smithi118 ceph-mon[185516]: pgmap v1256: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:17 smithi118 ceph-mon[182959]: pgmap v1256: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:28:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:28:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:28:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:20 smithi118 ceph-mon[185516]: pgmap v1257: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:20 smithi118 ceph-mon[182959]: pgmap v1257: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:20 smithi192 ceph-mon[180220]: pgmap v1257: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:22 smithi192 ceph-mon[180220]: pgmap v1258: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:22 smithi118 ceph-mon[185516]: pgmap v1258: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:22 smithi118 ceph-mon[182959]: pgmap v1258: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:24 smithi192 ceph-mon[180220]: pgmap v1259: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:24 smithi118 ceph-mon[185516]: pgmap v1259: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:24 smithi118 ceph-mon[182959]: pgmap v1259: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:26 smithi192 ceph-mon[180220]: pgmap v1260: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:26 smithi118 ceph-mon[185516]: pgmap v1260: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:26 smithi118 ceph-mon[182959]: pgmap v1260: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:27 smithi192 ceph-mon[180220]: pgmap v1261: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:27 smithi118 ceph-mon[185516]: pgmap v1261: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:27 smithi118 ceph-mon[182959]: pgmap v1261: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:28:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:28:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:28:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:30 smithi192 ceph-mon[180220]: pgmap v1262: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:30.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:30 smithi118 ceph-mon[185516]: pgmap v1262: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:30.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:30 smithi118 ceph-mon[182959]: pgmap v1262: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:32 smithi192 ceph-mon[180220]: pgmap v1263: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:32 smithi118 ceph-mon[185516]: pgmap v1263: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:32 smithi118 ceph-mon[182959]: pgmap v1263: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:34 smithi192 ceph-mon[180220]: pgmap v1264: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:34 smithi118 ceph-mon[185516]: pgmap v1264: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:34 smithi118 ceph-mon[182959]: pgmap v1264: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:36 smithi192 ceph-mon[180220]: pgmap v1265: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:36.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:36 smithi118 ceph-mon[185516]: pgmap v1265: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:36.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:36 smithi118 ceph-mon[182959]: pgmap v1265: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T09:28:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:37 smithi192 ceph-mon[180220]: pgmap v1266: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:37 smithi118 ceph-mon[185516]: pgmap v1266: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:37 smithi118 ceph-mon[182959]: pgmap v1266: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:28:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:28:39] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:28:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:40 smithi192 ceph-mon[180220]: pgmap v1267: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:40 smithi118 ceph-mon[185516]: pgmap v1267: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:40 smithi118 ceph-mon[182959]: pgmap v1267: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:42 smithi192 ceph-mon[180220]: pgmap v1268: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:42 smithi118 ceph-mon[185516]: pgmap v1268: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:42 smithi118 ceph-mon[182959]: pgmap v1268: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:44 smithi192 ceph-mon[180220]: pgmap v1269: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:44 smithi118 ceph-mon[185516]: pgmap v1269: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:44.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:44 smithi118 ceph-mon[182959]: pgmap v1269: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:46 smithi192 ceph-mon[180220]: pgmap v1270: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:46 smithi118 ceph-mon[185516]: pgmap v1270: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:46 smithi118 ceph-mon[182959]: pgmap v1270: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:47 smithi192 ceph-mon[180220]: pgmap v1271: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:47 smithi118 ceph-mon[185516]: pgmap v1271: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:48.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:47 smithi118 ceph-mon[182959]: pgmap v1271: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:28:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:28:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:28:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:28:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:50 smithi118 ceph-mon[185516]: pgmap v1272: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:50 smithi118 ceph-mon[182959]: pgmap v1272: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:50 smithi192 ceph-mon[180220]: pgmap v1272: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:52 smithi192 ceph-mon[180220]: pgmap v1273: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:52 smithi118 ceph-mon[182959]: pgmap v1273: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:52 smithi118 ceph-mon[185516]: pgmap v1273: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:54 smithi192 ceph-mon[180220]: pgmap v1274: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:54 smithi118 ceph-mon[185516]: pgmap v1274: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:54 smithi118 ceph-mon[182959]: pgmap v1274: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:56 smithi192 ceph-mon[180220]: pgmap v1275: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:56 smithi118 ceph-mon[185516]: pgmap v1275: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:56 smithi118 ceph-mon[182959]: pgmap v1275: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:28:57 smithi192 ceph-mon[180220]: pgmap v1276: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:28:57 smithi118 ceph-mon[185516]: pgmap v1276: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:28:58.119 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:28:57 smithi118 ceph-mon[182959]: pgmap v1276: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:28:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:28:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:29:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:00 smithi192 ceph-mon[180220]: pgmap v1277: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:00 smithi118 ceph-mon[185516]: pgmap v1277: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:00 smithi118 ceph-mon[182959]: pgmap v1277: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:02.192 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:02 smithi118 ceph-mon[182959]: pgmap v1278: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:02 smithi192 ceph-mon[180220]: pgmap v1278: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:02 smithi118 ceph-mon[185516]: pgmap v1278: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:04 smithi192 ceph-mon[180220]: pgmap v1279: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:04.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:04 smithi118 ceph-mon[185516]: pgmap v1279: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:04.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:04.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:04 smithi118 ceph-mon[182959]: pgmap v1279: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:04.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:06 smithi192 ceph-mon[180220]: pgmap v1280: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:06 smithi118 ceph-mon[182959]: pgmap v1280: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:06 smithi118 ceph-mon[185516]: pgmap v1280: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:07 smithi192 ceph-mon[180220]: pgmap v1281: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:07 smithi118 ceph-mon[182959]: pgmap v1281: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:07 smithi118 ceph-mon[185516]: pgmap v1281: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:29:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:29:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:29:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:10 smithi192 ceph-mon[180220]: pgmap v1282: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:10 smithi118 ceph-mon[182959]: pgmap v1282: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:10 smithi118 ceph-mon[185516]: pgmap v1282: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:12 smithi192 ceph-mon[180220]: pgmap v1283: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:12 smithi118 ceph-mon[185516]: pgmap v1283: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:12 smithi118 ceph-mon[182959]: pgmap v1283: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:14 smithi192 ceph-mon[180220]: pgmap v1284: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:29:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:14 smithi118 ceph-mon[185516]: pgmap v1284: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:29:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:14 smithi118 ceph-mon[182959]: pgmap v1284: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:14.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:29:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:29:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:29:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:29:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:29:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:29:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:29:15.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:29:15.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:29:15.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:29:16.201 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:16 smithi118 ceph-mon[185516]: pgmap v1285: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:16.201 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:16 smithi118 ceph-mon[182959]: pgmap v1285: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:16 smithi192 ceph-mon[180220]: pgmap v1285: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:17 smithi192 ceph-mon[180220]: pgmap v1286: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:17 smithi118 ceph-mon[185516]: pgmap v1286: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:17 smithi118 ceph-mon[182959]: pgmap v1286: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:19.456 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:29:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:29:19] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:29:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:19 smithi118 ceph-mon[185516]: pgmap v1287: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:19 smithi118 ceph-mon[182959]: pgmap v1287: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:19 smithi192 ceph-mon[180220]: pgmap v1287: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:22 smithi192 ceph-mon[180220]: pgmap v1288: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:22 smithi118 ceph-mon[185516]: pgmap v1288: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:22 smithi118 ceph-mon[182959]: pgmap v1288: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:24 smithi192 ceph-mon[180220]: pgmap v1289: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:24 smithi118 ceph-mon[185516]: pgmap v1289: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:24 smithi118 ceph-mon[182959]: pgmap v1289: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:26.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:26 smithi192 ceph-mon[180220]: pgmap v1290: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:26 smithi118 ceph-mon[185516]: pgmap v1290: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:26 smithi118 ceph-mon[182959]: pgmap v1290: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:27 smithi192 ceph-mon[180220]: pgmap v1291: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:27 smithi118 ceph-mon[185516]: pgmap v1291: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:27 smithi118 ceph-mon[182959]: pgmap v1291: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:29:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:29:29] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:29:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:30 smithi192 ceph-mon[180220]: pgmap v1292: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:30 smithi118 ceph-mon[185516]: pgmap v1292: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:30 smithi118 ceph-mon[182959]: pgmap v1292: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:32.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:32 smithi192 ceph-mon[180220]: pgmap v1293: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:32 smithi118 ceph-mon[185516]: pgmap v1293: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:32.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:32 smithi118 ceph-mon[182959]: pgmap v1293: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:34 smithi192 ceph-mon[180220]: pgmap v1294: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:34 smithi118 ceph-mon[185516]: pgmap v1294: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:34 smithi118 ceph-mon[182959]: pgmap v1294: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:36.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:36 smithi192 ceph-mon[180220]: pgmap v1295: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:36 smithi118 ceph-mon[185516]: pgmap v1295: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:36 smithi118 ceph-mon[182959]: pgmap v1295: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:37 smithi192 ceph-mon[180220]: pgmap v1296: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:37 smithi118 ceph-mon[185516]: pgmap v1296: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:37 smithi118 ceph-mon[182959]: pgmap v1296: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:29:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:29:39] "GET /metrics HTTP/1.1" 200 36323 "" "Prometheus/2.43.0" 2023-09-30T09:29:40.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:40 smithi192 ceph-mon[180220]: pgmap v1297: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:40.993 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:40 smithi118 ceph-mon[185516]: pgmap v1297: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:40.993 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:40 smithi118 ceph-mon[182959]: pgmap v1297: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:42 smithi192 ceph-mon[180220]: pgmap v1298: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:42 smithi118 ceph-mon[185516]: pgmap v1298: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:42 smithi118 ceph-mon[182959]: pgmap v1298: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:44 smithi192 ceph-mon[180220]: pgmap v1299: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:44 smithi118 ceph-mon[185516]: pgmap v1299: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:44 smithi118 ceph-mon[182959]: pgmap v1299: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:46.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:46 smithi192 ceph-mon[180220]: pgmap v1300: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:46 smithi118 ceph-mon[185516]: pgmap v1300: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:46 smithi118 ceph-mon[182959]: pgmap v1300: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:47 smithi192 ceph-mon[180220]: pgmap v1301: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:47 smithi118 ceph-mon[185516]: pgmap v1301: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:47 smithi118 ceph-mon[182959]: pgmap v1301: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:29:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:29:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:29:49] "GET /metrics HTTP/1.1" 200 36323 "" "Prometheus/2.43.0" 2023-09-30T09:29:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:50 smithi118 ceph-mon[185516]: pgmap v1302: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:50 smithi118 ceph-mon[182959]: pgmap v1302: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:50 smithi192 ceph-mon[180220]: pgmap v1302: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:52 smithi192 ceph-mon[180220]: pgmap v1303: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:52 smithi118 ceph-mon[185516]: pgmap v1303: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:52.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:52 smithi118 ceph-mon[182959]: pgmap v1303: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:54.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:54 smithi192 ceph-mon[180220]: pgmap v1304: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:54 smithi118 ceph-mon[185516]: pgmap v1304: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:54 smithi118 ceph-mon[182959]: pgmap v1304: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:56 smithi192 ceph-mon[180220]: pgmap v1305: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:56 smithi118 ceph-mon[185516]: pgmap v1305: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:56 smithi118 ceph-mon[182959]: pgmap v1305: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:57.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:29:57 smithi192 ceph-mon[180220]: pgmap v1306: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:29:57 smithi118 ceph-mon[185516]: pgmap v1306: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:29:57 smithi118 ceph-mon[182959]: pgmap v1306: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:29:58.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:29:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=sqlstore.transactions t=2023-09-30T09:29:58.159286975Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2023-09-30T09:30:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:29:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:29:59] "GET /metrics HTTP/1.1" 200 36323 "" "Prometheus/2.43.0" 2023-09-30T09:30:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:00 smithi192 ceph-mon[180220]: pgmap v1307: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:00.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T09:30:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:00 smithi118 ceph-mon[185516]: pgmap v1307: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:30:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:00 smithi118 ceph-mon[182959]: pgmap v1307: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:30:02.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:02 smithi192 ceph-mon[180220]: pgmap v1308: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:02 smithi118 ceph-mon[185516]: pgmap v1308: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:02 smithi118 ceph-mon[182959]: pgmap v1308: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:04 smithi192 ceph-mon[180220]: pgmap v1309: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:04.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:04 smithi118 ceph-mon[185516]: pgmap v1309: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:04 smithi118 ceph-mon[182959]: pgmap v1309: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:06.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:06 smithi192 ceph-mon[180220]: pgmap v1310: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:06 smithi118 ceph-mon[185516]: pgmap v1310: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:06 smithi118 ceph-mon[182959]: pgmap v1310: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:07 smithi192 ceph-mon[180220]: pgmap v1311: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:07 smithi118 ceph-mon[185516]: pgmap v1311: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:07 smithi118 ceph-mon[182959]: pgmap v1311: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:30:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:30:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:30:10.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:10 smithi192 ceph-mon[180220]: pgmap v1312: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:10 smithi118 ceph-mon[185516]: pgmap v1312: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:10 smithi118 ceph-mon[182959]: pgmap v1312: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:12.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:12 smithi192 ceph-mon[180220]: pgmap v1313: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:12 smithi118 ceph-mon[185516]: pgmap v1313: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:12 smithi118 ceph-mon[182959]: pgmap v1313: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:14.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:14 smithi192 ceph-mon[180220]: pgmap v1314: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:14 smithi118 ceph-mon[185516]: pgmap v1314: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:14 smithi118 ceph-mon[182959]: pgmap v1314: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:30:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:30:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:30:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:30:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:30:16.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:16 smithi192 ceph-mon[180220]: pgmap v1315: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:16 smithi118 ceph-mon[185516]: pgmap v1315: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:16 smithi118 ceph-mon[182959]: pgmap v1315: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:17.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:17 smithi192 ceph-mon[180220]: pgmap v1316: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:17 smithi118 ceph-mon[185516]: pgmap v1316: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:17 smithi118 ceph-mon[182959]: pgmap v1316: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:30:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:30:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:30:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:20 smithi118 ceph-mon[185516]: pgmap v1317: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:20 smithi118 ceph-mon[182959]: pgmap v1317: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:20 smithi192 ceph-mon[180220]: pgmap v1317: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:22.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:22 smithi192 ceph-mon[180220]: pgmap v1318: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:22 smithi118 ceph-mon[185516]: pgmap v1318: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:22 smithi118 ceph-mon[182959]: pgmap v1318: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:24 smithi192 ceph-mon[180220]: pgmap v1319: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:24 smithi118 ceph-mon[185516]: pgmap v1319: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:24 smithi118 ceph-mon[182959]: pgmap v1319: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:26 smithi118 ceph-mon[185516]: pgmap v1320: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:26 smithi118 ceph-mon[182959]: pgmap v1320: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:26 smithi192 ceph-mon[180220]: pgmap v1320: 137 pgs: 137 active+clean; 1.3 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:27.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:27 smithi192 ceph-mon[180220]: pgmap v1321: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:27 smithi118 ceph-mon[182959]: pgmap v1321: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:27 smithi118 ceph-mon[185516]: pgmap v1321: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:30:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:30:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:30:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:30 smithi192 ceph-mon[180220]: pgmap v1322: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:30 smithi118 ceph-mon[185516]: pgmap v1322: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:30 smithi118 ceph-mon[182959]: pgmap v1322: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:32 smithi118 ceph-mon[185516]: pgmap v1323: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:32 smithi118 ceph-mon[182959]: pgmap v1323: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:32.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:32 smithi192 ceph-mon[180220]: pgmap v1323: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:34 smithi118 ceph-mon[185516]: pgmap v1324: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:34.610 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:34.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:34 smithi118 ceph-mon[182959]: pgmap v1324: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:34.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:34 smithi192 ceph-mon[180220]: pgmap v1324: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:36 smithi118 ceph-mon[185516]: pgmap v1325: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:36 smithi118 ceph-mon[182959]: pgmap v1325: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:36 smithi192 ceph-mon[180220]: pgmap v1325: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:37.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:37 smithi192 ceph-mon[180220]: pgmap v1326: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:37 smithi118 ceph-mon[185516]: pgmap v1326: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:37 smithi118 ceph-mon[182959]: pgmap v1326: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:30:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:30:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:30:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:40 smithi118 ceph-mon[185516]: pgmap v1327: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:40 smithi118 ceph-mon[182959]: pgmap v1327: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:40 smithi192 ceph-mon[180220]: pgmap v1327: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:42 smithi118 ceph-mon[185516]: pgmap v1328: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:42 smithi118 ceph-mon[182959]: pgmap v1328: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:42 smithi192 ceph-mon[180220]: pgmap v1328: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:44 smithi118 ceph-mon[185516]: pgmap v1329: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:44.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:44 smithi118 ceph-mon[182959]: pgmap v1329: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:44 smithi192 ceph-mon[180220]: pgmap v1329: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:46 smithi118 ceph-mon[185516]: pgmap v1330: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:46 smithi118 ceph-mon[182959]: pgmap v1330: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:46 smithi192 ceph-mon[180220]: pgmap v1330: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:47 smithi118 ceph-mon[185516]: pgmap v1331: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:47 smithi118 ceph-mon[182959]: pgmap v1331: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:47 smithi192 ceph-mon[180220]: pgmap v1331: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:30:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:30:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:30:49] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:30:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:50 smithi118 ceph-mon[185516]: pgmap v1332: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:50 smithi118 ceph-mon[182959]: pgmap v1332: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:50 smithi192 ceph-mon[180220]: pgmap v1332: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:52 smithi118 ceph-mon[185516]: pgmap v1333: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:52 smithi118 ceph-mon[182959]: pgmap v1333: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:52 smithi192 ceph-mon[180220]: pgmap v1333: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:54 smithi118 ceph-mon[185516]: pgmap v1334: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:54 smithi118 ceph-mon[182959]: pgmap v1334: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:54 smithi192 ceph-mon[180220]: pgmap v1334: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:56 smithi118 ceph-mon[185516]: pgmap v1335: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:56 smithi118 ceph-mon[182959]: pgmap v1335: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:56 smithi192 ceph-mon[180220]: pgmap v1335: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:30:57 smithi118 ceph-mon[185516]: pgmap v1336: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:30:57 smithi118 ceph-mon[182959]: pgmap v1336: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:30:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:30:57 smithi192 ceph-mon[180220]: pgmap v1336: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:30:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:30:59] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:31:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:00 smithi118 ceph-mon[185516]: pgmap v1337: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:00 smithi118 ceph-mon[182959]: pgmap v1337: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:00.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:00 smithi192 ceph-mon[180220]: pgmap v1337: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:02 smithi118 ceph-mon[185516]: pgmap v1338: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:02 smithi118 ceph-mon[182959]: pgmap v1338: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:02.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:02 smithi192 ceph-mon[180220]: pgmap v1338: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:04 smithi118 ceph-mon[185516]: pgmap v1339: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:04 smithi118 ceph-mon[182959]: pgmap v1339: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:04 smithi192 ceph-mon[180220]: pgmap v1339: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:06 smithi118 ceph-mon[185516]: pgmap v1340: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:06 smithi118 ceph-mon[182959]: pgmap v1340: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:06.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:06 smithi192 ceph-mon[180220]: pgmap v1340: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:08.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:07 smithi118 ceph-mon[185516]: pgmap v1341: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:08.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:07 smithi118 ceph-mon[182959]: pgmap v1341: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:07 smithi192 ceph-mon[180220]: pgmap v1341: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:31:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:31:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T09:31:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:10 smithi118 ceph-mon[185516]: pgmap v1342: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:10 smithi118 ceph-mon[182959]: pgmap v1342: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:10 smithi192 ceph-mon[180220]: pgmap v1342: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:12 smithi118 ceph-mon[182959]: pgmap v1343: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:12.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:12 smithi118 ceph-mon[185516]: pgmap v1343: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:12 smithi192 ceph-mon[180220]: pgmap v1343: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:14 smithi118 ceph-mon[182959]: pgmap v1344: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:14 smithi118 ceph-mon[185516]: pgmap v1344: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:14 smithi192 ceph-mon[180220]: pgmap v1344: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:31:15.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:31:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:31:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[182959]: pgmap v1345: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:31:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:31:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:31:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[185516]: pgmap v1345: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:31:16.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:31:16.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:31:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:16 smithi192 ceph-mon[180220]: pgmap v1345: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:31:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:31:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:31:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:17 smithi118 ceph-mon[185516]: pgmap v1346: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:17 smithi118 ceph-mon[182959]: pgmap v1346: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:17 smithi192 ceph-mon[180220]: pgmap v1346: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:31:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:31:19] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:31:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:20 smithi118 ceph-mon[182959]: pgmap v1347: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:20 smithi118 ceph-mon[185516]: pgmap v1347: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:20 smithi192 ceph-mon[180220]: pgmap v1347: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:22 smithi118 ceph-mon[185516]: pgmap v1348: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:22 smithi118 ceph-mon[182959]: pgmap v1348: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:22.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:22 smithi192 ceph-mon[180220]: pgmap v1348: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:24 smithi118 ceph-mon[185516]: pgmap v1349: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:24 smithi118 ceph-mon[182959]: pgmap v1349: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:24 smithi192 ceph-mon[180220]: pgmap v1349: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:26 smithi118 ceph-mon[185516]: pgmap v1350: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:26 smithi118 ceph-mon[182959]: pgmap v1350: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:26 smithi192 ceph-mon[180220]: pgmap v1350: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:27 smithi118 ceph-mon[185516]: pgmap v1351: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:27 smithi118 ceph-mon[182959]: pgmap v1351: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:27 smithi192 ceph-mon[180220]: pgmap v1351: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:31:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:31:29] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:31:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:30 smithi118 ceph-mon[185516]: pgmap v1352: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:30 smithi118 ceph-mon[182959]: pgmap v1352: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:30.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:30 smithi192 ceph-mon[180220]: pgmap v1352: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:32.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:32 smithi118 ceph-mon[185516]: pgmap v1353: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:32 smithi118 ceph-mon[182959]: pgmap v1353: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:32.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:32 smithi192 ceph-mon[180220]: pgmap v1353: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:34 smithi118 ceph-mon[182959]: pgmap v1354: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:34 smithi118 ceph-mon[185516]: pgmap v1354: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:34 smithi192 ceph-mon[180220]: pgmap v1354: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:36 smithi118 ceph-mon[185516]: pgmap v1355: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:36 smithi118 ceph-mon[182959]: pgmap v1355: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:36 smithi192 ceph-mon[180220]: pgmap v1355: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:37 smithi118 ceph-mon[185516]: pgmap v1356: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:37 smithi118 ceph-mon[182959]: pgmap v1356: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:37 smithi192 ceph-mon[180220]: pgmap v1356: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:31:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:31:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:31:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:40 smithi118 ceph-mon[185516]: pgmap v1357: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:40 smithi118 ceph-mon[182959]: pgmap v1357: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:40 smithi192 ceph-mon[180220]: pgmap v1357: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:42 smithi118 ceph-mon[185516]: pgmap v1358: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:42 smithi118 ceph-mon[182959]: pgmap v1358: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:42 smithi192 ceph-mon[180220]: pgmap v1358: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:44 smithi118 ceph-mon[185516]: pgmap v1359: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:44 smithi118 ceph-mon[182959]: pgmap v1359: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:44 smithi192 ceph-mon[180220]: pgmap v1359: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:46 smithi118 ceph-mon[185516]: pgmap v1360: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:46 smithi118 ceph-mon[182959]: pgmap v1360: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:46 smithi192 ceph-mon[180220]: pgmap v1360: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:47 smithi118 ceph-mon[185516]: pgmap v1361: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:47 smithi118 ceph-mon[182959]: pgmap v1361: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:47 smithi192 ceph-mon[180220]: pgmap v1361: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:31:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:31:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:31:49] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:31:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:50 smithi118 ceph-mon[185516]: pgmap v1362: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:50 smithi118 ceph-mon[182959]: pgmap v1362: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:50 smithi192 ceph-mon[180220]: pgmap v1362: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:52 smithi118 ceph-mon[185516]: pgmap v1363: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:52 smithi118 ceph-mon[182959]: pgmap v1363: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:52 smithi192 ceph-mon[180220]: pgmap v1363: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:54 smithi118 ceph-mon[185516]: pgmap v1364: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:54 smithi118 ceph-mon[182959]: pgmap v1364: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:54 smithi192 ceph-mon[180220]: pgmap v1364: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:56.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:56 smithi118 ceph-mon[185516]: pgmap v1365: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:56.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:56 smithi118 ceph-mon[182959]: pgmap v1365: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:56 smithi192 ceph-mon[180220]: pgmap v1365: 137 pgs: 137 active+clean; 1.3 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:31:57 smithi118 ceph-mon[185516]: pgmap v1366: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:31:57 smithi118 ceph-mon[182959]: pgmap v1366: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:31:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:31:57 smithi192 ceph-mon[180220]: pgmap v1366: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:31:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:31:59] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:32:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:00 smithi118 ceph-mon[182959]: pgmap v1367: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:00 smithi118 ceph-mon[185516]: pgmap v1367: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:00.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:00 smithi192 ceph-mon[180220]: pgmap v1367: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:02 smithi118 ceph-mon[185516]: pgmap v1368: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:02 smithi118 ceph-mon[182959]: pgmap v1368: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:02.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:02 smithi192 ceph-mon[180220]: pgmap v1368: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:04 smithi118 ceph-mon[182959]: pgmap v1369: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:04 smithi118 ceph-mon[185516]: pgmap v1369: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:04 smithi192 ceph-mon[180220]: pgmap v1369: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:06 smithi118 ceph-mon[182959]: pgmap v1370: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:06 smithi118 ceph-mon[185516]: pgmap v1370: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:06.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:06 smithi192 ceph-mon[180220]: pgmap v1370: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:07 smithi118 ceph-mon[182959]: pgmap v1371: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:07 smithi118 ceph-mon[185516]: pgmap v1371: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:07 smithi192 ceph-mon[180220]: pgmap v1371: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:32:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:32:09] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T09:32:10.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:10 smithi118 ceph-mon[185516]: pgmap v1372: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:10 smithi118 ceph-mon[182959]: pgmap v1372: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:10 smithi192 ceph-mon[180220]: pgmap v1372: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:12 smithi118 ceph-mon[185516]: pgmap v1373: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:12 smithi118 ceph-mon[182959]: pgmap v1373: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:12 smithi192 ceph-mon[180220]: pgmap v1373: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:14 smithi118 ceph-mon[185516]: pgmap v1374: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:14 smithi118 ceph-mon[182959]: pgmap v1374: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:14 smithi192 ceph-mon[180220]: pgmap v1374: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[185516]: pgmap v1375: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:32:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:32:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:32:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:32:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[182959]: pgmap v1375: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:16.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:32:16.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:32:16.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:32:16.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:32:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:16 smithi192 ceph-mon[180220]: pgmap v1375: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:32:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:32:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:32:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:32:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:17 smithi118 ceph-mon[185516]: pgmap v1376: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:17 smithi118 ceph-mon[182959]: pgmap v1376: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:17 smithi192 ceph-mon[180220]: pgmap v1376: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:32:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:32:19] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:32:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:20 smithi118 ceph-mon[185516]: pgmap v1377: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:20 smithi118 ceph-mon[182959]: pgmap v1377: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:20 smithi192 ceph-mon[180220]: pgmap v1377: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:22 smithi118 ceph-mon[185516]: pgmap v1378: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:22 smithi118 ceph-mon[182959]: pgmap v1378: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:22.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:22 smithi192 ceph-mon[180220]: pgmap v1378: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:24 smithi118 ceph-mon[185516]: pgmap v1379: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:24 smithi118 ceph-mon[182959]: pgmap v1379: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:24 smithi192 ceph-mon[180220]: pgmap v1379: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:26 smithi118 ceph-mon[185516]: pgmap v1380: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:26 smithi118 ceph-mon[182959]: pgmap v1380: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:26 smithi192 ceph-mon[180220]: pgmap v1380: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:27 smithi118 ceph-mon[185516]: pgmap v1381: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:27 smithi118 ceph-mon[182959]: pgmap v1381: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:27 smithi192 ceph-mon[180220]: pgmap v1381: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:32:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:32:29] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:32:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:30 smithi118 ceph-mon[185516]: pgmap v1382: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:31.189 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:30 smithi118 ceph-mon[182959]: pgmap v1382: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:31.189 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:30 smithi192 ceph-mon[180220]: pgmap v1382: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:32.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:32 smithi118 ceph-mon[185516]: pgmap v1383: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:32 smithi118 ceph-mon[182959]: pgmap v1383: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:32.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:32 smithi192 ceph-mon[180220]: pgmap v1383: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:34 smithi118 ceph-mon[185516]: pgmap v1384: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:34 smithi118 ceph-mon[182959]: pgmap v1384: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:34 smithi192 ceph-mon[180220]: pgmap v1384: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:36 smithi118 ceph-mon[185516]: pgmap v1385: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:36 smithi118 ceph-mon[182959]: pgmap v1385: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:36 smithi192 ceph-mon[180220]: pgmap v1385: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:37 smithi118 ceph-mon[185516]: pgmap v1386: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:37 smithi118 ceph-mon[182959]: pgmap v1386: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:37 smithi192 ceph-mon[180220]: pgmap v1386: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:40.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:32:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:32:39] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T09:32:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:40 smithi118 ceph-mon[185516]: pgmap v1387: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:40 smithi118 ceph-mon[182959]: pgmap v1387: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:40 smithi192 ceph-mon[180220]: pgmap v1387: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:42 smithi118 ceph-mon[185516]: pgmap v1388: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:42 smithi118 ceph-mon[182959]: pgmap v1388: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:42 smithi192 ceph-mon[180220]: pgmap v1388: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:44 smithi118 ceph-mon[185516]: pgmap v1389: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:44 smithi118 ceph-mon[182959]: pgmap v1389: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:44 smithi192 ceph-mon[180220]: pgmap v1389: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:46.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:46 smithi118 ceph-mon[185516]: pgmap v1390: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:46.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:46 smithi118 ceph-mon[182959]: pgmap v1390: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:46 smithi192 ceph-mon[180220]: pgmap v1390: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:47 smithi118 ceph-mon[185516]: pgmap v1391: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:47 smithi118 ceph-mon[182959]: pgmap v1391: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:47 smithi192 ceph-mon[180220]: pgmap v1391: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:32:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:32:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:32:49] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T09:32:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:50 smithi118 ceph-mon[185516]: pgmap v1392: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:50 smithi118 ceph-mon[182959]: pgmap v1392: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:50 smithi192 ceph-mon[180220]: pgmap v1392: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:52 smithi118 ceph-mon[185516]: pgmap v1393: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:52 smithi118 ceph-mon[182959]: pgmap v1393: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:52 smithi192 ceph-mon[180220]: pgmap v1393: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:54 smithi118 ceph-mon[185516]: pgmap v1394: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:54 smithi118 ceph-mon[182959]: pgmap v1394: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:54 smithi192 ceph-mon[180220]: pgmap v1394: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:56 smithi118 ceph-mon[185516]: pgmap v1395: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:56 smithi118 ceph-mon[182959]: pgmap v1395: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:56 smithi192 ceph-mon[180220]: pgmap v1395: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:32:57 smithi118 ceph-mon[185516]: pgmap v1396: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:32:57 smithi118 ceph-mon[182959]: pgmap v1396: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:32:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:32:57 smithi192 ceph-mon[180220]: pgmap v1396: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:32:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:32:59] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T09:33:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:00 smithi118 ceph-mon[185516]: pgmap v1397: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:00.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:00 smithi118 ceph-mon[182959]: pgmap v1397: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:00.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:00 smithi192 ceph-mon[180220]: pgmap v1397: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:02 smithi118 ceph-mon[185516]: pgmap v1398: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:02 smithi118 ceph-mon[182959]: pgmap v1398: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:02.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:02 smithi192 ceph-mon[180220]: pgmap v1398: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:04 smithi118 ceph-mon[185516]: pgmap v1399: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:04 smithi118 ceph-mon[182959]: pgmap v1399: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:04 smithi192 ceph-mon[180220]: pgmap v1399: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:06.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:06 smithi118 ceph-mon[185516]: pgmap v1400: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:06.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:06 smithi118 ceph-mon[182959]: pgmap v1400: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:06.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:06 smithi192 ceph-mon[180220]: pgmap v1400: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:07 smithi118 ceph-mon[182959]: pgmap v1401: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:07 smithi118 ceph-mon[185516]: pgmap v1401: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:07 smithi192 ceph-mon[180220]: pgmap v1401: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:33:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:33:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T09:33:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:10 smithi118 ceph-mon[185516]: pgmap v1402: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:10 smithi118 ceph-mon[182959]: pgmap v1402: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:10 smithi192 ceph-mon[180220]: pgmap v1402: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:12.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:12 smithi118 ceph-mon[185516]: pgmap v1403: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:12 smithi118 ceph-mon[182959]: pgmap v1403: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:12 smithi192 ceph-mon[180220]: pgmap v1403: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:14 smithi118 ceph-mon[185516]: pgmap v1404: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:14 smithi118 ceph-mon[182959]: pgmap v1404: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:14 smithi192 ceph-mon[180220]: pgmap v1404: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:16 smithi118 ceph-mon[185516]: pgmap v1405: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:16 smithi118 ceph-mon[182959]: pgmap v1405: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:16 smithi192 ceph-mon[180220]: pgmap v1405: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:33:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:33:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:33:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:33:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:33:17.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:33:17.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:33:18.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:18 smithi118 ceph-mon[182959]: pgmap v1406: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:18.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:18 smithi118 ceph-mon[185516]: pgmap v1406: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:18.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:18 smithi192 ceph-mon[180220]: pgmap v1406: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:33:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:33:19] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:33:20.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:20 smithi118 ceph-mon[185516]: pgmap v1407: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:20.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:20 smithi118 ceph-mon[182959]: pgmap v1407: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:20.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:20 smithi192 ceph-mon[180220]: pgmap v1407: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:22 smithi118 ceph-mon[185516]: pgmap v1408: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:22 smithi118 ceph-mon[182959]: pgmap v1408: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:22.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:22 smithi192 ceph-mon[180220]: pgmap v1408: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:24 smithi118 ceph-mon[185516]: pgmap v1409: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:24 smithi118 ceph-mon[182959]: pgmap v1409: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:24 smithi192 ceph-mon[180220]: pgmap v1409: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:26.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:26 smithi118 ceph-mon[185516]: pgmap v1410: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:26 smithi118 ceph-mon[182959]: pgmap v1410: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:26 smithi192 ceph-mon[180220]: pgmap v1410: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:27 smithi118 ceph-mon[185516]: pgmap v1411: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:27 smithi118 ceph-mon[182959]: pgmap v1411: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:27 smithi192 ceph-mon[180220]: pgmap v1411: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:33:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:33:29] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:33:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:30 smithi118 ceph-mon[185516]: pgmap v1412: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:30 smithi118 ceph-mon[182959]: pgmap v1412: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:30.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:30 smithi192 ceph-mon[180220]: pgmap v1412: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:32 smithi118 ceph-mon[185516]: pgmap v1413: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:32 smithi118 ceph-mon[182959]: pgmap v1413: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:32.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:32 smithi192 ceph-mon[180220]: pgmap v1413: 137 pgs: 137 active+clean; 1.3 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:34 smithi118 ceph-mon[185516]: pgmap v1414: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:34.673 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:34.673 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:34 smithi118 ceph-mon[182959]: pgmap v1414: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:34.673 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:34 smithi192 ceph-mon[180220]: pgmap v1414: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:34.834 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:36 smithi118 ceph-mon[185516]: pgmap v1415: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:36 smithi118 ceph-mon[182959]: pgmap v1415: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:36 smithi192 ceph-mon[180220]: pgmap v1415: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:37 smithi118 ceph-mon[185516]: pgmap v1416: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:37 smithi118 ceph-mon[182959]: pgmap v1416: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:37 smithi192 ceph-mon[180220]: pgmap v1416: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:33:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:33:39] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T09:33:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:40 smithi118 ceph-mon[185516]: pgmap v1417: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:40 smithi118 ceph-mon[182959]: pgmap v1417: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:40 smithi192 ceph-mon[180220]: pgmap v1417: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:42.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:42 smithi118 ceph-mon[185516]: pgmap v1418: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:42.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:42 smithi118 ceph-mon[182959]: pgmap v1418: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:42 smithi192 ceph-mon[180220]: pgmap v1418: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:44 smithi118 ceph-mon[185516]: pgmap v1419: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:44 smithi118 ceph-mon[182959]: pgmap v1419: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:44 smithi192 ceph-mon[180220]: pgmap v1419: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:46 smithi118 ceph-mon[185516]: pgmap v1420: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:46 smithi118 ceph-mon[182959]: pgmap v1420: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:46 smithi192 ceph-mon[180220]: pgmap v1420: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:47 smithi118 ceph-mon[185516]: pgmap v1421: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:48.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:47 smithi118 ceph-mon[182959]: pgmap v1421: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:47 smithi192 ceph-mon[180220]: pgmap v1421: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:33:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:33:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:33:49] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:33:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:50 smithi118 ceph-mon[185516]: pgmap v1422: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:50 smithi118 ceph-mon[182959]: pgmap v1422: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:50 smithi192 ceph-mon[180220]: pgmap v1422: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:52 smithi118 ceph-mon[185516]: pgmap v1423: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:52 smithi118 ceph-mon[182959]: pgmap v1423: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:52 smithi192 ceph-mon[180220]: pgmap v1423: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:54.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:54 smithi118 ceph-mon[185516]: pgmap v1424: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:54 smithi118 ceph-mon[182959]: pgmap v1424: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:54 smithi192 ceph-mon[180220]: pgmap v1424: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:56 smithi118 ceph-mon[185516]: pgmap v1425: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:56 smithi118 ceph-mon[182959]: pgmap v1425: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:56 smithi192 ceph-mon[180220]: pgmap v1425: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:33:57 smithi118 ceph-mon[185516]: pgmap v1426: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:33:57 smithi118 ceph-mon[182959]: pgmap v1426: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:33:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:33:57 smithi192 ceph-mon[180220]: pgmap v1426: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:33:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:33:59] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:34:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:00 smithi118 ceph-mon[185516]: pgmap v1427: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:00 smithi118 ceph-mon[182959]: pgmap v1427: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:00.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:00 smithi192 ceph-mon[180220]: pgmap v1427: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:02 smithi118 ceph-mon[185516]: pgmap v1428: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:02 smithi118 ceph-mon[182959]: pgmap v1428: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:02.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:02 smithi192 ceph-mon[180220]: pgmap v1428: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:04 smithi118 ceph-mon[185516]: pgmap v1429: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:04 smithi118 ceph-mon[182959]: pgmap v1429: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:04 smithi192 ceph-mon[180220]: pgmap v1429: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:06 smithi118 ceph-mon[185516]: pgmap v1430: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:06 smithi118 ceph-mon[182959]: pgmap v1430: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:06.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:06 smithi192 ceph-mon[180220]: pgmap v1430: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:07 smithi118 ceph-mon[185516]: pgmap v1431: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:07 smithi118 ceph-mon[182959]: pgmap v1431: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:07 smithi192 ceph-mon[180220]: pgmap v1431: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:34:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:34:09] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T09:34:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:10 smithi118 ceph-mon[185516]: pgmap v1432: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:10 smithi118 ceph-mon[182959]: pgmap v1432: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:10 smithi192 ceph-mon[180220]: pgmap v1432: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:12.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:12 smithi118 ceph-mon[185516]: pgmap v1433: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:12 smithi118 ceph-mon[182959]: pgmap v1433: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:12.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:12 smithi192 ceph-mon[180220]: pgmap v1433: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:14 smithi118 ceph-mon[185516]: pgmap v1434: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:14 smithi118 ceph-mon[182959]: pgmap v1434: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:14 smithi192 ceph-mon[180220]: pgmap v1434: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:16.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:16 smithi118 ceph-mon[185516]: pgmap v1435: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:16.975 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:16 smithi118 ceph-mon[182959]: pgmap v1435: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:16.980 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:16 smithi192 ceph-mon[180220]: pgmap v1435: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[185516]: pgmap v1436: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:34:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:34:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:34:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:34:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[182959]: pgmap v1436: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:34:18.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:34:18.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:34:18.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:34:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:17 smithi192 ceph-mon[180220]: pgmap v1436: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:34:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:34:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:34:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:34:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:34:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:34:19] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:34:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:20 smithi118 ceph-mon[185516]: pgmap v1437: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:20 smithi118 ceph-mon[182959]: pgmap v1437: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:20 smithi192 ceph-mon[180220]: pgmap v1437: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:22.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:22 smithi118 ceph-mon[185516]: pgmap v1438: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:22.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:22 smithi118 ceph-mon[182959]: pgmap v1438: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:22.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:22 smithi192 ceph-mon[180220]: pgmap v1438: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:24.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:24 smithi118 ceph-mon[185516]: pgmap v1439: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:24 smithi118 ceph-mon[182959]: pgmap v1439: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:24 smithi192 ceph-mon[180220]: pgmap v1439: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:26.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:26 smithi118 ceph-mon[185516]: pgmap v1440: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:26 smithi118 ceph-mon[182959]: pgmap v1440: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:26 smithi192 ceph-mon[180220]: pgmap v1440: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:27 smithi118 ceph-mon[185516]: pgmap v1441: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:27 smithi118 ceph-mon[182959]: pgmap v1441: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:27 smithi192 ceph-mon[180220]: pgmap v1441: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:30.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:34:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:34:29] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T09:34:30.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:30 smithi118 ceph-mon[185516]: pgmap v1442: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:30 smithi118 ceph-mon[182959]: pgmap v1442: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:30.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:30 smithi192 ceph-mon[180220]: pgmap v1442: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:32.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:32 smithi118 ceph-mon[185516]: pgmap v1443: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:32.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:32 smithi118 ceph-mon[182959]: pgmap v1443: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:32.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:32 smithi192 ceph-mon[180220]: pgmap v1443: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:34 smithi118 ceph-mon[185516]: pgmap v1444: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:34 smithi118 ceph-mon[182959]: pgmap v1444: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:34 smithi192 ceph-mon[180220]: pgmap v1444: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:36.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:36 smithi118 ceph-mon[185516]: pgmap v1445: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:36 smithi118 ceph-mon[182959]: pgmap v1445: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:36.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:36 smithi192 ceph-mon[180220]: pgmap v1445: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:37 smithi118 ceph-mon[185516]: pgmap v1446: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:38.178 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:37 smithi118 ceph-mon[182959]: pgmap v1446: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:37 smithi192 ceph-mon[180220]: pgmap v1446: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:34:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:34:39] "GET /metrics HTTP/1.1" 200 36342 "" "Prometheus/2.43.0" 2023-09-30T09:34:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:40 smithi118 ceph-mon[185516]: pgmap v1447: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:40 smithi118 ceph-mon[182959]: pgmap v1447: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:40 smithi192 ceph-mon[180220]: pgmap v1447: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:42.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:42 smithi118 ceph-mon[185516]: pgmap v1448: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:42.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:42 smithi118 ceph-mon[182959]: pgmap v1448: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:42.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:42 smithi192 ceph-mon[180220]: pgmap v1448: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:44 smithi118 ceph-mon[185516]: pgmap v1449: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:44 smithi118 ceph-mon[182959]: pgmap v1449: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:44.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:44 smithi192 ceph-mon[180220]: pgmap v1449: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:46.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:46 smithi118 ceph-mon[185516]: pgmap v1450: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:46.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:46 smithi118 ceph-mon[182959]: pgmap v1450: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:46.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:46 smithi192 ceph-mon[180220]: pgmap v1450: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:47 smithi118 ceph-mon[185516]: pgmap v1451: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:47 smithi118 ceph-mon[182959]: pgmap v1451: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:47 smithi192 ceph-mon[180220]: pgmap v1451: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:34:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:34:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:34:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:34:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:50 smithi118 ceph-mon[185516]: pgmap v1452: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:50 smithi118 ceph-mon[182959]: pgmap v1452: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:50 smithi192 ceph-mon[180220]: pgmap v1452: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:52.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:52 smithi118 ceph-mon[185516]: pgmap v1453: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:52 smithi118 ceph-mon[182959]: pgmap v1453: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:52 smithi192 ceph-mon[180220]: pgmap v1453: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:54.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:54 smithi118 ceph-mon[185516]: pgmap v1454: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:54.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:54 smithi118 ceph-mon[182959]: pgmap v1454: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:54.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:54 smithi192 ceph-mon[180220]: pgmap v1454: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:56.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:56 smithi118 ceph-mon[185516]: pgmap v1455: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:56 smithi118 ceph-mon[182959]: pgmap v1455: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:56 smithi192 ceph-mon[180220]: pgmap v1455: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:34:57 smithi118 ceph-mon[185516]: pgmap v1456: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:34:57 smithi118 ceph-mon[182959]: pgmap v1456: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:34:57 smithi192 ceph-mon[180220]: pgmap v1456: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:34:59.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:34:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T09:34:59.089374804Z level=info msg="Completed cleanup jobs" duration=12.072707ms 2023-09-30T09:35:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:34:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:34:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:35:00.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:00 smithi118 ceph-mon[185516]: pgmap v1457: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:00 smithi118 ceph-mon[182959]: pgmap v1457: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:00.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:00 smithi192 ceph-mon[180220]: pgmap v1457: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:02.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:02 smithi118 ceph-mon[185516]: pgmap v1458: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:02 smithi118 ceph-mon[182959]: pgmap v1458: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:02.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:02 smithi192 ceph-mon[180220]: pgmap v1458: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:04 smithi118 ceph-mon[185516]: pgmap v1459: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:04.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:04 smithi118 ceph-mon[182959]: pgmap v1459: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:04 smithi192 ceph-mon[180220]: pgmap v1459: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:06.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:06 smithi118 ceph-mon[185516]: pgmap v1460: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:06.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:06 smithi118 ceph-mon[182959]: pgmap v1460: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:06.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:06 smithi192 ceph-mon[180220]: pgmap v1460: 137 pgs: 137 active+clean; 1.3 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:07 smithi118 ceph-mon[185516]: pgmap v1461: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:07 smithi118 ceph-mon[182959]: pgmap v1461: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:07 smithi192 ceph-mon[180220]: pgmap v1461: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:35:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:35:09] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:35:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:10 smithi118 ceph-mon[185516]: pgmap v1462: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:10 smithi118 ceph-mon[182959]: pgmap v1462: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:10 smithi192 ceph-mon[180220]: pgmap v1462: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:11 smithi192 ceph-mon[180220]: pgmap v1463: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:11.919 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:11 smithi118 ceph-mon[185516]: pgmap v1463: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:11.919 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:11 smithi118 ceph-mon[182959]: pgmap v1463: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:14.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:14 smithi118 ceph-mon[185516]: pgmap v1464: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:14 smithi118 ceph-mon[182959]: pgmap v1464: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:14.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:14 smithi192 ceph-mon[180220]: pgmap v1464: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:16.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:16 smithi118 ceph-mon[185516]: pgmap v1465: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:16 smithi118 ceph-mon[182959]: pgmap v1465: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:16 smithi192 ceph-mon[180220]: pgmap v1465: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:17 smithi118 ceph-mon[185516]: pgmap v1466: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:17 smithi118 ceph-mon[182959]: pgmap v1466: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:17 smithi192 ceph-mon[180220]: pgmap v1466: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:19.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:35:19.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:35:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:35:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:19 smithi192 ceph-mon[180220]: pgmap v1467: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:20.127 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:35:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:35:19] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:35:20.127 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:20.127 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:19 smithi118 ceph-mon[182959]: pgmap v1467: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:20.127 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:20.127 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:19 smithi118 ceph-mon[185516]: pgmap v1467: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:21.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:21 smithi118 ceph-mon[185516]: pgmap v1468: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:22.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:21 smithi118 ceph-mon[182959]: pgmap v1468: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:22.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:21 smithi192 ceph-mon[180220]: pgmap v1468: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:23.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:35:23.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:35:23.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:35:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:35:23.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:35:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:35:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:35:24.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:24 smithi118 ceph-mon[185516]: pgmap v1469: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:24.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:24 smithi118 ceph-mon[182959]: pgmap v1469: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:24.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:24 smithi192 ceph-mon[180220]: pgmap v1469: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:26.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:26 smithi118 ceph-mon[185516]: pgmap v1470: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:26.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:26 smithi118 ceph-mon[182959]: pgmap v1470: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:26 smithi192 ceph-mon[180220]: pgmap v1470: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:27 smithi118 ceph-mon[185516]: pgmap v1471: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:27 smithi118 ceph-mon[182959]: pgmap v1471: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:27 smithi192 ceph-mon[180220]: pgmap v1471: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:35:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:35:29] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:35:30.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:30 smithi118 ceph-mon[185516]: pgmap v1472: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:30.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:30 smithi118 ceph-mon[182959]: pgmap v1472: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:30.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:30 smithi192 ceph-mon[180220]: pgmap v1472: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:31.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:31 smithi118 ceph-mon[185516]: pgmap v1473: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:31.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:31 smithi118 ceph-mon[182959]: pgmap v1473: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:31.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:31 smithi192 ceph-mon[180220]: pgmap v1473: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:34 smithi118 ceph-mon[185516]: pgmap v1474: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:34 smithi118 ceph-mon[182959]: pgmap v1474: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:34 smithi192 ceph-mon[180220]: pgmap v1474: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:35.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:35 smithi118 ceph-mon[185516]: pgmap v1475: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:35 smithi118 ceph-mon[182959]: pgmap v1475: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:35 smithi192 ceph-mon[180220]: pgmap v1475: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:37 smithi118 ceph-mon[185516]: pgmap v1476: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:37 smithi118 ceph-mon[182959]: pgmap v1476: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:37 smithi192 ceph-mon[180220]: pgmap v1476: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:39.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:39 smithi118 ceph-mon[185516]: pgmap v1477: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:39 smithi118 ceph-mon[182959]: pgmap v1477: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:39 smithi192 ceph-mon[180220]: pgmap v1477: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:35:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:35:39] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:35:41.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:41 smithi118 ceph-mon[185516]: pgmap v1478: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:41 smithi118 ceph-mon[182959]: pgmap v1478: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:41 smithi192 ceph-mon[180220]: pgmap v1478: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:43 smithi118 ceph-mon[185516]: pgmap v1479: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:43.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:43 smithi118 ceph-mon[182959]: pgmap v1479: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:43 smithi192 ceph-mon[180220]: pgmap v1479: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:45.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:45 smithi118 ceph-mon[185516]: pgmap v1480: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:45.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:45 smithi118 ceph-mon[182959]: pgmap v1480: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:45 smithi192 ceph-mon[180220]: pgmap v1480: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:47 smithi118 ceph-mon[185516]: pgmap v1481: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:47 smithi118 ceph-mon[182959]: pgmap v1481: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:47 smithi192 ceph-mon[180220]: pgmap v1481: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:49.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:49.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:35:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:35:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:35:49] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:35:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:50 smithi118 ceph-mon[185516]: pgmap v1482: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:50 smithi118 ceph-mon[182959]: pgmap v1482: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:50 smithi192 ceph-mon[180220]: pgmap v1482: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:51 smithi118 ceph-mon[185516]: pgmap v1483: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:51 smithi118 ceph-mon[182959]: pgmap v1483: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:51 smithi192 ceph-mon[180220]: pgmap v1483: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:53 smithi118 ceph-mon[185516]: pgmap v1484: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:53 smithi118 ceph-mon[182959]: pgmap v1484: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:53.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:53 smithi192 ceph-mon[180220]: pgmap v1484: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:55 smithi118 ceph-mon[185516]: pgmap v1485: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:55 smithi118 ceph-mon[182959]: pgmap v1485: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:55 smithi192 ceph-mon[180220]: pgmap v1485: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:57 smithi118 ceph-mon[185516]: pgmap v1486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:58.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:57 smithi118 ceph-mon[182959]: pgmap v1486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:58.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:57 smithi192 ceph-mon[180220]: pgmap v1486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:59.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:35:59 smithi118 ceph-mon[185516]: pgmap v1487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:35:59 smithi118 ceph-mon[182959]: pgmap v1487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:35:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:35:59 smithi192 ceph-mon[180220]: pgmap v1487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:35:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:35:59] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:36:01.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:01 smithi118 ceph-mon[185516]: pgmap v1488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:01 smithi118 ceph-mon[182959]: pgmap v1488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:01 smithi192 ceph-mon[180220]: pgmap v1488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:03.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:03 smithi118 ceph-mon[185516]: pgmap v1489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:03.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:03 smithi118 ceph-mon[182959]: pgmap v1489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:03.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:03 smithi192 ceph-mon[180220]: pgmap v1489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:05 smithi192 ceph-mon[180220]: pgmap v1490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:05 smithi118 ceph-mon[185516]: pgmap v1490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:05 smithi118 ceph-mon[182959]: pgmap v1490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:07 smithi118 ceph-mon[185516]: pgmap v1491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:07 smithi118 ceph-mon[182959]: pgmap v1491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:07 smithi192 ceph-mon[180220]: pgmap v1491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:09 smithi118 ceph-mon[185516]: pgmap v1492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:09 smithi118 ceph-mon[182959]: pgmap v1492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:09 smithi192 ceph-mon[180220]: pgmap v1492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:36:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:36:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:36:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:11 smithi118 ceph-mon[182959]: pgmap v1493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:11.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:11 smithi118 ceph-mon[185516]: pgmap v1493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:11 smithi192 ceph-mon[180220]: pgmap v1493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:13.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:13 smithi118 ceph-mon[185516]: pgmap v1494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:13 smithi118 ceph-mon[182959]: pgmap v1494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:13 smithi192 ceph-mon[180220]: pgmap v1494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:15.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:15 smithi118 ceph-mon[185516]: pgmap v1495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:15.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:15 smithi118 ceph-mon[182959]: pgmap v1495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:15 smithi192 ceph-mon[180220]: pgmap v1495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:17 smithi118 ceph-mon[185516]: pgmap v1496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:17 smithi118 ceph-mon[182959]: pgmap v1496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:17 smithi192 ceph-mon[180220]: pgmap v1496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:20 smithi118 ceph-mon[182959]: pgmap v1497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:20.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:36:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:36:19] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:36:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:20 smithi118 ceph-mon[185516]: pgmap v1497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:20 smithi192 ceph-mon[180220]: pgmap v1497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:21 smithi192 ceph-mon[180220]: pgmap v1498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:21 smithi118 ceph-mon[182959]: pgmap v1498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:21 smithi118 ceph-mon[185516]: pgmap v1498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:23.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:36:23.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:36:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:36:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[182959]: pgmap v1499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:36:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:36:24.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:36:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[185516]: pgmap v1499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:36:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:36:24.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:36:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:23 smithi192 ceph-mon[180220]: pgmap v1499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:36:24.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:36:24.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:36:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:25 smithi192 ceph-mon[180220]: pgmap v1500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:25 smithi118 ceph-mon[182959]: pgmap v1500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:25 smithi118 ceph-mon[185516]: pgmap v1500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:27 smithi118 ceph-mon[185516]: pgmap v1501: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:27 smithi118 ceph-mon[182959]: pgmap v1501: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:27 smithi192 ceph-mon[180220]: pgmap v1501: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:29 smithi192 ceph-mon[180220]: pgmap v1502: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:29 smithi118 ceph-mon[185516]: pgmap v1502: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:29 smithi118 ceph-mon[182959]: pgmap v1502: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:36:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:36:29] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:36:31.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:31 smithi192 ceph-mon[180220]: pgmap v1503: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:31 smithi118 ceph-mon[185516]: pgmap v1503: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:31 smithi118 ceph-mon[182959]: pgmap v1503: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:33 smithi192 ceph-mon[180220]: pgmap v1504: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:33 smithi118 ceph-mon[185516]: pgmap v1504: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:33 smithi118 ceph-mon[182959]: pgmap v1504: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:34.717 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:34.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:34.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:35 smithi192 ceph-mon[180220]: pgmap v1505: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:35 smithi118 ceph-mon[185516]: pgmap v1505: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:35 smithi118 ceph-mon[182959]: pgmap v1505: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:37 smithi118 ceph-mon[185516]: pgmap v1506: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:37 smithi118 ceph-mon[182959]: pgmap v1506: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:37 smithi192 ceph-mon[180220]: pgmap v1506: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:39 smithi192 ceph-mon[180220]: pgmap v1507: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:39.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:39 smithi118 ceph-mon[185516]: pgmap v1507: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:39.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:39 smithi118 ceph-mon[182959]: pgmap v1507: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:36:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:36:39] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:36:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:41 smithi192 ceph-mon[180220]: pgmap v1508: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:41 smithi118 ceph-mon[182959]: pgmap v1508: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:41 smithi118 ceph-mon[185516]: pgmap v1508: 137 pgs: 137 active+clean; 1.3 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:43 smithi192 ceph-mon[180220]: pgmap v1509: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:43 smithi118 ceph-mon[182959]: pgmap v1509: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:43 smithi118 ceph-mon[185516]: pgmap v1509: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:45 smithi192 ceph-mon[180220]: pgmap v1510: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:45 smithi118 ceph-mon[185516]: pgmap v1510: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:45 smithi118 ceph-mon[182959]: pgmap v1510: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:47 smithi118 ceph-mon[185516]: pgmap v1511: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:47 smithi118 ceph-mon[182959]: pgmap v1511: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:47 smithi192 ceph-mon[180220]: pgmap v1511: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:36:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:36:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:36:49] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:36:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:50 smithi118 ceph-mon[182959]: pgmap v1512: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:50 smithi118 ceph-mon[185516]: pgmap v1512: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:50 smithi192 ceph-mon[180220]: pgmap v1512: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:51 smithi192 ceph-mon[180220]: pgmap v1513: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:51 smithi118 ceph-mon[182959]: pgmap v1513: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:51 smithi118 ceph-mon[185516]: pgmap v1513: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:53.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:53 smithi192 ceph-mon[180220]: pgmap v1514: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:53 smithi118 ceph-mon[182959]: pgmap v1514: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:53 smithi118 ceph-mon[185516]: pgmap v1514: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:55 smithi192 ceph-mon[180220]: pgmap v1515: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:55 smithi118 ceph-mon[182959]: pgmap v1515: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:55 smithi118 ceph-mon[185516]: pgmap v1515: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:57 smithi118 ceph-mon[182959]: pgmap v1516: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:57 smithi118 ceph-mon[185516]: pgmap v1516: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:57 smithi192 ceph-mon[180220]: pgmap v1516: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:36:59 smithi192 ceph-mon[180220]: pgmap v1517: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:36:59 smithi118 ceph-mon[185516]: pgmap v1517: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:36:59.838 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:36:59 smithi118 ceph-mon[182959]: pgmap v1517: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:36:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:36:59] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:37:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:01 smithi192 ceph-mon[180220]: pgmap v1518: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:01 smithi118 ceph-mon[185516]: pgmap v1518: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:01 smithi118 ceph-mon[182959]: pgmap v1518: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:03.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:03 smithi192 ceph-mon[180220]: pgmap v1519: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:03 smithi118 ceph-mon[185516]: pgmap v1519: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:03 smithi118 ceph-mon[182959]: pgmap v1519: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:05 smithi192 ceph-mon[180220]: pgmap v1520: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:05 smithi118 ceph-mon[185516]: pgmap v1520: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:05 smithi118 ceph-mon[182959]: pgmap v1520: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:07 smithi118 ceph-mon[185516]: pgmap v1521: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:07 smithi118 ceph-mon[182959]: pgmap v1521: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:07 smithi192 ceph-mon[180220]: pgmap v1521: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:09 smithi192 ceph-mon[180220]: pgmap v1522: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:09 smithi118 ceph-mon[185516]: pgmap v1522: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:09 smithi118 ceph-mon[182959]: pgmap v1522: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:37:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:37:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:37:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:11 smithi192 ceph-mon[180220]: pgmap v1523: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:11 smithi118 ceph-mon[185516]: pgmap v1523: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:11 smithi118 ceph-mon[182959]: pgmap v1523: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:13 smithi192 ceph-mon[180220]: pgmap v1524: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:13 smithi118 ceph-mon[185516]: pgmap v1524: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:13 smithi118 ceph-mon[182959]: pgmap v1524: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:15 smithi192 ceph-mon[180220]: pgmap v1525: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:15 smithi118 ceph-mon[185516]: pgmap v1525: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:15 smithi118 ceph-mon[182959]: pgmap v1525: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:17 smithi118 ceph-mon[185516]: pgmap v1526: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:17 smithi118 ceph-mon[182959]: pgmap v1526: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:17 smithi192 ceph-mon[180220]: pgmap v1526: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:37:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:37:19] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:37:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:20 smithi118 ceph-mon[185516]: pgmap v1527: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:20.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:20 smithi118 ceph-mon[182959]: pgmap v1527: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:20.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:20 smithi192 ceph-mon[180220]: pgmap v1527: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:21 smithi192 ceph-mon[180220]: pgmap v1528: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:21 smithi118 ceph-mon[185516]: pgmap v1528: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:21 smithi118 ceph-mon[182959]: pgmap v1528: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:23 smithi192 ceph-mon[180220]: pgmap v1529: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:23 smithi118 ceph-mon[185516]: pgmap v1529: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:23 smithi118 ceph-mon[182959]: pgmap v1529: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:24.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:37:24.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:37:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:37:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:25 smithi192 ceph-mon[180220]: pgmap v1530: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:25 smithi118 ceph-mon[185516]: pgmap v1530: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:25 smithi118 ceph-mon[182959]: pgmap v1530: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:37:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:37:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:37:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:37:26.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:37:26.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:37:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:37:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:37:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:37:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:27 smithi118 ceph-mon[185516]: pgmap v1531: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:27 smithi118 ceph-mon[182959]: pgmap v1531: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:27 smithi192 ceph-mon[180220]: pgmap v1531: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:29 smithi192 ceph-mon[180220]: pgmap v1532: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:29 smithi118 ceph-mon[182959]: pgmap v1532: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:29 smithi118 ceph-mon[185516]: pgmap v1532: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:37:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:37:29] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:37:31.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:31 smithi192 ceph-mon[180220]: pgmap v1533: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:31 smithi118 ceph-mon[185516]: pgmap v1533: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:31 smithi118 ceph-mon[182959]: pgmap v1533: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:33 smithi192 ceph-mon[180220]: pgmap v1534: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:33 smithi118 ceph-mon[185516]: pgmap v1534: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:33 smithi118 ceph-mon[182959]: pgmap v1534: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:35 smithi192 ceph-mon[180220]: pgmap v1535: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:35 smithi118 ceph-mon[185516]: pgmap v1535: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:35 smithi118 ceph-mon[182959]: pgmap v1535: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:37 smithi118 ceph-mon[185516]: pgmap v1536: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:37 smithi118 ceph-mon[182959]: pgmap v1536: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:38.215 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:37 smithi192 ceph-mon[180220]: pgmap v1536: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:39 smithi192 ceph-mon[180220]: pgmap v1537: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:39.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:39 smithi118 ceph-mon[185516]: pgmap v1537: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:39 smithi118 ceph-mon[182959]: pgmap v1537: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:37:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:37:39] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:37:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:41 smithi192 ceph-mon[180220]: pgmap v1538: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:41 smithi118 ceph-mon[185516]: pgmap v1538: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:41 smithi118 ceph-mon[182959]: pgmap v1538: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:43 smithi192 ceph-mon[180220]: pgmap v1539: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:43 smithi118 ceph-mon[185516]: pgmap v1539: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:43 smithi118 ceph-mon[182959]: pgmap v1539: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:45 smithi192 ceph-mon[180220]: pgmap v1540: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:45 smithi118 ceph-mon[185516]: pgmap v1540: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:45 smithi118 ceph-mon[182959]: pgmap v1540: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:47 smithi118 ceph-mon[185516]: pgmap v1541: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:47 smithi118 ceph-mon[182959]: pgmap v1541: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:47 smithi192 ceph-mon[180220]: pgmap v1541: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:37:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:37:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:37:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:37:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:50 smithi118 ceph-mon[185516]: pgmap v1542: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:50 smithi118 ceph-mon[182959]: pgmap v1542: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:50 smithi192 ceph-mon[180220]: pgmap v1542: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:51 smithi192 ceph-mon[180220]: pgmap v1543: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:51.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:51 smithi118 ceph-mon[185516]: pgmap v1543: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:51.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:51 smithi118 ceph-mon[182959]: pgmap v1543: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:53.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:53 smithi192 ceph-mon[180220]: pgmap v1544: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:53 smithi118 ceph-mon[182959]: pgmap v1544: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:53.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:53 smithi118 ceph-mon[185516]: pgmap v1544: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:55 smithi192 ceph-mon[180220]: pgmap v1545: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:55 smithi118 ceph-mon[182959]: pgmap v1545: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:55 smithi118 ceph-mon[185516]: pgmap v1545: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:57 smithi118 ceph-mon[185516]: pgmap v1546: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:57 smithi118 ceph-mon[182959]: pgmap v1546: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:57 smithi192 ceph-mon[180220]: pgmap v1546: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:37:59 smithi192 ceph-mon[180220]: pgmap v1547: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:37:59 smithi118 ceph-mon[185516]: pgmap v1547: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:37:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:37:59 smithi118 ceph-mon[182959]: pgmap v1547: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:37:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:37:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:38:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:01 smithi192 ceph-mon[180220]: pgmap v1548: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:01 smithi118 ceph-mon[185516]: pgmap v1548: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:01 smithi118 ceph-mon[182959]: pgmap v1548: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:03.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:03 smithi192 ceph-mon[180220]: pgmap v1549: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:03 smithi118 ceph-mon[185516]: pgmap v1549: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:03 smithi118 ceph-mon[182959]: pgmap v1549: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:05 smithi192 ceph-mon[180220]: pgmap v1550: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:05 smithi118 ceph-mon[182959]: pgmap v1550: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:05 smithi118 ceph-mon[185516]: pgmap v1550: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:08.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:07 smithi118 ceph-mon[182959]: pgmap v1551: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:08.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:07 smithi118 ceph-mon[185516]: pgmap v1551: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:07 smithi192 ceph-mon[180220]: pgmap v1551: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:09 smithi192 ceph-mon[180220]: pgmap v1552: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:09 smithi118 ceph-mon[182959]: pgmap v1552: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:09 smithi118 ceph-mon[185516]: pgmap v1552: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:38:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:38:09] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:38:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:11 smithi192 ceph-mon[180220]: pgmap v1553: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:11.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:11 smithi118 ceph-mon[185516]: pgmap v1553: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:11 smithi118 ceph-mon[182959]: pgmap v1553: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:13 smithi192 ceph-mon[180220]: pgmap v1554: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:13 smithi118 ceph-mon[185516]: pgmap v1554: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:13 smithi118 ceph-mon[182959]: pgmap v1554: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:15 smithi192 ceph-mon[180220]: pgmap v1555: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:15 smithi118 ceph-mon[185516]: pgmap v1555: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:15 smithi118 ceph-mon[182959]: pgmap v1555: 137 pgs: 137 active+clean; 1.3 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:17 smithi118 ceph-mon[185516]: pgmap v1556: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:17 smithi118 ceph-mon[182959]: pgmap v1556: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:17 smithi192 ceph-mon[180220]: pgmap v1556: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:38:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:38:19] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:38:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:20 smithi118 ceph-mon[185516]: pgmap v1557: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:20 smithi118 ceph-mon[182959]: pgmap v1557: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:20 smithi192 ceph-mon[180220]: pgmap v1557: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:21 smithi192 ceph-mon[180220]: pgmap v1558: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:21 smithi118 ceph-mon[185516]: pgmap v1558: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:21 smithi118 ceph-mon[182959]: pgmap v1558: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:23 smithi192 ceph-mon[180220]: pgmap v1559: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:23 smithi118 ceph-mon[185516]: pgmap v1559: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:23 smithi118 ceph-mon[182959]: pgmap v1559: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:25 smithi192 ceph-mon[180220]: pgmap v1560: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:25 smithi118 ceph-mon[185516]: pgmap v1560: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:25 smithi118 ceph-mon[182959]: pgmap v1560: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:26.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:38:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:38:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:38:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:38:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:38:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:38:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:27 smithi192 ceph-mon[180220]: pgmap v1561: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:38:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:38:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:38:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[185516]: pgmap v1561: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:38:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:38:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:38:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:27 smithi118 ceph-mon[182959]: pgmap v1561: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:29 smithi192 ceph-mon[180220]: pgmap v1562: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:29 smithi118 ceph-mon[185516]: pgmap v1562: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:29 smithi118 ceph-mon[182959]: pgmap v1562: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:38:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:38:29] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:38:31.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:31 smithi192 ceph-mon[180220]: pgmap v1563: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:31 smithi118 ceph-mon[185516]: pgmap v1563: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:31 smithi118 ceph-mon[182959]: pgmap v1563: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:33 smithi192 ceph-mon[180220]: pgmap v1564: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:33.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:33 smithi118 ceph-mon[185516]: pgmap v1564: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:33.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:33 smithi118 ceph-mon[182959]: pgmap v1564: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:35 smithi192 ceph-mon[180220]: pgmap v1565: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:35 smithi118 ceph-mon[185516]: pgmap v1565: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:35 smithi118 ceph-mon[182959]: pgmap v1565: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:37 smithi118 ceph-mon[185516]: pgmap v1566: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:37 smithi118 ceph-mon[182959]: pgmap v1566: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:37 smithi192 ceph-mon[180220]: pgmap v1566: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:39 smithi192 ceph-mon[180220]: pgmap v1567: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:39 smithi118 ceph-mon[185516]: pgmap v1567: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:39 smithi118 ceph-mon[182959]: pgmap v1567: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:38:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:38:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:38:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:41 smithi192 ceph-mon[180220]: pgmap v1568: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:41 smithi118 ceph-mon[182959]: pgmap v1568: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:41 smithi118 ceph-mon[185516]: pgmap v1568: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:43 smithi192 ceph-mon[180220]: pgmap v1569: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:43 smithi118 ceph-mon[182959]: pgmap v1569: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:43 smithi118 ceph-mon[185516]: pgmap v1569: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:45 smithi192 ceph-mon[180220]: pgmap v1570: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:45 smithi118 ceph-mon[182959]: pgmap v1570: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:45 smithi118 ceph-mon[185516]: pgmap v1570: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:47 smithi118 ceph-mon[185516]: pgmap v1571: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:47 smithi118 ceph-mon[182959]: pgmap v1571: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:47 smithi192 ceph-mon[180220]: pgmap v1571: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:49.349 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:49.349 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:38:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:38:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:38:49] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:38:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:50 smithi118 ceph-mon[185516]: pgmap v1572: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:50 smithi118 ceph-mon[182959]: pgmap v1572: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:50 smithi192 ceph-mon[180220]: pgmap v1572: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:51 smithi192 ceph-mon[180220]: pgmap v1573: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:51 smithi118 ceph-mon[185516]: pgmap v1573: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:51 smithi118 ceph-mon[182959]: pgmap v1573: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:53.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:53 smithi192 ceph-mon[180220]: pgmap v1574: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:53 smithi118 ceph-mon[182959]: pgmap v1574: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:53.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:53 smithi118 ceph-mon[185516]: pgmap v1574: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:55 smithi192 ceph-mon[180220]: pgmap v1575: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:55 smithi118 ceph-mon[185516]: pgmap v1575: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:55 smithi118 ceph-mon[182959]: pgmap v1575: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:58.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:57 smithi118 ceph-mon[185516]: pgmap v1576: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:57 smithi118 ceph-mon[182959]: pgmap v1576: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:57 smithi192 ceph-mon[180220]: pgmap v1576: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:38:59 smithi192 ceph-mon[180220]: pgmap v1577: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:38:59 smithi118 ceph-mon[185516]: pgmap v1577: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:38:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:38:59 smithi118 ceph-mon[182959]: pgmap v1577: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:38:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:38:59] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:39:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:01 smithi192 ceph-mon[180220]: pgmap v1578: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:01 smithi118 ceph-mon[185516]: pgmap v1578: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:01 smithi118 ceph-mon[182959]: pgmap v1578: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:03.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:03 smithi192 ceph-mon[180220]: pgmap v1579: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:03 smithi118 ceph-mon[185516]: pgmap v1579: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:03.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:03 smithi118 ceph-mon[182959]: pgmap v1579: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:04.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:05 smithi192 ceph-mon[180220]: pgmap v1580: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:05 smithi118 ceph-mon[182959]: pgmap v1580: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:05 smithi118 ceph-mon[185516]: pgmap v1580: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:07 smithi118 ceph-mon[185516]: pgmap v1581: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:07 smithi118 ceph-mon[182959]: pgmap v1581: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:07 smithi192 ceph-mon[180220]: pgmap v1581: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:09 smithi192 ceph-mon[180220]: pgmap v1582: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:09 smithi118 ceph-mon[182959]: pgmap v1582: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:09 smithi118 ceph-mon[185516]: pgmap v1582: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:39:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:39:09] "GET /metrics HTTP/1.1" 200 36340 "" "Prometheus/2.43.0" 2023-09-30T09:39:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:11 smithi192 ceph-mon[180220]: pgmap v1583: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:11 smithi118 ceph-mon[185516]: pgmap v1583: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:11 smithi118 ceph-mon[182959]: pgmap v1583: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:13 smithi192 ceph-mon[180220]: pgmap v1584: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:13 smithi118 ceph-mon[185516]: pgmap v1584: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:13 smithi118 ceph-mon[182959]: pgmap v1584: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:15 smithi192 ceph-mon[180220]: pgmap v1585: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:15 smithi118 ceph-mon[182959]: pgmap v1585: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:15 smithi118 ceph-mon[185516]: pgmap v1585: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:17 smithi118 ceph-mon[185516]: pgmap v1586: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:18.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:17 smithi118 ceph-mon[182959]: pgmap v1586: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:18.219 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:17 smithi192 ceph-mon[180220]: pgmap v1586: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:19.451 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:39:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:39:19] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:39:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:20 smithi118 ceph-mon[185516]: pgmap v1587: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:20 smithi118 ceph-mon[182959]: pgmap v1587: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:20 smithi192 ceph-mon[180220]: pgmap v1587: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:21 smithi192 ceph-mon[180220]: pgmap v1588: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:21 smithi118 ceph-mon[185516]: pgmap v1588: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:21 smithi118 ceph-mon[182959]: pgmap v1588: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:23 smithi192 ceph-mon[180220]: pgmap v1589: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:23 smithi118 ceph-mon[185516]: pgmap v1589: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:23 smithi118 ceph-mon[182959]: pgmap v1589: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:25 smithi192 ceph-mon[180220]: pgmap v1590: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:25 smithi118 ceph-mon[185516]: pgmap v1590: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:25 smithi118 ceph-mon[182959]: pgmap v1590: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:26.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:39:27.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:39:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:39:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:39:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:39:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:39:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[185516]: pgmap v1591: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:39:28.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:39:28.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:39:28.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:27 smithi118 ceph-mon[182959]: pgmap v1591: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:39:28.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:39:28.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:39:28.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:27 smithi192 ceph-mon[180220]: pgmap v1591: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:29 smithi192 ceph-mon[180220]: pgmap v1592: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:29 smithi118 ceph-mon[185516]: pgmap v1592: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:29 smithi118 ceph-mon[182959]: pgmap v1592: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:39:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:39:29] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:39:31.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:31 smithi192 ceph-mon[180220]: pgmap v1593: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:31.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:31 smithi118 ceph-mon[185516]: pgmap v1593: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:31 smithi118 ceph-mon[182959]: pgmap v1593: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:33 smithi192 ceph-mon[180220]: pgmap v1594: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:33 smithi118 ceph-mon[185516]: pgmap v1594: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:33 smithi118 ceph-mon[182959]: pgmap v1594: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:34.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:35 smithi192 ceph-mon[180220]: pgmap v1595: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:35 smithi118 ceph-mon[185516]: pgmap v1595: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:35 smithi118 ceph-mon[182959]: pgmap v1595: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:37 smithi118 ceph-mon[185516]: pgmap v1596: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:37 smithi118 ceph-mon[182959]: pgmap v1596: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:38.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:37 smithi192 ceph-mon[180220]: pgmap v1596: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:39.716 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:39 smithi192 ceph-mon[180220]: pgmap v1597: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:39 smithi118 ceph-mon[182959]: pgmap v1597: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:39.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:39 smithi118 ceph-mon[185516]: pgmap v1597: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:39:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:39:39] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:39:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:41 smithi192 ceph-mon[180220]: pgmap v1598: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:41 smithi118 ceph-mon[185516]: pgmap v1598: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:41 smithi118 ceph-mon[182959]: pgmap v1598: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:43 smithi192 ceph-mon[180220]: pgmap v1599: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:43 smithi118 ceph-mon[185516]: pgmap v1599: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:43 smithi118 ceph-mon[182959]: pgmap v1599: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:45 smithi192 ceph-mon[180220]: pgmap v1600: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:45 smithi118 ceph-mon[185516]: pgmap v1600: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:45 smithi118 ceph-mon[182959]: pgmap v1600: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:48.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:47 smithi118 ceph-mon[185516]: pgmap v1601: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:47 smithi118 ceph-mon[182959]: pgmap v1601: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:47 smithi192 ceph-mon[180220]: pgmap v1601: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:39:50.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:39:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:39:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:39:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:50 smithi118 ceph-mon[185516]: pgmap v1602: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:50 smithi118 ceph-mon[182959]: pgmap v1602: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:50 smithi192 ceph-mon[180220]: pgmap v1602: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:51 smithi192 ceph-mon[180220]: pgmap v1603: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:51 smithi118 ceph-mon[182959]: pgmap v1603: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:51 smithi118 ceph-mon[185516]: pgmap v1603: 137 pgs: 137 active+clean; 1.3 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:53.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:53 smithi192 ceph-mon[180220]: pgmap v1604: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:53 smithi118 ceph-mon[185516]: pgmap v1604: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:53 smithi118 ceph-mon[182959]: pgmap v1604: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:55 smithi192 ceph-mon[180220]: pgmap v1605: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:55 smithi118 ceph-mon[185516]: pgmap v1605: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:55 smithi118 ceph-mon[182959]: pgmap v1605: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:57 smithi118 ceph-mon[185516]: pgmap v1606: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:57 smithi118 ceph-mon[182959]: pgmap v1606: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:57 smithi192 ceph-mon[180220]: pgmap v1606: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:39:59 smithi192 ceph-mon[180220]: pgmap v1607: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:39:59 smithi118 ceph-mon[185516]: pgmap v1607: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:39:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:39:59 smithi118 ceph-mon[182959]: pgmap v1607: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:39:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:39:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:40:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:40:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:40:00.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T09:40:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:01 smithi192 ceph-mon[180220]: pgmap v1608: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:01 smithi118 ceph-mon[185516]: pgmap v1608: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:01 smithi118 ceph-mon[182959]: pgmap v1608: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:03.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:03 smithi192 ceph-mon[180220]: pgmap v1609: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:03 smithi118 ceph-mon[185516]: pgmap v1609: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:03 smithi118 ceph-mon[182959]: pgmap v1609: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:05 smithi192 ceph-mon[180220]: pgmap v1610: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:05 smithi118 ceph-mon[185516]: pgmap v1610: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:05 smithi118 ceph-mon[182959]: pgmap v1610: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:07 smithi118 ceph-mon[185516]: pgmap v1611: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:08.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:07 smithi118 ceph-mon[182959]: pgmap v1611: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:07 smithi192 ceph-mon[180220]: pgmap v1611: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:09 smithi192 ceph-mon[180220]: pgmap v1612: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:09.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:09 smithi118 ceph-mon[185516]: pgmap v1612: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:09 smithi118 ceph-mon[182959]: pgmap v1612: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:40:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:40:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:40:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:11 smithi192 ceph-mon[180220]: pgmap v1613: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:11 smithi118 ceph-mon[185516]: pgmap v1613: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:11 smithi118 ceph-mon[182959]: pgmap v1613: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:13 smithi192 ceph-mon[180220]: pgmap v1614: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:13 smithi118 ceph-mon[185516]: pgmap v1614: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:13 smithi118 ceph-mon[182959]: pgmap v1614: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:15 smithi192 ceph-mon[180220]: pgmap v1615: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:15 smithi118 ceph-mon[185516]: pgmap v1615: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:15 smithi118 ceph-mon[182959]: pgmap v1615: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:17 smithi118 ceph-mon[185516]: pgmap v1616: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:18.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:17 smithi118 ceph-mon[182959]: pgmap v1616: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:17 smithi192 ceph-mon[180220]: pgmap v1616: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:40:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:40:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:40:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:20 smithi118 ceph-mon[182959]: pgmap v1617: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:20 smithi118 ceph-mon[185516]: pgmap v1617: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:20.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:20 smithi192 ceph-mon[180220]: pgmap v1617: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:21 smithi192 ceph-mon[180220]: pgmap v1618: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:21 smithi118 ceph-mon[185516]: pgmap v1618: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:21 smithi118 ceph-mon[182959]: pgmap v1618: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:23 smithi192 ceph-mon[180220]: pgmap v1619: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:23 smithi118 ceph-mon[185516]: pgmap v1619: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:23 smithi118 ceph-mon[182959]: pgmap v1619: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:25 smithi192 ceph-mon[180220]: pgmap v1620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:25 smithi118 ceph-mon[185516]: pgmap v1620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:25 smithi118 ceph-mon[182959]: pgmap v1620: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[185516]: pgmap v1621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[182959]: pgmap v1621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:40:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:40:28.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:40:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:40:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:27 smithi192 ceph-mon[180220]: pgmap v1621: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:28.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:40:28.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:40:28.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:40:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:29 smithi192 ceph-mon[180220]: pgmap v1622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:29 smithi118 ceph-mon[185516]: pgmap v1622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:29 smithi118 ceph-mon[182959]: pgmap v1622: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:40:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:40:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:40:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:31 smithi192 ceph-mon[180220]: pgmap v1623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:31 smithi118 ceph-mon[185516]: pgmap v1623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:31 smithi118 ceph-mon[182959]: pgmap v1623: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:33 smithi192 ceph-mon[180220]: pgmap v1624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:33 smithi118 ceph-mon[185516]: pgmap v1624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:33 smithi118 ceph-mon[182959]: pgmap v1624: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:35 smithi192 ceph-mon[180220]: pgmap v1625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:36.191 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:35 smithi118 ceph-mon[185516]: pgmap v1625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:36.191 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:35 smithi118 ceph-mon[182959]: pgmap v1625: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:37 smithi118 ceph-mon[185516]: pgmap v1626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:37 smithi118 ceph-mon[182959]: pgmap v1626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:37 smithi192 ceph-mon[180220]: pgmap v1626: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:39 smithi192 ceph-mon[180220]: pgmap v1627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:39 smithi118 ceph-mon[185516]: pgmap v1627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:39 smithi118 ceph-mon[182959]: pgmap v1627: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:40:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:40:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:40:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:41 smithi192 ceph-mon[180220]: pgmap v1628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:41.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:41 smithi118 ceph-mon[185516]: pgmap v1628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:41.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:41 smithi118 ceph-mon[182959]: pgmap v1628: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:43 smithi192 ceph-mon[180220]: pgmap v1629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:43 smithi118 ceph-mon[185516]: pgmap v1629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:43 smithi118 ceph-mon[182959]: pgmap v1629: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:45 smithi192 ceph-mon[180220]: pgmap v1630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:45 smithi118 ceph-mon[185516]: pgmap v1630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:45 smithi118 ceph-mon[182959]: pgmap v1630: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:47 smithi118 ceph-mon[185516]: pgmap v1631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:47 smithi118 ceph-mon[182959]: pgmap v1631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:48.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:47 smithi192 ceph-mon[180220]: pgmap v1631: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:40:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:40:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:40:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:40:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:50 smithi118 ceph-mon[185516]: pgmap v1632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:50 smithi118 ceph-mon[182959]: pgmap v1632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:50 smithi192 ceph-mon[180220]: pgmap v1632: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:51 smithi192 ceph-mon[180220]: pgmap v1633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:51 smithi118 ceph-mon[185516]: pgmap v1633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:51 smithi118 ceph-mon[182959]: pgmap v1633: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:53.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:53 smithi192 ceph-mon[180220]: pgmap v1634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:53 smithi118 ceph-mon[185516]: pgmap v1634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:53 smithi118 ceph-mon[182959]: pgmap v1634: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:55 smithi192 ceph-mon[180220]: pgmap v1635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:55 smithi118 ceph-mon[185516]: pgmap v1635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:55 smithi118 ceph-mon[182959]: pgmap v1635: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:57 smithi118 ceph-mon[185516]: pgmap v1636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:57 smithi118 ceph-mon[182959]: pgmap v1636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:57 smithi192 ceph-mon[180220]: pgmap v1636: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:40:59 smithi192 ceph-mon[180220]: pgmap v1637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:40:59 smithi118 ceph-mon[185516]: pgmap v1637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:40:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:40:59 smithi118 ceph-mon[182959]: pgmap v1637: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:40:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:40:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:41:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:01 smithi192 ceph-mon[180220]: pgmap v1638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:01 smithi118 ceph-mon[185516]: pgmap v1638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:01 smithi118 ceph-mon[182959]: pgmap v1638: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:03.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:03 smithi192 ceph-mon[180220]: pgmap v1639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:03 smithi118 ceph-mon[185516]: pgmap v1639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:03 smithi118 ceph-mon[182959]: pgmap v1639: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:05 smithi192 ceph-mon[180220]: pgmap v1640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:05 smithi118 ceph-mon[185516]: pgmap v1640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:05 smithi118 ceph-mon[182959]: pgmap v1640: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:08.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:07 smithi118 ceph-mon[185516]: pgmap v1641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:08.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:07 smithi118 ceph-mon[182959]: pgmap v1641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:08.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:07 smithi192 ceph-mon[180220]: pgmap v1641: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:09 smithi192 ceph-mon[180220]: pgmap v1642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:09 smithi118 ceph-mon[185516]: pgmap v1642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:09 smithi118 ceph-mon[182959]: pgmap v1642: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:41:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:41:09] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:41:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:11 smithi192 ceph-mon[180220]: pgmap v1643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:11 smithi118 ceph-mon[185516]: pgmap v1643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:11 smithi118 ceph-mon[182959]: pgmap v1643: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:13 smithi192 ceph-mon[180220]: pgmap v1644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:13 smithi118 ceph-mon[185516]: pgmap v1644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:13 smithi118 ceph-mon[182959]: pgmap v1644: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:15 smithi192 ceph-mon[180220]: pgmap v1645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:15 smithi118 ceph-mon[182959]: pgmap v1645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:15 smithi118 ceph-mon[185516]: pgmap v1645: 137 pgs: 137 active+clean; 1.3 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:17 smithi118 ceph-mon[185516]: pgmap v1646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:18.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:17 smithi118 ceph-mon[182959]: pgmap v1646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:18.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:17 smithi192 ceph-mon[180220]: pgmap v1646: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:41:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:41:19] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:41:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:20 smithi118 ceph-mon[185516]: pgmap v1647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:20 smithi118 ceph-mon[182959]: pgmap v1647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:20.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:20 smithi192 ceph-mon[180220]: pgmap v1647: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:21 smithi192 ceph-mon[180220]: pgmap v1648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:21 smithi118 ceph-mon[185516]: pgmap v1648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:21 smithi118 ceph-mon[182959]: pgmap v1648: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:23 smithi192 ceph-mon[180220]: pgmap v1649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:23 smithi118 ceph-mon[185516]: pgmap v1649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:23 smithi118 ceph-mon[182959]: pgmap v1649: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:25 smithi192 ceph-mon[180220]: pgmap v1650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:25 smithi118 ceph-mon[185516]: pgmap v1650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:25 smithi118 ceph-mon[182959]: pgmap v1650: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[185516]: pgmap v1651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:41:29.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:41:29.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:41:29.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:41:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[182959]: pgmap v1651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:41:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:41:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:41:29.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:41:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:28 smithi192 ceph-mon[180220]: pgmap v1651: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:41:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:41:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:41:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:41:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:41:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:41:29] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:41:31.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:30 smithi118 ceph-mon[185516]: pgmap v1652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:31.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:30 smithi118 ceph-mon[182959]: pgmap v1652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:30 smithi192 ceph-mon[180220]: pgmap v1652: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:33.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:32 smithi118 ceph-mon[185516]: pgmap v1653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:33.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:32 smithi118 ceph-mon[182959]: pgmap v1653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:32 smithi192 ceph-mon[180220]: pgmap v1653: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:34 smithi118 ceph-mon[185516]: pgmap v1654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:35.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:34 smithi118 ceph-mon[182959]: pgmap v1654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:34 smithi192 ceph-mon[180220]: pgmap v1654: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:37.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:36 smithi118 ceph-mon[185516]: pgmap v1655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:37.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:36 smithi118 ceph-mon[182959]: pgmap v1655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:37.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:36 smithi192 ceph-mon[180220]: pgmap v1655: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:39.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:38 smithi118 ceph-mon[185516]: pgmap v1656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:39.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:38 smithi118 ceph-mon[182959]: pgmap v1656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:39.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:38 smithi192 ceph-mon[180220]: pgmap v1656: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:41:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:41:39] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:41:41.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:40 smithi118 ceph-mon[185516]: pgmap v1657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:40 smithi118 ceph-mon[182959]: pgmap v1657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:41.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:40 smithi192 ceph-mon[180220]: pgmap v1657: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:43.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:42 smithi118 ceph-mon[185516]: pgmap v1658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:42 smithi118 ceph-mon[182959]: pgmap v1658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:43.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:42 smithi192 ceph-mon[180220]: pgmap v1658: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:45.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:44 smithi118 ceph-mon[185516]: pgmap v1659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:44 smithi118 ceph-mon[182959]: pgmap v1659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:45.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:44 smithi192 ceph-mon[180220]: pgmap v1659: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:47.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:46 smithi118 ceph-mon[185516]: pgmap v1660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:47.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:46 smithi118 ceph-mon[182959]: pgmap v1660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:46 smithi192 ceph-mon[180220]: pgmap v1660: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:49.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:48 smithi118 ceph-mon[185516]: pgmap v1661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:48 smithi118 ceph-mon[182959]: pgmap v1661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:49.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:48 smithi192 ceph-mon[180220]: pgmap v1661: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:41:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:41:49] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:41:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:41:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:50 smithi192 ceph-mon[180220]: pgmap v1662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:50 smithi118 ceph-mon[185516]: pgmap v1662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:50 smithi118 ceph-mon[182959]: pgmap v1662: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:52 smithi192 ceph-mon[180220]: pgmap v1663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:53.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:52 smithi118 ceph-mon[182959]: pgmap v1663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:53.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:52 smithi118 ceph-mon[185516]: pgmap v1663: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:54 smithi192 ceph-mon[180220]: pgmap v1664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:55.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:54 smithi118 ceph-mon[182959]: pgmap v1664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:55.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:54 smithi118 ceph-mon[185516]: pgmap v1664: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:57.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:56 smithi192 ceph-mon[180220]: pgmap v1665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:57.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:56 smithi118 ceph-mon[182959]: pgmap v1665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:57.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:56 smithi118 ceph-mon[185516]: pgmap v1665: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:59.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:41:58 smithi192 ceph-mon[180220]: pgmap v1666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:41:58 smithi118 ceph-mon[185516]: pgmap v1666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:41:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:41:58 smithi118 ceph-mon[182959]: pgmap v1666: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:41:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:41:59] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:42:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:00 smithi192 ceph-mon[180220]: pgmap v1667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:00 smithi118 ceph-mon[185516]: pgmap v1667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:00 smithi118 ceph-mon[182959]: pgmap v1667: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:03.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:02 smithi192 ceph-mon[180220]: pgmap v1668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:02 smithi118 ceph-mon[185516]: pgmap v1668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:02 smithi118 ceph-mon[182959]: pgmap v1668: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:04 smithi192 ceph-mon[180220]: pgmap v1669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:04 smithi118 ceph-mon[185516]: pgmap v1669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:05.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:04 smithi118 ceph-mon[182959]: pgmap v1669: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:06 smithi192 ceph-mon[180220]: pgmap v1670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:06 smithi118 ceph-mon[185516]: pgmap v1670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:06 smithi118 ceph-mon[182959]: pgmap v1670: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:08 smithi192 ceph-mon[180220]: pgmap v1671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:08 smithi118 ceph-mon[185516]: pgmap v1671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:08 smithi118 ceph-mon[182959]: pgmap v1671: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:42:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:42:09] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:42:11.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:10 smithi192 ceph-mon[180220]: pgmap v1672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:11.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:10 smithi118 ceph-mon[185516]: pgmap v1672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:10 smithi118 ceph-mon[182959]: pgmap v1672: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:13.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:12 smithi192 ceph-mon[180220]: pgmap v1673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:12 smithi118 ceph-mon[185516]: pgmap v1673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:12 smithi118 ceph-mon[182959]: pgmap v1673: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:15.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:14 smithi192 ceph-mon[180220]: pgmap v1674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:14 smithi118 ceph-mon[185516]: pgmap v1674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:14 smithi118 ceph-mon[182959]: pgmap v1674: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:17.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:16 smithi192 ceph-mon[180220]: pgmap v1675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:16 smithi118 ceph-mon[185516]: pgmap v1675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:16 smithi118 ceph-mon[182959]: pgmap v1675: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:18 smithi192 ceph-mon[180220]: pgmap v1676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:18 smithi118 ceph-mon[185516]: pgmap v1676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:18 smithi118 ceph-mon[182959]: pgmap v1676: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:42:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:42:19] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:42:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:20.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:21.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:20 smithi192 ceph-mon[180220]: pgmap v1677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:20 smithi118 ceph-mon[185516]: pgmap v1677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:20 smithi118 ceph-mon[182959]: pgmap v1677: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:23.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:22 smithi192 ceph-mon[180220]: pgmap v1678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:22 smithi118 ceph-mon[185516]: pgmap v1678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:22 smithi118 ceph-mon[182959]: pgmap v1678: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:25.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:24 smithi192 ceph-mon[180220]: pgmap v1679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:25.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:24 smithi118 ceph-mon[185516]: pgmap v1679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:24 smithi118 ceph-mon[182959]: pgmap v1679: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:27.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:26 smithi192 ceph-mon[180220]: pgmap v1680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:27.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:26 smithi118 ceph-mon[185516]: pgmap v1680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:26 smithi118 ceph-mon[182959]: pgmap v1680: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:28 smithi192 ceph-mon[180220]: pgmap v1681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:42:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:28 smithi118 ceph-mon[185516]: pgmap v1681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:42:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:28 smithi118 ceph-mon[182959]: pgmap v1681: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:42:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:42:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:42:29] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:42:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:42:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:42:30.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:42:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:42:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:42:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:42:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:42:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:42:30.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:42:31.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:30 smithi192 ceph-mon[180220]: pgmap v1682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:30 smithi118 ceph-mon[182959]: pgmap v1682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:30 smithi118 ceph-mon[185516]: pgmap v1682: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:33.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:32 smithi192 ceph-mon[180220]: pgmap v1683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:33.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:32 smithi118 ceph-mon[182959]: pgmap v1683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:33.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:32 smithi118 ceph-mon[185516]: pgmap v1683: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:34 smithi192 ceph-mon[180220]: pgmap v1684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:34 smithi118 ceph-mon[185516]: pgmap v1684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:34 smithi118 ceph-mon[182959]: pgmap v1684: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:37.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:36 smithi192 ceph-mon[180220]: pgmap v1685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:36 smithi118 ceph-mon[185516]: pgmap v1685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:36 smithi118 ceph-mon[182959]: pgmap v1685: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:39.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:38 smithi192 ceph-mon[180220]: pgmap v1686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:39.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:38 smithi118 ceph-mon[185516]: pgmap v1686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:39.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:38 smithi118 ceph-mon[182959]: pgmap v1686: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:42:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:42:39] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:42:41.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:40 smithi192 ceph-mon[180220]: pgmap v1687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:41.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:40 smithi118 ceph-mon[185516]: pgmap v1687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:40 smithi118 ceph-mon[182959]: pgmap v1687: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:43.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:42 smithi192 ceph-mon[180220]: pgmap v1688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:43.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:42 smithi118 ceph-mon[182959]: pgmap v1688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:43.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:42 smithi118 ceph-mon[185516]: pgmap v1688: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:45.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:44 smithi192 ceph-mon[180220]: pgmap v1689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:45.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:44 smithi118 ceph-mon[182959]: pgmap v1689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:45.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:44 smithi118 ceph-mon[185516]: pgmap v1689: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:46 smithi192 ceph-mon[180220]: pgmap v1690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:47.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:46 smithi118 ceph-mon[182959]: pgmap v1690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:46 smithi118 ceph-mon[185516]: pgmap v1690: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:49.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:48 smithi192 ceph-mon[180220]: pgmap v1691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:48 smithi118 ceph-mon[182959]: pgmap v1691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:48 smithi118 ceph-mon[185516]: pgmap v1691: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:42:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:42:49] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:42:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:42:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:50 smithi192 ceph-mon[180220]: pgmap v1692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:50 smithi118 ceph-mon[182959]: pgmap v1692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:50 smithi118 ceph-mon[185516]: pgmap v1692: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:53.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:52 smithi118 ceph-mon[182959]: pgmap v1693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:53.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:52 smithi118 ceph-mon[185516]: pgmap v1693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:52 smithi192 ceph-mon[180220]: pgmap v1693: 137 pgs: 137 active+clean; 1.3 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:55.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:54 smithi118 ceph-mon[185516]: pgmap v1694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:54 smithi118 ceph-mon[182959]: pgmap v1694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:54 smithi192 ceph-mon[180220]: pgmap v1694: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:57.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:56 smithi118 ceph-mon[185516]: pgmap v1695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:56 smithi118 ceph-mon[182959]: pgmap v1695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:56 smithi192 ceph-mon[180220]: pgmap v1695: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:42:58 smithi118 ceph-mon[185516]: pgmap v1696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:42:58 smithi118 ceph-mon[182959]: pgmap v1696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:42:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:42:58 smithi192 ceph-mon[180220]: pgmap v1696: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:42:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:42:59] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:43:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:00 smithi118 ceph-mon[185516]: pgmap v1697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:01.368 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:00 smithi118 ceph-mon[182959]: pgmap v1697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:00 smithi192 ceph-mon[180220]: pgmap v1697: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:02 smithi118 ceph-mon[185516]: pgmap v1698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:02 smithi118 ceph-mon[182959]: pgmap v1698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:03.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:02 smithi192 ceph-mon[180220]: pgmap v1698: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:04 smithi118 ceph-mon[185516]: pgmap v1699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:04 smithi118 ceph-mon[182959]: pgmap v1699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:04 smithi192 ceph-mon[180220]: pgmap v1699: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:07.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:06 smithi118 ceph-mon[185516]: pgmap v1700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:07.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:06 smithi118 ceph-mon[182959]: pgmap v1700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:06 smithi192 ceph-mon[180220]: pgmap v1700: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:08 smithi118 ceph-mon[182959]: pgmap v1701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:08 smithi118 ceph-mon[185516]: pgmap v1701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:08 smithi192 ceph-mon[180220]: pgmap v1701: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:43:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:43:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:43:11.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:10 smithi118 ceph-mon[182959]: pgmap v1702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:11.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:10 smithi118 ceph-mon[185516]: pgmap v1702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:10 smithi192 ceph-mon[180220]: pgmap v1702: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:12 smithi118 ceph-mon[182959]: pgmap v1703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:13.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:12 smithi118 ceph-mon[185516]: pgmap v1703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:12 smithi192 ceph-mon[180220]: pgmap v1703: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:14 smithi118 ceph-mon[185516]: pgmap v1704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:14 smithi118 ceph-mon[182959]: pgmap v1704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:15.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:14 smithi192 ceph-mon[180220]: pgmap v1704: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:16 smithi118 ceph-mon[185516]: pgmap v1705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:16 smithi118 ceph-mon[182959]: pgmap v1705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:16 smithi192 ceph-mon[180220]: pgmap v1705: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:18 smithi118 ceph-mon[185516]: pgmap v1706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:18 smithi118 ceph-mon[182959]: pgmap v1706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:18 smithi192 ceph-mon[180220]: pgmap v1706: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:43:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:43:19] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:43:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:20 smithi118 ceph-mon[185516]: pgmap v1707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:20 smithi118 ceph-mon[182959]: pgmap v1707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:20 smithi192 ceph-mon[180220]: pgmap v1707: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:22 smithi118 ceph-mon[182959]: pgmap v1708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:23.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:22 smithi118 ceph-mon[185516]: pgmap v1708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:22 smithi192 ceph-mon[180220]: pgmap v1708: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:24 smithi118 ceph-mon[182959]: pgmap v1709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:25.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:24 smithi118 ceph-mon[185516]: pgmap v1709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:24 smithi192 ceph-mon[180220]: pgmap v1709: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:27.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:26 smithi118 ceph-mon[182959]: pgmap v1710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:27.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:26 smithi118 ceph-mon[185516]: pgmap v1710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:26 smithi192 ceph-mon[180220]: pgmap v1710: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:29.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:28 smithi118 ceph-mon[182959]: pgmap v1711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:29.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:28 smithi118 ceph-mon[185516]: pgmap v1711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:28 smithi192 ceph-mon[180220]: pgmap v1711: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:43:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:43:29] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:43:30.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:43:30.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:43:30.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:43:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:31 smithi118 ceph-mon[182959]: pgmap v1712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:31 smithi118 ceph-mon[185516]: pgmap v1712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:31 smithi192 ceph-mon[180220]: pgmap v1712: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:33.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:33 smithi118 ceph-mon[182959]: pgmap v1713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:33.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:33 smithi118 ceph-mon[185516]: pgmap v1713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:33 smithi192 ceph-mon[180220]: pgmap v1713: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:34.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:35 smithi118 ceph-mon[182959]: pgmap v1714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:35 smithi118 ceph-mon[185516]: pgmap v1714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:35 smithi192 ceph-mon[180220]: pgmap v1714: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:37 smithi118 ceph-mon[185516]: pgmap v1715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:37 smithi118 ceph-mon[182959]: pgmap v1715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:37 smithi192 ceph-mon[180220]: pgmap v1715: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:39.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:39 smithi118 ceph-mon[185516]: pgmap v1716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:39 smithi118 ceph-mon[182959]: pgmap v1716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:39 smithi192 ceph-mon[180220]: pgmap v1716: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:43:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:43:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:43:41.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:41 smithi118 ceph-mon[182959]: pgmap v1717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:41.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:41 smithi118 ceph-mon[185516]: pgmap v1717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:41.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:41 smithi192 ceph-mon[180220]: pgmap v1717: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:43 smithi118 ceph-mon[185516]: pgmap v1718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:43.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:43 smithi118 ceph-mon[182959]: pgmap v1718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:43 smithi192 ceph-mon[180220]: pgmap v1718: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:45 smithi118 ceph-mon[185516]: pgmap v1719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:45.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:45 smithi118 ceph-mon[182959]: pgmap v1719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:45 smithi192 ceph-mon[180220]: pgmap v1719: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:47 smithi118 ceph-mon[185516]: pgmap v1720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:47 smithi118 ceph-mon[182959]: pgmap v1720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:47 smithi192 ceph-mon[180220]: pgmap v1720: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:49 smithi118 ceph-mon[185516]: pgmap v1721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:49.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:49.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:49 smithi118 ceph-mon[182959]: pgmap v1721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:49.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:49 smithi192 ceph-mon[180220]: pgmap v1721: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:43:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:43:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:43:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:43:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:51 smithi118 ceph-mon[185516]: pgmap v1722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:51 smithi118 ceph-mon[182959]: pgmap v1722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:51.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:51 smithi192 ceph-mon[180220]: pgmap v1722: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:53.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:53 smithi118 ceph-mon[185516]: pgmap v1723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:53.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:53 smithi118 ceph-mon[182959]: pgmap v1723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:53 smithi192 ceph-mon[180220]: pgmap v1723: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T09:43:55.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:55 smithi118 ceph-mon[185516]: pgmap v1724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:55 smithi118 ceph-mon[182959]: pgmap v1724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:55 smithi192 ceph-mon[180220]: pgmap v1724: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:57.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:57 smithi118 ceph-mon[185516]: pgmap v1725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:57 smithi118 ceph-mon[182959]: pgmap v1725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:57 smithi192 ceph-mon[180220]: pgmap v1725: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:43:59 smithi118 ceph-mon[185516]: pgmap v1726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:43:59 smithi118 ceph-mon[182959]: pgmap v1726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:43:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:43:59 smithi192 ceph-mon[180220]: pgmap v1726: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:43:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:43:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:44:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:01 smithi118 ceph-mon[185516]: pgmap v1727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:01 smithi118 ceph-mon[182959]: pgmap v1727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:01 smithi192 ceph-mon[180220]: pgmap v1727: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:03 smithi118 ceph-mon[185516]: pgmap v1728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:03 smithi118 ceph-mon[182959]: pgmap v1728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:03 smithi192 ceph-mon[180220]: pgmap v1728: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:04.348 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:04.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:05 smithi118 ceph-mon[185516]: pgmap v1729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:05 smithi118 ceph-mon[182959]: pgmap v1729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:05 smithi192 ceph-mon[180220]: pgmap v1729: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:07 smithi118 ceph-mon[185516]: pgmap v1730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:07 smithi118 ceph-mon[182959]: pgmap v1730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:07 smithi192 ceph-mon[180220]: pgmap v1730: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:09 smithi118 ceph-mon[182959]: pgmap v1731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:09 smithi118 ceph-mon[185516]: pgmap v1731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:09 smithi192 ceph-mon[180220]: pgmap v1731: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:44:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:44:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:44:11.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:11 smithi118 ceph-mon[182959]: pgmap v1732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:11.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:11 smithi118 ceph-mon[185516]: pgmap v1732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:11 smithi192 ceph-mon[180220]: pgmap v1732: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:13 smithi118 ceph-mon[182959]: pgmap v1733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:13.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:13 smithi118 ceph-mon[185516]: pgmap v1733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:13 smithi192 ceph-mon[180220]: pgmap v1733: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:15 smithi118 ceph-mon[185516]: pgmap v1734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:15 smithi118 ceph-mon[182959]: pgmap v1734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:15 smithi192 ceph-mon[180220]: pgmap v1734: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:17 smithi118 ceph-mon[185516]: pgmap v1735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:17 smithi118 ceph-mon[182959]: pgmap v1735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:17 smithi192 ceph-mon[180220]: pgmap v1735: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:19 smithi118 ceph-mon[185516]: pgmap v1736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:19 smithi118 ceph-mon[182959]: pgmap v1736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:19 smithi192 ceph-mon[180220]: pgmap v1736: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:44:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:44:19] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:44:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:21 smithi118 ceph-mon[185516]: pgmap v1737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:21 smithi118 ceph-mon[182959]: pgmap v1737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:21 smithi192 ceph-mon[180220]: pgmap v1737: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:23 smithi118 ceph-mon[185516]: pgmap v1738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:23 smithi118 ceph-mon[182959]: pgmap v1738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:23 smithi192 ceph-mon[180220]: pgmap v1738: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:25.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:25 smithi118 ceph-mon[185516]: pgmap v1739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:25 smithi118 ceph-mon[182959]: pgmap v1739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:25 smithi192 ceph-mon[180220]: pgmap v1739: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:27.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:27 smithi118 ceph-mon[185516]: pgmap v1740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:27 smithi118 ceph-mon[182959]: pgmap v1740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:27 smithi192 ceph-mon[180220]: pgmap v1740: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:29 smithi118 ceph-mon[185516]: pgmap v1741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:29 smithi118 ceph-mon[182959]: pgmap v1741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:29 smithi192 ceph-mon[180220]: pgmap v1741: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:30.068 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:44:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:44:29] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:44:30.069 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:44:30.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:44:30.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:44:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[185516]: pgmap v1742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:44:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:44:31.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:44:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[182959]: pgmap v1742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:44:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:44:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:44:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:31 smithi192 ceph-mon[180220]: pgmap v1742: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:44:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:44:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:44:33.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:33 smithi118 ceph-mon[185516]: pgmap v1743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:33 smithi118 ceph-mon[182959]: pgmap v1743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:33 smithi192 ceph-mon[180220]: pgmap v1743: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:35 smithi118 ceph-mon[185516]: pgmap v1744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:35 smithi118 ceph-mon[182959]: pgmap v1744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:35 smithi192 ceph-mon[180220]: pgmap v1744: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:37 smithi118 ceph-mon[185516]: pgmap v1745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:37 smithi118 ceph-mon[182959]: pgmap v1745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:37 smithi192 ceph-mon[180220]: pgmap v1745: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:39.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:39 smithi118 ceph-mon[185516]: pgmap v1746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:39 smithi118 ceph-mon[182959]: pgmap v1746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:39 smithi192 ceph-mon[180220]: pgmap v1746: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:44:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:44:39] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:44:41.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:41 smithi118 ceph-mon[185516]: pgmap v1747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:41 smithi118 ceph-mon[182959]: pgmap v1747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:41 smithi192 ceph-mon[180220]: pgmap v1747: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:43.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:43 smithi118 ceph-mon[185516]: pgmap v1748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:43.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:43 smithi118 ceph-mon[182959]: pgmap v1748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:43 smithi192 ceph-mon[180220]: pgmap v1748: 137 pgs: 137 active+clean; 1.3 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:45 smithi118 ceph-mon[185516]: pgmap v1749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:45.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:45 smithi118 ceph-mon[182959]: pgmap v1749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:45 smithi192 ceph-mon[180220]: pgmap v1749: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:47 smithi118 ceph-mon[185516]: pgmap v1750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:47 smithi118 ceph-mon[182959]: pgmap v1750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:47 smithi192 ceph-mon[180220]: pgmap v1750: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:49 smithi192 ceph-mon[180220]: pgmap v1751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:49 smithi118 ceph-mon[185516]: pgmap v1751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:49 smithi118 ceph-mon[182959]: pgmap v1751: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:44:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:44:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:44:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:44:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:51 smithi192 ceph-mon[180220]: pgmap v1752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:51 smithi118 ceph-mon[185516]: pgmap v1752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:51 smithi118 ceph-mon[182959]: pgmap v1752: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:53 smithi192 ceph-mon[180220]: pgmap v1753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:53 smithi118 ceph-mon[185516]: pgmap v1753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:53 smithi118 ceph-mon[182959]: pgmap v1753: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:55 smithi192 ceph-mon[180220]: pgmap v1754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:55 smithi118 ceph-mon[185516]: pgmap v1754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:55 smithi118 ceph-mon[182959]: pgmap v1754: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:57 smithi192 ceph-mon[180220]: pgmap v1755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:57 smithi118 ceph-mon[185516]: pgmap v1755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:57 smithi118 ceph-mon[182959]: pgmap v1755: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:44:59 smithi192 ceph-mon[180220]: pgmap v1756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:59.464 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:44:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T09:44:59.090598527Z level=info msg="Completed cleanup jobs" duration=12.583454ms 2023-09-30T09:44:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:44:59 smithi118 ceph-mon[185516]: pgmap v1756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:44:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:44:59 smithi118 ceph-mon[182959]: pgmap v1756: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:44:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:44:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:45:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:01 smithi192 ceph-mon[180220]: pgmap v1757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:01 smithi118 ceph-mon[185516]: pgmap v1757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:01 smithi118 ceph-mon[182959]: pgmap v1757: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:03.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:03 smithi192 ceph-mon[180220]: pgmap v1758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:03 smithi118 ceph-mon[185516]: pgmap v1758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:03 smithi118 ceph-mon[182959]: pgmap v1758: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:05 smithi192 ceph-mon[180220]: pgmap v1759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:05 smithi118 ceph-mon[185516]: pgmap v1759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:05 smithi118 ceph-mon[182959]: pgmap v1759: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:07 smithi192 ceph-mon[180220]: pgmap v1760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:07 smithi118 ceph-mon[185516]: pgmap v1760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:07 smithi118 ceph-mon[182959]: pgmap v1760: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:09 smithi192 ceph-mon[180220]: pgmap v1761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:09 smithi118 ceph-mon[185516]: pgmap v1761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:09 smithi118 ceph-mon[182959]: pgmap v1761: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:45:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:45:09] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:45:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:11 smithi192 ceph-mon[180220]: pgmap v1762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:11 smithi118 ceph-mon[185516]: pgmap v1762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:11 smithi118 ceph-mon[182959]: pgmap v1762: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:13 smithi192 ceph-mon[180220]: pgmap v1763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:13 smithi118 ceph-mon[185516]: pgmap v1763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:13 smithi118 ceph-mon[182959]: pgmap v1763: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:15 smithi192 ceph-mon[180220]: pgmap v1764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:15 smithi118 ceph-mon[185516]: pgmap v1764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:15.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:15 smithi118 ceph-mon[182959]: pgmap v1764: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:17 smithi192 ceph-mon[180220]: pgmap v1765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:17 smithi118 ceph-mon[185516]: pgmap v1765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:17 smithi118 ceph-mon[182959]: pgmap v1765: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:19 smithi192 ceph-mon[180220]: pgmap v1766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:19 smithi118 ceph-mon[185516]: pgmap v1766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:19 smithi118 ceph-mon[182959]: pgmap v1766: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:45:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:45:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:45:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:21 smithi192 ceph-mon[180220]: pgmap v1767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:21 smithi118 ceph-mon[185516]: pgmap v1767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:21 smithi118 ceph-mon[182959]: pgmap v1767: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:23 smithi192 ceph-mon[180220]: pgmap v1768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:23 smithi118 ceph-mon[185516]: pgmap v1768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:23.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:23 smithi118 ceph-mon[182959]: pgmap v1768: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:25 smithi192 ceph-mon[180220]: pgmap v1769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:25 smithi118 ceph-mon[185516]: pgmap v1769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:25.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:25 smithi118 ceph-mon[182959]: pgmap v1769: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:27 smithi192 ceph-mon[180220]: pgmap v1770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:27 smithi118 ceph-mon[182959]: pgmap v1770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:27 smithi118 ceph-mon[185516]: pgmap v1770: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:29 smithi192 ceph-mon[180220]: pgmap v1771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:29 smithi118 ceph-mon[182959]: pgmap v1771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:29.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:29 smithi118 ceph-mon[185516]: pgmap v1771: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:45:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:45:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:45:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:31 smithi192 ceph-mon[180220]: pgmap v1772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:45:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:31 smithi118 ceph-mon[185516]: pgmap v1772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:45:31.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:31 smithi118 ceph-mon[182959]: pgmap v1772: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:31.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:45:33.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:33 smithi118 ceph-mon[185516]: pgmap v1773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:33.146 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:33.146 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:33 smithi192 ceph-mon[180220]: pgmap v1773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:33.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:33 smithi118 ceph-mon[182959]: pgmap v1773: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.659 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: pgmap v1774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:34.659 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.659 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.659 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:34.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.660 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: pgmap v1774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:34.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:34.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: pgmap v1774: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:34.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: pgmap v1775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: pgmap v1775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:45:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:45:37.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: pgmap v1775: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:45:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:45:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:45:39.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:39 smithi118 ceph-mon[185516]: pgmap v1776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:39 smithi118 ceph-mon[182959]: pgmap v1776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:39 smithi192 ceph-mon[180220]: pgmap v1776: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:45:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:45:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:45:41.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:41 smithi118 ceph-mon[182959]: pgmap v1777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:41.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:41 smithi118 ceph-mon[185516]: pgmap v1777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:41 smithi192 ceph-mon[180220]: pgmap v1777: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:43.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:43 smithi118 ceph-mon[182959]: pgmap v1778: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:43.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:43 smithi118 ceph-mon[185516]: pgmap v1778: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:43 smithi192 ceph-mon[180220]: pgmap v1778: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:45 smithi118 ceph-mon[185516]: pgmap v1779: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:45.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:45 smithi118 ceph-mon[182959]: pgmap v1779: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:45 smithi192 ceph-mon[180220]: pgmap v1779: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:47 smithi118 ceph-mon[185516]: pgmap v1780: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:47 smithi118 ceph-mon[182959]: pgmap v1780: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:47 smithi192 ceph-mon[180220]: pgmap v1780: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:49 smithi118 ceph-mon[185516]: pgmap v1781: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:49 smithi118 ceph-mon[182959]: pgmap v1781: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:49 smithi192 ceph-mon[180220]: pgmap v1781: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:45:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:45:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:45:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:45:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:51 smithi118 ceph-mon[185516]: pgmap v1782: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:51 smithi118 ceph-mon[182959]: pgmap v1782: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:51 smithi192 ceph-mon[180220]: pgmap v1782: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:53.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:53 smithi118 ceph-mon[185516]: pgmap v1783: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:53.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:53 smithi118 ceph-mon[182959]: pgmap v1783: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:53 smithi192 ceph-mon[180220]: pgmap v1783: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:55.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:55 smithi118 ceph-mon[185516]: pgmap v1784: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:55 smithi118 ceph-mon[182959]: pgmap v1784: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:55 smithi192 ceph-mon[180220]: pgmap v1784: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:57.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:57 smithi118 ceph-mon[185516]: pgmap v1785: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:57 smithi118 ceph-mon[182959]: pgmap v1785: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:57 smithi192 ceph-mon[180220]: pgmap v1785: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:45:59 smithi118 ceph-mon[185516]: pgmap v1786: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:45:59 smithi118 ceph-mon[182959]: pgmap v1786: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:45:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:45:59 smithi192 ceph-mon[180220]: pgmap v1786: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:45:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:45:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:46:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:01 smithi118 ceph-mon[185516]: pgmap v1787: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:01.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:01 smithi118 ceph-mon[182959]: pgmap v1787: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:01 smithi192 ceph-mon[180220]: pgmap v1787: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:03.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:03 smithi118 ceph-mon[185516]: pgmap v1788: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:03 smithi118 ceph-mon[182959]: pgmap v1788: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:03 smithi192 ceph-mon[180220]: pgmap v1788: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:05 smithi118 ceph-mon[185516]: pgmap v1789: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:05 smithi118 ceph-mon[182959]: pgmap v1789: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:05 smithi192 ceph-mon[180220]: pgmap v1789: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:07 smithi118 ceph-mon[185516]: pgmap v1790: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:07 smithi118 ceph-mon[182959]: pgmap v1790: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:07 smithi192 ceph-mon[180220]: pgmap v1790: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:09 smithi118 ceph-mon[185516]: pgmap v1791: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:09 smithi118 ceph-mon[182959]: pgmap v1791: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:09.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:09 smithi192 ceph-mon[180220]: pgmap v1791: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:46:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:46:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:46:11.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:11 smithi118 ceph-mon[185516]: pgmap v1792: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:11.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:11 smithi118 ceph-mon[182959]: pgmap v1792: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:11 smithi192 ceph-mon[180220]: pgmap v1792: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:13 smithi118 ceph-mon[185516]: pgmap v1793: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:13 smithi118 ceph-mon[182959]: pgmap v1793: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:13 smithi192 ceph-mon[180220]: pgmap v1793: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:15 smithi118 ceph-mon[185516]: pgmap v1794: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:15 smithi118 ceph-mon[182959]: pgmap v1794: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:15 smithi192 ceph-mon[180220]: pgmap v1794: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:17 smithi118 ceph-mon[185516]: pgmap v1795: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:17 smithi118 ceph-mon[182959]: pgmap v1795: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:17 smithi192 ceph-mon[180220]: pgmap v1795: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:19 smithi118 ceph-mon[185516]: pgmap v1796: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:19 smithi118 ceph-mon[182959]: pgmap v1796: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:19 smithi192 ceph-mon[180220]: pgmap v1796: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:46:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:46:19] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:46:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:21 smithi118 ceph-mon[185516]: pgmap v1797: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:21.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:21 smithi118 ceph-mon[182959]: pgmap v1797: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:21 smithi192 ceph-mon[180220]: pgmap v1797: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:23 smithi118 ceph-mon[185516]: pgmap v1798: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:23.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:23 smithi118 ceph-mon[182959]: pgmap v1798: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:23 smithi192 ceph-mon[180220]: pgmap v1798: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:25.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:25 smithi118 ceph-mon[185516]: pgmap v1799: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:25 smithi118 ceph-mon[182959]: pgmap v1799: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:25 smithi192 ceph-mon[180220]: pgmap v1799: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:27.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:27 smithi118 ceph-mon[185516]: pgmap v1800: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:27 smithi118 ceph-mon[182959]: pgmap v1800: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:27 smithi192 ceph-mon[180220]: pgmap v1800: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:29 smithi118 ceph-mon[185516]: pgmap v1801: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:29 smithi118 ceph-mon[182959]: pgmap v1801: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:29 smithi192 ceph-mon[180220]: pgmap v1801: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:46:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:46:29] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:46:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:31 smithi118 ceph-mon[185516]: pgmap v1802: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:31 smithi118 ceph-mon[182959]: pgmap v1802: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:31 smithi192 ceph-mon[180220]: pgmap v1802: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:33 smithi192 ceph-mon[180220]: pgmap v1803: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:33 smithi118 ceph-mon[185516]: pgmap v1803: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:33 smithi118 ceph-mon[182959]: pgmap v1803: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:34.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:34.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:35 smithi192 ceph-mon[180220]: pgmap v1804: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:35 smithi118 ceph-mon[185516]: pgmap v1804: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:35 smithi118 ceph-mon[182959]: pgmap v1804: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:37 smithi192 ceph-mon[180220]: pgmap v1805: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:37 smithi118 ceph-mon[185516]: pgmap v1805: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:37 smithi118 ceph-mon[182959]: pgmap v1805: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:38.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:46:38.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:46:38.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:46:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:39 smithi192 ceph-mon[180220]: pgmap v1806: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:46:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:46:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:46:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[185516]: pgmap v1806: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:46:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:46:39.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:46:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[182959]: pgmap v1806: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:46:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:46:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:46:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:46:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:46:39] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:46:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:41 smithi192 ceph-mon[180220]: pgmap v1807: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:41 smithi118 ceph-mon[185516]: pgmap v1807: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:41 smithi118 ceph-mon[182959]: pgmap v1807: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:43 smithi192 ceph-mon[180220]: pgmap v1808: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:43 smithi118 ceph-mon[185516]: pgmap v1808: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:43 smithi118 ceph-mon[182959]: pgmap v1808: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:45.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:45 smithi192 ceph-mon[180220]: pgmap v1809: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:45 smithi118 ceph-mon[185516]: pgmap v1809: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:45 smithi118 ceph-mon[182959]: pgmap v1809: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:47 smithi192 ceph-mon[180220]: pgmap v1810: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:47 smithi118 ceph-mon[185516]: pgmap v1810: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:47 smithi118 ceph-mon[182959]: pgmap v1810: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:49 smithi192 ceph-mon[180220]: pgmap v1811: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:49 smithi118 ceph-mon[185516]: pgmap v1811: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:49 smithi118 ceph-mon[182959]: pgmap v1811: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:46:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:46:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:46:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:46:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:51 smithi192 ceph-mon[180220]: pgmap v1812: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:51 smithi118 ceph-mon[182959]: pgmap v1812: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:51.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:51 smithi118 ceph-mon[185516]: pgmap v1812: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:53.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:53 smithi192 ceph-mon[180220]: pgmap v1813: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:53 smithi118 ceph-mon[185516]: pgmap v1813: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:53 smithi118 ceph-mon[182959]: pgmap v1813: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:55 smithi192 ceph-mon[180220]: pgmap v1814: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:55 smithi118 ceph-mon[185516]: pgmap v1814: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:55 smithi118 ceph-mon[182959]: pgmap v1814: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:57 smithi192 ceph-mon[180220]: pgmap v1815: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:57 smithi118 ceph-mon[185516]: pgmap v1815: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:57 smithi118 ceph-mon[182959]: pgmap v1815: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:46:59 smithi192 ceph-mon[180220]: pgmap v1816: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:46:59 smithi118 ceph-mon[185516]: pgmap v1816: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:46:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:46:59 smithi118 ceph-mon[182959]: pgmap v1816: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:46:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:46:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:47:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:01 smithi192 ceph-mon[180220]: pgmap v1817: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:01 smithi118 ceph-mon[185516]: pgmap v1817: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:01 smithi118 ceph-mon[182959]: pgmap v1817: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:03 smithi192 ceph-mon[180220]: pgmap v1818: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:03 smithi118 ceph-mon[182959]: pgmap v1818: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:03 smithi118 ceph-mon[185516]: pgmap v1818: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:05 smithi192 ceph-mon[180220]: pgmap v1819: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:05 smithi118 ceph-mon[182959]: pgmap v1819: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:05.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:05 smithi118 ceph-mon[185516]: pgmap v1819: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:07.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:07 smithi192 ceph-mon[180220]: pgmap v1820: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:07 smithi118 ceph-mon[182959]: pgmap v1820: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:07.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:07 smithi118 ceph-mon[185516]: pgmap v1820: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:09 smithi192 ceph-mon[180220]: pgmap v1821: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:09 smithi118 ceph-mon[182959]: pgmap v1821: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:09 smithi118 ceph-mon[185516]: pgmap v1821: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:47:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:47:09] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:47:11.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:11 smithi192 ceph-mon[180220]: pgmap v1822: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:11 smithi118 ceph-mon[182959]: pgmap v1822: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:11.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:11 smithi118 ceph-mon[185516]: pgmap v1822: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:13 smithi192 ceph-mon[180220]: pgmap v1823: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:13 smithi118 ceph-mon[182959]: pgmap v1823: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:13.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:13 smithi118 ceph-mon[185516]: pgmap v1823: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:15 smithi192 ceph-mon[180220]: pgmap v1824: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:15 smithi118 ceph-mon[185516]: pgmap v1824: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:15 smithi118 ceph-mon[182959]: pgmap v1824: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:17 smithi192 ceph-mon[180220]: pgmap v1825: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:17 smithi118 ceph-mon[185516]: pgmap v1825: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:17 smithi118 ceph-mon[182959]: pgmap v1825: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:19 smithi192 ceph-mon[180220]: pgmap v1826: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:19 smithi118 ceph-mon[185516]: pgmap v1826: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:19 smithi118 ceph-mon[182959]: pgmap v1826: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:47:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:47:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:47:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:21 smithi192 ceph-mon[180220]: pgmap v1827: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:21 smithi118 ceph-mon[185516]: pgmap v1827: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:21 smithi118 ceph-mon[182959]: pgmap v1827: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:23.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:23 smithi192 ceph-mon[180220]: pgmap v1828: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:23 smithi118 ceph-mon[185516]: pgmap v1828: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:23 smithi118 ceph-mon[182959]: pgmap v1828: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:25 smithi192 ceph-mon[180220]: pgmap v1829: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:25 smithi118 ceph-mon[185516]: pgmap v1829: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:25.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:25 smithi118 ceph-mon[182959]: pgmap v1829: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:27 smithi192 ceph-mon[180220]: pgmap v1830: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:27 smithi118 ceph-mon[185516]: pgmap v1830: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:27.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:27 smithi118 ceph-mon[182959]: pgmap v1830: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:29.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:29 smithi192 ceph-mon[180220]: pgmap v1831: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:29 smithi118 ceph-mon[185516]: pgmap v1831: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:29 smithi118 ceph-mon[182959]: pgmap v1831: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:47:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:47:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:47:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:31 smithi192 ceph-mon[180220]: pgmap v1832: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:31 smithi118 ceph-mon[185516]: pgmap v1832: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:31.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:31 smithi118 ceph-mon[182959]: pgmap v1832: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:33 smithi192 ceph-mon[180220]: pgmap v1833: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:33 smithi118 ceph-mon[185516]: pgmap v1833: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:33 smithi118 ceph-mon[182959]: pgmap v1833: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:35 smithi192 ceph-mon[180220]: pgmap v1834: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:35 smithi118 ceph-mon[185516]: pgmap v1834: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:35 smithi118 ceph-mon[182959]: pgmap v1834: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:37.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:37 smithi192 ceph-mon[180220]: pgmap v1835: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:37 smithi118 ceph-mon[185516]: pgmap v1835: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:37.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:37 smithi118 ceph-mon[182959]: pgmap v1835: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:39 smithi192 ceph-mon[180220]: pgmap v1836: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:47:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:47:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:47:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:47:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[185516]: pgmap v1836: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[182959]: pgmap v1836: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:47:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:47:40.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:47:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:47:39] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:47:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:41 smithi192 ceph-mon[180220]: pgmap v1837: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:41 smithi118 ceph-mon[185516]: pgmap v1837: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:41 smithi118 ceph-mon[182959]: pgmap v1837: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:43 smithi192 ceph-mon[180220]: pgmap v1838: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:43 smithi118 ceph-mon[182959]: pgmap v1838: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:43 smithi118 ceph-mon[185516]: pgmap v1838: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:45 smithi192 ceph-mon[180220]: pgmap v1839: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:45 smithi118 ceph-mon[182959]: pgmap v1839: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:45 smithi118 ceph-mon[185516]: pgmap v1839: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:47 smithi192 ceph-mon[180220]: pgmap v1840: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:47 smithi118 ceph-mon[182959]: pgmap v1840: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:47.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:47 smithi118 ceph-mon[185516]: pgmap v1840: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:49 smithi192 ceph-mon[180220]: pgmap v1841: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:49 smithi118 ceph-mon[182959]: pgmap v1841: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:49 smithi118 ceph-mon[185516]: pgmap v1841: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:47:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:47:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:47:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:47:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:51 smithi192 ceph-mon[180220]: pgmap v1842: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:51 smithi118 ceph-mon[185516]: pgmap v1842: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:51 smithi118 ceph-mon[182959]: pgmap v1842: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:53 smithi192 ceph-mon[180220]: pgmap v1843: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:53 smithi118 ceph-mon[185516]: pgmap v1843: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:53 smithi118 ceph-mon[182959]: pgmap v1843: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:55 smithi192 ceph-mon[180220]: pgmap v1844: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:55 smithi118 ceph-mon[185516]: pgmap v1844: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:55 smithi118 ceph-mon[182959]: pgmap v1844: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:57 smithi192 ceph-mon[180220]: pgmap v1845: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:57 smithi118 ceph-mon[185516]: pgmap v1845: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:57 smithi118 ceph-mon[182959]: pgmap v1845: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:47:59 smithi192 ceph-mon[180220]: pgmap v1846: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:47:59 smithi118 ceph-mon[185516]: pgmap v1846: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:47:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:47:59 smithi118 ceph-mon[182959]: pgmap v1846: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:47:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:47:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:48:01.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:01 smithi192 ceph-mon[180220]: pgmap v1847: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:01 smithi118 ceph-mon[185516]: pgmap v1847: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:01 smithi118 ceph-mon[182959]: pgmap v1847: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:03.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:03 smithi192 ceph-mon[180220]: pgmap v1848: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:03.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:03 smithi118 ceph-mon[185516]: pgmap v1848: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:03.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:03 smithi118 ceph-mon[182959]: pgmap v1848: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:05 smithi192 ceph-mon[180220]: pgmap v1849: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:05 smithi118 ceph-mon[185516]: pgmap v1849: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:05 smithi118 ceph-mon[182959]: pgmap v1849: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:07 smithi192 ceph-mon[180220]: pgmap v1850: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:07 smithi118 ceph-mon[185516]: pgmap v1850: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:07 smithi118 ceph-mon[182959]: pgmap v1850: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:09 smithi192 ceph-mon[180220]: pgmap v1851: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:09.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:09 smithi118 ceph-mon[185516]: pgmap v1851: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:09.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:09 smithi118 ceph-mon[182959]: pgmap v1851: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:48:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:48:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:48:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:11 smithi192 ceph-mon[180220]: pgmap v1852: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:11.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:11 smithi118 ceph-mon[185516]: pgmap v1852: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:11 smithi118 ceph-mon[182959]: pgmap v1852: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:13 smithi192 ceph-mon[180220]: pgmap v1853: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:13 smithi118 ceph-mon[185516]: pgmap v1853: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:13 smithi118 ceph-mon[182959]: pgmap v1853: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:15 smithi192 ceph-mon[180220]: pgmap v1854: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:15 smithi118 ceph-mon[185516]: pgmap v1854: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:15 smithi118 ceph-mon[182959]: pgmap v1854: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:17 smithi118 ceph-mon[185516]: pgmap v1855: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:17 smithi118 ceph-mon[182959]: pgmap v1855: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:17.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:17 smithi192 ceph-mon[180220]: pgmap v1855: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:19 smithi118 ceph-mon[185516]: pgmap v1856: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:19 smithi118 ceph-mon[182959]: pgmap v1856: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:19 smithi192 ceph-mon[180220]: pgmap v1856: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:48:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:48:19] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:48:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:21 smithi118 ceph-mon[185516]: pgmap v1857: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:21 smithi118 ceph-mon[182959]: pgmap v1857: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:21 smithi192 ceph-mon[180220]: pgmap v1857: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:23 smithi118 ceph-mon[185516]: pgmap v1858: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:23.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:23 smithi118 ceph-mon[182959]: pgmap v1858: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:23 smithi192 ceph-mon[180220]: pgmap v1858: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:25 smithi118 ceph-mon[185516]: pgmap v1859: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:25 smithi118 ceph-mon[182959]: pgmap v1859: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:25 smithi192 ceph-mon[180220]: pgmap v1859: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:27 smithi118 ceph-mon[185516]: pgmap v1860: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:27 smithi118 ceph-mon[182959]: pgmap v1860: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:27 smithi192 ceph-mon[180220]: pgmap v1860: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:29 smithi118 ceph-mon[185516]: pgmap v1861: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:29 smithi118 ceph-mon[182959]: pgmap v1861: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:29 smithi192 ceph-mon[180220]: pgmap v1861: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:48:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:48:29] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:48:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:31 smithi118 ceph-mon[185516]: pgmap v1862: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:31.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:31 smithi118 ceph-mon[182959]: pgmap v1862: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:31 smithi192 ceph-mon[180220]: pgmap v1862: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:33 smithi118 ceph-mon[185516]: pgmap v1863: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:33 smithi118 ceph-mon[182959]: pgmap v1863: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:33 smithi192 ceph-mon[180220]: pgmap v1863: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:35 smithi118 ceph-mon[185516]: pgmap v1864: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:35 smithi118 ceph-mon[182959]: pgmap v1864: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:35 smithi192 ceph-mon[180220]: pgmap v1864: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:37 smithi118 ceph-mon[185516]: pgmap v1865: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:37 smithi118 ceph-mon[182959]: pgmap v1865: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:37 smithi192 ceph-mon[180220]: pgmap v1865: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:39 smithi118 ceph-mon[185516]: pgmap v1866: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:39.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:48:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:39 smithi118 ceph-mon[182959]: pgmap v1866: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:48:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:39 smithi192 ceph-mon[180220]: pgmap v1866: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:48:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:48:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:48:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:48:40.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:48:40.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:48:40.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:48:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:48:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:48:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:48:40.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:48:40.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:48:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:48:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:41 smithi118 ceph-mon[185516]: pgmap v1867: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:41 smithi118 ceph-mon[182959]: pgmap v1867: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:41 smithi192 ceph-mon[180220]: pgmap v1867: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:43 smithi118 ceph-mon[185516]: pgmap v1868: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:43.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:43 smithi118 ceph-mon[182959]: pgmap v1868: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:43 smithi192 ceph-mon[180220]: pgmap v1868: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:45 smithi118 ceph-mon[185516]: pgmap v1869: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:45.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:45 smithi118 ceph-mon[182959]: pgmap v1869: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:45 smithi192 ceph-mon[180220]: pgmap v1869: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:47 smithi118 ceph-mon[185516]: pgmap v1870: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:47 smithi118 ceph-mon[182959]: pgmap v1870: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:47 smithi192 ceph-mon[180220]: pgmap v1870: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:49 smithi118 ceph-mon[185516]: pgmap v1871: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:49 smithi118 ceph-mon[182959]: pgmap v1871: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:49 smithi192 ceph-mon[180220]: pgmap v1871: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:48:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:48:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:48:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:48:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:51 smithi118 ceph-mon[185516]: pgmap v1872: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:51 smithi118 ceph-mon[182959]: pgmap v1872: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:51 smithi192 ceph-mon[180220]: pgmap v1872: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:53 smithi118 ceph-mon[185516]: pgmap v1873: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:53 smithi118 ceph-mon[182959]: pgmap v1873: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:53 smithi192 ceph-mon[180220]: pgmap v1873: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:55 smithi118 ceph-mon[185516]: pgmap v1874: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:55 smithi118 ceph-mon[182959]: pgmap v1874: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:55 smithi192 ceph-mon[180220]: pgmap v1874: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:57 smithi118 ceph-mon[185516]: pgmap v1875: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:57 smithi118 ceph-mon[182959]: pgmap v1875: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:57 smithi192 ceph-mon[180220]: pgmap v1875: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:48:59 smithi118 ceph-mon[185516]: pgmap v1876: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:48:59 smithi118 ceph-mon[182959]: pgmap v1876: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:48:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:48:59 smithi192 ceph-mon[180220]: pgmap v1876: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:48:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:48:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T09:49:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:01 smithi118 ceph-mon[185516]: pgmap v1877: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:01 smithi118 ceph-mon[182959]: pgmap v1877: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:01 smithi192 ceph-mon[180220]: pgmap v1877: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:03 smithi118 ceph-mon[185516]: pgmap v1878: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:03.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:03 smithi118 ceph-mon[182959]: pgmap v1878: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:03 smithi192 ceph-mon[180220]: pgmap v1878: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:05 smithi118 ceph-mon[185516]: pgmap v1879: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:05 smithi118 ceph-mon[182959]: pgmap v1879: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:05 smithi192 ceph-mon[180220]: pgmap v1879: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:07 smithi118 ceph-mon[185516]: pgmap v1880: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:07 smithi118 ceph-mon[182959]: pgmap v1880: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:07 smithi192 ceph-mon[180220]: pgmap v1880: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:09 smithi118 ceph-mon[185516]: pgmap v1881: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:09 smithi118 ceph-mon[182959]: pgmap v1881: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:09 smithi192 ceph-mon[180220]: pgmap v1881: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:49:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:49:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:49:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:11 smithi118 ceph-mon[185516]: pgmap v1882: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:11 smithi118 ceph-mon[182959]: pgmap v1882: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:11 smithi192 ceph-mon[180220]: pgmap v1882: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:13 smithi118 ceph-mon[185516]: pgmap v1883: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:13 smithi118 ceph-mon[182959]: pgmap v1883: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:13 smithi192 ceph-mon[180220]: pgmap v1883: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:15 smithi118 ceph-mon[185516]: pgmap v1884: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:15 smithi118 ceph-mon[182959]: pgmap v1884: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:15 smithi192 ceph-mon[180220]: pgmap v1884: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:17 smithi118 ceph-mon[182959]: pgmap v1885: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:17.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:17 smithi118 ceph-mon[185516]: pgmap v1885: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:17 smithi192 ceph-mon[180220]: pgmap v1885: 137 pgs: 137 active+clean; 1.3 MiB data, 5.0 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:19.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:19 smithi118 ceph-mon[182959]: pgmap v1886: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:19.828 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:19.828 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:19 smithi118 ceph-mon[185516]: pgmap v1886: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:19.828 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:19.829 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:19 smithi192 ceph-mon[180220]: pgmap v1886: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:19.829 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:49:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:49:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:49:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:21 smithi118 ceph-mon[185516]: pgmap v1887: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:21 smithi118 ceph-mon[182959]: pgmap v1887: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:21 smithi192 ceph-mon[180220]: pgmap v1887: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:23 smithi118 ceph-mon[185516]: pgmap v1888: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:23 smithi118 ceph-mon[182959]: pgmap v1888: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:23 smithi192 ceph-mon[180220]: pgmap v1888: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:25 smithi118 ceph-mon[185516]: pgmap v1889: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:25.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:25 smithi118 ceph-mon[182959]: pgmap v1889: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:25 smithi192 ceph-mon[180220]: pgmap v1889: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:27 smithi118 ceph-mon[185516]: pgmap v1890: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:27 smithi118 ceph-mon[182959]: pgmap v1890: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:27 smithi192 ceph-mon[180220]: pgmap v1890: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:29 smithi118 ceph-mon[185516]: pgmap v1891: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:29 smithi118 ceph-mon[182959]: pgmap v1891: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:29 smithi192 ceph-mon[180220]: pgmap v1891: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:49:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:49:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:49:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:31 smithi118 ceph-mon[185516]: pgmap v1892: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:31 smithi118 ceph-mon[182959]: pgmap v1892: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:31 smithi192 ceph-mon[180220]: pgmap v1892: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:33 smithi118 ceph-mon[185516]: pgmap v1893: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:33 smithi118 ceph-mon[182959]: pgmap v1893: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:33 smithi192 ceph-mon[180220]: pgmap v1893: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:35.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:35 smithi118 ceph-mon[185516]: pgmap v1894: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:35 smithi118 ceph-mon[182959]: pgmap v1894: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:35 smithi192 ceph-mon[180220]: pgmap v1894: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:37 smithi118 ceph-mon[185516]: pgmap v1895: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:37.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:37 smithi118 ceph-mon[182959]: pgmap v1895: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:37 smithi192 ceph-mon[180220]: pgmap v1895: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:39 smithi118 ceph-mon[185516]: pgmap v1896: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:39.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:39 smithi118 ceph-mon[182959]: pgmap v1896: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:39 smithi192 ceph-mon[180220]: pgmap v1896: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:49:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:49:39] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:49:40.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:49:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:49:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:49:40.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:49:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:49:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:49:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:49:40.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:49:40.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:49:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:49:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:49:40.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:49:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:41 smithi118 ceph-mon[185516]: pgmap v1897: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:41 smithi118 ceph-mon[182959]: pgmap v1897: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:41 smithi192 ceph-mon[180220]: pgmap v1897: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:43 smithi118 ceph-mon[185516]: pgmap v1898: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:43 smithi118 ceph-mon[182959]: pgmap v1898: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:43 smithi192 ceph-mon[180220]: pgmap v1898: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:45 smithi118 ceph-mon[185516]: pgmap v1899: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:45 smithi118 ceph-mon[182959]: pgmap v1899: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:45 smithi192 ceph-mon[180220]: pgmap v1899: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:47 smithi118 ceph-mon[185516]: pgmap v1900: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:47 smithi118 ceph-mon[182959]: pgmap v1900: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:47.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:47 smithi192 ceph-mon[180220]: pgmap v1900: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:49 smithi118 ceph-mon[185516]: pgmap v1901: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:49.600 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:49.601 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:49 smithi118 ceph-mon[182959]: pgmap v1901: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:49.601 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:49 smithi192 ceph-mon[180220]: pgmap v1901: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:49:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:49:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:49:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:49:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:51 smithi118 ceph-mon[185516]: pgmap v1902: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:51 smithi118 ceph-mon[182959]: pgmap v1902: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:51 smithi192 ceph-mon[180220]: pgmap v1902: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:53 smithi118 ceph-mon[185516]: pgmap v1903: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:53 smithi118 ceph-mon[182959]: pgmap v1903: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:53 smithi192 ceph-mon[180220]: pgmap v1903: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:55 smithi118 ceph-mon[185516]: pgmap v1904: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:55 smithi118 ceph-mon[182959]: pgmap v1904: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:55 smithi192 ceph-mon[180220]: pgmap v1904: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:57 smithi118 ceph-mon[185516]: pgmap v1905: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:57 smithi118 ceph-mon[182959]: pgmap v1905: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:57 smithi192 ceph-mon[180220]: pgmap v1905: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:49:59 smithi118 ceph-mon[185516]: pgmap v1906: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:49:59 smithi118 ceph-mon[182959]: pgmap v1906: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:49:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:49:59 smithi192 ceph-mon[180220]: pgmap v1906: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:49:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:49:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:50:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T09:50:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T09:50:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T09:50:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:01 smithi118 ceph-mon[185516]: pgmap v1907: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:01 smithi118 ceph-mon[182959]: pgmap v1907: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:01 smithi192 ceph-mon[180220]: pgmap v1907: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:03 smithi118 ceph-mon[185516]: pgmap v1908: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:03 smithi118 ceph-mon[182959]: pgmap v1908: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:03 smithi192 ceph-mon[180220]: pgmap v1908: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:05 smithi118 ceph-mon[185516]: pgmap v1909: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:05 smithi118 ceph-mon[182959]: pgmap v1909: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:05 smithi192 ceph-mon[180220]: pgmap v1909: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:07 smithi118 ceph-mon[185516]: pgmap v1910: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:07 smithi118 ceph-mon[182959]: pgmap v1910: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:07 smithi192 ceph-mon[180220]: pgmap v1910: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:09 smithi118 ceph-mon[185516]: pgmap v1911: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:09 smithi118 ceph-mon[182959]: pgmap v1911: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:09 smithi192 ceph-mon[180220]: pgmap v1911: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:50:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:50:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:50:11.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:11 smithi118 ceph-mon[185516]: pgmap v1912: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:11 smithi118 ceph-mon[182959]: pgmap v1912: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:11 smithi192 ceph-mon[180220]: pgmap v1912: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:13 smithi118 ceph-mon[185516]: pgmap v1913: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:13 smithi118 ceph-mon[182959]: pgmap v1913: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:13 smithi192 ceph-mon[180220]: pgmap v1913: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:15 smithi192 ceph-mon[180220]: pgmap v1914: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:15 smithi118 ceph-mon[182959]: pgmap v1914: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:15 smithi118 ceph-mon[185516]: pgmap v1914: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:17 smithi192 ceph-mon[180220]: pgmap v1915: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:17 smithi118 ceph-mon[182959]: pgmap v1915: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:17 smithi118 ceph-mon[185516]: pgmap v1915: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:19 smithi192 ceph-mon[180220]: pgmap v1916: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:19 smithi118 ceph-mon[185516]: pgmap v1916: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:19 smithi118 ceph-mon[182959]: pgmap v1916: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:50:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:50:19] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:50:21.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:21 smithi192 ceph-mon[180220]: pgmap v1917: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:22.154 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:21 smithi118 ceph-mon[185516]: pgmap v1917: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:22.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:21 smithi118 ceph-mon[182959]: pgmap v1917: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:23 smithi192 ceph-mon[180220]: pgmap v1918: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:23 smithi118 ceph-mon[185516]: pgmap v1918: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:23 smithi118 ceph-mon[182959]: pgmap v1918: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:25 smithi192 ceph-mon[180220]: pgmap v1919: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:25 smithi118 ceph-mon[185516]: pgmap v1919: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:25 smithi118 ceph-mon[182959]: pgmap v1919: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:27 smithi192 ceph-mon[180220]: pgmap v1920: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:27 smithi118 ceph-mon[185516]: pgmap v1920: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:27 smithi118 ceph-mon[182959]: pgmap v1920: 137 pgs: 137 active+clean; 1.3 MiB data, 5.1 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:29 smithi192 ceph-mon[180220]: pgmap v1921: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:29 smithi118 ceph-mon[185516]: pgmap v1921: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:29 smithi118 ceph-mon[182959]: pgmap v1921: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:50:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:50:29] "GET /metrics HTTP/1.1" 200 36339 "" "Prometheus/2.43.0" 2023-09-30T09:50:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:31 smithi192 ceph-mon[180220]: pgmap v1922: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:31 smithi118 ceph-mon[185516]: pgmap v1922: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:31 smithi118 ceph-mon[182959]: pgmap v1922: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:33 smithi192 ceph-mon[180220]: pgmap v1923: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:33 smithi118 ceph-mon[185516]: pgmap v1923: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:33 smithi118 ceph-mon[182959]: pgmap v1923: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:35 smithi192 ceph-mon[180220]: pgmap v1924: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:35 smithi118 ceph-mon[185516]: pgmap v1924: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:35 smithi118 ceph-mon[182959]: pgmap v1924: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:37.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:37 smithi192 ceph-mon[180220]: pgmap v1925: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:37 smithi118 ceph-mon[185516]: pgmap v1925: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:37 smithi118 ceph-mon[182959]: pgmap v1925: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:39 smithi192 ceph-mon[180220]: pgmap v1926: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:39.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:39 smithi118 ceph-mon[185516]: pgmap v1926: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:39.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:39 smithi118 ceph-mon[182959]: pgmap v1926: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:50:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:50:39] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:50:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:41 smithi192 ceph-mon[180220]: pgmap v1927: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:50:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:50:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:50:41.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:50:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[182959]: pgmap v1927: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[185516]: pgmap v1927: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:50:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:50:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:43 smithi192 ceph-mon[180220]: pgmap v1928: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:43 smithi118 ceph-mon[185516]: pgmap v1928: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:43 smithi118 ceph-mon[182959]: pgmap v1928: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:45 smithi192 ceph-mon[180220]: pgmap v1929: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:45 smithi118 ceph-mon[185516]: pgmap v1929: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:45 smithi118 ceph-mon[182959]: pgmap v1929: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:47 smithi192 ceph-mon[180220]: pgmap v1930: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:47 smithi118 ceph-mon[185516]: pgmap v1930: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:47 smithi118 ceph-mon[182959]: pgmap v1930: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:49 smithi192 ceph-mon[180220]: pgmap v1931: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:49 smithi118 ceph-mon[185516]: pgmap v1931: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:49 smithi118 ceph-mon[182959]: pgmap v1931: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:50:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:50:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:50:49] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:50:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:51 smithi192 ceph-mon[180220]: pgmap v1932: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:51 smithi118 ceph-mon[185516]: pgmap v1932: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:51 smithi118 ceph-mon[182959]: pgmap v1932: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:53 smithi192 ceph-mon[180220]: pgmap v1933: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:53 smithi118 ceph-mon[185516]: pgmap v1933: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:53 smithi118 ceph-mon[182959]: pgmap v1933: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:55 smithi192 ceph-mon[180220]: pgmap v1934: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:55 smithi118 ceph-mon[185516]: pgmap v1934: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:55 smithi118 ceph-mon[182959]: pgmap v1934: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:56.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:56 smithi192 ceph-mon[180220]: pgmap v1935: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:56 smithi118 ceph-mon[185516]: pgmap v1935: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:56 smithi118 ceph-mon[182959]: pgmap v1935: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:59.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:50:58 smithi192 ceph-mon[180220]: pgmap v1936: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:50:58 smithi118 ceph-mon[185516]: pgmap v1936: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:50:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:50:58 smithi118 ceph-mon[182959]: pgmap v1936: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:50:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:50:59] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:51:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:00 smithi192 ceph-mon[180220]: pgmap v1937: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:00 smithi118 ceph-mon[185516]: pgmap v1937: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:01.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:00 smithi118 ceph-mon[182959]: pgmap v1937: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:03.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:02 smithi192 ceph-mon[180220]: pgmap v1938: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:02 smithi118 ceph-mon[185516]: pgmap v1938: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:03.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:02 smithi118 ceph-mon[182959]: pgmap v1938: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:04 smithi192 ceph-mon[180220]: pgmap v1939: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:04 smithi118 ceph-mon[185516]: pgmap v1939: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:04 smithi118 ceph-mon[182959]: pgmap v1939: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:06 smithi192 ceph-mon[180220]: pgmap v1940: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:06 smithi118 ceph-mon[185516]: pgmap v1940: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:06 smithi118 ceph-mon[182959]: pgmap v1940: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:09.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:08 smithi192 ceph-mon[180220]: pgmap v1941: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:08 smithi118 ceph-mon[185516]: pgmap v1941: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:08 smithi118 ceph-mon[182959]: pgmap v1941: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:51:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:51:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:51:11.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:10 smithi192 ceph-mon[180220]: pgmap v1942: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:11.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:10 smithi118 ceph-mon[185516]: pgmap v1942: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:10 smithi118 ceph-mon[182959]: pgmap v1942: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:13.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:12 smithi192 ceph-mon[180220]: pgmap v1943: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:12 smithi118 ceph-mon[185516]: pgmap v1943: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:12 smithi118 ceph-mon[182959]: pgmap v1943: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:15.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:14 smithi192 ceph-mon[180220]: pgmap v1944: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:14 smithi118 ceph-mon[185516]: pgmap v1944: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:14 smithi118 ceph-mon[182959]: pgmap v1944: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:17.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:16 smithi192 ceph-mon[180220]: pgmap v1945: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:16 smithi118 ceph-mon[185516]: pgmap v1945: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:16 smithi118 ceph-mon[182959]: pgmap v1945: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:18 smithi192 ceph-mon[180220]: pgmap v1946: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:18 smithi118 ceph-mon[185516]: pgmap v1946: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:18 smithi118 ceph-mon[182959]: pgmap v1946: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:51:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:51:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:51:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:21.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:20 smithi192 ceph-mon[180220]: pgmap v1947: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:21.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:20 smithi118 ceph-mon[182959]: pgmap v1947: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:21.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:20 smithi118 ceph-mon[185516]: pgmap v1947: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:23.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:22 smithi192 ceph-mon[180220]: pgmap v1948: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:22 smithi118 ceph-mon[185516]: pgmap v1948: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:22 smithi118 ceph-mon[182959]: pgmap v1948: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:25.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:24 smithi192 ceph-mon[180220]: pgmap v1949: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:25.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:24 smithi118 ceph-mon[185516]: pgmap v1949: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:24 smithi118 ceph-mon[182959]: pgmap v1949: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:27.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:26 smithi192 ceph-mon[180220]: pgmap v1950: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:27.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:26 smithi118 ceph-mon[185516]: pgmap v1950: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:26 smithi118 ceph-mon[182959]: pgmap v1950: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:29.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:28 smithi192 ceph-mon[180220]: pgmap v1951: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:28 smithi118 ceph-mon[185516]: pgmap v1951: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:29.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:28 smithi118 ceph-mon[182959]: pgmap v1951: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:51:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:51:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:51:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:30 smithi192 ceph-mon[180220]: pgmap v1952: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:30 smithi118 ceph-mon[185516]: pgmap v1952: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:30 smithi118 ceph-mon[182959]: pgmap v1952: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:33.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:32 smithi118 ceph-mon[185516]: pgmap v1953: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:32 smithi118 ceph-mon[182959]: pgmap v1953: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:32 smithi192 ceph-mon[180220]: pgmap v1953: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:34 smithi118 ceph-mon[182959]: pgmap v1954: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:34 smithi118 ceph-mon[185516]: pgmap v1954: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:35.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:34 smithi192 ceph-mon[180220]: pgmap v1954: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:36 smithi118 ceph-mon[185516]: pgmap v1955: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:36 smithi118 ceph-mon[182959]: pgmap v1955: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:36 smithi192 ceph-mon[180220]: pgmap v1955: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:39.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:38 smithi118 ceph-mon[182959]: pgmap v1956: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:39.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:38 smithi118 ceph-mon[185516]: pgmap v1956: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:39.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:38 smithi192 ceph-mon[180220]: pgmap v1956: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:51:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:51:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:51:41.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:40 smithi118 ceph-mon[185516]: pgmap v1957: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:40 smithi118 ceph-mon[182959]: pgmap v1957: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:40 smithi192 ceph-mon[180220]: pgmap v1957: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:51:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:51:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:51:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:51:42.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:51:42.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:51:42.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:51:42.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:51:42.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:51:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:51:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:51:42.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:51:43.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:42 smithi118 ceph-mon[182959]: pgmap v1958: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:42 smithi118 ceph-mon[185516]: pgmap v1958: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:42 smithi192 ceph-mon[180220]: pgmap v1958: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:44 smithi118 ceph-mon[185516]: pgmap v1959: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:45.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:44 smithi118 ceph-mon[182959]: pgmap v1959: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:44 smithi192 ceph-mon[180220]: pgmap v1959: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:46 smithi118 ceph-mon[185516]: pgmap v1960: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:47.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:46 smithi118 ceph-mon[182959]: pgmap v1960: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:46 smithi192 ceph-mon[180220]: pgmap v1960: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:48 smithi118 ceph-mon[185516]: pgmap v1961: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:48 smithi118 ceph-mon[182959]: pgmap v1961: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:48 smithi192 ceph-mon[180220]: pgmap v1961: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:51:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:51:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:51:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:51:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:50 smithi118 ceph-mon[185516]: pgmap v1962: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:50 smithi118 ceph-mon[182959]: pgmap v1962: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:50 smithi192 ceph-mon[180220]: pgmap v1962: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:53.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:52 smithi118 ceph-mon[185516]: pgmap v1963: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:53.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:52 smithi118 ceph-mon[182959]: pgmap v1963: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:52 smithi192 ceph-mon[180220]: pgmap v1963: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:55.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:54 smithi118 ceph-mon[185516]: pgmap v1964: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:54 smithi118 ceph-mon[182959]: pgmap v1964: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:54 smithi192 ceph-mon[180220]: pgmap v1964: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:57.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:56 smithi118 ceph-mon[185516]: pgmap v1965: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:57.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:56 smithi118 ceph-mon[182959]: pgmap v1965: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:56 smithi192 ceph-mon[180220]: pgmap v1965: 137 pgs: 137 active+clean; 1.3 MiB data, 5.2 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:51:58 smithi118 ceph-mon[185516]: pgmap v1966: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:51:58 smithi118 ceph-mon[182959]: pgmap v1966: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:51:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:51:58 smithi192 ceph-mon[180220]: pgmap v1966: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:51:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:51:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:52:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:00 smithi118 ceph-mon[185516]: pgmap v1967: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:01.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:00 smithi118 ceph-mon[182959]: pgmap v1967: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:00 smithi192 ceph-mon[180220]: pgmap v1967: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:02 smithi118 ceph-mon[185516]: pgmap v1968: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:02 smithi118 ceph-mon[182959]: pgmap v1968: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:02 smithi192 ceph-mon[180220]: pgmap v1968: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:04 smithi118 ceph-mon[185516]: pgmap v1969: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:04 smithi118 ceph-mon[182959]: pgmap v1969: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:04 smithi192 ceph-mon[180220]: pgmap v1969: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:07.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:07 smithi118 ceph-mon[185516]: pgmap v1970: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:07.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:07 smithi118 ceph-mon[182959]: pgmap v1970: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:07 smithi192 ceph-mon[180220]: pgmap v1970: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:09.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:09 smithi118 ceph-mon[185516]: pgmap v1971: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:09.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:09 smithi118 ceph-mon[182959]: pgmap v1971: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:09 smithi192 ceph-mon[180220]: pgmap v1971: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:52:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:52:09] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:52:11.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:11 smithi118 ceph-mon[185516]: pgmap v1972: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:11 smithi118 ceph-mon[182959]: pgmap v1972: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:11 smithi192 ceph-mon[180220]: pgmap v1972: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:13 smithi118 ceph-mon[185516]: pgmap v1973: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:13 smithi118 ceph-mon[182959]: pgmap v1973: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:13 smithi192 ceph-mon[180220]: pgmap v1973: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:15 smithi118 ceph-mon[185516]: pgmap v1974: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:15 smithi118 ceph-mon[182959]: pgmap v1974: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:15 smithi192 ceph-mon[180220]: pgmap v1974: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:17 smithi118 ceph-mon[185516]: pgmap v1975: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:17 smithi118 ceph-mon[182959]: pgmap v1975: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:17 smithi192 ceph-mon[180220]: pgmap v1975: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:19 smithi118 ceph-mon[185516]: pgmap v1976: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:19 smithi118 ceph-mon[182959]: pgmap v1976: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:19 smithi192 ceph-mon[180220]: pgmap v1976: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:52:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:52:19] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:52:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:21 smithi118 ceph-mon[185516]: pgmap v1977: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:21 smithi118 ceph-mon[182959]: pgmap v1977: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:21 smithi192 ceph-mon[180220]: pgmap v1977: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:23 smithi118 ceph-mon[185516]: pgmap v1978: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:23 smithi118 ceph-mon[182959]: pgmap v1978: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:23 smithi192 ceph-mon[180220]: pgmap v1978: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:25.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:25 smithi118 ceph-mon[185516]: pgmap v1979: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:25 smithi118 ceph-mon[182959]: pgmap v1979: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:25 smithi192 ceph-mon[180220]: pgmap v1979: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:27.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:27 smithi118 ceph-mon[185516]: pgmap v1980: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:27.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:27 smithi118 ceph-mon[182959]: pgmap v1980: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:27 smithi192 ceph-mon[180220]: pgmap v1980: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:29.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:29 smithi118 ceph-mon[185516]: pgmap v1981: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:29.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:29 smithi118 ceph-mon[182959]: pgmap v1981: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:29 smithi192 ceph-mon[180220]: pgmap v1981: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:52:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:52:29] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T09:52:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:31 smithi118 ceph-mon[185516]: pgmap v1982: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:31 smithi118 ceph-mon[182959]: pgmap v1982: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:31.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:31 smithi192 ceph-mon[180220]: pgmap v1982: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:33.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:33 smithi118 ceph-mon[185516]: pgmap v1983: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:33.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:33 smithi118 ceph-mon[182959]: pgmap v1983: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:33 smithi192 ceph-mon[180220]: pgmap v1983: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:35 smithi118 ceph-mon[185516]: pgmap v1984: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:35 smithi118 ceph-mon[182959]: pgmap v1984: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:35 smithi192 ceph-mon[180220]: pgmap v1984: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:37 smithi118 ceph-mon[185516]: pgmap v1985: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:37.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:37 smithi118 ceph-mon[182959]: pgmap v1985: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:37 smithi192 ceph-mon[180220]: pgmap v1985: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:39.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:39 smithi118 ceph-mon[185516]: pgmap v1986: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:39.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:39 smithi118 ceph-mon[182959]: pgmap v1986: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:39.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:39 smithi192 ceph-mon[180220]: pgmap v1986: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:52:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:52:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:52:41.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:41 smithi118 ceph-mon[185516]: pgmap v1987: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:41.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:41 smithi118 ceph-mon[182959]: pgmap v1987: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:41 smithi192 ceph-mon[180220]: pgmap v1987: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:42.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:42 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:52:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:42 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:52:42.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:42 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:52:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[185516]: pgmap v1988: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:52:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:52:43.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:52:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[182959]: pgmap v1988: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:52:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:52:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:52:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:43 smithi192 ceph-mon[180220]: pgmap v1988: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:52:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:52:43.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:52:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:45 smithi118 ceph-mon[185516]: pgmap v1989: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:45.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:45 smithi118 ceph-mon[182959]: pgmap v1989: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:45 smithi192 ceph-mon[180220]: pgmap v1989: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:47 smithi118 ceph-mon[185516]: pgmap v1990: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:47 smithi118 ceph-mon[182959]: pgmap v1990: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:47 smithi192 ceph-mon[180220]: pgmap v1990: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:49 smithi118 ceph-mon[185516]: pgmap v1991: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:49.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:49 smithi118 ceph-mon[182959]: pgmap v1991: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:49 smithi192 ceph-mon[180220]: pgmap v1991: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:52:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:52:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:52:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:52:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:51 smithi118 ceph-mon[185516]: pgmap v1992: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:51 smithi118 ceph-mon[182959]: pgmap v1992: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:51 smithi192 ceph-mon[180220]: pgmap v1992: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:53.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:53 smithi118 ceph-mon[185516]: pgmap v1993: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:53.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:53 smithi118 ceph-mon[182959]: pgmap v1993: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:53 smithi192 ceph-mon[180220]: pgmap v1993: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:55.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:55 smithi118 ceph-mon[185516]: pgmap v1994: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:55.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:55 smithi118 ceph-mon[182959]: pgmap v1994: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:55 smithi192 ceph-mon[180220]: pgmap v1994: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:57.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:57 smithi118 ceph-mon[185516]: pgmap v1995: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:57.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:57 smithi118 ceph-mon[182959]: pgmap v1995: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:57 smithi192 ceph-mon[180220]: pgmap v1995: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:52:59 smithi118 ceph-mon[185516]: pgmap v1996: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:52:59 smithi118 ceph-mon[182959]: pgmap v1996: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:52:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:52:59 smithi192 ceph-mon[180220]: pgmap v1996: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:52:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:52:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:53:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:01 smithi118 ceph-mon[185516]: pgmap v1997: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:01.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:01 smithi118 ceph-mon[182959]: pgmap v1997: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:01 smithi192 ceph-mon[180220]: pgmap v1997: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:03 smithi118 ceph-mon[185516]: pgmap v1998: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:03.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:03 smithi118 ceph-mon[182959]: pgmap v1998: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:03 smithi192 ceph-mon[180220]: pgmap v1998: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:05 smithi118 ceph-mon[185516]: pgmap v1999: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:05 smithi118 ceph-mon[182959]: pgmap v1999: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:05 smithi192 ceph-mon[180220]: pgmap v1999: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:07 smithi118 ceph-mon[185516]: pgmap v2000: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:07 smithi118 ceph-mon[182959]: pgmap v2000: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:07 smithi192 ceph-mon[180220]: pgmap v2000: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:09 smithi118 ceph-mon[185516]: pgmap v2001: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:09 smithi118 ceph-mon[182959]: pgmap v2001: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:09 smithi192 ceph-mon[180220]: pgmap v2001: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:53:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:53:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:53:11.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:11 smithi118 ceph-mon[185516]: pgmap v2002: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:11.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:11 smithi118 ceph-mon[182959]: pgmap v2002: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:11 smithi192 ceph-mon[180220]: pgmap v2002: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:13 smithi118 ceph-mon[185516]: pgmap v2003: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:13 smithi118 ceph-mon[182959]: pgmap v2003: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:13 smithi192 ceph-mon[180220]: pgmap v2003: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:15 smithi118 ceph-mon[185516]: pgmap v2004: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:15 smithi118 ceph-mon[182959]: pgmap v2004: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:15 smithi192 ceph-mon[180220]: pgmap v2004: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:17 smithi118 ceph-mon[185516]: pgmap v2005: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:17 smithi118 ceph-mon[182959]: pgmap v2005: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:17 smithi192 ceph-mon[180220]: pgmap v2005: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:19 smithi118 ceph-mon[185516]: pgmap v2006: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:19 smithi118 ceph-mon[182959]: pgmap v2006: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:19.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:19 smithi192 ceph-mon[180220]: pgmap v2006: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:53:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:53:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:53:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:21 smithi118 ceph-mon[185516]: pgmap v2007: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:21.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:21 smithi118 ceph-mon[182959]: pgmap v2007: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:21 smithi192 ceph-mon[180220]: pgmap v2007: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:23 smithi118 ceph-mon[185516]: pgmap v2008: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:23 smithi118 ceph-mon[182959]: pgmap v2008: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:23 smithi192 ceph-mon[180220]: pgmap v2008: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:25.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:25 smithi118 ceph-mon[185516]: pgmap v2009: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:25 smithi118 ceph-mon[182959]: pgmap v2009: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:25 smithi192 ceph-mon[180220]: pgmap v2009: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:27.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:27 smithi118 ceph-mon[185516]: pgmap v2010: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:27.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:27 smithi118 ceph-mon[182959]: pgmap v2010: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:27.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:27 smithi192 ceph-mon[180220]: pgmap v2010: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:29 smithi118 ceph-mon[185516]: pgmap v2011: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:29.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:29 smithi118 ceph-mon[182959]: pgmap v2011: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:29 smithi192 ceph-mon[180220]: pgmap v2011: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:53:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:53:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:53:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:31 smithi118 ceph-mon[185516]: pgmap v2012: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:31 smithi118 ceph-mon[182959]: pgmap v2012: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:31 smithi192 ceph-mon[180220]: pgmap v2012: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:33.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:33 smithi118 ceph-mon[185516]: pgmap v2013: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:33.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:33 smithi118 ceph-mon[182959]: pgmap v2013: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:33 smithi192 ceph-mon[180220]: pgmap v2013: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:35 smithi118 ceph-mon[185516]: pgmap v2014: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:35 smithi118 ceph-mon[182959]: pgmap v2014: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:35 smithi192 ceph-mon[180220]: pgmap v2014: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:37 smithi192 ceph-mon[180220]: pgmap v2015: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:37 smithi118 ceph-mon[185516]: pgmap v2015: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:37 smithi118 ceph-mon[182959]: pgmap v2015: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:39 smithi192 ceph-mon[180220]: pgmap v2016: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:39 smithi118 ceph-mon[185516]: pgmap v2016: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:39 smithi118 ceph-mon[182959]: pgmap v2016: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:53:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:53:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T09:53:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:41 smithi192 ceph-mon[180220]: pgmap v2017: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:41 smithi118 ceph-mon[185516]: pgmap v2017: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:41 smithi118 ceph-mon[182959]: pgmap v2017: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:43.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: pgmap v2018: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:43.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:53:43.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:53:43.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:53:43.466 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: pgmap v2018: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: pgmap v2018: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:43.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:53:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:53:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:53:43.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:53:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:45 smithi192 ceph-mon[180220]: pgmap v2019: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:45 smithi118 ceph-mon[185516]: pgmap v2019: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:45.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:45 smithi118 ceph-mon[182959]: pgmap v2019: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:47 smithi192 ceph-mon[180220]: pgmap v2020: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:47 smithi118 ceph-mon[185516]: pgmap v2020: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:47 smithi118 ceph-mon[182959]: pgmap v2020: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:49 smithi192 ceph-mon[180220]: pgmap v2021: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:49 smithi118 ceph-mon[182959]: pgmap v2021: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:49 smithi118 ceph-mon[185516]: pgmap v2021: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:53:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:53:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:53:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:53:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:51 smithi192 ceph-mon[180220]: pgmap v2022: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:51 smithi118 ceph-mon[185516]: pgmap v2022: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:51 smithi118 ceph-mon[182959]: pgmap v2022: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:53 smithi192 ceph-mon[180220]: pgmap v2023: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:53 smithi118 ceph-mon[185516]: pgmap v2023: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:53 smithi118 ceph-mon[182959]: pgmap v2023: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:55 smithi192 ceph-mon[180220]: pgmap v2024: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:55 smithi118 ceph-mon[185516]: pgmap v2024: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:55 smithi118 ceph-mon[182959]: pgmap v2024: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:57 smithi192 ceph-mon[180220]: pgmap v2025: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:57 smithi118 ceph-mon[185516]: pgmap v2025: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:57 smithi118 ceph-mon[182959]: pgmap v2025: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:53:59 smithi192 ceph-mon[180220]: pgmap v2026: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:53:59 smithi118 ceph-mon[185516]: pgmap v2026: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:53:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:53:59 smithi118 ceph-mon[182959]: pgmap v2026: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:53:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:53:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:54:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:01 smithi192 ceph-mon[180220]: pgmap v2027: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:01 smithi118 ceph-mon[185516]: pgmap v2027: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:01 smithi118 ceph-mon[182959]: pgmap v2027: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:03 smithi192 ceph-mon[180220]: pgmap v2028: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:03 smithi118 ceph-mon[185516]: pgmap v2028: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:03 smithi118 ceph-mon[182959]: pgmap v2028: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:05 smithi192 ceph-mon[180220]: pgmap v2029: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:05 smithi118 ceph-mon[182959]: pgmap v2029: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:05 smithi118 ceph-mon[185516]: pgmap v2029: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:07 smithi192 ceph-mon[180220]: pgmap v2030: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:07 smithi118 ceph-mon[182959]: pgmap v2030: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:07.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:07 smithi118 ceph-mon[185516]: pgmap v2030: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:09 smithi192 ceph-mon[180220]: pgmap v2031: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:09 smithi118 ceph-mon[185516]: pgmap v2031: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:09 smithi118 ceph-mon[182959]: pgmap v2031: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:54:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:54:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:54:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:11 smithi192 ceph-mon[180220]: pgmap v2032: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:11 smithi118 ceph-mon[185516]: pgmap v2032: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:11 smithi118 ceph-mon[182959]: pgmap v2032: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:13.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:13 smithi192 ceph-mon[180220]: pgmap v2033: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:13.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:13 smithi118 ceph-mon[185516]: pgmap v2033: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:13 smithi118 ceph-mon[182959]: pgmap v2033: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:15.465 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:15 smithi192 ceph-mon[180220]: pgmap v2034: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:15 smithi118 ceph-mon[185516]: pgmap v2034: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:15 smithi118 ceph-mon[182959]: pgmap v2034: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:17.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:17 smithi192 ceph-mon[180220]: pgmap v2035: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:17 smithi118 ceph-mon[182959]: pgmap v2035: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:17.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:17 smithi118 ceph-mon[185516]: pgmap v2035: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:19 smithi192 ceph-mon[180220]: pgmap v2036: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:19 smithi118 ceph-mon[182959]: pgmap v2036: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:19 smithi118 ceph-mon[185516]: pgmap v2036: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:54:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:54:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:54:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:21 smithi192 ceph-mon[180220]: pgmap v2037: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:21 smithi118 ceph-mon[185516]: pgmap v2037: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:21 smithi118 ceph-mon[182959]: pgmap v2037: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:23 smithi192 ceph-mon[180220]: pgmap v2038: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:23 smithi118 ceph-mon[185516]: pgmap v2038: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:23 smithi118 ceph-mon[182959]: pgmap v2038: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:25 smithi192 ceph-mon[180220]: pgmap v2039: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:25 smithi118 ceph-mon[185516]: pgmap v2039: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:25 smithi118 ceph-mon[182959]: pgmap v2039: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:27 smithi192 ceph-mon[180220]: pgmap v2040: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:27 smithi118 ceph-mon[185516]: pgmap v2040: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:27 smithi118 ceph-mon[182959]: pgmap v2040: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:29 smithi192 ceph-mon[180220]: pgmap v2041: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:29.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:29 smithi118 ceph-mon[185516]: pgmap v2041: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:29.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:29 smithi118 ceph-mon[182959]: pgmap v2041: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:54:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:54:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:54:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:31 smithi192 ceph-mon[180220]: pgmap v2042: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:31 smithi118 ceph-mon[185516]: pgmap v2042: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:31 smithi118 ceph-mon[182959]: pgmap v2042: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:33 smithi192 ceph-mon[180220]: pgmap v2043: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:33 smithi118 ceph-mon[185516]: pgmap v2043: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:33 smithi118 ceph-mon[182959]: pgmap v2043: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:35 smithi192 ceph-mon[180220]: pgmap v2044: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:35 smithi118 ceph-mon[185516]: pgmap v2044: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:35 smithi118 ceph-mon[182959]: pgmap v2044: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:37 smithi192 ceph-mon[180220]: pgmap v2045: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:37 smithi118 ceph-mon[185516]: pgmap v2045: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:37.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:37 smithi118 ceph-mon[182959]: pgmap v2045: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:39 smithi192 ceph-mon[180220]: pgmap v2046: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:39 smithi118 ceph-mon[185516]: pgmap v2046: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:39 smithi118 ceph-mon[182959]: pgmap v2046: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:54:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:54:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:54:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:41 smithi192 ceph-mon[180220]: pgmap v2047: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:41 smithi118 ceph-mon[185516]: pgmap v2047: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:41 smithi118 ceph-mon[182959]: pgmap v2047: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:43 smithi192 ceph-mon[180220]: pgmap v2048: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:43 smithi118 ceph-mon[185516]: pgmap v2048: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:43 smithi118 ceph-mon[182959]: pgmap v2048: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:44.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:54:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:54:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:54:44.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:54:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:54:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:54:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:54:44.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:54:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:54:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:54:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:54:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:54:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:45 smithi192 ceph-mon[180220]: pgmap v2049: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:45 smithi118 ceph-mon[182959]: pgmap v2049: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:45 smithi118 ceph-mon[185516]: pgmap v2049: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:47 smithi192 ceph-mon[180220]: pgmap v2050: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:47.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:47 smithi118 ceph-mon[185516]: pgmap v2050: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:47.621 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:47 smithi118 ceph-mon[182959]: pgmap v2050: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:49 smithi192 ceph-mon[180220]: pgmap v2051: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:49 smithi118 ceph-mon[185516]: pgmap v2051: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:49 smithi118 ceph-mon[182959]: pgmap v2051: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:54:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:54:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:54:49] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:54:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:51 smithi192 ceph-mon[180220]: pgmap v2052: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:51 smithi118 ceph-mon[185516]: pgmap v2052: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:51 smithi118 ceph-mon[182959]: pgmap v2052: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:53 smithi192 ceph-mon[180220]: pgmap v2053: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:53 smithi118 ceph-mon[185516]: pgmap v2053: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:53 smithi118 ceph-mon[182959]: pgmap v2053: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:55 smithi192 ceph-mon[180220]: pgmap v2054: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:55 smithi118 ceph-mon[182959]: pgmap v2054: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:55 smithi118 ceph-mon[185516]: pgmap v2054: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:57 smithi192 ceph-mon[180220]: pgmap v2055: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:57 smithi118 ceph-mon[182959]: pgmap v2055: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:57 smithi118 ceph-mon[185516]: pgmap v2055: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:54:59 smithi192 ceph-mon[180220]: pgmap v2056: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:59.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 09:54:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T09:54:59.088206807Z level=info msg="Completed cleanup jobs" duration=11.05168ms 2023-09-30T09:54:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:54:59 smithi118 ceph-mon[185516]: pgmap v2056: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:54:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:54:59 smithi118 ceph-mon[182959]: pgmap v2056: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:54:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:54:59] "GET /metrics HTTP/1.1" 200 36338 "" "Prometheus/2.43.0" 2023-09-30T09:55:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:01 smithi192 ceph-mon[180220]: pgmap v2057: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:01 smithi118 ceph-mon[185516]: pgmap v2057: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:01 smithi118 ceph-mon[182959]: pgmap v2057: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:03.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:03 smithi192 ceph-mon[180220]: pgmap v2058: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:03.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:03 smithi118 ceph-mon[185516]: pgmap v2058: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:03.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:03 smithi118 ceph-mon[182959]: pgmap v2058: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:04.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:04.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:05 smithi192 ceph-mon[180220]: pgmap v2059: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:05 smithi118 ceph-mon[185516]: pgmap v2059: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:05 smithi118 ceph-mon[182959]: pgmap v2059: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:07 smithi192 ceph-mon[180220]: pgmap v2060: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:07 smithi118 ceph-mon[185516]: pgmap v2060: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:07 smithi118 ceph-mon[182959]: pgmap v2060: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:09 smithi192 ceph-mon[180220]: pgmap v2061: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:09 smithi118 ceph-mon[185516]: pgmap v2061: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:09 smithi118 ceph-mon[182959]: pgmap v2061: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:55:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:55:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:55:11.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:11 smithi192 ceph-mon[180220]: pgmap v2062: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:11 smithi118 ceph-mon[185516]: pgmap v2062: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:11 smithi118 ceph-mon[182959]: pgmap v2062: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:13 smithi192 ceph-mon[180220]: pgmap v2063: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:13 smithi118 ceph-mon[185516]: pgmap v2063: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:13 smithi118 ceph-mon[182959]: pgmap v2063: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:15 smithi192 ceph-mon[180220]: pgmap v2064: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:15 smithi118 ceph-mon[185516]: pgmap v2064: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:15 smithi118 ceph-mon[182959]: pgmap v2064: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:17 smithi192 ceph-mon[180220]: pgmap v2065: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:17 smithi118 ceph-mon[185516]: pgmap v2065: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:17 smithi118 ceph-mon[182959]: pgmap v2065: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:19 smithi192 ceph-mon[180220]: pgmap v2066: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:19 smithi118 ceph-mon[185516]: pgmap v2066: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:19 smithi118 ceph-mon[182959]: pgmap v2066: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:55:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:55:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:55:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:21 smithi192 ceph-mon[180220]: pgmap v2067: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:21 smithi118 ceph-mon[185516]: pgmap v2067: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:21 smithi118 ceph-mon[182959]: pgmap v2067: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:23 smithi192 ceph-mon[180220]: pgmap v2068: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:23 smithi118 ceph-mon[185516]: pgmap v2068: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:23 smithi118 ceph-mon[182959]: pgmap v2068: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:25 smithi118 ceph-mon[185516]: pgmap v2069: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:25.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:25 smithi118 ceph-mon[182959]: pgmap v2069: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:25 smithi192 ceph-mon[180220]: pgmap v2069: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:27 smithi118 ceph-mon[185516]: pgmap v2070: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:27 smithi118 ceph-mon[182959]: pgmap v2070: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:27 smithi192 ceph-mon[180220]: pgmap v2070: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:29.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:29 smithi118 ceph-mon[185516]: pgmap v2071: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:29.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:29 smithi118 ceph-mon[182959]: pgmap v2071: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:29 smithi192 ceph-mon[180220]: pgmap v2071: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:55:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:55:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:55:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:31 smithi118 ceph-mon[182959]: pgmap v2072: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:31 smithi118 ceph-mon[185516]: pgmap v2072: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:31 smithi192 ceph-mon[180220]: pgmap v2072: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:33 smithi118 ceph-mon[182959]: pgmap v2073: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:33 smithi118 ceph-mon[185516]: pgmap v2073: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:33 smithi192 ceph-mon[180220]: pgmap v2073: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:35 smithi118 ceph-mon[182959]: pgmap v2074: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:35.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:35 smithi118 ceph-mon[185516]: pgmap v2074: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:35 smithi192 ceph-mon[180220]: pgmap v2074: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:37 smithi118 ceph-mon[182959]: pgmap v2075: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:37 smithi118 ceph-mon[185516]: pgmap v2075: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:37 smithi192 ceph-mon[180220]: pgmap v2075: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:39 smithi118 ceph-mon[182959]: pgmap v2076: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:39 smithi118 ceph-mon[185516]: pgmap v2076: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:39 smithi192 ceph-mon[180220]: pgmap v2076: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:55:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:55:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:55:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:41 smithi118 ceph-mon[182959]: pgmap v2077: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:41.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:41 smithi118 ceph-mon[185516]: pgmap v2077: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:41 smithi192 ceph-mon[180220]: pgmap v2077: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:43 smithi118 ceph-mon[182959]: pgmap v2078: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:43 smithi118 ceph-mon[185516]: pgmap v2078: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:43 smithi192 ceph-mon[180220]: pgmap v2078: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:55:44.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:55:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:55:45.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:45 smithi118 ceph-mon[185516]: pgmap v2079: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:45.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:45 smithi118 ceph-mon[182959]: pgmap v2079: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:45 smithi192 ceph-mon[180220]: pgmap v2079: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: pgmap v2080: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:55:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:55:47.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: pgmap v2080: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: pgmap v2080: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:47.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:55:47.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:55:47.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:55:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:48 smithi118 ceph-mon[185516]: pgmap v2081: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:48 smithi118 ceph-mon[182959]: pgmap v2081: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:48 smithi192 ceph-mon[180220]: pgmap v2081: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:55:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:55:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:55:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:55:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:50 smithi118 ceph-mon[185516]: pgmap v2082: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:50 smithi118 ceph-mon[182959]: pgmap v2082: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:50 smithi192 ceph-mon[180220]: pgmap v2082: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:53.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:52 smithi118 ceph-mon[185516]: pgmap v2083: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:53.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:52 smithi118 ceph-mon[182959]: pgmap v2083: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:53.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:52 smithi192 ceph-mon[180220]: pgmap v2083: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:55.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:54 smithi118 ceph-mon[182959]: pgmap v2084: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:55.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:54 smithi118 ceph-mon[185516]: pgmap v2084: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:54 smithi192 ceph-mon[180220]: pgmap v2084: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:57.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:56 smithi118 ceph-mon[182959]: pgmap v2085: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:57.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:56 smithi118 ceph-mon[185516]: pgmap v2085: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:56 smithi192 ceph-mon[180220]: pgmap v2085: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:55:58 smithi118 ceph-mon[185516]: pgmap v2086: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:55:58 smithi118 ceph-mon[182959]: pgmap v2086: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:55:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:55:58 smithi192 ceph-mon[180220]: pgmap v2086: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:55:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:55:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:56:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:00 smithi118 ceph-mon[185516]: pgmap v2087: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:01.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:00 smithi118 ceph-mon[182959]: pgmap v2087: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:00 smithi192 ceph-mon[180220]: pgmap v2087: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:02 smithi118 ceph-mon[185516]: pgmap v2088: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:03.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:02 smithi118 ceph-mon[182959]: pgmap v2088: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:02 smithi192 ceph-mon[180220]: pgmap v2088: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:04.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:04 smithi118 ceph-mon[185516]: pgmap v2089: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:04 smithi118 ceph-mon[182959]: pgmap v2089: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:04 smithi192 ceph-mon[180220]: pgmap v2089: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:07 smithi118 ceph-mon[185516]: pgmap v2090: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:07 smithi118 ceph-mon[182959]: pgmap v2090: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:07 smithi192 ceph-mon[180220]: pgmap v2090: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:09 smithi118 ceph-mon[185516]: pgmap v2091: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:09 smithi118 ceph-mon[182959]: pgmap v2091: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:09 smithi192 ceph-mon[180220]: pgmap v2091: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:56:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:56:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:56:11.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:11 smithi118 ceph-mon[185516]: pgmap v2092: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:11.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:11 smithi118 ceph-mon[182959]: pgmap v2092: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:11 smithi192 ceph-mon[180220]: pgmap v2092: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:13 smithi118 ceph-mon[185516]: pgmap v2093: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:13.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:13 smithi118 ceph-mon[182959]: pgmap v2093: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:13 smithi192 ceph-mon[180220]: pgmap v2093: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:15 smithi118 ceph-mon[185516]: pgmap v2094: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:15.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:15 smithi118 ceph-mon[182959]: pgmap v2094: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:15 smithi192 ceph-mon[180220]: pgmap v2094: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:17 smithi118 ceph-mon[185516]: pgmap v2095: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:17.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:17 smithi118 ceph-mon[182959]: pgmap v2095: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:17 smithi192 ceph-mon[180220]: pgmap v2095: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:19 smithi118 ceph-mon[185516]: pgmap v2096: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:19.347 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:19 smithi118 ceph-mon[182959]: pgmap v2096: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:19.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:19 smithi192 ceph-mon[180220]: pgmap v2096: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:56:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:56:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:56:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:21 smithi118 ceph-mon[185516]: pgmap v2097: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:21.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:21 smithi118 ceph-mon[182959]: pgmap v2097: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:21 smithi192 ceph-mon[180220]: pgmap v2097: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:23 smithi118 ceph-mon[185516]: pgmap v2098: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:23 smithi118 ceph-mon[182959]: pgmap v2098: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:23 smithi192 ceph-mon[180220]: pgmap v2098: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:25.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:25 smithi118 ceph-mon[185516]: pgmap v2099: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:25 smithi118 ceph-mon[182959]: pgmap v2099: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:25 smithi192 ceph-mon[180220]: pgmap v2099: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:27.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:27 smithi118 ceph-mon[185516]: pgmap v2100: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:27.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:27 smithi118 ceph-mon[182959]: pgmap v2100: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:27 smithi192 ceph-mon[180220]: pgmap v2100: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:29 smithi118 ceph-mon[185516]: pgmap v2101: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:29.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:29 smithi118 ceph-mon[182959]: pgmap v2101: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:29 smithi192 ceph-mon[180220]: pgmap v2101: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:56:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:56:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:56:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:31 smithi118 ceph-mon[185516]: pgmap v2102: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:31 smithi118 ceph-mon[182959]: pgmap v2102: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:31 smithi192 ceph-mon[180220]: pgmap v2102: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:33.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:33 smithi118 ceph-mon[185516]: pgmap v2103: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:33.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:33 smithi118 ceph-mon[182959]: pgmap v2103: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:33 smithi192 ceph-mon[180220]: pgmap v2103: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:35 smithi118 ceph-mon[185516]: pgmap v2104: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:35 smithi118 ceph-mon[182959]: pgmap v2104: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:35 smithi192 ceph-mon[180220]: pgmap v2104: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:37 smithi118 ceph-mon[185516]: pgmap v2105: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:37 smithi118 ceph-mon[182959]: pgmap v2105: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:37 smithi192 ceph-mon[180220]: pgmap v2105: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:39.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:39 smithi118 ceph-mon[185516]: pgmap v2106: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:39.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:39 smithi118 ceph-mon[182959]: pgmap v2106: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:39 smithi192 ceph-mon[180220]: pgmap v2106: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:56:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:56:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T09:56:41.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:41 smithi118 ceph-mon[185516]: pgmap v2107: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:41 smithi118 ceph-mon[182959]: pgmap v2107: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:41 smithi192 ceph-mon[180220]: pgmap v2107: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:43 smithi118 ceph-mon[185516]: pgmap v2108: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:43.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:43 smithi118 ceph-mon[182959]: pgmap v2108: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:43 smithi192 ceph-mon[180220]: pgmap v2108: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:45 smithi118 ceph-mon[185516]: pgmap v2109: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:45.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:45 smithi118 ceph-mon[182959]: pgmap v2109: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:45 smithi192 ceph-mon[180220]: pgmap v2109: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:47 smithi118 ceph-mon[185516]: pgmap v2110: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:56:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:47 smithi118 ceph-mon[182959]: pgmap v2110: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:56:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:47 smithi192 ceph-mon[180220]: pgmap v2110: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:47.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:56:48.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:56:48.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:56:48.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:56:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:56:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:56:48.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:56:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:56:48.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:56:48.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:56:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:49 smithi118 ceph-mon[185516]: pgmap v2111: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:49 smithi118 ceph-mon[182959]: pgmap v2111: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:49 smithi192 ceph-mon[180220]: pgmap v2111: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:56:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:56:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:56:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:56:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:51 smithi118 ceph-mon[185516]: pgmap v2112: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:51 smithi118 ceph-mon[182959]: pgmap v2112: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:51 smithi192 ceph-mon[180220]: pgmap v2112: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:53.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:53 smithi118 ceph-mon[185516]: pgmap v2113: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:53 smithi118 ceph-mon[182959]: pgmap v2113: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:53 smithi192 ceph-mon[180220]: pgmap v2113: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:55 smithi118 ceph-mon[185516]: pgmap v2114: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:55 smithi118 ceph-mon[182959]: pgmap v2114: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:55 smithi192 ceph-mon[180220]: pgmap v2114: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:57 smithi118 ceph-mon[185516]: pgmap v2115: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:57 smithi118 ceph-mon[182959]: pgmap v2115: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:57 smithi192 ceph-mon[180220]: pgmap v2115: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:56:59 smithi118 ceph-mon[185516]: pgmap v2116: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:56:59 smithi118 ceph-mon[182959]: pgmap v2116: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:56:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:56:59 smithi192 ceph-mon[180220]: pgmap v2116: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:56:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:56:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T09:57:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:01 smithi118 ceph-mon[185516]: pgmap v2117: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:01 smithi118 ceph-mon[182959]: pgmap v2117: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:01 smithi192 ceph-mon[180220]: pgmap v2117: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:03 smithi118 ceph-mon[185516]: pgmap v2118: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:03.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:03 smithi118 ceph-mon[182959]: pgmap v2118: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:03 smithi192 ceph-mon[180220]: pgmap v2118: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:05 smithi118 ceph-mon[185516]: pgmap v2119: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:05 smithi118 ceph-mon[182959]: pgmap v2119: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:05 smithi192 ceph-mon[180220]: pgmap v2119: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:07 smithi118 ceph-mon[185516]: pgmap v2120: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:07 smithi118 ceph-mon[182959]: pgmap v2120: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:07 smithi192 ceph-mon[180220]: pgmap v2120: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:09 smithi118 ceph-mon[185516]: pgmap v2121: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:09 smithi118 ceph-mon[182959]: pgmap v2121: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:09.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:09 smithi192 ceph-mon[180220]: pgmap v2121: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:57:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:57:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:57:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:11 smithi118 ceph-mon[185516]: pgmap v2122: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:11 smithi118 ceph-mon[182959]: pgmap v2122: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:11 smithi192 ceph-mon[180220]: pgmap v2122: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:13 smithi118 ceph-mon[185516]: pgmap v2123: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:13 smithi118 ceph-mon[182959]: pgmap v2123: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:13 smithi192 ceph-mon[180220]: pgmap v2123: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:15 smithi118 ceph-mon[182959]: pgmap v2124: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:15 smithi118 ceph-mon[185516]: pgmap v2124: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:15 smithi192 ceph-mon[180220]: pgmap v2124: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:17 smithi118 ceph-mon[185516]: pgmap v2125: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:17 smithi118 ceph-mon[182959]: pgmap v2125: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:17 smithi192 ceph-mon[180220]: pgmap v2125: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:19 smithi118 ceph-mon[185516]: pgmap v2126: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:19 smithi118 ceph-mon[182959]: pgmap v2126: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:19 smithi192 ceph-mon[180220]: pgmap v2126: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:57:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:57:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:57:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:21 smithi118 ceph-mon[185516]: pgmap v2127: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:21 smithi118 ceph-mon[182959]: pgmap v2127: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:21 smithi192 ceph-mon[180220]: pgmap v2127: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:23 smithi118 ceph-mon[185516]: pgmap v2128: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:23 smithi118 ceph-mon[182959]: pgmap v2128: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:23 smithi192 ceph-mon[180220]: pgmap v2128: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:25 smithi118 ceph-mon[185516]: pgmap v2129: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:25.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:25 smithi118 ceph-mon[182959]: pgmap v2129: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:25 smithi192 ceph-mon[180220]: pgmap v2129: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:27 smithi118 ceph-mon[185516]: pgmap v2130: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:27.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:27 smithi118 ceph-mon[182959]: pgmap v2130: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:27 smithi192 ceph-mon[180220]: pgmap v2130: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:29 smithi118 ceph-mon[185516]: pgmap v2131: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:29.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:29 smithi118 ceph-mon[182959]: pgmap v2131: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:29 smithi192 ceph-mon[180220]: pgmap v2131: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:57:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:57:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:57:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:31 smithi118 ceph-mon[185516]: pgmap v2132: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:31.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:31 smithi118 ceph-mon[182959]: pgmap v2132: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:31 smithi192 ceph-mon[180220]: pgmap v2132: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:33 smithi118 ceph-mon[185516]: pgmap v2133: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:33 smithi118 ceph-mon[182959]: pgmap v2133: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:33 smithi192 ceph-mon[180220]: pgmap v2133: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:35 smithi118 ceph-mon[185516]: pgmap v2134: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:35 smithi118 ceph-mon[182959]: pgmap v2134: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:35 smithi192 ceph-mon[180220]: pgmap v2134: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:37 smithi118 ceph-mon[185516]: pgmap v2135: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:37.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:37 smithi118 ceph-mon[182959]: pgmap v2135: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:37 smithi192 ceph-mon[180220]: pgmap v2135: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:39 smithi118 ceph-mon[185516]: pgmap v2136: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:39 smithi118 ceph-mon[182959]: pgmap v2136: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:39 smithi192 ceph-mon[180220]: pgmap v2136: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:57:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:57:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:57:41.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:41 smithi118 ceph-mon[185516]: pgmap v2137: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:41.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:41 smithi118 ceph-mon[182959]: pgmap v2137: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:41 smithi192 ceph-mon[180220]: pgmap v2137: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:43 smithi118 ceph-mon[185516]: pgmap v2138: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:43.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:43 smithi118 ceph-mon[182959]: pgmap v2138: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:43 smithi192 ceph-mon[180220]: pgmap v2138: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:45 smithi118 ceph-mon[185516]: pgmap v2139: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:45.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:45 smithi118 ceph-mon[182959]: pgmap v2139: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:45 smithi192 ceph-mon[180220]: pgmap v2139: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:47 smithi118 ceph-mon[185516]: pgmap v2140: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:47.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:47 smithi118 ceph-mon[182959]: pgmap v2140: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:47 smithi192 ceph-mon[180220]: pgmap v2140: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:48.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:57:48.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:57:48.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:57:48.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:57:48.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:57:48.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:57:48.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:57:48.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:57:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:57:48.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:57:48.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:57:48.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:57:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:49 smithi118 ceph-mon[182959]: pgmap v2141: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:49 smithi118 ceph-mon[185516]: pgmap v2141: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:49 smithi192 ceph-mon[180220]: pgmap v2141: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:57:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:57:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:57:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:57:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:51 smithi118 ceph-mon[182959]: pgmap v2142: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:51.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:51 smithi118 ceph-mon[185516]: pgmap v2142: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:51 smithi192 ceph-mon[180220]: pgmap v2142: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:53 smithi118 ceph-mon[185516]: pgmap v2143: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:53 smithi118 ceph-mon[182959]: pgmap v2143: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:53 smithi192 ceph-mon[180220]: pgmap v2143: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:55 smithi118 ceph-mon[185516]: pgmap v2144: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:55 smithi118 ceph-mon[182959]: pgmap v2144: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:55 smithi192 ceph-mon[180220]: pgmap v2144: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:57 smithi118 ceph-mon[185516]: pgmap v2145: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:57 smithi118 ceph-mon[182959]: pgmap v2145: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:57 smithi192 ceph-mon[180220]: pgmap v2145: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:57:59 smithi118 ceph-mon[185516]: pgmap v2146: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:57:59 smithi118 ceph-mon[182959]: pgmap v2146: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:57:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:57:59 smithi192 ceph-mon[180220]: pgmap v2146: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:57:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:57:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T09:58:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:01 smithi118 ceph-mon[185516]: pgmap v2147: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:01 smithi118 ceph-mon[182959]: pgmap v2147: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:01 smithi192 ceph-mon[180220]: pgmap v2147: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:03 smithi118 ceph-mon[185516]: pgmap v2148: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:03.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:03 smithi118 ceph-mon[182959]: pgmap v2148: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:03 smithi192 ceph-mon[180220]: pgmap v2148: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:05 smithi118 ceph-mon[185516]: pgmap v2149: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:05 smithi118 ceph-mon[182959]: pgmap v2149: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:05 smithi192 ceph-mon[180220]: pgmap v2149: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:07 smithi192 ceph-mon[180220]: pgmap v2150: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:07 smithi118 ceph-mon[185516]: pgmap v2150: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:07 smithi118 ceph-mon[182959]: pgmap v2150: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:09 smithi192 ceph-mon[180220]: pgmap v2151: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:09 smithi118 ceph-mon[185516]: pgmap v2151: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:09.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:09 smithi118 ceph-mon[182959]: pgmap v2151: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:58:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:58:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:58:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:11 smithi192 ceph-mon[180220]: pgmap v2152: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:11 smithi118 ceph-mon[185516]: pgmap v2152: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:11 smithi118 ceph-mon[182959]: pgmap v2152: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:13 smithi192 ceph-mon[180220]: pgmap v2153: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:13 smithi118 ceph-mon[185516]: pgmap v2153: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:13 smithi118 ceph-mon[182959]: pgmap v2153: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:15 smithi192 ceph-mon[180220]: pgmap v2154: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:15 smithi118 ceph-mon[182959]: pgmap v2154: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:15 smithi118 ceph-mon[185516]: pgmap v2154: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:17 smithi192 ceph-mon[180220]: pgmap v2155: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:17 smithi118 ceph-mon[182959]: pgmap v2155: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:17.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:17 smithi118 ceph-mon[185516]: pgmap v2155: 137 pgs: 137 active+clean; 1.3 MiB data, 5.3 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:19 smithi192 ceph-mon[180220]: pgmap v2156: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:19 smithi118 ceph-mon[185516]: pgmap v2156: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:19 smithi118 ceph-mon[182959]: pgmap v2156: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:58:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:58:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:58:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:21 smithi192 ceph-mon[180220]: pgmap v2157: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:21 smithi118 ceph-mon[185516]: pgmap v2157: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:21 smithi118 ceph-mon[182959]: pgmap v2157: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:23 smithi192 ceph-mon[180220]: pgmap v2158: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:23 smithi118 ceph-mon[185516]: pgmap v2158: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:23 smithi118 ceph-mon[182959]: pgmap v2158: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:25 smithi192 ceph-mon[180220]: pgmap v2159: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:25 smithi118 ceph-mon[185516]: pgmap v2159: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:25 smithi118 ceph-mon[182959]: pgmap v2159: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:27 smithi192 ceph-mon[180220]: pgmap v2160: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:27 smithi118 ceph-mon[185516]: pgmap v2160: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:27 smithi118 ceph-mon[182959]: pgmap v2160: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:29 smithi192 ceph-mon[180220]: pgmap v2161: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:29 smithi118 ceph-mon[185516]: pgmap v2161: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:29 smithi118 ceph-mon[182959]: pgmap v2161: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:58:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:58:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:58:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:31 smithi192 ceph-mon[180220]: pgmap v2162: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:31 smithi118 ceph-mon[185516]: pgmap v2162: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:31 smithi118 ceph-mon[182959]: pgmap v2162: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:33 smithi192 ceph-mon[180220]: pgmap v2163: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:33 smithi118 ceph-mon[185516]: pgmap v2163: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:33 smithi118 ceph-mon[182959]: pgmap v2163: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:35 smithi192 ceph-mon[180220]: pgmap v2164: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:35 smithi118 ceph-mon[185516]: pgmap v2164: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:35 smithi118 ceph-mon[182959]: pgmap v2164: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:37 smithi192 ceph-mon[180220]: pgmap v2165: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:37 smithi118 ceph-mon[185516]: pgmap v2165: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:37 smithi118 ceph-mon[182959]: pgmap v2165: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:39 smithi192 ceph-mon[180220]: pgmap v2166: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:39 smithi118 ceph-mon[185516]: pgmap v2166: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:39 smithi118 ceph-mon[182959]: pgmap v2166: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:58:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:58:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T09:58:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:41 smithi192 ceph-mon[180220]: pgmap v2167: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:41 smithi118 ceph-mon[185516]: pgmap v2167: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:41 smithi118 ceph-mon[182959]: pgmap v2167: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:43 smithi192 ceph-mon[180220]: pgmap v2168: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:43 smithi118 ceph-mon[185516]: pgmap v2168: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:43 smithi118 ceph-mon[182959]: pgmap v2168: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:45 smithi192 ceph-mon[180220]: pgmap v2169: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:45 smithi118 ceph-mon[185516]: pgmap v2169: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:45 smithi118 ceph-mon[182959]: pgmap v2169: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:47 smithi192 ceph-mon[180220]: pgmap v2170: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:47 smithi118 ceph-mon[185516]: pgmap v2170: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:47 smithi118 ceph-mon[182959]: pgmap v2170: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:58:48.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:58:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:58:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:49 smithi192 ceph-mon[180220]: pgmap v2171: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:58:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:58:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:58:49.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[185516]: pgmap v2171: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:58:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:58:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:58:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[182959]: pgmap v2171: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:58:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:58:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:58:49.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:58:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:58:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:58:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T09:58:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:51 smithi192 ceph-mon[180220]: pgmap v2172: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:51 smithi118 ceph-mon[185516]: pgmap v2172: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:51 smithi118 ceph-mon[182959]: pgmap v2172: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:53 smithi192 ceph-mon[180220]: pgmap v2173: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:53 smithi118 ceph-mon[185516]: pgmap v2173: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:53 smithi118 ceph-mon[182959]: pgmap v2173: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:55 smithi192 ceph-mon[180220]: pgmap v2174: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:55 smithi118 ceph-mon[185516]: pgmap v2174: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:55 smithi118 ceph-mon[182959]: pgmap v2174: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:57 smithi192 ceph-mon[180220]: pgmap v2175: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:57 smithi118 ceph-mon[185516]: pgmap v2175: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:57 smithi118 ceph-mon[182959]: pgmap v2175: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:58:59 smithi192 ceph-mon[180220]: pgmap v2176: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:58:59 smithi118 ceph-mon[185516]: pgmap v2176: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:58:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:58:59 smithi118 ceph-mon[182959]: pgmap v2176: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:58:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:58:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T09:59:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:01 smithi192 ceph-mon[180220]: pgmap v2177: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:01 smithi118 ceph-mon[185516]: pgmap v2177: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:01 smithi118 ceph-mon[182959]: pgmap v2177: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:03 smithi192 ceph-mon[180220]: pgmap v2178: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:03 smithi118 ceph-mon[185516]: pgmap v2178: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:03 smithi118 ceph-mon[182959]: pgmap v2178: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:05 smithi192 ceph-mon[180220]: pgmap v2179: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:05 smithi118 ceph-mon[185516]: pgmap v2179: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:05 smithi118 ceph-mon[182959]: pgmap v2179: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:07.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:07 smithi192 ceph-mon[180220]: pgmap v2180: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:07 smithi118 ceph-mon[185516]: pgmap v2180: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:07 smithi118 ceph-mon[182959]: pgmap v2180: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:09 smithi192 ceph-mon[180220]: pgmap v2181: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:09 smithi118 ceph-mon[185516]: pgmap v2181: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:09 smithi118 ceph-mon[182959]: pgmap v2181: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:59:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:59:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:59:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:11 smithi192 ceph-mon[180220]: pgmap v2182: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:11 smithi118 ceph-mon[185516]: pgmap v2182: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:11 smithi118 ceph-mon[182959]: pgmap v2182: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:13 smithi192 ceph-mon[180220]: pgmap v2183: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:13 smithi118 ceph-mon[185516]: pgmap v2183: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:13 smithi118 ceph-mon[182959]: pgmap v2183: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:15 smithi192 ceph-mon[180220]: pgmap v2184: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:15 smithi118 ceph-mon[185516]: pgmap v2184: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:15 smithi118 ceph-mon[182959]: pgmap v2184: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:17 smithi192 ceph-mon[180220]: pgmap v2185: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:17 smithi118 ceph-mon[185516]: pgmap v2185: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:17 smithi118 ceph-mon[182959]: pgmap v2185: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:19 smithi192 ceph-mon[180220]: pgmap v2186: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:19 smithi118 ceph-mon[185516]: pgmap v2186: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:19 smithi118 ceph-mon[182959]: pgmap v2186: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:59:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:59:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:59:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:21 smithi192 ceph-mon[180220]: pgmap v2187: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:21 smithi118 ceph-mon[185516]: pgmap v2187: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:21 smithi118 ceph-mon[182959]: pgmap v2187: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:23 smithi192 ceph-mon[180220]: pgmap v2188: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:23 smithi118 ceph-mon[185516]: pgmap v2188: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:23.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:23 smithi118 ceph-mon[182959]: pgmap v2188: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:25 smithi192 ceph-mon[180220]: pgmap v2189: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:25 smithi118 ceph-mon[185516]: pgmap v2189: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:25 smithi118 ceph-mon[182959]: pgmap v2189: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:27 smithi192 ceph-mon[180220]: pgmap v2190: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:27 smithi118 ceph-mon[185516]: pgmap v2190: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:27 smithi118 ceph-mon[182959]: pgmap v2190: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:29 smithi192 ceph-mon[180220]: pgmap v2191: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:29 smithi118 ceph-mon[185516]: pgmap v2191: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:29 smithi118 ceph-mon[182959]: pgmap v2191: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:59:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:59:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:59:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:31 smithi192 ceph-mon[180220]: pgmap v2192: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:31 smithi118 ceph-mon[182959]: pgmap v2192: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:31 smithi118 ceph-mon[185516]: pgmap v2192: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:33 smithi192 ceph-mon[180220]: pgmap v2193: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:33 smithi118 ceph-mon[185516]: pgmap v2193: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:33 smithi118 ceph-mon[182959]: pgmap v2193: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:34 smithi192 ceph-mon[180220]: pgmap v2194: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:34 smithi118 ceph-mon[182959]: pgmap v2194: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:34 smithi118 ceph-mon[185516]: pgmap v2194: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:36 smithi192 ceph-mon[180220]: pgmap v2195: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:37.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:36 smithi118 ceph-mon[185516]: pgmap v2195: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:37.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:36 smithi118 ceph-mon[182959]: pgmap v2195: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:39.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:39 smithi118 ceph-mon[185516]: pgmap v2196: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:39.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:39 smithi118 ceph-mon[182959]: pgmap v2196: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:39 smithi192 ceph-mon[180220]: pgmap v2196: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:59:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:59:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T09:59:41.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:41 smithi118 ceph-mon[185516]: pgmap v2197: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:41.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:41 smithi118 ceph-mon[182959]: pgmap v2197: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:41 smithi192 ceph-mon[180220]: pgmap v2197: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:43 smithi118 ceph-mon[185516]: pgmap v2198: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:43.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:43 smithi118 ceph-mon[182959]: pgmap v2198: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:43 smithi192 ceph-mon[180220]: pgmap v2198: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:45 smithi118 ceph-mon[185516]: pgmap v2199: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:45.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:45 smithi118 ceph-mon[182959]: pgmap v2199: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:45 smithi192 ceph-mon[180220]: pgmap v2199: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:47.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:47 smithi118 ceph-mon[182959]: pgmap v2200: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:47 smithi118 ceph-mon[185516]: pgmap v2200: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:47 smithi192 ceph-mon[180220]: pgmap v2200: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:49 smithi118 ceph-mon[185516]: pgmap v2201: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:49.353 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:59:49.354 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:49.354 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:49 smithi118 ceph-mon[182959]: pgmap v2201: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:49.354 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:59:49.354 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:49 smithi192 ceph-mon[180220]: pgmap v2201: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T09:59:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T09:59:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:59:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:59:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T09:59:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:59:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:59:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:59:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:59:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:59:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:59:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T09:59:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T09:59:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T09:59:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:51 smithi192 ceph-mon[180220]: pgmap v2202: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:51 smithi118 ceph-mon[185516]: pgmap v2202: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:51 smithi118 ceph-mon[182959]: pgmap v2202: 137 pgs: 137 active+clean; 1.3 MiB data, 5.4 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:53 smithi192 ceph-mon[180220]: pgmap v2203: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:53 smithi118 ceph-mon[185516]: pgmap v2203: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:53 smithi118 ceph-mon[182959]: pgmap v2203: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:55 smithi192 ceph-mon[180220]: pgmap v2204: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:55 smithi118 ceph-mon[185516]: pgmap v2204: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:55 smithi118 ceph-mon[182959]: pgmap v2204: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:57.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:57 smithi192 ceph-mon[180220]: pgmap v2205: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:57 smithi118 ceph-mon[185516]: pgmap v2205: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:57 smithi118 ceph-mon[182959]: pgmap v2205: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 09:59:59 smithi192 ceph-mon[180220]: pgmap v2206: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 09:59:59 smithi118 ceph-mon[185516]: pgmap v2206: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T09:59:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 09:59:59 smithi118 ceph-mon[182959]: pgmap v2206: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 09:59:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:09:59:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:00:00.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T10:00:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T10:00:00.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T10:00:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:01 smithi192 ceph-mon[180220]: pgmap v2207: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:01 smithi118 ceph-mon[185516]: pgmap v2207: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:01 smithi118 ceph-mon[182959]: pgmap v2207: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:03 smithi192 ceph-mon[180220]: pgmap v2208: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:03 smithi118 ceph-mon[185516]: pgmap v2208: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:03 smithi118 ceph-mon[182959]: pgmap v2208: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:05 smithi192 ceph-mon[180220]: pgmap v2209: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:05 smithi118 ceph-mon[185516]: pgmap v2209: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:05 smithi118 ceph-mon[182959]: pgmap v2209: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:07 smithi192 ceph-mon[180220]: pgmap v2210: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:07 smithi118 ceph-mon[182959]: pgmap v2210: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:07 smithi118 ceph-mon[185516]: pgmap v2210: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:09 smithi192 ceph-mon[180220]: pgmap v2211: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:09 smithi118 ceph-mon[185516]: pgmap v2211: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:09 smithi118 ceph-mon[182959]: pgmap v2211: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:00:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:00:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:00:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:11 smithi192 ceph-mon[180220]: pgmap v2212: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:11 smithi118 ceph-mon[185516]: pgmap v2212: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:11 smithi118 ceph-mon[182959]: pgmap v2212: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:13 smithi192 ceph-mon[180220]: pgmap v2213: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:13 smithi118 ceph-mon[185516]: pgmap v2213: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:13.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:13 smithi118 ceph-mon[182959]: pgmap v2213: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:15 smithi192 ceph-mon[180220]: pgmap v2214: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:15.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:15 smithi118 ceph-mon[185516]: pgmap v2214: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:15 smithi118 ceph-mon[182959]: pgmap v2214: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:17 smithi192 ceph-mon[180220]: pgmap v2215: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:17 smithi118 ceph-mon[185516]: pgmap v2215: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:17 smithi118 ceph-mon[182959]: pgmap v2215: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:19 smithi192 ceph-mon[180220]: pgmap v2216: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:19 smithi118 ceph-mon[185516]: pgmap v2216: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:19 smithi118 ceph-mon[182959]: pgmap v2216: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:00:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:00:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:00:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:21 smithi192 ceph-mon[180220]: pgmap v2217: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:21 smithi118 ceph-mon[185516]: pgmap v2217: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:21 smithi118 ceph-mon[182959]: pgmap v2217: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:23 smithi192 ceph-mon[180220]: pgmap v2218: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:23 smithi118 ceph-mon[185516]: pgmap v2218: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:23.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:23 smithi118 ceph-mon[182959]: pgmap v2218: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:25 smithi192 ceph-mon[180220]: pgmap v2219: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:25 smithi118 ceph-mon[185516]: pgmap v2219: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:25.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:25 smithi118 ceph-mon[182959]: pgmap v2219: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:27 smithi192 ceph-mon[180220]: pgmap v2220: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:27 smithi118 ceph-mon[185516]: pgmap v2220: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:27 smithi118 ceph-mon[182959]: pgmap v2220: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:29 smithi192 ceph-mon[180220]: pgmap v2221: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:29 smithi118 ceph-mon[185516]: pgmap v2221: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:29 smithi118 ceph-mon[182959]: pgmap v2221: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:00:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:00:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:00:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:31 smithi192 ceph-mon[180220]: pgmap v2222: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:31 smithi118 ceph-mon[185516]: pgmap v2222: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:31 smithi118 ceph-mon[182959]: pgmap v2222: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:33 smithi192 ceph-mon[180220]: pgmap v2223: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:33 smithi118 ceph-mon[185516]: pgmap v2223: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:33 smithi118 ceph-mon[182959]: pgmap v2223: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:35 smithi192 ceph-mon[180220]: pgmap v2224: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:35.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:35 smithi118 ceph-mon[185516]: pgmap v2224: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:35 smithi118 ceph-mon[182959]: pgmap v2224: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:37 smithi192 ceph-mon[180220]: pgmap v2225: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:37 smithi118 ceph-mon[185516]: pgmap v2225: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:37 smithi118 ceph-mon[182959]: pgmap v2225: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:39 smithi192 ceph-mon[180220]: pgmap v2226: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:39 smithi118 ceph-mon[185516]: pgmap v2226: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:39 smithi118 ceph-mon[182959]: pgmap v2226: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:00:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:00:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:00:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:41 smithi192 ceph-mon[180220]: pgmap v2227: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:41 smithi118 ceph-mon[185516]: pgmap v2227: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:41 smithi118 ceph-mon[182959]: pgmap v2227: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:43 smithi192 ceph-mon[180220]: pgmap v2228: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:43 smithi118 ceph-mon[185516]: pgmap v2228: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:43 smithi118 ceph-mon[182959]: pgmap v2228: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:45 smithi192 ceph-mon[180220]: pgmap v2229: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:45 smithi118 ceph-mon[185516]: pgmap v2229: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:45 smithi118 ceph-mon[182959]: pgmap v2229: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:47 smithi192 ceph-mon[180220]: pgmap v2230: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:47 smithi118 ceph-mon[185516]: pgmap v2230: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:47 smithi118 ceph-mon[182959]: pgmap v2230: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:49 smithi192 ceph-mon[180220]: pgmap v2231: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:49 smithi118 ceph-mon[185516]: pgmap v2231: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:49 smithi118 ceph-mon[182959]: pgmap v2231: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:00:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:00:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:00:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:00:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:00:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:00:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:00:50.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:00:50.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:00:50.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:00:50.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:00:50.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:00:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:00:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:00:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:00:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:00:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:51 smithi192 ceph-mon[180220]: pgmap v2232: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:51.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:51 smithi118 ceph-mon[185516]: pgmap v2232: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:51.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:51 smithi118 ceph-mon[182959]: pgmap v2232: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:53 smithi192 ceph-mon[180220]: pgmap v2233: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:53 smithi118 ceph-mon[185516]: pgmap v2233: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:53 smithi118 ceph-mon[182959]: pgmap v2233: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:55 smithi192 ceph-mon[180220]: pgmap v2234: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:55 smithi118 ceph-mon[185516]: pgmap v2234: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:55 smithi118 ceph-mon[182959]: pgmap v2234: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:57 smithi192 ceph-mon[180220]: pgmap v2235: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:57 smithi118 ceph-mon[185516]: pgmap v2235: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:57 smithi118 ceph-mon[182959]: pgmap v2235: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:00:59 smithi192 ceph-mon[180220]: pgmap v2236: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:00:59 smithi118 ceph-mon[185516]: pgmap v2236: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:00:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:00:59 smithi118 ceph-mon[182959]: pgmap v2236: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:00:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:00:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:01:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:01 smithi192 ceph-mon[180220]: pgmap v2237: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:01 smithi118 ceph-mon[185516]: pgmap v2237: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:01 smithi118 ceph-mon[182959]: pgmap v2237: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:03 smithi192 ceph-mon[180220]: pgmap v2238: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:03 smithi118 ceph-mon[185516]: pgmap v2238: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:03.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:03 smithi118 ceph-mon[182959]: pgmap v2238: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:05 smithi192 ceph-mon[180220]: pgmap v2239: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:05 smithi118 ceph-mon[185516]: pgmap v2239: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:05 smithi118 ceph-mon[182959]: pgmap v2239: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:07 smithi192 ceph-mon[180220]: pgmap v2240: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:07 smithi118 ceph-mon[185516]: pgmap v2240: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:07 smithi118 ceph-mon[182959]: pgmap v2240: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:09 smithi192 ceph-mon[180220]: pgmap v2241: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:09 smithi118 ceph-mon[185516]: pgmap v2241: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:09 smithi118 ceph-mon[182959]: pgmap v2241: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:01:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:01:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:01:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:11 smithi192 ceph-mon[180220]: pgmap v2242: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:11 smithi118 ceph-mon[185516]: pgmap v2242: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:11 smithi118 ceph-mon[182959]: pgmap v2242: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:13 smithi192 ceph-mon[180220]: pgmap v2243: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:13 smithi118 ceph-mon[185516]: pgmap v2243: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:13 smithi118 ceph-mon[182959]: pgmap v2243: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:15 smithi192 ceph-mon[180220]: pgmap v2244: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:15 smithi118 ceph-mon[185516]: pgmap v2244: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:15 smithi118 ceph-mon[182959]: pgmap v2244: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:17 smithi192 ceph-mon[180220]: pgmap v2245: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:17 smithi118 ceph-mon[185516]: pgmap v2245: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:17 smithi118 ceph-mon[182959]: pgmap v2245: 137 pgs: 137 active+clean; 1.3 MiB data, 5.5 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:19 smithi192 ceph-mon[180220]: pgmap v2246: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:19 smithi118 ceph-mon[185516]: pgmap v2246: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:19 smithi118 ceph-mon[182959]: pgmap v2246: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:01:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:01:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:01:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:21 smithi118 ceph-mon[185516]: pgmap v2247: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:21 smithi118 ceph-mon[182959]: pgmap v2247: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:21 smithi192 ceph-mon[180220]: pgmap v2247: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:23 smithi118 ceph-mon[185516]: pgmap v2248: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:23 smithi118 ceph-mon[182959]: pgmap v2248: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:23 smithi192 ceph-mon[180220]: pgmap v2248: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:25 smithi118 ceph-mon[185516]: pgmap v2249: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:25.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:25 smithi118 ceph-mon[182959]: pgmap v2249: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:25 smithi192 ceph-mon[180220]: pgmap v2249: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:27 smithi118 ceph-mon[182959]: pgmap v2250: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:27.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:27 smithi118 ceph-mon[185516]: pgmap v2250: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:27 smithi192 ceph-mon[180220]: pgmap v2250: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:29 smithi118 ceph-mon[185516]: pgmap v2251: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:29.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:29 smithi118 ceph-mon[182959]: pgmap v2251: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:29 smithi192 ceph-mon[180220]: pgmap v2251: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:01:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:01:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:01:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:31 smithi118 ceph-mon[185516]: pgmap v2252: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:31 smithi118 ceph-mon[182959]: pgmap v2252: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:31 smithi192 ceph-mon[180220]: pgmap v2252: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:33 smithi118 ceph-mon[185516]: pgmap v2253: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:33 smithi118 ceph-mon[182959]: pgmap v2253: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:33 smithi192 ceph-mon[180220]: pgmap v2253: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:35 smithi118 ceph-mon[185516]: pgmap v2254: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:35 smithi118 ceph-mon[182959]: pgmap v2254: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:35 smithi192 ceph-mon[180220]: pgmap v2254: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:37 smithi118 ceph-mon[185516]: pgmap v2255: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:37 smithi118 ceph-mon[182959]: pgmap v2255: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:37 smithi192 ceph-mon[180220]: pgmap v2255: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:39 smithi118 ceph-mon[185516]: pgmap v2256: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:39 smithi118 ceph-mon[182959]: pgmap v2256: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:39 smithi192 ceph-mon[180220]: pgmap v2256: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:01:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:01:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:01:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:41 smithi118 ceph-mon[185516]: pgmap v2257: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:41 smithi118 ceph-mon[182959]: pgmap v2257: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:41 smithi192 ceph-mon[180220]: pgmap v2257: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:43 smithi118 ceph-mon[185516]: pgmap v2258: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:43 smithi118 ceph-mon[182959]: pgmap v2258: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:43 smithi192 ceph-mon[180220]: pgmap v2258: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:45 smithi118 ceph-mon[185516]: pgmap v2259: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:45.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:45 smithi118 ceph-mon[182959]: pgmap v2259: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:45 smithi192 ceph-mon[180220]: pgmap v2259: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:47 smithi118 ceph-mon[182959]: pgmap v2260: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:47.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:47 smithi118 ceph-mon[185516]: pgmap v2260: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:47 smithi192 ceph-mon[180220]: pgmap v2260: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:49 smithi118 ceph-mon[185516]: pgmap v2261: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:49 smithi118 ceph-mon[182959]: pgmap v2261: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:49 smithi192 ceph-mon[180220]: pgmap v2261: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:01:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:01:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:01:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:01:50.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:01:50.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:01:50.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:01:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[185516]: pgmap v2262: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:01:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:01:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:01:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[182959]: pgmap v2262: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:01:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:01:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:01:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:51 smithi192 ceph-mon[180220]: pgmap v2262: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:01:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:01:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:01:53.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:53 smithi118 ceph-mon[185516]: pgmap v2263: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:53.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:53 smithi118 ceph-mon[182959]: pgmap v2263: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:53 smithi192 ceph-mon[180220]: pgmap v2263: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:55 smithi118 ceph-mon[185516]: pgmap v2264: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:55 smithi118 ceph-mon[182959]: pgmap v2264: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:55 smithi192 ceph-mon[180220]: pgmap v2264: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:57 smithi118 ceph-mon[185516]: pgmap v2265: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:57 smithi118 ceph-mon[182959]: pgmap v2265: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:57 smithi192 ceph-mon[180220]: pgmap v2265: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:01:59 smithi118 ceph-mon[185516]: pgmap v2266: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:01:59 smithi118 ceph-mon[182959]: pgmap v2266: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:01:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:01:59 smithi192 ceph-mon[180220]: pgmap v2266: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:01:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:01:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:02:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:01 smithi118 ceph-mon[182959]: pgmap v2267: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:01 smithi118 ceph-mon[185516]: pgmap v2267: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:01 smithi192 ceph-mon[180220]: pgmap v2267: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:03 smithi118 ceph-mon[182959]: pgmap v2268: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:03 smithi118 ceph-mon[185516]: pgmap v2268: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:03 smithi192 ceph-mon[180220]: pgmap v2268: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:05 smithi118 ceph-mon[185516]: pgmap v2269: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:05 smithi118 ceph-mon[182959]: pgmap v2269: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:05 smithi192 ceph-mon[180220]: pgmap v2269: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:07 smithi118 ceph-mon[185516]: pgmap v2270: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:07 smithi118 ceph-mon[182959]: pgmap v2270: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:07 smithi192 ceph-mon[180220]: pgmap v2270: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:09 smithi118 ceph-mon[185516]: pgmap v2271: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:09 smithi118 ceph-mon[182959]: pgmap v2271: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:09 smithi192 ceph-mon[180220]: pgmap v2271: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:02:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:02:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:02:11.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:11 smithi118 ceph-mon[185516]: pgmap v2272: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:11.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:11 smithi118 ceph-mon[182959]: pgmap v2272: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:11 smithi192 ceph-mon[180220]: pgmap v2272: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:13 smithi118 ceph-mon[185516]: pgmap v2273: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:13 smithi118 ceph-mon[182959]: pgmap v2273: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:13 smithi192 ceph-mon[180220]: pgmap v2273: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:15 smithi118 ceph-mon[182959]: pgmap v2274: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:15 smithi118 ceph-mon[185516]: pgmap v2274: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:15 smithi192 ceph-mon[180220]: pgmap v2274: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:17 smithi118 ceph-mon[182959]: pgmap v2275: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:17 smithi118 ceph-mon[185516]: pgmap v2275: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:17 smithi192 ceph-mon[180220]: pgmap v2275: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:19 smithi118 ceph-mon[182959]: pgmap v2276: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:19 smithi118 ceph-mon[185516]: pgmap v2276: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:19 smithi192 ceph-mon[180220]: pgmap v2276: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:19.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:02:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:02:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:02:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:21 smithi118 ceph-mon[182959]: pgmap v2277: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:21.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:21 smithi118 ceph-mon[185516]: pgmap v2277: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:21 smithi192 ceph-mon[180220]: pgmap v2277: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:23 smithi118 ceph-mon[182959]: pgmap v2278: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:23 smithi118 ceph-mon[185516]: pgmap v2278: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:23 smithi192 ceph-mon[180220]: pgmap v2278: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:25 smithi118 ceph-mon[182959]: pgmap v2279: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:25 smithi118 ceph-mon[185516]: pgmap v2279: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:25 smithi192 ceph-mon[180220]: pgmap v2279: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:27 smithi118 ceph-mon[185516]: pgmap v2280: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:27.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:27 smithi118 ceph-mon[182959]: pgmap v2280: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:27 smithi192 ceph-mon[180220]: pgmap v2280: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:29 smithi118 ceph-mon[185516]: pgmap v2281: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:29 smithi118 ceph-mon[182959]: pgmap v2281: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:29 smithi192 ceph-mon[180220]: pgmap v2281: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:02:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:02:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:02:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:31 smithi118 ceph-mon[185516]: pgmap v2282: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:31.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:31 smithi118 ceph-mon[182959]: pgmap v2282: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:31 smithi192 ceph-mon[180220]: pgmap v2282: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:33 smithi118 ceph-mon[185516]: pgmap v2283: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:33.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:33 smithi118 ceph-mon[182959]: pgmap v2283: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:33 smithi192 ceph-mon[180220]: pgmap v2283: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:35 smithi118 ceph-mon[185516]: pgmap v2284: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:35 smithi118 ceph-mon[182959]: pgmap v2284: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:35 smithi192 ceph-mon[180220]: pgmap v2284: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:37 smithi118 ceph-mon[185516]: pgmap v2285: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:37.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:37 smithi118 ceph-mon[182959]: pgmap v2285: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:37 smithi192 ceph-mon[180220]: pgmap v2285: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:39 smithi118 ceph-mon[185516]: pgmap v2286: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:39 smithi118 ceph-mon[182959]: pgmap v2286: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:39 smithi192 ceph-mon[180220]: pgmap v2286: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:02:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:02:39] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T10:02:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:41 smithi118 ceph-mon[185516]: pgmap v2287: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:41 smithi118 ceph-mon[182959]: pgmap v2287: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:41 smithi192 ceph-mon[180220]: pgmap v2287: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:43 smithi118 ceph-mon[185516]: pgmap v2288: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:43 smithi118 ceph-mon[182959]: pgmap v2288: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:43 smithi192 ceph-mon[180220]: pgmap v2288: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:45 smithi118 ceph-mon[185516]: pgmap v2289: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:45 smithi118 ceph-mon[182959]: pgmap v2289: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:45 smithi192 ceph-mon[180220]: pgmap v2289: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:47 smithi118 ceph-mon[185516]: pgmap v2290: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:47 smithi118 ceph-mon[182959]: pgmap v2290: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:47 smithi192 ceph-mon[180220]: pgmap v2290: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:49 smithi118 ceph-mon[185516]: pgmap v2291: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:49 smithi118 ceph-mon[182959]: pgmap v2291: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:49 smithi192 ceph-mon[180220]: pgmap v2291: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:02:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:02:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:02:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:02:51.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[185516]: pgmap v2292: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:51.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:02:51.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:02:51.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:02:51.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:02:51.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[182959]: pgmap v2292: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:51.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:02:51.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:02:51.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:02:51.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:02:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:51 smithi192 ceph-mon[180220]: pgmap v2292: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:02:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:02:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:02:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:02:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:53 smithi118 ceph-mon[185516]: pgmap v2293: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:53 smithi118 ceph-mon[182959]: pgmap v2293: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:53 smithi192 ceph-mon[180220]: pgmap v2293: 137 pgs: 137 active+clean; 1.3 MiB data, 5.6 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:55 smithi118 ceph-mon[185516]: pgmap v2294: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:55 smithi118 ceph-mon[182959]: pgmap v2294: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:55 smithi192 ceph-mon[180220]: pgmap v2294: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:57 smithi118 ceph-mon[185516]: pgmap v2295: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:57 smithi118 ceph-mon[182959]: pgmap v2295: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:57 smithi192 ceph-mon[180220]: pgmap v2295: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:02:59 smithi118 ceph-mon[185516]: pgmap v2296: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:02:59 smithi118 ceph-mon[182959]: pgmap v2296: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:02:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:02:59 smithi192 ceph-mon[180220]: pgmap v2296: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:02:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:02:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:03:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:01 smithi118 ceph-mon[185516]: pgmap v2297: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:01 smithi118 ceph-mon[182959]: pgmap v2297: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:01 smithi192 ceph-mon[180220]: pgmap v2297: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:03 smithi118 ceph-mon[185516]: pgmap v2298: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:03 smithi118 ceph-mon[182959]: pgmap v2298: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:03 smithi192 ceph-mon[180220]: pgmap v2298: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:05 smithi118 ceph-mon[185516]: pgmap v2299: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:05 smithi118 ceph-mon[182959]: pgmap v2299: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:05 smithi192 ceph-mon[180220]: pgmap v2299: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:07 smithi118 ceph-mon[185516]: pgmap v2300: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:07 smithi118 ceph-mon[182959]: pgmap v2300: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:07 smithi192 ceph-mon[180220]: pgmap v2300: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:09 smithi118 ceph-mon[185516]: pgmap v2301: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:09 smithi118 ceph-mon[182959]: pgmap v2301: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:09 smithi192 ceph-mon[180220]: pgmap v2301: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:03:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:03:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:03:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:11 smithi118 ceph-mon[182959]: pgmap v2302: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:11 smithi118 ceph-mon[185516]: pgmap v2302: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:11 smithi192 ceph-mon[180220]: pgmap v2302: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:13 smithi118 ceph-mon[185516]: pgmap v2303: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:13 smithi118 ceph-mon[182959]: pgmap v2303: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:13 smithi192 ceph-mon[180220]: pgmap v2303: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:15 smithi118 ceph-mon[185516]: pgmap v2304: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:15.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:15 smithi118 ceph-mon[182959]: pgmap v2304: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:15 smithi192 ceph-mon[180220]: pgmap v2304: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:17 smithi118 ceph-mon[185516]: pgmap v2305: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:17 smithi118 ceph-mon[182959]: pgmap v2305: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:17 smithi192 ceph-mon[180220]: pgmap v2305: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:19 smithi118 ceph-mon[185516]: pgmap v2306: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:19 smithi118 ceph-mon[182959]: pgmap v2306: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:19 smithi192 ceph-mon[180220]: pgmap v2306: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:03:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:03:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:03:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:21 smithi118 ceph-mon[185516]: pgmap v2307: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:21.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:21 smithi118 ceph-mon[182959]: pgmap v2307: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:21 smithi192 ceph-mon[180220]: pgmap v2307: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:23 smithi192 ceph-mon[180220]: pgmap v2308: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:23 smithi118 ceph-mon[185516]: pgmap v2308: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:23 smithi118 ceph-mon[182959]: pgmap v2308: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:25 smithi192 ceph-mon[180220]: pgmap v2309: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:25 smithi118 ceph-mon[185516]: pgmap v2309: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:25 smithi118 ceph-mon[182959]: pgmap v2309: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:27 smithi192 ceph-mon[180220]: pgmap v2310: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:27 smithi118 ceph-mon[185516]: pgmap v2310: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:27 smithi118 ceph-mon[182959]: pgmap v2310: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:29 smithi192 ceph-mon[180220]: pgmap v2311: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:29 smithi118 ceph-mon[185516]: pgmap v2311: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:29 smithi118 ceph-mon[182959]: pgmap v2311: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:03:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:03:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:03:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:31 smithi192 ceph-mon[180220]: pgmap v2312: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:31 smithi118 ceph-mon[185516]: pgmap v2312: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:31 smithi118 ceph-mon[182959]: pgmap v2312: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:33 smithi192 ceph-mon[180220]: pgmap v2313: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:33 smithi118 ceph-mon[185516]: pgmap v2313: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:33 smithi118 ceph-mon[182959]: pgmap v2313: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:35.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:35 smithi192 ceph-mon[180220]: pgmap v2314: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:35 smithi118 ceph-mon[182959]: pgmap v2314: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:35 smithi118 ceph-mon[185516]: pgmap v2314: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:37 smithi192 ceph-mon[180220]: pgmap v2315: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:37 smithi118 ceph-mon[185516]: pgmap v2315: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:37 smithi118 ceph-mon[182959]: pgmap v2315: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:39 smithi192 ceph-mon[180220]: pgmap v2316: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:39 smithi118 ceph-mon[185516]: pgmap v2316: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:39 smithi118 ceph-mon[182959]: pgmap v2316: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:03:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:03:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:03:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:41 smithi192 ceph-mon[180220]: pgmap v2317: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:41 smithi118 ceph-mon[185516]: pgmap v2317: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:41 smithi118 ceph-mon[182959]: pgmap v2317: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:43 smithi192 ceph-mon[180220]: pgmap v2318: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:43 smithi118 ceph-mon[185516]: pgmap v2318: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:43 smithi118 ceph-mon[182959]: pgmap v2318: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:45 smithi192 ceph-mon[180220]: pgmap v2319: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:45 smithi118 ceph-mon[185516]: pgmap v2319: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:45 smithi118 ceph-mon[182959]: pgmap v2319: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:47 smithi192 ceph-mon[180220]: pgmap v2320: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:47 smithi118 ceph-mon[185516]: pgmap v2320: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:47 smithi118 ceph-mon[182959]: pgmap v2320: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:49 smithi192 ceph-mon[180220]: pgmap v2321: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:49 smithi118 ceph-mon[185516]: pgmap v2321: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:49 smithi118 ceph-mon[182959]: pgmap v2321: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:03:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:03:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:03:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:03:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:51 smithi192 ceph-mon[180220]: pgmap v2322: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:51.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:03:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:51 smithi118 ceph-mon[185516]: pgmap v2322: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:03:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:51 smithi118 ceph-mon[182959]: pgmap v2322: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:03:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:03:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:03:52.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:03:52.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:03:52.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:03:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:53 smithi192 ceph-mon[180220]: pgmap v2323: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:53 smithi118 ceph-mon[185516]: pgmap v2323: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:53 smithi118 ceph-mon[182959]: pgmap v2323: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:03:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:55 smithi192 ceph-mon[180220]: pgmap v2324: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:55.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:55 smithi118 ceph-mon[185516]: pgmap v2324: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:55 smithi118 ceph-mon[182959]: pgmap v2324: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:57 smithi192 ceph-mon[180220]: pgmap v2325: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:57 smithi118 ceph-mon[185516]: pgmap v2325: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:57 smithi118 ceph-mon[182959]: pgmap v2325: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:03:59 smithi192 ceph-mon[180220]: pgmap v2326: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:03:59 smithi118 ceph-mon[182959]: pgmap v2326: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:03:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:03:59 smithi118 ceph-mon[185516]: pgmap v2326: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:03:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:03:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:04:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:01 smithi192 ceph-mon[180220]: pgmap v2327: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:01 smithi118 ceph-mon[185516]: pgmap v2327: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:01 smithi118 ceph-mon[182959]: pgmap v2327: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:03 smithi192 ceph-mon[180220]: pgmap v2328: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:03 smithi118 ceph-mon[185516]: pgmap v2328: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:03 smithi118 ceph-mon[182959]: pgmap v2328: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:05 smithi192 ceph-mon[180220]: pgmap v2329: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:05 smithi118 ceph-mon[185516]: pgmap v2329: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:05 smithi118 ceph-mon[182959]: pgmap v2329: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:07 smithi192 ceph-mon[180220]: pgmap v2330: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:07 smithi118 ceph-mon[185516]: pgmap v2330: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:07 smithi118 ceph-mon[182959]: pgmap v2330: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:09 smithi192 ceph-mon[180220]: pgmap v2331: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:09 smithi118 ceph-mon[185516]: pgmap v2331: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:09 smithi118 ceph-mon[182959]: pgmap v2331: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:04:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:04:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:04:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:11 smithi192 ceph-mon[180220]: pgmap v2332: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:11 smithi118 ceph-mon[185516]: pgmap v2332: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:11 smithi118 ceph-mon[182959]: pgmap v2332: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:13 smithi192 ceph-mon[180220]: pgmap v2333: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:13 smithi118 ceph-mon[185516]: pgmap v2333: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:13 smithi118 ceph-mon[182959]: pgmap v2333: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:15 smithi192 ceph-mon[180220]: pgmap v2334: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:15 smithi118 ceph-mon[185516]: pgmap v2334: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:15 smithi118 ceph-mon[182959]: pgmap v2334: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:17 smithi118 ceph-mon[185516]: pgmap v2335: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:17 smithi118 ceph-mon[182959]: pgmap v2335: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:17 smithi192 ceph-mon[180220]: pgmap v2335: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:19 smithi118 ceph-mon[185516]: pgmap v2336: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:19 smithi118 ceph-mon[182959]: pgmap v2336: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:19 smithi192 ceph-mon[180220]: pgmap v2336: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:04:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:04:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:04:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:21 smithi118 ceph-mon[185516]: pgmap v2337: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:21 smithi118 ceph-mon[182959]: pgmap v2337: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:21 smithi192 ceph-mon[180220]: pgmap v2337: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:23 smithi118 ceph-mon[185516]: pgmap v2338: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:23 smithi118 ceph-mon[182959]: pgmap v2338: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:23 smithi192 ceph-mon[180220]: pgmap v2338: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:25 smithi118 ceph-mon[185516]: pgmap v2339: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:25 smithi118 ceph-mon[182959]: pgmap v2339: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:25 smithi192 ceph-mon[180220]: pgmap v2339: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:27 smithi118 ceph-mon[185516]: pgmap v2340: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:27 smithi118 ceph-mon[182959]: pgmap v2340: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:27 smithi192 ceph-mon[180220]: pgmap v2340: 137 pgs: 137 active+clean; 1.3 MiB data, 5.7 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:28.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:28 smithi118 ceph-mon[185516]: pgmap v2341: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:28.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:28 smithi118 ceph-mon[182959]: pgmap v2341: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:28.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:28 smithi192 ceph-mon[180220]: pgmap v2341: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:04:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:04:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:04:31.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:30 smithi118 ceph-mon[185516]: pgmap v2342: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:30 smithi118 ceph-mon[182959]: pgmap v2342: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:30 smithi192 ceph-mon[180220]: pgmap v2342: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:33.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:33 smithi118 ceph-mon[185516]: pgmap v2343: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:33.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:33 smithi118 ceph-mon[182959]: pgmap v2343: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:33 smithi192 ceph-mon[180220]: pgmap v2343: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:34.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:35 smithi118 ceph-mon[185516]: pgmap v2344: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:35 smithi118 ceph-mon[182959]: pgmap v2344: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:35 smithi192 ceph-mon[180220]: pgmap v2344: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:37 smithi118 ceph-mon[185516]: pgmap v2345: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:37.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:37 smithi118 ceph-mon[182959]: pgmap v2345: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:37 smithi192 ceph-mon[180220]: pgmap v2345: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:39.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:39 smithi118 ceph-mon[185516]: pgmap v2346: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:39.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:39 smithi118 ceph-mon[182959]: pgmap v2346: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:39 smithi192 ceph-mon[180220]: pgmap v2346: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:04:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:04:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:04:41.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:41 smithi118 ceph-mon[185516]: pgmap v2347: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:41.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:41 smithi118 ceph-mon[182959]: pgmap v2347: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:41 smithi192 ceph-mon[180220]: pgmap v2347: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:43 smithi118 ceph-mon[185516]: pgmap v2348: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:43.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:43 smithi118 ceph-mon[182959]: pgmap v2348: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:43 smithi192 ceph-mon[180220]: pgmap v2348: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:45.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:45 smithi118 ceph-mon[185516]: pgmap v2349: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:45.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:45 smithi118 ceph-mon[182959]: pgmap v2349: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:45 smithi192 ceph-mon[180220]: pgmap v2349: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:47 smithi118 ceph-mon[185516]: pgmap v2350: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:47.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:47 smithi118 ceph-mon[182959]: pgmap v2350: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:47 smithi192 ceph-mon[180220]: pgmap v2350: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:49 smithi118 ceph-mon[185516]: pgmap v2351: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:49 smithi118 ceph-mon[182959]: pgmap v2351: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:49.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:49 smithi192 ceph-mon[180220]: pgmap v2351: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:04:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:04:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:04:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:04:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:51 smithi118 ceph-mon[185516]: pgmap v2352: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:51 smithi118 ceph-mon[182959]: pgmap v2352: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:51 smithi192 ceph-mon[180220]: pgmap v2352: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:52.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:04:52.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:04:52.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:04:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:53 smithi192 ceph-mon[180220]: pgmap v2353: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:04:53.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:04:53.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:04:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[185516]: pgmap v2353: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:04:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:04:53.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:04:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[182959]: pgmap v2353: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:04:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:04:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:04:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:55 smithi192 ceph-mon[180220]: pgmap v2354: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:55 smithi118 ceph-mon[185516]: pgmap v2354: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:55 smithi118 ceph-mon[182959]: pgmap v2354: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:57 smithi192 ceph-mon[180220]: pgmap v2355: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:57 smithi118 ceph-mon[185516]: pgmap v2355: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:57 smithi118 ceph-mon[182959]: pgmap v2355: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:04:59 smithi192 ceph-mon[180220]: pgmap v2356: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:59.463 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 10:04:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T10:04:59.090348009Z level=info msg="Completed cleanup jobs" duration=12.595387ms 2023-09-30T10:04:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:04:59 smithi118 ceph-mon[185516]: pgmap v2356: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:04:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:04:59 smithi118 ceph-mon[182959]: pgmap v2356: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:04:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:04:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:05:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:01 smithi192 ceph-mon[180220]: pgmap v2357: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:01 smithi118 ceph-mon[185516]: pgmap v2357: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:01 smithi118 ceph-mon[182959]: pgmap v2357: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:03.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:03 smithi192 ceph-mon[180220]: pgmap v2358: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:03 smithi118 ceph-mon[185516]: pgmap v2358: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:03.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:03 smithi118 ceph-mon[182959]: pgmap v2358: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:05 smithi192 ceph-mon[180220]: pgmap v2359: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:05 smithi118 ceph-mon[185516]: pgmap v2359: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:05 smithi118 ceph-mon[182959]: pgmap v2359: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:07 smithi192 ceph-mon[180220]: pgmap v2360: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:07 smithi118 ceph-mon[185516]: pgmap v2360: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:07 smithi118 ceph-mon[182959]: pgmap v2360: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:09 smithi192 ceph-mon[180220]: pgmap v2361: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:09 smithi118 ceph-mon[185516]: pgmap v2361: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:09 smithi118 ceph-mon[182959]: pgmap v2361: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:10.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:05:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:05:09] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:05:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:11 smithi192 ceph-mon[180220]: pgmap v2362: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:11 smithi118 ceph-mon[185516]: pgmap v2362: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:11 smithi118 ceph-mon[182959]: pgmap v2362: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:13 smithi192 ceph-mon[180220]: pgmap v2363: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:13 smithi118 ceph-mon[185516]: pgmap v2363: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:13 smithi118 ceph-mon[182959]: pgmap v2363: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:15 smithi192 ceph-mon[180220]: pgmap v2364: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:15 smithi118 ceph-mon[185516]: pgmap v2364: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:15 smithi118 ceph-mon[182959]: pgmap v2364: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:17 smithi192 ceph-mon[180220]: pgmap v2365: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:17 smithi118 ceph-mon[185516]: pgmap v2365: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:17 smithi118 ceph-mon[182959]: pgmap v2365: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:19.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:19 smithi192 ceph-mon[180220]: pgmap v2366: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:19.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:19 smithi118 ceph-mon[185516]: pgmap v2366: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:19 smithi118 ceph-mon[182959]: pgmap v2366: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:19.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:05:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:05:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:05:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:21 smithi192 ceph-mon[180220]: pgmap v2367: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:21 smithi118 ceph-mon[185516]: pgmap v2367: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:21 smithi118 ceph-mon[182959]: pgmap v2367: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:23 smithi192 ceph-mon[180220]: pgmap v2368: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:23 smithi118 ceph-mon[182959]: pgmap v2368: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:23 smithi118 ceph-mon[185516]: pgmap v2368: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:25.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:25 smithi192 ceph-mon[180220]: pgmap v2369: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:25 smithi118 ceph-mon[182959]: pgmap v2369: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:25.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:25 smithi118 ceph-mon[185516]: pgmap v2369: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:27 smithi192 ceph-mon[180220]: pgmap v2370: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:27 smithi118 ceph-mon[182959]: pgmap v2370: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:27 smithi118 ceph-mon[185516]: pgmap v2370: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:29 smithi192 ceph-mon[180220]: pgmap v2371: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:29.691 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:29 smithi118 ceph-mon[182959]: pgmap v2371: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:29.691 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:29 smithi118 ceph-mon[185516]: pgmap v2371: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:05:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:05:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:05:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:31 smithi192 ceph-mon[180220]: pgmap v2372: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:31 smithi118 ceph-mon[182959]: pgmap v2372: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:31.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:31 smithi118 ceph-mon[185516]: pgmap v2372: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:33 smithi192 ceph-mon[180220]: pgmap v2373: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:33 smithi118 ceph-mon[185516]: pgmap v2373: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:33 smithi118 ceph-mon[182959]: pgmap v2373: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:35 smithi192 ceph-mon[180220]: pgmap v2374: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:35 smithi118 ceph-mon[185516]: pgmap v2374: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:35 smithi118 ceph-mon[182959]: pgmap v2374: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:37 smithi192 ceph-mon[180220]: pgmap v2375: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:37 smithi118 ceph-mon[185516]: pgmap v2375: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:37 smithi118 ceph-mon[182959]: pgmap v2375: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:39 smithi192 ceph-mon[180220]: pgmap v2376: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:39 smithi118 ceph-mon[185516]: pgmap v2376: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:39 smithi118 ceph-mon[182959]: pgmap v2376: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:05:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:05:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T10:05:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:41 smithi192 ceph-mon[180220]: pgmap v2377: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:41 smithi118 ceph-mon[185516]: pgmap v2377: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:41 smithi118 ceph-mon[182959]: pgmap v2377: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:43 smithi192 ceph-mon[180220]: pgmap v2378: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:43 smithi118 ceph-mon[185516]: pgmap v2378: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:43 smithi118 ceph-mon[182959]: pgmap v2378: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:45 smithi192 ceph-mon[180220]: pgmap v2379: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:45 smithi118 ceph-mon[185516]: pgmap v2379: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:45 smithi118 ceph-mon[182959]: pgmap v2379: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:47.464 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:47 smithi192 ceph-mon[180220]: pgmap v2380: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:47.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:47 smithi118 ceph-mon[185516]: pgmap v2380: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:47.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:47 smithi118 ceph-mon[182959]: pgmap v2380: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:49 smithi192 ceph-mon[180220]: pgmap v2381: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:49 smithi118 ceph-mon[185516]: pgmap v2381: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:49 smithi118 ceph-mon[182959]: pgmap v2381: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:05:50.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:05:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:05:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:05:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:51 smithi192 ceph-mon[180220]: pgmap v2382: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:51 smithi118 ceph-mon[185516]: pgmap v2382: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:51.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:51 smithi118 ceph-mon[182959]: pgmap v2382: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:53 smithi192 ceph-mon[180220]: pgmap v2383: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:53.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:05:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:53 smithi118 ceph-mon[182959]: pgmap v2383: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:05:53.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:53 smithi118 ceph-mon[185516]: pgmap v2383: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:53.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:05:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:55 smithi192 ceph-mon[180220]: pgmap v2384: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[185516]: pgmap v2384: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[182959]: pgmap v2384: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:55.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:56.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:05:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:05:56.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:56.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:05:56.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:05:56.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:05:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:05:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:05:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:57 smithi118 ceph-mon[185516]: pgmap v2385: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:57 smithi118 ceph-mon[182959]: pgmap v2385: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:57 smithi192 ceph-mon[180220]: pgmap v2385: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:59.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:05:59 smithi118 ceph-mon[185516]: pgmap v2386: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:59.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:05:59 smithi118 ceph-mon[182959]: pgmap v2386: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:05:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:05:59 smithi192 ceph-mon[180220]: pgmap v2386: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:05:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:06:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:01 smithi118 ceph-mon[185516]: pgmap v2387: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:01 smithi118 ceph-mon[182959]: pgmap v2387: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:01 smithi192 ceph-mon[180220]: pgmap v2387: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:03 smithi118 ceph-mon[185516]: pgmap v2388: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:03 smithi118 ceph-mon[182959]: pgmap v2388: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:03 smithi192 ceph-mon[180220]: pgmap v2388: 137 pgs: 137 active+clean; 1.3 MiB data, 5.8 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:05 smithi118 ceph-mon[185516]: pgmap v2389: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:05 smithi118 ceph-mon[182959]: pgmap v2389: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:05 smithi192 ceph-mon[180220]: pgmap v2389: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:07.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:07 smithi118 ceph-mon[185516]: pgmap v2390: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:07 smithi118 ceph-mon[182959]: pgmap v2390: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:07 smithi192 ceph-mon[180220]: pgmap v2390: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:09 smithi118 ceph-mon[185516]: pgmap v2391: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:09 smithi118 ceph-mon[182959]: pgmap v2391: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:09 smithi192 ceph-mon[180220]: pgmap v2391: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:06:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:06:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:06:11.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:11 smithi118 ceph-mon[185516]: pgmap v2392: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:11 smithi118 ceph-mon[182959]: pgmap v2392: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:11 smithi192 ceph-mon[180220]: pgmap v2392: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:13 smithi118 ceph-mon[185516]: pgmap v2393: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:13 smithi118 ceph-mon[182959]: pgmap v2393: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:13 smithi192 ceph-mon[180220]: pgmap v2393: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:15 smithi118 ceph-mon[185516]: pgmap v2394: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:15 smithi118 ceph-mon[182959]: pgmap v2394: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:15 smithi192 ceph-mon[180220]: pgmap v2394: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:17 smithi192 ceph-mon[180220]: pgmap v2395: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:17 smithi118 ceph-mon[185516]: pgmap v2395: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:17 smithi118 ceph-mon[182959]: pgmap v2395: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:19 smithi192 ceph-mon[180220]: pgmap v2396: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:19 smithi118 ceph-mon[185516]: pgmap v2396: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:19 smithi118 ceph-mon[182959]: pgmap v2396: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:06:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:06:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:06:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:21 smithi192 ceph-mon[180220]: pgmap v2397: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:21 smithi118 ceph-mon[185516]: pgmap v2397: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:21 smithi118 ceph-mon[182959]: pgmap v2397: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:23 smithi192 ceph-mon[180220]: pgmap v2398: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:23 smithi118 ceph-mon[185516]: pgmap v2398: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:23 smithi118 ceph-mon[182959]: pgmap v2398: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:25 smithi192 ceph-mon[180220]: pgmap v2399: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:25 smithi118 ceph-mon[185516]: pgmap v2399: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:25 smithi118 ceph-mon[182959]: pgmap v2399: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:27 smithi192 ceph-mon[180220]: pgmap v2400: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:27 smithi118 ceph-mon[185516]: pgmap v2400: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:27 smithi118 ceph-mon[182959]: pgmap v2400: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:29 smithi192 ceph-mon[180220]: pgmap v2401: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:29 smithi118 ceph-mon[185516]: pgmap v2401: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:29 smithi118 ceph-mon[182959]: pgmap v2401: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:06:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:06:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:06:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:31 smithi192 ceph-mon[180220]: pgmap v2402: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:31 smithi118 ceph-mon[185516]: pgmap v2402: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:31 smithi118 ceph-mon[182959]: pgmap v2402: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:33 smithi192 ceph-mon[180220]: pgmap v2403: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:33 smithi118 ceph-mon[185516]: pgmap v2403: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:33 smithi118 ceph-mon[182959]: pgmap v2403: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:35 smithi192 ceph-mon[180220]: pgmap v2404: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:35 smithi118 ceph-mon[185516]: pgmap v2404: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:35 smithi118 ceph-mon[182959]: pgmap v2404: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:37 smithi192 ceph-mon[180220]: pgmap v2405: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:37 smithi118 ceph-mon[185516]: pgmap v2405: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:37 smithi118 ceph-mon[182959]: pgmap v2405: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:39 smithi192 ceph-mon[180220]: pgmap v2406: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:39 smithi118 ceph-mon[185516]: pgmap v2406: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:39 smithi118 ceph-mon[182959]: pgmap v2406: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:06:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:06:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:06:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:41 smithi192 ceph-mon[180220]: pgmap v2407: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:41 smithi118 ceph-mon[185516]: pgmap v2407: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:41.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:41 smithi118 ceph-mon[182959]: pgmap v2407: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:43 smithi192 ceph-mon[180220]: pgmap v2408: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:43 smithi118 ceph-mon[185516]: pgmap v2408: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:43 smithi118 ceph-mon[182959]: pgmap v2408: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:45 smithi192 ceph-mon[180220]: pgmap v2409: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:45 smithi118 ceph-mon[185516]: pgmap v2409: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:45 smithi118 ceph-mon[182959]: pgmap v2409: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:47 smithi192 ceph-mon[180220]: pgmap v2410: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:47 smithi118 ceph-mon[185516]: pgmap v2410: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:47 smithi118 ceph-mon[182959]: pgmap v2410: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:49 smithi192 ceph-mon[180220]: pgmap v2411: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:49 smithi118 ceph-mon[185516]: pgmap v2411: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:49 smithi118 ceph-mon[182959]: pgmap v2411: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:06:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:06:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:06:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:06:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:51 smithi192 ceph-mon[180220]: pgmap v2412: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:51 smithi118 ceph-mon[185516]: pgmap v2412: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:51 smithi118 ceph-mon[182959]: pgmap v2412: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:53 smithi192 ceph-mon[180220]: pgmap v2413: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:53 smithi118 ceph-mon[185516]: pgmap v2413: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:53 smithi118 ceph-mon[182959]: pgmap v2413: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:55 smithi192 ceph-mon[180220]: pgmap v2414: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:55 smithi118 ceph-mon[185516]: pgmap v2414: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:55 smithi118 ceph-mon[182959]: pgmap v2414: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:56.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:06:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:06:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:06:56.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:06:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:06:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:06:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:06:56.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:06:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:06:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:06:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:06:56.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:06:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:57 smithi192 ceph-mon[180220]: pgmap v2415: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:57 smithi118 ceph-mon[185516]: pgmap v2415: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:57 smithi118 ceph-mon[182959]: pgmap v2415: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:06:59 smithi192 ceph-mon[180220]: pgmap v2416: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:06:59 smithi118 ceph-mon[185516]: pgmap v2416: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:06:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:06:59 smithi118 ceph-mon[182959]: pgmap v2416: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:06:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:06:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:07:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:01 smithi192 ceph-mon[180220]: pgmap v2417: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:01 smithi118 ceph-mon[185516]: pgmap v2417: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:01 smithi118 ceph-mon[182959]: pgmap v2417: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:03.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:03 smithi192 ceph-mon[180220]: pgmap v2418: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:03 smithi118 ceph-mon[185516]: pgmap v2418: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:03 smithi118 ceph-mon[182959]: pgmap v2418: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:05 smithi192 ceph-mon[180220]: pgmap v2419: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:05 smithi118 ceph-mon[185516]: pgmap v2419: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:05 smithi118 ceph-mon[182959]: pgmap v2419: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:07 smithi192 ceph-mon[180220]: pgmap v2420: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:07 smithi118 ceph-mon[185516]: pgmap v2420: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:07 smithi118 ceph-mon[182959]: pgmap v2420: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:09 smithi192 ceph-mon[180220]: pgmap v2421: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:09 smithi118 ceph-mon[182959]: pgmap v2421: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:09 smithi118 ceph-mon[185516]: pgmap v2421: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:07:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:07:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:07:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:11 smithi192 ceph-mon[180220]: pgmap v2422: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:11 smithi118 ceph-mon[185516]: pgmap v2422: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:11.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:11 smithi118 ceph-mon[182959]: pgmap v2422: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:13 smithi192 ceph-mon[180220]: pgmap v2423: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:13 smithi118 ceph-mon[185516]: pgmap v2423: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:13 smithi118 ceph-mon[182959]: pgmap v2423: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:15 smithi192 ceph-mon[180220]: pgmap v2424: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:15.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:15 smithi118 ceph-mon[185516]: pgmap v2424: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:15.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:15 smithi118 ceph-mon[182959]: pgmap v2424: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:17 smithi192 ceph-mon[180220]: pgmap v2425: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:17 smithi118 ceph-mon[185516]: pgmap v2425: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:17 smithi118 ceph-mon[182959]: pgmap v2425: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:19 smithi192 ceph-mon[180220]: pgmap v2426: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:19 smithi118 ceph-mon[185516]: pgmap v2426: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:19.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:19 smithi118 ceph-mon[182959]: pgmap v2426: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:19.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:07:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:07:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:07:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:21 smithi192 ceph-mon[180220]: pgmap v2427: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:21 smithi118 ceph-mon[185516]: pgmap v2427: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:21 smithi118 ceph-mon[182959]: pgmap v2427: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:23.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:23 smithi192 ceph-mon[180220]: pgmap v2428: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:23 smithi118 ceph-mon[185516]: pgmap v2428: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:23 smithi118 ceph-mon[182959]: pgmap v2428: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:25 smithi192 ceph-mon[180220]: pgmap v2429: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:25 smithi118 ceph-mon[182959]: pgmap v2429: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:25 smithi118 ceph-mon[185516]: pgmap v2429: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:27 smithi192 ceph-mon[180220]: pgmap v2430: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:27 smithi118 ceph-mon[182959]: pgmap v2430: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:27 smithi118 ceph-mon[185516]: pgmap v2430: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:29 smithi192 ceph-mon[180220]: pgmap v2431: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:29 smithi118 ceph-mon[182959]: pgmap v2431: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:29 smithi118 ceph-mon[185516]: pgmap v2431: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:07:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:07:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:31 smithi192 ceph-mon[180220]: pgmap v2432: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:31 smithi118 ceph-mon[185516]: pgmap v2432: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:31 smithi118 ceph-mon[182959]: pgmap v2432: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:33 smithi192 ceph-mon[180220]: pgmap v2433: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:33 smithi118 ceph-mon[182959]: pgmap v2433: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:33 smithi118 ceph-mon[185516]: pgmap v2433: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:35 smithi192 ceph-mon[180220]: pgmap v2434: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:35 smithi118 ceph-mon[182959]: pgmap v2434: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:35 smithi118 ceph-mon[185516]: pgmap v2434: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:37 smithi192 ceph-mon[180220]: pgmap v2435: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:37 smithi118 ceph-mon[182959]: pgmap v2435: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:37 smithi118 ceph-mon[185516]: pgmap v2435: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:39 smithi192 ceph-mon[180220]: pgmap v2436: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:39.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:39 smithi118 ceph-mon[185516]: pgmap v2436: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:39.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:39 smithi118 ceph-mon[182959]: pgmap v2436: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:07:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:07:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:07:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:41 smithi192 ceph-mon[180220]: pgmap v2437: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:41 smithi118 ceph-mon[185516]: pgmap v2437: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:41 smithi118 ceph-mon[182959]: pgmap v2437: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:43 smithi192 ceph-mon[180220]: pgmap v2438: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:43 smithi118 ceph-mon[185516]: pgmap v2438: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:43 smithi118 ceph-mon[182959]: pgmap v2438: 137 pgs: 137 active+clean; 1.3 MiB data, 5.9 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:45 smithi192 ceph-mon[180220]: pgmap v2439: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:45 smithi118 ceph-mon[185516]: pgmap v2439: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:45 smithi118 ceph-mon[182959]: pgmap v2439: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:47 smithi192 ceph-mon[180220]: pgmap v2440: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:47.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:47 smithi118 ceph-mon[185516]: pgmap v2440: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:47 smithi118 ceph-mon[182959]: pgmap v2440: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:49 smithi192 ceph-mon[180220]: pgmap v2441: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:49.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:49 smithi118 ceph-mon[185516]: pgmap v2441: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:49.800 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:49.800 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:49 smithi118 ceph-mon[182959]: pgmap v2441: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:49.800 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:07:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:07:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:07:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:07:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:51 smithi192 ceph-mon[180220]: pgmap v2442: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:51 smithi118 ceph-mon[185516]: pgmap v2442: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:51 smithi118 ceph-mon[182959]: pgmap v2442: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:53 smithi192 ceph-mon[180220]: pgmap v2443: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:53 smithi118 ceph-mon[185516]: pgmap v2443: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:53 smithi118 ceph-mon[182959]: pgmap v2443: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:55 smithi192 ceph-mon[180220]: pgmap v2444: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:55 smithi118 ceph-mon[185516]: pgmap v2444: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:55 smithi118 ceph-mon[182959]: pgmap v2444: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:56.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:07:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:07:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:07:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:57 smithi192 ceph-mon[180220]: pgmap v2445: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:58.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:07:58.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:07:58.050 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:07:58.051 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[185516]: pgmap v2445: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:58.051 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:07:58.054 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:07:58.054 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:07:58.054 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[182959]: pgmap v2445: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:58.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:07:58.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:07:58.055 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:07:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:07:59 smithi192 ceph-mon[180220]: pgmap v2446: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:07:59 smithi118 ceph-mon[185516]: pgmap v2446: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:07:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:07:59 smithi118 ceph-mon[182959]: pgmap v2446: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:00.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:07:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:07:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:08:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:01 smithi192 ceph-mon[180220]: pgmap v2447: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:01 smithi118 ceph-mon[185516]: pgmap v2447: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:01 smithi118 ceph-mon[182959]: pgmap v2447: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:03 smithi192 ceph-mon[180220]: pgmap v2448: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:03 smithi118 ceph-mon[185516]: pgmap v2448: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:03 smithi118 ceph-mon[182959]: pgmap v2448: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:05 smithi118 ceph-mon[185516]: pgmap v2449: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:05 smithi118 ceph-mon[182959]: pgmap v2449: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:05 smithi192 ceph-mon[180220]: pgmap v2449: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:07 smithi118 ceph-mon[185516]: pgmap v2450: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:07 smithi118 ceph-mon[182959]: pgmap v2450: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:07 smithi192 ceph-mon[180220]: pgmap v2450: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:09 smithi118 ceph-mon[185516]: pgmap v2451: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:09 smithi118 ceph-mon[182959]: pgmap v2451: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:09 smithi192 ceph-mon[180220]: pgmap v2451: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:08:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:08:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:08:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:11 smithi118 ceph-mon[185516]: pgmap v2452: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:11 smithi118 ceph-mon[182959]: pgmap v2452: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:11 smithi192 ceph-mon[180220]: pgmap v2452: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:13 smithi118 ceph-mon[185516]: pgmap v2453: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:13 smithi118 ceph-mon[182959]: pgmap v2453: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:13 smithi192 ceph-mon[180220]: pgmap v2453: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:15 smithi118 ceph-mon[185516]: pgmap v2454: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:15 smithi118 ceph-mon[182959]: pgmap v2454: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:15 smithi192 ceph-mon[180220]: pgmap v2454: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:17 smithi118 ceph-mon[185516]: pgmap v2455: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:17 smithi118 ceph-mon[182959]: pgmap v2455: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:17 smithi192 ceph-mon[180220]: pgmap v2455: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:19 smithi118 ceph-mon[185516]: pgmap v2456: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:19 smithi118 ceph-mon[182959]: pgmap v2456: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:19 smithi192 ceph-mon[180220]: pgmap v2456: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:08:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:08:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:08:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:21 smithi118 ceph-mon[182959]: pgmap v2457: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:21 smithi118 ceph-mon[185516]: pgmap v2457: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:21 smithi192 ceph-mon[180220]: pgmap v2457: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:23 smithi118 ceph-mon[182959]: pgmap v2458: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:23 smithi118 ceph-mon[185516]: pgmap v2458: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:23 smithi192 ceph-mon[180220]: pgmap v2458: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:25 smithi118 ceph-mon[182959]: pgmap v2459: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:25 smithi118 ceph-mon[185516]: pgmap v2459: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:25 smithi192 ceph-mon[180220]: pgmap v2459: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:27 smithi118 ceph-mon[182959]: pgmap v2460: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:27 smithi118 ceph-mon[185516]: pgmap v2460: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:27 smithi192 ceph-mon[180220]: pgmap v2460: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:29 smithi118 ceph-mon[185516]: pgmap v2461: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:29 smithi118 ceph-mon[182959]: pgmap v2461: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:29 smithi192 ceph-mon[180220]: pgmap v2461: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:08:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:08:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:08:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:31 smithi118 ceph-mon[185516]: pgmap v2462: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:31 smithi118 ceph-mon[182959]: pgmap v2462: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:31 smithi192 ceph-mon[180220]: pgmap v2462: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:33 smithi118 ceph-mon[185516]: pgmap v2463: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:33 smithi118 ceph-mon[182959]: pgmap v2463: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:33 smithi192 ceph-mon[180220]: pgmap v2463: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:34.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:35 smithi118 ceph-mon[185516]: pgmap v2464: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:35 smithi118 ceph-mon[182959]: pgmap v2464: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:35 smithi192 ceph-mon[180220]: pgmap v2464: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:36.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:36 smithi118 ceph-mon[185516]: pgmap v2465: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:36.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:36 smithi118 ceph-mon[182959]: pgmap v2465: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:36 smithi192 ceph-mon[180220]: pgmap v2465: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:39 smithi192 ceph-mon[180220]: pgmap v2466: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:39 smithi118 ceph-mon[185516]: pgmap v2466: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:39 smithi118 ceph-mon[182959]: pgmap v2466: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:08:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:08:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:08:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:41 smithi192 ceph-mon[180220]: pgmap v2467: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:41 smithi118 ceph-mon[185516]: pgmap v2467: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:41 smithi118 ceph-mon[182959]: pgmap v2467: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:43 smithi192 ceph-mon[180220]: pgmap v2468: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:43 smithi118 ceph-mon[185516]: pgmap v2468: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:43 smithi118 ceph-mon[182959]: pgmap v2468: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:45 smithi192 ceph-mon[180220]: pgmap v2469: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:45 smithi118 ceph-mon[185516]: pgmap v2469: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:45 smithi118 ceph-mon[182959]: pgmap v2469: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:47 smithi192 ceph-mon[180220]: pgmap v2470: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:47 smithi118 ceph-mon[185516]: pgmap v2470: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:47 smithi118 ceph-mon[182959]: pgmap v2470: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:49 smithi192 ceph-mon[180220]: pgmap v2471: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:49.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:49 smithi118 ceph-mon[185516]: pgmap v2471: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:49 smithi118 ceph-mon[182959]: pgmap v2471: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:08:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:08:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:08:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:08:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:51 smithi192 ceph-mon[180220]: pgmap v2472: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:51 smithi118 ceph-mon[185516]: pgmap v2472: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:51 smithi118 ceph-mon[182959]: pgmap v2472: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:53 smithi192 ceph-mon[180220]: pgmap v2473: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:53.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:53 smithi118 ceph-mon[185516]: pgmap v2473: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:53.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:53 smithi118 ceph-mon[182959]: pgmap v2473: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:55 smithi192 ceph-mon[180220]: pgmap v2474: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:55 smithi118 ceph-mon[185516]: pgmap v2474: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:55 smithi118 ceph-mon[182959]: pgmap v2474: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:57 smithi192 ceph-mon[180220]: pgmap v2475: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:08:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:57 smithi118 ceph-mon[185516]: pgmap v2475: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:08:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:57 smithi118 ceph-mon[182959]: pgmap v2475: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:08:58.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:08:58.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:08:58.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:08:58.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:08:58.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:08:58.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:08:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:08:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:08:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:08:59.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:08:59 smithi192 ceph-mon[180220]: pgmap v2476: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:08:59 smithi118 ceph-mon[185516]: pgmap v2476: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:08:59.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:08:59 smithi118 ceph-mon[182959]: pgmap v2476: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:08:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:08:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:09:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:01 smithi192 ceph-mon[180220]: pgmap v2477: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:01 smithi118 ceph-mon[185516]: pgmap v2477: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:01 smithi118 ceph-mon[182959]: pgmap v2477: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:03 smithi192 ceph-mon[180220]: pgmap v2478: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:03 smithi118 ceph-mon[185516]: pgmap v2478: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:03 smithi118 ceph-mon[182959]: pgmap v2478: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:05 smithi192 ceph-mon[180220]: pgmap v2479: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:05 smithi118 ceph-mon[185516]: pgmap v2479: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:05 smithi118 ceph-mon[182959]: pgmap v2479: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:07 smithi192 ceph-mon[180220]: pgmap v2480: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:07 smithi118 ceph-mon[185516]: pgmap v2480: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:07 smithi118 ceph-mon[182959]: pgmap v2480: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:09.463 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:09 smithi192 ceph-mon[180220]: pgmap v2481: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:09 smithi118 ceph-mon[185516]: pgmap v2481: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:09 smithi118 ceph-mon[182959]: pgmap v2481: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:09:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:09:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T10:09:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:11 smithi192 ceph-mon[180220]: pgmap v2482: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:11 smithi118 ceph-mon[185516]: pgmap v2482: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:11 smithi118 ceph-mon[182959]: pgmap v2482: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:13 smithi192 ceph-mon[180220]: pgmap v2483: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:13 smithi118 ceph-mon[185516]: pgmap v2483: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:13 smithi118 ceph-mon[182959]: pgmap v2483: 137 pgs: 137 active+clean; 1.3 MiB data, 6.0 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:15.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:15 smithi192 ceph-mon[180220]: pgmap v2484: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:15 smithi118 ceph-mon[185516]: pgmap v2484: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:15 smithi118 ceph-mon[182959]: pgmap v2484: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:17 smithi192 ceph-mon[180220]: pgmap v2485: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:17 smithi118 ceph-mon[185516]: pgmap v2485: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:17 smithi118 ceph-mon[182959]: pgmap v2485: 137 pgs: 137 active+clean; 1.3 MiB data, 6.1 GiB used, 709 GiB / 715 GiB avail 2023-09-30T10:09:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:19 smithi192 ceph-mon[180220]: pgmap v2486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:19 smithi118 ceph-mon[185516]: pgmap v2486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:19 smithi118 ceph-mon[182959]: pgmap v2486: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:09:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:09:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:09:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:21 smithi192 ceph-mon[180220]: pgmap v2487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:21 smithi118 ceph-mon[185516]: pgmap v2487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:21 smithi118 ceph-mon[182959]: pgmap v2487: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:23 smithi192 ceph-mon[180220]: pgmap v2488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:23 smithi118 ceph-mon[185516]: pgmap v2488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:23 smithi118 ceph-mon[182959]: pgmap v2488: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:25 smithi192 ceph-mon[180220]: pgmap v2489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:25 smithi118 ceph-mon[185516]: pgmap v2489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:25 smithi118 ceph-mon[182959]: pgmap v2489: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:27.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:27 smithi192 ceph-mon[180220]: pgmap v2490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:27 smithi118 ceph-mon[185516]: pgmap v2490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:27 smithi118 ceph-mon[182959]: pgmap v2490: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:29.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:29 smithi192 ceph-mon[180220]: pgmap v2491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:29 smithi118 ceph-mon[185516]: pgmap v2491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:29 smithi118 ceph-mon[182959]: pgmap v2491: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:09:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:09:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:09:31.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:31 smithi192 ceph-mon[180220]: pgmap v2492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:31 smithi118 ceph-mon[185516]: pgmap v2492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:31 smithi118 ceph-mon[182959]: pgmap v2492: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:33 smithi192 ceph-mon[180220]: pgmap v2493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:33 smithi118 ceph-mon[185516]: pgmap v2493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:33 smithi118 ceph-mon[182959]: pgmap v2493: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:35 smithi192 ceph-mon[180220]: pgmap v2494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:35.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:35 smithi118 ceph-mon[185516]: pgmap v2494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:35.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:35 smithi118 ceph-mon[182959]: pgmap v2494: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:37.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:37 smithi192 ceph-mon[180220]: pgmap v2495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:37 smithi118 ceph-mon[185516]: pgmap v2495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:37 smithi118 ceph-mon[182959]: pgmap v2495: 137 pgs: 137 active+clean; 1.3 MiB data, 4.9 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:39 smithi192 ceph-mon[180220]: pgmap v2496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:39 smithi118 ceph-mon[185516]: pgmap v2496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:39 smithi118 ceph-mon[182959]: pgmap v2496: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:09:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:09:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:09:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:41 smithi118 ceph-mon[185516]: pgmap v2497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:41 smithi118 ceph-mon[182959]: pgmap v2497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:41 smithi192 ceph-mon[180220]: pgmap v2497: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:43 smithi118 ceph-mon[185516]: pgmap v2498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:43 smithi118 ceph-mon[182959]: pgmap v2498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:43 smithi192 ceph-mon[180220]: pgmap v2498: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:45 smithi118 ceph-mon[185516]: pgmap v2499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:45 smithi118 ceph-mon[182959]: pgmap v2499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:45 smithi192 ceph-mon[180220]: pgmap v2499: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:47 smithi118 ceph-mon[185516]: pgmap v2500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:47 smithi118 ceph-mon[182959]: pgmap v2500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:47 smithi192 ceph-mon[180220]: pgmap v2500: 137 pgs: 137 active+clean; 1.3 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail 2023-09-30T10:09:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:49 smithi118 ceph-mon[185516]: pgmap v2501: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:49.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:49 smithi118 ceph-mon[182959]: pgmap v2501: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:49.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:49 smithi192 ceph-mon[180220]: pgmap v2501: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:09:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:09:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:09:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:51 smithi118 ceph-mon[185516]: pgmap v2502: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:51 smithi118 ceph-mon[182959]: pgmap v2502: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:51 smithi192 ceph-mon[180220]: pgmap v2502: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:53 smithi118 ceph-mon[185516]: pgmap v2503: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:53 smithi118 ceph-mon[182959]: pgmap v2503: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:53 smithi192 ceph-mon[180220]: pgmap v2503: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:55 smithi118 ceph-mon[185516]: pgmap v2504: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:55.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:55 smithi118 ceph-mon[182959]: pgmap v2504: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:55 smithi192 ceph-mon[180220]: pgmap v2504: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:57 smithi118 ceph-mon[185516]: pgmap v2505: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:57 smithi118 ceph-mon[182959]: pgmap v2505: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:57 smithi192 ceph-mon[180220]: pgmap v2505: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:58.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:09:58.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:09:58.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:09:58.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:09:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:09:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:09:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:09:58.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:09:58.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:09:58.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:09:58.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:09:58.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:09:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:09:59 smithi118 ceph-mon[185516]: pgmap v2506: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:09:59 smithi118 ceph-mon[182959]: pgmap v2506: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:09:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:09:59 smithi192 ceph-mon[180220]: pgmap v2506: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:09:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:09:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:10:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T10:10:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T10:10:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T10:10:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:01 smithi118 ceph-mon[185516]: pgmap v2507: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:01 smithi118 ceph-mon[182959]: pgmap v2507: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:01 smithi192 ceph-mon[180220]: pgmap v2507: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:03 smithi118 ceph-mon[182959]: pgmap v2508: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:03 smithi118 ceph-mon[185516]: pgmap v2508: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:03 smithi192 ceph-mon[180220]: pgmap v2508: 137 pgs: 137 active+clean; 1.3 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:05 smithi118 ceph-mon[182959]: pgmap v2509: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:05 smithi118 ceph-mon[185516]: pgmap v2509: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:05 smithi192 ceph-mon[180220]: pgmap v2509: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:07 smithi118 ceph-mon[182959]: pgmap v2510: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:07 smithi118 ceph-mon[185516]: pgmap v2510: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:07 smithi192 ceph-mon[180220]: pgmap v2510: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:09 smithi118 ceph-mon[185516]: pgmap v2511: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:09 smithi118 ceph-mon[182959]: pgmap v2511: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:09 smithi192 ceph-mon[180220]: pgmap v2511: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:10:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:10:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:10:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:11 smithi118 ceph-mon[185516]: pgmap v2512: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:11 smithi118 ceph-mon[182959]: pgmap v2512: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:11 smithi192 ceph-mon[180220]: pgmap v2512: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:13 smithi118 ceph-mon[185516]: pgmap v2513: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:14.437 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:13 smithi118 ceph-mon[182959]: pgmap v2513: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:14.438 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:13 smithi192 ceph-mon[180220]: pgmap v2513: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:15 smithi118 ceph-mon[185516]: pgmap v2514: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:15 smithi118 ceph-mon[182959]: pgmap v2514: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:15 smithi192 ceph-mon[180220]: pgmap v2514: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:17 smithi118 ceph-mon[185516]: pgmap v2515: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:17 smithi118 ceph-mon[182959]: pgmap v2515: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:17 smithi192 ceph-mon[180220]: pgmap v2515: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:19 smithi118 ceph-mon[185516]: pgmap v2516: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:19 smithi118 ceph-mon[182959]: pgmap v2516: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:19 smithi192 ceph-mon[180220]: pgmap v2516: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:10:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:10:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:10:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:21 smithi118 ceph-mon[185516]: pgmap v2517: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:21 smithi118 ceph-mon[182959]: pgmap v2517: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:21 smithi192 ceph-mon[180220]: pgmap v2517: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:23 smithi118 ceph-mon[185516]: pgmap v2518: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:23 smithi118 ceph-mon[182959]: pgmap v2518: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:23 smithi192 ceph-mon[180220]: pgmap v2518: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:25 smithi118 ceph-mon[185516]: pgmap v2519: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:25 smithi118 ceph-mon[182959]: pgmap v2519: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:25 smithi192 ceph-mon[180220]: pgmap v2519: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:27 smithi118 ceph-mon[185516]: pgmap v2520: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:27 smithi118 ceph-mon[182959]: pgmap v2520: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:27.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:27 smithi192 ceph-mon[180220]: pgmap v2520: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:29 smithi118 ceph-mon[185516]: pgmap v2521: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:29 smithi118 ceph-mon[182959]: pgmap v2521: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:29 smithi192 ceph-mon[180220]: pgmap v2521: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:10:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:10:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:10:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:31 smithi118 ceph-mon[185516]: pgmap v2522: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:31 smithi118 ceph-mon[182959]: pgmap v2522: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:31 smithi192 ceph-mon[180220]: pgmap v2522: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:33 smithi118 ceph-mon[185516]: pgmap v2523: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:33 smithi118 ceph-mon[182959]: pgmap v2523: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:33 smithi192 ceph-mon[180220]: pgmap v2523: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:35.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:35 smithi118 ceph-mon[185516]: pgmap v2524: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:35.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:35 smithi118 ceph-mon[182959]: pgmap v2524: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:35 smithi192 ceph-mon[180220]: pgmap v2524: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:37 smithi118 ceph-mon[185516]: pgmap v2525: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:37 smithi118 ceph-mon[182959]: pgmap v2525: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:37 smithi192 ceph-mon[180220]: pgmap v2525: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:39 smithi118 ceph-mon[182959]: pgmap v2526: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:39 smithi118 ceph-mon[185516]: pgmap v2526: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:39 smithi192 ceph-mon[180220]: pgmap v2526: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:10:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:10:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:10:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:41 smithi118 ceph-mon[185516]: pgmap v2527: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:41 smithi118 ceph-mon[182959]: pgmap v2527: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:41 smithi192 ceph-mon[180220]: pgmap v2527: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:43 smithi118 ceph-mon[185516]: pgmap v2528: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:43 smithi118 ceph-mon[182959]: pgmap v2528: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:43 smithi192 ceph-mon[180220]: pgmap v2528: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:45 smithi118 ceph-mon[185516]: pgmap v2529: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:45 smithi118 ceph-mon[182959]: pgmap v2529: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:45 smithi192 ceph-mon[180220]: pgmap v2529: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:47 smithi118 ceph-mon[185516]: pgmap v2530: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:47 smithi118 ceph-mon[182959]: pgmap v2530: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:47 smithi192 ceph-mon[180220]: pgmap v2530: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:49 smithi118 ceph-mon[185516]: pgmap v2531: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:49 smithi118 ceph-mon[182959]: pgmap v2531: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:49 smithi192 ceph-mon[180220]: pgmap v2531: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:10:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:10:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:10:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:10:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:51 smithi118 ceph-mon[182959]: pgmap v2532: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:51 smithi118 ceph-mon[185516]: pgmap v2532: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:51 smithi192 ceph-mon[180220]: pgmap v2532: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:53.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:53 smithi118 ceph-mon[182959]: pgmap v2533: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:53.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:53 smithi118 ceph-mon[185516]: pgmap v2533: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:53 smithi192 ceph-mon[180220]: pgmap v2533: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:55 smithi118 ceph-mon[185516]: pgmap v2534: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:55 smithi118 ceph-mon[182959]: pgmap v2534: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:55 smithi192 ceph-mon[180220]: pgmap v2534: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:57 smithi118 ceph-mon[185516]: pgmap v2535: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:57 smithi118 ceph-mon[182959]: pgmap v2535: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:57 smithi192 ceph-mon[180220]: pgmap v2535: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:10:58.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:10:58.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:10:58.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:10:59.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[185516]: pgmap v2536: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:10:59.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:10:59.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:10:59.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:10:59.742 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:59 smithi192 ceph-mon[180220]: pgmap v2536: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:10:59.742 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:10:59.742 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:10:59.742 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:10:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:10:59.742 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[182959]: pgmap v2536: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:10:59.742 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:10:59.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:10:59.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:11:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:10:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:10:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:11:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:01 smithi118 ceph-mon[185516]: pgmap v2537: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:01.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:01 smithi118 ceph-mon[182959]: pgmap v2537: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:01 smithi192 ceph-mon[180220]: pgmap v2537: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:03 smithi118 ceph-mon[182959]: pgmap v2538: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:11:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:03 smithi118 ceph-mon[185516]: pgmap v2538: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:11:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:03 smithi192 ceph-mon[180220]: pgmap v2538: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail 2023-09-30T10:11:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:05 smithi118 ceph-mon[185516]: pgmap v2539: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:05 smithi118 ceph-mon[182959]: pgmap v2539: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:05 smithi192 ceph-mon[180220]: pgmap v2539: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:07 smithi118 ceph-mon[182959]: pgmap v2540: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:07 smithi118 ceph-mon[185516]: pgmap v2540: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:07 smithi192 ceph-mon[180220]: pgmap v2540: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:09 smithi118 ceph-mon[182959]: pgmap v2541: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:09 smithi118 ceph-mon[185516]: pgmap v2541: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:09 smithi192 ceph-mon[180220]: pgmap v2541: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:11:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:11:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:11:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:11 smithi118 ceph-mon[185516]: pgmap v2542: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:11 smithi118 ceph-mon[182959]: pgmap v2542: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:11 smithi192 ceph-mon[180220]: pgmap v2542: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:13 smithi118 ceph-mon[185516]: pgmap v2543: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:13.769 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:13 smithi118 ceph-mon[182959]: pgmap v2543: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:13.770 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:13 smithi192 ceph-mon[180220]: pgmap v2543: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:15 smithi118 ceph-mon[185516]: pgmap v2544: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:15 smithi118 ceph-mon[182959]: pgmap v2544: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:15 smithi192 ceph-mon[180220]: pgmap v2544: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:17 smithi118 ceph-mon[185516]: pgmap v2545: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:17 smithi118 ceph-mon[182959]: pgmap v2545: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:17 smithi192 ceph-mon[180220]: pgmap v2545: 137 pgs: 137 active+clean; 1.3 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail 2023-09-30T10:11:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:19 smithi118 ceph-mon[185516]: pgmap v2546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:19 smithi118 ceph-mon[182959]: pgmap v2546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:19.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:19 smithi192 ceph-mon[180220]: pgmap v2546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:11:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:11:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:11:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:21 smithi118 ceph-mon[185516]: pgmap v2547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:21 smithi118 ceph-mon[182959]: pgmap v2547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:21 smithi192 ceph-mon[180220]: pgmap v2547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:23 smithi118 ceph-mon[185516]: pgmap v2548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:23 smithi118 ceph-mon[182959]: pgmap v2548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:23 smithi192 ceph-mon[180220]: pgmap v2548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:25 smithi118 ceph-mon[185516]: pgmap v2549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:25 smithi118 ceph-mon[182959]: pgmap v2549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:25 smithi192 ceph-mon[180220]: pgmap v2549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:27.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:27 smithi118 ceph-mon[185516]: pgmap v2550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:27.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:27 smithi118 ceph-mon[182959]: pgmap v2550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:27 smithi192 ceph-mon[180220]: pgmap v2550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:29 smithi118 ceph-mon[185516]: pgmap v2551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:30.276 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:29 smithi118 ceph-mon[182959]: pgmap v2551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:30.276 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:11:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:11:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:11:30.281 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:29 smithi192 ceph-mon[180220]: pgmap v2551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:31 smithi118 ceph-mon[182959]: pgmap v2552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:31.609 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:31 smithi118 ceph-mon[185516]: pgmap v2552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:31 smithi192 ceph-mon[180220]: pgmap v2552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:33 smithi118 ceph-mon[185516]: pgmap v2553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:33 smithi118 ceph-mon[182959]: pgmap v2553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:33 smithi192 ceph-mon[180220]: pgmap v2553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:35.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:35 smithi118 ceph-mon[185516]: pgmap v2554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:35.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:35 smithi118 ceph-mon[182959]: pgmap v2554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:35 smithi192 ceph-mon[180220]: pgmap v2554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:37 smithi118 ceph-mon[185516]: pgmap v2555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:37 smithi118 ceph-mon[182959]: pgmap v2555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:37 smithi192 ceph-mon[180220]: pgmap v2555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:39 smithi192 ceph-mon[180220]: pgmap v2556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:39 smithi118 ceph-mon[185516]: pgmap v2556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:39 smithi118 ceph-mon[182959]: pgmap v2556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:11:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:11:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:11:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:41 smithi192 ceph-mon[180220]: pgmap v2557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:41 smithi118 ceph-mon[185516]: pgmap v2557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:41.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:41 smithi118 ceph-mon[182959]: pgmap v2557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:43.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:43 smithi192 ceph-mon[180220]: pgmap v2558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:43 smithi118 ceph-mon[185516]: pgmap v2558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:44.119 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:43 smithi118 ceph-mon[182959]: pgmap v2558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:45 smithi192 ceph-mon[180220]: pgmap v2559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:45 smithi118 ceph-mon[185516]: pgmap v2559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:45 smithi118 ceph-mon[182959]: pgmap v2559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:47 smithi192 ceph-mon[180220]: pgmap v2560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:47 smithi118 ceph-mon[185516]: pgmap v2560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:47 smithi118 ceph-mon[182959]: pgmap v2560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:49 smithi192 ceph-mon[180220]: pgmap v2561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:49 smithi118 ceph-mon[185516]: pgmap v2561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:49 smithi118 ceph-mon[182959]: pgmap v2561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:11:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:11:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:11:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:11:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:51 smithi192 ceph-mon[180220]: pgmap v2562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:51 smithi118 ceph-mon[185516]: pgmap v2562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:51 smithi118 ceph-mon[182959]: pgmap v2562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:53 smithi192 ceph-mon[180220]: pgmap v2563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:53 smithi118 ceph-mon[185516]: pgmap v2563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:53 smithi118 ceph-mon[182959]: pgmap v2563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:55 smithi192 ceph-mon[180220]: pgmap v2564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:55 smithi118 ceph-mon[185516]: pgmap v2564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:55 smithi118 ceph-mon[182959]: pgmap v2564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:57 smithi192 ceph-mon[180220]: pgmap v2565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:57 smithi118 ceph-mon[185516]: pgmap v2565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:57 smithi118 ceph-mon[182959]: pgmap v2565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:59 smithi192 ceph-mon[180220]: pgmap v2566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:11:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:11:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:11:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:11:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:11:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[185516]: pgmap v2566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[182959]: pgmap v2566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:11:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:12:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:11:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:11:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:12:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:01 smithi192 ceph-mon[180220]: pgmap v2567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:01 smithi118 ceph-mon[185516]: pgmap v2567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:01 smithi118 ceph-mon[182959]: pgmap v2567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:03 smithi192 ceph-mon[180220]: pgmap v2568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:03 smithi118 ceph-mon[185516]: pgmap v2568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:03 smithi118 ceph-mon[182959]: pgmap v2568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:05 smithi192 ceph-mon[180220]: pgmap v2569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:05 smithi118 ceph-mon[185516]: pgmap v2569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:05 smithi118 ceph-mon[182959]: pgmap v2569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:07 smithi192 ceph-mon[180220]: pgmap v2570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:07 smithi118 ceph-mon[185516]: pgmap v2570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:07.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:07 smithi118 ceph-mon[182959]: pgmap v2570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:09 smithi192 ceph-mon[180220]: pgmap v2571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:09 smithi118 ceph-mon[185516]: pgmap v2571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:09 smithi118 ceph-mon[182959]: pgmap v2571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:12:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:12:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:12:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:11 smithi192 ceph-mon[180220]: pgmap v2572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:11 smithi118 ceph-mon[185516]: pgmap v2572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:11 smithi118 ceph-mon[182959]: pgmap v2572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:13 smithi192 ceph-mon[180220]: pgmap v2573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:13 smithi118 ceph-mon[185516]: pgmap v2573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:13 smithi118 ceph-mon[182959]: pgmap v2573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:15 smithi192 ceph-mon[180220]: pgmap v2574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:15 smithi118 ceph-mon[185516]: pgmap v2574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:15 smithi118 ceph-mon[182959]: pgmap v2574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:17 smithi192 ceph-mon[180220]: pgmap v2575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:17 smithi118 ceph-mon[185516]: pgmap v2575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:17 smithi118 ceph-mon[182959]: pgmap v2575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:19 smithi192 ceph-mon[180220]: pgmap v2576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:19 smithi118 ceph-mon[185516]: pgmap v2576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:19 smithi118 ceph-mon[182959]: pgmap v2576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:12:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:12:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:12:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:21 smithi192 ceph-mon[180220]: pgmap v2577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:21 smithi118 ceph-mon[185516]: pgmap v2577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:21 smithi118 ceph-mon[182959]: pgmap v2577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:23 smithi192 ceph-mon[180220]: pgmap v2578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:23 smithi118 ceph-mon[185516]: pgmap v2578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:23 smithi118 ceph-mon[182959]: pgmap v2578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:25 smithi192 ceph-mon[180220]: pgmap v2579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:25 smithi118 ceph-mon[185516]: pgmap v2579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:25 smithi118 ceph-mon[182959]: pgmap v2579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:27 smithi192 ceph-mon[180220]: pgmap v2580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:27 smithi118 ceph-mon[185516]: pgmap v2580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:27 smithi118 ceph-mon[182959]: pgmap v2580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:29 smithi192 ceph-mon[180220]: pgmap v2581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:29 smithi118 ceph-mon[185516]: pgmap v2581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:29 smithi118 ceph-mon[182959]: pgmap v2581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:12:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:12:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:12:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:31 smithi192 ceph-mon[180220]: pgmap v2582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:31 smithi118 ceph-mon[185516]: pgmap v2582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:31 smithi118 ceph-mon[182959]: pgmap v2582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:33 smithi192 ceph-mon[180220]: pgmap v2583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:33 smithi118 ceph-mon[185516]: pgmap v2583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:33 smithi118 ceph-mon[182959]: pgmap v2583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:35 smithi192 ceph-mon[180220]: pgmap v2584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:35.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:35 smithi118 ceph-mon[185516]: pgmap v2584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:35 smithi118 ceph-mon[182959]: pgmap v2584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:37 smithi192 ceph-mon[180220]: pgmap v2585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:37 smithi118 ceph-mon[185516]: pgmap v2585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:37 smithi118 ceph-mon[182959]: pgmap v2585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:39 smithi192 ceph-mon[180220]: pgmap v2586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:39 smithi118 ceph-mon[185516]: pgmap v2586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:39 smithi118 ceph-mon[182959]: pgmap v2586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:12:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:12:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:12:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:41 smithi192 ceph-mon[180220]: pgmap v2587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:41 smithi118 ceph-mon[185516]: pgmap v2587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:41 smithi118 ceph-mon[182959]: pgmap v2587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:43 smithi192 ceph-mon[180220]: pgmap v2588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:43 smithi118 ceph-mon[185516]: pgmap v2588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:43 smithi118 ceph-mon[182959]: pgmap v2588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:45 smithi192 ceph-mon[180220]: pgmap v2589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:45 smithi118 ceph-mon[185516]: pgmap v2589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:45 smithi118 ceph-mon[182959]: pgmap v2589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:47.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:47 smithi192 ceph-mon[180220]: pgmap v2590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:47 smithi118 ceph-mon[185516]: pgmap v2590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:47 smithi118 ceph-mon[182959]: pgmap v2590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:49 smithi192 ceph-mon[180220]: pgmap v2591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:49 smithi118 ceph-mon[185516]: pgmap v2591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:49 smithi118 ceph-mon[182959]: pgmap v2591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:12:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:12:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:12:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:12:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:51 smithi192 ceph-mon[180220]: pgmap v2592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:51 smithi118 ceph-mon[185516]: pgmap v2592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:51 smithi118 ceph-mon[182959]: pgmap v2592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:53 smithi192 ceph-mon[180220]: pgmap v2593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:53 smithi118 ceph-mon[185516]: pgmap v2593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:53 smithi118 ceph-mon[182959]: pgmap v2593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:55.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:55 smithi192 ceph-mon[180220]: pgmap v2594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:55 smithi118 ceph-mon[185516]: pgmap v2594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:55 smithi118 ceph-mon[182959]: pgmap v2594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:57 smithi192 ceph-mon[180220]: pgmap v2595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:57 smithi118 ceph-mon[185516]: pgmap v2595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:57 smithi118 ceph-mon[182959]: pgmap v2595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:59 smithi192 ceph-mon[180220]: pgmap v2596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:12:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:12:59.802 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:59 smithi118 ceph-mon[185516]: pgmap v2596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:59.802 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:12:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:12:59.802 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:59 smithi118 ceph-mon[182959]: pgmap v2596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:12:59.802 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:12:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:13:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:12:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:12:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:13:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:13:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:13:00.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:13:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:13:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:13:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:13:00.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:13:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:13:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:13:01.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:01 smithi192 ceph-mon[180220]: pgmap v2597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:01.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:01 smithi118 ceph-mon[185516]: pgmap v2597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:01 smithi118 ceph-mon[182959]: pgmap v2597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:03 smithi192 ceph-mon[180220]: pgmap v2598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:03 smithi118 ceph-mon[185516]: pgmap v2598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:03 smithi118 ceph-mon[182959]: pgmap v2598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:05 smithi192 ceph-mon[180220]: pgmap v2599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:05 smithi118 ceph-mon[185516]: pgmap v2599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:05 smithi118 ceph-mon[182959]: pgmap v2599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:07 smithi192 ceph-mon[180220]: pgmap v2600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:07 smithi118 ceph-mon[185516]: pgmap v2600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:07 smithi118 ceph-mon[182959]: pgmap v2600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:09 smithi192 ceph-mon[180220]: pgmap v2601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:09 smithi118 ceph-mon[185516]: pgmap v2601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:09 smithi118 ceph-mon[182959]: pgmap v2601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:13:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:13:09] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:13:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:11 smithi192 ceph-mon[180220]: pgmap v2602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:11 smithi118 ceph-mon[185516]: pgmap v2602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:11 smithi118 ceph-mon[182959]: pgmap v2602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:13 smithi192 ceph-mon[180220]: pgmap v2603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:13 smithi118 ceph-mon[185516]: pgmap v2603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:13 smithi118 ceph-mon[182959]: pgmap v2603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:15 smithi192 ceph-mon[180220]: pgmap v2604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:15 smithi118 ceph-mon[185516]: pgmap v2604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:15 smithi118 ceph-mon[182959]: pgmap v2604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:17 smithi192 ceph-mon[180220]: pgmap v2605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:17 smithi118 ceph-mon[185516]: pgmap v2605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:17 smithi118 ceph-mon[182959]: pgmap v2605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:19 smithi192 ceph-mon[180220]: pgmap v2606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:19 smithi118 ceph-mon[185516]: pgmap v2606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:19 smithi118 ceph-mon[182959]: pgmap v2606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:13:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:13:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:13:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:21 smithi192 ceph-mon[180220]: pgmap v2607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:21 smithi118 ceph-mon[185516]: pgmap v2607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:21 smithi118 ceph-mon[182959]: pgmap v2607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:23 smithi192 ceph-mon[180220]: pgmap v2608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:23 smithi118 ceph-mon[185516]: pgmap v2608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:23 smithi118 ceph-mon[182959]: pgmap v2608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:25 smithi192 ceph-mon[180220]: pgmap v2609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:25 smithi118 ceph-mon[185516]: pgmap v2609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:25 smithi118 ceph-mon[182959]: pgmap v2609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:27 smithi192 ceph-mon[180220]: pgmap v2610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:27 smithi118 ceph-mon[185516]: pgmap v2610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:27 smithi118 ceph-mon[182959]: pgmap v2610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:29 smithi192 ceph-mon[180220]: pgmap v2611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:29 smithi118 ceph-mon[185516]: pgmap v2611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:29 smithi118 ceph-mon[182959]: pgmap v2611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:13:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:13:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:13:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:31 smithi192 ceph-mon[180220]: pgmap v2612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:31 smithi118 ceph-mon[185516]: pgmap v2612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:31 smithi118 ceph-mon[182959]: pgmap v2612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:33 smithi118 ceph-mon[185516]: pgmap v2613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:33 smithi118 ceph-mon[182959]: pgmap v2613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:33 smithi192 ceph-mon[180220]: pgmap v2613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:35 smithi118 ceph-mon[185516]: pgmap v2614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:35 smithi118 ceph-mon[182959]: pgmap v2614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:35 smithi192 ceph-mon[180220]: pgmap v2614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:37 smithi118 ceph-mon[185516]: pgmap v2615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:37 smithi118 ceph-mon[182959]: pgmap v2615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:37.970 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:37 smithi192 ceph-mon[180220]: pgmap v2615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:39 smithi118 ceph-mon[185516]: pgmap v2616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:39 smithi118 ceph-mon[182959]: pgmap v2616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:39 smithi192 ceph-mon[180220]: pgmap v2616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:13:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:13:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:13:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:41 smithi118 ceph-mon[185516]: pgmap v2617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:41 smithi118 ceph-mon[182959]: pgmap v2617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:41 smithi192 ceph-mon[180220]: pgmap v2617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:43 smithi118 ceph-mon[185516]: pgmap v2618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:43 smithi118 ceph-mon[182959]: pgmap v2618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:43 smithi192 ceph-mon[180220]: pgmap v2618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:45 smithi118 ceph-mon[185516]: pgmap v2619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:45 smithi118 ceph-mon[182959]: pgmap v2619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:45 smithi192 ceph-mon[180220]: pgmap v2619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:47 smithi118 ceph-mon[185516]: pgmap v2620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:47 smithi118 ceph-mon[182959]: pgmap v2620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:47 smithi192 ceph-mon[180220]: pgmap v2620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:49 smithi118 ceph-mon[185516]: pgmap v2621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:49 smithi118 ceph-mon[182959]: pgmap v2621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:49 smithi192 ceph-mon[180220]: pgmap v2621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:13:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:13:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:13:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:13:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:51 smithi118 ceph-mon[185516]: pgmap v2622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:51 smithi118 ceph-mon[182959]: pgmap v2622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:51 smithi192 ceph-mon[180220]: pgmap v2622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:53 smithi118 ceph-mon[182959]: pgmap v2623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:53 smithi118 ceph-mon[185516]: pgmap v2623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:53 smithi192 ceph-mon[180220]: pgmap v2623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:55 smithi118 ceph-mon[185516]: pgmap v2624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:55 smithi118 ceph-mon[182959]: pgmap v2624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:55 smithi192 ceph-mon[180220]: pgmap v2624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:57 smithi118 ceph-mon[185516]: pgmap v2625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:57 smithi118 ceph-mon[182959]: pgmap v2625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:57 smithi192 ceph-mon[180220]: pgmap v2625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:13:59 smithi118 ceph-mon[185516]: pgmap v2626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:13:59 smithi118 ceph-mon[182959]: pgmap v2626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:13:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:13:59 smithi192 ceph-mon[180220]: pgmap v2626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:13:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:13:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:14:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:14:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:14:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:00.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[185516]: pgmap v2627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:14:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:14:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[182959]: pgmap v2627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:14:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:14:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:01 smithi192 ceph-mon[180220]: pgmap v2627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:14:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:14:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:14:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:03 smithi118 ceph-mon[185516]: pgmap v2628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:03 smithi118 ceph-mon[182959]: pgmap v2628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:03 smithi192 ceph-mon[180220]: pgmap v2628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:05 smithi118 ceph-mon[185516]: pgmap v2629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:05 smithi118 ceph-mon[182959]: pgmap v2629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:05 smithi192 ceph-mon[180220]: pgmap v2629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:07 smithi118 ceph-mon[185516]: pgmap v2630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:07 smithi118 ceph-mon[182959]: pgmap v2630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:07 smithi192 ceph-mon[180220]: pgmap v2630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:09 smithi118 ceph-mon[185516]: pgmap v2631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:09 smithi118 ceph-mon[182959]: pgmap v2631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:09 smithi192 ceph-mon[180220]: pgmap v2631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:14:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:14:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:14:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:11 smithi118 ceph-mon[185516]: pgmap v2632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:11 smithi118 ceph-mon[182959]: pgmap v2632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:11 smithi192 ceph-mon[180220]: pgmap v2632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:13 smithi118 ceph-mon[185516]: pgmap v2633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:13 smithi118 ceph-mon[182959]: pgmap v2633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:13 smithi192 ceph-mon[180220]: pgmap v2633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:15 smithi118 ceph-mon[185516]: pgmap v2634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:15 smithi118 ceph-mon[182959]: pgmap v2634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:15 smithi192 ceph-mon[180220]: pgmap v2634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:17 smithi118 ceph-mon[185516]: pgmap v2635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:17 smithi118 ceph-mon[182959]: pgmap v2635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:17 smithi192 ceph-mon[180220]: pgmap v2635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:19 smithi118 ceph-mon[185516]: pgmap v2636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:19 smithi118 ceph-mon[182959]: pgmap v2636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:19 smithi192 ceph-mon[180220]: pgmap v2636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:14:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:14:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:14:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:21 smithi118 ceph-mon[185516]: pgmap v2637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:21 smithi118 ceph-mon[182959]: pgmap v2637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:21 smithi192 ceph-mon[180220]: pgmap v2637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:23 smithi118 ceph-mon[185516]: pgmap v2638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:23 smithi118 ceph-mon[182959]: pgmap v2638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:23 smithi192 ceph-mon[180220]: pgmap v2638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:25 smithi118 ceph-mon[185516]: pgmap v2639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:25 smithi118 ceph-mon[182959]: pgmap v2639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:25 smithi192 ceph-mon[180220]: pgmap v2639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:27 smithi118 ceph-mon[185516]: pgmap v2640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:27 smithi118 ceph-mon[182959]: pgmap v2640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:27 smithi192 ceph-mon[180220]: pgmap v2640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:29 smithi118 ceph-mon[185516]: pgmap v2641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:29 smithi118 ceph-mon[182959]: pgmap v2641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:29 smithi192 ceph-mon[180220]: pgmap v2641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:14:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:14:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:14:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:31 smithi118 ceph-mon[182959]: pgmap v2642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:31 smithi118 ceph-mon[185516]: pgmap v2642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:31 smithi192 ceph-mon[180220]: pgmap v2642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:33 smithi118 ceph-mon[185516]: pgmap v2643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:33 smithi118 ceph-mon[182959]: pgmap v2643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:33 smithi192 ceph-mon[180220]: pgmap v2643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:35 smithi118 ceph-mon[185516]: pgmap v2644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:35 smithi118 ceph-mon[182959]: pgmap v2644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:35 smithi192 ceph-mon[180220]: pgmap v2644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:36.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:36 smithi118 ceph-mon[185516]: pgmap v2645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:36.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:36 smithi118 ceph-mon[182959]: pgmap v2645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:36 smithi192 ceph-mon[180220]: pgmap v2645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:39 smithi192 ceph-mon[180220]: pgmap v2646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:39 smithi118 ceph-mon[185516]: pgmap v2646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:39 smithi118 ceph-mon[182959]: pgmap v2646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:14:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:14:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:14:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:41 smithi192 ceph-mon[180220]: pgmap v2647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:41 smithi118 ceph-mon[185516]: pgmap v2647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:41 smithi118 ceph-mon[182959]: pgmap v2647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:43.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:43 smithi192 ceph-mon[180220]: pgmap v2648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:43.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:43 smithi118 ceph-mon[185516]: pgmap v2648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:43.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:43 smithi118 ceph-mon[182959]: pgmap v2648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:45 smithi192 ceph-mon[180220]: pgmap v2649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:45 smithi118 ceph-mon[182959]: pgmap v2649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:45 smithi118 ceph-mon[185516]: pgmap v2649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:47.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:47 smithi192 ceph-mon[180220]: pgmap v2650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:47 smithi118 ceph-mon[182959]: pgmap v2650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:47 smithi118 ceph-mon[185516]: pgmap v2650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:49 smithi192 ceph-mon[180220]: pgmap v2651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:49 smithi118 ceph-mon[185516]: pgmap v2651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:49 smithi118 ceph-mon[182959]: pgmap v2651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:14:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:14:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:14:51.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:51 smithi192 ceph-mon[180220]: pgmap v2652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:51 smithi118 ceph-mon[182959]: pgmap v2652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:51 smithi118 ceph-mon[185516]: pgmap v2652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:53.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:53 smithi192 ceph-mon[180220]: pgmap v2653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:53 smithi118 ceph-mon[182959]: pgmap v2653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:53 smithi118 ceph-mon[185516]: pgmap v2653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:55.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:55 smithi192 ceph-mon[180220]: pgmap v2654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:55 smithi118 ceph-mon[185516]: pgmap v2654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:55.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:55 smithi118 ceph-mon[182959]: pgmap v2654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:57.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:57 smithi192 ceph-mon[180220]: pgmap v2655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:57 smithi118 ceph-mon[185516]: pgmap v2655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:57 smithi118 ceph-mon[182959]: pgmap v2655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:59.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:14:59 smithi192 ceph-mon[180220]: pgmap v2656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:14:59.544 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 10:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T10:14:59.090325533Z level=info msg="Completed cleanup jobs" duration=12.733911ms 2023-09-30T10:14:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:14:59 smithi118 ceph-mon[185516]: pgmap v2656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:00.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:14:59 smithi118 ceph-mon[182959]: pgmap v2656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:14:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:14:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:15:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:01 smithi192 ceph-mon[180220]: pgmap v2657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:15:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:01 smithi118 ceph-mon[185516]: pgmap v2657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:15:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:01 smithi118 ceph-mon[182959]: pgmap v2657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:15:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:15:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:15:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:15:02.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:15:02.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:15:02.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:15:02.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:15:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:15:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:15:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:03 smithi192 ceph-mon[180220]: pgmap v2658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:03 smithi118 ceph-mon[185516]: pgmap v2658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:03 smithi118 ceph-mon[182959]: pgmap v2658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:04.603 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:05 smithi118 ceph-mon[185516]: pgmap v2659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:05 smithi118 ceph-mon[182959]: pgmap v2659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:05 smithi192 ceph-mon[180220]: pgmap v2659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:07 smithi118 ceph-mon[185516]: pgmap v2660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:07.789 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:07 smithi118 ceph-mon[182959]: pgmap v2660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:07.789 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:07 smithi192 ceph-mon[180220]: pgmap v2660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:09 smithi118 ceph-mon[185516]: pgmap v2661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:09 smithi118 ceph-mon[182959]: pgmap v2661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:09 smithi192 ceph-mon[180220]: pgmap v2661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:15:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:15:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:15:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:11 smithi118 ceph-mon[185516]: pgmap v2662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:11 smithi118 ceph-mon[182959]: pgmap v2662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:11 smithi192 ceph-mon[180220]: pgmap v2662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:13 smithi118 ceph-mon[182959]: pgmap v2663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:13 smithi118 ceph-mon[185516]: pgmap v2663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:13 smithi192 ceph-mon[180220]: pgmap v2663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:15 smithi118 ceph-mon[182959]: pgmap v2664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:15 smithi118 ceph-mon[185516]: pgmap v2664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:15 smithi192 ceph-mon[180220]: pgmap v2664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:17.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:17 smithi118 ceph-mon[182959]: pgmap v2665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:17.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:17 smithi118 ceph-mon[185516]: pgmap v2665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:17 smithi192 ceph-mon[180220]: pgmap v2665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:19 smithi118 ceph-mon[182959]: pgmap v2666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:19 smithi118 ceph-mon[185516]: pgmap v2666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:19 smithi192 ceph-mon[180220]: pgmap v2666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:15:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:15:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:15:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:21 smithi118 ceph-mon[185516]: pgmap v2667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:21 smithi118 ceph-mon[182959]: pgmap v2667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:21 smithi192 ceph-mon[180220]: pgmap v2667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:23 smithi118 ceph-mon[185516]: pgmap v2668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:23 smithi118 ceph-mon[182959]: pgmap v2668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:23 smithi192 ceph-mon[180220]: pgmap v2668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:25 smithi118 ceph-mon[182959]: pgmap v2669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:25 smithi118 ceph-mon[185516]: pgmap v2669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:25 smithi192 ceph-mon[180220]: pgmap v2669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:27 smithi118 ceph-mon[185516]: pgmap v2670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:27 smithi118 ceph-mon[182959]: pgmap v2670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:27 smithi192 ceph-mon[180220]: pgmap v2670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:29 smithi118 ceph-mon[182959]: pgmap v2671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:29 smithi118 ceph-mon[185516]: pgmap v2671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:29.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:29 smithi192 ceph-mon[180220]: pgmap v2671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:15:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:15:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:15:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:31 smithi118 ceph-mon[185516]: pgmap v2672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:31 smithi118 ceph-mon[182959]: pgmap v2672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:31 smithi192 ceph-mon[180220]: pgmap v2672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:33 smithi118 ceph-mon[185516]: pgmap v2673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:33 smithi118 ceph-mon[182959]: pgmap v2673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:33 smithi192 ceph-mon[180220]: pgmap v2673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:35 smithi118 ceph-mon[185516]: pgmap v2674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:35 smithi118 ceph-mon[182959]: pgmap v2674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:35 smithi192 ceph-mon[180220]: pgmap v2674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:37 smithi118 ceph-mon[182959]: pgmap v2675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:37.601 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:37 smithi118 ceph-mon[185516]: pgmap v2675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:37 smithi192 ceph-mon[180220]: pgmap v2675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:39 smithi118 ceph-mon[185516]: pgmap v2676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:39 smithi118 ceph-mon[182959]: pgmap v2676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:39 smithi192 ceph-mon[180220]: pgmap v2676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:15:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:15:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:15:41.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:41 smithi118 ceph-mon[185516]: pgmap v2677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:41.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:41 smithi118 ceph-mon[182959]: pgmap v2677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:41 smithi192 ceph-mon[180220]: pgmap v2677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:43 smithi118 ceph-mon[185516]: pgmap v2678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:43 smithi118 ceph-mon[182959]: pgmap v2678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:43 smithi192 ceph-mon[180220]: pgmap v2678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:45 smithi118 ceph-mon[185516]: pgmap v2679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:45 smithi118 ceph-mon[182959]: pgmap v2679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:45 smithi192 ceph-mon[180220]: pgmap v2679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:47 smithi118 ceph-mon[185516]: pgmap v2680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:47 smithi118 ceph-mon[182959]: pgmap v2680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:47 smithi192 ceph-mon[180220]: pgmap v2680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:49 smithi118 ceph-mon[185516]: pgmap v2681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:49 smithi118 ceph-mon[182959]: pgmap v2681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:49 smithi192 ceph-mon[180220]: pgmap v2681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:15:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:15:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:15:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:15:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:51 smithi118 ceph-mon[182959]: pgmap v2682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:51 smithi118 ceph-mon[185516]: pgmap v2682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:51 smithi192 ceph-mon[180220]: pgmap v2682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:53 smithi118 ceph-mon[182959]: pgmap v2683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:53 smithi118 ceph-mon[185516]: pgmap v2683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:53 smithi192 ceph-mon[180220]: pgmap v2683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:55 smithi118 ceph-mon[185516]: pgmap v2684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:55 smithi118 ceph-mon[182959]: pgmap v2684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:55 smithi192 ceph-mon[180220]: pgmap v2684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:57 smithi118 ceph-mon[185516]: pgmap v2685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:57.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:57 smithi118 ceph-mon[182959]: pgmap v2685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:57 smithi192 ceph-mon[180220]: pgmap v2685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:15:59 smithi118 ceph-mon[182959]: pgmap v2686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:59.602 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:15:59 smithi118 ceph-mon[185516]: pgmap v2686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:15:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:15:59 smithi192 ceph-mon[180220]: pgmap v2686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:15:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:15:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:16:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:01 smithi118 ceph-mon[185516]: pgmap v2687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:01 smithi118 ceph-mon[182959]: pgmap v2687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:01 smithi192 ceph-mon[180220]: pgmap v2687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:02.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:16:02.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:16:02.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:16:03.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:03 smithi192 ceph-mon[180220]: pgmap v2688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:03.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:03 smithi118 ceph-mon[185516]: pgmap v2688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:03.600 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:03 smithi118 ceph-mon[182959]: pgmap v2688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:04.530 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:04.530 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:04.530 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:04.537 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:04.538 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:04.538 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:04.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[185516]: pgmap v2689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[182959]: pgmap v2689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:05 smithi192 ceph-mon[180220]: pgmap v2689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:06.666 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:06.666 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:06.667 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:06.667 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:06.866 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:06.867 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:07 smithi118 ceph-mon[185516]: pgmap v2690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:07 smithi118 ceph-mon[182959]: pgmap v2690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:07.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:07 smithi192 ceph-mon[180220]: pgmap v2690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:07.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[185516]: pgmap v2691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:09.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[182959]: pgmap v2691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:16:09.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:09 smithi192 ceph-mon[180220]: pgmap v2691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:16:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:16:09.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:16:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:16:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:16:09] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:16:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:11 smithi118 ceph-mon[185516]: pgmap v2692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:11 smithi118 ceph-mon[182959]: pgmap v2692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:11 smithi192 ceph-mon[180220]: pgmap v2692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:13 smithi118 ceph-mon[185516]: pgmap v2693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:13 smithi118 ceph-mon[182959]: pgmap v2693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:13 smithi192 ceph-mon[180220]: pgmap v2693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:15 smithi118 ceph-mon[185516]: pgmap v2694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:15 smithi118 ceph-mon[182959]: pgmap v2694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:15 smithi192 ceph-mon[180220]: pgmap v2694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:17 smithi118 ceph-mon[185516]: pgmap v2695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:17 smithi118 ceph-mon[182959]: pgmap v2695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:17 smithi192 ceph-mon[180220]: pgmap v2695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:19.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:19 smithi118 ceph-mon[185516]: pgmap v2696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:19.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:19.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:19 smithi118 ceph-mon[182959]: pgmap v2696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:19.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:19 smithi192 ceph-mon[180220]: pgmap v2696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:16:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:16:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:16:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:21 smithi118 ceph-mon[185516]: pgmap v2697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:21 smithi118 ceph-mon[182959]: pgmap v2697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:21 smithi192 ceph-mon[180220]: pgmap v2697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:23.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:23 smithi118 ceph-mon[185516]: pgmap v2698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:23 smithi118 ceph-mon[182959]: pgmap v2698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:23 smithi192 ceph-mon[180220]: pgmap v2698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:25 smithi118 ceph-mon[185516]: pgmap v2699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:25 smithi118 ceph-mon[182959]: pgmap v2699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:25 smithi192 ceph-mon[180220]: pgmap v2699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:27 smithi118 ceph-mon[185516]: pgmap v2700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:27 smithi118 ceph-mon[182959]: pgmap v2700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:27 smithi192 ceph-mon[180220]: pgmap v2700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:29 smithi118 ceph-mon[185516]: pgmap v2701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:29 smithi118 ceph-mon[182959]: pgmap v2701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:29 smithi192 ceph-mon[180220]: pgmap v2701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:16:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:16:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:16:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:31 smithi118 ceph-mon[185516]: pgmap v2702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:31 smithi118 ceph-mon[182959]: pgmap v2702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:31 smithi192 ceph-mon[180220]: pgmap v2702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:33 smithi118 ceph-mon[185516]: pgmap v2703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:33 smithi118 ceph-mon[182959]: pgmap v2703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:33 smithi192 ceph-mon[180220]: pgmap v2703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:35 smithi118 ceph-mon[185516]: pgmap v2704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:35 smithi118 ceph-mon[182959]: pgmap v2704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:35 smithi192 ceph-mon[180220]: pgmap v2704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:36 smithi192 ceph-mon[180220]: pgmap v2705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:37.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:36 smithi118 ceph-mon[182959]: pgmap v2705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:37.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:36 smithi118 ceph-mon[185516]: pgmap v2705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:39 smithi192 ceph-mon[180220]: pgmap v2706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:39 smithi118 ceph-mon[185516]: pgmap v2706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:39 smithi118 ceph-mon[182959]: pgmap v2706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:16:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:16:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:16:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:41 smithi192 ceph-mon[180220]: pgmap v2707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:41 smithi118 ceph-mon[185516]: pgmap v2707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:41 smithi118 ceph-mon[182959]: pgmap v2707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:43 smithi118 ceph-mon[185516]: pgmap v2708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:43 smithi118 ceph-mon[182959]: pgmap v2708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:43 smithi192 ceph-mon[180220]: pgmap v2708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:45 smithi118 ceph-mon[185516]: pgmap v2709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:45 smithi118 ceph-mon[182959]: pgmap v2709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:45 smithi192 ceph-mon[180220]: pgmap v2709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:47 smithi118 ceph-mon[185516]: pgmap v2710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:47 smithi118 ceph-mon[182959]: pgmap v2710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:47 smithi192 ceph-mon[180220]: pgmap v2710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:49 smithi118 ceph-mon[185516]: pgmap v2711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:49 smithi118 ceph-mon[182959]: pgmap v2711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:49 smithi192 ceph-mon[180220]: pgmap v2711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:16:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:16:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:16:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:16:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:51 smithi118 ceph-mon[182959]: pgmap v2712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:51 smithi118 ceph-mon[185516]: pgmap v2712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:51 smithi192 ceph-mon[180220]: pgmap v2712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:53 smithi118 ceph-mon[182959]: pgmap v2713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:53 smithi118 ceph-mon[185516]: pgmap v2713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:53 smithi192 ceph-mon[180220]: pgmap v2713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:55 smithi118 ceph-mon[182959]: pgmap v2714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:55 smithi118 ceph-mon[185516]: pgmap v2714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:55 smithi192 ceph-mon[180220]: pgmap v2714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:57 smithi118 ceph-mon[182959]: pgmap v2715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:57 smithi118 ceph-mon[185516]: pgmap v2715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:57 smithi192 ceph-mon[180220]: pgmap v2715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:16:59 smithi118 ceph-mon[182959]: pgmap v2716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:16:59 smithi118 ceph-mon[185516]: pgmap v2716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:16:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:16:59 smithi192 ceph-mon[180220]: pgmap v2716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:16:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:16:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:17:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:01 smithi118 ceph-mon[185516]: pgmap v2717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:01.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:01 smithi118 ceph-mon[182959]: pgmap v2717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:01 smithi192 ceph-mon[180220]: pgmap v2717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:03 smithi118 ceph-mon[182959]: pgmap v2718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:03 smithi118 ceph-mon[185516]: pgmap v2718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:03 smithi192 ceph-mon[180220]: pgmap v2718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:05 smithi118 ceph-mon[182959]: pgmap v2719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:05 smithi118 ceph-mon[185516]: pgmap v2719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:05 smithi192 ceph-mon[180220]: pgmap v2719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:07 smithi118 ceph-mon[185516]: pgmap v2720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:07.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:07 smithi118 ceph-mon[182959]: pgmap v2720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:07 smithi192 ceph-mon[180220]: pgmap v2720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:09 smithi118 ceph-mon[185516]: pgmap v2721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:17:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:09 smithi118 ceph-mon[182959]: pgmap v2721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:09.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:17:09.806 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:09 smithi192 ceph-mon[180220]: pgmap v2721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:09.806 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:17:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:17:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:17:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:17:10.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:17:10.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:17:10.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:17:10.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:17:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:17:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:17:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:17:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:17:10.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:17:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:11 smithi118 ceph-mon[185516]: pgmap v2722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:11 smithi118 ceph-mon[182959]: pgmap v2722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:11 smithi192 ceph-mon[180220]: pgmap v2722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:13 smithi118 ceph-mon[182959]: pgmap v2723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:13 smithi118 ceph-mon[185516]: pgmap v2723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:13 smithi192 ceph-mon[180220]: pgmap v2723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:15 smithi118 ceph-mon[182959]: pgmap v2724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:15 smithi118 ceph-mon[185516]: pgmap v2724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:15 smithi192 ceph-mon[180220]: pgmap v2724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:17 smithi118 ceph-mon[182959]: pgmap v2725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:17 smithi118 ceph-mon[185516]: pgmap v2725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:17 smithi192 ceph-mon[180220]: pgmap v2725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:19 smithi118 ceph-mon[182959]: pgmap v2726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:19 smithi118 ceph-mon[185516]: pgmap v2726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:19 smithi192 ceph-mon[180220]: pgmap v2726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:17:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:17:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:17:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:21 smithi118 ceph-mon[182959]: pgmap v2727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:21 smithi118 ceph-mon[185516]: pgmap v2727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:21 smithi192 ceph-mon[180220]: pgmap v2727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:23 smithi118 ceph-mon[182959]: pgmap v2728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:23 smithi118 ceph-mon[185516]: pgmap v2728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:23 smithi192 ceph-mon[180220]: pgmap v2728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:25 smithi118 ceph-mon[182959]: pgmap v2729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:25 smithi118 ceph-mon[185516]: pgmap v2729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:25 smithi192 ceph-mon[180220]: pgmap v2729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:27 smithi118 ceph-mon[182959]: pgmap v2730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:27 smithi118 ceph-mon[185516]: pgmap v2730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:27 smithi192 ceph-mon[180220]: pgmap v2730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:29 smithi118 ceph-mon[182959]: pgmap v2731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:29 smithi118 ceph-mon[185516]: pgmap v2731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:29 smithi192 ceph-mon[180220]: pgmap v2731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:17:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:17:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:17:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:31 smithi118 ceph-mon[182959]: pgmap v2732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:31 smithi118 ceph-mon[185516]: pgmap v2732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:31 smithi192 ceph-mon[180220]: pgmap v2732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:33 smithi118 ceph-mon[185516]: pgmap v2733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:33 smithi118 ceph-mon[182959]: pgmap v2733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:33 smithi192 ceph-mon[180220]: pgmap v2733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:35 smithi118 ceph-mon[185516]: pgmap v2734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:35 smithi118 ceph-mon[182959]: pgmap v2734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:35 smithi192 ceph-mon[180220]: pgmap v2734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:37 smithi118 ceph-mon[185516]: pgmap v2735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:37 smithi118 ceph-mon[182959]: pgmap v2735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:37 smithi192 ceph-mon[180220]: pgmap v2735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:39 smithi118 ceph-mon[185516]: pgmap v2736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:39 smithi118 ceph-mon[182959]: pgmap v2736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:39 smithi192 ceph-mon[180220]: pgmap v2736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:17:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:17:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:17:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:41 smithi118 ceph-mon[185516]: pgmap v2737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:41 smithi118 ceph-mon[182959]: pgmap v2737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:41 smithi192 ceph-mon[180220]: pgmap v2737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:43 smithi118 ceph-mon[185516]: pgmap v2738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:43 smithi118 ceph-mon[182959]: pgmap v2738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:43 smithi192 ceph-mon[180220]: pgmap v2738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:45 smithi118 ceph-mon[185516]: pgmap v2739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:45 smithi118 ceph-mon[182959]: pgmap v2739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:45.829 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:45 smithi192 ceph-mon[180220]: pgmap v2739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:47 smithi118 ceph-mon[185516]: pgmap v2740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:47 smithi118 ceph-mon[182959]: pgmap v2740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:47 smithi192 ceph-mon[180220]: pgmap v2740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:49 smithi118 ceph-mon[185516]: pgmap v2741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:49 smithi118 ceph-mon[182959]: pgmap v2741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:49 smithi192 ceph-mon[180220]: pgmap v2741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:17:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:17:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:17:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:17:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:51 smithi118 ceph-mon[185516]: pgmap v2742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:51 smithi118 ceph-mon[182959]: pgmap v2742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:51 smithi192 ceph-mon[180220]: pgmap v2742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:53.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:53 smithi118 ceph-mon[185516]: pgmap v2743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:53.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:53 smithi118 ceph-mon[182959]: pgmap v2743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:53 smithi192 ceph-mon[180220]: pgmap v2743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:55 smithi118 ceph-mon[185516]: pgmap v2744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:55 smithi118 ceph-mon[182959]: pgmap v2744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:55 smithi192 ceph-mon[180220]: pgmap v2744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:57.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:57 smithi118 ceph-mon[185516]: pgmap v2745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:57 smithi118 ceph-mon[182959]: pgmap v2745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:57 smithi192 ceph-mon[180220]: pgmap v2745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:17:59 smithi118 ceph-mon[185516]: pgmap v2746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:17:59 smithi118 ceph-mon[182959]: pgmap v2746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:17:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:17:59 smithi192 ceph-mon[180220]: pgmap v2746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:17:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:17:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:18:01.599 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:01 smithi118 ceph-mon[185516]: pgmap v2747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:02.130 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:01 smithi118 ceph-mon[182959]: pgmap v2747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:02.131 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:01 smithi192 ceph-mon[180220]: pgmap v2747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:03 smithi118 ceph-mon[185516]: pgmap v2748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:03 smithi118 ceph-mon[182959]: pgmap v2748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:03 smithi192 ceph-mon[180220]: pgmap v2748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:05 smithi118 ceph-mon[185516]: pgmap v2749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:05 smithi118 ceph-mon[182959]: pgmap v2749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:05 smithi192 ceph-mon[180220]: pgmap v2749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:07 smithi118 ceph-mon[185516]: pgmap v2750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:07 smithi118 ceph-mon[182959]: pgmap v2750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:07 smithi192 ceph-mon[180220]: pgmap v2750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:09 smithi118 ceph-mon[185516]: pgmap v2751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:09 smithi118 ceph-mon[182959]: pgmap v2751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:09 smithi192 ceph-mon[180220]: pgmap v2751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:18:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:18:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:18:10.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:18:10.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:18:10.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:18:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[185516]: pgmap v2752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:18:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:18:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:18:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[182959]: pgmap v2752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:18:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:18:11.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:11 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:18:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:11 smithi192 ceph-mon[180220]: pgmap v2752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:11 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:18:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:11 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:18:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:11 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:18:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:13 smithi118 ceph-mon[185516]: pgmap v2753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:13 smithi118 ceph-mon[182959]: pgmap v2753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:13 smithi192 ceph-mon[180220]: pgmap v2753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:15 smithi118 ceph-mon[185516]: pgmap v2754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:15 smithi118 ceph-mon[182959]: pgmap v2754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:15 smithi192 ceph-mon[180220]: pgmap v2754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:17 smithi118 ceph-mon[185516]: pgmap v2755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:17 smithi118 ceph-mon[182959]: pgmap v2755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:17.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:17 smithi192 ceph-mon[180220]: pgmap v2755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:19 smithi118 ceph-mon[182959]: pgmap v2756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:19 smithi118 ceph-mon[185516]: pgmap v2756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:19.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:19 smithi192 ceph-mon[180220]: pgmap v2756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:18:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:18:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:18:21.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:21 smithi118 ceph-mon[185516]: pgmap v2757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:21.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:21 smithi118 ceph-mon[182959]: pgmap v2757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:21 smithi192 ceph-mon[180220]: pgmap v2757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:23 smithi118 ceph-mon[182959]: pgmap v2758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:23 smithi118 ceph-mon[185516]: pgmap v2758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:23 smithi192 ceph-mon[180220]: pgmap v2758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:25 smithi118 ceph-mon[185516]: pgmap v2759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:25 smithi118 ceph-mon[182959]: pgmap v2759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:25 smithi192 ceph-mon[180220]: pgmap v2759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:27 smithi118 ceph-mon[185516]: pgmap v2760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:27 smithi118 ceph-mon[182959]: pgmap v2760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:27 smithi192 ceph-mon[180220]: pgmap v2760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:29 smithi118 ceph-mon[185516]: pgmap v2761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:29 smithi118 ceph-mon[182959]: pgmap v2761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:29 smithi192 ceph-mon[180220]: pgmap v2761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:18:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:18:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:18:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:31 smithi118 ceph-mon[185516]: pgmap v2762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:31 smithi118 ceph-mon[182959]: pgmap v2762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:31 smithi192 ceph-mon[180220]: pgmap v2762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:33 smithi118 ceph-mon[185516]: pgmap v2763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:33 smithi118 ceph-mon[182959]: pgmap v2763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:33 smithi192 ceph-mon[180220]: pgmap v2763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:34.810 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:34.811 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:35 smithi118 ceph-mon[185516]: pgmap v2764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:35 smithi118 ceph-mon[182959]: pgmap v2764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:35 smithi192 ceph-mon[180220]: pgmap v2764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:37 smithi118 ceph-mon[185516]: pgmap v2765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:37 smithi118 ceph-mon[182959]: pgmap v2765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:37 smithi192 ceph-mon[180220]: pgmap v2765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:39 smithi118 ceph-mon[185516]: pgmap v2766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:39 smithi118 ceph-mon[182959]: pgmap v2766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:39 smithi192 ceph-mon[180220]: pgmap v2766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:18:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:18:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:18:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:41 smithi118 ceph-mon[185516]: pgmap v2767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:41 smithi118 ceph-mon[182959]: pgmap v2767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:41 smithi192 ceph-mon[180220]: pgmap v2767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:43 smithi118 ceph-mon[185516]: pgmap v2768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:43.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:43 smithi118 ceph-mon[182959]: pgmap v2768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:43 smithi192 ceph-mon[180220]: pgmap v2768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:45 smithi118 ceph-mon[185516]: pgmap v2769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:45 smithi118 ceph-mon[182959]: pgmap v2769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:45 smithi192 ceph-mon[180220]: pgmap v2769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:47 smithi192 ceph-mon[180220]: pgmap v2770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:47 smithi118 ceph-mon[185516]: pgmap v2770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:47 smithi118 ceph-mon[182959]: pgmap v2770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:49 smithi192 ceph-mon[180220]: pgmap v2771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:49 smithi118 ceph-mon[185516]: pgmap v2771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:49 smithi118 ceph-mon[182959]: pgmap v2771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:18:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:18:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:18:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:18:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:51 smithi192 ceph-mon[180220]: pgmap v2772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:51 smithi118 ceph-mon[185516]: pgmap v2772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:51 smithi118 ceph-mon[182959]: pgmap v2772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:53 smithi192 ceph-mon[180220]: pgmap v2773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:53 smithi118 ceph-mon[185516]: pgmap v2773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:53 smithi118 ceph-mon[182959]: pgmap v2773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:55 smithi192 ceph-mon[180220]: pgmap v2774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:55 smithi118 ceph-mon[185516]: pgmap v2774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:55 smithi118 ceph-mon[182959]: pgmap v2774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:57 smithi192 ceph-mon[180220]: pgmap v2775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:57 smithi118 ceph-mon[185516]: pgmap v2775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:57 smithi118 ceph-mon[182959]: pgmap v2775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:18:59 smithi192 ceph-mon[180220]: pgmap v2776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:18:59 smithi118 ceph-mon[185516]: pgmap v2776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:18:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:18:59 smithi118 ceph-mon[182959]: pgmap v2776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:18:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:18:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:19:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:01 smithi192 ceph-mon[180220]: pgmap v2777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:01 smithi118 ceph-mon[185516]: pgmap v2777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:01 smithi118 ceph-mon[182959]: pgmap v2777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:03 smithi192 ceph-mon[180220]: pgmap v2778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:03 smithi118 ceph-mon[185516]: pgmap v2778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:03 smithi118 ceph-mon[182959]: pgmap v2778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:05 smithi192 ceph-mon[180220]: pgmap v2779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:05 smithi118 ceph-mon[185516]: pgmap v2779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:05 smithi118 ceph-mon[182959]: pgmap v2779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:07 smithi192 ceph-mon[180220]: pgmap v2780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:07 smithi118 ceph-mon[185516]: pgmap v2780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:07 smithi118 ceph-mon[182959]: pgmap v2780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:09 smithi192 ceph-mon[180220]: pgmap v2781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:09 smithi118 ceph-mon[185516]: pgmap v2781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:09 smithi118 ceph-mon[182959]: pgmap v2781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:19:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:19:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:19:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:11 smithi192 ceph-mon[180220]: pgmap v2782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:11 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:19:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:11 smithi118 ceph-mon[185516]: pgmap v2782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:11 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:19:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:11 smithi118 ceph-mon[182959]: pgmap v2782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:11 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:19:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:19:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:19:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:19:12.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:19:12.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:19:12.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:19:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:19:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:19:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:19:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:13 smithi192 ceph-mon[180220]: pgmap v2783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:13 smithi118 ceph-mon[182959]: pgmap v2783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:13.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:13 smithi118 ceph-mon[185516]: pgmap v2783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:15 smithi192 ceph-mon[180220]: pgmap v2784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:15 smithi118 ceph-mon[185516]: pgmap v2784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:15 smithi118 ceph-mon[182959]: pgmap v2784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:17 smithi192 ceph-mon[180220]: pgmap v2785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:17 smithi118 ceph-mon[185516]: pgmap v2785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:17 smithi118 ceph-mon[182959]: pgmap v2785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:19 smithi192 ceph-mon[180220]: pgmap v2786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:19 smithi118 ceph-mon[185516]: pgmap v2786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:19 smithi118 ceph-mon[182959]: pgmap v2786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:19:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:19:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:19:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:21 smithi192 ceph-mon[180220]: pgmap v2787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:21 smithi118 ceph-mon[185516]: pgmap v2787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:21 smithi118 ceph-mon[182959]: pgmap v2787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:23 smithi192 ceph-mon[180220]: pgmap v2788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:23 smithi118 ceph-mon[185516]: pgmap v2788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:23 smithi118 ceph-mon[182959]: pgmap v2788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:25 smithi192 ceph-mon[180220]: pgmap v2789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:25 smithi118 ceph-mon[185516]: pgmap v2789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:25 smithi118 ceph-mon[182959]: pgmap v2789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:27 smithi192 ceph-mon[180220]: pgmap v2790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:27 smithi118 ceph-mon[185516]: pgmap v2790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:27 smithi118 ceph-mon[182959]: pgmap v2790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:29 smithi192 ceph-mon[180220]: pgmap v2791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:29 smithi118 ceph-mon[185516]: pgmap v2791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:29 smithi118 ceph-mon[182959]: pgmap v2791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:19:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:19:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:19:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:31 smithi192 ceph-mon[180220]: pgmap v2792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:31 smithi118 ceph-mon[185516]: pgmap v2792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:31 smithi118 ceph-mon[182959]: pgmap v2792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:33 smithi192 ceph-mon[180220]: pgmap v2793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:33 smithi118 ceph-mon[185516]: pgmap v2793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:33 smithi118 ceph-mon[182959]: pgmap v2793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:35 smithi192 ceph-mon[180220]: pgmap v2794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:35 smithi118 ceph-mon[185516]: pgmap v2794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:35 smithi118 ceph-mon[182959]: pgmap v2794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:37 smithi192 ceph-mon[180220]: pgmap v2795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:37 smithi118 ceph-mon[185516]: pgmap v2795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:37 smithi118 ceph-mon[182959]: pgmap v2795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:39.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:39 smithi192 ceph-mon[180220]: pgmap v2796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:39 smithi118 ceph-mon[185516]: pgmap v2796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:39 smithi118 ceph-mon[182959]: pgmap v2796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:19:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:19:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:19:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:41 smithi192 ceph-mon[180220]: pgmap v2797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:41 smithi118 ceph-mon[185516]: pgmap v2797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:41 smithi118 ceph-mon[182959]: pgmap v2797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:43 smithi192 ceph-mon[180220]: pgmap v2798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:43 smithi118 ceph-mon[185516]: pgmap v2798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:43 smithi118 ceph-mon[182959]: pgmap v2798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:45.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:45 smithi192 ceph-mon[180220]: pgmap v2799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:45 smithi118 ceph-mon[185516]: pgmap v2799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:45 smithi118 ceph-mon[182959]: pgmap v2799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:47 smithi192 ceph-mon[180220]: pgmap v2800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:47 smithi118 ceph-mon[185516]: pgmap v2800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:47 smithi118 ceph-mon[182959]: pgmap v2800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:49 smithi192 ceph-mon[180220]: pgmap v2801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:49 smithi118 ceph-mon[185516]: pgmap v2801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:49 smithi118 ceph-mon[182959]: pgmap v2801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:19:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:19:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:19:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:19:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:51 smithi192 ceph-mon[180220]: pgmap v2802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:51 smithi118 ceph-mon[185516]: pgmap v2802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:51 smithi118 ceph-mon[182959]: pgmap v2802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:53 smithi192 ceph-mon[180220]: pgmap v2803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:53 smithi118 ceph-mon[185516]: pgmap v2803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:53 smithi118 ceph-mon[182959]: pgmap v2803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:55 smithi192 ceph-mon[180220]: pgmap v2804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:55 smithi118 ceph-mon[185516]: pgmap v2804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:55 smithi118 ceph-mon[182959]: pgmap v2804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:57 smithi192 ceph-mon[180220]: pgmap v2805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:57 smithi118 ceph-mon[185516]: pgmap v2805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:57.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:57 smithi118 ceph-mon[182959]: pgmap v2805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:19:59 smithi192 ceph-mon[180220]: pgmap v2806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:59.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:19:59 smithi118 ceph-mon[185516]: pgmap v2806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:19:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:19:59 smithi118 ceph-mon[182959]: pgmap v2806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:19:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:19:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:20:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T10:20:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T10:20:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T10:20:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:01 smithi192 ceph-mon[180220]: pgmap v2807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:01.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:01 smithi118 ceph-mon[185516]: pgmap v2807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:01.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:01 smithi118 ceph-mon[182959]: pgmap v2807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:03 smithi192 ceph-mon[180220]: pgmap v2808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:03 smithi118 ceph-mon[185516]: pgmap v2808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:03 smithi118 ceph-mon[182959]: pgmap v2808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:05 smithi192 ceph-mon[180220]: pgmap v2809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:05 smithi118 ceph-mon[185516]: pgmap v2809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:05 smithi118 ceph-mon[182959]: pgmap v2809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:07 smithi192 ceph-mon[180220]: pgmap v2810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:07.951 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:07 smithi118 ceph-mon[185516]: pgmap v2810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:07.952 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:07 smithi118 ceph-mon[182959]: pgmap v2810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:09 smithi192 ceph-mon[180220]: pgmap v2811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:09 smithi118 ceph-mon[185516]: pgmap v2811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:09 smithi118 ceph-mon[182959]: pgmap v2811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:20:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:20:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:20:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:11 smithi192 ceph-mon[180220]: pgmap v2812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:11 smithi118 ceph-mon[185516]: pgmap v2812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:11.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:11 smithi118 ceph-mon[182959]: pgmap v2812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:20:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:20:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:20:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:20:12.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:20:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:13 smithi192 ceph-mon[180220]: pgmap v2813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:13 smithi118 ceph-mon[185516]: pgmap v2813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:13 smithi118 ceph-mon[182959]: pgmap v2813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:15 smithi192 ceph-mon[180220]: pgmap v2814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:15 smithi118 ceph-mon[185516]: pgmap v2814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:15 smithi118 ceph-mon[182959]: pgmap v2814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:17 smithi192 ceph-mon[180220]: pgmap v2815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:17 smithi118 ceph-mon[185516]: pgmap v2815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:17 smithi118 ceph-mon[182959]: pgmap v2815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:19 smithi192 ceph-mon[180220]: pgmap v2816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:19 smithi118 ceph-mon[185516]: pgmap v2816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:19 smithi118 ceph-mon[182959]: pgmap v2816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:20:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:20:19] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:20:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:21 smithi192 ceph-mon[180220]: pgmap v2817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:21 smithi118 ceph-mon[185516]: pgmap v2817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:21 smithi118 ceph-mon[182959]: pgmap v2817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:23 smithi192 ceph-mon[180220]: pgmap v2818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:23 smithi118 ceph-mon[185516]: pgmap v2818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:23 smithi118 ceph-mon[182959]: pgmap v2818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:25 smithi192 ceph-mon[180220]: pgmap v2819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:25 smithi118 ceph-mon[185516]: pgmap v2819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:25 smithi118 ceph-mon[182959]: pgmap v2819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:27 smithi192 ceph-mon[180220]: pgmap v2820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:27 smithi118 ceph-mon[185516]: pgmap v2820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:27 smithi118 ceph-mon[182959]: pgmap v2820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:29 smithi192 ceph-mon[180220]: pgmap v2821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:29 smithi118 ceph-mon[182959]: pgmap v2821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:29 smithi118 ceph-mon[185516]: pgmap v2821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:20:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:20:29] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:20:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:31 smithi192 ceph-mon[180220]: pgmap v2822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:31 smithi118 ceph-mon[185516]: pgmap v2822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:31 smithi118 ceph-mon[182959]: pgmap v2822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:33 smithi192 ceph-mon[180220]: pgmap v2823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:33 smithi118 ceph-mon[185516]: pgmap v2823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:33 smithi118 ceph-mon[182959]: pgmap v2823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:35 smithi118 ceph-mon[185516]: pgmap v2824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:35 smithi118 ceph-mon[182959]: pgmap v2824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:35 smithi192 ceph-mon[180220]: pgmap v2824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:37 smithi118 ceph-mon[185516]: pgmap v2825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:37 smithi118 ceph-mon[182959]: pgmap v2825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:37 smithi192 ceph-mon[180220]: pgmap v2825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:39 smithi118 ceph-mon[185516]: pgmap v2826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:39 smithi118 ceph-mon[182959]: pgmap v2826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:39 smithi192 ceph-mon[180220]: pgmap v2826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:20:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:20:39] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:20:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:41 smithi118 ceph-mon[185516]: pgmap v2827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:41 smithi118 ceph-mon[182959]: pgmap v2827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:41 smithi192 ceph-mon[180220]: pgmap v2827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:43 smithi118 ceph-mon[185516]: pgmap v2828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:43 smithi118 ceph-mon[182959]: pgmap v2828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:43 smithi192 ceph-mon[180220]: pgmap v2828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:45.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:45 smithi118 ceph-mon[185516]: pgmap v2829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:45.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:45 smithi118 ceph-mon[182959]: pgmap v2829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:45 smithi192 ceph-mon[180220]: pgmap v2829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:47 smithi118 ceph-mon[185516]: pgmap v2830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:47 smithi118 ceph-mon[182959]: pgmap v2830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:47 smithi192 ceph-mon[180220]: pgmap v2830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:49 smithi118 ceph-mon[185516]: pgmap v2831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:49 smithi118 ceph-mon[182959]: pgmap v2831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:49 smithi192 ceph-mon[180220]: pgmap v2831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:20:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:20:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:20:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:20:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:51 smithi118 ceph-mon[182959]: pgmap v2832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:51 smithi118 ceph-mon[185516]: pgmap v2832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:51 smithi192 ceph-mon[180220]: pgmap v2832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:53 smithi118 ceph-mon[185516]: pgmap v2833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:53 smithi118 ceph-mon[182959]: pgmap v2833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:53 smithi192 ceph-mon[180220]: pgmap v2833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:55 smithi118 ceph-mon[185516]: pgmap v2834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:55 smithi118 ceph-mon[182959]: pgmap v2834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:55 smithi192 ceph-mon[180220]: pgmap v2834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:57 smithi118 ceph-mon[185516]: pgmap v2835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:57 smithi118 ceph-mon[182959]: pgmap v2835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:57 smithi192 ceph-mon[180220]: pgmap v2835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:20:59 smithi118 ceph-mon[185516]: pgmap v2836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:20:59 smithi118 ceph-mon[182959]: pgmap v2836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:20:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:20:59 smithi192 ceph-mon[180220]: pgmap v2836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:20:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:21:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:01 smithi118 ceph-mon[185516]: pgmap v2837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:01 smithi118 ceph-mon[182959]: pgmap v2837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:01 smithi192 ceph-mon[180220]: pgmap v2837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:03 smithi118 ceph-mon[182959]: pgmap v2838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:03 smithi118 ceph-mon[185516]: pgmap v2838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:03 smithi192 ceph-mon[180220]: pgmap v2838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:05 smithi118 ceph-mon[185516]: pgmap v2839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:05 smithi118 ceph-mon[182959]: pgmap v2839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:05 smithi192 ceph-mon[180220]: pgmap v2839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:07 smithi118 ceph-mon[185516]: pgmap v2840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:07 smithi118 ceph-mon[182959]: pgmap v2840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:07 smithi192 ceph-mon[180220]: pgmap v2840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:09 smithi118 ceph-mon[185516]: pgmap v2841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:09 smithi118 ceph-mon[182959]: pgmap v2841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:09 smithi192 ceph-mon[180220]: pgmap v2841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:21:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:21:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:21:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:11 smithi118 ceph-mon[185516]: pgmap v2842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:11 smithi118 ceph-mon[182959]: pgmap v2842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:11 smithi192 ceph-mon[180220]: pgmap v2842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[182959]: pgmap v2843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:21:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:21:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:21:13.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:21:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[185516]: pgmap v2843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:21:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:21:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:21:13.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:21:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:13 smithi192 ceph-mon[180220]: pgmap v2843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:21:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:21:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:21:13.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:21:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:15 smithi118 ceph-mon[185516]: pgmap v2844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:15 smithi118 ceph-mon[182959]: pgmap v2844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:15 smithi192 ceph-mon[180220]: pgmap v2844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:17 smithi118 ceph-mon[185516]: pgmap v2845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:17 smithi118 ceph-mon[182959]: pgmap v2845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:17 smithi192 ceph-mon[180220]: pgmap v2845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:19 smithi118 ceph-mon[185516]: pgmap v2846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:19 smithi118 ceph-mon[182959]: pgmap v2846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:19 smithi192 ceph-mon[180220]: pgmap v2846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:21:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:21:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:21:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:21 smithi118 ceph-mon[185516]: pgmap v2847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:21 smithi118 ceph-mon[182959]: pgmap v2847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:21 smithi192 ceph-mon[180220]: pgmap v2847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:23 smithi118 ceph-mon[185516]: pgmap v2848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:23 smithi118 ceph-mon[182959]: pgmap v2848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:23 smithi192 ceph-mon[180220]: pgmap v2848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:25 smithi118 ceph-mon[185516]: pgmap v2849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:25.805 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:25 smithi118 ceph-mon[182959]: pgmap v2849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:25.805 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:25 smithi192 ceph-mon[180220]: pgmap v2849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:27 smithi118 ceph-mon[185516]: pgmap v2850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:27 smithi118 ceph-mon[182959]: pgmap v2850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:27 smithi192 ceph-mon[180220]: pgmap v2850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:29 smithi118 ceph-mon[185516]: pgmap v2851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:29 smithi118 ceph-mon[182959]: pgmap v2851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:29 smithi192 ceph-mon[180220]: pgmap v2851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:21:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:21:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:21:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:31 smithi118 ceph-mon[185516]: pgmap v2852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:31 smithi118 ceph-mon[182959]: pgmap v2852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:31 smithi192 ceph-mon[180220]: pgmap v2852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:33 smithi118 ceph-mon[185516]: pgmap v2853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:33 smithi118 ceph-mon[182959]: pgmap v2853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:33 smithi192 ceph-mon[180220]: pgmap v2853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:35 smithi118 ceph-mon[185516]: pgmap v2854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:35 smithi118 ceph-mon[182959]: pgmap v2854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:35 smithi192 ceph-mon[180220]: pgmap v2854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:37 smithi118 ceph-mon[185516]: pgmap v2855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:37 smithi118 ceph-mon[182959]: pgmap v2855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:37 smithi192 ceph-mon[180220]: pgmap v2855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:39 smithi118 ceph-mon[185516]: pgmap v2856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:39 smithi118 ceph-mon[182959]: pgmap v2856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:39 smithi192 ceph-mon[180220]: pgmap v2856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:21:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:21:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:21:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:41 smithi118 ceph-mon[185516]: pgmap v2857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:41 smithi118 ceph-mon[182959]: pgmap v2857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:41 smithi192 ceph-mon[180220]: pgmap v2857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:43 smithi118 ceph-mon[182959]: pgmap v2858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:43 smithi118 ceph-mon[185516]: pgmap v2858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:43 smithi192 ceph-mon[180220]: pgmap v2858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:45 smithi118 ceph-mon[185516]: pgmap v2859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:45 smithi118 ceph-mon[182959]: pgmap v2859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:45 smithi192 ceph-mon[180220]: pgmap v2859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:47 smithi118 ceph-mon[185516]: pgmap v2860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:47 smithi118 ceph-mon[182959]: pgmap v2860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:47 smithi192 ceph-mon[180220]: pgmap v2860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:49 smithi118 ceph-mon[185516]: pgmap v2861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:49 smithi118 ceph-mon[182959]: pgmap v2861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:49.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:49 smithi192 ceph-mon[180220]: pgmap v2861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:21:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:21:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:21:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:21:51.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:51 smithi118 ceph-mon[185516]: pgmap v2862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:51 smithi118 ceph-mon[182959]: pgmap v2862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:51 smithi192 ceph-mon[180220]: pgmap v2862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:53.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:53 smithi118 ceph-mon[185516]: pgmap v2863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:53 smithi118 ceph-mon[182959]: pgmap v2863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:53 smithi192 ceph-mon[180220]: pgmap v2863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:55.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:55 smithi118 ceph-mon[185516]: pgmap v2864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:55 smithi118 ceph-mon[182959]: pgmap v2864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:55 smithi192 ceph-mon[180220]: pgmap v2864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:57.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:57 smithi118 ceph-mon[185516]: pgmap v2865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:57.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:57 smithi118 ceph-mon[182959]: pgmap v2865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:57 smithi192 ceph-mon[180220]: pgmap v2865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:59.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:21:59 smithi118 ceph-mon[185516]: pgmap v2866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:59.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:21:59 smithi118 ceph-mon[182959]: pgmap v2866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:21:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:21:59 smithi192 ceph-mon[180220]: pgmap v2866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:21:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:21:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:22:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:01 smithi118 ceph-mon[185516]: pgmap v2867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:01 smithi118 ceph-mon[182959]: pgmap v2867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:01 smithi192 ceph-mon[180220]: pgmap v2867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:03.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:03 smithi118 ceph-mon[185516]: pgmap v2868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:03 smithi118 ceph-mon[182959]: pgmap v2868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:03 smithi192 ceph-mon[180220]: pgmap v2868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:05.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:05 smithi118 ceph-mon[182959]: pgmap v2869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:05 smithi118 ceph-mon[185516]: pgmap v2869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:05 smithi192 ceph-mon[180220]: pgmap v2869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:07.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:07 smithi118 ceph-mon[182959]: pgmap v2870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:07.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:07 smithi118 ceph-mon[185516]: pgmap v2870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:07 smithi192 ceph-mon[180220]: pgmap v2870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:09.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:09 smithi118 ceph-mon[185516]: pgmap v2871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:09 smithi118 ceph-mon[182959]: pgmap v2871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:09 smithi192 ceph-mon[180220]: pgmap v2871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:22:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:22:09] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T10:22:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:11 smithi118 ceph-mon[185516]: pgmap v2872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:11 smithi118 ceph-mon[182959]: pgmap v2872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:11 smithi192 ceph-mon[180220]: pgmap v2872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:13 smithi118 ceph-mon[185516]: pgmap v2873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:22:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:13 smithi118 ceph-mon[182959]: pgmap v2873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:22:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:13 smithi192 ceph-mon[180220]: pgmap v2873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:22:14.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:22:14.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:22:14.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:22:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:22:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:22:14.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:22:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:22:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:22:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:22:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:15 smithi118 ceph-mon[185516]: pgmap v2874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:15 smithi118 ceph-mon[182959]: pgmap v2874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:15 smithi192 ceph-mon[180220]: pgmap v2874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:17 smithi118 ceph-mon[185516]: pgmap v2875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:17 smithi118 ceph-mon[182959]: pgmap v2875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:17 smithi192 ceph-mon[180220]: pgmap v2875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:19 smithi118 ceph-mon[185516]: pgmap v2876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:19 smithi118 ceph-mon[182959]: pgmap v2876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:19 smithi192 ceph-mon[180220]: pgmap v2876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:22:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:22:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:22:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:21 smithi118 ceph-mon[182959]: pgmap v2877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:21.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:21 smithi118 ceph-mon[185516]: pgmap v2877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:21 smithi192 ceph-mon[180220]: pgmap v2877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:23 smithi118 ceph-mon[182959]: pgmap v2878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:23.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:23 smithi118 ceph-mon[185516]: pgmap v2878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:23 smithi192 ceph-mon[180220]: pgmap v2878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:25 smithi118 ceph-mon[182959]: pgmap v2879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:25 smithi118 ceph-mon[185516]: pgmap v2879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:25 smithi192 ceph-mon[180220]: pgmap v2879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:27 smithi118 ceph-mon[185516]: pgmap v2880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:27 smithi118 ceph-mon[182959]: pgmap v2880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:27 smithi192 ceph-mon[180220]: pgmap v2880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:29 smithi118 ceph-mon[185516]: pgmap v2881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:29.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:29 smithi118 ceph-mon[182959]: pgmap v2881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:29 smithi192 ceph-mon[180220]: pgmap v2881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:22:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:22:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:22:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:31 smithi118 ceph-mon[185516]: pgmap v2882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:31 smithi118 ceph-mon[182959]: pgmap v2882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:31 smithi192 ceph-mon[180220]: pgmap v2882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:33.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:33 smithi118 ceph-mon[185516]: pgmap v2883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:33.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:33 smithi118 ceph-mon[182959]: pgmap v2883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:33 smithi192 ceph-mon[180220]: pgmap v2883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:35 smithi118 ceph-mon[185516]: pgmap v2884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:35 smithi118 ceph-mon[182959]: pgmap v2884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:35 smithi192 ceph-mon[180220]: pgmap v2884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:37 smithi118 ceph-mon[185516]: pgmap v2885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:37 smithi118 ceph-mon[182959]: pgmap v2885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:37 smithi192 ceph-mon[180220]: pgmap v2885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:39 smithi192 ceph-mon[180220]: pgmap v2886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:39.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:39 smithi118 ceph-mon[182959]: pgmap v2886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:39.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:39 smithi118 ceph-mon[185516]: pgmap v2886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:22:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:22:39] "GET /metrics HTTP/1.1" 200 36323 "" "Prometheus/2.43.0" 2023-09-30T10:22:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:41 smithi192 ceph-mon[180220]: pgmap v2887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:41 smithi118 ceph-mon[185516]: pgmap v2887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:41 smithi118 ceph-mon[182959]: pgmap v2887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:43 smithi192 ceph-mon[180220]: pgmap v2888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:43 smithi118 ceph-mon[185516]: pgmap v2888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:43 smithi118 ceph-mon[182959]: pgmap v2888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:45 smithi192 ceph-mon[180220]: pgmap v2889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:45 smithi118 ceph-mon[185516]: pgmap v2889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:45 smithi118 ceph-mon[182959]: pgmap v2889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:47 smithi192 ceph-mon[180220]: pgmap v2890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:47 smithi118 ceph-mon[185516]: pgmap v2890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:47 smithi118 ceph-mon[182959]: pgmap v2890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:49 smithi192 ceph-mon[180220]: pgmap v2891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:49 smithi118 ceph-mon[185516]: pgmap v2891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:49.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:49 smithi118 ceph-mon[182959]: pgmap v2891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:49.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:22:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:22:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:22:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:22:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:51 smithi192 ceph-mon[180220]: pgmap v2892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:51 smithi118 ceph-mon[185516]: pgmap v2892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:51 smithi118 ceph-mon[182959]: pgmap v2892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:53 smithi192 ceph-mon[180220]: pgmap v2893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:53 smithi118 ceph-mon[185516]: pgmap v2893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:53 smithi118 ceph-mon[182959]: pgmap v2893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:55 smithi192 ceph-mon[180220]: pgmap v2894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:55 smithi118 ceph-mon[185516]: pgmap v2894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:55 smithi118 ceph-mon[182959]: pgmap v2894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:57 smithi192 ceph-mon[180220]: pgmap v2895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:57 smithi118 ceph-mon[185516]: pgmap v2895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:57 smithi118 ceph-mon[182959]: pgmap v2895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:22:59 smithi192 ceph-mon[180220]: pgmap v2896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:22:59 smithi118 ceph-mon[185516]: pgmap v2896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:22:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:22:59 smithi118 ceph-mon[182959]: pgmap v2896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:22:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:22:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:23:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:01 smithi192 ceph-mon[180220]: pgmap v2897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:01 smithi118 ceph-mon[185516]: pgmap v2897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:01 smithi118 ceph-mon[182959]: pgmap v2897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:03 smithi192 ceph-mon[180220]: pgmap v2898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:03 smithi118 ceph-mon[185516]: pgmap v2898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:03 smithi118 ceph-mon[182959]: pgmap v2898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:05 smithi192 ceph-mon[180220]: pgmap v2899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:05 smithi118 ceph-mon[185516]: pgmap v2899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:05 smithi118 ceph-mon[182959]: pgmap v2899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:07 smithi192 ceph-mon[180220]: pgmap v2900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:07 smithi118 ceph-mon[185516]: pgmap v2900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:07 smithi118 ceph-mon[182959]: pgmap v2900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:09 smithi192 ceph-mon[180220]: pgmap v2901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:09 smithi118 ceph-mon[185516]: pgmap v2901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:09 smithi118 ceph-mon[182959]: pgmap v2901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:23:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:23:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:23:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:11 smithi192 ceph-mon[180220]: pgmap v2902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:11 smithi118 ceph-mon[182959]: pgmap v2902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:11 smithi118 ceph-mon[185516]: pgmap v2902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:13 smithi192 ceph-mon[180220]: pgmap v2903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:13 smithi118 ceph-mon[185516]: pgmap v2903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:13 smithi118 ceph-mon[182959]: pgmap v2903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:23:14.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:23:14.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:23:14.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:23:14.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:23:14.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:23:14.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:23:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:23:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:23:14.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:23:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:15 smithi192 ceph-mon[180220]: pgmap v2904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:15 smithi118 ceph-mon[185516]: pgmap v2904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:15 smithi118 ceph-mon[182959]: pgmap v2904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:17 smithi192 ceph-mon[180220]: pgmap v2905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:17 smithi118 ceph-mon[185516]: pgmap v2905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:17 smithi118 ceph-mon[182959]: pgmap v2905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:19 smithi192 ceph-mon[180220]: pgmap v2906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:19 smithi118 ceph-mon[185516]: pgmap v2906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:19 smithi118 ceph-mon[182959]: pgmap v2906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:23:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:23:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:23:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:21 smithi192 ceph-mon[180220]: pgmap v2907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:21 smithi118 ceph-mon[185516]: pgmap v2907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:21 smithi118 ceph-mon[182959]: pgmap v2907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:23 smithi192 ceph-mon[180220]: pgmap v2908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:23 smithi118 ceph-mon[185516]: pgmap v2908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:23 smithi118 ceph-mon[182959]: pgmap v2908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:25 smithi192 ceph-mon[180220]: pgmap v2909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:25 smithi118 ceph-mon[185516]: pgmap v2909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:25 smithi118 ceph-mon[182959]: pgmap v2909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:27 smithi192 ceph-mon[180220]: pgmap v2910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:27 smithi118 ceph-mon[185516]: pgmap v2910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:27 smithi118 ceph-mon[182959]: pgmap v2910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:29 smithi192 ceph-mon[180220]: pgmap v2911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:29.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:29 smithi118 ceph-mon[185516]: pgmap v2911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:29.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:29 smithi118 ceph-mon[182959]: pgmap v2911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:23:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:23:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:23:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:31 smithi192 ceph-mon[180220]: pgmap v2912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:31 smithi118 ceph-mon[185516]: pgmap v2912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:31 smithi118 ceph-mon[182959]: pgmap v2912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:33 smithi192 ceph-mon[180220]: pgmap v2913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:33 smithi118 ceph-mon[185516]: pgmap v2913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:33 smithi118 ceph-mon[182959]: pgmap v2913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:35 smithi192 ceph-mon[180220]: pgmap v2914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:35 smithi118 ceph-mon[185516]: pgmap v2914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:35 smithi118 ceph-mon[182959]: pgmap v2914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:37 smithi192 ceph-mon[180220]: pgmap v2915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:37 smithi118 ceph-mon[185516]: pgmap v2915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:37 smithi118 ceph-mon[182959]: pgmap v2915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:39 smithi192 ceph-mon[180220]: pgmap v2916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:39.796 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:23:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:23:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:23:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:39 smithi118 ceph-mon[185516]: pgmap v2916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:39 smithi118 ceph-mon[182959]: pgmap v2916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:41 smithi192 ceph-mon[180220]: pgmap v2917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:41 smithi118 ceph-mon[185516]: pgmap v2917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:41 smithi118 ceph-mon[182959]: pgmap v2917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:43 smithi192 ceph-mon[180220]: pgmap v2918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:43 smithi118 ceph-mon[185516]: pgmap v2918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:43 smithi118 ceph-mon[182959]: pgmap v2918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:45 smithi192 ceph-mon[180220]: pgmap v2919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:45 smithi118 ceph-mon[185516]: pgmap v2919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:45 smithi118 ceph-mon[182959]: pgmap v2919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:47 smithi192 ceph-mon[180220]: pgmap v2920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:47 smithi118 ceph-mon[185516]: pgmap v2920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:47 smithi118 ceph-mon[182959]: pgmap v2920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:49 smithi192 ceph-mon[180220]: pgmap v2921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:49 smithi118 ceph-mon[185516]: pgmap v2921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:49 smithi118 ceph-mon[182959]: pgmap v2921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:23:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:23:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:23:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:23:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:51 smithi192 ceph-mon[180220]: pgmap v2922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:51 smithi118 ceph-mon[185516]: pgmap v2922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:51 smithi118 ceph-mon[182959]: pgmap v2922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:53 smithi192 ceph-mon[180220]: pgmap v2923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:53 smithi118 ceph-mon[185516]: pgmap v2923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:53 smithi118 ceph-mon[182959]: pgmap v2923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:55 smithi192 ceph-mon[180220]: pgmap v2924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:55 smithi118 ceph-mon[185516]: pgmap v2924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:55 smithi118 ceph-mon[182959]: pgmap v2924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:57.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:57 smithi192 ceph-mon[180220]: pgmap v2925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:57 smithi118 ceph-mon[185516]: pgmap v2925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:57 smithi118 ceph-mon[182959]: pgmap v2925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:23:59 smithi192 ceph-mon[180220]: pgmap v2926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:59.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:23:59 smithi118 ceph-mon[185516]: pgmap v2926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:23:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:23:59 smithi118 ceph-mon[182959]: pgmap v2926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:23:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:23:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:24:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:01 smithi192 ceph-mon[180220]: pgmap v2927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:01 smithi118 ceph-mon[185516]: pgmap v2927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:01 smithi118 ceph-mon[182959]: pgmap v2927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:03 smithi192 ceph-mon[180220]: pgmap v2928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:03 smithi118 ceph-mon[185516]: pgmap v2928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:03 smithi118 ceph-mon[182959]: pgmap v2928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:05.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:05 smithi192 ceph-mon[180220]: pgmap v2929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:05 smithi118 ceph-mon[185516]: pgmap v2929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:05 smithi118 ceph-mon[182959]: pgmap v2929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:07 smithi192 ceph-mon[180220]: pgmap v2930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:07 smithi118 ceph-mon[185516]: pgmap v2930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:07 smithi118 ceph-mon[182959]: pgmap v2930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:09 smithi192 ceph-mon[180220]: pgmap v2931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:09 smithi118 ceph-mon[185516]: pgmap v2931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:09 smithi118 ceph-mon[182959]: pgmap v2931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:24:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:24:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:24:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:11 smithi192 ceph-mon[180220]: pgmap v2932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:11 smithi118 ceph-mon[185516]: pgmap v2932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:11 smithi118 ceph-mon[182959]: pgmap v2932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:13 smithi192 ceph-mon[180220]: pgmap v2933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:13 smithi118 ceph-mon[185516]: pgmap v2933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:13 smithi118 ceph-mon[182959]: pgmap v2933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: pgmap v2934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:24:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:24:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:24:15.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: pgmap v2934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:24:15.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: pgmap v2934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:24:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:24:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:17 smithi192 ceph-mon[180220]: pgmap v2935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:17 smithi118 ceph-mon[185516]: pgmap v2935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:17 smithi118 ceph-mon[182959]: pgmap v2935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:19 smithi192 ceph-mon[180220]: pgmap v2936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:19 smithi118 ceph-mon[185516]: pgmap v2936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:19 smithi118 ceph-mon[182959]: pgmap v2936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:24:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:24:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:24:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:21 smithi192 ceph-mon[180220]: pgmap v2937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:21 smithi118 ceph-mon[185516]: pgmap v2937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:21 smithi118 ceph-mon[182959]: pgmap v2937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:23 smithi192 ceph-mon[180220]: pgmap v2938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:23 smithi118 ceph-mon[185516]: pgmap v2938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:23 smithi118 ceph-mon[182959]: pgmap v2938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:25 smithi192 ceph-mon[180220]: pgmap v2939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:25 smithi118 ceph-mon[182959]: pgmap v2939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:25 smithi118 ceph-mon[185516]: pgmap v2939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:27 smithi192 ceph-mon[180220]: pgmap v2940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:27 smithi118 ceph-mon[185516]: pgmap v2940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:27 smithi118 ceph-mon[182959]: pgmap v2940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:29 smithi192 ceph-mon[180220]: pgmap v2941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:29.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:29 smithi118 ceph-mon[185516]: pgmap v2941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:29 smithi118 ceph-mon[182959]: pgmap v2941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:24:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:24:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:24:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:31 smithi118 ceph-mon[182959]: pgmap v2942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:31 smithi118 ceph-mon[185516]: pgmap v2942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:31 smithi192 ceph-mon[180220]: pgmap v2942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:33 smithi118 ceph-mon[182959]: pgmap v2943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:33 smithi118 ceph-mon[185516]: pgmap v2943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:33 smithi192 ceph-mon[180220]: pgmap v2943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:35 smithi118 ceph-mon[185516]: pgmap v2944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:35 smithi118 ceph-mon[182959]: pgmap v2944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:35 smithi192 ceph-mon[180220]: pgmap v2944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:37 smithi118 ceph-mon[185516]: pgmap v2945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:37 smithi118 ceph-mon[182959]: pgmap v2945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:37 smithi192 ceph-mon[180220]: pgmap v2945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:39 smithi118 ceph-mon[185516]: pgmap v2946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:39 smithi118 ceph-mon[182959]: pgmap v2946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:39 smithi192 ceph-mon[180220]: pgmap v2946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:24:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:24:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:24:41.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:41 smithi118 ceph-mon[185516]: pgmap v2947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:41 smithi118 ceph-mon[182959]: pgmap v2947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:41 smithi192 ceph-mon[180220]: pgmap v2947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:43 smithi118 ceph-mon[185516]: pgmap v2948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:43.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:43 smithi118 ceph-mon[182959]: pgmap v2948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:43 smithi192 ceph-mon[180220]: pgmap v2948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:45 smithi118 ceph-mon[185516]: pgmap v2949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:45 smithi118 ceph-mon[182959]: pgmap v2949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:45 smithi192 ceph-mon[180220]: pgmap v2949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:47 smithi118 ceph-mon[185516]: pgmap v2950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:47 smithi118 ceph-mon[182959]: pgmap v2950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:47 smithi192 ceph-mon[180220]: pgmap v2950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:49 smithi118 ceph-mon[185516]: pgmap v2951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:49 smithi118 ceph-mon[182959]: pgmap v2951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:49 smithi192 ceph-mon[180220]: pgmap v2951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:24:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:24:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:24:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:24:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:51 smithi118 ceph-mon[185516]: pgmap v2952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:51 smithi118 ceph-mon[182959]: pgmap v2952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:51 smithi192 ceph-mon[180220]: pgmap v2952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:53 smithi118 ceph-mon[185516]: pgmap v2953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:53 smithi118 ceph-mon[182959]: pgmap v2953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:53 smithi192 ceph-mon[180220]: pgmap v2953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:55 smithi118 ceph-mon[185516]: pgmap v2954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:55 smithi118 ceph-mon[182959]: pgmap v2954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:55 smithi192 ceph-mon[180220]: pgmap v2954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:57 smithi118 ceph-mon[185516]: pgmap v2955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:57 smithi118 ceph-mon[182959]: pgmap v2955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:57 smithi192 ceph-mon[180220]: pgmap v2955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 10:24:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T10:24:59.120523698Z level=info msg="Completed cleanup jobs" duration=43.324164ms 2023-09-30T10:24:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:24:59 smithi118 ceph-mon[185516]: pgmap v2956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:24:59 smithi118 ceph-mon[182959]: pgmap v2956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:24:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:24:59 smithi192 ceph-mon[180220]: pgmap v2956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:24:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:24:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:25:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:01 smithi118 ceph-mon[185516]: pgmap v2957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:02.029 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:01 smithi118 ceph-mon[182959]: pgmap v2957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:02.030 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:01 smithi192 ceph-mon[180220]: pgmap v2957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:03 smithi118 ceph-mon[185516]: pgmap v2958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:03 smithi118 ceph-mon[182959]: pgmap v2958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:03.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:03 smithi192 ceph-mon[180220]: pgmap v2958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:05 smithi118 ceph-mon[185516]: pgmap v2959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:05 smithi118 ceph-mon[182959]: pgmap v2959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:05 smithi192 ceph-mon[180220]: pgmap v2959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:07 smithi118 ceph-mon[185516]: pgmap v2960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:07 smithi118 ceph-mon[182959]: pgmap v2960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:07 smithi192 ceph-mon[180220]: pgmap v2960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:09 smithi118 ceph-mon[185516]: pgmap v2961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:09.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:09 smithi118 ceph-mon[182959]: pgmap v2961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:09 smithi192 ceph-mon[180220]: pgmap v2961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:25:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:25:09] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T10:25:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:11 smithi118 ceph-mon[185516]: pgmap v2962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:11 smithi118 ceph-mon[182959]: pgmap v2962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:11 smithi192 ceph-mon[180220]: pgmap v2962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:13 smithi118 ceph-mon[185516]: pgmap v2963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:13 smithi118 ceph-mon[182959]: pgmap v2963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:13 smithi192 ceph-mon[180220]: pgmap v2963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:15 smithi118 ceph-mon[185516]: pgmap v2964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:25:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:15 smithi118 ceph-mon[182959]: pgmap v2964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:25:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:15 smithi192 ceph-mon[180220]: pgmap v2964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:25:16.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:25:16.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:25:16.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:25:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:25:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:25:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:25:16.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:25:16.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:25:16.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:25:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:17 smithi118 ceph-mon[185516]: pgmap v2965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:17 smithi118 ceph-mon[182959]: pgmap v2965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:17 smithi192 ceph-mon[180220]: pgmap v2965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:19 smithi118 ceph-mon[185516]: pgmap v2966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:19 smithi118 ceph-mon[182959]: pgmap v2966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:19 smithi192 ceph-mon[180220]: pgmap v2966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:25:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:25:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:25:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:21 smithi118 ceph-mon[185516]: pgmap v2967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:21 smithi118 ceph-mon[182959]: pgmap v2967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:21 smithi192 ceph-mon[180220]: pgmap v2967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:23 smithi118 ceph-mon[185516]: pgmap v2968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:23 smithi118 ceph-mon[182959]: pgmap v2968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:23 smithi192 ceph-mon[180220]: pgmap v2968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:25 smithi118 ceph-mon[185516]: pgmap v2969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:25 smithi118 ceph-mon[182959]: pgmap v2969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:25 smithi192 ceph-mon[180220]: pgmap v2969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:27 smithi118 ceph-mon[185516]: pgmap v2970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:27 smithi118 ceph-mon[182959]: pgmap v2970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:27 smithi192 ceph-mon[180220]: pgmap v2970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:29 smithi118 ceph-mon[185516]: pgmap v2971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:29.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:29 smithi118 ceph-mon[182959]: pgmap v2971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:29 smithi192 ceph-mon[180220]: pgmap v2971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:25:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:25:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:25:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:31 smithi118 ceph-mon[185516]: pgmap v2972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:31 smithi118 ceph-mon[182959]: pgmap v2972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:31 smithi192 ceph-mon[180220]: pgmap v2972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:33 smithi118 ceph-mon[182959]: pgmap v2973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:33 smithi118 ceph-mon[185516]: pgmap v2973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:33 smithi192 ceph-mon[180220]: pgmap v2973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:34.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:35 smithi118 ceph-mon[185516]: pgmap v2974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:35 smithi118 ceph-mon[182959]: pgmap v2974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:35 smithi192 ceph-mon[180220]: pgmap v2974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:37 smithi118 ceph-mon[185516]: pgmap v2975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:37 smithi118 ceph-mon[182959]: pgmap v2975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:37 smithi192 ceph-mon[180220]: pgmap v2975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:39.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:39 smithi118 ceph-mon[185516]: pgmap v2976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:39 smithi118 ceph-mon[182959]: pgmap v2976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:39 smithi192 ceph-mon[180220]: pgmap v2976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:25:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:25:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:25:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:41 smithi118 ceph-mon[185516]: pgmap v2977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:41 smithi118 ceph-mon[182959]: pgmap v2977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:41 smithi192 ceph-mon[180220]: pgmap v2977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:43 smithi118 ceph-mon[185516]: pgmap v2978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:43 smithi118 ceph-mon[182959]: pgmap v2978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:43 smithi192 ceph-mon[180220]: pgmap v2978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:45 smithi118 ceph-mon[185516]: pgmap v2979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:45 smithi118 ceph-mon[182959]: pgmap v2979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:45 smithi192 ceph-mon[180220]: pgmap v2979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:47 smithi118 ceph-mon[185516]: pgmap v2980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:47 smithi118 ceph-mon[182959]: pgmap v2980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:47 smithi192 ceph-mon[180220]: pgmap v2980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:49 smithi118 ceph-mon[185516]: pgmap v2981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:49 smithi118 ceph-mon[182959]: pgmap v2981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:49 smithi192 ceph-mon[180220]: pgmap v2981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:25:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:25:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:25:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:25:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:51 smithi118 ceph-mon[185516]: pgmap v2982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:51 smithi118 ceph-mon[182959]: pgmap v2982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:51 smithi192 ceph-mon[180220]: pgmap v2982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:53 smithi118 ceph-mon[185516]: pgmap v2983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:53 smithi118 ceph-mon[182959]: pgmap v2983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:53 smithi192 ceph-mon[180220]: pgmap v2983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:55 smithi118 ceph-mon[185516]: pgmap v2984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:55 smithi118 ceph-mon[182959]: pgmap v2984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:55 smithi192 ceph-mon[180220]: pgmap v2984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:57 smithi118 ceph-mon[185516]: pgmap v2985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:57 smithi118 ceph-mon[182959]: pgmap v2985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:57 smithi192 ceph-mon[180220]: pgmap v2985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:59.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:25:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:25:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:25:59.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:25:59 smithi118 ceph-mon[185516]: pgmap v2986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:59.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:25:59 smithi118 ceph-mon[182959]: pgmap v2986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:25:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:25:59 smithi192 ceph-mon[180220]: pgmap v2986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:01 smithi118 ceph-mon[185516]: pgmap v2987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:01 smithi118 ceph-mon[182959]: pgmap v2987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:01 smithi192 ceph-mon[180220]: pgmap v2987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:03 smithi118 ceph-mon[185516]: pgmap v2988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:03 smithi118 ceph-mon[182959]: pgmap v2988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:03 smithi192 ceph-mon[180220]: pgmap v2988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:05 smithi118 ceph-mon[185516]: pgmap v2989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:05 smithi118 ceph-mon[182959]: pgmap v2989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:05 smithi192 ceph-mon[180220]: pgmap v2989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:07 smithi118 ceph-mon[185516]: pgmap v2990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:07 smithi118 ceph-mon[182959]: pgmap v2990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:07 smithi192 ceph-mon[180220]: pgmap v2990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:09.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:26:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:26:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:26:09.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:09 smithi118 ceph-mon[185516]: pgmap v2991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:09.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:09 smithi118 ceph-mon[182959]: pgmap v2991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:09 smithi192 ceph-mon[180220]: pgmap v2991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:11 smithi118 ceph-mon[185516]: pgmap v2992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:11 smithi118 ceph-mon[182959]: pgmap v2992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:11 smithi192 ceph-mon[180220]: pgmap v2992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:13 smithi118 ceph-mon[185516]: pgmap v2993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:13 smithi118 ceph-mon[182959]: pgmap v2993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:13 smithi192 ceph-mon[180220]: pgmap v2993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:15 smithi118 ceph-mon[185516]: pgmap v2994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:15 smithi118 ceph-mon[182959]: pgmap v2994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:15 smithi192 ceph-mon[180220]: pgmap v2994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:16.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:26:16.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:26:16.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:26:17.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:17 smithi118 ceph-mon[182959]: pgmap v2995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:17.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:17 smithi118 ceph-mon[185516]: pgmap v2995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:17.956 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:17 smithi192 ceph-mon[180220]: pgmap v2995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: pgmap v2996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:26:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:26:19.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: pgmap v2996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:26:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:26:19.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: pgmap v2996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.347 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:19.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:26:19.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:26:19.348 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:26:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:26:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:26:19] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:26:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:20.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:20 smithi118 ceph-mon[185516]: pgmap v2997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:21.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:20 smithi118 ceph-mon[182959]: pgmap v2997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:21.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:20 smithi192 ceph-mon[180220]: pgmap v2997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:23.597 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:23 smithi118 ceph-mon[185516]: pgmap v2998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:23.598 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:23 smithi118 ceph-mon[182959]: pgmap v2998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:23 smithi192 ceph-mon[180220]: pgmap v2998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:25.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:25 smithi118 ceph-mon[185516]: pgmap v2999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:25.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:25 smithi118 ceph-mon[182959]: pgmap v2999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:25 smithi192 ceph-mon[180220]: pgmap v2999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:27.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:27 smithi118 ceph-mon[185516]: pgmap v3000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:27 smithi118 ceph-mon[182959]: pgmap v3000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:27 smithi192 ceph-mon[180220]: pgmap v3000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:29.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:29 smithi118 ceph-mon[185516]: pgmap v3001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:29.613 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:29 smithi118 ceph-mon[182959]: pgmap v3001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:29 smithi192 ceph-mon[180220]: pgmap v3001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:26:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:26:29] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:26:31.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:31 smithi118 ceph-mon[185516]: pgmap v3002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:31 smithi118 ceph-mon[182959]: pgmap v3002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:31 smithi192 ceph-mon[180220]: pgmap v3002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:33 smithi118 ceph-mon[185516]: pgmap v3003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:33 smithi118 ceph-mon[182959]: pgmap v3003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:33 smithi192 ceph-mon[180220]: pgmap v3003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:35 smithi118 ceph-mon[185516]: pgmap v3004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:35 smithi118 ceph-mon[182959]: pgmap v3004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:35 smithi192 ceph-mon[180220]: pgmap v3004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:37 smithi118 ceph-mon[185516]: pgmap v3005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:37 smithi118 ceph-mon[182959]: pgmap v3005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:37 smithi192 ceph-mon[180220]: pgmap v3005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:39.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:39 smithi118 ceph-mon[185516]: pgmap v3006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:39.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:39 smithi118 ceph-mon[182959]: pgmap v3006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:39 smithi192 ceph-mon[180220]: pgmap v3006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:26:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:26:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:26:41.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:41 smithi118 ceph-mon[185516]: pgmap v3007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:41 smithi118 ceph-mon[182959]: pgmap v3007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:41 smithi192 ceph-mon[180220]: pgmap v3007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:43 smithi118 ceph-mon[185516]: pgmap v3008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:43 smithi118 ceph-mon[182959]: pgmap v3008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:43 smithi192 ceph-mon[180220]: pgmap v3008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:45.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:45 smithi118 ceph-mon[185516]: pgmap v3009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:45 smithi118 ceph-mon[182959]: pgmap v3009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:45 smithi192 ceph-mon[180220]: pgmap v3009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:47.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:47 smithi118 ceph-mon[185516]: pgmap v3010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:47 smithi118 ceph-mon[182959]: pgmap v3010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:47 smithi192 ceph-mon[180220]: pgmap v3010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:49 smithi118 ceph-mon[185516]: pgmap v3011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:49.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:49 smithi118 ceph-mon[182959]: pgmap v3011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:49 smithi192 ceph-mon[180220]: pgmap v3011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:26:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:26:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:26:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:26:51.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:51 smithi192 ceph-mon[180220]: pgmap v3012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:51 smithi118 ceph-mon[185516]: pgmap v3012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:51 smithi118 ceph-mon[182959]: pgmap v3012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:53 smithi192 ceph-mon[180220]: pgmap v3013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:53 smithi118 ceph-mon[185516]: pgmap v3013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:53 smithi118 ceph-mon[182959]: pgmap v3013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:55 smithi192 ceph-mon[180220]: pgmap v3014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:55 smithi118 ceph-mon[185516]: pgmap v3014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:55 smithi118 ceph-mon[182959]: pgmap v3014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:57 smithi192 ceph-mon[180220]: pgmap v3015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:57 smithi118 ceph-mon[185516]: pgmap v3015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:57 smithi118 ceph-mon[182959]: pgmap v3015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:26:59 smithi192 ceph-mon[180220]: pgmap v3016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:26:59 smithi118 ceph-mon[185516]: pgmap v3016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:26:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:26:59 smithi118 ceph-mon[182959]: pgmap v3016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:26:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:26:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:27:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:01 smithi192 ceph-mon[180220]: pgmap v3017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:01 smithi118 ceph-mon[185516]: pgmap v3017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:01 smithi118 ceph-mon[182959]: pgmap v3017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:03 smithi192 ceph-mon[180220]: pgmap v3018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:03 smithi118 ceph-mon[185516]: pgmap v3018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:03 smithi118 ceph-mon[182959]: pgmap v3018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:05 smithi192 ceph-mon[180220]: pgmap v3019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:05 smithi118 ceph-mon[185516]: pgmap v3019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:05 smithi118 ceph-mon[182959]: pgmap v3019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:07 smithi192 ceph-mon[180220]: pgmap v3020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:07 smithi118 ceph-mon[185516]: pgmap v3020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:07 smithi118 ceph-mon[182959]: pgmap v3020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:09 smithi192 ceph-mon[180220]: pgmap v3021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:09 smithi118 ceph-mon[185516]: pgmap v3021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:09 smithi118 ceph-mon[182959]: pgmap v3021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:27:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:27:09] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:27:11.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:11 smithi192 ceph-mon[180220]: pgmap v3022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:11 smithi118 ceph-mon[185516]: pgmap v3022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:11 smithi118 ceph-mon[182959]: pgmap v3022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:13 smithi192 ceph-mon[180220]: pgmap v3023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:13 smithi118 ceph-mon[185516]: pgmap v3023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:13 smithi118 ceph-mon[182959]: pgmap v3023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:15 smithi192 ceph-mon[180220]: pgmap v3024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:15 smithi118 ceph-mon[185516]: pgmap v3024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:15 smithi118 ceph-mon[182959]: pgmap v3024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:17 smithi192 ceph-mon[180220]: pgmap v3025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:17 smithi118 ceph-mon[185516]: pgmap v3025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:17 smithi118 ceph-mon[182959]: pgmap v3025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:19 smithi192 ceph-mon[180220]: pgmap v3026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:27:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:19 smithi118 ceph-mon[185516]: pgmap v3026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:27:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:19 smithi118 ceph-mon[182959]: pgmap v3026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:27:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:27:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:27:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:27:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:27:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:27:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:27:20.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:27:20.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:27:20.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:27:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:27:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:27:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:27:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:21 smithi118 ceph-mon[185516]: pgmap v3027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:21 smithi118 ceph-mon[182959]: pgmap v3027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:21 smithi192 ceph-mon[180220]: pgmap v3027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:23 smithi118 ceph-mon[185516]: pgmap v3028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:23 smithi118 ceph-mon[182959]: pgmap v3028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:23 smithi192 ceph-mon[180220]: pgmap v3028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:25 smithi118 ceph-mon[185516]: pgmap v3029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:25 smithi118 ceph-mon[182959]: pgmap v3029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:25 smithi192 ceph-mon[180220]: pgmap v3029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:27 smithi118 ceph-mon[185516]: pgmap v3030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:27.913 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:27 smithi118 ceph-mon[182959]: pgmap v3030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:27 smithi192 ceph-mon[180220]: pgmap v3030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:29.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:27:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:27:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:27:29.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:29 smithi118 ceph-mon[185516]: pgmap v3031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:29.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:29 smithi118 ceph-mon[182959]: pgmap v3031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:29 smithi192 ceph-mon[180220]: pgmap v3031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:31 smithi118 ceph-mon[185516]: pgmap v3032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:31 smithi118 ceph-mon[182959]: pgmap v3032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:31 smithi192 ceph-mon[180220]: pgmap v3032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:33 smithi118 ceph-mon[185516]: pgmap v3033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:33 smithi118 ceph-mon[182959]: pgmap v3033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:33 smithi192 ceph-mon[180220]: pgmap v3033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:35 smithi118 ceph-mon[185516]: pgmap v3034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:35 smithi118 ceph-mon[182959]: pgmap v3034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:35 smithi192 ceph-mon[180220]: pgmap v3034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:37 smithi118 ceph-mon[185516]: pgmap v3035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:37 smithi118 ceph-mon[182959]: pgmap v3035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:37 smithi192 ceph-mon[180220]: pgmap v3035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:39.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:27:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:27:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:27:39.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:39 smithi118 ceph-mon[185516]: pgmap v3036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:39.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:39 smithi118 ceph-mon[182959]: pgmap v3036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:39 smithi192 ceph-mon[180220]: pgmap v3036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:41 smithi118 ceph-mon[185516]: pgmap v3037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:41 smithi118 ceph-mon[182959]: pgmap v3037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:41 smithi192 ceph-mon[180220]: pgmap v3037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:43 smithi118 ceph-mon[185516]: pgmap v3038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:43 smithi118 ceph-mon[182959]: pgmap v3038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:43 smithi192 ceph-mon[180220]: pgmap v3038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:45 smithi192 ceph-mon[180220]: pgmap v3039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:45 smithi118 ceph-mon[185516]: pgmap v3039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:45 smithi118 ceph-mon[182959]: pgmap v3039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:47 smithi192 ceph-mon[180220]: pgmap v3040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:47 smithi118 ceph-mon[185516]: pgmap v3040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:48.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:47 smithi118 ceph-mon[182959]: pgmap v3040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:49 smithi192 ceph-mon[180220]: pgmap v3041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:27:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:27:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:27:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:49 smithi118 ceph-mon[185516]: pgmap v3041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:49 smithi118 ceph-mon[182959]: pgmap v3041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:27:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:51 smithi192 ceph-mon[180220]: pgmap v3042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:51 smithi118 ceph-mon[185516]: pgmap v3042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:51 smithi118 ceph-mon[182959]: pgmap v3042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:53 smithi192 ceph-mon[180220]: pgmap v3043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:53 smithi118 ceph-mon[185516]: pgmap v3043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:53 smithi118 ceph-mon[182959]: pgmap v3043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:55 smithi192 ceph-mon[180220]: pgmap v3044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:55 smithi118 ceph-mon[185516]: pgmap v3044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:55 smithi118 ceph-mon[182959]: pgmap v3044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:57 smithi192 ceph-mon[180220]: pgmap v3045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:57 smithi118 ceph-mon[185516]: pgmap v3045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:57 smithi118 ceph-mon[182959]: pgmap v3045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:27:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:27:59 smithi192 ceph-mon[180220]: pgmap v3046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:27:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:27:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:28:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:27:59 smithi118 ceph-mon[185516]: pgmap v3046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:27:59 smithi118 ceph-mon[182959]: pgmap v3046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:01 smithi192 ceph-mon[180220]: pgmap v3047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:01 smithi118 ceph-mon[185516]: pgmap v3047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:01 smithi118 ceph-mon[182959]: pgmap v3047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:03 smithi192 ceph-mon[180220]: pgmap v3048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:03 smithi118 ceph-mon[185516]: pgmap v3048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:03 smithi118 ceph-mon[182959]: pgmap v3048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:05.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:05 smithi192 ceph-mon[180220]: pgmap v3049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:05 smithi118 ceph-mon[185516]: pgmap v3049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:05 smithi118 ceph-mon[182959]: pgmap v3049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:07 smithi192 ceph-mon[180220]: pgmap v3050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:07 smithi118 ceph-mon[185516]: pgmap v3050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:08.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:07 smithi118 ceph-mon[182959]: pgmap v3050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:09 smithi192 ceph-mon[180220]: pgmap v3051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:28:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:28:09] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:28:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:09 smithi118 ceph-mon[185516]: pgmap v3051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:09 smithi118 ceph-mon[182959]: pgmap v3051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:11 smithi192 ceph-mon[180220]: pgmap v3052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:11 smithi118 ceph-mon[185516]: pgmap v3052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:11 smithi118 ceph-mon[182959]: pgmap v3052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:13.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:13 smithi118 ceph-mon[185516]: pgmap v3053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:13.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:13 smithi118 ceph-mon[182959]: pgmap v3053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:13 smithi192 ceph-mon[180220]: pgmap v3053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:15.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:15 smithi118 ceph-mon[185516]: pgmap v3054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:15 smithi118 ceph-mon[182959]: pgmap v3054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:15 smithi192 ceph-mon[180220]: pgmap v3054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:17 smithi118 ceph-mon[185516]: pgmap v3055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:17 smithi118 ceph-mon[182959]: pgmap v3055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:17 smithi192 ceph-mon[180220]: pgmap v3055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:19 smithi118 ceph-mon[185516]: pgmap v3056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:19 smithi118 ceph-mon[182959]: pgmap v3056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:19 smithi192 ceph-mon[180220]: pgmap v3056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:28:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:28:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:28:20.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:28:20.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:28:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:28:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:21 smithi192 ceph-mon[180220]: pgmap v3057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:28:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:28:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:28:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[185516]: pgmap v3057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:28:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:28:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:28:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[182959]: pgmap v3057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:28:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:28:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:28:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:23 smithi192 ceph-mon[180220]: pgmap v3058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:23 smithi118 ceph-mon[185516]: pgmap v3058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:23 smithi118 ceph-mon[182959]: pgmap v3058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:25 smithi192 ceph-mon[180220]: pgmap v3059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:25 smithi118 ceph-mon[185516]: pgmap v3059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:25 smithi118 ceph-mon[182959]: pgmap v3059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:27 smithi192 ceph-mon[180220]: pgmap v3060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:27 smithi118 ceph-mon[185516]: pgmap v3060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:27 smithi118 ceph-mon[182959]: pgmap v3060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:29 smithi192 ceph-mon[180220]: pgmap v3061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:29 smithi118 ceph-mon[185516]: pgmap v3061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:29 smithi118 ceph-mon[182959]: pgmap v3061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:28:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:28:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:28:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:31 smithi192 ceph-mon[180220]: pgmap v3062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:31 smithi118 ceph-mon[185516]: pgmap v3062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:31 smithi118 ceph-mon[182959]: pgmap v3062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:33 smithi192 ceph-mon[180220]: pgmap v3063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:33 smithi118 ceph-mon[185516]: pgmap v3063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:33 smithi118 ceph-mon[182959]: pgmap v3063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:35 smithi192 ceph-mon[180220]: pgmap v3064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:35 smithi118 ceph-mon[185516]: pgmap v3064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:35 smithi118 ceph-mon[182959]: pgmap v3064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:37 smithi192 ceph-mon[180220]: pgmap v3065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:37 smithi118 ceph-mon[185516]: pgmap v3065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:37 smithi118 ceph-mon[182959]: pgmap v3065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:39 smithi192 ceph-mon[180220]: pgmap v3066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:39 smithi118 ceph-mon[185516]: pgmap v3066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:39 smithi118 ceph-mon[182959]: pgmap v3066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:28:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:28:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:28:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:41 smithi192 ceph-mon[180220]: pgmap v3067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:41 smithi118 ceph-mon[185516]: pgmap v3067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:41 smithi118 ceph-mon[182959]: pgmap v3067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:43 smithi192 ceph-mon[180220]: pgmap v3068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:43 smithi118 ceph-mon[185516]: pgmap v3068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:43 smithi118 ceph-mon[182959]: pgmap v3068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:45 smithi192 ceph-mon[180220]: pgmap v3069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:45 smithi118 ceph-mon[185516]: pgmap v3069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:45 smithi118 ceph-mon[182959]: pgmap v3069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:47 smithi192 ceph-mon[180220]: pgmap v3070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:47 smithi118 ceph-mon[185516]: pgmap v3070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:47 smithi118 ceph-mon[182959]: pgmap v3070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:49 smithi192 ceph-mon[180220]: pgmap v3071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:49 smithi118 ceph-mon[182959]: pgmap v3071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:49 smithi118 ceph-mon[185516]: pgmap v3071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:28:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:28:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:28:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:28:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:51 smithi192 ceph-mon[180220]: pgmap v3072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:51 smithi118 ceph-mon[185516]: pgmap v3072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:51 smithi118 ceph-mon[182959]: pgmap v3072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:53 smithi192 ceph-mon[180220]: pgmap v3073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:53 smithi118 ceph-mon[185516]: pgmap v3073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:53 smithi118 ceph-mon[182959]: pgmap v3073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:55 smithi192 ceph-mon[180220]: pgmap v3074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:55 smithi118 ceph-mon[185516]: pgmap v3074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:55 smithi118 ceph-mon[182959]: pgmap v3074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:57 smithi192 ceph-mon[180220]: pgmap v3075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:57 smithi118 ceph-mon[185516]: pgmap v3075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:57 smithi118 ceph-mon[182959]: pgmap v3075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:28:59 smithi192 ceph-mon[180220]: pgmap v3076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:59.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:28:59 smithi118 ceph-mon[182959]: pgmap v3076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:28:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:28:59 smithi118 ceph-mon[185516]: pgmap v3076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:28:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:28:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:29:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:01 smithi192 ceph-mon[180220]: pgmap v3077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:01 smithi118 ceph-mon[182959]: pgmap v3077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:01 smithi118 ceph-mon[185516]: pgmap v3077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:03 smithi192 ceph-mon[180220]: pgmap v3078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:03 smithi118 ceph-mon[185516]: pgmap v3078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:03 smithi118 ceph-mon[182959]: pgmap v3078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:05 smithi192 ceph-mon[180220]: pgmap v3079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:05 smithi118 ceph-mon[185516]: pgmap v3079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:05 smithi118 ceph-mon[182959]: pgmap v3079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:07 smithi192 ceph-mon[180220]: pgmap v3080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:07 smithi118 ceph-mon[185516]: pgmap v3080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:07 smithi118 ceph-mon[182959]: pgmap v3080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:09 smithi192 ceph-mon[180220]: pgmap v3081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:09.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:09 smithi118 ceph-mon[185516]: pgmap v3081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:09 smithi118 ceph-mon[182959]: pgmap v3081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:29:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:29:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:29:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:11 smithi192 ceph-mon[180220]: pgmap v3082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:11 smithi118 ceph-mon[185516]: pgmap v3082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:11 smithi118 ceph-mon[182959]: pgmap v3082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:13 smithi192 ceph-mon[180220]: pgmap v3083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:13 smithi118 ceph-mon[185516]: pgmap v3083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:13 smithi118 ceph-mon[182959]: pgmap v3083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:15 smithi192 ceph-mon[180220]: pgmap v3084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:15 smithi118 ceph-mon[185516]: pgmap v3084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:15 smithi118 ceph-mon[182959]: pgmap v3084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:17 smithi192 ceph-mon[180220]: pgmap v3085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:17 smithi118 ceph-mon[182959]: pgmap v3085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:17 smithi118 ceph-mon[185516]: pgmap v3085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:19 smithi192 ceph-mon[180220]: pgmap v3086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:19 smithi118 ceph-mon[182959]: pgmap v3086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:19 smithi118 ceph-mon[185516]: pgmap v3086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:20.098 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:29:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:29:19] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:29:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:21 smithi192 ceph-mon[180220]: pgmap v3087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:29:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:21 smithi118 ceph-mon[185516]: pgmap v3087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:29:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:21 smithi118 ceph-mon[182959]: pgmap v3087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:29:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:29:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:29:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:29:22.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:29:22.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:29:22.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:29:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:29:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:29:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:29:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:23 smithi192 ceph-mon[180220]: pgmap v3088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:23 smithi118 ceph-mon[185516]: pgmap v3088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:23 smithi118 ceph-mon[182959]: pgmap v3088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:25.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:25 smithi192 ceph-mon[180220]: pgmap v3089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:25 smithi118 ceph-mon[185516]: pgmap v3089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:25 smithi118 ceph-mon[182959]: pgmap v3089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:27 smithi192 ceph-mon[180220]: pgmap v3090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:27 smithi118 ceph-mon[182959]: pgmap v3090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:27 smithi118 ceph-mon[185516]: pgmap v3090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:29 smithi192 ceph-mon[180220]: pgmap v3091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:29.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:29 smithi118 ceph-mon[185516]: pgmap v3091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:29 smithi118 ceph-mon[182959]: pgmap v3091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:29:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:29:29] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:29:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:31 smithi192 ceph-mon[180220]: pgmap v3092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:31 smithi118 ceph-mon[185516]: pgmap v3092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:31 smithi118 ceph-mon[182959]: pgmap v3092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:33 smithi192 ceph-mon[180220]: pgmap v3093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:33 smithi118 ceph-mon[185516]: pgmap v3093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:33 smithi118 ceph-mon[182959]: pgmap v3093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:35 smithi192 ceph-mon[180220]: pgmap v3094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:35 smithi118 ceph-mon[182959]: pgmap v3094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:35 smithi118 ceph-mon[185516]: pgmap v3094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:37 smithi192 ceph-mon[180220]: pgmap v3095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:37 smithi118 ceph-mon[182959]: pgmap v3095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:37 smithi118 ceph-mon[185516]: pgmap v3095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:39 smithi192 ceph-mon[180220]: pgmap v3096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:39 smithi118 ceph-mon[185516]: pgmap v3096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:39 smithi118 ceph-mon[182959]: pgmap v3096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:29:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:29:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:29:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:41 smithi192 ceph-mon[180220]: pgmap v3097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:41 smithi118 ceph-mon[185516]: pgmap v3097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:41 smithi118 ceph-mon[182959]: pgmap v3097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:43 smithi192 ceph-mon[180220]: pgmap v3098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:43 smithi118 ceph-mon[182959]: pgmap v3098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:43.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:43 smithi118 ceph-mon[185516]: pgmap v3098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:45 smithi192 ceph-mon[180220]: pgmap v3099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:46.174 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:45 smithi118 ceph-mon[185516]: pgmap v3099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:46.175 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:45 smithi118 ceph-mon[182959]: pgmap v3099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:47 smithi192 ceph-mon[180220]: pgmap v3100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:47 smithi118 ceph-mon[185516]: pgmap v3100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:47 smithi118 ceph-mon[182959]: pgmap v3100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:49 smithi192 ceph-mon[180220]: pgmap v3101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:49 smithi118 ceph-mon[185516]: pgmap v3101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:49 smithi118 ceph-mon[182959]: pgmap v3101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:29:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:29:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:29:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:29:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:51 smithi192 ceph-mon[180220]: pgmap v3102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:51 smithi118 ceph-mon[185516]: pgmap v3102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:51 smithi118 ceph-mon[182959]: pgmap v3102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:53 smithi192 ceph-mon[180220]: pgmap v3103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:53 smithi118 ceph-mon[185516]: pgmap v3103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:53 smithi118 ceph-mon[182959]: pgmap v3103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:55 smithi192 ceph-mon[180220]: pgmap v3104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:55 smithi118 ceph-mon[185516]: pgmap v3104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:55 smithi118 ceph-mon[182959]: pgmap v3104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:57 smithi192 ceph-mon[180220]: pgmap v3105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:57 smithi118 ceph-mon[185516]: pgmap v3105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:57 smithi118 ceph-mon[182959]: pgmap v3105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:59.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:29:59 smithi192 ceph-mon[180220]: pgmap v3106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:29:59 smithi118 ceph-mon[185516]: pgmap v3106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:29:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:29:59 smithi118 ceph-mon[182959]: pgmap v3106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:29:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:29:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:30:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T10:30:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T10:30:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T10:30:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:01 smithi192 ceph-mon[180220]: pgmap v3107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:01 smithi118 ceph-mon[185516]: pgmap v3107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:01 smithi118 ceph-mon[182959]: pgmap v3107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:03 smithi192 ceph-mon[180220]: pgmap v3108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:03 smithi118 ceph-mon[185516]: pgmap v3108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:03 smithi118 ceph-mon[182959]: pgmap v3108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:05 smithi192 ceph-mon[180220]: pgmap v3109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:05 smithi118 ceph-mon[185516]: pgmap v3109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:05 smithi118 ceph-mon[182959]: pgmap v3109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:07 smithi192 ceph-mon[180220]: pgmap v3110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:07 smithi118 ceph-mon[182959]: pgmap v3110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:07.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:07 smithi118 ceph-mon[185516]: pgmap v3110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:09 smithi192 ceph-mon[180220]: pgmap v3111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:09 smithi118 ceph-mon[182959]: pgmap v3111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:09.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:09 smithi118 ceph-mon[185516]: pgmap v3111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:30:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:30:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:30:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:11 smithi118 ceph-mon[185516]: pgmap v3112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:11 smithi118 ceph-mon[182959]: pgmap v3112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:11 smithi192 ceph-mon[180220]: pgmap v3112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:13 smithi118 ceph-mon[182959]: pgmap v3113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:13 smithi118 ceph-mon[185516]: pgmap v3113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:13 smithi192 ceph-mon[180220]: pgmap v3113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:15 smithi118 ceph-mon[185516]: pgmap v3114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:15 smithi118 ceph-mon[182959]: pgmap v3114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:15 smithi192 ceph-mon[180220]: pgmap v3114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:17 smithi118 ceph-mon[185516]: pgmap v3115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:17 smithi118 ceph-mon[182959]: pgmap v3115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:17 smithi192 ceph-mon[180220]: pgmap v3115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:19 smithi118 ceph-mon[185516]: pgmap v3116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:19 smithi118 ceph-mon[182959]: pgmap v3116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:19 smithi192 ceph-mon[180220]: pgmap v3116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:30:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:30:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:30:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:21 smithi118 ceph-mon[185516]: pgmap v3117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:21 smithi118 ceph-mon[182959]: pgmap v3117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:21.938 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:21 smithi192 ceph-mon[180220]: pgmap v3117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:22.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:30:22.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:30:22.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:30:22.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:30:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:30:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:30:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:30:22.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:30:22.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:30:22.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:30:22.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:30:22.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:30:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:23 smithi118 ceph-mon[185516]: pgmap v3118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:23 smithi118 ceph-mon[182959]: pgmap v3118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:23 smithi192 ceph-mon[180220]: pgmap v3118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:25 smithi118 ceph-mon[185516]: pgmap v3119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:25 smithi118 ceph-mon[182959]: pgmap v3119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:25 smithi192 ceph-mon[180220]: pgmap v3119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:27 smithi118 ceph-mon[185516]: pgmap v3120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:27 smithi118 ceph-mon[182959]: pgmap v3120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:27 smithi192 ceph-mon[180220]: pgmap v3120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:29 smithi118 ceph-mon[185516]: pgmap v3121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:29 smithi118 ceph-mon[182959]: pgmap v3121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:29 smithi192 ceph-mon[180220]: pgmap v3121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:30:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:30:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:30:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:31 smithi118 ceph-mon[185516]: pgmap v3122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:31 smithi118 ceph-mon[182959]: pgmap v3122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:31 smithi192 ceph-mon[180220]: pgmap v3122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:33 smithi118 ceph-mon[185516]: pgmap v3123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:33 smithi118 ceph-mon[182959]: pgmap v3123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:33 smithi192 ceph-mon[180220]: pgmap v3123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:35 smithi118 ceph-mon[185516]: pgmap v3124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:35 smithi118 ceph-mon[182959]: pgmap v3124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:35 smithi192 ceph-mon[180220]: pgmap v3124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:37 smithi118 ceph-mon[185516]: pgmap v3125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:37 smithi118 ceph-mon[182959]: pgmap v3125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:37 smithi192 ceph-mon[180220]: pgmap v3125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:39.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:39 smithi118 ceph-mon[185516]: pgmap v3126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:39 smithi118 ceph-mon[182959]: pgmap v3126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:39 smithi192 ceph-mon[180220]: pgmap v3126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:30:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:30:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:30:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:41 smithi118 ceph-mon[185516]: pgmap v3127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:41 smithi118 ceph-mon[182959]: pgmap v3127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:41 smithi192 ceph-mon[180220]: pgmap v3127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:43 smithi118 ceph-mon[185516]: pgmap v3128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:43 smithi118 ceph-mon[182959]: pgmap v3128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:43 smithi192 ceph-mon[180220]: pgmap v3128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:45 smithi118 ceph-mon[182959]: pgmap v3129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:45 smithi118 ceph-mon[185516]: pgmap v3129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:45 smithi192 ceph-mon[180220]: pgmap v3129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:47 smithi118 ceph-mon[185516]: pgmap v3130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:47 smithi118 ceph-mon[182959]: pgmap v3130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:47 smithi192 ceph-mon[180220]: pgmap v3130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:49 smithi118 ceph-mon[182959]: pgmap v3131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:49 smithi118 ceph-mon[185516]: pgmap v3131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:49 smithi192 ceph-mon[180220]: pgmap v3131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:30:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:30:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:30:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:30:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:51 smithi118 ceph-mon[185516]: pgmap v3132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:51 smithi118 ceph-mon[182959]: pgmap v3132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:51 smithi192 ceph-mon[180220]: pgmap v3132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:53 smithi118 ceph-mon[182959]: pgmap v3133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:53 smithi118 ceph-mon[185516]: pgmap v3133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:53 smithi192 ceph-mon[180220]: pgmap v3133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:55 smithi118 ceph-mon[182959]: pgmap v3134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:55 smithi118 ceph-mon[185516]: pgmap v3134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:55 smithi192 ceph-mon[180220]: pgmap v3134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:57 smithi118 ceph-mon[182959]: pgmap v3135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:57 smithi118 ceph-mon[185516]: pgmap v3135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:57 smithi192 ceph-mon[180220]: pgmap v3135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:30:59 smithi118 ceph-mon[185516]: pgmap v3136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:30:59 smithi118 ceph-mon[182959]: pgmap v3136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:30:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:30:59 smithi192 ceph-mon[180220]: pgmap v3136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:30:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:30:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:31:01.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:01 smithi118 ceph-mon[185516]: pgmap v3137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:01 smithi118 ceph-mon[182959]: pgmap v3137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:01 smithi192 ceph-mon[180220]: pgmap v3137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:03 smithi118 ceph-mon[185516]: pgmap v3138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:03 smithi118 ceph-mon[182959]: pgmap v3138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:03 smithi192 ceph-mon[180220]: pgmap v3138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:05.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:05 smithi118 ceph-mon[182959]: pgmap v3139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:05.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:05 smithi118 ceph-mon[185516]: pgmap v3139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:05 smithi192 ceph-mon[180220]: pgmap v3139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:07 smithi118 ceph-mon[185516]: pgmap v3140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:07 smithi118 ceph-mon[182959]: pgmap v3140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:07 smithi192 ceph-mon[180220]: pgmap v3140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:09 smithi118 ceph-mon[185516]: pgmap v3141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:09 smithi118 ceph-mon[182959]: pgmap v3141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:09 smithi192 ceph-mon[180220]: pgmap v3141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:31:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:31:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:31:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:11 smithi118 ceph-mon[185516]: pgmap v3142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:11 smithi118 ceph-mon[182959]: pgmap v3142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:11 smithi192 ceph-mon[180220]: pgmap v3142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:13 smithi118 ceph-mon[185516]: pgmap v3143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:13 smithi118 ceph-mon[182959]: pgmap v3143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:13 smithi192 ceph-mon[180220]: pgmap v3143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:15 smithi118 ceph-mon[185516]: pgmap v3144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:15 smithi118 ceph-mon[182959]: pgmap v3144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:15 smithi192 ceph-mon[180220]: pgmap v3144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:17 smithi118 ceph-mon[185516]: pgmap v3145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:17 smithi118 ceph-mon[182959]: pgmap v3145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:17 smithi192 ceph-mon[180220]: pgmap v3145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:19 smithi118 ceph-mon[185516]: pgmap v3146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:19 smithi118 ceph-mon[182959]: pgmap v3146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:19 smithi192 ceph-mon[180220]: pgmap v3146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:31:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:31:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:31:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:21 smithi118 ceph-mon[185516]: pgmap v3147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:21 smithi118 ceph-mon[182959]: pgmap v3147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:21 smithi192 ceph-mon[180220]: pgmap v3147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[185516]: pgmap v3148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:31:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:31:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:31:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:31:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[182959]: pgmap v3148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:31:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:31:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:31:23.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:31:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:23 smithi192 ceph-mon[180220]: pgmap v3148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:31:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:31:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:31:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:31:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:25 smithi118 ceph-mon[185516]: pgmap v3149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:25 smithi118 ceph-mon[182959]: pgmap v3149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:25 smithi192 ceph-mon[180220]: pgmap v3149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:27 smithi118 ceph-mon[185516]: pgmap v3150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:27 smithi118 ceph-mon[182959]: pgmap v3150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:27 smithi192 ceph-mon[180220]: pgmap v3150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:29.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:31:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:31:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:31:29.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:29 smithi118 ceph-mon[185516]: pgmap v3151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:29.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:29 smithi118 ceph-mon[182959]: pgmap v3151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:29 smithi192 ceph-mon[180220]: pgmap v3151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:31 smithi118 ceph-mon[185516]: pgmap v3152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:31 smithi118 ceph-mon[182959]: pgmap v3152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:31 smithi192 ceph-mon[180220]: pgmap v3152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:33 smithi118 ceph-mon[185516]: pgmap v3153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:33 smithi118 ceph-mon[182959]: pgmap v3153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:33 smithi192 ceph-mon[180220]: pgmap v3153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:35 smithi118 ceph-mon[185516]: pgmap v3154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:35 smithi118 ceph-mon[182959]: pgmap v3154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:35 smithi192 ceph-mon[180220]: pgmap v3154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:37 smithi118 ceph-mon[185516]: pgmap v3155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:37.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:37 smithi118 ceph-mon[182959]: pgmap v3155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:37 smithi192 ceph-mon[180220]: pgmap v3155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:39.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:31:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:31:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:31:39.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:39 smithi118 ceph-mon[185516]: pgmap v3156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:39.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:39 smithi118 ceph-mon[182959]: pgmap v3156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:39 smithi192 ceph-mon[180220]: pgmap v3156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:41 smithi118 ceph-mon[182959]: pgmap v3157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:41 smithi118 ceph-mon[185516]: pgmap v3157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:41 smithi192 ceph-mon[180220]: pgmap v3157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:43 smithi118 ceph-mon[185516]: pgmap v3158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:43 smithi118 ceph-mon[182959]: pgmap v3158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:43 smithi192 ceph-mon[180220]: pgmap v3158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:45.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:45 smithi118 ceph-mon[185516]: pgmap v3159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:45.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:45 smithi118 ceph-mon[182959]: pgmap v3159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:45 smithi192 ceph-mon[180220]: pgmap v3159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:47 smithi118 ceph-mon[185516]: pgmap v3160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:47 smithi118 ceph-mon[182959]: pgmap v3160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:47 smithi192 ceph-mon[180220]: pgmap v3160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:49.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:31:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:31:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:31:49.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:49 smithi118 ceph-mon[185516]: pgmap v3161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:49.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:49 smithi118 ceph-mon[182959]: pgmap v3161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:49 smithi192 ceph-mon[180220]: pgmap v3161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:31:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:51 smithi118 ceph-mon[185516]: pgmap v3162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:51 smithi118 ceph-mon[182959]: pgmap v3162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:51 smithi192 ceph-mon[180220]: pgmap v3162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:53 smithi118 ceph-mon[185516]: pgmap v3163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:53 smithi118 ceph-mon[182959]: pgmap v3163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:53 smithi192 ceph-mon[180220]: pgmap v3163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:55 smithi118 ceph-mon[185516]: pgmap v3164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:55 smithi118 ceph-mon[182959]: pgmap v3164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:55 smithi192 ceph-mon[180220]: pgmap v3164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:57 smithi118 ceph-mon[185516]: pgmap v3165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:57 smithi118 ceph-mon[182959]: pgmap v3165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:57 smithi192 ceph-mon[180220]: pgmap v3165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:59.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:31:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:31:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:31:59.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:31:59 smithi118 ceph-mon[185516]: pgmap v3166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:59.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:31:59 smithi118 ceph-mon[182959]: pgmap v3166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:31:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:31:59 smithi192 ceph-mon[180220]: pgmap v3166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:01 smithi118 ceph-mon[185516]: pgmap v3167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:01 smithi118 ceph-mon[182959]: pgmap v3167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:01 smithi192 ceph-mon[180220]: pgmap v3167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:03 smithi118 ceph-mon[185516]: pgmap v3168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:03 smithi118 ceph-mon[182959]: pgmap v3168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:03 smithi192 ceph-mon[180220]: pgmap v3168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:05 smithi118 ceph-mon[185516]: pgmap v3169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:05 smithi118 ceph-mon[182959]: pgmap v3169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:05 smithi192 ceph-mon[180220]: pgmap v3169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:07 smithi118 ceph-mon[185516]: pgmap v3170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:07 smithi118 ceph-mon[182959]: pgmap v3170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:07 smithi192 ceph-mon[180220]: pgmap v3170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:09.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:32:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:32:09] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:32:09.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:09 smithi118 ceph-mon[185516]: pgmap v3171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:09.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:09 smithi118 ceph-mon[182959]: pgmap v3171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:09 smithi192 ceph-mon[180220]: pgmap v3171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:11 smithi118 ceph-mon[185516]: pgmap v3172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:11 smithi118 ceph-mon[182959]: pgmap v3172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:11 smithi192 ceph-mon[180220]: pgmap v3172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:13 smithi118 ceph-mon[185516]: pgmap v3173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:13 smithi118 ceph-mon[182959]: pgmap v3173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:13 smithi192 ceph-mon[180220]: pgmap v3173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:15 smithi192 ceph-mon[180220]: pgmap v3174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:15 smithi118 ceph-mon[185516]: pgmap v3174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:15 smithi118 ceph-mon[182959]: pgmap v3174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:17 smithi192 ceph-mon[180220]: pgmap v3175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:17 smithi118 ceph-mon[185516]: pgmap v3175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:17 smithi118 ceph-mon[182959]: pgmap v3175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:19 smithi192 ceph-mon[180220]: pgmap v3176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:32:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:32:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:32:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:19 smithi118 ceph-mon[185516]: pgmap v3176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:19 smithi118 ceph-mon[182959]: pgmap v3176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:21 smithi192 ceph-mon[180220]: pgmap v3177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:21 smithi118 ceph-mon[185516]: pgmap v3177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:21 smithi118 ceph-mon[182959]: pgmap v3177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:23 smithi192 ceph-mon[180220]: pgmap v3178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:32:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:23 smithi118 ceph-mon[185516]: pgmap v3178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:32:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:23 smithi118 ceph-mon[182959]: pgmap v3178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:32:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:32:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:32:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:32:25.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:32:25.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:32:25.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:32:25.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:32:25.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:32:25.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:32:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:25 smithi192 ceph-mon[180220]: pgmap v3179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:25 smithi118 ceph-mon[185516]: pgmap v3179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:25 smithi118 ceph-mon[182959]: pgmap v3179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:27 smithi192 ceph-mon[180220]: pgmap v3180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:27 smithi118 ceph-mon[182959]: pgmap v3180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:28.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:27 smithi118 ceph-mon[185516]: pgmap v3180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:29 smithi192 ceph-mon[180220]: pgmap v3181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:32:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:32:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:32:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:29 smithi118 ceph-mon[185516]: pgmap v3181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:29 smithi118 ceph-mon[182959]: pgmap v3181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:31 smithi192 ceph-mon[180220]: pgmap v3182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:31 smithi118 ceph-mon[185516]: pgmap v3182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:31 smithi118 ceph-mon[182959]: pgmap v3182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:33 smithi192 ceph-mon[180220]: pgmap v3183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:34.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:33 smithi118 ceph-mon[185516]: pgmap v3183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:33 smithi118 ceph-mon[182959]: pgmap v3183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:35 smithi192 ceph-mon[180220]: pgmap v3184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:35 smithi118 ceph-mon[185516]: pgmap v3184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:35 smithi118 ceph-mon[182959]: pgmap v3184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:37 smithi192 ceph-mon[180220]: pgmap v3185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:37 smithi118 ceph-mon[185516]: pgmap v3185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:37 smithi118 ceph-mon[182959]: pgmap v3185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:39 smithi192 ceph-mon[180220]: pgmap v3186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:32:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:32:39] "GET /metrics HTTP/1.1" 200 36337 "" "Prometheus/2.43.0" 2023-09-30T10:32:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:39 smithi118 ceph-mon[185516]: pgmap v3186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:39 smithi118 ceph-mon[182959]: pgmap v3186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:41 smithi192 ceph-mon[180220]: pgmap v3187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:41 smithi118 ceph-mon[185516]: pgmap v3187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:41 smithi118 ceph-mon[182959]: pgmap v3187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:43 smithi192 ceph-mon[180220]: pgmap v3188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:43 smithi118 ceph-mon[185516]: pgmap v3188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:43 smithi118 ceph-mon[182959]: pgmap v3188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:45 smithi192 ceph-mon[180220]: pgmap v3189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:45 smithi118 ceph-mon[185516]: pgmap v3189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:45 smithi118 ceph-mon[182959]: pgmap v3189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:47 smithi192 ceph-mon[180220]: pgmap v3190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:47 smithi118 ceph-mon[185516]: pgmap v3190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:47 smithi118 ceph-mon[182959]: pgmap v3190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:49 smithi192 ceph-mon[180220]: pgmap v3191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:32:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:32:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:32:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:49 smithi118 ceph-mon[185516]: pgmap v3191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:49 smithi118 ceph-mon[182959]: pgmap v3191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:32:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:51 smithi192 ceph-mon[180220]: pgmap v3192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:51 smithi118 ceph-mon[185516]: pgmap v3192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:51 smithi118 ceph-mon[182959]: pgmap v3192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:53 smithi192 ceph-mon[180220]: pgmap v3193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:53 smithi118 ceph-mon[185516]: pgmap v3193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:53 smithi118 ceph-mon[182959]: pgmap v3193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:55 smithi192 ceph-mon[180220]: pgmap v3194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:55 smithi118 ceph-mon[185516]: pgmap v3194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:55 smithi118 ceph-mon[182959]: pgmap v3194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:57 smithi192 ceph-mon[180220]: pgmap v3195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:57 smithi118 ceph-mon[185516]: pgmap v3195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:57 smithi118 ceph-mon[182959]: pgmap v3195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:32:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:32:59 smithi192 ceph-mon[180220]: pgmap v3196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:32:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:32:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:33:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:32:59 smithi118 ceph-mon[185516]: pgmap v3196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:32:59 smithi118 ceph-mon[182959]: pgmap v3196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:01 smithi192 ceph-mon[180220]: pgmap v3197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:01 smithi118 ceph-mon[185516]: pgmap v3197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:01 smithi118 ceph-mon[182959]: pgmap v3197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:03 smithi192 ceph-mon[180220]: pgmap v3198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:03 smithi118 ceph-mon[182959]: pgmap v3198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:04.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:03 smithi118 ceph-mon[185516]: pgmap v3198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:05.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:05 smithi192 ceph-mon[180220]: pgmap v3199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:05 smithi118 ceph-mon[185516]: pgmap v3199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:05 smithi118 ceph-mon[182959]: pgmap v3199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:07 smithi192 ceph-mon[180220]: pgmap v3200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:07 smithi118 ceph-mon[185516]: pgmap v3200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:07 smithi118 ceph-mon[182959]: pgmap v3200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:08.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:08 smithi192 ceph-mon[180220]: pgmap v3201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:09.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:08 smithi118 ceph-mon[185516]: pgmap v3201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:09.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:08 smithi118 ceph-mon[182959]: pgmap v3201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:33:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:33:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:33:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:11 smithi192 ceph-mon[180220]: pgmap v3202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:11.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:11 smithi118 ceph-mon[185516]: pgmap v3202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:11 smithi118 ceph-mon[182959]: pgmap v3202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:13 smithi192 ceph-mon[180220]: pgmap v3203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:13 smithi118 ceph-mon[185516]: pgmap v3203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:13 smithi118 ceph-mon[182959]: pgmap v3203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:15 smithi192 ceph-mon[180220]: pgmap v3204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:15 smithi118 ceph-mon[185516]: pgmap v3204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:15 smithi118 ceph-mon[182959]: pgmap v3204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:17.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:17 smithi192 ceph-mon[180220]: pgmap v3205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:17 smithi118 ceph-mon[185516]: pgmap v3205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:17 smithi118 ceph-mon[182959]: pgmap v3205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:19 smithi192 ceph-mon[180220]: pgmap v3206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:19.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:19 smithi118 ceph-mon[185516]: pgmap v3206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:19 smithi118 ceph-mon[182959]: pgmap v3206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:33:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:33:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:33:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:21 smithi192 ceph-mon[180220]: pgmap v3207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:21 smithi118 ceph-mon[185516]: pgmap v3207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:21 smithi118 ceph-mon[182959]: pgmap v3207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:23.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:23 smithi192 ceph-mon[180220]: pgmap v3208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:23 smithi118 ceph-mon[185516]: pgmap v3208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:23 smithi118 ceph-mon[182959]: pgmap v3208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:24.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:33:24.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:33:24.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:33:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:25 smithi192 ceph-mon[180220]: pgmap v3209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:33:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:33:25.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:33:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[185516]: pgmap v3209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:33:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:33:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:33:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[182959]: pgmap v3209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:33:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:33:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:33:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:27 smithi192 ceph-mon[180220]: pgmap v3210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:27 smithi118 ceph-mon[182959]: pgmap v3210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:27.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:27 smithi118 ceph-mon[185516]: pgmap v3210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:29.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:29 smithi192 ceph-mon[180220]: pgmap v3211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:29 smithi118 ceph-mon[185516]: pgmap v3211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:29 smithi118 ceph-mon[182959]: pgmap v3211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:33:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:33:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:33:31.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:31 smithi192 ceph-mon[180220]: pgmap v3212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:31 smithi118 ceph-mon[185516]: pgmap v3212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:31.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:31 smithi118 ceph-mon[182959]: pgmap v3212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:33 smithi192 ceph-mon[180220]: pgmap v3213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:33 smithi118 ceph-mon[185516]: pgmap v3213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:33 smithi118 ceph-mon[182959]: pgmap v3213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:34.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:35.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:35 smithi192 ceph-mon[180220]: pgmap v3214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:35.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:35 smithi118 ceph-mon[182959]: pgmap v3214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:35 smithi118 ceph-mon[185516]: pgmap v3214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:37 smithi192 ceph-mon[180220]: pgmap v3215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:37 smithi118 ceph-mon[185516]: pgmap v3215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:37 smithi118 ceph-mon[182959]: pgmap v3215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:39.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:39 smithi192 ceph-mon[180220]: pgmap v3216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:39.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:39 smithi118 ceph-mon[185516]: pgmap v3216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:39 smithi118 ceph-mon[182959]: pgmap v3216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:33:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:33:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:33:41.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:41 smithi192 ceph-mon[180220]: pgmap v3217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:41 smithi118 ceph-mon[185516]: pgmap v3217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:41 smithi118 ceph-mon[182959]: pgmap v3217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:43.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:43 smithi192 ceph-mon[180220]: pgmap v3218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:43 smithi118 ceph-mon[185516]: pgmap v3218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:43 smithi118 ceph-mon[182959]: pgmap v3218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:45 smithi192 ceph-mon[180220]: pgmap v3219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:45 smithi118 ceph-mon[185516]: pgmap v3219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:45 smithi118 ceph-mon[182959]: pgmap v3219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:47 smithi192 ceph-mon[180220]: pgmap v3220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:47 smithi118 ceph-mon[185516]: pgmap v3220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:47 smithi118 ceph-mon[182959]: pgmap v3220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:49 smithi192 ceph-mon[180220]: pgmap v3221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:49 smithi118 ceph-mon[185516]: pgmap v3221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:49 smithi118 ceph-mon[182959]: pgmap v3221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:33:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:33:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:33:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:33:51.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:51 smithi192 ceph-mon[180220]: pgmap v3222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:51 smithi118 ceph-mon[185516]: pgmap v3222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:51 smithi118 ceph-mon[182959]: pgmap v3222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:53.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:53 smithi192 ceph-mon[180220]: pgmap v3223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:53 smithi118 ceph-mon[185516]: pgmap v3223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:53 smithi118 ceph-mon[182959]: pgmap v3223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:55 smithi192 ceph-mon[180220]: pgmap v3224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:55 smithi118 ceph-mon[185516]: pgmap v3224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:55 smithi118 ceph-mon[182959]: pgmap v3224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:57.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:57 smithi192 ceph-mon[180220]: pgmap v3225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:57 smithi118 ceph-mon[185516]: pgmap v3225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:57 smithi118 ceph-mon[182959]: pgmap v3225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:59.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:33:59 smithi192 ceph-mon[180220]: pgmap v3226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:33:59 smithi118 ceph-mon[185516]: pgmap v3226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:33:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:33:59 smithi118 ceph-mon[182959]: pgmap v3226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:33:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:33:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:34:01.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:01 smithi192 ceph-mon[180220]: pgmap v3227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:01 smithi118 ceph-mon[185516]: pgmap v3227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:01.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:01 smithi118 ceph-mon[182959]: pgmap v3227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:03.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:03 smithi192 ceph-mon[180220]: pgmap v3228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:03 smithi118 ceph-mon[185516]: pgmap v3228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:03 smithi118 ceph-mon[182959]: pgmap v3228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:05.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:05 smithi192 ceph-mon[180220]: pgmap v3229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:05 smithi118 ceph-mon[185516]: pgmap v3229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:05 smithi118 ceph-mon[182959]: pgmap v3229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:07.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:07 smithi192 ceph-mon[180220]: pgmap v3230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:07 smithi118 ceph-mon[185516]: pgmap v3230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:07 smithi118 ceph-mon[182959]: pgmap v3230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:09.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:09 smithi192 ceph-mon[180220]: pgmap v3231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:09 smithi118 ceph-mon[185516]: pgmap v3231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:09 smithi118 ceph-mon[182959]: pgmap v3231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:34:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:34:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:34:11.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:11 smithi192 ceph-mon[180220]: pgmap v3232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:11 smithi118 ceph-mon[185516]: pgmap v3232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:11 smithi118 ceph-mon[182959]: pgmap v3232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:13.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:13 smithi192 ceph-mon[180220]: pgmap v3233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:13 smithi118 ceph-mon[185516]: pgmap v3233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:13 smithi118 ceph-mon[182959]: pgmap v3233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:15.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:15 smithi192 ceph-mon[180220]: pgmap v3234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:15 smithi118 ceph-mon[185516]: pgmap v3234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:15 smithi118 ceph-mon[182959]: pgmap v3234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:17 smithi118 ceph-mon[185516]: pgmap v3235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:17 smithi118 ceph-mon[182959]: pgmap v3235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:17 smithi192 ceph-mon[180220]: pgmap v3235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:19 smithi118 ceph-mon[185516]: pgmap v3236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:19 smithi118 ceph-mon[182959]: pgmap v3236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:19 smithi192 ceph-mon[180220]: pgmap v3236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:34:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:34:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:34:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:21 smithi118 ceph-mon[185516]: pgmap v3237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:21 smithi118 ceph-mon[182959]: pgmap v3237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:21 smithi192 ceph-mon[180220]: pgmap v3237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:23 smithi118 ceph-mon[185516]: pgmap v3238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:23 smithi118 ceph-mon[182959]: pgmap v3238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:23 smithi192 ceph-mon[180220]: pgmap v3238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: pgmap v3239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:34:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:34:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:34:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: pgmap v3239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:34:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:34:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:34:25.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: pgmap v3239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:34:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:34:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:34:25.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:34:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:27 smithi118 ceph-mon[185516]: pgmap v3240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:27 smithi118 ceph-mon[182959]: pgmap v3240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:27 smithi192 ceph-mon[180220]: pgmap v3240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:29 smithi118 ceph-mon[185516]: pgmap v3241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:29 smithi118 ceph-mon[182959]: pgmap v3241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:29 smithi192 ceph-mon[180220]: pgmap v3241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:34:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:34:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:34:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:31 smithi118 ceph-mon[185516]: pgmap v3242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:31 smithi118 ceph-mon[182959]: pgmap v3242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:31 smithi192 ceph-mon[180220]: pgmap v3242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:33 smithi118 ceph-mon[182959]: pgmap v3243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:33 smithi118 ceph-mon[185516]: pgmap v3243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:33 smithi192 ceph-mon[180220]: pgmap v3243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:35 smithi118 ceph-mon[185516]: pgmap v3244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:35 smithi118 ceph-mon[182959]: pgmap v3244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:35 smithi192 ceph-mon[180220]: pgmap v3244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:37 smithi118 ceph-mon[185516]: pgmap v3245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:37 smithi118 ceph-mon[182959]: pgmap v3245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:37 smithi192 ceph-mon[180220]: pgmap v3245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:39 smithi118 ceph-mon[185516]: pgmap v3246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:39 smithi118 ceph-mon[182959]: pgmap v3246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:39 smithi192 ceph-mon[180220]: pgmap v3246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:34:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:34:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:34:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:41 smithi118 ceph-mon[185516]: pgmap v3247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:41 smithi118 ceph-mon[182959]: pgmap v3247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:41 smithi192 ceph-mon[180220]: pgmap v3247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:43 smithi118 ceph-mon[185516]: pgmap v3248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:43 smithi118 ceph-mon[182959]: pgmap v3248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:43 smithi192 ceph-mon[180220]: pgmap v3248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:45 smithi118 ceph-mon[185516]: pgmap v3249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:46.066 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:45 smithi118 ceph-mon[182959]: pgmap v3249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:46.066 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:45 smithi192 ceph-mon[180220]: pgmap v3249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:47 smithi118 ceph-mon[185516]: pgmap v3250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:47 smithi118 ceph-mon[182959]: pgmap v3250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:47 smithi192 ceph-mon[180220]: pgmap v3250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:49 smithi118 ceph-mon[185516]: pgmap v3251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:49.843 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:49.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:49 smithi118 ceph-mon[182959]: pgmap v3251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:49.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:49 smithi192 ceph-mon[180220]: pgmap v3251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:50.109 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:34:50.110 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:34:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:34:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:34:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:51 smithi118 ceph-mon[185516]: pgmap v3252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:51 smithi118 ceph-mon[182959]: pgmap v3252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:51 smithi192 ceph-mon[180220]: pgmap v3252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:53 smithi118 ceph-mon[185516]: pgmap v3253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:53 smithi118 ceph-mon[182959]: pgmap v3253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:53 smithi192 ceph-mon[180220]: pgmap v3253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:55 smithi118 ceph-mon[185516]: pgmap v3254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:55 smithi118 ceph-mon[182959]: pgmap v3254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:55 smithi192 ceph-mon[180220]: pgmap v3254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:57 smithi118 ceph-mon[185516]: pgmap v3255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:57 smithi118 ceph-mon[182959]: pgmap v3255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:57 smithi192 ceph-mon[180220]: pgmap v3255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 10:34:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T10:34:59.090235578Z level=info msg="Completed cleanup jobs" duration=12.645768ms 2023-09-30T10:34:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:34:59 smithi118 ceph-mon[185516]: pgmap v3256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:34:59 smithi118 ceph-mon[182959]: pgmap v3256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:34:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:34:59 smithi192 ceph-mon[180220]: pgmap v3256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:34:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:34:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:35:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:01 smithi118 ceph-mon[185516]: pgmap v3257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:01 smithi118 ceph-mon[182959]: pgmap v3257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:01 smithi192 ceph-mon[180220]: pgmap v3257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:03 smithi118 ceph-mon[185516]: pgmap v3258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:03 smithi118 ceph-mon[182959]: pgmap v3258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:03 smithi192 ceph-mon[180220]: pgmap v3258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:05 smithi118 ceph-mon[182959]: pgmap v3259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:05 smithi118 ceph-mon[185516]: pgmap v3259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:05 smithi192 ceph-mon[180220]: pgmap v3259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:07 smithi118 ceph-mon[185516]: pgmap v3260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:07 smithi118 ceph-mon[182959]: pgmap v3260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:07 smithi192 ceph-mon[180220]: pgmap v3260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:09.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:09 smithi118 ceph-mon[185516]: pgmap v3261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:09 smithi118 ceph-mon[182959]: pgmap v3261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:09 smithi192 ceph-mon[180220]: pgmap v3261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:35:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:35:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:35:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:11 smithi118 ceph-mon[185516]: pgmap v3262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:11 smithi118 ceph-mon[182959]: pgmap v3262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:11 smithi192 ceph-mon[180220]: pgmap v3262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:13 smithi118 ceph-mon[185516]: pgmap v3263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:13.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:13 smithi118 ceph-mon[182959]: pgmap v3263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:13 smithi192 ceph-mon[180220]: pgmap v3263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:15 smithi118 ceph-mon[185516]: pgmap v3264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:15 smithi118 ceph-mon[182959]: pgmap v3264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:15 smithi192 ceph-mon[180220]: pgmap v3264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:17 smithi118 ceph-mon[185516]: pgmap v3265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:17 smithi118 ceph-mon[182959]: pgmap v3265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:17 smithi192 ceph-mon[180220]: pgmap v3265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:19 smithi118 ceph-mon[185516]: pgmap v3266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:19.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:19 smithi118 ceph-mon[182959]: pgmap v3266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:19 smithi192 ceph-mon[180220]: pgmap v3266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:19.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:35:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:35:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:35:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:21 smithi118 ceph-mon[185516]: pgmap v3267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:21 smithi118 ceph-mon[182959]: pgmap v3267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:21 smithi192 ceph-mon[180220]: pgmap v3267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:23 smithi118 ceph-mon[185516]: pgmap v3268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:23 smithi118 ceph-mon[182959]: pgmap v3268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:23 smithi192 ceph-mon[180220]: pgmap v3268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:25 smithi118 ceph-mon[185516]: pgmap v3269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:25 smithi118 ceph-mon[182959]: pgmap v3269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:25 smithi192 ceph-mon[180220]: pgmap v3269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:35:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:35:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:35:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:35:26.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:35:26.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:35:26.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:35:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:35:26.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:35:26.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:35:26.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:35:26.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:35:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:27 smithi118 ceph-mon[185516]: pgmap v3270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:27 smithi118 ceph-mon[182959]: pgmap v3270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:27 smithi192 ceph-mon[180220]: pgmap v3270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:29 smithi118 ceph-mon[185516]: pgmap v3271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:29 smithi118 ceph-mon[182959]: pgmap v3271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:29 smithi192 ceph-mon[180220]: pgmap v3271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:35:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:35:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:35:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:31 smithi118 ceph-mon[185516]: pgmap v3272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:31 smithi118 ceph-mon[182959]: pgmap v3272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:31 smithi192 ceph-mon[180220]: pgmap v3272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:33 smithi118 ceph-mon[185516]: pgmap v3273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:33 smithi118 ceph-mon[182959]: pgmap v3273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:33 smithi192 ceph-mon[180220]: pgmap v3273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:35 smithi118 ceph-mon[185516]: pgmap v3274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:35 smithi118 ceph-mon[182959]: pgmap v3274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:35 smithi192 ceph-mon[180220]: pgmap v3274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:37 smithi118 ceph-mon[185516]: pgmap v3275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:37 smithi118 ceph-mon[182959]: pgmap v3275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:37 smithi192 ceph-mon[180220]: pgmap v3275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:39.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:35:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:35:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:35:39.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:39 smithi118 ceph-mon[185516]: pgmap v3276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:39.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:39 smithi118 ceph-mon[182959]: pgmap v3276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:39 smithi192 ceph-mon[180220]: pgmap v3276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:41 smithi118 ceph-mon[185516]: pgmap v3277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:41 smithi118 ceph-mon[182959]: pgmap v3277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:41 smithi192 ceph-mon[180220]: pgmap v3277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:43.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:43 smithi118 ceph-mon[185516]: pgmap v3278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:43 smithi118 ceph-mon[182959]: pgmap v3278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:43 smithi192 ceph-mon[180220]: pgmap v3278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:45 smithi118 ceph-mon[185516]: pgmap v3279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:45 smithi118 ceph-mon[182959]: pgmap v3279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:45 smithi192 ceph-mon[180220]: pgmap v3279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:47 smithi118 ceph-mon[185516]: pgmap v3280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:47 smithi118 ceph-mon[182959]: pgmap v3280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:47 smithi192 ceph-mon[180220]: pgmap v3280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:49.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:35:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:35:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:35:49.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:49 smithi118 ceph-mon[185516]: pgmap v3281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:49.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:49 smithi118 ceph-mon[182959]: pgmap v3281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:49 smithi192 ceph-mon[180220]: pgmap v3281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:35:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:51 smithi118 ceph-mon[185516]: pgmap v3282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:51 smithi118 ceph-mon[182959]: pgmap v3282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:51 smithi192 ceph-mon[180220]: pgmap v3282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:53 smithi118 ceph-mon[185516]: pgmap v3283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:53 smithi118 ceph-mon[182959]: pgmap v3283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:53 smithi192 ceph-mon[180220]: pgmap v3283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:55.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:55 smithi118 ceph-mon[185516]: pgmap v3284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:55 smithi118 ceph-mon[182959]: pgmap v3284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:55 smithi192 ceph-mon[180220]: pgmap v3284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:57 smithi118 ceph-mon[185516]: pgmap v3285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:57 smithi118 ceph-mon[182959]: pgmap v3285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:57 smithi192 ceph-mon[180220]: pgmap v3285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:59.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:35:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:35:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:35:59.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:35:59 smithi118 ceph-mon[185516]: pgmap v3286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:59.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:35:59 smithi118 ceph-mon[182959]: pgmap v3286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:35:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:35:59 smithi192 ceph-mon[180220]: pgmap v3286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:01 smithi118 ceph-mon[185516]: pgmap v3287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:01 smithi118 ceph-mon[182959]: pgmap v3287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:01 smithi192 ceph-mon[180220]: pgmap v3287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:03.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:03 smithi118 ceph-mon[185516]: pgmap v3288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:03.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:03 smithi118 ceph-mon[182959]: pgmap v3288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:03 smithi192 ceph-mon[180220]: pgmap v3288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:05 smithi118 ceph-mon[185516]: pgmap v3289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:05 smithi118 ceph-mon[182959]: pgmap v3289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:05 smithi192 ceph-mon[180220]: pgmap v3289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:07 smithi118 ceph-mon[185516]: pgmap v3290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:07 smithi118 ceph-mon[182959]: pgmap v3290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:07 smithi192 ceph-mon[180220]: pgmap v3290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:09.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:36:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:36:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:36:09.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:09 smithi118 ceph-mon[185516]: pgmap v3291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:09.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:09 smithi118 ceph-mon[182959]: pgmap v3291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:09 smithi192 ceph-mon[180220]: pgmap v3291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:11 smithi118 ceph-mon[185516]: pgmap v3292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:11 smithi118 ceph-mon[182959]: pgmap v3292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:11 smithi192 ceph-mon[180220]: pgmap v3292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:13 smithi118 ceph-mon[185516]: pgmap v3293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:13 smithi118 ceph-mon[182959]: pgmap v3293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:13 smithi192 ceph-mon[180220]: pgmap v3293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:15 smithi118 ceph-mon[185516]: pgmap v3294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:15 smithi118 ceph-mon[182959]: pgmap v3294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:15 smithi192 ceph-mon[180220]: pgmap v3294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:17 smithi118 ceph-mon[185516]: pgmap v3295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:17 smithi118 ceph-mon[182959]: pgmap v3295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:17 smithi192 ceph-mon[180220]: pgmap v3295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:19.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:36:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:36:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:36:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:19 smithi118 ceph-mon[185516]: pgmap v3296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:19 smithi118 ceph-mon[182959]: pgmap v3296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:19 smithi192 ceph-mon[180220]: pgmap v3296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:21 smithi118 ceph-mon[185516]: pgmap v3297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:21 smithi118 ceph-mon[182959]: pgmap v3297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:21 smithi192 ceph-mon[180220]: pgmap v3297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:23 smithi192 ceph-mon[180220]: pgmap v3298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:23 smithi118 ceph-mon[185516]: pgmap v3298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:23 smithi118 ceph-mon[182959]: pgmap v3298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:25 smithi192 ceph-mon[180220]: pgmap v3299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:25 smithi118 ceph-mon[185516]: pgmap v3299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:25 smithi118 ceph-mon[182959]: pgmap v3299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:26.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:36:27.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:36:27.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:36:27.914 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:27 smithi118 ceph-mon[185516]: pgmap v3300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:27.914 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:27 smithi118 ceph-mon[182959]: pgmap v3300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:27 smithi192 ceph-mon[180220]: pgmap v3300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:29.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: pgmap v3301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: pgmap v3301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:29.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:36:29.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:36:29.799 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: pgmap v3301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:36:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:36:29.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:36:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:36:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:36:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:36:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:31 smithi118 ceph-mon[185516]: pgmap v3302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:31 smithi118 ceph-mon[182959]: pgmap v3302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:31 smithi192 ceph-mon[180220]: pgmap v3302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:33 smithi118 ceph-mon[185516]: pgmap v3303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:33 smithi118 ceph-mon[182959]: pgmap v3303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:33 smithi192 ceph-mon[180220]: pgmap v3303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:35 smithi118 ceph-mon[185516]: pgmap v3304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:35 smithi118 ceph-mon[182959]: pgmap v3304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:35 smithi192 ceph-mon[180220]: pgmap v3304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:37.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:37 smithi118 ceph-mon[185516]: pgmap v3305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:37 smithi118 ceph-mon[182959]: pgmap v3305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:37 smithi192 ceph-mon[180220]: pgmap v3305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:39.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:39 smithi118 ceph-mon[185516]: pgmap v3306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:39.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:39 smithi118 ceph-mon[182959]: pgmap v3306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:39 smithi192 ceph-mon[180220]: pgmap v3306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:36:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:36:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:36:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:41 smithi118 ceph-mon[185516]: pgmap v3307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:41 smithi118 ceph-mon[182959]: pgmap v3307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:41 smithi192 ceph-mon[180220]: pgmap v3307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:43 smithi118 ceph-mon[185516]: pgmap v3308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:43 smithi118 ceph-mon[182959]: pgmap v3308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:43 smithi192 ceph-mon[180220]: pgmap v3308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:45 smithi118 ceph-mon[185516]: pgmap v3309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:45 smithi118 ceph-mon[182959]: pgmap v3309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:45 smithi192 ceph-mon[180220]: pgmap v3309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:47 smithi118 ceph-mon[185516]: pgmap v3310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:47 smithi118 ceph-mon[182959]: pgmap v3310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:47 smithi192 ceph-mon[180220]: pgmap v3310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:49 smithi118 ceph-mon[185516]: pgmap v3311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:49 smithi118 ceph-mon[182959]: pgmap v3311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:49.798 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:49 smithi192 ceph-mon[180220]: pgmap v3311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:36:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:36:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:36:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:36:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:51 smithi118 ceph-mon[185516]: pgmap v3312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:51 smithi118 ceph-mon[182959]: pgmap v3312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:51 smithi192 ceph-mon[180220]: pgmap v3312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:53 smithi118 ceph-mon[185516]: pgmap v3313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:53 smithi118 ceph-mon[182959]: pgmap v3313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:53 smithi192 ceph-mon[180220]: pgmap v3313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:55 smithi118 ceph-mon[185516]: pgmap v3314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:55 smithi118 ceph-mon[182959]: pgmap v3314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:55 smithi192 ceph-mon[180220]: pgmap v3314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:57.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:57 smithi118 ceph-mon[185516]: pgmap v3315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:57.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:57 smithi118 ceph-mon[182959]: pgmap v3315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:57 smithi192 ceph-mon[180220]: pgmap v3315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:36:59 smithi118 ceph-mon[185516]: pgmap v3316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:59.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:36:59 smithi118 ceph-mon[182959]: pgmap v3316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:36:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:36:59 smithi192 ceph-mon[180220]: pgmap v3316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:36:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:36:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:37:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:01 smithi118 ceph-mon[185516]: pgmap v3317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:01 smithi118 ceph-mon[182959]: pgmap v3317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:01 smithi192 ceph-mon[180220]: pgmap v3317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:03.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:03 smithi118 ceph-mon[185516]: pgmap v3318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:03 smithi118 ceph-mon[182959]: pgmap v3318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:03 smithi192 ceph-mon[180220]: pgmap v3318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:05 smithi118 ceph-mon[185516]: pgmap v3319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:05 smithi118 ceph-mon[182959]: pgmap v3319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:05 smithi192 ceph-mon[180220]: pgmap v3319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:07 smithi118 ceph-mon[185516]: pgmap v3320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:07 smithi118 ceph-mon[182959]: pgmap v3320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:07 smithi192 ceph-mon[180220]: pgmap v3320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:09.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:09 smithi118 ceph-mon[185516]: pgmap v3321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:09 smithi118 ceph-mon[182959]: pgmap v3321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:09 smithi192 ceph-mon[180220]: pgmap v3321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:37:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:37:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:37:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:11 smithi118 ceph-mon[185516]: pgmap v3322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:11 smithi118 ceph-mon[182959]: pgmap v3322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:11 smithi192 ceph-mon[180220]: pgmap v3322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:13 smithi118 ceph-mon[185516]: pgmap v3323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:13 smithi118 ceph-mon[182959]: pgmap v3323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:13 smithi192 ceph-mon[180220]: pgmap v3323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:15 smithi118 ceph-mon[185516]: pgmap v3324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:15 smithi118 ceph-mon[182959]: pgmap v3324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:15 smithi192 ceph-mon[180220]: pgmap v3324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:17 smithi118 ceph-mon[185516]: pgmap v3325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:17 smithi118 ceph-mon[182959]: pgmap v3325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:17 smithi192 ceph-mon[180220]: pgmap v3325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:19.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:37:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:37:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:37:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:19 smithi118 ceph-mon[185516]: pgmap v3326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:19 smithi118 ceph-mon[182959]: pgmap v3326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:19 smithi192 ceph-mon[180220]: pgmap v3326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:21 smithi118 ceph-mon[185516]: pgmap v3327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:21 smithi118 ceph-mon[182959]: pgmap v3327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:21 smithi192 ceph-mon[180220]: pgmap v3327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:23 smithi118 ceph-mon[185516]: pgmap v3328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:23 smithi118 ceph-mon[182959]: pgmap v3328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:23 smithi192 ceph-mon[180220]: pgmap v3328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:25 smithi118 ceph-mon[185516]: pgmap v3329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:25 smithi118 ceph-mon[182959]: pgmap v3329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:25 smithi192 ceph-mon[180220]: pgmap v3329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:27 smithi118 ceph-mon[185516]: pgmap v3330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:27 smithi118 ceph-mon[182959]: pgmap v3330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:27 smithi192 ceph-mon[180220]: pgmap v3330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:29.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:37:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:37:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:37:29.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:29 smithi118 ceph-mon[185516]: pgmap v3331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:29.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:29 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:37:29.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:29 smithi118 ceph-mon[182959]: pgmap v3331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:29.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:29 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:37:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:29 smithi192 ceph-mon[180220]: pgmap v3331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:29 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:37:30.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:37:30.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:37:30.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:37:30.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:37:30.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:37:30.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:37:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:37:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:37:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:37:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:31 smithi118 ceph-mon[185516]: pgmap v3332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:31 smithi118 ceph-mon[182959]: pgmap v3332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:31 smithi192 ceph-mon[180220]: pgmap v3332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:33 smithi118 ceph-mon[185516]: pgmap v3333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:33 smithi118 ceph-mon[182959]: pgmap v3333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:33 smithi192 ceph-mon[180220]: pgmap v3333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:35.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:35 smithi118 ceph-mon[185516]: pgmap v3334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:35 smithi118 ceph-mon[182959]: pgmap v3334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:35 smithi192 ceph-mon[180220]: pgmap v3334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:37 smithi118 ceph-mon[185516]: pgmap v3335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:37 smithi118 ceph-mon[182959]: pgmap v3335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:37 smithi192 ceph-mon[180220]: pgmap v3335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:39.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:37:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:37:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:37:39.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:39 smithi118 ceph-mon[185516]: pgmap v3336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:39.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:39 smithi118 ceph-mon[182959]: pgmap v3336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:39 smithi192 ceph-mon[180220]: pgmap v3336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:41 smithi118 ceph-mon[185516]: pgmap v3337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:41 smithi118 ceph-mon[182959]: pgmap v3337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:41 smithi192 ceph-mon[180220]: pgmap v3337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:43 smithi118 ceph-mon[185516]: pgmap v3338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:43 smithi118 ceph-mon[182959]: pgmap v3338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:43 smithi192 ceph-mon[180220]: pgmap v3338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:45 smithi118 ceph-mon[185516]: pgmap v3339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:45 smithi118 ceph-mon[182959]: pgmap v3339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:45 smithi192 ceph-mon[180220]: pgmap v3339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:47 smithi118 ceph-mon[185516]: pgmap v3340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:47 smithi118 ceph-mon[182959]: pgmap v3340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:47 smithi192 ceph-mon[180220]: pgmap v3340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:49.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:37:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:37:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:37:49.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:49 smithi118 ceph-mon[185516]: pgmap v3341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:49.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:49 smithi118 ceph-mon[182959]: pgmap v3341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:49 smithi192 ceph-mon[180220]: pgmap v3341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:37:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:51 smithi118 ceph-mon[185516]: pgmap v3342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:51 smithi118 ceph-mon[182959]: pgmap v3342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:51 smithi192 ceph-mon[180220]: pgmap v3342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:53 smithi118 ceph-mon[185516]: pgmap v3343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:53 smithi118 ceph-mon[182959]: pgmap v3343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:53 smithi192 ceph-mon[180220]: pgmap v3343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:55 smithi118 ceph-mon[185516]: pgmap v3344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:55 smithi118 ceph-mon[182959]: pgmap v3344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:55 smithi192 ceph-mon[180220]: pgmap v3344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:57 smithi118 ceph-mon[185516]: pgmap v3345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:57 smithi118 ceph-mon[182959]: pgmap v3345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:57 smithi192 ceph-mon[180220]: pgmap v3345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:59.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:37:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:37:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:37:59.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:37:59 smithi118 ceph-mon[185516]: pgmap v3346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:59.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:37:59 smithi118 ceph-mon[182959]: pgmap v3346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:37:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:37:59 smithi192 ceph-mon[180220]: pgmap v3346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:01 smithi192 ceph-mon[180220]: pgmap v3347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:01 smithi118 ceph-mon[185516]: pgmap v3347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:01 smithi118 ceph-mon[182959]: pgmap v3347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:03 smithi192 ceph-mon[180220]: pgmap v3348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:03 smithi118 ceph-mon[185516]: pgmap v3348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:03 smithi118 ceph-mon[182959]: pgmap v3348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:05.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:05 smithi192 ceph-mon[180220]: pgmap v3349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:05 smithi118 ceph-mon[185516]: pgmap v3349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:05 smithi118 ceph-mon[182959]: pgmap v3349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:07 smithi192 ceph-mon[180220]: pgmap v3350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:07 smithi118 ceph-mon[185516]: pgmap v3350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:07 smithi118 ceph-mon[182959]: pgmap v3350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:09 smithi192 ceph-mon[180220]: pgmap v3351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:38:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:38:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:38:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:09 smithi118 ceph-mon[185516]: pgmap v3351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:09 smithi118 ceph-mon[182959]: pgmap v3351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:11 smithi192 ceph-mon[180220]: pgmap v3352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:11 smithi118 ceph-mon[185516]: pgmap v3352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:11 smithi118 ceph-mon[182959]: pgmap v3352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:13 smithi192 ceph-mon[180220]: pgmap v3353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:13 smithi118 ceph-mon[185516]: pgmap v3353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:13 smithi118 ceph-mon[182959]: pgmap v3353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:15 smithi192 ceph-mon[180220]: pgmap v3354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:15 smithi118 ceph-mon[185516]: pgmap v3354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:15 smithi118 ceph-mon[182959]: pgmap v3354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:17 smithi192 ceph-mon[180220]: pgmap v3355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:17 smithi118 ceph-mon[185516]: pgmap v3355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:17 smithi118 ceph-mon[182959]: pgmap v3355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:19 smithi192 ceph-mon[180220]: pgmap v3356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:38:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:38:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:38:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:19 smithi118 ceph-mon[185516]: pgmap v3356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:19 smithi118 ceph-mon[182959]: pgmap v3356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:21 smithi192 ceph-mon[180220]: pgmap v3357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:21 smithi118 ceph-mon[185516]: pgmap v3357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:21 smithi118 ceph-mon[182959]: pgmap v3357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:23 smithi192 ceph-mon[180220]: pgmap v3358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:23 smithi118 ceph-mon[185516]: pgmap v3358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:23 smithi118 ceph-mon[182959]: pgmap v3358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:25 smithi192 ceph-mon[180220]: pgmap v3359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:25 smithi118 ceph-mon[185516]: pgmap v3359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:25 smithi118 ceph-mon[182959]: pgmap v3359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:27 smithi192 ceph-mon[180220]: pgmap v3360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:27 smithi118 ceph-mon[185516]: pgmap v3360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:27 smithi118 ceph-mon[182959]: pgmap v3360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:29 smithi192 ceph-mon[180220]: pgmap v3361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:38:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:38:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:38:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:29 smithi118 ceph-mon[185516]: pgmap v3361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:29 smithi118 ceph-mon[182959]: pgmap v3361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:38:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:38:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:38:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:38:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:38:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:31 smithi192 ceph-mon[180220]: pgmap v3362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:31 smithi118 ceph-mon[185516]: pgmap v3362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:31 smithi118 ceph-mon[182959]: pgmap v3362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:33 smithi192 ceph-mon[180220]: pgmap v3363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:33 smithi118 ceph-mon[185516]: pgmap v3363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:33 smithi118 ceph-mon[182959]: pgmap v3363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:35 smithi192 ceph-mon[180220]: pgmap v3364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:35 smithi118 ceph-mon[185516]: pgmap v3364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:35 smithi118 ceph-mon[182959]: pgmap v3364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:37 smithi192 ceph-mon[180220]: pgmap v3365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:37 smithi118 ceph-mon[185516]: pgmap v3365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:37 smithi118 ceph-mon[182959]: pgmap v3365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:39 smithi192 ceph-mon[180220]: pgmap v3366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:38:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:38:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:38:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:39 smithi118 ceph-mon[185516]: pgmap v3366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:39 smithi118 ceph-mon[182959]: pgmap v3366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:41 smithi192 ceph-mon[180220]: pgmap v3367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:41 smithi118 ceph-mon[185516]: pgmap v3367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:41 smithi118 ceph-mon[182959]: pgmap v3367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:43 smithi192 ceph-mon[180220]: pgmap v3368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:43 smithi118 ceph-mon[185516]: pgmap v3368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:43 smithi118 ceph-mon[182959]: pgmap v3368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:45 smithi192 ceph-mon[180220]: pgmap v3369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:45 smithi118 ceph-mon[185516]: pgmap v3369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:45 smithi118 ceph-mon[182959]: pgmap v3369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:47 smithi192 ceph-mon[180220]: pgmap v3370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:47 smithi118 ceph-mon[185516]: pgmap v3370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:47 smithi118 ceph-mon[182959]: pgmap v3370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:49 smithi192 ceph-mon[180220]: pgmap v3371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:38:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:38:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:38:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:49 smithi118 ceph-mon[185516]: pgmap v3371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:49 smithi118 ceph-mon[182959]: pgmap v3371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:38:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:51 smithi192 ceph-mon[180220]: pgmap v3372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:51 smithi118 ceph-mon[185516]: pgmap v3372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:52.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:51 smithi118 ceph-mon[182959]: pgmap v3372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:53 smithi192 ceph-mon[180220]: pgmap v3373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:53 smithi118 ceph-mon[185516]: pgmap v3373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:53 smithi118 ceph-mon[182959]: pgmap v3373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:55 smithi192 ceph-mon[180220]: pgmap v3374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:55 smithi118 ceph-mon[185516]: pgmap v3374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:55 smithi118 ceph-mon[182959]: pgmap v3374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:57 smithi192 ceph-mon[180220]: pgmap v3375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:57 smithi118 ceph-mon[185516]: pgmap v3375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:57 smithi118 ceph-mon[182959]: pgmap v3375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:38:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:38:59 smithi192 ceph-mon[180220]: pgmap v3376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:38:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:38:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:39:00.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:38:59 smithi118 ceph-mon[185516]: pgmap v3376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:00.099 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:38:59 smithi118 ceph-mon[182959]: pgmap v3376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:01 smithi192 ceph-mon[180220]: pgmap v3377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:01 smithi118 ceph-mon[185516]: pgmap v3377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:01 smithi118 ceph-mon[182959]: pgmap v3377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:03 smithi192 ceph-mon[180220]: pgmap v3378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:03 smithi118 ceph-mon[185516]: pgmap v3378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:03 smithi118 ceph-mon[182959]: pgmap v3378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:05 smithi192 ceph-mon[180220]: pgmap v3379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:05 smithi118 ceph-mon[185516]: pgmap v3379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:05 smithi118 ceph-mon[182959]: pgmap v3379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:07 smithi192 ceph-mon[180220]: pgmap v3380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:07 smithi118 ceph-mon[185516]: pgmap v3380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:07 smithi118 ceph-mon[182959]: pgmap v3380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:09 smithi192 ceph-mon[180220]: pgmap v3381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:39:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:39:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:39:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:09 smithi118 ceph-mon[185516]: pgmap v3381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:09 smithi118 ceph-mon[182959]: pgmap v3381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:11 smithi192 ceph-mon[180220]: pgmap v3382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:11 smithi118 ceph-mon[185516]: pgmap v3382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:11 smithi118 ceph-mon[182959]: pgmap v3382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:13 smithi192 ceph-mon[180220]: pgmap v3383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:13 smithi118 ceph-mon[185516]: pgmap v3383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:13 smithi118 ceph-mon[182959]: pgmap v3383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:15 smithi192 ceph-mon[180220]: pgmap v3384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:15 smithi118 ceph-mon[185516]: pgmap v3384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:15 smithi118 ceph-mon[182959]: pgmap v3384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:17 smithi192 ceph-mon[180220]: pgmap v3385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:17 smithi118 ceph-mon[185516]: pgmap v3385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:17 smithi118 ceph-mon[182959]: pgmap v3385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:19 smithi192 ceph-mon[180220]: pgmap v3386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:39:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:39:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:39:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:19 smithi118 ceph-mon[185516]: pgmap v3386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:19 smithi118 ceph-mon[182959]: pgmap v3386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:21 smithi192 ceph-mon[180220]: pgmap v3387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:21 smithi118 ceph-mon[185516]: pgmap v3387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:21 smithi118 ceph-mon[182959]: pgmap v3387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:23 smithi192 ceph-mon[180220]: pgmap v3388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:23 smithi118 ceph-mon[185516]: pgmap v3388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:23 smithi118 ceph-mon[182959]: pgmap v3388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:25 smithi192 ceph-mon[180220]: pgmap v3389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:25 smithi118 ceph-mon[185516]: pgmap v3389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:25 smithi118 ceph-mon[182959]: pgmap v3389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:27 smithi192 ceph-mon[180220]: pgmap v3390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:27 smithi118 ceph-mon[185516]: pgmap v3390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:27 smithi118 ceph-mon[182959]: pgmap v3390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:29 smithi192 ceph-mon[180220]: pgmap v3391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:39:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:39:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:39:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:29 smithi118 ceph-mon[185516]: pgmap v3391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:29 smithi118 ceph-mon[182959]: pgmap v3391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:30.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:39:31.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:39:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:39:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:31 smithi192 ceph-mon[180220]: pgmap v3392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:39:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:39:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:39:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[185516]: pgmap v3392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:39:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:39:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:39:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[182959]: pgmap v3392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:39:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:39:32.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:39:33.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:33 smithi192 ceph-mon[180220]: pgmap v3393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:33.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:33 smithi118 ceph-mon[185516]: pgmap v3393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:33 smithi118 ceph-mon[182959]: pgmap v3393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:35.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:35 smithi118 ceph-mon[185516]: pgmap v3394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:35 smithi118 ceph-mon[182959]: pgmap v3394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:35 smithi192 ceph-mon[180220]: pgmap v3394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:37 smithi118 ceph-mon[185516]: pgmap v3395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:37 smithi118 ceph-mon[182959]: pgmap v3395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:37 smithi192 ceph-mon[180220]: pgmap v3395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:39.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:39 smithi118 ceph-mon[185516]: pgmap v3396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:39 smithi118 ceph-mon[182959]: pgmap v3396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:39 smithi192 ceph-mon[180220]: pgmap v3396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:39:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:39:39] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:39:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:41 smithi118 ceph-mon[185516]: pgmap v3397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:41 smithi118 ceph-mon[182959]: pgmap v3397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:41 smithi192 ceph-mon[180220]: pgmap v3397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:43.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:43 smithi118 ceph-mon[182959]: pgmap v3398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:43 smithi118 ceph-mon[185516]: pgmap v3398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:43 smithi192 ceph-mon[180220]: pgmap v3398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:45.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:45 smithi118 ceph-mon[185516]: pgmap v3399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:45 smithi118 ceph-mon[182959]: pgmap v3399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:45 smithi192 ceph-mon[180220]: pgmap v3399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:47 smithi118 ceph-mon[185516]: pgmap v3400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:47.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:47 smithi118 ceph-mon[182959]: pgmap v3400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:47 smithi192 ceph-mon[180220]: pgmap v3400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:49 smithi118 ceph-mon[185516]: pgmap v3401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:49 smithi118 ceph-mon[182959]: pgmap v3401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:49 smithi192 ceph-mon[180220]: pgmap v3401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:39:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:39:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:39:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:39:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:51 smithi118 ceph-mon[185516]: pgmap v3402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:51.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:51 smithi118 ceph-mon[182959]: pgmap v3402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:51 smithi192 ceph-mon[180220]: pgmap v3402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:53.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:53 smithi118 ceph-mon[185516]: pgmap v3403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:53 smithi118 ceph-mon[182959]: pgmap v3403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:53 smithi192 ceph-mon[180220]: pgmap v3403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:55 smithi118 ceph-mon[185516]: pgmap v3404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:55 smithi118 ceph-mon[182959]: pgmap v3404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:55 smithi192 ceph-mon[180220]: pgmap v3404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:57 smithi118 ceph-mon[185516]: pgmap v3405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:57 smithi118 ceph-mon[182959]: pgmap v3405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:57 smithi192 ceph-mon[180220]: pgmap v3405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:39:59 smithi118 ceph-mon[185516]: pgmap v3406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:39:59 smithi118 ceph-mon[182959]: pgmap v3406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:39:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:39:59 smithi192 ceph-mon[180220]: pgmap v3406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:39:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:39:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:40:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T10:40:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T10:40:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T10:40:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:01 smithi118 ceph-mon[185516]: pgmap v3407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:01 smithi118 ceph-mon[182959]: pgmap v3407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:01 smithi192 ceph-mon[180220]: pgmap v3407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:03 smithi118 ceph-mon[185516]: pgmap v3408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:03 smithi118 ceph-mon[182959]: pgmap v3408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:03 smithi192 ceph-mon[180220]: pgmap v3408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:05 smithi118 ceph-mon[185516]: pgmap v3409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:05 smithi118 ceph-mon[182959]: pgmap v3409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:05 smithi192 ceph-mon[180220]: pgmap v3409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:07.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:07 smithi118 ceph-mon[185516]: pgmap v3410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:07 smithi118 ceph-mon[182959]: pgmap v3410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:07 smithi192 ceph-mon[180220]: pgmap v3410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:09.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:09 smithi118 ceph-mon[185516]: pgmap v3411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:11.039 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:09 smithi118 ceph-mon[182959]: pgmap v3411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:11.040 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:40:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:40:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:40:11.043 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:09 smithi192 ceph-mon[180220]: pgmap v3411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:11.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:11 smithi118 ceph-mon[185516]: pgmap v3412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:11.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:11 smithi118 ceph-mon[182959]: pgmap v3412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:11 smithi192 ceph-mon[180220]: pgmap v3412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:13 smithi118 ceph-mon[185516]: pgmap v3413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:13 smithi118 ceph-mon[182959]: pgmap v3413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:13 smithi192 ceph-mon[180220]: pgmap v3413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:15.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:15 smithi118 ceph-mon[185516]: pgmap v3414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:15 smithi118 ceph-mon[182959]: pgmap v3414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:15 smithi192 ceph-mon[180220]: pgmap v3414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:17 smithi118 ceph-mon[182959]: pgmap v3415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:17 smithi118 ceph-mon[185516]: pgmap v3415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:17 smithi192 ceph-mon[180220]: pgmap v3415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:19 smithi118 ceph-mon[185516]: pgmap v3416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:19 smithi118 ceph-mon[182959]: pgmap v3416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:19.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:19 smithi192 ceph-mon[180220]: pgmap v3416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:40:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:40:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:40:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:21 smithi118 ceph-mon[182959]: pgmap v3417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:21.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:21 smithi118 ceph-mon[185516]: pgmap v3417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:21 smithi192 ceph-mon[180220]: pgmap v3417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:23 smithi118 ceph-mon[182959]: pgmap v3418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:23 smithi118 ceph-mon[185516]: pgmap v3418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:23 smithi192 ceph-mon[180220]: pgmap v3418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:25 smithi118 ceph-mon[185516]: pgmap v3419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:25.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:25 smithi118 ceph-mon[182959]: pgmap v3419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:25 smithi192 ceph-mon[180220]: pgmap v3419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:27.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:27 smithi118 ceph-mon[182959]: pgmap v3420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:27 smithi118 ceph-mon[185516]: pgmap v3420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:27 smithi192 ceph-mon[180220]: pgmap v3420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:29.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:29 smithi118 ceph-mon[182959]: pgmap v3421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:29 smithi118 ceph-mon[185516]: pgmap v3421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:29 smithi192 ceph-mon[180220]: pgmap v3421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:40:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:40:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:40:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:31 smithi118 ceph-mon[185516]: pgmap v3422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:40:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:31 smithi118 ceph-mon[182959]: pgmap v3422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:40:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:31 smithi192 ceph-mon[180220]: pgmap v3422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:40:32.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:40:32.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:40:32.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:40:32.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:40:32.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:40:32.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:40:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:40:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:40:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:40:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:33 smithi192 ceph-mon[180220]: pgmap v3423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:33 smithi118 ceph-mon[185516]: pgmap v3423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:33 smithi118 ceph-mon[182959]: pgmap v3423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:35 smithi192 ceph-mon[180220]: pgmap v3424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:35 smithi118 ceph-mon[185516]: pgmap v3424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:35 smithi118 ceph-mon[182959]: pgmap v3424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:37 smithi192 ceph-mon[180220]: pgmap v3425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:37 smithi118 ceph-mon[185516]: pgmap v3425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:37 smithi118 ceph-mon[182959]: pgmap v3425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:39 smithi192 ceph-mon[180220]: pgmap v3426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:40:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:40:39] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T10:40:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:39 smithi118 ceph-mon[185516]: pgmap v3426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:39 smithi118 ceph-mon[182959]: pgmap v3426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:41 smithi192 ceph-mon[180220]: pgmap v3427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:41 smithi118 ceph-mon[185516]: pgmap v3427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:41 smithi118 ceph-mon[182959]: pgmap v3427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:43 smithi192 ceph-mon[180220]: pgmap v3428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:43 smithi118 ceph-mon[185516]: pgmap v3428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:43 smithi118 ceph-mon[182959]: pgmap v3428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:45 smithi192 ceph-mon[180220]: pgmap v3429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:45 smithi118 ceph-mon[185516]: pgmap v3429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:45 smithi118 ceph-mon[182959]: pgmap v3429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:47 smithi192 ceph-mon[180220]: pgmap v3430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:47 smithi118 ceph-mon[185516]: pgmap v3430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:47 smithi118 ceph-mon[182959]: pgmap v3430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:49 smithi192 ceph-mon[180220]: pgmap v3431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:40:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:40:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:40:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:49 smithi118 ceph-mon[185516]: pgmap v3431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:49 smithi118 ceph-mon[182959]: pgmap v3431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:40:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:51 smithi192 ceph-mon[180220]: pgmap v3432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:51 smithi118 ceph-mon[185516]: pgmap v3432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:51 smithi118 ceph-mon[182959]: pgmap v3432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:53 smithi192 ceph-mon[180220]: pgmap v3433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:53 smithi118 ceph-mon[185516]: pgmap v3433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:53 smithi118 ceph-mon[182959]: pgmap v3433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:55 smithi192 ceph-mon[180220]: pgmap v3434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:55 smithi118 ceph-mon[185516]: pgmap v3434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:55 smithi118 ceph-mon[182959]: pgmap v3434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:57 smithi192 ceph-mon[180220]: pgmap v3435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:57 smithi118 ceph-mon[185516]: pgmap v3435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:57 smithi118 ceph-mon[182959]: pgmap v3435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:40:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:40:59 smithi192 ceph-mon[180220]: pgmap v3436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:40:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:40:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:41:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:40:59 smithi118 ceph-mon[185516]: pgmap v3436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:40:59 smithi118 ceph-mon[182959]: pgmap v3436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:01 smithi192 ceph-mon[180220]: pgmap v3437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:01 smithi118 ceph-mon[185516]: pgmap v3437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:01 smithi118 ceph-mon[182959]: pgmap v3437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:03 smithi192 ceph-mon[180220]: pgmap v3438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:03 smithi118 ceph-mon[182959]: pgmap v3438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:03 smithi118 ceph-mon[185516]: pgmap v3438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:05 smithi192 ceph-mon[180220]: pgmap v3439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:05 smithi118 ceph-mon[185516]: pgmap v3439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:05 smithi118 ceph-mon[182959]: pgmap v3439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:07 smithi192 ceph-mon[180220]: pgmap v3440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:07 smithi118 ceph-mon[185516]: pgmap v3440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:07 smithi118 ceph-mon[182959]: pgmap v3440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:09 smithi192 ceph-mon[180220]: pgmap v3441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:41:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:41:09] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:41:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:09 smithi118 ceph-mon[185516]: pgmap v3441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:09 smithi118 ceph-mon[182959]: pgmap v3441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:11 smithi192 ceph-mon[180220]: pgmap v3442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:11 smithi118 ceph-mon[185516]: pgmap v3442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:11 smithi118 ceph-mon[182959]: pgmap v3442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:13 smithi192 ceph-mon[180220]: pgmap v3443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:13 smithi118 ceph-mon[185516]: pgmap v3443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:13 smithi118 ceph-mon[182959]: pgmap v3443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:15 smithi192 ceph-mon[180220]: pgmap v3444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:15 smithi118 ceph-mon[185516]: pgmap v3444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:15 smithi118 ceph-mon[182959]: pgmap v3444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:17 smithi192 ceph-mon[180220]: pgmap v3445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:18.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:17 smithi118 ceph-mon[182959]: pgmap v3445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:18.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:17 smithi118 ceph-mon[185516]: pgmap v3445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:19 smithi192 ceph-mon[180220]: pgmap v3446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:41:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:41:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:41:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:19 smithi118 ceph-mon[185516]: pgmap v3446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:19 smithi118 ceph-mon[182959]: pgmap v3446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:21 smithi192 ceph-mon[180220]: pgmap v3447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:22.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:21 smithi118 ceph-mon[185516]: pgmap v3447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:22.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:21 smithi118 ceph-mon[182959]: pgmap v3447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:23 smithi192 ceph-mon[180220]: pgmap v3448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:23 smithi118 ceph-mon[185516]: pgmap v3448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:23 smithi118 ceph-mon[182959]: pgmap v3448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:25 smithi192 ceph-mon[180220]: pgmap v3449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:25 smithi118 ceph-mon[185516]: pgmap v3449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:25 smithi118 ceph-mon[182959]: pgmap v3449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:27 smithi192 ceph-mon[180220]: pgmap v3450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:27 smithi118 ceph-mon[185516]: pgmap v3450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:27 smithi118 ceph-mon[182959]: pgmap v3450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:29 smithi192 ceph-mon[180220]: pgmap v3451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:41:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:41:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:41:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:29 smithi118 ceph-mon[185516]: pgmap v3451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:29 smithi118 ceph-mon[182959]: pgmap v3451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:31 smithi192 ceph-mon[180220]: pgmap v3452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:31 smithi118 ceph-mon[185516]: pgmap v3452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:32.132 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:31 smithi118 ceph-mon[182959]: pgmap v3452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:41:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:41:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:41:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:41:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:41:33.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:41:33.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:41:33.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:41:33.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:41:33.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:41:33.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:41:33.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:41:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:33 smithi192 ceph-mon[180220]: pgmap v3453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:34.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:33 smithi118 ceph-mon[185516]: pgmap v3453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:33 smithi118 ceph-mon[182959]: pgmap v3453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:35 smithi192 ceph-mon[180220]: pgmap v3454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:35 smithi118 ceph-mon[185516]: pgmap v3454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:35 smithi118 ceph-mon[182959]: pgmap v3454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:37 smithi192 ceph-mon[180220]: pgmap v3455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:37 smithi118 ceph-mon[185516]: pgmap v3455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:37 smithi118 ceph-mon[182959]: pgmap v3455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:39 smithi192 ceph-mon[180220]: pgmap v3456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:41:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:41:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:41:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:39 smithi118 ceph-mon[185516]: pgmap v3456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:39 smithi118 ceph-mon[182959]: pgmap v3456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:41 smithi192 ceph-mon[180220]: pgmap v3457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:41 smithi118 ceph-mon[185516]: pgmap v3457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:41 smithi118 ceph-mon[182959]: pgmap v3457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:43 smithi192 ceph-mon[180220]: pgmap v3458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:43 smithi118 ceph-mon[185516]: pgmap v3458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:43 smithi118 ceph-mon[182959]: pgmap v3458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:45 smithi192 ceph-mon[180220]: pgmap v3459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:45 smithi118 ceph-mon[185516]: pgmap v3459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:45 smithi118 ceph-mon[182959]: pgmap v3459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:47 smithi192 ceph-mon[180220]: pgmap v3460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:47 smithi118 ceph-mon[185516]: pgmap v3460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:47 smithi118 ceph-mon[182959]: pgmap v3460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:49 smithi192 ceph-mon[180220]: pgmap v3461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:41:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:41:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:41:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:49 smithi118 ceph-mon[185516]: pgmap v3461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:49 smithi118 ceph-mon[182959]: pgmap v3461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:41:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:51 smithi192 ceph-mon[180220]: pgmap v3462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:52.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:51 smithi118 ceph-mon[182959]: pgmap v3462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:51 smithi118 ceph-mon[185516]: pgmap v3462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:53 smithi192 ceph-mon[180220]: pgmap v3463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:53 smithi118 ceph-mon[185516]: pgmap v3463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:53 smithi118 ceph-mon[182959]: pgmap v3463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:55 smithi192 ceph-mon[180220]: pgmap v3464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:55 smithi118 ceph-mon[185516]: pgmap v3464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:55 smithi118 ceph-mon[182959]: pgmap v3464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:57 smithi192 ceph-mon[180220]: pgmap v3465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:57 smithi118 ceph-mon[185516]: pgmap v3465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:57 smithi118 ceph-mon[182959]: pgmap v3465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:41:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:41:59 smithi192 ceph-mon[180220]: pgmap v3466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:41:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:41:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:42:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:41:59 smithi118 ceph-mon[185516]: pgmap v3466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:00.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:41:59 smithi118 ceph-mon[182959]: pgmap v3466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:01 smithi192 ceph-mon[180220]: pgmap v3467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:01 smithi118 ceph-mon[182959]: pgmap v3467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:01 smithi118 ceph-mon[185516]: pgmap v3467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:03 smithi192 ceph-mon[180220]: pgmap v3468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:04.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:03 smithi118 ceph-mon[182959]: pgmap v3468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:03 smithi118 ceph-mon[185516]: pgmap v3468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:05 smithi192 ceph-mon[180220]: pgmap v3469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:05 smithi118 ceph-mon[185516]: pgmap v3469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:05 smithi118 ceph-mon[182959]: pgmap v3469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:07 smithi192 ceph-mon[180220]: pgmap v3470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:08.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:07 smithi118 ceph-mon[182959]: pgmap v3470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:07 smithi118 ceph-mon[185516]: pgmap v3470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:09 smithi192 ceph-mon[180220]: pgmap v3471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:42:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:42:09] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:42:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:09 smithi118 ceph-mon[185516]: pgmap v3471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:09 smithi118 ceph-mon[182959]: pgmap v3471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:11 smithi192 ceph-mon[180220]: pgmap v3472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:11 smithi118 ceph-mon[185516]: pgmap v3472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:11 smithi118 ceph-mon[182959]: pgmap v3472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:13 smithi192 ceph-mon[180220]: pgmap v3473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:13 smithi118 ceph-mon[185516]: pgmap v3473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:13 smithi118 ceph-mon[182959]: pgmap v3473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:15 smithi192 ceph-mon[180220]: pgmap v3474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:15 smithi118 ceph-mon[185516]: pgmap v3474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:15 smithi118 ceph-mon[182959]: pgmap v3474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:17 smithi118 ceph-mon[185516]: pgmap v3475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:17 smithi118 ceph-mon[182959]: pgmap v3475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:17 smithi192 ceph-mon[180220]: pgmap v3475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:18 smithi118 ceph-mon[185516]: pgmap v3476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:19.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:18 smithi118 ceph-mon[182959]: pgmap v3476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:19.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:18 smithi192 ceph-mon[180220]: pgmap v3476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:42:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:42:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:42:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:21.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:20 smithi118 ceph-mon[185516]: pgmap v3477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:21.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:20 smithi118 ceph-mon[182959]: pgmap v3477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:21.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:20 smithi192 ceph-mon[180220]: pgmap v3477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:23 smithi118 ceph-mon[185516]: pgmap v3478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:23 smithi118 ceph-mon[182959]: pgmap v3478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:23 smithi192 ceph-mon[180220]: pgmap v3478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:25.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:25 smithi118 ceph-mon[185516]: pgmap v3479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:25.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:25 smithi118 ceph-mon[182959]: pgmap v3479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:25 smithi192 ceph-mon[180220]: pgmap v3479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:27 smithi118 ceph-mon[185516]: pgmap v3480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:27 smithi118 ceph-mon[182959]: pgmap v3480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:27 smithi192 ceph-mon[180220]: pgmap v3480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:29.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:29 smithi118 ceph-mon[182959]: pgmap v3481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:29.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:29 smithi118 ceph-mon[185516]: pgmap v3481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:29 smithi192 ceph-mon[180220]: pgmap v3481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:42:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:42:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:42:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:31 smithi118 ceph-mon[185516]: pgmap v3482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:31 smithi118 ceph-mon[182959]: pgmap v3482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:31 smithi192 ceph-mon[180220]: pgmap v3482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:32.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:42:32.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:42:32.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:42:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[185516]: pgmap v3483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:42:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:42:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:42:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[182959]: pgmap v3483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:42:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:42:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:42:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:33 smithi192 ceph-mon[180220]: pgmap v3483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:42:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:42:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:42:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:35 smithi118 ceph-mon[185516]: pgmap v3484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:35 smithi118 ceph-mon[182959]: pgmap v3484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:35 smithi192 ceph-mon[180220]: pgmap v3484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:37 smithi118 ceph-mon[185516]: pgmap v3485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:37 smithi118 ceph-mon[182959]: pgmap v3485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:37 smithi192 ceph-mon[180220]: pgmap v3485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:39 smithi118 ceph-mon[185516]: pgmap v3486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:39.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:39 smithi118 ceph-mon[182959]: pgmap v3486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:39 smithi192 ceph-mon[180220]: pgmap v3486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:42:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:42:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:42:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:41 smithi118 ceph-mon[185516]: pgmap v3487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:41 smithi118 ceph-mon[182959]: pgmap v3487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:41 smithi192 ceph-mon[180220]: pgmap v3487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:43.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:43 smithi118 ceph-mon[182959]: pgmap v3488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:43 smithi118 ceph-mon[185516]: pgmap v3488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:43 smithi192 ceph-mon[180220]: pgmap v3488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:45.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:45 smithi118 ceph-mon[182959]: pgmap v3489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:45 smithi118 ceph-mon[185516]: pgmap v3489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:45 smithi192 ceph-mon[180220]: pgmap v3489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:47.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:47 smithi118 ceph-mon[182959]: pgmap v3490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:47.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:47 smithi118 ceph-mon[185516]: pgmap v3490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:47 smithi192 ceph-mon[180220]: pgmap v3490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:49 smithi118 ceph-mon[182959]: pgmap v3491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:49 smithi118 ceph-mon[185516]: pgmap v3491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:49 smithi192 ceph-mon[180220]: pgmap v3491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:42:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:42:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:42:49] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:42:51.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:51 smithi118 ceph-mon[182959]: pgmap v3492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:51.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:51 smithi118 ceph-mon[185516]: pgmap v3492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:51 smithi192 ceph-mon[180220]: pgmap v3492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:53.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:53 smithi118 ceph-mon[182959]: pgmap v3493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:53 smithi118 ceph-mon[185516]: pgmap v3493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:53 smithi192 ceph-mon[180220]: pgmap v3493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:55 smithi118 ceph-mon[182959]: pgmap v3494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:55 smithi118 ceph-mon[185516]: pgmap v3494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:55 smithi192 ceph-mon[180220]: pgmap v3494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:57 smithi118 ceph-mon[185516]: pgmap v3495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:57 smithi118 ceph-mon[182959]: pgmap v3495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:57 smithi192 ceph-mon[180220]: pgmap v3495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:59.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:42:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:42:59] "GET /metrics HTTP/1.1" 200 36336 "" "Prometheus/2.43.0" 2023-09-30T10:42:59.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:42:59 smithi118 ceph-mon[185516]: pgmap v3496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:59.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:42:59 smithi118 ceph-mon[182959]: pgmap v3496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:42:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:42:59 smithi192 ceph-mon[180220]: pgmap v3496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:01.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:01 smithi118 ceph-mon[185516]: pgmap v3497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:01 smithi118 ceph-mon[182959]: pgmap v3497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:01 smithi192 ceph-mon[180220]: pgmap v3497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:03 smithi118 ceph-mon[185516]: pgmap v3498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:03 smithi118 ceph-mon[182959]: pgmap v3498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:03 smithi192 ceph-mon[180220]: pgmap v3498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:05 smithi118 ceph-mon[185516]: pgmap v3499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:05 smithi118 ceph-mon[182959]: pgmap v3499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:05 smithi192 ceph-mon[180220]: pgmap v3499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:07.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:07 smithi118 ceph-mon[185516]: pgmap v3500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:07 smithi118 ceph-mon[182959]: pgmap v3500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:07 smithi192 ceph-mon[180220]: pgmap v3500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:09.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:43:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:43:09] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T10:43:09.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:09 smithi118 ceph-mon[185516]: pgmap v3501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:09.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:09 smithi118 ceph-mon[182959]: pgmap v3501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:09 smithi192 ceph-mon[180220]: pgmap v3501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:11.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:11 smithi118 ceph-mon[185516]: pgmap v3502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:11 smithi118 ceph-mon[182959]: pgmap v3502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:11 smithi192 ceph-mon[180220]: pgmap v3502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:13 smithi118 ceph-mon[185516]: pgmap v3503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:13 smithi118 ceph-mon[182959]: pgmap v3503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:13 smithi192 ceph-mon[180220]: pgmap v3503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:15 smithi118 ceph-mon[185516]: pgmap v3504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:15 smithi118 ceph-mon[182959]: pgmap v3504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:15 smithi192 ceph-mon[180220]: pgmap v3504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:17 smithi118 ceph-mon[185516]: pgmap v3505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:17 smithi118 ceph-mon[182959]: pgmap v3505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:17 smithi192 ceph-mon[180220]: pgmap v3505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:19.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:43:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:43:19] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T10:43:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:19 smithi118 ceph-mon[185516]: pgmap v3506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:19 smithi118 ceph-mon[182959]: pgmap v3506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:19 smithi192 ceph-mon[180220]: pgmap v3506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:21 smithi118 ceph-mon[185516]: pgmap v3507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:21 smithi118 ceph-mon[182959]: pgmap v3507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:21 smithi192 ceph-mon[180220]: pgmap v3507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:23.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:23 smithi118 ceph-mon[185516]: pgmap v3508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:23 smithi118 ceph-mon[182959]: pgmap v3508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:23 smithi192 ceph-mon[180220]: pgmap v3508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:25.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:25 smithi118 ceph-mon[185516]: pgmap v3509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:25 smithi118 ceph-mon[182959]: pgmap v3509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:25 smithi192 ceph-mon[180220]: pgmap v3509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:27.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:27 smithi118 ceph-mon[185516]: pgmap v3510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:27 smithi118 ceph-mon[182959]: pgmap v3510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:27 smithi192 ceph-mon[180220]: pgmap v3510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:29.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:43:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:43:29] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T10:43:29.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:29 smithi118 ceph-mon[185516]: pgmap v3511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:29.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:29 smithi118 ceph-mon[182959]: pgmap v3511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:29 smithi192 ceph-mon[180220]: pgmap v3511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:31 smithi118 ceph-mon[185516]: pgmap v3512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:31 smithi118 ceph-mon[182959]: pgmap v3512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:31 smithi192 ceph-mon[180220]: pgmap v3512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[185516]: pgmap v3513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[182959]: pgmap v3513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:43:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:43:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:43:33.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:43:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:33 smithi192 ceph-mon[180220]: pgmap v3513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:43:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:43:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:43:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:43:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:35.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:35 smithi118 ceph-mon[185516]: pgmap v3514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:35 smithi118 ceph-mon[182959]: pgmap v3514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:35 smithi192 ceph-mon[180220]: pgmap v3514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:37 smithi118 ceph-mon[185516]: pgmap v3515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:37 smithi118 ceph-mon[182959]: pgmap v3515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:37 smithi192 ceph-mon[180220]: pgmap v3515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:39.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:43:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:43:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:43:39.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:39 smithi118 ceph-mon[185516]: pgmap v3516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:39.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:39 smithi118 ceph-mon[182959]: pgmap v3516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:39 smithi192 ceph-mon[180220]: pgmap v3516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:41.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:41 smithi118 ceph-mon[185516]: pgmap v3517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:41.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:41 smithi118 ceph-mon[182959]: pgmap v3517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:41 smithi192 ceph-mon[180220]: pgmap v3517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:43.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:43 smithi118 ceph-mon[185516]: pgmap v3518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:43 smithi118 ceph-mon[182959]: pgmap v3518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:43 smithi192 ceph-mon[180220]: pgmap v3518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:45.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:45 smithi118 ceph-mon[185516]: pgmap v3519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:45 smithi118 ceph-mon[182959]: pgmap v3519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:45 smithi192 ceph-mon[180220]: pgmap v3519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:47 smithi192 ceph-mon[180220]: pgmap v3520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:47 smithi118 ceph-mon[185516]: pgmap v3520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:47 smithi118 ceph-mon[182959]: pgmap v3520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:49 smithi192 ceph-mon[180220]: pgmap v3521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:43:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:43:49] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:43:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:49 smithi118 ceph-mon[185516]: pgmap v3521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:49 smithi118 ceph-mon[182959]: pgmap v3521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:43:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:51 smithi192 ceph-mon[180220]: pgmap v3522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:51 smithi118 ceph-mon[185516]: pgmap v3522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:51 smithi118 ceph-mon[182959]: pgmap v3522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:53 smithi192 ceph-mon[180220]: pgmap v3523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:53 smithi118 ceph-mon[185516]: pgmap v3523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:53 smithi118 ceph-mon[182959]: pgmap v3523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:55 smithi192 ceph-mon[180220]: pgmap v3524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:55 smithi118 ceph-mon[185516]: pgmap v3524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:55 smithi118 ceph-mon[182959]: pgmap v3524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:57 smithi192 ceph-mon[180220]: pgmap v3525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:57 smithi118 ceph-mon[185516]: pgmap v3525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:57 smithi118 ceph-mon[182959]: pgmap v3525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:43:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:43:59 smithi192 ceph-mon[180220]: pgmap v3526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:43:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:43:59] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T10:44:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:43:59 smithi118 ceph-mon[185516]: pgmap v3526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:43:59 smithi118 ceph-mon[182959]: pgmap v3526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:01 smithi192 ceph-mon[180220]: pgmap v3527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:01 smithi118 ceph-mon[185516]: pgmap v3527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:01 smithi118 ceph-mon[182959]: pgmap v3527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:03 smithi192 ceph-mon[180220]: pgmap v3528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:03 smithi118 ceph-mon[185516]: pgmap v3528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:03 smithi118 ceph-mon[182959]: pgmap v3528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:05 smithi192 ceph-mon[180220]: pgmap v3529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:05 smithi118 ceph-mon[185516]: pgmap v3529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:05 smithi118 ceph-mon[182959]: pgmap v3529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:07 smithi192 ceph-mon[180220]: pgmap v3530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:08.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:07 smithi118 ceph-mon[185516]: pgmap v3530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:08.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:07 smithi118 ceph-mon[182959]: pgmap v3530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:09 smithi192 ceph-mon[180220]: pgmap v3531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:44:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:44:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:44:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:09 smithi118 ceph-mon[185516]: pgmap v3531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:09 smithi118 ceph-mon[182959]: pgmap v3531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:11 smithi192 ceph-mon[180220]: pgmap v3532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:11 smithi118 ceph-mon[185516]: pgmap v3532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:11 smithi118 ceph-mon[182959]: pgmap v3532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:13 smithi192 ceph-mon[180220]: pgmap v3533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:13 smithi118 ceph-mon[185516]: pgmap v3533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:13 smithi118 ceph-mon[182959]: pgmap v3533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:15 smithi192 ceph-mon[180220]: pgmap v3534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:15 smithi118 ceph-mon[185516]: pgmap v3534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:15 smithi118 ceph-mon[182959]: pgmap v3534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:17 smithi192 ceph-mon[180220]: pgmap v3535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:17 smithi118 ceph-mon[185516]: pgmap v3535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:17 smithi118 ceph-mon[182959]: pgmap v3535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:19 smithi192 ceph-mon[180220]: pgmap v3536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:44:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:44:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:44:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:19 smithi118 ceph-mon[185516]: pgmap v3536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:19 smithi118 ceph-mon[182959]: pgmap v3536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:21 smithi192 ceph-mon[180220]: pgmap v3537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:21 smithi118 ceph-mon[185516]: pgmap v3537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:21 smithi118 ceph-mon[182959]: pgmap v3537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:23 smithi192 ceph-mon[180220]: pgmap v3538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:23 smithi118 ceph-mon[185516]: pgmap v3538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:23 smithi118 ceph-mon[182959]: pgmap v3538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:25 smithi192 ceph-mon[180220]: pgmap v3539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:25 smithi118 ceph-mon[185516]: pgmap v3539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:25 smithi118 ceph-mon[182959]: pgmap v3539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:27 smithi192 ceph-mon[180220]: pgmap v3540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:28.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:27 smithi118 ceph-mon[182959]: pgmap v3540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:27 smithi118 ceph-mon[185516]: pgmap v3540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:29 smithi192 ceph-mon[180220]: pgmap v3541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:44:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:44:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:44:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:29 smithi118 ceph-mon[182959]: pgmap v3541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:29 smithi118 ceph-mon[185516]: pgmap v3541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:31 smithi192 ceph-mon[180220]: pgmap v3542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:32.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:31 smithi118 ceph-mon[182959]: pgmap v3542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:31 smithi118 ceph-mon[185516]: pgmap v3542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:33 smithi192 ceph-mon[180220]: pgmap v3543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:44:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:33 smithi118 ceph-mon[182959]: pgmap v3543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:44:34.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:33 smithi118 ceph-mon[185516]: pgmap v3543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:34.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:44:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: pgmap v3544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:44:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:44:35.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: pgmap v3544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:44:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: pgmap v3544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:44:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:44:37.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:37 smithi118 ceph-mon[185516]: pgmap v3545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:37 smithi118 ceph-mon[182959]: pgmap v3545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:37 smithi192 ceph-mon[180220]: pgmap v3545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:39.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:39 smithi118 ceph-mon[185516]: pgmap v3546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:39.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:39 smithi118 ceph-mon[182959]: pgmap v3546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:39 smithi192 ceph-mon[180220]: pgmap v3546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:44:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:44:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:44:41.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:41 smithi118 ceph-mon[185516]: pgmap v3547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:41 smithi118 ceph-mon[182959]: pgmap v3547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:41 smithi192 ceph-mon[180220]: pgmap v3547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:43.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:43 smithi118 ceph-mon[185516]: pgmap v3548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:43 smithi118 ceph-mon[182959]: pgmap v3548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:43 smithi192 ceph-mon[180220]: pgmap v3548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:45 smithi118 ceph-mon[185516]: pgmap v3549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:45.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:45 smithi118 ceph-mon[182959]: pgmap v3549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:45 smithi192 ceph-mon[180220]: pgmap v3549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:47 smithi118 ceph-mon[185516]: pgmap v3550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:47 smithi118 ceph-mon[182959]: pgmap v3550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:47 smithi192 ceph-mon[180220]: pgmap v3550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:49 smithi118 ceph-mon[185516]: pgmap v3551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:49 smithi118 ceph-mon[182959]: pgmap v3551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:49.797 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:49 smithi192 ceph-mon[180220]: pgmap v3551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:44:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:44:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:44:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:44:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:51 smithi118 ceph-mon[185516]: pgmap v3552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:51.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:51 smithi118 ceph-mon[182959]: pgmap v3552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:51 smithi192 ceph-mon[180220]: pgmap v3552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:53.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:53 smithi118 ceph-mon[185516]: pgmap v3553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:53 smithi118 ceph-mon[182959]: pgmap v3553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:53 smithi192 ceph-mon[180220]: pgmap v3553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:55 smithi118 ceph-mon[185516]: pgmap v3554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:55.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:55 smithi118 ceph-mon[182959]: pgmap v3554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:55 smithi192 ceph-mon[180220]: pgmap v3554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:57 smithi118 ceph-mon[185516]: pgmap v3555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:57 smithi118 ceph-mon[182959]: pgmap v3555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:57 smithi192 ceph-mon[180220]: pgmap v3555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 10:44:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T10:44:59.089540075Z level=info msg="Completed cleanup jobs" duration=12.4998ms 2023-09-30T10:44:59.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:44:59 smithi118 ceph-mon[182959]: pgmap v3556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:59.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:44:59 smithi118 ceph-mon[185516]: pgmap v3556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:44:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:44:59 smithi192 ceph-mon[180220]: pgmap v3556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:44:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:44:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:45:01.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:01 smithi118 ceph-mon[182959]: pgmap v3557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:01.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:01 smithi118 ceph-mon[185516]: pgmap v3557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:01 smithi192 ceph-mon[180220]: pgmap v3557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:03.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:03 smithi118 ceph-mon[185516]: pgmap v3558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:03.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:03 smithi118 ceph-mon[182959]: pgmap v3558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:03 smithi192 ceph-mon[180220]: pgmap v3558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:05.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:05 smithi118 ceph-mon[185516]: pgmap v3559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:05 smithi118 ceph-mon[182959]: pgmap v3559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:05 smithi192 ceph-mon[180220]: pgmap v3559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:07.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:07 smithi118 ceph-mon[185516]: pgmap v3560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:07.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:07 smithi118 ceph-mon[182959]: pgmap v3560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:07 smithi192 ceph-mon[180220]: pgmap v3560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:09.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:09 smithi118 ceph-mon[185516]: pgmap v3561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:09.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:09 smithi118 ceph-mon[182959]: pgmap v3561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:09 smithi192 ceph-mon[180220]: pgmap v3561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:45:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:45:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:45:11.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:11 smithi118 ceph-mon[185516]: pgmap v3562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:11 smithi118 ceph-mon[182959]: pgmap v3562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:11 smithi192 ceph-mon[180220]: pgmap v3562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:13.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:13 smithi118 ceph-mon[185516]: pgmap v3563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:13 smithi118 ceph-mon[182959]: pgmap v3563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:13 smithi192 ceph-mon[180220]: pgmap v3563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:15.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:15 smithi118 ceph-mon[185516]: pgmap v3564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:15 smithi118 ceph-mon[182959]: pgmap v3564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:15 smithi192 ceph-mon[180220]: pgmap v3564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:17.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:17 smithi118 ceph-mon[185516]: pgmap v3565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:17.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:17 smithi118 ceph-mon[182959]: pgmap v3565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:17 smithi192 ceph-mon[180220]: pgmap v3565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:19.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:45:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:45:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:45:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:19 smithi118 ceph-mon[185516]: pgmap v3566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:19 smithi118 ceph-mon[182959]: pgmap v3566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:19 smithi192 ceph-mon[180220]: pgmap v3566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:21 smithi118 ceph-mon[185516]: pgmap v3567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:21 smithi118 ceph-mon[182959]: pgmap v3567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:21 smithi192 ceph-mon[180220]: pgmap v3567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:23.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:23 smithi118 ceph-mon[185516]: pgmap v3568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:23 smithi118 ceph-mon[182959]: pgmap v3568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:23 smithi192 ceph-mon[180220]: pgmap v3568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:25.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:25 smithi118 ceph-mon[185516]: pgmap v3569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:25 smithi118 ceph-mon[182959]: pgmap v3569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:25 smithi192 ceph-mon[180220]: pgmap v3569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:27.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:27 smithi118 ceph-mon[185516]: pgmap v3570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:27 smithi118 ceph-mon[182959]: pgmap v3570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:27 smithi192 ceph-mon[180220]: pgmap v3570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:29.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:45:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:45:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:45:29.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:29 smithi118 ceph-mon[185516]: pgmap v3571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:29.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:29 smithi118 ceph-mon[182959]: pgmap v3571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:29 smithi192 ceph-mon[180220]: pgmap v3571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:31.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:31 smithi118 ceph-mon[185516]: pgmap v3572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:31 smithi118 ceph-mon[182959]: pgmap v3572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:31 smithi192 ceph-mon[180220]: pgmap v3572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:33.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:33 smithi118 ceph-mon[185516]: pgmap v3573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:33 smithi118 ceph-mon[182959]: pgmap v3573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:33 smithi192 ceph-mon[180220]: pgmap v3573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:45:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:45:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:45:35.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[185516]: pgmap v3574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:45:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:45:35.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:45:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[182959]: pgmap v3574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:45:35.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:45:35.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:45:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:35 smithi192 ceph-mon[180220]: pgmap v3574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:45:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:45:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:45:37.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:37 smithi118 ceph-mon[185516]: pgmap v3575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:37 smithi118 ceph-mon[182959]: pgmap v3575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:37 smithi192 ceph-mon[180220]: pgmap v3575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:39.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:45:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:45:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:45:39.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:39 smithi118 ceph-mon[185516]: pgmap v3576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:39.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:39 smithi118 ceph-mon[182959]: pgmap v3576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:39 smithi192 ceph-mon[180220]: pgmap v3576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:41.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:41 smithi118 ceph-mon[185516]: pgmap v3577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:41.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:41 smithi118 ceph-mon[182959]: pgmap v3577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:41 smithi192 ceph-mon[180220]: pgmap v3577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:43.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:43 smithi118 ceph-mon[185516]: pgmap v3578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:43.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:43 smithi118 ceph-mon[182959]: pgmap v3578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:43 smithi192 ceph-mon[180220]: pgmap v3578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:45.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:45 smithi118 ceph-mon[185516]: pgmap v3579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:45.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:45 smithi118 ceph-mon[182959]: pgmap v3579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:45 smithi192 ceph-mon[180220]: pgmap v3579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:47 smithi118 ceph-mon[185516]: pgmap v3580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:47 smithi118 ceph-mon[182959]: pgmap v3580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:47 smithi192 ceph-mon[180220]: pgmap v3580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:49.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:45:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:45:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:45:49.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:49 smithi118 ceph-mon[185516]: pgmap v3581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:49.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:49 smithi118 ceph-mon[182959]: pgmap v3581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:49.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:49 smithi192 ceph-mon[180220]: pgmap v3581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:45:51.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:51 smithi118 ceph-mon[185516]: pgmap v3582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:51.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:51 smithi118 ceph-mon[182959]: pgmap v3582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:51 smithi192 ceph-mon[180220]: pgmap v3582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:53.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:53 smithi118 ceph-mon[185516]: pgmap v3583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:53 smithi118 ceph-mon[182959]: pgmap v3583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:53 smithi192 ceph-mon[180220]: pgmap v3583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:55.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:55 smithi118 ceph-mon[185516]: pgmap v3584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:55 smithi118 ceph-mon[182959]: pgmap v3584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:55 smithi192 ceph-mon[180220]: pgmap v3584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:57 smithi118 ceph-mon[185516]: pgmap v3585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:57 smithi118 ceph-mon[182959]: pgmap v3585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:57 smithi192 ceph-mon[180220]: pgmap v3585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:59.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:45:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:45:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:45:59.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:45:59 smithi118 ceph-mon[185516]: pgmap v3586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:59.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:45:59 smithi118 ceph-mon[182959]: pgmap v3586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:45:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:45:59 smithi192 ceph-mon[180220]: pgmap v3586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:01.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:01 smithi118 ceph-mon[185516]: pgmap v3587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:01.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:01 smithi118 ceph-mon[182959]: pgmap v3587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:01 smithi192 ceph-mon[180220]: pgmap v3587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:03 smithi192 ceph-mon[180220]: pgmap v3588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:03 smithi118 ceph-mon[185516]: pgmap v3588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:03 smithi118 ceph-mon[182959]: pgmap v3588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:05.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:05 smithi192 ceph-mon[180220]: pgmap v3589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:05 smithi118 ceph-mon[185516]: pgmap v3589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:05 smithi118 ceph-mon[182959]: pgmap v3589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:07 smithi192 ceph-mon[180220]: pgmap v3590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:07 smithi118 ceph-mon[185516]: pgmap v3590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:07 smithi118 ceph-mon[182959]: pgmap v3590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:09 smithi192 ceph-mon[180220]: pgmap v3591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:46:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:46:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:46:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:09 smithi118 ceph-mon[185516]: pgmap v3591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:09 smithi118 ceph-mon[182959]: pgmap v3591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:11 smithi192 ceph-mon[180220]: pgmap v3592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:11 smithi118 ceph-mon[185516]: pgmap v3592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:11 smithi118 ceph-mon[182959]: pgmap v3592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:13 smithi192 ceph-mon[180220]: pgmap v3593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:13 smithi118 ceph-mon[185516]: pgmap v3593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:13 smithi118 ceph-mon[182959]: pgmap v3593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:15 smithi192 ceph-mon[180220]: pgmap v3594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:15 smithi118 ceph-mon[185516]: pgmap v3594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:15 smithi118 ceph-mon[182959]: pgmap v3594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:17 smithi192 ceph-mon[180220]: pgmap v3595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:17 smithi118 ceph-mon[185516]: pgmap v3595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:17 smithi118 ceph-mon[182959]: pgmap v3595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:19 smithi192 ceph-mon[180220]: pgmap v3596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:46:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:46:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:46:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:19 smithi118 ceph-mon[185516]: pgmap v3596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:19 smithi118 ceph-mon[182959]: pgmap v3596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:21 smithi192 ceph-mon[180220]: pgmap v3597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:21 smithi118 ceph-mon[185516]: pgmap v3597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:21 smithi118 ceph-mon[182959]: pgmap v3597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:23 smithi192 ceph-mon[180220]: pgmap v3598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:23 smithi118 ceph-mon[185516]: pgmap v3598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:23 smithi118 ceph-mon[182959]: pgmap v3598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:25 smithi192 ceph-mon[180220]: pgmap v3599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:25 smithi118 ceph-mon[185516]: pgmap v3599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:25 smithi118 ceph-mon[182959]: pgmap v3599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:27 smithi192 ceph-mon[180220]: pgmap v3600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:27 smithi118 ceph-mon[185516]: pgmap v3600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:27 smithi118 ceph-mon[182959]: pgmap v3600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:29 smithi192 ceph-mon[180220]: pgmap v3601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:46:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:46:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:46:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:29 smithi118 ceph-mon[185516]: pgmap v3601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:29 smithi118 ceph-mon[182959]: pgmap v3601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:31 smithi192 ceph-mon[180220]: pgmap v3602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:31 smithi118 ceph-mon[185516]: pgmap v3602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:31 smithi118 ceph-mon[182959]: pgmap v3602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:33 smithi192 ceph-mon[180220]: pgmap v3603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:33 smithi118 ceph-mon[185516]: pgmap v3603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:33 smithi118 ceph-mon[182959]: pgmap v3603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:35.905 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:35 smithi192 ceph-mon[180220]: pgmap v3604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:36.042 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:46:36.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:35 smithi118 ceph-mon[185516]: pgmap v3604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:36.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:46:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:35 smithi118 ceph-mon[182959]: pgmap v3604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:46:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:37 smithi192 ceph-mon[180220]: pgmap v3605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[185516]: pgmap v3605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[182959]: pgmap v3605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.028 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[185516]: pgmap v3606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:39.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.028 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.029 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.029 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.029 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:38 smithi118 ceph-mon[182959]: pgmap v3606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:39.109 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.109 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.110 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.110 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:38 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:39.110 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:38 smithi192 ceph-mon[180220]: pgmap v3606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:46:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:46:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:46:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: pgmap v3607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:46:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:46:41.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: pgmap v3607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:46:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: pgmap v3607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:46:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:46:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:43 smithi192 ceph-mon[180220]: pgmap v3608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:43 smithi118 ceph-mon[185516]: pgmap v3608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:43 smithi118 ceph-mon[182959]: pgmap v3608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:45 smithi192 ceph-mon[180220]: pgmap v3609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:45 smithi118 ceph-mon[185516]: pgmap v3609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:45 smithi118 ceph-mon[182959]: pgmap v3609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:47 smithi192 ceph-mon[180220]: pgmap v3610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:47 smithi118 ceph-mon[185516]: pgmap v3610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:47 smithi118 ceph-mon[182959]: pgmap v3610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:49 smithi192 ceph-mon[180220]: pgmap v3611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:46:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:46:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:46:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:49 smithi118 ceph-mon[185516]: pgmap v3611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:49 smithi118 ceph-mon[182959]: pgmap v3611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:46:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:51 smithi192 ceph-mon[180220]: pgmap v3612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:51 smithi118 ceph-mon[185516]: pgmap v3612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:51 smithi118 ceph-mon[182959]: pgmap v3612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:53 smithi192 ceph-mon[180220]: pgmap v3613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:53 smithi118 ceph-mon[182959]: pgmap v3613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:53 smithi118 ceph-mon[185516]: pgmap v3613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:55 smithi192 ceph-mon[180220]: pgmap v3614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:55 smithi118 ceph-mon[185516]: pgmap v3614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:55 smithi118 ceph-mon[182959]: pgmap v3614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:57 smithi192 ceph-mon[180220]: pgmap v3615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:57 smithi118 ceph-mon[185516]: pgmap v3615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:57 smithi118 ceph-mon[182959]: pgmap v3615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:46:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:46:59 smithi192 ceph-mon[180220]: pgmap v3616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:46:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:46:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:47:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:46:59 smithi118 ceph-mon[185516]: pgmap v3616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:46:59 smithi118 ceph-mon[182959]: pgmap v3616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:01 smithi192 ceph-mon[180220]: pgmap v3617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:01 smithi118 ceph-mon[185516]: pgmap v3617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:01 smithi118 ceph-mon[182959]: pgmap v3617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:03 smithi192 ceph-mon[180220]: pgmap v3618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:03 smithi118 ceph-mon[185516]: pgmap v3618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:03 smithi118 ceph-mon[182959]: pgmap v3618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:05 smithi192 ceph-mon[180220]: pgmap v3619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:05 smithi118 ceph-mon[185516]: pgmap v3619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:05 smithi118 ceph-mon[182959]: pgmap v3619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:07 smithi192 ceph-mon[180220]: pgmap v3620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:07 smithi118 ceph-mon[185516]: pgmap v3620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:07 smithi118 ceph-mon[182959]: pgmap v3620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:09 smithi192 ceph-mon[180220]: pgmap v3621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:47:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:47:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:47:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:09 smithi118 ceph-mon[185516]: pgmap v3621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:09 smithi118 ceph-mon[182959]: pgmap v3621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:11 smithi192 ceph-mon[180220]: pgmap v3622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:11 smithi118 ceph-mon[185516]: pgmap v3622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:11 smithi118 ceph-mon[182959]: pgmap v3622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:13 smithi192 ceph-mon[180220]: pgmap v3623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:14.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:13 smithi118 ceph-mon[182959]: pgmap v3623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:13 smithi118 ceph-mon[185516]: pgmap v3623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:15 smithi192 ceph-mon[180220]: pgmap v3624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:15 smithi118 ceph-mon[185516]: pgmap v3624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:15 smithi118 ceph-mon[182959]: pgmap v3624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:17 smithi192 ceph-mon[180220]: pgmap v3625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:18.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:17 smithi118 ceph-mon[182959]: pgmap v3625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:17 smithi118 ceph-mon[185516]: pgmap v3625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:19 smithi192 ceph-mon[180220]: pgmap v3626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:47:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:47:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:47:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:19 smithi118 ceph-mon[185516]: pgmap v3626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:19 smithi118 ceph-mon[182959]: pgmap v3626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:21 smithi192 ceph-mon[180220]: pgmap v3627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:21 smithi118 ceph-mon[185516]: pgmap v3627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:21 smithi118 ceph-mon[182959]: pgmap v3627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:23 smithi192 ceph-mon[180220]: pgmap v3628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:23 smithi118 ceph-mon[185516]: pgmap v3628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:23 smithi118 ceph-mon[182959]: pgmap v3628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:25 smithi192 ceph-mon[180220]: pgmap v3629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:25 smithi118 ceph-mon[185516]: pgmap v3629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:25 smithi118 ceph-mon[182959]: pgmap v3629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:27 smithi192 ceph-mon[180220]: pgmap v3630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:27 smithi118 ceph-mon[185516]: pgmap v3630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:27 smithi118 ceph-mon[182959]: pgmap v3630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:29 smithi192 ceph-mon[180220]: pgmap v3631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:47:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:47:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:47:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:29 smithi118 ceph-mon[185516]: pgmap v3631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:29 smithi118 ceph-mon[182959]: pgmap v3631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:31 smithi192 ceph-mon[180220]: pgmap v3632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:31 smithi118 ceph-mon[185516]: pgmap v3632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:31 smithi118 ceph-mon[182959]: pgmap v3632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:33 smithi192 ceph-mon[180220]: pgmap v3633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:33 smithi118 ceph-mon[185516]: pgmap v3633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:33 smithi118 ceph-mon[182959]: pgmap v3633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:35 smithi192 ceph-mon[180220]: pgmap v3634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:35 smithi118 ceph-mon[185516]: pgmap v3634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:35 smithi118 ceph-mon[182959]: pgmap v3634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:37 smithi192 ceph-mon[180220]: pgmap v3635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:37 smithi118 ceph-mon[185516]: pgmap v3635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:37 smithi118 ceph-mon[182959]: pgmap v3635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:39 smithi192 ceph-mon[180220]: pgmap v3636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:47:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:47:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:47:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:39 smithi118 ceph-mon[185516]: pgmap v3636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:39 smithi118 ceph-mon[182959]: pgmap v3636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:41 smithi192 ceph-mon[180220]: pgmap v3637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:47:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:47:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:47:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:47:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[185516]: pgmap v3637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[182959]: pgmap v3637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:47:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:47:42.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:47:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:43 smithi192 ceph-mon[180220]: pgmap v3638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:43 smithi118 ceph-mon[185516]: pgmap v3638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:43 smithi118 ceph-mon[182959]: pgmap v3638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:45 smithi192 ceph-mon[180220]: pgmap v3639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:45 smithi118 ceph-mon[185516]: pgmap v3639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:45 smithi118 ceph-mon[182959]: pgmap v3639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:47 smithi192 ceph-mon[180220]: pgmap v3640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:47 smithi118 ceph-mon[185516]: pgmap v3640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:47 smithi118 ceph-mon[182959]: pgmap v3640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:49 smithi192 ceph-mon[180220]: pgmap v3641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:47:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:47:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:47:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:49 smithi118 ceph-mon[185516]: pgmap v3641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:49 smithi118 ceph-mon[182959]: pgmap v3641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:47:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:51 smithi192 ceph-mon[180220]: pgmap v3642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:51 smithi118 ceph-mon[185516]: pgmap v3642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:51 smithi118 ceph-mon[182959]: pgmap v3642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:53 smithi192 ceph-mon[180220]: pgmap v3643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:53 smithi118 ceph-mon[185516]: pgmap v3643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:53 smithi118 ceph-mon[182959]: pgmap v3643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:55 smithi192 ceph-mon[180220]: pgmap v3644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:55 smithi118 ceph-mon[185516]: pgmap v3644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:55 smithi118 ceph-mon[182959]: pgmap v3644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:57 smithi192 ceph-mon[180220]: pgmap v3645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:57 smithi118 ceph-mon[185516]: pgmap v3645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:57 smithi118 ceph-mon[182959]: pgmap v3645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:47:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:47:59 smithi192 ceph-mon[180220]: pgmap v3646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:47:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:47:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:48:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:47:59 smithi118 ceph-mon[185516]: pgmap v3646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:47:59 smithi118 ceph-mon[182959]: pgmap v3646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:01 smithi192 ceph-mon[180220]: pgmap v3647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:01 smithi118 ceph-mon[185516]: pgmap v3647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:01 smithi118 ceph-mon[182959]: pgmap v3647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:03 smithi192 ceph-mon[180220]: pgmap v3648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:03 smithi118 ceph-mon[185516]: pgmap v3648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:03 smithi118 ceph-mon[182959]: pgmap v3648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:05 smithi192 ceph-mon[180220]: pgmap v3649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:05 smithi118 ceph-mon[185516]: pgmap v3649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:05 smithi118 ceph-mon[182959]: pgmap v3649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:07 smithi192 ceph-mon[180220]: pgmap v3650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:07 smithi118 ceph-mon[185516]: pgmap v3650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:07 smithi118 ceph-mon[182959]: pgmap v3650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:09 smithi192 ceph-mon[180220]: pgmap v3651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:48:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:48:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:48:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:09 smithi118 ceph-mon[185516]: pgmap v3651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:09 smithi118 ceph-mon[182959]: pgmap v3651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:11 smithi192 ceph-mon[180220]: pgmap v3652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:11 smithi118 ceph-mon[185516]: pgmap v3652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:11 smithi118 ceph-mon[182959]: pgmap v3652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:13 smithi192 ceph-mon[180220]: pgmap v3653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:13 smithi118 ceph-mon[185516]: pgmap v3653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:13 smithi118 ceph-mon[182959]: pgmap v3653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:15 smithi192 ceph-mon[180220]: pgmap v3654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:15 smithi118 ceph-mon[185516]: pgmap v3654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:15 smithi118 ceph-mon[182959]: pgmap v3654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:17 smithi192 ceph-mon[180220]: pgmap v3655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:17 smithi118 ceph-mon[185516]: pgmap v3655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:17 smithi118 ceph-mon[182959]: pgmap v3655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:48:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:48:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:48:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:19 smithi118 ceph-mon[185516]: pgmap v3656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:19 smithi118 ceph-mon[182959]: pgmap v3656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:19 smithi192 ceph-mon[180220]: pgmap v3656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:21 smithi118 ceph-mon[185516]: pgmap v3657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:21 smithi118 ceph-mon[182959]: pgmap v3657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:21 smithi192 ceph-mon[180220]: pgmap v3657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:23 smithi118 ceph-mon[185516]: pgmap v3658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:23 smithi118 ceph-mon[182959]: pgmap v3658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:23 smithi192 ceph-mon[180220]: pgmap v3658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:25 smithi118 ceph-mon[185516]: pgmap v3659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:25 smithi118 ceph-mon[182959]: pgmap v3659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:25 smithi192 ceph-mon[180220]: pgmap v3659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:27 smithi118 ceph-mon[185516]: pgmap v3660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:27 smithi118 ceph-mon[182959]: pgmap v3660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:27 smithi192 ceph-mon[180220]: pgmap v3660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:48:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:48:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:48:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:29 smithi118 ceph-mon[185516]: pgmap v3661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:29 smithi118 ceph-mon[182959]: pgmap v3661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:29 smithi192 ceph-mon[180220]: pgmap v3661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:31 smithi118 ceph-mon[185516]: pgmap v3662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:31 smithi118 ceph-mon[182959]: pgmap v3662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:31 smithi192 ceph-mon[180220]: pgmap v3662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:33 smithi118 ceph-mon[185516]: pgmap v3663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:33 smithi118 ceph-mon[182959]: pgmap v3663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:34.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:33 smithi192 ceph-mon[180220]: pgmap v3663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:35 smithi118 ceph-mon[185516]: pgmap v3664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:35 smithi118 ceph-mon[182959]: pgmap v3664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:35 smithi192 ceph-mon[180220]: pgmap v3664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:37 smithi118 ceph-mon[185516]: pgmap v3665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:37 smithi118 ceph-mon[182959]: pgmap v3665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:37 smithi192 ceph-mon[180220]: pgmap v3665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:48:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:48:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:48:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:39 smithi118 ceph-mon[185516]: pgmap v3666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:39 smithi118 ceph-mon[182959]: pgmap v3666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:39 smithi192 ceph-mon[180220]: pgmap v3666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:41 smithi118 ceph-mon[185516]: pgmap v3667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:41 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:48:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:41 smithi118 ceph-mon[182959]: pgmap v3667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:41 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:48:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:41 smithi192 ceph-mon[180220]: pgmap v3667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:41 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:48:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:42 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:48:43.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:42 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:48:43.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:42 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:48:43.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:42 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:48:43.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:42 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:48:43.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:42 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:48:43.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:42 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:48:43.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:42 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:48:43.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:42 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:48:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:43 smithi118 ceph-mon[185516]: pgmap v3668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:43 smithi118 ceph-mon[182959]: pgmap v3668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:43 smithi192 ceph-mon[180220]: pgmap v3668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:45 smithi118 ceph-mon[185516]: pgmap v3669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:45 smithi118 ceph-mon[182959]: pgmap v3669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:45 smithi192 ceph-mon[180220]: pgmap v3669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:47 smithi118 ceph-mon[185516]: pgmap v3670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:47 smithi118 ceph-mon[182959]: pgmap v3670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:47 smithi192 ceph-mon[180220]: pgmap v3670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:48:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:48:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:48:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:49 smithi118 ceph-mon[182959]: pgmap v3671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:49 smithi118 ceph-mon[185516]: pgmap v3671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:49 smithi192 ceph-mon[180220]: pgmap v3671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:48:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:51 smithi118 ceph-mon[185516]: pgmap v3672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:51 smithi118 ceph-mon[182959]: pgmap v3672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:51 smithi192 ceph-mon[180220]: pgmap v3672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:53 smithi118 ceph-mon[185516]: pgmap v3673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:53 smithi118 ceph-mon[182959]: pgmap v3673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:53 smithi192 ceph-mon[180220]: pgmap v3673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:55 smithi118 ceph-mon[185516]: pgmap v3674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:55 smithi118 ceph-mon[182959]: pgmap v3674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:55 smithi192 ceph-mon[180220]: pgmap v3674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:57 smithi118 ceph-mon[185516]: pgmap v3675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:57 smithi118 ceph-mon[182959]: pgmap v3675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:48:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:57 smithi192 ceph-mon[180220]: pgmap v3675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:48:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:48:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:49:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:48:59 smithi118 ceph-mon[185516]: pgmap v3676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:48:59 smithi118 ceph-mon[182959]: pgmap v3676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:48:59 smithi192 ceph-mon[180220]: pgmap v3676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:01 smithi118 ceph-mon[185516]: pgmap v3677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:01 smithi118 ceph-mon[182959]: pgmap v3677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:01 smithi192 ceph-mon[180220]: pgmap v3677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:03 smithi118 ceph-mon[185516]: pgmap v3678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:03 smithi118 ceph-mon[182959]: pgmap v3678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:03 smithi192 ceph-mon[180220]: pgmap v3678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:05 smithi118 ceph-mon[185516]: pgmap v3679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:05 smithi118 ceph-mon[182959]: pgmap v3679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:05 smithi192 ceph-mon[180220]: pgmap v3679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:06 smithi118 ceph-mon[185516]: pgmap v3680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:07.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:06 smithi118 ceph-mon[182959]: pgmap v3680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:06 smithi192 ceph-mon[180220]: pgmap v3680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:09.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:49:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:49:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:49:09.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:09 smithi118 ceph-mon[185516]: pgmap v3681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:09.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:09 smithi118 ceph-mon[182959]: pgmap v3681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:09 smithi192 ceph-mon[180220]: pgmap v3681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:11.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:11 smithi118 ceph-mon[185516]: pgmap v3682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:11.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:11 smithi118 ceph-mon[182959]: pgmap v3682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:11 smithi192 ceph-mon[180220]: pgmap v3682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:13.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:13 smithi118 ceph-mon[185516]: pgmap v3683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:13.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:13 smithi118 ceph-mon[182959]: pgmap v3683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:13 smithi192 ceph-mon[180220]: pgmap v3683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:15.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:15 smithi118 ceph-mon[185516]: pgmap v3684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:15.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:15 smithi118 ceph-mon[182959]: pgmap v3684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:15 smithi192 ceph-mon[180220]: pgmap v3684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:17.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:17 smithi118 ceph-mon[185516]: pgmap v3685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:17.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:17 smithi118 ceph-mon[182959]: pgmap v3685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:17 smithi192 ceph-mon[180220]: pgmap v3685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:19.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:49:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:49:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:49:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:19 smithi118 ceph-mon[185516]: pgmap v3686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:19.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:19 smithi118 ceph-mon[182959]: pgmap v3686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:19 smithi192 ceph-mon[180220]: pgmap v3686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:21.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:21 smithi118 ceph-mon[185516]: pgmap v3687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:21 smithi118 ceph-mon[182959]: pgmap v3687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:21 smithi192 ceph-mon[180220]: pgmap v3687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:23.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:23 smithi118 ceph-mon[185516]: pgmap v3688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:23.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:23 smithi118 ceph-mon[182959]: pgmap v3688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:23 smithi192 ceph-mon[180220]: pgmap v3688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:25.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:25 smithi118 ceph-mon[185516]: pgmap v3689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:25.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:25 smithi118 ceph-mon[182959]: pgmap v3689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:25 smithi192 ceph-mon[180220]: pgmap v3689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:27.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:27 smithi118 ceph-mon[185516]: pgmap v3690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:27 smithi118 ceph-mon[182959]: pgmap v3690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:27 smithi192 ceph-mon[180220]: pgmap v3690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:29.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:49:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:49:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:49:29.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:29 smithi118 ceph-mon[185516]: pgmap v3691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:29.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:29 smithi118 ceph-mon[182959]: pgmap v3691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:29 smithi192 ceph-mon[180220]: pgmap v3691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:31.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:31 smithi118 ceph-mon[185516]: pgmap v3692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:31.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:31 smithi118 ceph-mon[182959]: pgmap v3692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:31 smithi192 ceph-mon[180220]: pgmap v3692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:33.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:33 smithi118 ceph-mon[185516]: pgmap v3693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:33 smithi118 ceph-mon[182959]: pgmap v3693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:33 smithi192 ceph-mon[180220]: pgmap v3693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:35 smithi192 ceph-mon[180220]: pgmap v3694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:35 smithi118 ceph-mon[185516]: pgmap v3694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:35 smithi118 ceph-mon[182959]: pgmap v3694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:37 smithi192 ceph-mon[180220]: pgmap v3695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:37 smithi118 ceph-mon[185516]: pgmap v3695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:37 smithi118 ceph-mon[182959]: pgmap v3695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:39 smithi192 ceph-mon[180220]: pgmap v3696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:49:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:49:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:49:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:39 smithi118 ceph-mon[185516]: pgmap v3696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:39 smithi118 ceph-mon[182959]: pgmap v3696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:41 smithi192 ceph-mon[180220]: pgmap v3697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:41 smithi118 ceph-mon[185516]: pgmap v3697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:41 smithi118 ceph-mon[182959]: pgmap v3697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:42.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:42 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:49:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:42 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:49:43.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:42 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:49:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:43 smithi192 ceph-mon[180220]: pgmap v3698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:49:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:49:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:49:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[185516]: pgmap v3698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:49:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:49:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:49:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[182959]: pgmap v3698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:49:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:49:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:49:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:45 smithi192 ceph-mon[180220]: pgmap v3699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:45 smithi118 ceph-mon[185516]: pgmap v3699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:45 smithi118 ceph-mon[182959]: pgmap v3699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:47 smithi192 ceph-mon[180220]: pgmap v3700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:47 smithi118 ceph-mon[185516]: pgmap v3700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:47 smithi118 ceph-mon[182959]: pgmap v3700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:49 smithi192 ceph-mon[180220]: pgmap v3701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:49:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:49:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:49:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:49 smithi118 ceph-mon[185516]: pgmap v3701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:49 smithi118 ceph-mon[182959]: pgmap v3701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:49:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:51 smithi192 ceph-mon[180220]: pgmap v3702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:51 smithi118 ceph-mon[185516]: pgmap v3702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:51 smithi118 ceph-mon[182959]: pgmap v3702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:53 smithi192 ceph-mon[180220]: pgmap v3703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:53 smithi118 ceph-mon[185516]: pgmap v3703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:53 smithi118 ceph-mon[182959]: pgmap v3703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:55 smithi192 ceph-mon[180220]: pgmap v3704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:55 smithi118 ceph-mon[185516]: pgmap v3704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:55 smithi118 ceph-mon[182959]: pgmap v3704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:57 smithi192 ceph-mon[180220]: pgmap v3705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:57 smithi118 ceph-mon[185516]: pgmap v3705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:57 smithi118 ceph-mon[182959]: pgmap v3705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:49:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:49:59 smithi192 ceph-mon[180220]: pgmap v3706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:00.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:49:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:49:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:50:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:49:59 smithi118 ceph-mon[182959]: pgmap v3706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:00.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:49:59 smithi118 ceph-mon[185516]: pgmap v3706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T10:50:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T10:50:01.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T10:50:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:01 smithi192 ceph-mon[180220]: pgmap v3707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:01 smithi118 ceph-mon[182959]: pgmap v3707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:01 smithi118 ceph-mon[185516]: pgmap v3707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:03 smithi192 ceph-mon[180220]: pgmap v3708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:04.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:03 smithi118 ceph-mon[182959]: pgmap v3708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:03 smithi118 ceph-mon[185516]: pgmap v3708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:05 smithi192 ceph-mon[180220]: pgmap v3709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:05 smithi118 ceph-mon[185516]: pgmap v3709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:05 smithi118 ceph-mon[182959]: pgmap v3709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:07 smithi192 ceph-mon[180220]: pgmap v3710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:07 smithi118 ceph-mon[185516]: pgmap v3710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:07 smithi118 ceph-mon[182959]: pgmap v3710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:09 smithi192 ceph-mon[180220]: pgmap v3711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:50:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:50:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:50:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:09 smithi118 ceph-mon[185516]: pgmap v3711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:09 smithi118 ceph-mon[182959]: pgmap v3711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:11 smithi192 ceph-mon[180220]: pgmap v3712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:11 smithi118 ceph-mon[185516]: pgmap v3712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:11 smithi118 ceph-mon[182959]: pgmap v3712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:13 smithi192 ceph-mon[180220]: pgmap v3713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:13 smithi118 ceph-mon[182959]: pgmap v3713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:13 smithi118 ceph-mon[185516]: pgmap v3713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:15 smithi192 ceph-mon[180220]: pgmap v3714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:15 smithi118 ceph-mon[185516]: pgmap v3714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:15 smithi118 ceph-mon[182959]: pgmap v3714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:17 smithi192 ceph-mon[180220]: pgmap v3715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:17 smithi118 ceph-mon[185516]: pgmap v3715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:17 smithi118 ceph-mon[182959]: pgmap v3715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:19 smithi192 ceph-mon[180220]: pgmap v3716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:50:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:50:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:50:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:19 smithi118 ceph-mon[185516]: pgmap v3716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:19 smithi118 ceph-mon[182959]: pgmap v3716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:21 smithi192 ceph-mon[180220]: pgmap v3717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:21 smithi118 ceph-mon[185516]: pgmap v3717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:21 smithi118 ceph-mon[182959]: pgmap v3717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:23 smithi192 ceph-mon[180220]: pgmap v3718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:23 smithi118 ceph-mon[185516]: pgmap v3718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:23 smithi118 ceph-mon[182959]: pgmap v3718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:25 smithi192 ceph-mon[180220]: pgmap v3719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:25 smithi118 ceph-mon[185516]: pgmap v3719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:25 smithi118 ceph-mon[182959]: pgmap v3719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:27 smithi192 ceph-mon[180220]: pgmap v3720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:27 smithi118 ceph-mon[185516]: pgmap v3720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:27 smithi118 ceph-mon[182959]: pgmap v3720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:29 smithi192 ceph-mon[180220]: pgmap v3721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:50:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:50:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:50:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:29 smithi118 ceph-mon[185516]: pgmap v3721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:29 smithi118 ceph-mon[182959]: pgmap v3721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:31 smithi192 ceph-mon[180220]: pgmap v3722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:31 smithi118 ceph-mon[185516]: pgmap v3722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:31 smithi118 ceph-mon[182959]: pgmap v3722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:33 smithi192 ceph-mon[180220]: pgmap v3723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:33 smithi118 ceph-mon[185516]: pgmap v3723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:33 smithi118 ceph-mon[182959]: pgmap v3723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:35 smithi192 ceph-mon[180220]: pgmap v3724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:35 smithi118 ceph-mon[185516]: pgmap v3724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:35 smithi118 ceph-mon[182959]: pgmap v3724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:37 smithi192 ceph-mon[180220]: pgmap v3725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:37 smithi118 ceph-mon[185516]: pgmap v3725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:37 smithi118 ceph-mon[182959]: pgmap v3725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:39.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:39 smithi192 ceph-mon[180220]: pgmap v3726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:50:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:50:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:50:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:39 smithi118 ceph-mon[185516]: pgmap v3726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:40.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:39 smithi118 ceph-mon[182959]: pgmap v3726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:41 smithi192 ceph-mon[180220]: pgmap v3727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:41 smithi118 ceph-mon[185516]: pgmap v3727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:41 smithi118 ceph-mon[182959]: pgmap v3727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:43 smithi192 ceph-mon[180220]: pgmap v3728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:50:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:50:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:50:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:50:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[185516]: pgmap v3728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[182959]: pgmap v3728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:50:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:50:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:45 smithi192 ceph-mon[180220]: pgmap v3729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:46.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:45 smithi118 ceph-mon[185516]: pgmap v3729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:45 smithi118 ceph-mon[182959]: pgmap v3729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:47 smithi192 ceph-mon[180220]: pgmap v3730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:47 smithi118 ceph-mon[185516]: pgmap v3730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:47 smithi118 ceph-mon[182959]: pgmap v3730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:49 smithi192 ceph-mon[180220]: pgmap v3731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:50:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:50:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:50:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:49 smithi118 ceph-mon[185516]: pgmap v3731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:49 smithi118 ceph-mon[182959]: pgmap v3731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:50:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:51 smithi192 ceph-mon[180220]: pgmap v3732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:51 smithi118 ceph-mon[185516]: pgmap v3732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:51 smithi118 ceph-mon[182959]: pgmap v3732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:53 smithi192 ceph-mon[180220]: pgmap v3733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:53 smithi118 ceph-mon[185516]: pgmap v3733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:53 smithi118 ceph-mon[182959]: pgmap v3733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:55 smithi192 ceph-mon[180220]: pgmap v3734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:55 smithi118 ceph-mon[185516]: pgmap v3734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:55 smithi118 ceph-mon[182959]: pgmap v3734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:57 smithi192 ceph-mon[180220]: pgmap v3735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:57 smithi118 ceph-mon[185516]: pgmap v3735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:57 smithi118 ceph-mon[182959]: pgmap v3735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:50:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:50:59 smithi192 ceph-mon[180220]: pgmap v3736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:50:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:50:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:51:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:50:59 smithi118 ceph-mon[185516]: pgmap v3736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:50:59 smithi118 ceph-mon[182959]: pgmap v3736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:01 smithi192 ceph-mon[180220]: pgmap v3737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:01 smithi118 ceph-mon[185516]: pgmap v3737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:01 smithi118 ceph-mon[182959]: pgmap v3737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:03 smithi192 ceph-mon[180220]: pgmap v3738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:03 smithi118 ceph-mon[185516]: pgmap v3738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:03 smithi118 ceph-mon[182959]: pgmap v3738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:05.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:05 smithi192 ceph-mon[180220]: pgmap v3739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:05 smithi118 ceph-mon[185516]: pgmap v3739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:05 smithi118 ceph-mon[182959]: pgmap v3739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:07 smithi192 ceph-mon[180220]: pgmap v3740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:07 smithi118 ceph-mon[185516]: pgmap v3740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:07 smithi118 ceph-mon[182959]: pgmap v3740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:09 smithi192 ceph-mon[180220]: pgmap v3741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:51:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:51:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:51:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:09 smithi118 ceph-mon[185516]: pgmap v3741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:09 smithi118 ceph-mon[182959]: pgmap v3741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:11 smithi192 ceph-mon[180220]: pgmap v3742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:11 smithi118 ceph-mon[185516]: pgmap v3742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:11 smithi118 ceph-mon[182959]: pgmap v3742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:13 smithi192 ceph-mon[180220]: pgmap v3743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:13 smithi118 ceph-mon[185516]: pgmap v3743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:13 smithi118 ceph-mon[182959]: pgmap v3743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:15 smithi192 ceph-mon[180220]: pgmap v3744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:16.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:15 smithi118 ceph-mon[182959]: pgmap v3744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:15 smithi118 ceph-mon[185516]: pgmap v3744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:17 smithi192 ceph-mon[180220]: pgmap v3745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:18.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:17 smithi118 ceph-mon[182959]: pgmap v3745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:17 smithi118 ceph-mon[185516]: pgmap v3745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:19 smithi192 ceph-mon[180220]: pgmap v3746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:51:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:51:19] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T10:51:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:19 smithi118 ceph-mon[185516]: pgmap v3746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:19 smithi118 ceph-mon[182959]: pgmap v3746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:21 smithi192 ceph-mon[180220]: pgmap v3747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:22.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:21 smithi118 ceph-mon[182959]: pgmap v3747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:21 smithi118 ceph-mon[185516]: pgmap v3747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:23 smithi192 ceph-mon[180220]: pgmap v3748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:23 smithi118 ceph-mon[185516]: pgmap v3748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:23 smithi118 ceph-mon[182959]: pgmap v3748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:25 smithi192 ceph-mon[180220]: pgmap v3749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:25 smithi118 ceph-mon[185516]: pgmap v3749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:25 smithi118 ceph-mon[182959]: pgmap v3749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:27 smithi118 ceph-mon[185516]: pgmap v3750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:27 smithi118 ceph-mon[182959]: pgmap v3750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:27 smithi192 ceph-mon[180220]: pgmap v3750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:51:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:51:29] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T10:51:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:29 smithi118 ceph-mon[185516]: pgmap v3751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:29 smithi118 ceph-mon[182959]: pgmap v3751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:29 smithi192 ceph-mon[180220]: pgmap v3751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:31 smithi118 ceph-mon[185516]: pgmap v3752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:31 smithi118 ceph-mon[182959]: pgmap v3752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:31 smithi192 ceph-mon[180220]: pgmap v3752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:33 smithi118 ceph-mon[185516]: pgmap v3753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:33 smithi118 ceph-mon[182959]: pgmap v3753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:33 smithi192 ceph-mon[180220]: pgmap v3753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:35.249 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:35.250 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:36.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:35 smithi118 ceph-mon[185516]: pgmap v3754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:35 smithi118 ceph-mon[182959]: pgmap v3754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:35 smithi192 ceph-mon[180220]: pgmap v3754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:37 smithi118 ceph-mon[185516]: pgmap v3755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:38.184 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:37 smithi118 ceph-mon[182959]: pgmap v3755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:37 smithi192 ceph-mon[180220]: pgmap v3755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:51:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:51:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:51:40.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:39 smithi118 ceph-mon[185516]: pgmap v3756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:40.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:39 smithi118 ceph-mon[182959]: pgmap v3756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:39 smithi192 ceph-mon[180220]: pgmap v3756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:41 smithi118 ceph-mon[185516]: pgmap v3757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:42.102 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:41 smithi118 ceph-mon[182959]: pgmap v3757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:42.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:41 smithi192 ceph-mon[180220]: pgmap v3757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:43 smithi118 ceph-mon[185516]: pgmap v3758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:44.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:43 smithi118 ceph-mon[182959]: pgmap v3758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:43 smithi192 ceph-mon[180220]: pgmap v3758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:45.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:51:45.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:51:45.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:51:45.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:51:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:51:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:51:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:51:45.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:51:45.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:51:45.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:51:45.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:51:45.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:51:46.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:45 smithi118 ceph-mon[185516]: pgmap v3759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:46.107 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:45 smithi118 ceph-mon[182959]: pgmap v3759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:45 smithi192 ceph-mon[180220]: pgmap v3759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:47 smithi118 ceph-mon[185516]: pgmap v3760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:47 smithi118 ceph-mon[182959]: pgmap v3760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:47 smithi192 ceph-mon[180220]: pgmap v3760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:51:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:51:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:51:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:49 smithi118 ceph-mon[185516]: pgmap v3761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:49 smithi118 ceph-mon[182959]: pgmap v3761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:49 smithi192 ceph-mon[180220]: pgmap v3761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:51:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:51 smithi118 ceph-mon[185516]: pgmap v3762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:51 smithi118 ceph-mon[182959]: pgmap v3762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:51 smithi192 ceph-mon[180220]: pgmap v3762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:53 smithi118 ceph-mon[185516]: pgmap v3763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:53 smithi118 ceph-mon[182959]: pgmap v3763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:53 smithi192 ceph-mon[180220]: pgmap v3763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:55 smithi118 ceph-mon[185516]: pgmap v3764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:55 smithi118 ceph-mon[182959]: pgmap v3764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:55 smithi192 ceph-mon[180220]: pgmap v3764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:57 smithi118 ceph-mon[185516]: pgmap v3765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:57 smithi118 ceph-mon[182959]: pgmap v3765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:51:58.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:57 smithi192 ceph-mon[180220]: pgmap v3765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:51:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:51:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:52:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:51:59 smithi118 ceph-mon[185516]: pgmap v3766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:51:59 smithi118 ceph-mon[182959]: pgmap v3766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:51:59 smithi192 ceph-mon[180220]: pgmap v3766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:01 smithi118 ceph-mon[185516]: pgmap v3767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:01 smithi118 ceph-mon[182959]: pgmap v3767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:01 smithi192 ceph-mon[180220]: pgmap v3767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:03 smithi118 ceph-mon[185516]: pgmap v3768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:03 smithi118 ceph-mon[182959]: pgmap v3768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:03 smithi192 ceph-mon[180220]: pgmap v3768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:05 smithi118 ceph-mon[185516]: pgmap v3769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:05 smithi118 ceph-mon[182959]: pgmap v3769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:05 smithi192 ceph-mon[180220]: pgmap v3769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:07 smithi118 ceph-mon[185516]: pgmap v3770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:07 smithi118 ceph-mon[182959]: pgmap v3770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:07 smithi192 ceph-mon[180220]: pgmap v3770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:52:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:52:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:52:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:09 smithi118 ceph-mon[185516]: pgmap v3771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:09 smithi118 ceph-mon[182959]: pgmap v3771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:09 smithi192 ceph-mon[180220]: pgmap v3771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:11 smithi118 ceph-mon[185516]: pgmap v3772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:11 smithi118 ceph-mon[182959]: pgmap v3772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:11 smithi192 ceph-mon[180220]: pgmap v3772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:13 smithi118 ceph-mon[185516]: pgmap v3773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:13 smithi118 ceph-mon[182959]: pgmap v3773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:13 smithi192 ceph-mon[180220]: pgmap v3773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:15 smithi118 ceph-mon[185516]: pgmap v3774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:15 smithi118 ceph-mon[182959]: pgmap v3774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:15 smithi192 ceph-mon[180220]: pgmap v3774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:18.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:17 smithi118 ceph-mon[185516]: pgmap v3775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:18.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:17 smithi118 ceph-mon[182959]: pgmap v3775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:17 smithi192 ceph-mon[180220]: pgmap v3775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:52:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:52:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:52:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:19 smithi118 ceph-mon[185516]: pgmap v3776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:19 smithi118 ceph-mon[182959]: pgmap v3776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:19 smithi192 ceph-mon[180220]: pgmap v3776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:21 smithi118 ceph-mon[185516]: pgmap v3777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:21 smithi118 ceph-mon[182959]: pgmap v3777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:21 smithi192 ceph-mon[180220]: pgmap v3777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:23 smithi118 ceph-mon[185516]: pgmap v3778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:23 smithi118 ceph-mon[182959]: pgmap v3778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:24.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:23 smithi192 ceph-mon[180220]: pgmap v3778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:25 smithi118 ceph-mon[185516]: pgmap v3779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:25 smithi118 ceph-mon[182959]: pgmap v3779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:25 smithi192 ceph-mon[180220]: pgmap v3779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:27 smithi118 ceph-mon[185516]: pgmap v3780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:27 smithi118 ceph-mon[182959]: pgmap v3780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:27 smithi192 ceph-mon[180220]: pgmap v3780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:52:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:52:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:52:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:29 smithi118 ceph-mon[185516]: pgmap v3781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:29 smithi118 ceph-mon[182959]: pgmap v3781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:29 smithi192 ceph-mon[180220]: pgmap v3781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:31 smithi118 ceph-mon[185516]: pgmap v3782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:31 smithi118 ceph-mon[182959]: pgmap v3782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:31 smithi192 ceph-mon[180220]: pgmap v3782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:33 smithi118 ceph-mon[185516]: pgmap v3783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:33 smithi118 ceph-mon[182959]: pgmap v3783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:33 smithi192 ceph-mon[180220]: pgmap v3783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:34 smithi118 ceph-mon[185516]: pgmap v3784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:34 smithi118 ceph-mon[182959]: pgmap v3784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:34 smithi192 ceph-mon[180220]: pgmap v3784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:37 smithi192 ceph-mon[180220]: pgmap v3785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:37.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:37 smithi118 ceph-mon[185516]: pgmap v3785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:37.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:37 smithi118 ceph-mon[182959]: pgmap v3785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:39 smithi192 ceph-mon[180220]: pgmap v3786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:52:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:52:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:52:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:39 smithi118 ceph-mon[185516]: pgmap v3786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:39 smithi118 ceph-mon[182959]: pgmap v3786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:41 smithi192 ceph-mon[180220]: pgmap v3787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:41 smithi118 ceph-mon[185516]: pgmap v3787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:41 smithi118 ceph-mon[182959]: pgmap v3787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:43 smithi192 ceph-mon[180220]: pgmap v3788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:43 smithi118 ceph-mon[185516]: pgmap v3788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:43 smithi118 ceph-mon[182959]: pgmap v3788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:44.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:52:45.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:52:45.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:52:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:45 smithi192 ceph-mon[180220]: pgmap v3789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:52:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:52:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:52:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[185516]: pgmap v3789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:52:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:52:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:52:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[182959]: pgmap v3789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:52:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:52:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:52:47.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:47 smithi192 ceph-mon[180220]: pgmap v3790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:48.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:47 smithi118 ceph-mon[182959]: pgmap v3790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:47 smithi118 ceph-mon[185516]: pgmap v3790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:49 smithi192 ceph-mon[180220]: pgmap v3791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:52:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:52:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:52:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:49 smithi118 ceph-mon[185516]: pgmap v3791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:49 smithi118 ceph-mon[182959]: pgmap v3791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:52:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:51 smithi192 ceph-mon[180220]: pgmap v3792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:51 smithi118 ceph-mon[185516]: pgmap v3792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:51 smithi118 ceph-mon[182959]: pgmap v3792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:53 smithi192 ceph-mon[180220]: pgmap v3793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:53 smithi118 ceph-mon[185516]: pgmap v3793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:54.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:53 smithi118 ceph-mon[182959]: pgmap v3793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:55 smithi192 ceph-mon[180220]: pgmap v3794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:55 smithi118 ceph-mon[185516]: pgmap v3794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:55 smithi118 ceph-mon[182959]: pgmap v3794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:57 smithi192 ceph-mon[180220]: pgmap v3795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:57 smithi118 ceph-mon[185516]: pgmap v3795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:57 smithi118 ceph-mon[182959]: pgmap v3795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:52:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:52:59 smithi192 ceph-mon[180220]: pgmap v3796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:52:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:52:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:53:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:52:59 smithi118 ceph-mon[185516]: pgmap v3796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:52:59 smithi118 ceph-mon[182959]: pgmap v3796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:01 smithi192 ceph-mon[180220]: pgmap v3797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:01 smithi118 ceph-mon[185516]: pgmap v3797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:01 smithi118 ceph-mon[182959]: pgmap v3797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:03 smithi192 ceph-mon[180220]: pgmap v3798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:03 smithi118 ceph-mon[185516]: pgmap v3798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:03 smithi118 ceph-mon[182959]: pgmap v3798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:05 smithi192 ceph-mon[180220]: pgmap v3799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:05 smithi118 ceph-mon[185516]: pgmap v3799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:06.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:05 smithi118 ceph-mon[182959]: pgmap v3799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:07 smithi192 ceph-mon[180220]: pgmap v3800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:07 smithi118 ceph-mon[185516]: pgmap v3800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:07 smithi118 ceph-mon[182959]: pgmap v3800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:09 smithi192 ceph-mon[180220]: pgmap v3801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:53:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:53:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:53:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:09 smithi118 ceph-mon[185516]: pgmap v3801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:09 smithi118 ceph-mon[182959]: pgmap v3801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:11 smithi192 ceph-mon[180220]: pgmap v3802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:12.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:11 smithi118 ceph-mon[185516]: pgmap v3802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:12.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:11 smithi118 ceph-mon[182959]: pgmap v3802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:13.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:13 smithi192 ceph-mon[180220]: pgmap v3803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:13 smithi118 ceph-mon[185516]: pgmap v3803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:13 smithi118 ceph-mon[182959]: pgmap v3803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:15 smithi192 ceph-mon[180220]: pgmap v3804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:15 smithi118 ceph-mon[185516]: pgmap v3804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:15 smithi118 ceph-mon[182959]: pgmap v3804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:17 smithi192 ceph-mon[180220]: pgmap v3805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:17 smithi118 ceph-mon[185516]: pgmap v3805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:17 smithi118 ceph-mon[182959]: pgmap v3805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:19 smithi192 ceph-mon[180220]: pgmap v3806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:53:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:53:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:53:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:19 smithi118 ceph-mon[185516]: pgmap v3806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:19 smithi118 ceph-mon[182959]: pgmap v3806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:21 smithi192 ceph-mon[180220]: pgmap v3807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:21 smithi118 ceph-mon[185516]: pgmap v3807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:21 smithi118 ceph-mon[182959]: pgmap v3807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:23 smithi192 ceph-mon[180220]: pgmap v3808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:23 smithi118 ceph-mon[185516]: pgmap v3808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:23 smithi118 ceph-mon[182959]: pgmap v3808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:25 smithi192 ceph-mon[180220]: pgmap v3809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:25 smithi118 ceph-mon[185516]: pgmap v3809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:25 smithi118 ceph-mon[182959]: pgmap v3809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:27 smithi192 ceph-mon[180220]: pgmap v3810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:27 smithi118 ceph-mon[185516]: pgmap v3810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:28.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:27 smithi118 ceph-mon[182959]: pgmap v3810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:29 smithi192 ceph-mon[180220]: pgmap v3811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:53:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:53:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:53:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:29 smithi118 ceph-mon[185516]: pgmap v3811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:29 smithi118 ceph-mon[182959]: pgmap v3811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:31 smithi192 ceph-mon[180220]: pgmap v3812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:31 smithi118 ceph-mon[185516]: pgmap v3812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:31 smithi118 ceph-mon[182959]: pgmap v3812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:33 smithi192 ceph-mon[180220]: pgmap v3813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:33 smithi118 ceph-mon[185516]: pgmap v3813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:33 smithi118 ceph-mon[182959]: pgmap v3813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:35 smithi192 ceph-mon[180220]: pgmap v3814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:36.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:35 smithi118 ceph-mon[185516]: pgmap v3814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:35 smithi118 ceph-mon[182959]: pgmap v3814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:37 smithi192 ceph-mon[180220]: pgmap v3815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:37 smithi118 ceph-mon[185516]: pgmap v3815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:37 smithi118 ceph-mon[182959]: pgmap v3815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:39 smithi192 ceph-mon[180220]: pgmap v3816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:53:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:53:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:53:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:39 smithi118 ceph-mon[185516]: pgmap v3816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:39 smithi118 ceph-mon[182959]: pgmap v3816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:41 smithi192 ceph-mon[180220]: pgmap v3817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:41 smithi118 ceph-mon[185516]: pgmap v3817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:41 smithi118 ceph-mon[182959]: pgmap v3817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:43 smithi192 ceph-mon[180220]: pgmap v3818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:43 smithi118 ceph-mon[185516]: pgmap v3818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:43 smithi118 ceph-mon[182959]: pgmap v3818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:45 smithi192 ceph-mon[180220]: pgmap v3819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:53:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:53:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:53:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:53:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[185516]: pgmap v3819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:53:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:53:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:53:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:53:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[182959]: pgmap v3819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:53:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:53:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:53:46.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:53:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:47 smithi192 ceph-mon[180220]: pgmap v3820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:47 smithi118 ceph-mon[185516]: pgmap v3820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:47 smithi118 ceph-mon[182959]: pgmap v3820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:49 smithi192 ceph-mon[180220]: pgmap v3821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:53:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:53:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:53:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:49 smithi118 ceph-mon[185516]: pgmap v3821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:49 smithi118 ceph-mon[182959]: pgmap v3821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:53:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:51 smithi192 ceph-mon[180220]: pgmap v3822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:51 smithi118 ceph-mon[185516]: pgmap v3822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:51 smithi118 ceph-mon[182959]: pgmap v3822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:53 smithi192 ceph-mon[180220]: pgmap v3823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:53 smithi118 ceph-mon[185516]: pgmap v3823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:54.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:53 smithi118 ceph-mon[182959]: pgmap v3823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:55 smithi192 ceph-mon[180220]: pgmap v3824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:55 smithi118 ceph-mon[185516]: pgmap v3824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:55 smithi118 ceph-mon[182959]: pgmap v3824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:57 smithi192 ceph-mon[180220]: pgmap v3825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:57 smithi118 ceph-mon[185516]: pgmap v3825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:57 smithi118 ceph-mon[182959]: pgmap v3825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:53:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:53:59 smithi192 ceph-mon[180220]: pgmap v3826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:00.096 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:53:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:53:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:54:00.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:53:59 smithi118 ceph-mon[185516]: pgmap v3826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:53:59 smithi118 ceph-mon[182959]: pgmap v3826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:01 smithi192 ceph-mon[180220]: pgmap v3827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:01 smithi118 ceph-mon[185516]: pgmap v3827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:01 smithi118 ceph-mon[182959]: pgmap v3827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:03 smithi192 ceph-mon[180220]: pgmap v3828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:03 smithi118 ceph-mon[185516]: pgmap v3828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:03 smithi118 ceph-mon[182959]: pgmap v3828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:05.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:05 smithi192 ceph-mon[180220]: pgmap v3829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:05 smithi118 ceph-mon[185516]: pgmap v3829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:05 smithi118 ceph-mon[182959]: pgmap v3829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:07 smithi192 ceph-mon[180220]: pgmap v3830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:07 smithi118 ceph-mon[185516]: pgmap v3830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:07 smithi118 ceph-mon[182959]: pgmap v3830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:09 smithi192 ceph-mon[180220]: pgmap v3831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:54:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:54:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:54:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:09 smithi118 ceph-mon[185516]: pgmap v3831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:09 smithi118 ceph-mon[182959]: pgmap v3831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:11 smithi192 ceph-mon[180220]: pgmap v3832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:11 smithi118 ceph-mon[185516]: pgmap v3832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:11 smithi118 ceph-mon[182959]: pgmap v3832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:13 smithi192 ceph-mon[180220]: pgmap v3833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:13 smithi118 ceph-mon[185516]: pgmap v3833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:13 smithi118 ceph-mon[182959]: pgmap v3833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:15 smithi192 ceph-mon[180220]: pgmap v3834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:15 smithi118 ceph-mon[185516]: pgmap v3834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:15 smithi118 ceph-mon[182959]: pgmap v3834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:17 smithi192 ceph-mon[180220]: pgmap v3835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:17 smithi118 ceph-mon[185516]: pgmap v3835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:17 smithi118 ceph-mon[182959]: pgmap v3835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:19 smithi192 ceph-mon[180220]: pgmap v3836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:54:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:54:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:54:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:19 smithi118 ceph-mon[182959]: pgmap v3836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:19 smithi118 ceph-mon[185516]: pgmap v3836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:21 smithi118 ceph-mon[185516]: pgmap v3837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:21 smithi118 ceph-mon[182959]: pgmap v3837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:21 smithi192 ceph-mon[180220]: pgmap v3837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:23 smithi118 ceph-mon[185516]: pgmap v3838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:23 smithi118 ceph-mon[182959]: pgmap v3838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:23 smithi192 ceph-mon[180220]: pgmap v3838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:25 smithi118 ceph-mon[185516]: pgmap v3839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:25 smithi118 ceph-mon[182959]: pgmap v3839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:25 smithi192 ceph-mon[180220]: pgmap v3839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:27 smithi118 ceph-mon[185516]: pgmap v3840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:27 smithi118 ceph-mon[182959]: pgmap v3840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:27 smithi192 ceph-mon[180220]: pgmap v3840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:54:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:54:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:54:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:29 smithi118 ceph-mon[185516]: pgmap v3841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:29 smithi118 ceph-mon[182959]: pgmap v3841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:29 smithi192 ceph-mon[180220]: pgmap v3841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:31 smithi118 ceph-mon[185516]: pgmap v3842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:31 smithi118 ceph-mon[182959]: pgmap v3842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:31 smithi192 ceph-mon[180220]: pgmap v3842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:33 smithi118 ceph-mon[185516]: pgmap v3843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:33 smithi118 ceph-mon[182959]: pgmap v3843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:33 smithi192 ceph-mon[180220]: pgmap v3843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:35 smithi118 ceph-mon[185516]: pgmap v3844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:35 smithi118 ceph-mon[182959]: pgmap v3844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:35 smithi192 ceph-mon[180220]: pgmap v3844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:37 smithi118 ceph-mon[185516]: pgmap v3845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:37 smithi118 ceph-mon[182959]: pgmap v3845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:37 smithi192 ceph-mon[180220]: pgmap v3845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:54:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:54:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T10:54:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:39 smithi118 ceph-mon[185516]: pgmap v3846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:39 smithi118 ceph-mon[182959]: pgmap v3846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:39 smithi192 ceph-mon[180220]: pgmap v3846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:41 smithi118 ceph-mon[185516]: pgmap v3847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:41 smithi118 ceph-mon[182959]: pgmap v3847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:41 smithi192 ceph-mon[180220]: pgmap v3847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:43 smithi118 ceph-mon[185516]: pgmap v3848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:43 smithi118 ceph-mon[182959]: pgmap v3848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:43 smithi192 ceph-mon[180220]: pgmap v3848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:45 smithi118 ceph-mon[185516]: pgmap v3849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:54:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:45 smithi118 ceph-mon[182959]: pgmap v3849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:54:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:45 smithi192 ceph-mon[180220]: pgmap v3849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:46 smithi192 ceph-mon[180220]: pgmap v3850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[185516]: pgmap v3850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:47.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:54:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:54:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:54:47.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:46 smithi118 ceph-mon[182959]: pgmap v3850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:49 smithi192 ceph-mon[180220]: pgmap v3851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:54:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:54:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:54:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:49 smithi118 ceph-mon[185516]: pgmap v3851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:49 smithi118 ceph-mon[182959]: pgmap v3851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:54:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:51 smithi192 ceph-mon[180220]: pgmap v3852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:51 smithi118 ceph-mon[185516]: pgmap v3852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:51 smithi118 ceph-mon[182959]: pgmap v3852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:53 smithi192 ceph-mon[180220]: pgmap v3853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:54.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:53 smithi118 ceph-mon[182959]: pgmap v3853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:53 smithi118 ceph-mon[185516]: pgmap v3853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:55 smithi192 ceph-mon[180220]: pgmap v3854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:55 smithi118 ceph-mon[185516]: pgmap v3854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:55 smithi118 ceph-mon[182959]: pgmap v3854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:57 smithi192 ceph-mon[180220]: pgmap v3855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:58.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:57 smithi118 ceph-mon[182959]: pgmap v3855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:57 smithi118 ceph-mon[185516]: pgmap v3855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:54:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 10:54:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T10:54:59.108178111Z level=info msg="Completed cleanup jobs" duration=30.161417ms 2023-09-30T10:54:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:54:59 smithi192 ceph-mon[180220]: pgmap v3856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:54:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:54:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:55:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:54:59 smithi118 ceph-mon[185516]: pgmap v3856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:54:59 smithi118 ceph-mon[182959]: pgmap v3856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:01 smithi192 ceph-mon[180220]: pgmap v3857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:01 smithi118 ceph-mon[185516]: pgmap v3857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:01 smithi118 ceph-mon[182959]: pgmap v3857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:03 smithi192 ceph-mon[180220]: pgmap v3858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:03 smithi118 ceph-mon[185516]: pgmap v3858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:03 smithi118 ceph-mon[182959]: pgmap v3858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:05 smithi192 ceph-mon[180220]: pgmap v3859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:05 smithi118 ceph-mon[185516]: pgmap v3859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:06.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:05 smithi118 ceph-mon[182959]: pgmap v3859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:07 smithi192 ceph-mon[180220]: pgmap v3860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:07 smithi118 ceph-mon[185516]: pgmap v3860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:07 smithi118 ceph-mon[182959]: pgmap v3860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:09 smithi192 ceph-mon[180220]: pgmap v3861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:55:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:55:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:55:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:09 smithi118 ceph-mon[185516]: pgmap v3861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:09 smithi118 ceph-mon[182959]: pgmap v3861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:11 smithi192 ceph-mon[180220]: pgmap v3862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:11 smithi118 ceph-mon[185516]: pgmap v3862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:11 smithi118 ceph-mon[182959]: pgmap v3862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:13 smithi192 ceph-mon[180220]: pgmap v3863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:13 smithi118 ceph-mon[185516]: pgmap v3863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:13 smithi118 ceph-mon[182959]: pgmap v3863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:15 smithi192 ceph-mon[180220]: pgmap v3864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:15 smithi118 ceph-mon[185516]: pgmap v3864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:15 smithi118 ceph-mon[182959]: pgmap v3864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:17 smithi192 ceph-mon[180220]: pgmap v3865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:17 smithi118 ceph-mon[185516]: pgmap v3865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:17 smithi118 ceph-mon[182959]: pgmap v3865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:19 smithi192 ceph-mon[180220]: pgmap v3866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:55:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:55:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:55:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:19 smithi118 ceph-mon[185516]: pgmap v3866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:19 smithi118 ceph-mon[182959]: pgmap v3866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:21 smithi192 ceph-mon[180220]: pgmap v3867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:21 smithi118 ceph-mon[185516]: pgmap v3867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:21 smithi118 ceph-mon[182959]: pgmap v3867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:23 smithi192 ceph-mon[180220]: pgmap v3868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:23 smithi118 ceph-mon[185516]: pgmap v3868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:23 smithi118 ceph-mon[182959]: pgmap v3868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:25 smithi192 ceph-mon[180220]: pgmap v3869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:25 smithi118 ceph-mon[185516]: pgmap v3869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:25 smithi118 ceph-mon[182959]: pgmap v3869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:27 smithi192 ceph-mon[180220]: pgmap v3870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:27 smithi118 ceph-mon[185516]: pgmap v3870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:27 smithi118 ceph-mon[182959]: pgmap v3870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:29 smithi192 ceph-mon[180220]: pgmap v3871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:55:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:55:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:55:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:29 smithi118 ceph-mon[185516]: pgmap v3871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:29 smithi118 ceph-mon[182959]: pgmap v3871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:31 smithi192 ceph-mon[180220]: pgmap v3872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:31 smithi118 ceph-mon[185516]: pgmap v3872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:31 smithi118 ceph-mon[182959]: pgmap v3872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:33 smithi192 ceph-mon[180220]: pgmap v3873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:33 smithi118 ceph-mon[185516]: pgmap v3873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:33 smithi118 ceph-mon[182959]: pgmap v3873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:35 smithi192 ceph-mon[180220]: pgmap v3874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:36.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:35 smithi118 ceph-mon[182959]: pgmap v3874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:36.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:35 smithi118 ceph-mon[185516]: pgmap v3874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:37 smithi192 ceph-mon[180220]: pgmap v3875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:37 smithi118 ceph-mon[185516]: pgmap v3875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:37 smithi118 ceph-mon[182959]: pgmap v3875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:39 smithi192 ceph-mon[180220]: pgmap v3876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:55:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:55:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:55:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:39 smithi118 ceph-mon[185516]: pgmap v3876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:39 smithi118 ceph-mon[182959]: pgmap v3876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:41 smithi192 ceph-mon[180220]: pgmap v3877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:41 smithi118 ceph-mon[185516]: pgmap v3877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:41 smithi118 ceph-mon[182959]: pgmap v3877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:43 smithi192 ceph-mon[180220]: pgmap v3878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:43 smithi118 ceph-mon[185516]: pgmap v3878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:43 smithi118 ceph-mon[182959]: pgmap v3878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:45 smithi192 ceph-mon[180220]: pgmap v3879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:45 smithi118 ceph-mon[185516]: pgmap v3879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:45 smithi118 ceph-mon[182959]: pgmap v3879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:46.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:55:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:55:47.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:55:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:47 smithi192 ceph-mon[180220]: pgmap v3880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:55:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:55:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:55:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[185516]: pgmap v3880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:55:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:55:48.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:55:48.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[182959]: pgmap v3880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:48.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:55:48.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:55:48.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:55:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:49 smithi192 ceph-mon[180220]: pgmap v3881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:55:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:55:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:55:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:49 smithi118 ceph-mon[185516]: pgmap v3881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:49 smithi118 ceph-mon[182959]: pgmap v3881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:55:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:51 smithi192 ceph-mon[180220]: pgmap v3882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:51 smithi118 ceph-mon[185516]: pgmap v3882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:51 smithi118 ceph-mon[182959]: pgmap v3882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:53 smithi192 ceph-mon[180220]: pgmap v3883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:53 smithi118 ceph-mon[185516]: pgmap v3883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:53 smithi118 ceph-mon[182959]: pgmap v3883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:55 smithi192 ceph-mon[180220]: pgmap v3884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:55 smithi118 ceph-mon[185516]: pgmap v3884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:55 smithi118 ceph-mon[182959]: pgmap v3884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:57 smithi192 ceph-mon[180220]: pgmap v3885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:57 smithi118 ceph-mon[185516]: pgmap v3885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:58.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:57 smithi118 ceph-mon[182959]: pgmap v3885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:55:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:55:59 smithi192 ceph-mon[180220]: pgmap v3886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:55:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:55:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:56:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:55:59 smithi118 ceph-mon[185516]: pgmap v3886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:55:59 smithi118 ceph-mon[182959]: pgmap v3886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:01 smithi192 ceph-mon[180220]: pgmap v3887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:01 smithi118 ceph-mon[185516]: pgmap v3887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:01 smithi118 ceph-mon[182959]: pgmap v3887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:03 smithi192 ceph-mon[180220]: pgmap v3888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:03 smithi118 ceph-mon[185516]: pgmap v3888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:03 smithi118 ceph-mon[182959]: pgmap v3888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:05 smithi118 ceph-mon[185516]: pgmap v3889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:05 smithi118 ceph-mon[182959]: pgmap v3889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:05 smithi192 ceph-mon[180220]: pgmap v3889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:07 smithi118 ceph-mon[185516]: pgmap v3890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:07 smithi118 ceph-mon[182959]: pgmap v3890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:07 smithi192 ceph-mon[180220]: pgmap v3890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:56:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:56:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:56:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:09 smithi118 ceph-mon[185516]: pgmap v3891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:09 smithi118 ceph-mon[182959]: pgmap v3891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:09 smithi192 ceph-mon[180220]: pgmap v3891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:11 smithi118 ceph-mon[185516]: pgmap v3892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:11 smithi118 ceph-mon[182959]: pgmap v3892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:11 smithi192 ceph-mon[180220]: pgmap v3892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:13 smithi118 ceph-mon[185516]: pgmap v3893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:13 smithi118 ceph-mon[182959]: pgmap v3893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:13 smithi192 ceph-mon[180220]: pgmap v3893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:15 smithi118 ceph-mon[185516]: pgmap v3894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:15 smithi118 ceph-mon[182959]: pgmap v3894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:15 smithi192 ceph-mon[180220]: pgmap v3894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:17 smithi118 ceph-mon[185516]: pgmap v3895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:17 smithi118 ceph-mon[182959]: pgmap v3895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:17 smithi192 ceph-mon[180220]: pgmap v3895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:56:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:56:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:56:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:19 smithi118 ceph-mon[185516]: pgmap v3896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:20.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:19 smithi118 ceph-mon[182959]: pgmap v3896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:19 smithi192 ceph-mon[180220]: pgmap v3896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:21 smithi118 ceph-mon[185516]: pgmap v3897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:21 smithi118 ceph-mon[182959]: pgmap v3897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:21 smithi192 ceph-mon[180220]: pgmap v3897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:23 smithi118 ceph-mon[185516]: pgmap v3898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:23 smithi118 ceph-mon[182959]: pgmap v3898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:23 smithi192 ceph-mon[180220]: pgmap v3898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:25 smithi118 ceph-mon[185516]: pgmap v3899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:25 smithi118 ceph-mon[182959]: pgmap v3899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:25 smithi192 ceph-mon[180220]: pgmap v3899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:28.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:27 smithi118 ceph-mon[182959]: pgmap v3900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:27 smithi118 ceph-mon[185516]: pgmap v3900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:27 smithi192 ceph-mon[180220]: pgmap v3900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:56:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:56:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:56:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:29 smithi118 ceph-mon[185516]: pgmap v3901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:29 smithi118 ceph-mon[182959]: pgmap v3901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:29 smithi192 ceph-mon[180220]: pgmap v3901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:31 smithi118 ceph-mon[185516]: pgmap v3902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:31 smithi118 ceph-mon[182959]: pgmap v3902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:31 smithi192 ceph-mon[180220]: pgmap v3902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:33 smithi118 ceph-mon[185516]: pgmap v3903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:33 smithi118 ceph-mon[182959]: pgmap v3903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:33 smithi192 ceph-mon[180220]: pgmap v3903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:35 smithi118 ceph-mon[185516]: pgmap v3904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:35 smithi118 ceph-mon[182959]: pgmap v3904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:35 smithi192 ceph-mon[180220]: pgmap v3904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:37 smithi118 ceph-mon[185516]: pgmap v3905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:37 smithi118 ceph-mon[182959]: pgmap v3905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:37 smithi192 ceph-mon[180220]: pgmap v3905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:56:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:56:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:56:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:39 smithi118 ceph-mon[185516]: pgmap v3906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:39 smithi118 ceph-mon[182959]: pgmap v3906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:39 smithi192 ceph-mon[180220]: pgmap v3906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:42.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:41 smithi118 ceph-mon[182959]: pgmap v3907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:41 smithi118 ceph-mon[185516]: pgmap v3907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:41 smithi192 ceph-mon[180220]: pgmap v3907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:44.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:43 smithi118 ceph-mon[182959]: pgmap v3908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:43 smithi118 ceph-mon[185516]: pgmap v3908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:43 smithi192 ceph-mon[180220]: pgmap v3908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:45 smithi118 ceph-mon[182959]: pgmap v3909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:45 smithi118 ceph-mon[185516]: pgmap v3909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:45 smithi192 ceph-mon[180220]: pgmap v3909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:48.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:47 smithi118 ceph-mon[182959]: pgmap v3910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:56:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:47 smithi118 ceph-mon[185516]: pgmap v3910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:56:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:47 smithi192 ceph-mon[180220]: pgmap v3910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:56:50.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:56:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:56:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[182959]: pgmap v3911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[185516]: pgmap v3911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:49 smithi192 ceph-mon[180220]: pgmap v3911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:56:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:56:51.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:56:51.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:51.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:56:51.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:56:51.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:56:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:56:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:56:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:51 smithi118 ceph-mon[185516]: pgmap v3912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:51 smithi118 ceph-mon[182959]: pgmap v3912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:51 smithi192 ceph-mon[180220]: pgmap v3912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:53 smithi118 ceph-mon[185516]: pgmap v3913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:53 smithi118 ceph-mon[182959]: pgmap v3913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:53 smithi192 ceph-mon[180220]: pgmap v3913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:55 smithi118 ceph-mon[185516]: pgmap v3914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:55 smithi118 ceph-mon[182959]: pgmap v3914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:55 smithi192 ceph-mon[180220]: pgmap v3914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:57 smithi118 ceph-mon[185516]: pgmap v3915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:57 smithi118 ceph-mon[182959]: pgmap v3915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:56:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:57 smithi192 ceph-mon[180220]: pgmap v3915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:56:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:56:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:57:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:56:59 smithi118 ceph-mon[185516]: pgmap v3916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:56:59 smithi118 ceph-mon[182959]: pgmap v3916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:56:59 smithi192 ceph-mon[180220]: pgmap v3916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:01 smithi118 ceph-mon[185516]: pgmap v3917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:01 smithi118 ceph-mon[182959]: pgmap v3917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:01 smithi192 ceph-mon[180220]: pgmap v3917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:03 smithi118 ceph-mon[185516]: pgmap v3918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:03 smithi118 ceph-mon[182959]: pgmap v3918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:03 smithi192 ceph-mon[180220]: pgmap v3918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:05 smithi118 ceph-mon[185516]: pgmap v3919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:05 smithi118 ceph-mon[182959]: pgmap v3919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:05 smithi192 ceph-mon[180220]: pgmap v3919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:07 smithi118 ceph-mon[185516]: pgmap v3920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:07 smithi118 ceph-mon[182959]: pgmap v3920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:07 smithi192 ceph-mon[180220]: pgmap v3920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:57:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:57:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:57:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:09 smithi118 ceph-mon[185516]: pgmap v3921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:09 smithi118 ceph-mon[182959]: pgmap v3921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:09 smithi192 ceph-mon[180220]: pgmap v3921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:11 smithi118 ceph-mon[185516]: pgmap v3922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:11 smithi118 ceph-mon[182959]: pgmap v3922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:11 smithi192 ceph-mon[180220]: pgmap v3922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:13 smithi118 ceph-mon[185516]: pgmap v3923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:13 smithi118 ceph-mon[182959]: pgmap v3923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:13 smithi192 ceph-mon[180220]: pgmap v3923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:15 smithi118 ceph-mon[185516]: pgmap v3924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:15 smithi118 ceph-mon[182959]: pgmap v3924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:15 smithi192 ceph-mon[180220]: pgmap v3924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:17 smithi118 ceph-mon[185516]: pgmap v3925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:17 smithi118 ceph-mon[182959]: pgmap v3925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:17 smithi192 ceph-mon[180220]: pgmap v3925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:57:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:57:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:57:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:19 smithi118 ceph-mon[185516]: pgmap v3926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:19 smithi118 ceph-mon[182959]: pgmap v3926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:19 smithi192 ceph-mon[180220]: pgmap v3926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:21 smithi118 ceph-mon[182959]: pgmap v3927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:21 smithi118 ceph-mon[185516]: pgmap v3927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:21 smithi192 ceph-mon[180220]: pgmap v3927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:24.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:23 smithi118 ceph-mon[182959]: pgmap v3928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:23 smithi118 ceph-mon[185516]: pgmap v3928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:23 smithi192 ceph-mon[180220]: pgmap v3928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:26.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:25 smithi118 ceph-mon[182959]: pgmap v3929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:25 smithi118 ceph-mon[185516]: pgmap v3929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:25 smithi192 ceph-mon[180220]: pgmap v3929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:28.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:27 smithi118 ceph-mon[182959]: pgmap v3930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:27 smithi118 ceph-mon[185516]: pgmap v3930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:27 smithi192 ceph-mon[180220]: pgmap v3930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:57:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:57:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:57:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:29 smithi118 ceph-mon[185516]: pgmap v3931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:29 smithi118 ceph-mon[182959]: pgmap v3931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:29 smithi192 ceph-mon[180220]: pgmap v3931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:31 smithi118 ceph-mon[185516]: pgmap v3932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:31 smithi118 ceph-mon[182959]: pgmap v3932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:31 smithi192 ceph-mon[180220]: pgmap v3932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:33 smithi118 ceph-mon[185516]: pgmap v3933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:33 smithi118 ceph-mon[182959]: pgmap v3933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:33 smithi192 ceph-mon[180220]: pgmap v3933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:35 smithi118 ceph-mon[185516]: pgmap v3934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:35 smithi118 ceph-mon[182959]: pgmap v3934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:35 smithi192 ceph-mon[180220]: pgmap v3934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:37 smithi118 ceph-mon[185516]: pgmap v3935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:37 smithi118 ceph-mon[182959]: pgmap v3935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:37 smithi192 ceph-mon[180220]: pgmap v3935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:40.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:39 smithi118 ceph-mon[182959]: pgmap v3936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:57:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:57:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:57:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:39 smithi118 ceph-mon[185516]: pgmap v3936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:39 smithi192 ceph-mon[180220]: pgmap v3936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:41 smithi118 ceph-mon[182959]: pgmap v3937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:41 smithi118 ceph-mon[185516]: pgmap v3937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:41 smithi192 ceph-mon[180220]: pgmap v3937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:43 smithi192 ceph-mon[180220]: pgmap v3938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:44.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:43 smithi118 ceph-mon[182959]: pgmap v3938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:44.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:43 smithi118 ceph-mon[185516]: pgmap v3938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:45 smithi192 ceph-mon[180220]: pgmap v3939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:45 smithi118 ceph-mon[185516]: pgmap v3939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:45 smithi118 ceph-mon[182959]: pgmap v3939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:47.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:47 smithi192 ceph-mon[180220]: pgmap v3940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:47 smithi118 ceph-mon[185516]: pgmap v3940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:47 smithi118 ceph-mon[182959]: pgmap v3940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:49 smithi192 ceph-mon[180220]: pgmap v3941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:49.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:57:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:57:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:57:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:49 smithi118 ceph-mon[185516]: pgmap v3941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:49 smithi118 ceph-mon[182959]: pgmap v3941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:57:50.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:57:50.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:57:50.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:57:50.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:57:51.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:57:51.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:51 smithi192 ceph-mon[180220]: pgmap v3942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:51 smithi118 ceph-mon[185516]: pgmap v3942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:51 smithi118 ceph-mon[182959]: pgmap v3942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:53 smithi192 ceph-mon[180220]: pgmap v3943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:53 smithi118 ceph-mon[185516]: pgmap v3943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:53 smithi118 ceph-mon[182959]: pgmap v3943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:55.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:55 smithi192 ceph-mon[180220]: pgmap v3944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:55 smithi118 ceph-mon[185516]: pgmap v3944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:55 smithi118 ceph-mon[182959]: pgmap v3944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:57 smithi192 ceph-mon[180220]: pgmap v3945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:57 smithi118 ceph-mon[185516]: pgmap v3945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:57 smithi118 ceph-mon[182959]: pgmap v3945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:57:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:57:59 smithi192 ceph-mon[180220]: pgmap v3946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:57:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:57:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:58:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:57:59 smithi118 ceph-mon[185516]: pgmap v3946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:57:59 smithi118 ceph-mon[182959]: pgmap v3946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:01 smithi192 ceph-mon[180220]: pgmap v3947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:01 smithi118 ceph-mon[185516]: pgmap v3947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:01 smithi118 ceph-mon[182959]: pgmap v3947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:03 smithi192 ceph-mon[180220]: pgmap v3948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:03 smithi118 ceph-mon[185516]: pgmap v3948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:03 smithi118 ceph-mon[182959]: pgmap v3948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:05 smithi192 ceph-mon[180220]: pgmap v3949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:05 smithi118 ceph-mon[185516]: pgmap v3949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:05 smithi118 ceph-mon[182959]: pgmap v3949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:07.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:07 smithi192 ceph-mon[180220]: pgmap v3950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:07 smithi118 ceph-mon[185516]: pgmap v3950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:07 smithi118 ceph-mon[182959]: pgmap v3950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:09.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:09 smithi192 ceph-mon[180220]: pgmap v3951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:58:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:58:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:58:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:09 smithi118 ceph-mon[185516]: pgmap v3951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:09 smithi118 ceph-mon[182959]: pgmap v3951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:11 smithi192 ceph-mon[180220]: pgmap v3952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:11 smithi118 ceph-mon[185516]: pgmap v3952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:11 smithi118 ceph-mon[182959]: pgmap v3952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:13.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:13 smithi192 ceph-mon[180220]: pgmap v3953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:13 smithi118 ceph-mon[185516]: pgmap v3953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:14.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:13 smithi118 ceph-mon[182959]: pgmap v3953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:15 smithi192 ceph-mon[180220]: pgmap v3954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:16.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:15 smithi118 ceph-mon[182959]: pgmap v3954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:15 smithi118 ceph-mon[185516]: pgmap v3954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:17.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:17 smithi192 ceph-mon[180220]: pgmap v3955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:18.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:17 smithi118 ceph-mon[182959]: pgmap v3955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:17 smithi118 ceph-mon[185516]: pgmap v3955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:19 smithi192 ceph-mon[180220]: pgmap v3956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:58:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:58:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:58:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:19 smithi118 ceph-mon[182959]: pgmap v3956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:19 smithi118 ceph-mon[185516]: pgmap v3956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:21.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:21 smithi192 ceph-mon[180220]: pgmap v3957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:22.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:21 smithi118 ceph-mon[182959]: pgmap v3957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:21 smithi118 ceph-mon[185516]: pgmap v3957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:23 smithi192 ceph-mon[180220]: pgmap v3958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:23 smithi118 ceph-mon[185516]: pgmap v3958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:23 smithi118 ceph-mon[182959]: pgmap v3958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:25 smithi192 ceph-mon[180220]: pgmap v3959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:25 smithi118 ceph-mon[185516]: pgmap v3959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:25 smithi118 ceph-mon[182959]: pgmap v3959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:27 smithi192 ceph-mon[180220]: pgmap v3960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:28.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:27 smithi118 ceph-mon[182959]: pgmap v3960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:27 smithi118 ceph-mon[185516]: pgmap v3960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:29 smithi192 ceph-mon[180220]: pgmap v3961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:58:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:58:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T10:58:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:29 smithi118 ceph-mon[185516]: pgmap v3961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:29 smithi118 ceph-mon[182959]: pgmap v3961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:31 smithi192 ceph-mon[180220]: pgmap v3962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:31 smithi118 ceph-mon[185516]: pgmap v3962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:31 smithi118 ceph-mon[182959]: pgmap v3962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:33 smithi192 ceph-mon[180220]: pgmap v3963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:33 smithi118 ceph-mon[185516]: pgmap v3963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:33 smithi118 ceph-mon[182959]: pgmap v3963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:35 smithi118 ceph-mon[185516]: pgmap v3964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:35 smithi118 ceph-mon[182959]: pgmap v3964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:35 smithi192 ceph-mon[180220]: pgmap v3964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:37 smithi118 ceph-mon[185516]: pgmap v3965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:37 smithi118 ceph-mon[182959]: pgmap v3965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:37 smithi192 ceph-mon[180220]: pgmap v3965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:40.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:39 smithi118 ceph-mon[182959]: pgmap v3966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:58:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:58:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T10:58:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:39 smithi118 ceph-mon[185516]: pgmap v3966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:39 smithi192 ceph-mon[180220]: pgmap v3966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:42.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:41 smithi118 ceph-mon[182959]: pgmap v3967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:41 smithi118 ceph-mon[185516]: pgmap v3967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:41 smithi192 ceph-mon[180220]: pgmap v3967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:44.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:43 smithi118 ceph-mon[182959]: pgmap v3968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:43 smithi118 ceph-mon[185516]: pgmap v3968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:43 smithi192 ceph-mon[180220]: pgmap v3968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:46.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:45 smithi118 ceph-mon[182959]: pgmap v3969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:46.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:45 smithi118 ceph-mon[185516]: pgmap v3969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:45 smithi192 ceph-mon[180220]: pgmap v3969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:48.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:47 smithi118 ceph-mon[182959]: pgmap v3970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:47 smithi118 ceph-mon[185516]: pgmap v3970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:47 smithi192 ceph-mon[180220]: pgmap v3970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:58:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:58:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:58:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:49 smithi118 ceph-mon[185516]: pgmap v3971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:49 smithi118 ceph-mon[182959]: pgmap v3971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:49 smithi192 ceph-mon[180220]: pgmap v3971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[185516]: pgmap v3972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[182959]: pgmap v3972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:58:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:58:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:58:52.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:58:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:51 smithi192 ceph-mon[180220]: pgmap v3972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:58:52.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:58:52.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:58:52.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:58:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:53 smithi118 ceph-mon[185516]: pgmap v3973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:53 smithi118 ceph-mon[182959]: pgmap v3973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:53 smithi192 ceph-mon[180220]: pgmap v3973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:55 smithi118 ceph-mon[185516]: pgmap v3974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:55 smithi118 ceph-mon[182959]: pgmap v3974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:55 smithi192 ceph-mon[180220]: pgmap v3974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:58.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:57 smithi118 ceph-mon[182959]: pgmap v3975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:57 smithi118 ceph-mon[185516]: pgmap v3975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:58:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:57 smithi192 ceph-mon[180220]: pgmap v3975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:58:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:58:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T10:59:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:58:59 smithi118 ceph-mon[185516]: pgmap v3976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:58:59 smithi118 ceph-mon[182959]: pgmap v3976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:58:59 smithi192 ceph-mon[180220]: pgmap v3976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:01 smithi118 ceph-mon[185516]: pgmap v3977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:01 smithi118 ceph-mon[182959]: pgmap v3977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:01 smithi192 ceph-mon[180220]: pgmap v3977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:03 smithi118 ceph-mon[185516]: pgmap v3978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:03 smithi118 ceph-mon[182959]: pgmap v3978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:03 smithi192 ceph-mon[180220]: pgmap v3978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:05.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:05.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:05 smithi118 ceph-mon[185516]: pgmap v3979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:05 smithi118 ceph-mon[182959]: pgmap v3979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:05 smithi192 ceph-mon[180220]: pgmap v3979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:07 smithi118 ceph-mon[185516]: pgmap v3980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:07 smithi118 ceph-mon[182959]: pgmap v3980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:07 smithi192 ceph-mon[180220]: pgmap v3980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:59:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:59:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:59:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:09 smithi118 ceph-mon[185516]: pgmap v3981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:09 smithi118 ceph-mon[182959]: pgmap v3981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:09 smithi192 ceph-mon[180220]: pgmap v3981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:11 smithi118 ceph-mon[185516]: pgmap v3982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:11 smithi118 ceph-mon[182959]: pgmap v3982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:11 smithi192 ceph-mon[180220]: pgmap v3982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:13 smithi118 ceph-mon[185516]: pgmap v3983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:13 smithi118 ceph-mon[182959]: pgmap v3983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:13 smithi192 ceph-mon[180220]: pgmap v3983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:15 smithi118 ceph-mon[185516]: pgmap v3984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:15 smithi118 ceph-mon[182959]: pgmap v3984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:15 smithi192 ceph-mon[180220]: pgmap v3984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:17 smithi118 ceph-mon[185516]: pgmap v3985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:17 smithi118 ceph-mon[182959]: pgmap v3985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:17 smithi192 ceph-mon[180220]: pgmap v3985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:59:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:59:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:59:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:19 smithi118 ceph-mon[185516]: pgmap v3986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:19 smithi118 ceph-mon[182959]: pgmap v3986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:19 smithi192 ceph-mon[180220]: pgmap v3986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:21 smithi118 ceph-mon[185516]: pgmap v3987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:21 smithi118 ceph-mon[182959]: pgmap v3987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:21 smithi192 ceph-mon[180220]: pgmap v3987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:23 smithi118 ceph-mon[185516]: pgmap v3988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:23 smithi118 ceph-mon[182959]: pgmap v3988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:23 smithi192 ceph-mon[180220]: pgmap v3988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:25 smithi118 ceph-mon[185516]: pgmap v3989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:25 smithi118 ceph-mon[182959]: pgmap v3989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:25 smithi192 ceph-mon[180220]: pgmap v3989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:27 smithi118 ceph-mon[182959]: pgmap v3990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:27 smithi118 ceph-mon[185516]: pgmap v3990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:27 smithi192 ceph-mon[180220]: pgmap v3990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:59:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:59:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T10:59:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:29 smithi118 ceph-mon[185516]: pgmap v3991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:29 smithi118 ceph-mon[182959]: pgmap v3991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:29 smithi192 ceph-mon[180220]: pgmap v3991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:31 smithi118 ceph-mon[185516]: pgmap v3992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:31 smithi118 ceph-mon[182959]: pgmap v3992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:31 smithi192 ceph-mon[180220]: pgmap v3992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:33 smithi118 ceph-mon[185516]: pgmap v3993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:33 smithi118 ceph-mon[182959]: pgmap v3993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:33 smithi192 ceph-mon[180220]: pgmap v3993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:35 smithi118 ceph-mon[185516]: pgmap v3994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:35 smithi118 ceph-mon[182959]: pgmap v3994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:35 smithi192 ceph-mon[180220]: pgmap v3994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:38.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:37 smithi118 ceph-mon[182959]: pgmap v3995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:37 smithi118 ceph-mon[185516]: pgmap v3995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:37 smithi192 ceph-mon[180220]: pgmap v3995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:59:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:59:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T10:59:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:39 smithi118 ceph-mon[185516]: pgmap v3996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:39 smithi118 ceph-mon[182959]: pgmap v3996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:39 smithi192 ceph-mon[180220]: pgmap v3996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:41 smithi118 ceph-mon[185516]: pgmap v3997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:41 smithi118 ceph-mon[182959]: pgmap v3997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:41 smithi192 ceph-mon[180220]: pgmap v3997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:43 smithi118 ceph-mon[185516]: pgmap v3998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:43 smithi118 ceph-mon[182959]: pgmap v3998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:43 smithi192 ceph-mon[180220]: pgmap v3998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:45 smithi118 ceph-mon[185516]: pgmap v3999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:45 smithi118 ceph-mon[182959]: pgmap v3999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:45 smithi192 ceph-mon[180220]: pgmap v3999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:47 smithi118 ceph-mon[185516]: pgmap v4000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:47 smithi118 ceph-mon[182959]: pgmap v4000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:47 smithi192 ceph-mon[180220]: pgmap v4000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:59:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:59:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T10:59:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:49 smithi118 ceph-mon[185516]: pgmap v4001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:49 smithi118 ceph-mon[182959]: pgmap v4001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:49 smithi192 ceph-mon[180220]: pgmap v4001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T10:59:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:51 smithi118 ceph-mon[185516]: pgmap v4002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:51 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:59:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:51 smithi118 ceph-mon[182959]: pgmap v4002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:51 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:59:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:51 smithi192 ceph-mon[180220]: pgmap v4002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:51 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T10:59:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:59:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:59:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:59:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:59:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:59:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:59:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T10:59:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T10:59:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T10:59:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:53 smithi118 ceph-mon[185516]: pgmap v4003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:53 smithi118 ceph-mon[182959]: pgmap v4003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:53 smithi192 ceph-mon[180220]: pgmap v4003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:55 smithi118 ceph-mon[185516]: pgmap v4004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:55 smithi118 ceph-mon[182959]: pgmap v4004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:55 smithi192 ceph-mon[180220]: pgmap v4004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:57 smithi118 ceph-mon[185516]: pgmap v4005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:57 smithi118 ceph-mon[182959]: pgmap v4005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T10:59:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:57 smithi192 ceph-mon[180220]: pgmap v4005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 10:59:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:10:59:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:00:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 10:59:59 smithi118 ceph-mon[185516]: pgmap v4006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 10:59:59 smithi118 ceph-mon[182959]: pgmap v4006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 10:59:59 smithi192 ceph-mon[180220]: pgmap v4006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T11:00:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T11:00:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T11:00:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:01 smithi118 ceph-mon[185516]: pgmap v4007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:01 smithi118 ceph-mon[182959]: pgmap v4007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:01 smithi192 ceph-mon[180220]: pgmap v4007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:03 smithi118 ceph-mon[185516]: pgmap v4008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:03 smithi118 ceph-mon[182959]: pgmap v4008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:03 smithi192 ceph-mon[180220]: pgmap v4008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:05 smithi118 ceph-mon[185516]: pgmap v4009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:05 smithi118 ceph-mon[182959]: pgmap v4009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:05 smithi192 ceph-mon[180220]: pgmap v4009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:07 smithi118 ceph-mon[185516]: pgmap v4010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:07 smithi118 ceph-mon[182959]: pgmap v4010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:07 smithi192 ceph-mon[180220]: pgmap v4010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:00:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:00:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:00:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:09 smithi118 ceph-mon[185516]: pgmap v4011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:09 smithi118 ceph-mon[182959]: pgmap v4011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:09 smithi192 ceph-mon[180220]: pgmap v4011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:11 smithi118 ceph-mon[185516]: pgmap v4012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:11 smithi118 ceph-mon[182959]: pgmap v4012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:11 smithi192 ceph-mon[180220]: pgmap v4012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:13 smithi118 ceph-mon[185516]: pgmap v4013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:13 smithi118 ceph-mon[182959]: pgmap v4013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:13 smithi192 ceph-mon[180220]: pgmap v4013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:15 smithi118 ceph-mon[185516]: pgmap v4014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:15 smithi118 ceph-mon[182959]: pgmap v4014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:15 smithi192 ceph-mon[180220]: pgmap v4014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:17 smithi118 ceph-mon[185516]: pgmap v4015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:17 smithi118 ceph-mon[182959]: pgmap v4015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:17 smithi192 ceph-mon[180220]: pgmap v4015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:00:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:00:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:00:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:19 smithi118 ceph-mon[185516]: pgmap v4016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:19 smithi118 ceph-mon[182959]: pgmap v4016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:19 smithi192 ceph-mon[180220]: pgmap v4016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:21 smithi118 ceph-mon[185516]: pgmap v4017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:21 smithi118 ceph-mon[182959]: pgmap v4017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:21 smithi192 ceph-mon[180220]: pgmap v4017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:23.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:23 smithi192 ceph-mon[180220]: pgmap v4018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:23 smithi118 ceph-mon[185516]: pgmap v4018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:23 smithi118 ceph-mon[182959]: pgmap v4018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:25.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:25 smithi192 ceph-mon[180220]: pgmap v4019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:25 smithi118 ceph-mon[185516]: pgmap v4019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:25 smithi118 ceph-mon[182959]: pgmap v4019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:27.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:27 smithi192 ceph-mon[180220]: pgmap v4020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:27 smithi118 ceph-mon[185516]: pgmap v4020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:27 smithi118 ceph-mon[182959]: pgmap v4020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:29.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:29 smithi192 ceph-mon[180220]: pgmap v4021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:00:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:00:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:00:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:29 smithi118 ceph-mon[185516]: pgmap v4021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:29 smithi118 ceph-mon[182959]: pgmap v4021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:31.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:31 smithi192 ceph-mon[180220]: pgmap v4022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:31 smithi118 ceph-mon[185516]: pgmap v4022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:31 smithi118 ceph-mon[182959]: pgmap v4022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:33.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:33 smithi192 ceph-mon[180220]: pgmap v4023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:33 smithi118 ceph-mon[185516]: pgmap v4023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:33 smithi118 ceph-mon[182959]: pgmap v4023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:35.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:35 smithi192 ceph-mon[180220]: pgmap v4024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:36.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:35 smithi118 ceph-mon[182959]: pgmap v4024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:36.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:35 smithi118 ceph-mon[185516]: pgmap v4024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:37.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:37 smithi192 ceph-mon[180220]: pgmap v4025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:38.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:37 smithi118 ceph-mon[182959]: pgmap v4025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:37 smithi118 ceph-mon[185516]: pgmap v4025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:39.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:39 smithi192 ceph-mon[180220]: pgmap v4026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:00:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:00:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:00:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:39 smithi118 ceph-mon[182959]: pgmap v4026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:39 smithi118 ceph-mon[185516]: pgmap v4026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:41.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:41 smithi192 ceph-mon[180220]: pgmap v4027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:42.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:41 smithi118 ceph-mon[182959]: pgmap v4027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:42.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:41 smithi118 ceph-mon[185516]: pgmap v4027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:43.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:43 smithi192 ceph-mon[180220]: pgmap v4028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:44.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:43 smithi118 ceph-mon[182959]: pgmap v4028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:43 smithi118 ceph-mon[185516]: pgmap v4028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:45.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:45 smithi192 ceph-mon[180220]: pgmap v4029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:45 smithi118 ceph-mon[185516]: pgmap v4029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:45 smithi118 ceph-mon[182959]: pgmap v4029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:47 smithi118 ceph-mon[185516]: pgmap v4030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:47 smithi118 ceph-mon[182959]: pgmap v4030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:47 smithi192 ceph-mon[180220]: pgmap v4030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:00:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:00:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:00:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:49 smithi118 ceph-mon[185516]: pgmap v4031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:49 smithi118 ceph-mon[182959]: pgmap v4031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:49 smithi192 ceph-mon[180220]: pgmap v4031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:00:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:51 smithi118 ceph-mon[185516]: pgmap v4032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:51 smithi118 ceph-mon[182959]: pgmap v4032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:51 smithi192 ceph-mon[180220]: pgmap v4032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:00:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:00:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:00:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:00:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:00:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:00:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:00:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:00:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:00:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:00:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:00:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:00:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:53 smithi118 ceph-mon[185516]: pgmap v4033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:53 smithi118 ceph-mon[182959]: pgmap v4033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:53 smithi192 ceph-mon[180220]: pgmap v4033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:55 smithi118 ceph-mon[185516]: pgmap v4034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:55 smithi118 ceph-mon[182959]: pgmap v4034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:55 smithi192 ceph-mon[180220]: pgmap v4034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:58.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:57 smithi118 ceph-mon[182959]: pgmap v4035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:57 smithi118 ceph-mon[185516]: pgmap v4035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:00:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:57 smithi192 ceph-mon[180220]: pgmap v4035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:00.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:00:59 smithi118 ceph-mon[182959]: pgmap v4036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:00.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:00:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:00:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:01:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:00:59 smithi118 ceph-mon[185516]: pgmap v4036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:00:59 smithi192 ceph-mon[180220]: pgmap v4036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:01 smithi192 ceph-mon[180220]: pgmap v4037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:01 smithi118 ceph-mon[182959]: pgmap v4037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:01 smithi118 ceph-mon[185516]: pgmap v4037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:04.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:03 smithi118 ceph-mon[182959]: pgmap v4038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:03 smithi118 ceph-mon[185516]: pgmap v4038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:03 smithi192 ceph-mon[180220]: pgmap v4038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:05.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:05.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:05 smithi118 ceph-mon[185516]: pgmap v4039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:05 smithi118 ceph-mon[182959]: pgmap v4039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:05 smithi192 ceph-mon[180220]: pgmap v4039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:08.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:07 smithi118 ceph-mon[182959]: pgmap v4040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:07 smithi118 ceph-mon[185516]: pgmap v4040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:07 smithi192 ceph-mon[180220]: pgmap v4040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:01:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:01:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:01:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:09 smithi118 ceph-mon[185516]: pgmap v4041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:09 smithi118 ceph-mon[182959]: pgmap v4041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:09 smithi192 ceph-mon[180220]: pgmap v4041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:12.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:11 smithi118 ceph-mon[182959]: pgmap v4042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:11 smithi118 ceph-mon[185516]: pgmap v4042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:11 smithi192 ceph-mon[180220]: pgmap v4042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:13 smithi118 ceph-mon[185516]: pgmap v4043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:13 smithi118 ceph-mon[182959]: pgmap v4043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:13 smithi192 ceph-mon[180220]: pgmap v4043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:15 smithi118 ceph-mon[185516]: pgmap v4044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:15 smithi118 ceph-mon[182959]: pgmap v4044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:15 smithi192 ceph-mon[180220]: pgmap v4044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:17 smithi118 ceph-mon[185516]: pgmap v4045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:17 smithi118 ceph-mon[182959]: pgmap v4045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:17 smithi192 ceph-mon[180220]: pgmap v4045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:01:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:01:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:01:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:19 smithi118 ceph-mon[185516]: pgmap v4046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:19 smithi118 ceph-mon[182959]: pgmap v4046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:19 smithi192 ceph-mon[180220]: pgmap v4046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:21 smithi118 ceph-mon[185516]: pgmap v4047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:21 smithi118 ceph-mon[182959]: pgmap v4047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:21 smithi192 ceph-mon[180220]: pgmap v4047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:24.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:23 smithi118 ceph-mon[182959]: pgmap v4048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:23 smithi118 ceph-mon[185516]: pgmap v4048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:23 smithi192 ceph-mon[180220]: pgmap v4048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:25 smithi118 ceph-mon[185516]: pgmap v4049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:25 smithi118 ceph-mon[182959]: pgmap v4049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:25 smithi192 ceph-mon[180220]: pgmap v4049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:28.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:27 smithi118 ceph-mon[182959]: pgmap v4050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:28.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:27 smithi118 ceph-mon[185516]: pgmap v4050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:27 smithi192 ceph-mon[180220]: pgmap v4050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:01:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:01:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:01:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:29 smithi118 ceph-mon[185516]: pgmap v4051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:29 smithi118 ceph-mon[182959]: pgmap v4051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:29 smithi192 ceph-mon[180220]: pgmap v4051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:31 smithi118 ceph-mon[185516]: pgmap v4052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:31 smithi118 ceph-mon[182959]: pgmap v4052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:31 smithi192 ceph-mon[180220]: pgmap v4052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:33 smithi118 ceph-mon[185516]: pgmap v4053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:33 smithi118 ceph-mon[182959]: pgmap v4053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:33 smithi192 ceph-mon[180220]: pgmap v4053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:35 smithi118 ceph-mon[185516]: pgmap v4054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:35 smithi118 ceph-mon[182959]: pgmap v4054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:35 smithi192 ceph-mon[180220]: pgmap v4054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:37 smithi118 ceph-mon[185516]: pgmap v4055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:37 smithi118 ceph-mon[182959]: pgmap v4055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:37 smithi192 ceph-mon[180220]: pgmap v4055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:01:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:01:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:01:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:39 smithi118 ceph-mon[185516]: pgmap v4056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:39 smithi118 ceph-mon[182959]: pgmap v4056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:39 smithi192 ceph-mon[180220]: pgmap v4056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:41 smithi118 ceph-mon[185516]: pgmap v4057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:41 smithi118 ceph-mon[182959]: pgmap v4057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:41 smithi192 ceph-mon[180220]: pgmap v4057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:43 smithi118 ceph-mon[185516]: pgmap v4058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:43 smithi118 ceph-mon[182959]: pgmap v4058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:43 smithi192 ceph-mon[180220]: pgmap v4058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:45 smithi118 ceph-mon[185516]: pgmap v4059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:45 smithi118 ceph-mon[182959]: pgmap v4059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:45 smithi192 ceph-mon[180220]: pgmap v4059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:47 smithi118 ceph-mon[185516]: pgmap v4060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:47 smithi118 ceph-mon[182959]: pgmap v4060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:47 smithi192 ceph-mon[180220]: pgmap v4060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:01:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:01:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:01:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:49 smithi118 ceph-mon[185516]: pgmap v4061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:49 smithi118 ceph-mon[182959]: pgmap v4061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:49 smithi192 ceph-mon[180220]: pgmap v4061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:01:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:51 smithi118 ceph-mon[185516]: pgmap v4062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:51 smithi118 ceph-mon[182959]: pgmap v4062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:51 smithi192 ceph-mon[180220]: pgmap v4062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:01:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:01:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:01:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[185516]: pgmap v4063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:54.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:01:54.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:01:54.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:01:54.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[182959]: pgmap v4063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:54.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:01:54.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:01:54.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:01:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:53 smithi192 ceph-mon[180220]: pgmap v4063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:01:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:01:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:01:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:55 smithi118 ceph-mon[185516]: pgmap v4064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:55 smithi118 ceph-mon[182959]: pgmap v4064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:55 smithi192 ceph-mon[180220]: pgmap v4064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:57 smithi118 ceph-mon[185516]: pgmap v4065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:57 smithi118 ceph-mon[182959]: pgmap v4065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:01:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:57 smithi192 ceph-mon[180220]: pgmap v4065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:01:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:01:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:02:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:01:59 smithi118 ceph-mon[185516]: pgmap v4066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:01:59 smithi118 ceph-mon[182959]: pgmap v4066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:01:59 smithi192 ceph-mon[180220]: pgmap v4066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:01 smithi118 ceph-mon[185516]: pgmap v4067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:01 smithi118 ceph-mon[182959]: pgmap v4067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:01 smithi192 ceph-mon[180220]: pgmap v4067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:03 smithi118 ceph-mon[185516]: pgmap v4068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:03 smithi118 ceph-mon[182959]: pgmap v4068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:03 smithi192 ceph-mon[180220]: pgmap v4068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:05 smithi118 ceph-mon[185516]: pgmap v4069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:05 smithi118 ceph-mon[182959]: pgmap v4069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:05 smithi192 ceph-mon[180220]: pgmap v4069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:07 smithi118 ceph-mon[185516]: pgmap v4070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:07 smithi118 ceph-mon[182959]: pgmap v4070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:07 smithi192 ceph-mon[180220]: pgmap v4070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:02:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:02:09] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T11:02:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:09 smithi118 ceph-mon[185516]: pgmap v4071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:09 smithi118 ceph-mon[182959]: pgmap v4071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:09 smithi192 ceph-mon[180220]: pgmap v4071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:11 smithi118 ceph-mon[185516]: pgmap v4072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:11 smithi118 ceph-mon[182959]: pgmap v4072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:11 smithi192 ceph-mon[180220]: pgmap v4072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:14.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:13 smithi118 ceph-mon[182959]: pgmap v4073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:13 smithi118 ceph-mon[185516]: pgmap v4073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:13 smithi192 ceph-mon[180220]: pgmap v4073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:15 smithi118 ceph-mon[185516]: pgmap v4074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:15 smithi118 ceph-mon[182959]: pgmap v4074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:15 smithi192 ceph-mon[180220]: pgmap v4074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:17 smithi118 ceph-mon[185516]: pgmap v4075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:17 smithi118 ceph-mon[182959]: pgmap v4075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:17 smithi192 ceph-mon[180220]: pgmap v4075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:02:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:02:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:02:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:19 smithi118 ceph-mon[182959]: pgmap v4076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:19 smithi118 ceph-mon[185516]: pgmap v4076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:19 smithi192 ceph-mon[180220]: pgmap v4076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:22.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:21 smithi118 ceph-mon[182959]: pgmap v4077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:21 smithi118 ceph-mon[185516]: pgmap v4077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:21 smithi192 ceph-mon[180220]: pgmap v4077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:24.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:23 smithi118 ceph-mon[182959]: pgmap v4078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:23 smithi118 ceph-mon[185516]: pgmap v4078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:23 smithi192 ceph-mon[180220]: pgmap v4078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:25 smithi118 ceph-mon[185516]: pgmap v4079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:25 smithi118 ceph-mon[182959]: pgmap v4079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:25 smithi192 ceph-mon[180220]: pgmap v4079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:27 smithi118 ceph-mon[185516]: pgmap v4080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:27 smithi118 ceph-mon[182959]: pgmap v4080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:27 smithi192 ceph-mon[180220]: pgmap v4080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:02:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:02:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:02:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:29 smithi118 ceph-mon[185516]: pgmap v4081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:29 smithi118 ceph-mon[182959]: pgmap v4081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:29 smithi192 ceph-mon[180220]: pgmap v4081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:31 smithi118 ceph-mon[185516]: pgmap v4082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:31 smithi118 ceph-mon[182959]: pgmap v4082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:31 smithi192 ceph-mon[180220]: pgmap v4082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:34.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:33 smithi118 ceph-mon[185516]: pgmap v4083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:33 smithi118 ceph-mon[182959]: pgmap v4083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:33 smithi192 ceph-mon[180220]: pgmap v4083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:35 smithi118 ceph-mon[185516]: pgmap v4084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:35 smithi118 ceph-mon[182959]: pgmap v4084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:35 smithi192 ceph-mon[180220]: pgmap v4084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:38.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:37 smithi118 ceph-mon[185516]: pgmap v4085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:37 smithi118 ceph-mon[182959]: pgmap v4085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:37 smithi192 ceph-mon[180220]: pgmap v4085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:02:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:02:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:02:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:39 smithi118 ceph-mon[185516]: pgmap v4086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:39 smithi118 ceph-mon[182959]: pgmap v4086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:39 smithi192 ceph-mon[180220]: pgmap v4086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:41 smithi118 ceph-mon[185516]: pgmap v4087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:41 smithi118 ceph-mon[182959]: pgmap v4087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:41 smithi192 ceph-mon[180220]: pgmap v4087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:43 smithi118 ceph-mon[185516]: pgmap v4088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:43 smithi118 ceph-mon[182959]: pgmap v4088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:43 smithi192 ceph-mon[180220]: pgmap v4088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:45 smithi118 ceph-mon[185516]: pgmap v4089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:45 smithi118 ceph-mon[182959]: pgmap v4089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:45 smithi192 ceph-mon[180220]: pgmap v4089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:47 smithi118 ceph-mon[185516]: pgmap v4090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:47 smithi118 ceph-mon[182959]: pgmap v4090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:47 smithi192 ceph-mon[180220]: pgmap v4090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:02:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:02:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:02:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:49 smithi118 ceph-mon[185516]: pgmap v4091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:49 smithi118 ceph-mon[182959]: pgmap v4091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:49 smithi192 ceph-mon[180220]: pgmap v4091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:02:51.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:50 smithi192 ceph-mon[180220]: pgmap v4092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:50 smithi118 ceph-mon[185516]: pgmap v4092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:50 smithi118 ceph-mon[182959]: pgmap v4092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[185516]: pgmap v4093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[182959]: pgmap v4093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:02:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:02:54.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:02:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:53 smithi192 ceph-mon[180220]: pgmap v4093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:02:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:02:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:02:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:02:56.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:55 smithi118 ceph-mon[185516]: pgmap v4094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:56.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:55 smithi118 ceph-mon[182959]: pgmap v4094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:55 smithi192 ceph-mon[180220]: pgmap v4094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:57 smithi118 ceph-mon[185516]: pgmap v4095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:57 smithi118 ceph-mon[182959]: pgmap v4095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:02:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:57 smithi192 ceph-mon[180220]: pgmap v4095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:02:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:02:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:03:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:02:59 smithi118 ceph-mon[185516]: pgmap v4096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:02:59 smithi118 ceph-mon[182959]: pgmap v4096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:02:59 smithi192 ceph-mon[180220]: pgmap v4096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:01 smithi118 ceph-mon[185516]: pgmap v4097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:01 smithi118 ceph-mon[182959]: pgmap v4097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:02.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:01 smithi192 ceph-mon[180220]: pgmap v4097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:03 smithi118 ceph-mon[185516]: pgmap v4098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:03 smithi118 ceph-mon[182959]: pgmap v4098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:03 smithi192 ceph-mon[180220]: pgmap v4098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:05 smithi118 ceph-mon[185516]: pgmap v4099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:05 smithi118 ceph-mon[182959]: pgmap v4099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:05 smithi192 ceph-mon[180220]: pgmap v4099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:07 smithi118 ceph-mon[185516]: pgmap v4100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:07 smithi118 ceph-mon[182959]: pgmap v4100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:07 smithi192 ceph-mon[180220]: pgmap v4100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:03:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:03:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:03:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:09 smithi118 ceph-mon[185516]: pgmap v4101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:09 smithi118 ceph-mon[182959]: pgmap v4101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:09 smithi192 ceph-mon[180220]: pgmap v4101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:11 smithi118 ceph-mon[185516]: pgmap v4102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:11 smithi118 ceph-mon[182959]: pgmap v4102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:11 smithi192 ceph-mon[180220]: pgmap v4102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:13 smithi118 ceph-mon[185516]: pgmap v4103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:13 smithi118 ceph-mon[182959]: pgmap v4103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:13 smithi192 ceph-mon[180220]: pgmap v4103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:15 smithi118 ceph-mon[185516]: pgmap v4104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:15 smithi118 ceph-mon[182959]: pgmap v4104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:15 smithi192 ceph-mon[180220]: pgmap v4104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:17 smithi118 ceph-mon[185516]: pgmap v4105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:17 smithi118 ceph-mon[182959]: pgmap v4105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:17 smithi192 ceph-mon[180220]: pgmap v4105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:03:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:03:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:03:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:19 smithi118 ceph-mon[185516]: pgmap v4106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:19 smithi118 ceph-mon[182959]: pgmap v4106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:19 smithi192 ceph-mon[180220]: pgmap v4106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:22.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:21 smithi118 ceph-mon[182959]: pgmap v4107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:21 smithi118 ceph-mon[185516]: pgmap v4107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:21 smithi192 ceph-mon[180220]: pgmap v4107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:23 smithi118 ceph-mon[185516]: pgmap v4108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:23 smithi118 ceph-mon[182959]: pgmap v4108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:23 smithi192 ceph-mon[180220]: pgmap v4108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:26.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:25 smithi118 ceph-mon[182959]: pgmap v4109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:25 smithi118 ceph-mon[185516]: pgmap v4109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:25 smithi192 ceph-mon[180220]: pgmap v4109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:27 smithi118 ceph-mon[185516]: pgmap v4110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:27 smithi118 ceph-mon[182959]: pgmap v4110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:27 smithi192 ceph-mon[180220]: pgmap v4110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:30.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:03:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:03:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:03:30.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:29 smithi118 ceph-mon[185516]: pgmap v4111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:30.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:29 smithi118 ceph-mon[182959]: pgmap v4111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:29 smithi192 ceph-mon[180220]: pgmap v4111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:31 smithi118 ceph-mon[185516]: pgmap v4112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:31 smithi118 ceph-mon[182959]: pgmap v4112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:31 smithi192 ceph-mon[180220]: pgmap v4112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:33 smithi118 ceph-mon[185516]: pgmap v4113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:33 smithi118 ceph-mon[182959]: pgmap v4113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:33 smithi192 ceph-mon[180220]: pgmap v4113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:35.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:35.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:35 smithi118 ceph-mon[185516]: pgmap v4114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:35 smithi118 ceph-mon[182959]: pgmap v4114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:35 smithi192 ceph-mon[180220]: pgmap v4114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:37 smithi118 ceph-mon[185516]: pgmap v4115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:37 smithi118 ceph-mon[182959]: pgmap v4115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:37 smithi192 ceph-mon[180220]: pgmap v4115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:03:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:03:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:03:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:39 smithi118 ceph-mon[185516]: pgmap v4116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:39 smithi118 ceph-mon[182959]: pgmap v4116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:39 smithi192 ceph-mon[180220]: pgmap v4116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:41 smithi118 ceph-mon[185516]: pgmap v4117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:41 smithi118 ceph-mon[182959]: pgmap v4117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:41 smithi192 ceph-mon[180220]: pgmap v4117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:44.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:43 smithi118 ceph-mon[185516]: pgmap v4118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:43 smithi118 ceph-mon[182959]: pgmap v4118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:43 smithi192 ceph-mon[180220]: pgmap v4118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:45 smithi118 ceph-mon[185516]: pgmap v4119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:45 smithi118 ceph-mon[182959]: pgmap v4119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:45 smithi192 ceph-mon[180220]: pgmap v4119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:47 smithi118 ceph-mon[185516]: pgmap v4120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:47 smithi118 ceph-mon[182959]: pgmap v4120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:47 smithi192 ceph-mon[180220]: pgmap v4120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:03:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:03:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:03:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:49 smithi118 ceph-mon[185516]: pgmap v4121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:49 smithi118 ceph-mon[182959]: pgmap v4121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:49 smithi192 ceph-mon[180220]: pgmap v4121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:03:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:51 smithi118 ceph-mon[185516]: pgmap v4122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:51 smithi118 ceph-mon[182959]: pgmap v4122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:52.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:51 smithi192 ceph-mon[180220]: pgmap v4122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:53 smithi118 ceph-mon[185516]: pgmap v4123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:53 smithi118 ceph-mon[182959]: pgmap v4123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:53 smithi192 ceph-mon[180220]: pgmap v4123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:55.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:03:55.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:03:55.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:03:55.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:03:55.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:03:55.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:03:55.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:03:55.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:03:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:03:55.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:03:55.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:03:55.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:03:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:55 smithi118 ceph-mon[185516]: pgmap v4124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:55 smithi118 ceph-mon[182959]: pgmap v4124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:55 smithi192 ceph-mon[180220]: pgmap v4124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:57 smithi118 ceph-mon[185516]: pgmap v4125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:57 smithi118 ceph-mon[182959]: pgmap v4125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:03:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:57 smithi192 ceph-mon[180220]: pgmap v4125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:03:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:03:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:04:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:03:59 smithi118 ceph-mon[185516]: pgmap v4126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:03:59 smithi118 ceph-mon[182959]: pgmap v4126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:03:59 smithi192 ceph-mon[180220]: pgmap v4126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:01 smithi118 ceph-mon[185516]: pgmap v4127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:01 smithi118 ceph-mon[182959]: pgmap v4127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:01 smithi192 ceph-mon[180220]: pgmap v4127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:03 smithi118 ceph-mon[185516]: pgmap v4128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:03 smithi118 ceph-mon[182959]: pgmap v4128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:03 smithi192 ceph-mon[180220]: pgmap v4128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:05 smithi118 ceph-mon[185516]: pgmap v4129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:05 smithi118 ceph-mon[182959]: pgmap v4129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:05 smithi192 ceph-mon[180220]: pgmap v4129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:07 smithi118 ceph-mon[185516]: pgmap v4130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:07 smithi118 ceph-mon[182959]: pgmap v4130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:07 smithi192 ceph-mon[180220]: pgmap v4130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:04:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:04:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:04:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:09 smithi118 ceph-mon[185516]: pgmap v4131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:09 smithi118 ceph-mon[182959]: pgmap v4131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:09 smithi192 ceph-mon[180220]: pgmap v4131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:11 smithi118 ceph-mon[185516]: pgmap v4132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:11 smithi118 ceph-mon[182959]: pgmap v4132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:11 smithi192 ceph-mon[180220]: pgmap v4132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:13 smithi118 ceph-mon[185516]: pgmap v4133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:13 smithi118 ceph-mon[182959]: pgmap v4133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:13 smithi192 ceph-mon[180220]: pgmap v4133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:16.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:15 smithi118 ceph-mon[185516]: pgmap v4134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:16.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:15 smithi118 ceph-mon[182959]: pgmap v4134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:15 smithi192 ceph-mon[180220]: pgmap v4134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:17 smithi118 ceph-mon[185516]: pgmap v4135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:17 smithi118 ceph-mon[182959]: pgmap v4135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:17 smithi192 ceph-mon[180220]: pgmap v4135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:04:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:04:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:04:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:19 smithi118 ceph-mon[185516]: pgmap v4136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:19 smithi118 ceph-mon[182959]: pgmap v4136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:19 smithi192 ceph-mon[180220]: pgmap v4136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:21 smithi118 ceph-mon[185516]: pgmap v4137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:21 smithi118 ceph-mon[182959]: pgmap v4137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:21 smithi192 ceph-mon[180220]: pgmap v4137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:23 smithi118 ceph-mon[185516]: pgmap v4138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:23 smithi118 ceph-mon[182959]: pgmap v4138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:23 smithi192 ceph-mon[180220]: pgmap v4138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:25 smithi118 ceph-mon[185516]: pgmap v4139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:25 smithi118 ceph-mon[182959]: pgmap v4139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:25 smithi192 ceph-mon[180220]: pgmap v4139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:27 smithi118 ceph-mon[185516]: pgmap v4140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:27 smithi118 ceph-mon[182959]: pgmap v4140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:27 smithi192 ceph-mon[180220]: pgmap v4140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:04:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:04:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:04:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:29 smithi118 ceph-mon[185516]: pgmap v4141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:29 smithi118 ceph-mon[182959]: pgmap v4141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:29 smithi192 ceph-mon[180220]: pgmap v4141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:31 smithi118 ceph-mon[185516]: pgmap v4142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:31 smithi118 ceph-mon[182959]: pgmap v4142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:31 smithi192 ceph-mon[180220]: pgmap v4142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:33 smithi118 ceph-mon[185516]: pgmap v4143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:33 smithi118 ceph-mon[182959]: pgmap v4143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:33 smithi192 ceph-mon[180220]: pgmap v4143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:35 smithi118 ceph-mon[185516]: pgmap v4144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:35 smithi118 ceph-mon[182959]: pgmap v4144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:35 smithi192 ceph-mon[180220]: pgmap v4144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:37 smithi118 ceph-mon[185516]: pgmap v4145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:37 smithi118 ceph-mon[182959]: pgmap v4145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:37 smithi192 ceph-mon[180220]: pgmap v4145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:04:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:04:39] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:04:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:39 smithi118 ceph-mon[185516]: pgmap v4146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:39 smithi118 ceph-mon[182959]: pgmap v4146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:40.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:39 smithi192 ceph-mon[180220]: pgmap v4146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:41 smithi118 ceph-mon[185516]: pgmap v4147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:41 smithi118 ceph-mon[182959]: pgmap v4147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:42.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:41 smithi192 ceph-mon[180220]: pgmap v4147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:43 smithi118 ceph-mon[185516]: pgmap v4148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:43 smithi118 ceph-mon[182959]: pgmap v4148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:43 smithi192 ceph-mon[180220]: pgmap v4148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:45 smithi118 ceph-mon[185516]: pgmap v4149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:45 smithi118 ceph-mon[182959]: pgmap v4149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:45 smithi192 ceph-mon[180220]: pgmap v4149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:47 smithi118 ceph-mon[185516]: pgmap v4150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:47 smithi118 ceph-mon[182959]: pgmap v4150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:47 smithi192 ceph-mon[180220]: pgmap v4150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:04:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:04:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:04:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:49 smithi118 ceph-mon[185516]: pgmap v4151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:49 smithi118 ceph-mon[182959]: pgmap v4151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:49 smithi192 ceph-mon[180220]: pgmap v4151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:04:52.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:51 smithi118 ceph-mon[182959]: pgmap v4152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:52.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:51 smithi118 ceph-mon[185516]: pgmap v4152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:51 smithi192 ceph-mon[180220]: pgmap v4152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:54.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:53 smithi118 ceph-mon[182959]: pgmap v4153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:54.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:53 smithi118 ceph-mon[185516]: pgmap v4153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:53 smithi192 ceph-mon[180220]: pgmap v4153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:55.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:04:55.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:04:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:55.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[185516]: pgmap v4154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:04:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:04:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[182959]: pgmap v4154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:04:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:04:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:55 smithi192 ceph-mon[180220]: pgmap v4154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:04:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:04:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:04:58.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:57 smithi118 ceph-mon[185516]: pgmap v4155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:57 smithi118 ceph-mon[182959]: pgmap v4155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:57 smithi192 ceph-mon[180220]: pgmap v4155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:04:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 11:04:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T11:04:59.090627639Z level=info msg="Completed cleanup jobs" duration=12.628861ms 2023-09-30T11:05:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:04:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:04:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:05:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:04:59 smithi118 ceph-mon[185516]: pgmap v4156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:04:59 smithi118 ceph-mon[182959]: pgmap v4156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:04:59 smithi192 ceph-mon[180220]: pgmap v4156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:01 smithi192 ceph-mon[180220]: pgmap v4157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:01 smithi118 ceph-mon[185516]: pgmap v4157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:01 smithi118 ceph-mon[182959]: pgmap v4157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:03 smithi192 ceph-mon[180220]: pgmap v4158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:03 smithi118 ceph-mon[185516]: pgmap v4158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:03 smithi118 ceph-mon[182959]: pgmap v4158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:05 smithi192 ceph-mon[180220]: pgmap v4159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:05 smithi118 ceph-mon[185516]: pgmap v4159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:06.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:05 smithi118 ceph-mon[182959]: pgmap v4159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:07 smithi192 ceph-mon[180220]: pgmap v4160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:07 smithi118 ceph-mon[185516]: pgmap v4160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:08.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:07 smithi118 ceph-mon[182959]: pgmap v4160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:08 smithi192 ceph-mon[180220]: pgmap v4161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:08 smithi118 ceph-mon[185516]: pgmap v4161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:08 smithi118 ceph-mon[182959]: pgmap v4161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:05:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:05:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:05:11.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:11 smithi192 ceph-mon[180220]: pgmap v4162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:12.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:11 smithi118 ceph-mon[182959]: pgmap v4162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:11 smithi118 ceph-mon[185516]: pgmap v4162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:14.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:13 smithi118 ceph-mon[182959]: pgmap v4163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:13 smithi118 ceph-mon[185516]: pgmap v4163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:13 smithi192 ceph-mon[180220]: pgmap v4163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:15 smithi118 ceph-mon[185516]: pgmap v4164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:15 smithi118 ceph-mon[182959]: pgmap v4164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:15 smithi192 ceph-mon[180220]: pgmap v4164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:18.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:17 smithi118 ceph-mon[182959]: pgmap v4165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:17 smithi118 ceph-mon[185516]: pgmap v4165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:17 smithi192 ceph-mon[180220]: pgmap v4165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:05:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:05:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:05:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:19 smithi118 ceph-mon[185516]: pgmap v4166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:19 smithi118 ceph-mon[182959]: pgmap v4166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:19 smithi192 ceph-mon[180220]: pgmap v4166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:21 smithi118 ceph-mon[185516]: pgmap v4167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:21 smithi118 ceph-mon[182959]: pgmap v4167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:21 smithi192 ceph-mon[180220]: pgmap v4167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:23 smithi118 ceph-mon[185516]: pgmap v4168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:23 smithi118 ceph-mon[182959]: pgmap v4168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:23 smithi192 ceph-mon[180220]: pgmap v4168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:25 smithi118 ceph-mon[185516]: pgmap v4169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:25 smithi118 ceph-mon[182959]: pgmap v4169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:25 smithi192 ceph-mon[180220]: pgmap v4169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:27 smithi118 ceph-mon[185516]: pgmap v4170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:27 smithi118 ceph-mon[182959]: pgmap v4170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:27 smithi192 ceph-mon[180220]: pgmap v4170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:05:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:05:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:05:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:29 smithi118 ceph-mon[185516]: pgmap v4171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:29 smithi118 ceph-mon[182959]: pgmap v4171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:29 smithi192 ceph-mon[180220]: pgmap v4171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:31 smithi118 ceph-mon[185516]: pgmap v4172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:31 smithi118 ceph-mon[182959]: pgmap v4172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:31 smithi192 ceph-mon[180220]: pgmap v4172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:33 smithi118 ceph-mon[185516]: pgmap v4173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:33 smithi118 ceph-mon[182959]: pgmap v4173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:33 smithi192 ceph-mon[180220]: pgmap v4173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:35 smithi118 ceph-mon[185516]: pgmap v4174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:35 smithi118 ceph-mon[182959]: pgmap v4174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:35 smithi192 ceph-mon[180220]: pgmap v4174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:37 smithi118 ceph-mon[185516]: pgmap v4175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:37 smithi118 ceph-mon[182959]: pgmap v4175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:37 smithi192 ceph-mon[180220]: pgmap v4175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:05:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:05:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:05:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:39 smithi118 ceph-mon[185516]: pgmap v4176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:39 smithi118 ceph-mon[182959]: pgmap v4176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:39 smithi192 ceph-mon[180220]: pgmap v4176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:41 smithi118 ceph-mon[185516]: pgmap v4177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:41 smithi118 ceph-mon[182959]: pgmap v4177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:41 smithi192 ceph-mon[180220]: pgmap v4177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:43 smithi118 ceph-mon[185516]: pgmap v4178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:43 smithi118 ceph-mon[182959]: pgmap v4178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:43 smithi192 ceph-mon[180220]: pgmap v4178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:45 smithi118 ceph-mon[185516]: pgmap v4179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:45 smithi118 ceph-mon[182959]: pgmap v4179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:45 smithi192 ceph-mon[180220]: pgmap v4179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:47 smithi118 ceph-mon[185516]: pgmap v4180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:47 smithi118 ceph-mon[182959]: pgmap v4180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:47 smithi192 ceph-mon[180220]: pgmap v4180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:05:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:05:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:05:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:49 smithi118 ceph-mon[185516]: pgmap v4181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:49 smithi118 ceph-mon[182959]: pgmap v4181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:49 smithi192 ceph-mon[180220]: pgmap v4181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:05:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:51 smithi118 ceph-mon[185516]: pgmap v4182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:51 smithi118 ceph-mon[182959]: pgmap v4182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:51 smithi192 ceph-mon[180220]: pgmap v4182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:53 smithi118 ceph-mon[185516]: pgmap v4183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:53 smithi118 ceph-mon[182959]: pgmap v4183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:53 smithi192 ceph-mon[180220]: pgmap v4183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:56.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:55 smithi118 ceph-mon[185516]: pgmap v4184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:56.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:05:56.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:55 smithi118 ceph-mon[182959]: pgmap v4184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:56.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:05:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:55 smithi192 ceph-mon[180220]: pgmap v4184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:05:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:05:57.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:05:57.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:05:57.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:05:57.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:05:57.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:05:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:05:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:05:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:05:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:57 smithi118 ceph-mon[185516]: pgmap v4185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:57 smithi118 ceph-mon[182959]: pgmap v4185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:05:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:57 smithi192 ceph-mon[180220]: pgmap v4185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:05:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:06:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:05:59 smithi118 ceph-mon[185516]: pgmap v4186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:05:59 smithi118 ceph-mon[182959]: pgmap v4186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:05:59 smithi192 ceph-mon[180220]: pgmap v4186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:01 smithi118 ceph-mon[185516]: pgmap v4187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:01 smithi118 ceph-mon[182959]: pgmap v4187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:01 smithi192 ceph-mon[180220]: pgmap v4187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:03 smithi118 ceph-mon[185516]: pgmap v4188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:03 smithi118 ceph-mon[182959]: pgmap v4188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:03 smithi192 ceph-mon[180220]: pgmap v4188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:06.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:05 smithi118 ceph-mon[185516]: pgmap v4189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:05 smithi118 ceph-mon[182959]: pgmap v4189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:05 smithi192 ceph-mon[180220]: pgmap v4189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:07 smithi118 ceph-mon[185516]: pgmap v4190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:07 smithi118 ceph-mon[182959]: pgmap v4190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:07 smithi192 ceph-mon[180220]: pgmap v4190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:06:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:06:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:06:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:09 smithi118 ceph-mon[185516]: pgmap v4191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:09 smithi118 ceph-mon[182959]: pgmap v4191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:09 smithi192 ceph-mon[180220]: pgmap v4191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:11 smithi118 ceph-mon[185516]: pgmap v4192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:11 smithi118 ceph-mon[182959]: pgmap v4192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:11 smithi192 ceph-mon[180220]: pgmap v4192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:13 smithi118 ceph-mon[185516]: pgmap v4193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:13 smithi118 ceph-mon[182959]: pgmap v4193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:13 smithi192 ceph-mon[180220]: pgmap v4193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:15 smithi118 ceph-mon[185516]: pgmap v4194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:15 smithi118 ceph-mon[182959]: pgmap v4194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:15 smithi192 ceph-mon[180220]: pgmap v4194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:17 smithi118 ceph-mon[185516]: pgmap v4195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:17 smithi118 ceph-mon[182959]: pgmap v4195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:17 smithi192 ceph-mon[180220]: pgmap v4195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:06:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:06:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:06:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:19 smithi118 ceph-mon[185516]: pgmap v4196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:19 smithi118 ceph-mon[182959]: pgmap v4196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:19 smithi192 ceph-mon[180220]: pgmap v4196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:22.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:21 smithi118 ceph-mon[185516]: pgmap v4197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:21 smithi118 ceph-mon[182959]: pgmap v4197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:21 smithi192 ceph-mon[180220]: pgmap v4197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:23 smithi118 ceph-mon[185516]: pgmap v4198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:23 smithi118 ceph-mon[182959]: pgmap v4198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:23 smithi192 ceph-mon[180220]: pgmap v4198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:25 smithi118 ceph-mon[185516]: pgmap v4199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:25 smithi118 ceph-mon[182959]: pgmap v4199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:25 smithi192 ceph-mon[180220]: pgmap v4199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:27 smithi118 ceph-mon[185516]: pgmap v4200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:27 smithi118 ceph-mon[182959]: pgmap v4200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:27 smithi192 ceph-mon[180220]: pgmap v4200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:06:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:06:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:06:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:29 smithi118 ceph-mon[185516]: pgmap v4201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:29 smithi118 ceph-mon[182959]: pgmap v4201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:29 smithi192 ceph-mon[180220]: pgmap v4201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:31 smithi118 ceph-mon[185516]: pgmap v4202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:31 smithi118 ceph-mon[182959]: pgmap v4202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:31 smithi192 ceph-mon[180220]: pgmap v4202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:33 smithi118 ceph-mon[185516]: pgmap v4203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:34.198 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:33 smithi118 ceph-mon[182959]: pgmap v4203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:33 smithi192 ceph-mon[180220]: pgmap v4203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:35 smithi118 ceph-mon[185516]: pgmap v4204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:35 smithi118 ceph-mon[182959]: pgmap v4204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:35 smithi192 ceph-mon[180220]: pgmap v4204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:37 smithi118 ceph-mon[185516]: pgmap v4205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:37 smithi118 ceph-mon[182959]: pgmap v4205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:37 smithi192 ceph-mon[180220]: pgmap v4205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:06:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:06:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:06:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:39 smithi118 ceph-mon[185516]: pgmap v4206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:39 smithi118 ceph-mon[182959]: pgmap v4206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:39 smithi192 ceph-mon[180220]: pgmap v4206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:41 smithi118 ceph-mon[185516]: pgmap v4207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:41 smithi118 ceph-mon[182959]: pgmap v4207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:41 smithi192 ceph-mon[180220]: pgmap v4207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:43 smithi118 ceph-mon[185516]: pgmap v4208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:44.164 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:43 smithi118 ceph-mon[182959]: pgmap v4208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:43 smithi192 ceph-mon[180220]: pgmap v4208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:45 smithi118 ceph-mon[185516]: pgmap v4209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:46.322 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:45 smithi118 ceph-mon[182959]: pgmap v4209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:46.322 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:45 smithi192 ceph-mon[180220]: pgmap v4209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:47 smithi118 ceph-mon[185516]: pgmap v4210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:47 smithi118 ceph-mon[182959]: pgmap v4210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:47 smithi192 ceph-mon[180220]: pgmap v4210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:06:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:06:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:06:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:49 smithi118 ceph-mon[185516]: pgmap v4211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:49 smithi118 ceph-mon[182959]: pgmap v4211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:49 smithi192 ceph-mon[180220]: pgmap v4211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:06:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:51 smithi118 ceph-mon[185516]: pgmap v4212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:51 smithi118 ceph-mon[182959]: pgmap v4212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:51 smithi192 ceph-mon[180220]: pgmap v4212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:53 smithi118 ceph-mon[185516]: pgmap v4213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:54.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:53 smithi118 ceph-mon[182959]: pgmap v4213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:53 smithi192 ceph-mon[180220]: pgmap v4213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:55 smithi118 ceph-mon[185516]: pgmap v4214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:55 smithi118 ceph-mon[182959]: pgmap v4214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:55 smithi192 ceph-mon[180220]: pgmap v4214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:57.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:06:57.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:06:57.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:06:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:57 smithi192 ceph-mon[180220]: pgmap v4215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:58.225 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:57 smithi118 ceph-mon[182959]: pgmap v4215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:58.227 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:57 smithi118 ceph-mon[185516]: pgmap v4215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: pgmap v4216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:06:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:06:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:06:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:06:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:06:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:06:59.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:06:59.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:06:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:06:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: pgmap v4216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:07:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: pgmap v4216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:07:00.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:06:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:07:01.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:01 smithi192 ceph-mon[180220]: pgmap v4217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:01 smithi118 ceph-mon[185516]: pgmap v4217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:01 smithi118 ceph-mon[182959]: pgmap v4217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:03 smithi118 ceph-mon[185516]: pgmap v4218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:03 smithi118 ceph-mon[182959]: pgmap v4218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:03 smithi192 ceph-mon[180220]: pgmap v4218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:05 smithi118 ceph-mon[185516]: pgmap v4219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:05 smithi118 ceph-mon[182959]: pgmap v4219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:05 smithi192 ceph-mon[180220]: pgmap v4219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:07 smithi118 ceph-mon[185516]: pgmap v4220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:07 smithi118 ceph-mon[182959]: pgmap v4220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:07 smithi192 ceph-mon[180220]: pgmap v4220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:07:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:07:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:07:10.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:09 smithi118 ceph-mon[185516]: pgmap v4221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:10.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:09 smithi118 ceph-mon[182959]: pgmap v4221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:09 smithi192 ceph-mon[180220]: pgmap v4221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:12.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:11 smithi118 ceph-mon[185516]: pgmap v4222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:11 smithi118 ceph-mon[182959]: pgmap v4222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:11 smithi192 ceph-mon[180220]: pgmap v4222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:13 smithi118 ceph-mon[185516]: pgmap v4223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:13 smithi118 ceph-mon[182959]: pgmap v4223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:13 smithi192 ceph-mon[180220]: pgmap v4223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:15 smithi118 ceph-mon[185516]: pgmap v4224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:15 smithi118 ceph-mon[182959]: pgmap v4224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:15 smithi192 ceph-mon[180220]: pgmap v4224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:18.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:17 smithi118 ceph-mon[182959]: pgmap v4225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:17 smithi118 ceph-mon[185516]: pgmap v4225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:17 smithi192 ceph-mon[180220]: pgmap v4225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:07:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:07:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:07:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:19 smithi118 ceph-mon[185516]: pgmap v4226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:19 smithi118 ceph-mon[182959]: pgmap v4226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:19 smithi192 ceph-mon[180220]: pgmap v4226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:21 smithi118 ceph-mon[185516]: pgmap v4227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:21 smithi118 ceph-mon[182959]: pgmap v4227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:21 smithi192 ceph-mon[180220]: pgmap v4227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:23 smithi118 ceph-mon[185516]: pgmap v4228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:23 smithi118 ceph-mon[182959]: pgmap v4228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:23 smithi192 ceph-mon[180220]: pgmap v4228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:25 smithi118 ceph-mon[185516]: pgmap v4229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:25 smithi118 ceph-mon[182959]: pgmap v4229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:25 smithi192 ceph-mon[180220]: pgmap v4229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:27 smithi118 ceph-mon[185516]: pgmap v4230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:27 smithi118 ceph-mon[182959]: pgmap v4230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:27 smithi192 ceph-mon[180220]: pgmap v4230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:07:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:07:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:29 smithi118 ceph-mon[182959]: pgmap v4231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:29 smithi118 ceph-mon[185516]: pgmap v4231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:29 smithi192 ceph-mon[180220]: pgmap v4231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:31 smithi118 ceph-mon[185516]: pgmap v4232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:31 smithi118 ceph-mon[182959]: pgmap v4232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:31 smithi192 ceph-mon[180220]: pgmap v4232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:33 smithi118 ceph-mon[185516]: pgmap v4233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:33 smithi118 ceph-mon[182959]: pgmap v4233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:33 smithi192 ceph-mon[180220]: pgmap v4233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:35.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:35 smithi118 ceph-mon[185516]: pgmap v4234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:35 smithi118 ceph-mon[182959]: pgmap v4234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:35 smithi192 ceph-mon[180220]: pgmap v4234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:38.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:37 smithi118 ceph-mon[185516]: pgmap v4235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:38.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:37 smithi118 ceph-mon[182959]: pgmap v4235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:37 smithi192 ceph-mon[180220]: pgmap v4235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:07:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:07:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:07:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:39 smithi118 ceph-mon[185516]: pgmap v4236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:39 smithi118 ceph-mon[182959]: pgmap v4236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:39 smithi192 ceph-mon[180220]: pgmap v4236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:41 smithi118 ceph-mon[185516]: pgmap v4237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:41 smithi118 ceph-mon[182959]: pgmap v4237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:41 smithi192 ceph-mon[180220]: pgmap v4237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:43 smithi118 ceph-mon[185516]: pgmap v4238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:43 smithi118 ceph-mon[182959]: pgmap v4238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:43 smithi192 ceph-mon[180220]: pgmap v4238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:45 smithi118 ceph-mon[185516]: pgmap v4239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:45 smithi118 ceph-mon[182959]: pgmap v4239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:45 smithi192 ceph-mon[180220]: pgmap v4239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:48.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:47 smithi118 ceph-mon[182959]: pgmap v4240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:48.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:47 smithi118 ceph-mon[185516]: pgmap v4240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:47 smithi192 ceph-mon[180220]: pgmap v4240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:07:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:07:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:07:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:49 smithi118 ceph-mon[185516]: pgmap v4241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:49 smithi118 ceph-mon[182959]: pgmap v4241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:49 smithi192 ceph-mon[180220]: pgmap v4241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:07:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:51 smithi118 ceph-mon[185516]: pgmap v4242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:51 smithi118 ceph-mon[182959]: pgmap v4242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:51 smithi192 ceph-mon[180220]: pgmap v4242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:53 smithi118 ceph-mon[185516]: pgmap v4243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:53 smithi118 ceph-mon[182959]: pgmap v4243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:53 smithi192 ceph-mon[180220]: pgmap v4243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:56.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:55 smithi118 ceph-mon[185516]: pgmap v4244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:55 smithi118 ceph-mon[182959]: pgmap v4244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:55 smithi192 ceph-mon[180220]: pgmap v4244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:57 smithi118 ceph-mon[185516]: pgmap v4245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:57 smithi118 ceph-mon[182959]: pgmap v4245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:07:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:57 smithi192 ceph-mon[180220]: pgmap v4245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:07:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:07:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:08:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:59 smithi118 ceph-mon[185516]: pgmap v4246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:07:59 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:08:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:59 smithi118 ceph-mon[182959]: pgmap v4246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:07:59 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:08:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:59 smithi192 ceph-mon[180220]: pgmap v4246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:07:59 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:08:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:08:01.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:08:01.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:08:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:08:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:08:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:08:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:08:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:08:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:08:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:01 smithi118 ceph-mon[185516]: pgmap v4247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:01 smithi118 ceph-mon[182959]: pgmap v4247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:01 smithi192 ceph-mon[180220]: pgmap v4247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:03 smithi118 ceph-mon[185516]: pgmap v4248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:03 smithi118 ceph-mon[182959]: pgmap v4248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:03 smithi192 ceph-mon[180220]: pgmap v4248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:05 smithi118 ceph-mon[185516]: pgmap v4249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:05 smithi118 ceph-mon[182959]: pgmap v4249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:05 smithi192 ceph-mon[180220]: pgmap v4249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:07 smithi118 ceph-mon[185516]: pgmap v4250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:07 smithi118 ceph-mon[182959]: pgmap v4250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:07 smithi192 ceph-mon[180220]: pgmap v4250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:08:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:08:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:08:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:09 smithi118 ceph-mon[185516]: pgmap v4251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:09 smithi118 ceph-mon[182959]: pgmap v4251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:09 smithi192 ceph-mon[180220]: pgmap v4251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:11 smithi118 ceph-mon[185516]: pgmap v4252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:11 smithi118 ceph-mon[182959]: pgmap v4252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:11 smithi192 ceph-mon[180220]: pgmap v4252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:13 smithi118 ceph-mon[185516]: pgmap v4253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:13 smithi118 ceph-mon[182959]: pgmap v4253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:13 smithi192 ceph-mon[180220]: pgmap v4253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:15 smithi118 ceph-mon[185516]: pgmap v4254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:15 smithi118 ceph-mon[182959]: pgmap v4254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:15 smithi192 ceph-mon[180220]: pgmap v4254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:17 smithi118 ceph-mon[185516]: pgmap v4255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:17 smithi118 ceph-mon[182959]: pgmap v4255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:17 smithi192 ceph-mon[180220]: pgmap v4255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:08:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:08:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:08:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:19 smithi118 ceph-mon[185516]: pgmap v4256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:19 smithi118 ceph-mon[182959]: pgmap v4256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:19 smithi192 ceph-mon[180220]: pgmap v4256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:21 smithi118 ceph-mon[185516]: pgmap v4257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:21 smithi118 ceph-mon[182959]: pgmap v4257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:21 smithi192 ceph-mon[180220]: pgmap v4257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:24.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:23 smithi118 ceph-mon[182959]: pgmap v4258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:24.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:23 smithi118 ceph-mon[185516]: pgmap v4258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:23 smithi192 ceph-mon[180220]: pgmap v4258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:25 smithi118 ceph-mon[182959]: pgmap v4259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:26.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:25 smithi118 ceph-mon[185516]: pgmap v4259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:25 smithi192 ceph-mon[180220]: pgmap v4259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:27 smithi118 ceph-mon[185516]: pgmap v4260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:27 smithi118 ceph-mon[182959]: pgmap v4260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:27 smithi192 ceph-mon[180220]: pgmap v4260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:08:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:08:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:08:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:29 smithi118 ceph-mon[185516]: pgmap v4261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:29 smithi118 ceph-mon[182959]: pgmap v4261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:29 smithi192 ceph-mon[180220]: pgmap v4261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:32.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:31 smithi192 ceph-mon[180220]: pgmap v4262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:31 smithi118 ceph-mon[185516]: pgmap v4262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:31 smithi118 ceph-mon[182959]: pgmap v4262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:33 smithi192 ceph-mon[180220]: pgmap v4263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:33 smithi118 ceph-mon[185516]: pgmap v4263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:33 smithi118 ceph-mon[182959]: pgmap v4263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:35 smithi192 ceph-mon[180220]: pgmap v4264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:35 smithi118 ceph-mon[185516]: pgmap v4264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:35 smithi118 ceph-mon[182959]: pgmap v4264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:37 smithi192 ceph-mon[180220]: pgmap v4265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:37 smithi118 ceph-mon[185516]: pgmap v4265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:38.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:37 smithi118 ceph-mon[182959]: pgmap v4265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:08:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:08:39] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T11:08:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:39 smithi118 ceph-mon[185516]: pgmap v4266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:39 smithi118 ceph-mon[182959]: pgmap v4266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:39 smithi192 ceph-mon[180220]: pgmap v4266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:41 smithi192 ceph-mon[180220]: pgmap v4267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:41 smithi118 ceph-mon[185516]: pgmap v4267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:41 smithi118 ceph-mon[182959]: pgmap v4267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:43 smithi192 ceph-mon[180220]: pgmap v4268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:44.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:43 smithi118 ceph-mon[182959]: pgmap v4268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:44.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:43 smithi118 ceph-mon[185516]: pgmap v4268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:45 smithi192 ceph-mon[180220]: pgmap v4269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:45 smithi118 ceph-mon[185516]: pgmap v4269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:45 smithi118 ceph-mon[182959]: pgmap v4269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:47 smithi192 ceph-mon[180220]: pgmap v4270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:47 smithi118 ceph-mon[182959]: pgmap v4270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:47 smithi118 ceph-mon[185516]: pgmap v4270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:08:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:08:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:08:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:49 smithi118 ceph-mon[185516]: pgmap v4271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:49 smithi118 ceph-mon[182959]: pgmap v4271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:49 smithi192 ceph-mon[180220]: pgmap v4271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:50.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:08:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:51 smithi192 ceph-mon[180220]: pgmap v4272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:51 smithi118 ceph-mon[185516]: pgmap v4272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:51 smithi118 ceph-mon[182959]: pgmap v4272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:53 smithi192 ceph-mon[180220]: pgmap v4273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:53 smithi118 ceph-mon[182959]: pgmap v4273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:54.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:53 smithi118 ceph-mon[185516]: pgmap v4273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:55 smithi192 ceph-mon[180220]: pgmap v4274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:55 smithi118 ceph-mon[182959]: pgmap v4274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:56.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:55 smithi118 ceph-mon[185516]: pgmap v4274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:57 smithi192 ceph-mon[180220]: pgmap v4275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:57 smithi118 ceph-mon[182959]: pgmap v4275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:08:58.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:57 smithi118 ceph-mon[185516]: pgmap v4275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:08:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:08:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:09:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:08:59 smithi118 ceph-mon[185516]: pgmap v4276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:08:59 smithi118 ceph-mon[182959]: pgmap v4276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:08:59 smithi192 ceph-mon[180220]: pgmap v4276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:09:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:09:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:09:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:09:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:09:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:09:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:09:01.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:09:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:09:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:09:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:09:01.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:09:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:01 smithi192 ceph-mon[180220]: pgmap v4277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:01 smithi118 ceph-mon[182959]: pgmap v4277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:01 smithi118 ceph-mon[185516]: pgmap v4277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:03 smithi118 ceph-mon[185516]: pgmap v4278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:03 smithi118 ceph-mon[182959]: pgmap v4278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:03 smithi192 ceph-mon[180220]: pgmap v4278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:05 smithi118 ceph-mon[185516]: pgmap v4279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:05 smithi118 ceph-mon[182959]: pgmap v4279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:05 smithi192 ceph-mon[180220]: pgmap v4279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:07 smithi118 ceph-mon[185516]: pgmap v4280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:07 smithi118 ceph-mon[182959]: pgmap v4280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:07 smithi192 ceph-mon[180220]: pgmap v4280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:09:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:09:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:09:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:09 smithi118 ceph-mon[185516]: pgmap v4281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:09 smithi118 ceph-mon[182959]: pgmap v4281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:09 smithi192 ceph-mon[180220]: pgmap v4281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:11 smithi118 ceph-mon[185516]: pgmap v4282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:11 smithi118 ceph-mon[182959]: pgmap v4282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:11 smithi192 ceph-mon[180220]: pgmap v4282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:14.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:13 smithi118 ceph-mon[185516]: pgmap v4283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:13 smithi118 ceph-mon[182959]: pgmap v4283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:13 smithi192 ceph-mon[180220]: pgmap v4283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:16.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:15 smithi118 ceph-mon[182959]: pgmap v4284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:16.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:15 smithi118 ceph-mon[185516]: pgmap v4284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:15 smithi192 ceph-mon[180220]: pgmap v4284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:18.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:17 smithi118 ceph-mon[182959]: pgmap v4285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:18.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:17 smithi118 ceph-mon[185516]: pgmap v4285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:17 smithi192 ceph-mon[180220]: pgmap v4285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:09:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:09:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:09:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:19 smithi118 ceph-mon[185516]: pgmap v4286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:19 smithi118 ceph-mon[182959]: pgmap v4286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:19 smithi192 ceph-mon[180220]: pgmap v4286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:21 smithi118 ceph-mon[185516]: pgmap v4287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:21 smithi118 ceph-mon[182959]: pgmap v4287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:21 smithi192 ceph-mon[180220]: pgmap v4287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:23 smithi118 ceph-mon[185516]: pgmap v4288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:23 smithi118 ceph-mon[182959]: pgmap v4288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:23 smithi192 ceph-mon[180220]: pgmap v4288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:25 smithi118 ceph-mon[185516]: pgmap v4289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:25 smithi118 ceph-mon[182959]: pgmap v4289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:25 smithi192 ceph-mon[180220]: pgmap v4289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:27 smithi118 ceph-mon[185516]: pgmap v4290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:28.107 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:27 smithi118 ceph-mon[182959]: pgmap v4290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:27 smithi192 ceph-mon[180220]: pgmap v4290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:09:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:09:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:09:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:29 smithi118 ceph-mon[185516]: pgmap v4291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:29 smithi118 ceph-mon[182959]: pgmap v4291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:29 smithi192 ceph-mon[180220]: pgmap v4291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:31 smithi118 ceph-mon[185516]: pgmap v4292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:31 smithi118 ceph-mon[182959]: pgmap v4292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:31 smithi192 ceph-mon[180220]: pgmap v4292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:33 smithi118 ceph-mon[185516]: pgmap v4293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:33 smithi118 ceph-mon[182959]: pgmap v4293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:33 smithi192 ceph-mon[180220]: pgmap v4293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:35.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:35 smithi118 ceph-mon[185516]: pgmap v4294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:35 smithi118 ceph-mon[182959]: pgmap v4294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:35 smithi192 ceph-mon[180220]: pgmap v4294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:37 smithi118 ceph-mon[185516]: pgmap v4295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:38.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:37 smithi118 ceph-mon[182959]: pgmap v4295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:37 smithi192 ceph-mon[180220]: pgmap v4295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:09:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:09:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:09:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:39 smithi118 ceph-mon[185516]: pgmap v4296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:39 smithi118 ceph-mon[182959]: pgmap v4296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:39 smithi192 ceph-mon[180220]: pgmap v4296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:41 smithi118 ceph-mon[185516]: pgmap v4297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:42.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:41 smithi118 ceph-mon[182959]: pgmap v4297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:41 smithi192 ceph-mon[180220]: pgmap v4297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:44.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:43 smithi118 ceph-mon[185516]: pgmap v4298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:44.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:43 smithi118 ceph-mon[182959]: pgmap v4298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:43 smithi192 ceph-mon[180220]: pgmap v4298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:45 smithi118 ceph-mon[185516]: pgmap v4299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:45 smithi118 ceph-mon[182959]: pgmap v4299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:45 smithi192 ceph-mon[180220]: pgmap v4299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:47 smithi118 ceph-mon[185516]: pgmap v4300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:48.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:47 smithi118 ceph-mon[182959]: pgmap v4300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:47 smithi192 ceph-mon[180220]: pgmap v4300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:09:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:09:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:49 smithi118 ceph-mon[185516]: pgmap v4301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:49 smithi118 ceph-mon[182959]: pgmap v4301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:49 smithi192 ceph-mon[180220]: pgmap v4301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:09:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:51 smithi118 ceph-mon[185516]: pgmap v4302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:52.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:51 smithi118 ceph-mon[182959]: pgmap v4302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:52.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:51 smithi192 ceph-mon[180220]: pgmap v4302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:53 smithi118 ceph-mon[185516]: pgmap v4303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:53 smithi118 ceph-mon[182959]: pgmap v4303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:53 smithi192 ceph-mon[180220]: pgmap v4303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:55 smithi118 ceph-mon[185516]: pgmap v4304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:55 smithi118 ceph-mon[182959]: pgmap v4304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:55 smithi192 ceph-mon[180220]: pgmap v4304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:57 smithi118 ceph-mon[185516]: pgmap v4305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:57 smithi118 ceph-mon[182959]: pgmap v4305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:09:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:57 smithi192 ceph-mon[180220]: pgmap v4305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:09:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:09:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:10:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:09:59 smithi118 ceph-mon[185516]: pgmap v4306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:09:59 smithi118 ceph-mon[182959]: pgmap v4306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:09:59 smithi192 ceph-mon[180220]: pgmap v4306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T11:10:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:10:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T11:10:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:10:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T11:10:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:10:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:01 smithi192 ceph-mon[180220]: pgmap v4307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:10:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:10:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:10:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[185516]: pgmap v4307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:10:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:10:02.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:10:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[182959]: pgmap v4307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:10:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:10:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:10:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:03 smithi192 ceph-mon[180220]: pgmap v4308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:03 smithi118 ceph-mon[185516]: pgmap v4308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:03 smithi118 ceph-mon[182959]: pgmap v4308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:05 smithi192 ceph-mon[180220]: pgmap v4309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:05 smithi118 ceph-mon[185516]: pgmap v4309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:06.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:05 smithi118 ceph-mon[182959]: pgmap v4309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:07 smithi192 ceph-mon[180220]: pgmap v4310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:08.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:07 smithi118 ceph-mon[185516]: pgmap v4310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:08.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:07 smithi118 ceph-mon[182959]: pgmap v4310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:10:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:10:09] "GET /metrics HTTP/1.1" 200 36323 "" "Prometheus/2.43.0" 2023-09-30T11:10:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:09 smithi118 ceph-mon[185516]: pgmap v4311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:09 smithi118 ceph-mon[182959]: pgmap v4311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:09 smithi192 ceph-mon[180220]: pgmap v4311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:11 smithi192 ceph-mon[180220]: pgmap v4312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:11 smithi118 ceph-mon[185516]: pgmap v4312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:12.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:11 smithi118 ceph-mon[182959]: pgmap v4312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:13 smithi192 ceph-mon[180220]: pgmap v4313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:13 smithi118 ceph-mon[185516]: pgmap v4313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:13 smithi118 ceph-mon[182959]: pgmap v4313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:15 smithi192 ceph-mon[180220]: pgmap v4314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:15 smithi118 ceph-mon[185516]: pgmap v4314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:15 smithi118 ceph-mon[182959]: pgmap v4314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:17 smithi192 ceph-mon[180220]: pgmap v4315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:17 smithi118 ceph-mon[185516]: pgmap v4315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:17 smithi118 ceph-mon[182959]: pgmap v4315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:10:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:10:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:10:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:19 smithi118 ceph-mon[182959]: pgmap v4316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:19 smithi118 ceph-mon[185516]: pgmap v4316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:19 smithi192 ceph-mon[180220]: pgmap v4316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:21 smithi192 ceph-mon[180220]: pgmap v4317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:21 smithi118 ceph-mon[182959]: pgmap v4317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:22.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:21 smithi118 ceph-mon[185516]: pgmap v4317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:23 smithi192 ceph-mon[180220]: pgmap v4318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:23 smithi118 ceph-mon[182959]: pgmap v4318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:23 smithi118 ceph-mon[185516]: pgmap v4318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:25 smithi192 ceph-mon[180220]: pgmap v4319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:25 smithi118 ceph-mon[185516]: pgmap v4319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:25 smithi118 ceph-mon[182959]: pgmap v4319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:27 smithi192 ceph-mon[180220]: pgmap v4320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:27 smithi118 ceph-mon[185516]: pgmap v4320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:27 smithi118 ceph-mon[182959]: pgmap v4320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:10:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:10:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:10:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:29 smithi118 ceph-mon[182959]: pgmap v4321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:29 smithi118 ceph-mon[185516]: pgmap v4321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:29 smithi192 ceph-mon[180220]: pgmap v4321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:31 smithi192 ceph-mon[180220]: pgmap v4322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:31 smithi118 ceph-mon[185516]: pgmap v4322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:31 smithi118 ceph-mon[182959]: pgmap v4322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:33 smithi192 ceph-mon[180220]: pgmap v4323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:33 smithi118 ceph-mon[185516]: pgmap v4323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:33 smithi118 ceph-mon[182959]: pgmap v4323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:35 smithi192 ceph-mon[180220]: pgmap v4324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:35 smithi118 ceph-mon[182959]: pgmap v4324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:36.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:35 smithi118 ceph-mon[185516]: pgmap v4324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:37 smithi192 ceph-mon[180220]: pgmap v4325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:37 smithi118 ceph-mon[182959]: pgmap v4325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:37 smithi118 ceph-mon[185516]: pgmap v4325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:40.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:39 smithi118 ceph-mon[182959]: pgmap v4326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:10:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:10:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:10:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:39 smithi118 ceph-mon[185516]: pgmap v4326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:39 smithi192 ceph-mon[180220]: pgmap v4326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:41 smithi192 ceph-mon[180220]: pgmap v4327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:42.410 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:41 smithi118 ceph-mon[185516]: pgmap v4327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:42.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:41 smithi118 ceph-mon[182959]: pgmap v4327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:44.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:43 smithi192 ceph-mon[180220]: pgmap v4328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:43 smithi118 ceph-mon[185516]: pgmap v4328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:43 smithi118 ceph-mon[182959]: pgmap v4328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:45 smithi192 ceph-mon[180220]: pgmap v4329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:45 smithi118 ceph-mon[185516]: pgmap v4329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:45 smithi118 ceph-mon[182959]: pgmap v4329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:47 smithi192 ceph-mon[180220]: pgmap v4330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:47 smithi118 ceph-mon[185516]: pgmap v4330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:48.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:47 smithi118 ceph-mon[182959]: pgmap v4330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:48 smithi192 ceph-mon[180220]: pgmap v4331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:48 smithi118 ceph-mon[185516]: pgmap v4331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:48 smithi118 ceph-mon[182959]: pgmap v4331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:10:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:10:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:10:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:10:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:50 smithi192 ceph-mon[180220]: pgmap v4332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:50 smithi118 ceph-mon[185516]: pgmap v4332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:51.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:50 smithi118 ceph-mon[182959]: pgmap v4332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:54.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:53 smithi118 ceph-mon[185516]: pgmap v4333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:54.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:53 smithi118 ceph-mon[182959]: pgmap v4333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:53 smithi192 ceph-mon[180220]: pgmap v4333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:56.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:55 smithi118 ceph-mon[185516]: pgmap v4334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:56.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:55 smithi118 ceph-mon[182959]: pgmap v4334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:55 smithi192 ceph-mon[180220]: pgmap v4334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:57 smithi118 ceph-mon[185516]: pgmap v4335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:58.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:57 smithi118 ceph-mon[182959]: pgmap v4335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:10:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:57 smithi192 ceph-mon[180220]: pgmap v4335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:10:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:10:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:11:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:10:59 smithi118 ceph-mon[185516]: pgmap v4336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:10:59 smithi118 ceph-mon[182959]: pgmap v4336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:10:59 smithi192 ceph-mon[180220]: pgmap v4336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[185516]: pgmap v4337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:11:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:11:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:11:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:11:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[182959]: pgmap v4337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:11:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:11:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:11:02.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:11:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:01 smithi192 ceph-mon[180220]: pgmap v4337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:11:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:11:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:11:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:11:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:03 smithi118 ceph-mon[185516]: pgmap v4338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:03 smithi118 ceph-mon[182959]: pgmap v4338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:03 smithi192 ceph-mon[180220]: pgmap v4338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:05 smithi118 ceph-mon[185516]: pgmap v4339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:05 smithi118 ceph-mon[182959]: pgmap v4339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:05 smithi192 ceph-mon[180220]: pgmap v4339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:07 smithi118 ceph-mon[185516]: pgmap v4340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:07 smithi118 ceph-mon[182959]: pgmap v4340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:07 smithi192 ceph-mon[180220]: pgmap v4340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:11:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:11:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:11:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:09 smithi118 ceph-mon[185516]: pgmap v4341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:09 smithi118 ceph-mon[182959]: pgmap v4341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:09 smithi192 ceph-mon[180220]: pgmap v4341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:12.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:11 smithi118 ceph-mon[185516]: pgmap v4342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:12.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:11 smithi118 ceph-mon[182959]: pgmap v4342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:11 smithi192 ceph-mon[180220]: pgmap v4342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:14.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:13 smithi118 ceph-mon[185516]: pgmap v4343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:14.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:13 smithi118 ceph-mon[182959]: pgmap v4343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:13 smithi192 ceph-mon[180220]: pgmap v4343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:15 smithi118 ceph-mon[185516]: pgmap v4344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:15 smithi118 ceph-mon[182959]: pgmap v4344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:15 smithi192 ceph-mon[180220]: pgmap v4344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:17 smithi118 ceph-mon[185516]: pgmap v4345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:17 smithi118 ceph-mon[182959]: pgmap v4345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:17 smithi192 ceph-mon[180220]: pgmap v4345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:11:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:11:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:11:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:19 smithi118 ceph-mon[185516]: pgmap v4346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:19 smithi118 ceph-mon[182959]: pgmap v4346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:19 smithi192 ceph-mon[180220]: pgmap v4346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:22.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:21 smithi118 ceph-mon[185516]: pgmap v4347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:22.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:21 smithi118 ceph-mon[182959]: pgmap v4347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:21 smithi192 ceph-mon[180220]: pgmap v4347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:24.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:23 smithi118 ceph-mon[185516]: pgmap v4348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:24.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:23 smithi118 ceph-mon[182959]: pgmap v4348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:24.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:23 smithi192 ceph-mon[180220]: pgmap v4348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:26.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:25 smithi118 ceph-mon[185516]: pgmap v4349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:26.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:25 smithi118 ceph-mon[182959]: pgmap v4349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:25 smithi192 ceph-mon[180220]: pgmap v4349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:27 smithi118 ceph-mon[185516]: pgmap v4350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:27 smithi118 ceph-mon[182959]: pgmap v4350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:27 smithi192 ceph-mon[180220]: pgmap v4350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:11:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:11:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:11:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:29 smithi118 ceph-mon[185516]: pgmap v4351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:29 smithi118 ceph-mon[182959]: pgmap v4351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:29 smithi192 ceph-mon[180220]: pgmap v4351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:31 smithi118 ceph-mon[185516]: pgmap v4352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:31 smithi118 ceph-mon[182959]: pgmap v4352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:31 smithi192 ceph-mon[180220]: pgmap v4352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:33 smithi118 ceph-mon[185516]: pgmap v4353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:34.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:33 smithi118 ceph-mon[182959]: pgmap v4353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:33 smithi192 ceph-mon[180220]: pgmap v4353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:35 smithi192 ceph-mon[180220]: pgmap v4354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:35 smithi118 ceph-mon[185516]: pgmap v4354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:35 smithi118 ceph-mon[182959]: pgmap v4354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:37 smithi192 ceph-mon[180220]: pgmap v4355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:37 smithi118 ceph-mon[185516]: pgmap v4355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:38.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:37 smithi118 ceph-mon[182959]: pgmap v4355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:11:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:11:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:11:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:39 smithi118 ceph-mon[185516]: pgmap v4356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:39 smithi118 ceph-mon[182959]: pgmap v4356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:39 smithi192 ceph-mon[180220]: pgmap v4356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:41 smithi192 ceph-mon[180220]: pgmap v4357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:41 smithi118 ceph-mon[185516]: pgmap v4357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:41 smithi118 ceph-mon[182959]: pgmap v4357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:43 smithi192 ceph-mon[180220]: pgmap v4358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:43 smithi118 ceph-mon[185516]: pgmap v4358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:43 smithi118 ceph-mon[182959]: pgmap v4358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:45 smithi192 ceph-mon[180220]: pgmap v4359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:45 smithi118 ceph-mon[185516]: pgmap v4359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:45 smithi118 ceph-mon[182959]: pgmap v4359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:47 smithi192 ceph-mon[180220]: pgmap v4360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:47 smithi118 ceph-mon[185516]: pgmap v4360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:47 smithi118 ceph-mon[182959]: pgmap v4360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:11:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:11:49] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:11:50.153 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:49 smithi118 ceph-mon[185516]: pgmap v4361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:50.153 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:50.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:49 smithi118 ceph-mon[182959]: pgmap v4361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:50.154 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:49 smithi192 ceph-mon[180220]: pgmap v4361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:11:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:51 smithi192 ceph-mon[180220]: pgmap v4362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:51 smithi118 ceph-mon[185516]: pgmap v4362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:51 smithi118 ceph-mon[182959]: pgmap v4362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:53 smithi192 ceph-mon[180220]: pgmap v4363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:53 smithi118 ceph-mon[185516]: pgmap v4363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:54.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:53 smithi118 ceph-mon[182959]: pgmap v4363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:55 smithi192 ceph-mon[180220]: pgmap v4364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:55 smithi118 ceph-mon[185516]: pgmap v4364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:56.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:55 smithi118 ceph-mon[182959]: pgmap v4364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:57 smithi192 ceph-mon[180220]: pgmap v4365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:57 smithi118 ceph-mon[185516]: pgmap v4365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:11:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:57 smithi118 ceph-mon[182959]: pgmap v4365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:11:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:11:59] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:12:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:11:59 smithi118 ceph-mon[185516]: pgmap v4366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:11:59 smithi118 ceph-mon[182959]: pgmap v4366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:11:59 smithi192 ceph-mon[180220]: pgmap v4366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:01 smithi192 ceph-mon[180220]: pgmap v4367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:01 smithi118 ceph-mon[185516]: pgmap v4367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:01 smithi118 ceph-mon[182959]: pgmap v4367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:03.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:12:03.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:12:03.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:12:03.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:12:03.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:12:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:12:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:12:03.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:12:03.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:12:03.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:12:03.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:12:03.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:12:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:03 smithi192 ceph-mon[180220]: pgmap v4368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:03 smithi118 ceph-mon[185516]: pgmap v4368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:03 smithi118 ceph-mon[182959]: pgmap v4368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:05 smithi192 ceph-mon[180220]: pgmap v4369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:05 smithi118 ceph-mon[185516]: pgmap v4369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:05 smithi118 ceph-mon[182959]: pgmap v4369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:07 smithi192 ceph-mon[180220]: pgmap v4370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:07 smithi118 ceph-mon[182959]: pgmap v4370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:08.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:07 smithi118 ceph-mon[185516]: pgmap v4370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:12:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:12:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:12:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:09 smithi118 ceph-mon[185516]: pgmap v4371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:09 smithi118 ceph-mon[182959]: pgmap v4371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:09 smithi192 ceph-mon[180220]: pgmap v4371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:11 smithi192 ceph-mon[180220]: pgmap v4372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:11 smithi118 ceph-mon[185516]: pgmap v4372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:11 smithi118 ceph-mon[182959]: pgmap v4372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:13 smithi192 ceph-mon[180220]: pgmap v4373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:13 smithi118 ceph-mon[185516]: pgmap v4373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:13 smithi118 ceph-mon[182959]: pgmap v4373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:15 smithi192 ceph-mon[180220]: pgmap v4374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:15 smithi118 ceph-mon[185516]: pgmap v4374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:15 smithi118 ceph-mon[182959]: pgmap v4374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:18.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:17 smithi192 ceph-mon[180220]: pgmap v4375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:17 smithi118 ceph-mon[185516]: pgmap v4375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:17 smithi118 ceph-mon[182959]: pgmap v4375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:12:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:12:19] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T11:12:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:19 smithi118 ceph-mon[185516]: pgmap v4376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:19 smithi118 ceph-mon[182959]: pgmap v4376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:19 smithi192 ceph-mon[180220]: pgmap v4376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:21 smithi192 ceph-mon[180220]: pgmap v4377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:21 smithi118 ceph-mon[185516]: pgmap v4377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:21 smithi118 ceph-mon[182959]: pgmap v4377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:24.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:23 smithi192 ceph-mon[180220]: pgmap v4378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:23 smithi118 ceph-mon[185516]: pgmap v4378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:23 smithi118 ceph-mon[182959]: pgmap v4378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:25.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:24 smithi192 ceph-mon[180220]: pgmap v4379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:24 smithi118 ceph-mon[185516]: pgmap v4379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:25.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:24 smithi118 ceph-mon[182959]: pgmap v4379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:28.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:27 smithi118 ceph-mon[185516]: pgmap v4380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:28.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:27 smithi118 ceph-mon[182959]: pgmap v4380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:27 smithi192 ceph-mon[180220]: pgmap v4380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:12:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:12:29] "GET /metrics HTTP/1.1" 200 36335 "" "Prometheus/2.43.0" 2023-09-30T11:12:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:29 smithi118 ceph-mon[185516]: pgmap v4381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:29 smithi118 ceph-mon[182959]: pgmap v4381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:29 smithi192 ceph-mon[180220]: pgmap v4381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:32.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:31 smithi118 ceph-mon[185516]: pgmap v4382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:32.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:31 smithi118 ceph-mon[182959]: pgmap v4382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:31 smithi192 ceph-mon[180220]: pgmap v4382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:34.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:33 smithi118 ceph-mon[185516]: pgmap v4383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:34.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:33 smithi118 ceph-mon[182959]: pgmap v4383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:33 smithi192 ceph-mon[180220]: pgmap v4383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:35.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:35.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:36.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:35 smithi118 ceph-mon[185516]: pgmap v4384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:36.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:35 smithi118 ceph-mon[182959]: pgmap v4384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:35 smithi192 ceph-mon[180220]: pgmap v4384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:38.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:37 smithi118 ceph-mon[185516]: pgmap v4385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:38.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:37 smithi118 ceph-mon[182959]: pgmap v4385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:37 smithi192 ceph-mon[180220]: pgmap v4385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:12:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:12:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:12:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:39 smithi118 ceph-mon[185516]: pgmap v4386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:39 smithi118 ceph-mon[182959]: pgmap v4386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:39 smithi192 ceph-mon[180220]: pgmap v4386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:42.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:41 smithi118 ceph-mon[185516]: pgmap v4387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:42.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:41 smithi118 ceph-mon[182959]: pgmap v4387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:41 smithi192 ceph-mon[180220]: pgmap v4387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:43.838 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:43 smithi118 ceph-mon[185516]: pgmap v4388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:43.838 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:43 smithi118 ceph-mon[182959]: pgmap v4388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:43 smithi192 ceph-mon[180220]: pgmap v4388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:46.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:45 smithi118 ceph-mon[185516]: pgmap v4389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:46.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:45 smithi118 ceph-mon[182959]: pgmap v4389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:45 smithi192 ceph-mon[180220]: pgmap v4389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:48.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:47 smithi118 ceph-mon[185516]: pgmap v4390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:48.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:47 smithi118 ceph-mon[182959]: pgmap v4390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:47 smithi192 ceph-mon[180220]: pgmap v4390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:12:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:12:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:12:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:49 smithi118 ceph-mon[185516]: pgmap v4391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:49 smithi118 ceph-mon[182959]: pgmap v4391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:49 smithi192 ceph-mon[180220]: pgmap v4391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:12:52.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:51 smithi118 ceph-mon[185516]: pgmap v4392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:52.204 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:51 smithi118 ceph-mon[182959]: pgmap v4392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:51 smithi192 ceph-mon[180220]: pgmap v4392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:53 smithi192 ceph-mon[180220]: pgmap v4393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:53 smithi118 ceph-mon[185516]: pgmap v4393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:53 smithi118 ceph-mon[182959]: pgmap v4393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:56.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:55 smithi192 ceph-mon[180220]: pgmap v4394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:55 smithi118 ceph-mon[185516]: pgmap v4394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:55 smithi118 ceph-mon[182959]: pgmap v4394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:57 smithi192 ceph-mon[180220]: pgmap v4395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:57 smithi118 ceph-mon[185516]: pgmap v4395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:12:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:57 smithi118 ceph-mon[182959]: pgmap v4395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:12:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:12:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:13:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:12:59 smithi118 ceph-mon[185516]: pgmap v4396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:12:59 smithi118 ceph-mon[182959]: pgmap v4396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:12:59 smithi192 ceph-mon[180220]: pgmap v4396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:01 smithi192 ceph-mon[180220]: pgmap v4397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:01 smithi118 ceph-mon[185516]: pgmap v4397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:01 smithi118 ceph-mon[182959]: pgmap v4397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:03.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:13:03.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:13:03.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:13:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:03 smithi192 ceph-mon[180220]: pgmap v4398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:13:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:13:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:13:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[185516]: pgmap v4398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:13:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:13:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:13:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[182959]: pgmap v4398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:13:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:13:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:13:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:05 smithi192 ceph-mon[180220]: pgmap v4399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:05 smithi118 ceph-mon[185516]: pgmap v4399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:06.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:05 smithi118 ceph-mon[182959]: pgmap v4399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:07 smithi192 ceph-mon[180220]: pgmap v4400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:07 smithi118 ceph-mon[185516]: pgmap v4400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:07 smithi118 ceph-mon[182959]: pgmap v4400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:13:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:13:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:13:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:09 smithi118 ceph-mon[185516]: pgmap v4401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:09 smithi118 ceph-mon[182959]: pgmap v4401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:09 smithi192 ceph-mon[180220]: pgmap v4401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:11 smithi192 ceph-mon[180220]: pgmap v4402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:11 smithi118 ceph-mon[185516]: pgmap v4402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:11 smithi118 ceph-mon[182959]: pgmap v4402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:13 smithi192 ceph-mon[180220]: pgmap v4403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:13 smithi118 ceph-mon[185516]: pgmap v4403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:13 smithi118 ceph-mon[182959]: pgmap v4403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:15 smithi192 ceph-mon[180220]: pgmap v4404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:15 smithi118 ceph-mon[185516]: pgmap v4404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:15 smithi118 ceph-mon[182959]: pgmap v4404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:17 smithi192 ceph-mon[180220]: pgmap v4405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:17 smithi118 ceph-mon[185516]: pgmap v4405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:17 smithi118 ceph-mon[182959]: pgmap v4405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:13:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:13:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:13:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:19 smithi118 ceph-mon[185516]: pgmap v4406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:19 smithi118 ceph-mon[182959]: pgmap v4406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:19 smithi192 ceph-mon[180220]: pgmap v4406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:21 smithi192 ceph-mon[180220]: pgmap v4407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:21 smithi118 ceph-mon[185516]: pgmap v4407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:21 smithi118 ceph-mon[182959]: pgmap v4407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:23 smithi192 ceph-mon[180220]: pgmap v4408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:23 smithi118 ceph-mon[185516]: pgmap v4408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:23 smithi118 ceph-mon[182959]: pgmap v4408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:25 smithi192 ceph-mon[180220]: pgmap v4409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:25 smithi118 ceph-mon[185516]: pgmap v4409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:25 smithi118 ceph-mon[182959]: pgmap v4409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:28.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:27 smithi192 ceph-mon[180220]: pgmap v4410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:27 smithi118 ceph-mon[185516]: pgmap v4410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:27 smithi118 ceph-mon[182959]: pgmap v4410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:13:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:13:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:13:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:29 smithi118 ceph-mon[182959]: pgmap v4411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:29 smithi118 ceph-mon[185516]: pgmap v4411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:29 smithi192 ceph-mon[180220]: pgmap v4411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:31 smithi192 ceph-mon[180220]: pgmap v4412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:31 smithi118 ceph-mon[185516]: pgmap v4412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:31 smithi118 ceph-mon[182959]: pgmap v4412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:33 smithi192 ceph-mon[180220]: pgmap v4413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:33 smithi118 ceph-mon[185516]: pgmap v4413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:33 smithi118 ceph-mon[182959]: pgmap v4413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:35 smithi192 ceph-mon[180220]: pgmap v4414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:35 smithi118 ceph-mon[182959]: pgmap v4414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:36.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:35 smithi118 ceph-mon[185516]: pgmap v4414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:37 smithi192 ceph-mon[180220]: pgmap v4415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:37 smithi118 ceph-mon[185516]: pgmap v4415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:37 smithi118 ceph-mon[182959]: pgmap v4415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:40.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:39 smithi118 ceph-mon[182959]: pgmap v4416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:13:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:13:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:13:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:39 smithi118 ceph-mon[185516]: pgmap v4416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:39 smithi192 ceph-mon[180220]: pgmap v4416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:41 smithi192 ceph-mon[180220]: pgmap v4417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:41 smithi118 ceph-mon[185516]: pgmap v4417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:41 smithi118 ceph-mon[182959]: pgmap v4417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:43 smithi192 ceph-mon[180220]: pgmap v4418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:43 smithi118 ceph-mon[182959]: pgmap v4418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:43 smithi118 ceph-mon[185516]: pgmap v4418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:45 smithi192 ceph-mon[180220]: pgmap v4419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:45 smithi118 ceph-mon[182959]: pgmap v4419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:45 smithi118 ceph-mon[185516]: pgmap v4419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:48.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:47 smithi192 ceph-mon[180220]: pgmap v4420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:47 smithi118 ceph-mon[182959]: pgmap v4420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:47 smithi118 ceph-mon[185516]: pgmap v4420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:13:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:13:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:13:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:49 smithi118 ceph-mon[185516]: pgmap v4421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:49 smithi118 ceph-mon[182959]: pgmap v4421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:49 smithi192 ceph-mon[180220]: pgmap v4421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:13:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:51 smithi192 ceph-mon[180220]: pgmap v4422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:51 smithi118 ceph-mon[182959]: pgmap v4422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:51 smithi118 ceph-mon[185516]: pgmap v4422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:53 smithi192 ceph-mon[180220]: pgmap v4423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:53 smithi118 ceph-mon[185516]: pgmap v4423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:53 smithi118 ceph-mon[182959]: pgmap v4423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:55 smithi192 ceph-mon[180220]: pgmap v4424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:55 smithi118 ceph-mon[185516]: pgmap v4424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:55 smithi118 ceph-mon[182959]: pgmap v4424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:58.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:57 smithi192 ceph-mon[180220]: pgmap v4425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:57 smithi118 ceph-mon[185516]: pgmap v4425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:57 smithi118 ceph-mon[182959]: pgmap v4425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:13:58 smithi118 ceph-mon[185516]: pgmap v4426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:13:58 smithi118 ceph-mon[182959]: pgmap v4426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:13:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:13:58 smithi192 ceph-mon[180220]: pgmap v4426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:13:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:13:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:14:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:01 smithi118 ceph-mon[185516]: pgmap v4427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:01 smithi118 ceph-mon[182959]: pgmap v4427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:01 smithi192 ceph-mon[180220]: pgmap v4427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[185516]: pgmap v4428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[182959]: pgmap v4428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:14:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:14:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:03 smithi192 ceph-mon[180220]: pgmap v4428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:14:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:14:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:14:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:14:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:05 smithi118 ceph-mon[185516]: pgmap v4429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:05 smithi118 ceph-mon[182959]: pgmap v4429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:05 smithi192 ceph-mon[180220]: pgmap v4429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:07 smithi118 ceph-mon[185516]: pgmap v4430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:08.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:07 smithi118 ceph-mon[182959]: pgmap v4430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:07 smithi192 ceph-mon[180220]: pgmap v4430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:14:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:14:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:14:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:09 smithi118 ceph-mon[185516]: pgmap v4431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:09 smithi118 ceph-mon[182959]: pgmap v4431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:09 smithi192 ceph-mon[180220]: pgmap v4431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:11 smithi192 ceph-mon[180220]: pgmap v4432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:12.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:11 smithi118 ceph-mon[185516]: pgmap v4432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:12.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:11 smithi118 ceph-mon[182959]: pgmap v4432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:13 smithi192 ceph-mon[180220]: pgmap v4433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:13 smithi118 ceph-mon[185516]: pgmap v4433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:13 smithi118 ceph-mon[182959]: pgmap v4433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:16.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:15 smithi192 ceph-mon[180220]: pgmap v4434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:15 smithi118 ceph-mon[185516]: pgmap v4434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:15 smithi118 ceph-mon[182959]: pgmap v4434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:17 smithi192 ceph-mon[180220]: pgmap v4435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:17 smithi118 ceph-mon[182959]: pgmap v4435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:17 smithi118 ceph-mon[185516]: pgmap v4435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:14:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:14:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:14:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:19 smithi118 ceph-mon[185516]: pgmap v4436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:19 smithi118 ceph-mon[182959]: pgmap v4436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:19 smithi192 ceph-mon[180220]: pgmap v4436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:21 smithi192 ceph-mon[180220]: pgmap v4437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:21 smithi118 ceph-mon[185516]: pgmap v4437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:21 smithi118 ceph-mon[182959]: pgmap v4437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:23 smithi192 ceph-mon[180220]: pgmap v4438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:23 smithi118 ceph-mon[185516]: pgmap v4438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:23 smithi118 ceph-mon[182959]: pgmap v4438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:25 smithi192 ceph-mon[180220]: pgmap v4439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:25 smithi118 ceph-mon[185516]: pgmap v4439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:25 smithi118 ceph-mon[182959]: pgmap v4439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:27 smithi192 ceph-mon[180220]: pgmap v4440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:27 smithi118 ceph-mon[185516]: pgmap v4440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:27 smithi118 ceph-mon[182959]: pgmap v4440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:30.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:29 smithi118 ceph-mon[182959]: pgmap v4441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:14:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:14:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:14:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:29 smithi118 ceph-mon[185516]: pgmap v4441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:29 smithi192 ceph-mon[180220]: pgmap v4441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:31 smithi192 ceph-mon[180220]: pgmap v4442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:31 smithi118 ceph-mon[185516]: pgmap v4442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:31 smithi118 ceph-mon[182959]: pgmap v4442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:33 smithi192 ceph-mon[180220]: pgmap v4443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:33 smithi118 ceph-mon[185516]: pgmap v4443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:33 smithi118 ceph-mon[182959]: pgmap v4443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:35 smithi192 ceph-mon[180220]: pgmap v4444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:35 smithi118 ceph-mon[185516]: pgmap v4444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:35 smithi118 ceph-mon[182959]: pgmap v4444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:37 smithi192 ceph-mon[180220]: pgmap v4445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:37 smithi118 ceph-mon[182959]: pgmap v4445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:38.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:37 smithi118 ceph-mon[185516]: pgmap v4445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:14:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:14:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:14:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:39 smithi118 ceph-mon[185516]: pgmap v4446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:39 smithi118 ceph-mon[182959]: pgmap v4446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:39 smithi192 ceph-mon[180220]: pgmap v4446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:41 smithi192 ceph-mon[180220]: pgmap v4447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:41 smithi118 ceph-mon[185516]: pgmap v4447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:41 smithi118 ceph-mon[182959]: pgmap v4447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:43 smithi192 ceph-mon[180220]: pgmap v4448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:43 smithi118 ceph-mon[185516]: pgmap v4448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:43 smithi118 ceph-mon[182959]: pgmap v4448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:45 smithi192 ceph-mon[180220]: pgmap v4449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:45 smithi118 ceph-mon[185516]: pgmap v4449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:45 smithi118 ceph-mon[182959]: pgmap v4449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:47 smithi192 ceph-mon[180220]: pgmap v4450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:47 smithi118 ceph-mon[185516]: pgmap v4450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:47 smithi118 ceph-mon[182959]: pgmap v4450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:14:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:14:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:49 smithi118 ceph-mon[185516]: pgmap v4451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:49 smithi118 ceph-mon[182959]: pgmap v4451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:49 smithi192 ceph-mon[180220]: pgmap v4451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:14:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:51 smithi192 ceph-mon[180220]: pgmap v4452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:51 smithi118 ceph-mon[185516]: pgmap v4452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:51 smithi118 ceph-mon[182959]: pgmap v4452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:53 smithi192 ceph-mon[180220]: pgmap v4453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:53 smithi118 ceph-mon[185516]: pgmap v4453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:54.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:53 smithi118 ceph-mon[182959]: pgmap v4453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:56.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:55 smithi192 ceph-mon[180220]: pgmap v4454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:55 smithi118 ceph-mon[185516]: pgmap v4454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:55 smithi118 ceph-mon[182959]: pgmap v4454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:57 smithi192 ceph-mon[180220]: pgmap v4455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:57 smithi118 ceph-mon[185516]: pgmap v4455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:57 smithi118 ceph-mon[182959]: pgmap v4455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:14:59.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 11:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T11:14:59.092465575Z level=info msg="Completed cleanup jobs" duration=14.61594ms 2023-09-30T11:15:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:14:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:14:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:15:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:14:59 smithi118 ceph-mon[185516]: pgmap v4456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:00.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:14:59 smithi118 ceph-mon[182959]: pgmap v4456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:14:59 smithi192 ceph-mon[180220]: pgmap v4456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:01 smithi192 ceph-mon[180220]: pgmap v4457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:01 smithi118 ceph-mon[182959]: pgmap v4457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:02.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:01 smithi118 ceph-mon[185516]: pgmap v4457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:03 smithi192 ceph-mon[180220]: pgmap v4458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:15:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:03 smithi118 ceph-mon[185516]: pgmap v4458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:15:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:03 smithi118 ceph-mon[182959]: pgmap v4458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:15:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:15:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:15:05.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:15:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:15:05.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:15:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:05 smithi192 ceph-mon[180220]: pgmap v4459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:05 smithi118 ceph-mon[185516]: pgmap v4459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:06.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:05 smithi118 ceph-mon[182959]: pgmap v4459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:07 smithi192 ceph-mon[180220]: pgmap v4460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:07 smithi118 ceph-mon[185516]: pgmap v4460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:07 smithi118 ceph-mon[182959]: pgmap v4460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:15:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:15:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:15:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:09 smithi118 ceph-mon[185516]: pgmap v4461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:09 smithi118 ceph-mon[182959]: pgmap v4461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:09 smithi192 ceph-mon[180220]: pgmap v4461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:11 smithi192 ceph-mon[180220]: pgmap v4462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:11 smithi118 ceph-mon[185516]: pgmap v4462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:11 smithi118 ceph-mon[182959]: pgmap v4462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:13 smithi192 ceph-mon[180220]: pgmap v4463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:13 smithi118 ceph-mon[185516]: pgmap v4463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:13 smithi118 ceph-mon[182959]: pgmap v4463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:15 smithi192 ceph-mon[180220]: pgmap v4464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:15 smithi118 ceph-mon[185516]: pgmap v4464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:15 smithi118 ceph-mon[182959]: pgmap v4464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:17 smithi192 ceph-mon[180220]: pgmap v4465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:17 smithi118 ceph-mon[182959]: pgmap v4465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:17 smithi118 ceph-mon[185516]: pgmap v4465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:15:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:15:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:15:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:19 smithi118 ceph-mon[185516]: pgmap v4466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:19 smithi118 ceph-mon[182959]: pgmap v4466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:19 smithi192 ceph-mon[180220]: pgmap v4466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:21 smithi192 ceph-mon[180220]: pgmap v4467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:21 smithi118 ceph-mon[185516]: pgmap v4467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:21 smithi118 ceph-mon[182959]: pgmap v4467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:23 smithi192 ceph-mon[180220]: pgmap v4468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:23 smithi118 ceph-mon[185516]: pgmap v4468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:23 smithi118 ceph-mon[182959]: pgmap v4468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:25 smithi192 ceph-mon[180220]: pgmap v4469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:25 smithi118 ceph-mon[185516]: pgmap v4469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:25 smithi118 ceph-mon[182959]: pgmap v4469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:27 smithi192 ceph-mon[180220]: pgmap v4470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:27 smithi118 ceph-mon[185516]: pgmap v4470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:27 smithi118 ceph-mon[182959]: pgmap v4470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:29.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:28 smithi118 ceph-mon[185516]: pgmap v4471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:29.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:28 smithi118 ceph-mon[182959]: pgmap v4471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:28 smithi192 ceph-mon[180220]: pgmap v4471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:15:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:15:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:15:32.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:31 smithi118 ceph-mon[182959]: pgmap v4472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:32.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:31 smithi118 ceph-mon[185516]: pgmap v4472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:31 smithi192 ceph-mon[180220]: pgmap v4472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:33 smithi192 ceph-mon[180220]: pgmap v4473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:33 smithi118 ceph-mon[185516]: pgmap v4473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:33 smithi118 ceph-mon[182959]: pgmap v4473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:35 smithi192 ceph-mon[180220]: pgmap v4474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:35 smithi118 ceph-mon[185516]: pgmap v4474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:35 smithi118 ceph-mon[182959]: pgmap v4474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:37 smithi192 ceph-mon[180220]: pgmap v4475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:37 smithi118 ceph-mon[185516]: pgmap v4475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:38.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:37 smithi118 ceph-mon[182959]: pgmap v4475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:15:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:15:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:15:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:39 smithi118 ceph-mon[185516]: pgmap v4476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:39 smithi118 ceph-mon[182959]: pgmap v4476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:39 smithi192 ceph-mon[180220]: pgmap v4476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:41 smithi192 ceph-mon[180220]: pgmap v4477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:41 smithi118 ceph-mon[185516]: pgmap v4477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:41 smithi118 ceph-mon[182959]: pgmap v4477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:43 smithi192 ceph-mon[180220]: pgmap v4478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:43 smithi118 ceph-mon[185516]: pgmap v4478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:44.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:43 smithi118 ceph-mon[182959]: pgmap v4478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:45 smithi192 ceph-mon[180220]: pgmap v4479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:45 smithi118 ceph-mon[185516]: pgmap v4479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:45 smithi118 ceph-mon[182959]: pgmap v4479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:47 smithi192 ceph-mon[180220]: pgmap v4480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:47 smithi118 ceph-mon[185516]: pgmap v4480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:48.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:47 smithi118 ceph-mon[182959]: pgmap v4480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:15:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:15:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:15:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:49 smithi118 ceph-mon[185516]: pgmap v4481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:49 smithi118 ceph-mon[182959]: pgmap v4481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:49 smithi192 ceph-mon[180220]: pgmap v4481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:15:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:51 smithi192 ceph-mon[180220]: pgmap v4482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:51 smithi118 ceph-mon[182959]: pgmap v4482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:51 smithi118 ceph-mon[185516]: pgmap v4482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:53 smithi192 ceph-mon[180220]: pgmap v4483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:53 smithi118 ceph-mon[185516]: pgmap v4483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:53 smithi118 ceph-mon[182959]: pgmap v4483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:55 smithi192 ceph-mon[180220]: pgmap v4484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:55 smithi118 ceph-mon[182959]: pgmap v4484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:55 smithi118 ceph-mon[185516]: pgmap v4484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:57 smithi192 ceph-mon[180220]: pgmap v4485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:57 smithi118 ceph-mon[185516]: pgmap v4485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:15:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:57 smithi118 ceph-mon[182959]: pgmap v4485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:15:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:15:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:16:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:15:59 smithi118 ceph-mon[185516]: pgmap v4486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:15:59 smithi118 ceph-mon[182959]: pgmap v4486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:15:59 smithi192 ceph-mon[180220]: pgmap v4486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:01 smithi192 ceph-mon[180220]: pgmap v4487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:01 smithi118 ceph-mon[182959]: pgmap v4487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:01 smithi118 ceph-mon[185516]: pgmap v4487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:03 smithi192 ceph-mon[180220]: pgmap v4488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:03 smithi118 ceph-mon[182959]: pgmap v4488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:03 smithi118 ceph-mon[185516]: pgmap v4488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:16:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:16:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:05 smithi192 ceph-mon[180220]: pgmap v4489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:16:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:16:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[182959]: pgmap v4489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:06.813 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:16:06.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:16:06.814 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:16:06.814 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[185516]: pgmap v4489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:06.814 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:16:06.814 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:16:06.814 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:16:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:07 smithi192 ceph-mon[180220]: pgmap v4490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:07 smithi118 ceph-mon[182959]: pgmap v4490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:07 smithi118 ceph-mon[185516]: pgmap v4490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:16:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:16:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:16:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:09 smithi118 ceph-mon[185516]: pgmap v4491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:09 smithi118 ceph-mon[182959]: pgmap v4491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:09 smithi192 ceph-mon[180220]: pgmap v4491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:11 smithi192 ceph-mon[180220]: pgmap v4492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:11 smithi118 ceph-mon[182959]: pgmap v4492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:12.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:11 smithi118 ceph-mon[185516]: pgmap v4492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:13 smithi192 ceph-mon[180220]: pgmap v4493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:13 smithi118 ceph-mon[185516]: pgmap v4493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:13 smithi118 ceph-mon[182959]: pgmap v4493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:15 smithi192 ceph-mon[180220]: pgmap v4494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:15 smithi118 ceph-mon[185516]: pgmap v4494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:15 smithi118 ceph-mon[182959]: pgmap v4494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:17 smithi192 ceph-mon[180220]: pgmap v4495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:17 smithi118 ceph-mon[185516]: pgmap v4495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:17 smithi118 ceph-mon[182959]: pgmap v4495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:16:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:16:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:16:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:19 smithi118 ceph-mon[185516]: pgmap v4496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:19 smithi118 ceph-mon[182959]: pgmap v4496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:19 smithi192 ceph-mon[180220]: pgmap v4496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:21 smithi192 ceph-mon[180220]: pgmap v4497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:21 smithi118 ceph-mon[185516]: pgmap v4497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:21 smithi118 ceph-mon[182959]: pgmap v4497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:23 smithi192 ceph-mon[180220]: pgmap v4498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:23 smithi118 ceph-mon[185516]: pgmap v4498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:23 smithi118 ceph-mon[182959]: pgmap v4498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:25 smithi192 ceph-mon[180220]: pgmap v4499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:25 smithi118 ceph-mon[185516]: pgmap v4499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:25 smithi118 ceph-mon[182959]: pgmap v4499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:27 smithi192 ceph-mon[180220]: pgmap v4500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:27 smithi118 ceph-mon[185516]: pgmap v4500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:27 smithi118 ceph-mon[182959]: pgmap v4500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:16:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:16:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:16:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:29 smithi118 ceph-mon[185516]: pgmap v4501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:29 smithi118 ceph-mon[182959]: pgmap v4501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:29 smithi192 ceph-mon[180220]: pgmap v4501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:31 smithi192 ceph-mon[180220]: pgmap v4502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:31 smithi118 ceph-mon[185516]: pgmap v4502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:31 smithi118 ceph-mon[182959]: pgmap v4502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:33 smithi192 ceph-mon[180220]: pgmap v4503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:33 smithi118 ceph-mon[185516]: pgmap v4503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:33 smithi118 ceph-mon[182959]: pgmap v4503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:35 smithi192 ceph-mon[180220]: pgmap v4504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:35 smithi118 ceph-mon[185516]: pgmap v4504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:35 smithi118 ceph-mon[182959]: pgmap v4504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:37 smithi192 ceph-mon[180220]: pgmap v4505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:37 smithi118 ceph-mon[185516]: pgmap v4505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:37 smithi118 ceph-mon[182959]: pgmap v4505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:16:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:16:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:16:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:39 smithi118 ceph-mon[185516]: pgmap v4506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:39 smithi118 ceph-mon[182959]: pgmap v4506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:39 smithi192 ceph-mon[180220]: pgmap v4506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:41 smithi192 ceph-mon[180220]: pgmap v4507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:41 smithi118 ceph-mon[185516]: pgmap v4507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:41 smithi118 ceph-mon[182959]: pgmap v4507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:43 smithi192 ceph-mon[180220]: pgmap v4508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:43 smithi118 ceph-mon[185516]: pgmap v4508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:44.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:43 smithi118 ceph-mon[182959]: pgmap v4508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:45 smithi192 ceph-mon[180220]: pgmap v4509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:45 smithi118 ceph-mon[185516]: pgmap v4509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:45 smithi118 ceph-mon[182959]: pgmap v4509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:47 smithi192 ceph-mon[180220]: pgmap v4510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:47 smithi118 ceph-mon[185516]: pgmap v4510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:48.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:47 smithi118 ceph-mon[182959]: pgmap v4510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:16:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:16:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:16:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:49 smithi118 ceph-mon[185516]: pgmap v4511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:49 smithi118 ceph-mon[182959]: pgmap v4511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:49 smithi192 ceph-mon[180220]: pgmap v4511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:16:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:50 smithi192 ceph-mon[180220]: pgmap v4512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:50 smithi118 ceph-mon[185516]: pgmap v4512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:51.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:50 smithi118 ceph-mon[182959]: pgmap v4512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:53 smithi192 ceph-mon[180220]: pgmap v4513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:53 smithi118 ceph-mon[185516]: pgmap v4513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:54.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:53 smithi118 ceph-mon[182959]: pgmap v4513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:55 smithi192 ceph-mon[180220]: pgmap v4514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:56.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:55 smithi118 ceph-mon[185516]: pgmap v4514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:56.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:55 smithi118 ceph-mon[182959]: pgmap v4514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:57 smithi192 ceph-mon[180220]: pgmap v4515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:57 smithi118 ceph-mon[185516]: pgmap v4515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:16:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:57 smithi118 ceph-mon[182959]: pgmap v4515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:16:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:16:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:17:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:16:59 smithi118 ceph-mon[185516]: pgmap v4516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:16:59 smithi118 ceph-mon[182959]: pgmap v4516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:16:59 smithi192 ceph-mon[180220]: pgmap v4516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:01 smithi192 ceph-mon[180220]: pgmap v4517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:01 smithi118 ceph-mon[185516]: pgmap v4517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:01 smithi118 ceph-mon[182959]: pgmap v4517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:03 smithi192 ceph-mon[180220]: pgmap v4518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:03 smithi118 ceph-mon[185516]: pgmap v4518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:03 smithi118 ceph-mon[182959]: pgmap v4518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:05 smithi192 ceph-mon[180220]: pgmap v4519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:06.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:17:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:05 smithi118 ceph-mon[182959]: pgmap v4519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:17:06.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:05 smithi118 ceph-mon[185516]: pgmap v4519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:06.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:17:08.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:07 smithi118 ceph-mon[185516]: pgmap v4520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:08.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:08.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:08.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:07 smithi118 ceph-mon[182959]: pgmap v4520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:08.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:08.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:07 smithi192 ceph-mon[180220]: pgmap v4520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:08.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[182959]: pgmap v4521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-mon[185516]: pgmap v4521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:09 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:09.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:09 smithi192 ceph-mon[180220]: pgmap v4521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:10.085 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:17:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:17:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:17:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:10.337 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:10.337 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:10.337 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:10.337 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:11 smithi192 ceph-mon[180220]: pgmap v4522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:11.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:11 smithi118 ceph-mon[185516]: pgmap v4522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:11 smithi118 ceph-mon[182959]: pgmap v4522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:17:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:17:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:17:13.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:17:13.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:17:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:17:13.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:17:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:13 smithi192 ceph-mon[180220]: pgmap v4523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:13 smithi118 ceph-mon[185516]: pgmap v4523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:13 smithi118 ceph-mon[182959]: pgmap v4523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:15 smithi192 ceph-mon[180220]: pgmap v4524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:15 smithi118 ceph-mon[185516]: pgmap v4524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:16.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:15 smithi118 ceph-mon[182959]: pgmap v4524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:17 smithi192 ceph-mon[180220]: pgmap v4525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:17 smithi118 ceph-mon[185516]: pgmap v4525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:17 smithi118 ceph-mon[182959]: pgmap v4525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:17:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:17:19] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T11:17:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:19 smithi118 ceph-mon[185516]: pgmap v4526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:19 smithi118 ceph-mon[182959]: pgmap v4526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:19 smithi192 ceph-mon[180220]: pgmap v4526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:21 smithi192 ceph-mon[180220]: pgmap v4527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:21 smithi118 ceph-mon[185516]: pgmap v4527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:21 smithi118 ceph-mon[182959]: pgmap v4527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:23 smithi192 ceph-mon[180220]: pgmap v4528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:23 smithi118 ceph-mon[185516]: pgmap v4528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:23 smithi118 ceph-mon[182959]: pgmap v4528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:25 smithi192 ceph-mon[180220]: pgmap v4529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:25 smithi118 ceph-mon[185516]: pgmap v4529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:25 smithi118 ceph-mon[182959]: pgmap v4529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:27 smithi192 ceph-mon[180220]: pgmap v4530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:27 smithi118 ceph-mon[185516]: pgmap v4530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:27 smithi118 ceph-mon[182959]: pgmap v4530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:17:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:17:29] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T11:17:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:29 smithi118 ceph-mon[185516]: pgmap v4531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:29 smithi118 ceph-mon[182959]: pgmap v4531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:29 smithi192 ceph-mon[180220]: pgmap v4531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:31 smithi192 ceph-mon[180220]: pgmap v4532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:31 smithi118 ceph-mon[185516]: pgmap v4532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:31 smithi118 ceph-mon[182959]: pgmap v4532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:33 smithi192 ceph-mon[180220]: pgmap v4533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:33 smithi118 ceph-mon[185516]: pgmap v4533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:33 smithi118 ceph-mon[182959]: pgmap v4533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:35 smithi192 ceph-mon[180220]: pgmap v4534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:35 smithi118 ceph-mon[185516]: pgmap v4534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:35 smithi118 ceph-mon[182959]: pgmap v4534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:37 smithi192 ceph-mon[180220]: pgmap v4535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:37 smithi118 ceph-mon[185516]: pgmap v4535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:38.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:37 smithi118 ceph-mon[182959]: pgmap v4535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:17:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:17:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:17:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:39 smithi118 ceph-mon[185516]: pgmap v4536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:39 smithi118 ceph-mon[182959]: pgmap v4536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:39 smithi192 ceph-mon[180220]: pgmap v4536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:41 smithi192 ceph-mon[180220]: pgmap v4537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:41 smithi118 ceph-mon[185516]: pgmap v4537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:41 smithi118 ceph-mon[182959]: pgmap v4537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:43 smithi192 ceph-mon[180220]: pgmap v4538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:43 smithi118 ceph-mon[185516]: pgmap v4538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:43 smithi118 ceph-mon[182959]: pgmap v4538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:46.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:45 smithi192 ceph-mon[180220]: pgmap v4539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:45 smithi118 ceph-mon[185516]: pgmap v4539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:45 smithi118 ceph-mon[182959]: pgmap v4539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:47 smithi192 ceph-mon[180220]: pgmap v4540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:47 smithi118 ceph-mon[185516]: pgmap v4540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:48.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:47 smithi118 ceph-mon[182959]: pgmap v4540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:17:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:17:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:17:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:49 smithi118 ceph-mon[185516]: pgmap v4541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:49 smithi118 ceph-mon[182959]: pgmap v4541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:49 smithi192 ceph-mon[180220]: pgmap v4541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:17:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:51 smithi192 ceph-mon[180220]: pgmap v4542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:51 smithi118 ceph-mon[185516]: pgmap v4542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:51 smithi118 ceph-mon[182959]: pgmap v4542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:54.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:53 smithi192 ceph-mon[180220]: pgmap v4543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:53 smithi118 ceph-mon[185516]: pgmap v4543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:53 smithi118 ceph-mon[182959]: pgmap v4543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:55 smithi192 ceph-mon[180220]: pgmap v4544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:55 smithi118 ceph-mon[185516]: pgmap v4544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:55 smithi118 ceph-mon[182959]: pgmap v4544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:57 smithi192 ceph-mon[180220]: pgmap v4545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:57 smithi118 ceph-mon[185516]: pgmap v4545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:17:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:57 smithi118 ceph-mon[182959]: pgmap v4545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:17:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:17:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:18:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:17:59 smithi118 ceph-mon[185516]: pgmap v4546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:17:59 smithi118 ceph-mon[182959]: pgmap v4546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:17:59 smithi192 ceph-mon[180220]: pgmap v4546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:01 smithi192 ceph-mon[180220]: pgmap v4547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:01 smithi118 ceph-mon[185516]: pgmap v4547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:01 smithi118 ceph-mon[182959]: pgmap v4547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:03 smithi192 ceph-mon[180220]: pgmap v4548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:03 smithi118 ceph-mon[185516]: pgmap v4548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:04.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:03 smithi118 ceph-mon[182959]: pgmap v4548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:05 smithi192 ceph-mon[180220]: pgmap v4549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:05 smithi118 ceph-mon[185516]: pgmap v4549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:05 smithi118 ceph-mon[182959]: pgmap v4549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:07 smithi192 ceph-mon[180220]: pgmap v4550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:07 smithi118 ceph-mon[185516]: pgmap v4550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:08.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:07 smithi118 ceph-mon[182959]: pgmap v4550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:18:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:18:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:18:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:09 smithi118 ceph-mon[185516]: pgmap v4551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:09 smithi118 ceph-mon[182959]: pgmap v4551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:09 smithi192 ceph-mon[180220]: pgmap v4551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:11 smithi192 ceph-mon[180220]: pgmap v4552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:11 smithi118 ceph-mon[185516]: pgmap v4552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:12.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:11 smithi118 ceph-mon[182959]: pgmap v4552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:13.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:18:13.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:18:13.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:18:13.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:18:13.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:18:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:18:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:18:13.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:18:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:18:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:18:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:18:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:18:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:13 smithi192 ceph-mon[180220]: pgmap v4553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:13 smithi118 ceph-mon[185516]: pgmap v4553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:14.411 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:13 smithi118 ceph-mon[182959]: pgmap v4553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:14 smithi192 ceph-mon[180220]: pgmap v4554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:14 smithi118 ceph-mon[185516]: pgmap v4554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:14 smithi118 ceph-mon[182959]: pgmap v4554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:18.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:17 smithi118 ceph-mon[185516]: pgmap v4555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:18.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:17 smithi118 ceph-mon[182959]: pgmap v4555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:17 smithi192 ceph-mon[180220]: pgmap v4555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:18:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:18:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:18:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:19 smithi118 ceph-mon[185516]: pgmap v4556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:19 smithi118 ceph-mon[182959]: pgmap v4556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:19 smithi192 ceph-mon[180220]: pgmap v4556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:21 smithi192 ceph-mon[180220]: pgmap v4557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:21 smithi118 ceph-mon[185516]: pgmap v4557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:21 smithi118 ceph-mon[182959]: pgmap v4557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:23 smithi192 ceph-mon[180220]: pgmap v4558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:23 smithi118 ceph-mon[185516]: pgmap v4558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:23 smithi118 ceph-mon[182959]: pgmap v4558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:25 smithi192 ceph-mon[180220]: pgmap v4559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:25 smithi118 ceph-mon[185516]: pgmap v4559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:25 smithi118 ceph-mon[182959]: pgmap v4559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:27 smithi192 ceph-mon[180220]: pgmap v4560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:28.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:27 smithi118 ceph-mon[185516]: pgmap v4560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:27 smithi118 ceph-mon[182959]: pgmap v4560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:18:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:18:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:18:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:29 smithi118 ceph-mon[185516]: pgmap v4561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:29 smithi118 ceph-mon[182959]: pgmap v4561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:29 smithi192 ceph-mon[180220]: pgmap v4561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:31 smithi192 ceph-mon[180220]: pgmap v4562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:31 smithi118 ceph-mon[185516]: pgmap v4562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:31 smithi118 ceph-mon[182959]: pgmap v4562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:33 smithi192 ceph-mon[180220]: pgmap v4563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:33 smithi118 ceph-mon[182959]: pgmap v4563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:33 smithi118 ceph-mon[185516]: pgmap v4563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:36.493 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:36.493 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:35 smithi192 ceph-mon[180220]: pgmap v4564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:36.493 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:36.493 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:35 smithi118 ceph-mon[182959]: pgmap v4564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:36.494 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:35 smithi118 ceph-mon[185516]: pgmap v4564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:37 smithi192 ceph-mon[180220]: pgmap v4565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:37 smithi118 ceph-mon[185516]: pgmap v4565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:37 smithi118 ceph-mon[182959]: pgmap v4565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:18:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:18:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:18:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:39 smithi118 ceph-mon[185516]: pgmap v4566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:39 smithi118 ceph-mon[182959]: pgmap v4566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:40.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:39 smithi192 ceph-mon[180220]: pgmap v4566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:41 smithi192 ceph-mon[180220]: pgmap v4567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:41 smithi118 ceph-mon[185516]: pgmap v4567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:41 smithi118 ceph-mon[182959]: pgmap v4567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:44.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:43 smithi192 ceph-mon[180220]: pgmap v4568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:43 smithi118 ceph-mon[185516]: pgmap v4568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:44.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:43 smithi118 ceph-mon[182959]: pgmap v4568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:45 smithi192 ceph-mon[180220]: pgmap v4569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:45 smithi118 ceph-mon[185516]: pgmap v4569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:45 smithi118 ceph-mon[182959]: pgmap v4569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:47 smithi192 ceph-mon[180220]: pgmap v4570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:47 smithi118 ceph-mon[185516]: pgmap v4570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:47 smithi118 ceph-mon[182959]: pgmap v4570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:18:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:18:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:18:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:49 smithi118 ceph-mon[185516]: pgmap v4571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:49 smithi118 ceph-mon[182959]: pgmap v4571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:49 smithi192 ceph-mon[180220]: pgmap v4571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:50.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:18:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:51 smithi192 ceph-mon[180220]: pgmap v4572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:52.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:51 smithi118 ceph-mon[185516]: pgmap v4572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:52.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:51 smithi118 ceph-mon[182959]: pgmap v4572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:53 smithi192 ceph-mon[180220]: pgmap v4573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:53 smithi118 ceph-mon[185516]: pgmap v4573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:54.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:53 smithi118 ceph-mon[182959]: pgmap v4573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:55 smithi192 ceph-mon[180220]: pgmap v4574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:55 smithi118 ceph-mon[185516]: pgmap v4574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:55 smithi118 ceph-mon[182959]: pgmap v4574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:57 smithi192 ceph-mon[180220]: pgmap v4575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:57 smithi118 ceph-mon[185516]: pgmap v4575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:18:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:57 smithi118 ceph-mon[182959]: pgmap v4575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:18:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:18:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:19:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:18:59 smithi118 ceph-mon[185516]: pgmap v4576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:18:59 smithi118 ceph-mon[182959]: pgmap v4576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:18:59 smithi192 ceph-mon[180220]: pgmap v4576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:01 smithi192 ceph-mon[180220]: pgmap v4577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:01 smithi118 ceph-mon[185516]: pgmap v4577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:01 smithi118 ceph-mon[182959]: pgmap v4577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:03 smithi192 ceph-mon[180220]: pgmap v4578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:03 smithi118 ceph-mon[185516]: pgmap v4578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:03 smithi118 ceph-mon[182959]: pgmap v4578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:05 smithi192 ceph-mon[180220]: pgmap v4579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:06.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:05 smithi118 ceph-mon[185516]: pgmap v4579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:06.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:05 smithi118 ceph-mon[182959]: pgmap v4579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:07 smithi192 ceph-mon[180220]: pgmap v4580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:07 smithi118 ceph-mon[185516]: pgmap v4580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:07 smithi118 ceph-mon[182959]: pgmap v4580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:19:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:19:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:19:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:09 smithi118 ceph-mon[185516]: pgmap v4581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:09 smithi118 ceph-mon[182959]: pgmap v4581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:10.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:09 smithi192 ceph-mon[180220]: pgmap v4581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:11 smithi192 ceph-mon[180220]: pgmap v4582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:11 smithi118 ceph-mon[185516]: pgmap v4582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:11 smithi118 ceph-mon[182959]: pgmap v4582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:13.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:19:13.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:19:13.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:19:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:13 smithi192 ceph-mon[180220]: pgmap v4583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:19:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:19:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:19:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[182959]: pgmap v4583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:19:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:19:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:19:14.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[185516]: pgmap v4583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:14.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:19:14.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:19:14.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:19:15.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:14 smithi192 ceph-mon[180220]: pgmap v4584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:14 smithi118 ceph-mon[185516]: pgmap v4584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:15.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:14 smithi118 ceph-mon[182959]: pgmap v4584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:17 smithi192 ceph-mon[180220]: pgmap v4585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:17 smithi118 ceph-mon[185516]: pgmap v4585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:17 smithi118 ceph-mon[182959]: pgmap v4585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:20.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:19:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:19:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:19:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:19 smithi118 ceph-mon[185516]: pgmap v4586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:19 smithi118 ceph-mon[182959]: pgmap v4586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:20.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:19 smithi192 ceph-mon[180220]: pgmap v4586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:21 smithi192 ceph-mon[180220]: pgmap v4587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:21 smithi118 ceph-mon[185516]: pgmap v4587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:21 smithi118 ceph-mon[182959]: pgmap v4587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:23 smithi192 ceph-mon[180220]: pgmap v4588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:23 smithi118 ceph-mon[185516]: pgmap v4588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:23 smithi118 ceph-mon[182959]: pgmap v4588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:25 smithi192 ceph-mon[180220]: pgmap v4589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:25 smithi118 ceph-mon[185516]: pgmap v4589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:25 smithi118 ceph-mon[182959]: pgmap v4589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:28.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:27 smithi192 ceph-mon[180220]: pgmap v4590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:27 smithi118 ceph-mon[185516]: pgmap v4590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:27 smithi118 ceph-mon[182959]: pgmap v4590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:19:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:19:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:19:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:29 smithi118 ceph-mon[185516]: pgmap v4591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:29 smithi118 ceph-mon[182959]: pgmap v4591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:29 smithi192 ceph-mon[180220]: pgmap v4591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:31 smithi192 ceph-mon[180220]: pgmap v4592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:31 smithi118 ceph-mon[185516]: pgmap v4592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:31 smithi118 ceph-mon[182959]: pgmap v4592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:34.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:33 smithi192 ceph-mon[180220]: pgmap v4593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:33 smithi118 ceph-mon[185516]: pgmap v4593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:33 smithi118 ceph-mon[182959]: pgmap v4593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:35.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:35.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:35 smithi192 ceph-mon[180220]: pgmap v4594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:35 smithi118 ceph-mon[185516]: pgmap v4594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:35 smithi118 ceph-mon[182959]: pgmap v4594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:38.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:37 smithi192 ceph-mon[180220]: pgmap v4595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:37 smithi118 ceph-mon[185516]: pgmap v4595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:37 smithi118 ceph-mon[182959]: pgmap v4595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:19:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:19:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:19:40.188 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:39 smithi118 ceph-mon[185516]: pgmap v4596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:40.189 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:39 smithi118 ceph-mon[182959]: pgmap v4596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:39 smithi192 ceph-mon[180220]: pgmap v4596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:41 smithi192 ceph-mon[180220]: pgmap v4597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:41 smithi118 ceph-mon[185516]: pgmap v4597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:41 smithi118 ceph-mon[182959]: pgmap v4597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:44.214 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:43 smithi192 ceph-mon[180220]: pgmap v4598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:43 smithi118 ceph-mon[185516]: pgmap v4598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:43 smithi118 ceph-mon[182959]: pgmap v4598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:45 smithi192 ceph-mon[180220]: pgmap v4599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:45 smithi118 ceph-mon[185516]: pgmap v4599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:45 smithi118 ceph-mon[182959]: pgmap v4599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:47 smithi192 ceph-mon[180220]: pgmap v4600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:47 smithi118 ceph-mon[185516]: pgmap v4600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:47 smithi118 ceph-mon[182959]: pgmap v4600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:19:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:19:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:19:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:49 smithi118 ceph-mon[185516]: pgmap v4601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:49 smithi118 ceph-mon[182959]: pgmap v4601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:49 smithi192 ceph-mon[180220]: pgmap v4601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:19:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:51 smithi192 ceph-mon[180220]: pgmap v4602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:51 smithi118 ceph-mon[185516]: pgmap v4602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:51 smithi118 ceph-mon[182959]: pgmap v4602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:53 smithi192 ceph-mon[180220]: pgmap v4603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:53 smithi118 ceph-mon[185516]: pgmap v4603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:54.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:53 smithi118 ceph-mon[182959]: pgmap v4603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:55 smithi192 ceph-mon[180220]: pgmap v4604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:55 smithi118 ceph-mon[185516]: pgmap v4604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:56.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:55 smithi118 ceph-mon[182959]: pgmap v4604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:57 smithi192 ceph-mon[180220]: pgmap v4605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:57 smithi118 ceph-mon[185516]: pgmap v4605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:19:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:57 smithi118 ceph-mon[182959]: pgmap v4605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:19:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:19:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:20:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:19:59 smithi118 ceph-mon[185516]: pgmap v4606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:19:59 smithi118 ceph-mon[182959]: pgmap v4606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:19:59 smithi192 ceph-mon[180220]: pgmap v4606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T11:20:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T11:20:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T11:20:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:01 smithi192 ceph-mon[180220]: pgmap v4607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:02.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:01 smithi118 ceph-mon[185516]: pgmap v4607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:01 smithi118 ceph-mon[182959]: pgmap v4607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:03 smithi192 ceph-mon[180220]: pgmap v4608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:03 smithi118 ceph-mon[185516]: pgmap v4608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:03 smithi118 ceph-mon[182959]: pgmap v4608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:05 smithi192 ceph-mon[180220]: pgmap v4609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:05 smithi118 ceph-mon[185516]: pgmap v4609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:05 smithi118 ceph-mon[182959]: pgmap v4609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:06 smithi192 ceph-mon[180220]: pgmap v4610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:06 smithi118 ceph-mon[185516]: pgmap v4610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:07.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:06 smithi118 ceph-mon[182959]: pgmap v4610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:20:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:20:09] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T11:20:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:09 smithi118 ceph-mon[185516]: pgmap v4611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:09 smithi118 ceph-mon[182959]: pgmap v4611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:09 smithi192 ceph-mon[180220]: pgmap v4611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:11 smithi192 ceph-mon[180220]: pgmap v4612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:11 smithi118 ceph-mon[185516]: pgmap v4612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:12.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:11 smithi118 ceph-mon[182959]: pgmap v4612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:13 smithi192 ceph-mon[180220]: pgmap v4613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:14.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:20:14.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:13 smithi118 ceph-mon[185516]: pgmap v4613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:14.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:20:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:13 smithi118 ceph-mon[182959]: pgmap v4613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:20:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:20:15.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:20:15.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:20:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:20:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:20:15.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:20:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:20:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:20:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:20:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:15 smithi192 ceph-mon[180220]: pgmap v4614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:15 smithi118 ceph-mon[185516]: pgmap v4614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:15 smithi118 ceph-mon[182959]: pgmap v4614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:17 smithi192 ceph-mon[180220]: pgmap v4615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:17 smithi118 ceph-mon[185516]: pgmap v4615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:17 smithi118 ceph-mon[182959]: pgmap v4615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:20:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:20:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:20:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:19 smithi118 ceph-mon[185516]: pgmap v4616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:19 smithi118 ceph-mon[182959]: pgmap v4616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:19 smithi192 ceph-mon[180220]: pgmap v4616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:22.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:21 smithi192 ceph-mon[180220]: pgmap v4617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:22.394 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:21 smithi118 ceph-mon[185516]: pgmap v4617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:22.394 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:21 smithi118 ceph-mon[182959]: pgmap v4617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:23 smithi192 ceph-mon[180220]: pgmap v4618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:23 smithi118 ceph-mon[185516]: pgmap v4618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:23 smithi118 ceph-mon[182959]: pgmap v4618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:25 smithi192 ceph-mon[180220]: pgmap v4619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:25 smithi118 ceph-mon[185516]: pgmap v4619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:25 smithi118 ceph-mon[182959]: pgmap v4619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:27 smithi192 ceph-mon[180220]: pgmap v4620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:27 smithi118 ceph-mon[185516]: pgmap v4620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:27 smithi118 ceph-mon[182959]: pgmap v4620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:20:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:20:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:20:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:29 smithi118 ceph-mon[185516]: pgmap v4621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:29 smithi118 ceph-mon[182959]: pgmap v4621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:30.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:29 smithi192 ceph-mon[180220]: pgmap v4621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:31 smithi192 ceph-mon[180220]: pgmap v4622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:31 smithi118 ceph-mon[185516]: pgmap v4622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:31 smithi118 ceph-mon[182959]: pgmap v4622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:33 smithi192 ceph-mon[180220]: pgmap v4623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:33 smithi118 ceph-mon[185516]: pgmap v4623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:33 smithi118 ceph-mon[182959]: pgmap v4623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:36.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:35 smithi192 ceph-mon[180220]: pgmap v4624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:35 smithi118 ceph-mon[185516]: pgmap v4624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:35 smithi118 ceph-mon[182959]: pgmap v4624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:37 smithi192 ceph-mon[180220]: pgmap v4625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:37 smithi118 ceph-mon[185516]: pgmap v4625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:37 smithi118 ceph-mon[182959]: pgmap v4625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:20:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:20:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:20:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:39 smithi118 ceph-mon[185516]: pgmap v4626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:39 smithi118 ceph-mon[182959]: pgmap v4626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:39 smithi192 ceph-mon[180220]: pgmap v4626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:41 smithi192 ceph-mon[180220]: pgmap v4627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:41 smithi118 ceph-mon[185516]: pgmap v4627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:41 smithi118 ceph-mon[182959]: pgmap v4627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:43 smithi192 ceph-mon[180220]: pgmap v4628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:43 smithi118 ceph-mon[182959]: pgmap v4628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:43 smithi118 ceph-mon[185516]: pgmap v4628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:45 smithi192 ceph-mon[180220]: pgmap v4629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:45 smithi118 ceph-mon[182959]: pgmap v4629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:45 smithi118 ceph-mon[185516]: pgmap v4629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:47 smithi192 ceph-mon[180220]: pgmap v4630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:47 smithi118 ceph-mon[182959]: pgmap v4630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:47 smithi118 ceph-mon[185516]: pgmap v4630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:20:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:20:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:20:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:49 smithi118 ceph-mon[182959]: pgmap v4631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:49 smithi118 ceph-mon[185516]: pgmap v4631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:49 smithi192 ceph-mon[180220]: pgmap v4631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:50.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:20:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:51 smithi192 ceph-mon[180220]: pgmap v4632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:51 smithi118 ceph-mon[182959]: pgmap v4632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:52.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:51 smithi118 ceph-mon[185516]: pgmap v4632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:53 smithi192 ceph-mon[180220]: pgmap v4633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:53 smithi118 ceph-mon[182959]: pgmap v4633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:53 smithi118 ceph-mon[185516]: pgmap v4633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:55 smithi192 ceph-mon[180220]: pgmap v4634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:55 smithi118 ceph-mon[182959]: pgmap v4634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:56.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:55 smithi118 ceph-mon[185516]: pgmap v4634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:57 smithi192 ceph-mon[180220]: pgmap v4635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:57 smithi118 ceph-mon[182959]: pgmap v4635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:20:58.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:57 smithi118 ceph-mon[185516]: pgmap v4635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:20:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:21:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:20:59 smithi118 ceph-mon[185516]: pgmap v4636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:20:59 smithi118 ceph-mon[182959]: pgmap v4636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:20:59 smithi192 ceph-mon[180220]: pgmap v4636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:01 smithi118 ceph-mon[185516]: pgmap v4637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:01 smithi118 ceph-mon[182959]: pgmap v4637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:01 smithi192 ceph-mon[180220]: pgmap v4637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:04.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:03 smithi192 ceph-mon[180220]: pgmap v4638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:03 smithi118 ceph-mon[185516]: pgmap v4638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:04.776 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:03 smithi118 ceph-mon[182959]: pgmap v4638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:05 smithi192 ceph-mon[180220]: pgmap v4639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:05 smithi118 ceph-mon[185516]: pgmap v4639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:06.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:05 smithi118 ceph-mon[182959]: pgmap v4639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:07 smithi192 ceph-mon[180220]: pgmap v4640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:08.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:07 smithi118 ceph-mon[185516]: pgmap v4640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:08.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:07 smithi118 ceph-mon[182959]: pgmap v4640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:21:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:21:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:21:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:09 smithi118 ceph-mon[185516]: pgmap v4641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:09 smithi118 ceph-mon[182959]: pgmap v4641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:09 smithi192 ceph-mon[180220]: pgmap v4641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:12.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:11 smithi192 ceph-mon[180220]: pgmap v4642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:11 smithi118 ceph-mon[185516]: pgmap v4642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:11 smithi118 ceph-mon[182959]: pgmap v4642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:13 smithi192 ceph-mon[180220]: pgmap v4643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:13 smithi118 ceph-mon[185516]: pgmap v4643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:13 smithi118 ceph-mon[182959]: pgmap v4643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:15.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:21:15.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:21:15.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:21:15.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:21:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:21:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:21:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:21:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:21:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:21:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:21:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:21:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:21:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:15 smithi192 ceph-mon[180220]: pgmap v4644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:15 smithi118 ceph-mon[182959]: pgmap v4644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:15 smithi118 ceph-mon[185516]: pgmap v4644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:17 smithi192 ceph-mon[180220]: pgmap v4645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:17 smithi118 ceph-mon[185516]: pgmap v4645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:17 smithi118 ceph-mon[182959]: pgmap v4645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:21:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:21:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:21:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:19 smithi118 ceph-mon[185516]: pgmap v4646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:19 smithi118 ceph-mon[182959]: pgmap v4646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:19 smithi192 ceph-mon[180220]: pgmap v4646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:21 smithi192 ceph-mon[180220]: pgmap v4647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:21 smithi118 ceph-mon[185516]: pgmap v4647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:21 smithi118 ceph-mon[182959]: pgmap v4647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:23 smithi192 ceph-mon[180220]: pgmap v4648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:23 smithi118 ceph-mon[185516]: pgmap v4648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:23 smithi118 ceph-mon[182959]: pgmap v4648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:25 smithi192 ceph-mon[180220]: pgmap v4649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:27.248 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:25 smithi118 ceph-mon[182959]: pgmap v4649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:27.249 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:25 smithi118 ceph-mon[185516]: pgmap v4649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:27 smithi192 ceph-mon[180220]: pgmap v4650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:27 smithi118 ceph-mon[185516]: pgmap v4650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:27 smithi118 ceph-mon[182959]: pgmap v4650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:21:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:21:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:21:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:29 smithi118 ceph-mon[185516]: pgmap v4651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:29 smithi118 ceph-mon[182959]: pgmap v4651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:29 smithi192 ceph-mon[180220]: pgmap v4651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:31 smithi192 ceph-mon[180220]: pgmap v4652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:31 smithi118 ceph-mon[185516]: pgmap v4652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:31 smithi118 ceph-mon[182959]: pgmap v4652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:33 smithi192 ceph-mon[180220]: pgmap v4653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:33 smithi118 ceph-mon[185516]: pgmap v4653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:33 smithi118 ceph-mon[182959]: pgmap v4653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:35 smithi118 ceph-mon[185516]: pgmap v4654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:35 smithi118 ceph-mon[182959]: pgmap v4654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:35 smithi192 ceph-mon[180220]: pgmap v4654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:37.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:36 smithi118 ceph-mon[185516]: pgmap v4655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:37.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:36 smithi118 ceph-mon[182959]: pgmap v4655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:36 smithi192 ceph-mon[180220]: pgmap v4655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:21:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:21:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:21:40.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:39 smithi118 ceph-mon[185516]: pgmap v4656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:39 smithi118 ceph-mon[182959]: pgmap v4656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:39 smithi192 ceph-mon[180220]: pgmap v4656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:41 smithi192 ceph-mon[180220]: pgmap v4657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:41 smithi118 ceph-mon[185516]: pgmap v4657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:41 smithi118 ceph-mon[182959]: pgmap v4657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:43 smithi192 ceph-mon[180220]: pgmap v4658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:43 smithi118 ceph-mon[185516]: pgmap v4658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:43 smithi118 ceph-mon[182959]: pgmap v4658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:45 smithi192 ceph-mon[180220]: pgmap v4659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:45 smithi118 ceph-mon[185516]: pgmap v4659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:45 smithi118 ceph-mon[182959]: pgmap v4659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:47 smithi192 ceph-mon[180220]: pgmap v4660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:48.475 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:47 smithi118 ceph-mon[185516]: pgmap v4660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:48.475 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:47 smithi118 ceph-mon[182959]: pgmap v4660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:21:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:21:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:21:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:49 smithi118 ceph-mon[185516]: pgmap v4661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:49 smithi118 ceph-mon[182959]: pgmap v4661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:49 smithi192 ceph-mon[180220]: pgmap v4661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:21:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:51 smithi192 ceph-mon[180220]: pgmap v4662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:51 smithi118 ceph-mon[185516]: pgmap v4662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:52.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:51 smithi118 ceph-mon[182959]: pgmap v4662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:53 smithi192 ceph-mon[180220]: pgmap v4663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:53 smithi118 ceph-mon[185516]: pgmap v4663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:53 smithi118 ceph-mon[182959]: pgmap v4663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:55 smithi192 ceph-mon[180220]: pgmap v4664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:56.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:55 smithi118 ceph-mon[185516]: pgmap v4664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:55 smithi118 ceph-mon[182959]: pgmap v4664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:57 smithi192 ceph-mon[180220]: pgmap v4665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:57 smithi118 ceph-mon[185516]: pgmap v4665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:21:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:57 smithi118 ceph-mon[182959]: pgmap v4665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:21:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:21:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:22:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:21:59 smithi118 ceph-mon[185516]: pgmap v4666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:21:59 smithi118 ceph-mon[182959]: pgmap v4666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:00.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:21:59 smithi192 ceph-mon[180220]: pgmap v4666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:01 smithi192 ceph-mon[180220]: pgmap v4667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:01 smithi118 ceph-mon[182959]: pgmap v4667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:01 smithi118 ceph-mon[185516]: pgmap v4667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:03 smithi192 ceph-mon[180220]: pgmap v4668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:03 smithi118 ceph-mon[182959]: pgmap v4668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:03 smithi118 ceph-mon[185516]: pgmap v4668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:05.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:05 smithi192 ceph-mon[180220]: pgmap v4669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:05 smithi118 ceph-mon[185516]: pgmap v4669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:05 smithi118 ceph-mon[182959]: pgmap v4669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:07 smithi192 ceph-mon[180220]: pgmap v4670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:07 smithi118 ceph-mon[185516]: pgmap v4670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:07 smithi118 ceph-mon[182959]: pgmap v4670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:22:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:22:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:22:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:09 smithi118 ceph-mon[185516]: pgmap v4671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:09 smithi118 ceph-mon[182959]: pgmap v4671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:09 smithi192 ceph-mon[180220]: pgmap v4671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:11 smithi192 ceph-mon[180220]: pgmap v4672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:12.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:11 smithi118 ceph-mon[182959]: pgmap v4672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:12.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:11 smithi118 ceph-mon[185516]: pgmap v4672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:13 smithi118 ceph-mon[185516]: pgmap v4673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:13 smithi118 ceph-mon[182959]: pgmap v4673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:13 smithi192 ceph-mon[180220]: pgmap v4673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:15.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:14 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:22:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:14 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:22:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:14 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:22:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[185516]: pgmap v4674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:22:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:22:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:22:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[182959]: pgmap v4674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:22:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:22:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:22:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:15 smithi192 ceph-mon[180220]: pgmap v4674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:22:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:22:16.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:22:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:17 smithi118 ceph-mon[185516]: pgmap v4675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:17 smithi118 ceph-mon[182959]: pgmap v4675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:17 smithi192 ceph-mon[180220]: pgmap v4675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:22:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:22:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:22:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:19 smithi118 ceph-mon[185516]: pgmap v4676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:19 smithi118 ceph-mon[182959]: pgmap v4676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:19 smithi192 ceph-mon[180220]: pgmap v4676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:20.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:21 smithi192 ceph-mon[180220]: pgmap v4677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:21 smithi118 ceph-mon[185516]: pgmap v4677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:21 smithi118 ceph-mon[182959]: pgmap v4677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:23 smithi192 ceph-mon[180220]: pgmap v4678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:23 smithi118 ceph-mon[185516]: pgmap v4678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:23 smithi118 ceph-mon[182959]: pgmap v4678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:25 smithi192 ceph-mon[180220]: pgmap v4679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:25 smithi118 ceph-mon[185516]: pgmap v4679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:25 smithi118 ceph-mon[182959]: pgmap v4679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:27 smithi192 ceph-mon[180220]: pgmap v4680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:27 smithi118 ceph-mon[185516]: pgmap v4680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:27 smithi118 ceph-mon[182959]: pgmap v4680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:22:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:22:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:22:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:29 smithi118 ceph-mon[185516]: pgmap v4681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:29 smithi118 ceph-mon[182959]: pgmap v4681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:29 smithi192 ceph-mon[180220]: pgmap v4681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:32.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:31 smithi192 ceph-mon[180220]: pgmap v4682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:31 smithi118 ceph-mon[185516]: pgmap v4682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:31 smithi118 ceph-mon[182959]: pgmap v4682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:34.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:33 smithi192 ceph-mon[180220]: pgmap v4683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:33 smithi118 ceph-mon[185516]: pgmap v4683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:33 smithi118 ceph-mon[182959]: pgmap v4683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:35.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:35.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:36.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:35 smithi192 ceph-mon[180220]: pgmap v4684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:35 smithi118 ceph-mon[182959]: pgmap v4684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:35 smithi118 ceph-mon[185516]: pgmap v4684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:38.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:37 smithi192 ceph-mon[180220]: pgmap v4685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:37 smithi118 ceph-mon[182959]: pgmap v4685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:37 smithi118 ceph-mon[185516]: pgmap v4685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:22:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:22:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:22:40.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:39 smithi118 ceph-mon[185516]: pgmap v4686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:39 smithi118 ceph-mon[182959]: pgmap v4686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:40.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:39 smithi192 ceph-mon[180220]: pgmap v4686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:42.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:41 smithi192 ceph-mon[180220]: pgmap v4687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:41 smithi118 ceph-mon[185516]: pgmap v4687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:41 smithi118 ceph-mon[182959]: pgmap v4687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:43 smithi192 ceph-mon[180220]: pgmap v4688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:43 smithi118 ceph-mon[185516]: pgmap v4688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:43 smithi118 ceph-mon[182959]: pgmap v4688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:45 smithi192 ceph-mon[180220]: pgmap v4689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:45 smithi118 ceph-mon[185516]: pgmap v4689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:45 smithi118 ceph-mon[182959]: pgmap v4689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:48.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:47 smithi118 ceph-mon[185516]: pgmap v4690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:48.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:47 smithi118 ceph-mon[182959]: pgmap v4690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:47 smithi192 ceph-mon[180220]: pgmap v4690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:22:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:22:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:22:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:49 smithi118 ceph-mon[185516]: pgmap v4691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:49 smithi118 ceph-mon[182959]: pgmap v4691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:49 smithi192 ceph-mon[180220]: pgmap v4691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:22:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:51 smithi118 ceph-mon[185516]: pgmap v4692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:52.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:51 smithi118 ceph-mon[182959]: pgmap v4692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:52.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:51 smithi192 ceph-mon[180220]: pgmap v4692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:53 smithi118 ceph-mon[185516]: pgmap v4693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:54.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:53 smithi118 ceph-mon[182959]: pgmap v4693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:53 smithi192 ceph-mon[180220]: pgmap v4693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:55 smithi118 ceph-mon[185516]: pgmap v4694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:55 smithi118 ceph-mon[182959]: pgmap v4694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:55 smithi192 ceph-mon[180220]: pgmap v4694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:57 smithi118 ceph-mon[185516]: pgmap v4695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:57 smithi118 ceph-mon[182959]: pgmap v4695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:22:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:57 smithi192 ceph-mon[180220]: pgmap v4695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:22:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:22:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:23:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:22:59 smithi118 ceph-mon[185516]: pgmap v4696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:22:59 smithi118 ceph-mon[182959]: pgmap v4696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:22:59 smithi192 ceph-mon[180220]: pgmap v4696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:01 smithi118 ceph-mon[185516]: pgmap v4697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:01 smithi118 ceph-mon[182959]: pgmap v4697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:01 smithi192 ceph-mon[180220]: pgmap v4697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:04.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:03 smithi192 ceph-mon[180220]: pgmap v4698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:03 smithi118 ceph-mon[185516]: pgmap v4698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:03 smithi118 ceph-mon[182959]: pgmap v4698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:05.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:06.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:05 smithi192 ceph-mon[180220]: pgmap v4699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:05 smithi118 ceph-mon[185516]: pgmap v4699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:05 smithi118 ceph-mon[182959]: pgmap v4699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:07 smithi192 ceph-mon[180220]: pgmap v4700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:07 smithi118 ceph-mon[182959]: pgmap v4700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:07 smithi118 ceph-mon[185516]: pgmap v4700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:23:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:23:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:23:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:09 smithi118 ceph-mon[182959]: pgmap v4701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:09 smithi118 ceph-mon[185516]: pgmap v4701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:10.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:09 smithi192 ceph-mon[180220]: pgmap v4701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:12.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:11 smithi192 ceph-mon[180220]: pgmap v4702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:11 smithi118 ceph-mon[182959]: pgmap v4702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:11 smithi118 ceph-mon[185516]: pgmap v4702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:14.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:13 smithi192 ceph-mon[180220]: pgmap v4703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:13 smithi118 ceph-mon[182959]: pgmap v4703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:13 smithi118 ceph-mon[185516]: pgmap v4703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:15 smithi192 ceph-mon[180220]: pgmap v4704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:23:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:23:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:23:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:23:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[182959]: pgmap v4704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:23:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:23:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:23:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:23:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[185516]: pgmap v4704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:23:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:23:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:23:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:23:18.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:17 smithi192 ceph-mon[180220]: pgmap v4705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:17 smithi118 ceph-mon[185516]: pgmap v4705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:17 smithi118 ceph-mon[182959]: pgmap v4705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:23:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:23:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:23:20.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:19 smithi118 ceph-mon[182959]: pgmap v4706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:20.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:19 smithi118 ceph-mon[185516]: pgmap v4706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:19 smithi192 ceph-mon[180220]: pgmap v4706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:21 smithi192 ceph-mon[180220]: pgmap v4707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:21 smithi118 ceph-mon[185516]: pgmap v4707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:21 smithi118 ceph-mon[182959]: pgmap v4707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:23 smithi118 ceph-mon[185516]: pgmap v4708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:23 smithi118 ceph-mon[182959]: pgmap v4708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:23 smithi192 ceph-mon[180220]: pgmap v4708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:25 smithi118 ceph-mon[185516]: pgmap v4709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:25 smithi118 ceph-mon[182959]: pgmap v4709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:25 smithi192 ceph-mon[180220]: pgmap v4709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:27 smithi118 ceph-mon[185516]: pgmap v4710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:27 smithi118 ceph-mon[182959]: pgmap v4710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:27 smithi192 ceph-mon[180220]: pgmap v4710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:23:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:23:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:23:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:29 smithi118 ceph-mon[185516]: pgmap v4711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:29 smithi118 ceph-mon[182959]: pgmap v4711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:29 smithi192 ceph-mon[180220]: pgmap v4711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:31 smithi118 ceph-mon[185516]: pgmap v4712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:31 smithi118 ceph-mon[182959]: pgmap v4712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:31 smithi192 ceph-mon[180220]: pgmap v4712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:34.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:33 smithi118 ceph-mon[185516]: pgmap v4713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:34.544 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:33 smithi118 ceph-mon[182959]: pgmap v4713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:34.545 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:33 smithi192 ceph-mon[180220]: pgmap v4713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:35 smithi118 ceph-mon[182959]: pgmap v4714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:35 smithi118 ceph-mon[185516]: pgmap v4714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:35 smithi192 ceph-mon[180220]: pgmap v4714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:37 smithi118 ceph-mon[182959]: pgmap v4715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:38.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:37 smithi118 ceph-mon[185516]: pgmap v4715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:37 smithi192 ceph-mon[180220]: pgmap v4715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:40.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:39 smithi118 ceph-mon[182959]: pgmap v4716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:23:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:23:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:23:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:39 smithi118 ceph-mon[185516]: pgmap v4716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:39 smithi192 ceph-mon[180220]: pgmap v4716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:41.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:41 smithi118 ceph-mon[185516]: pgmap v4717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:41.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:41 smithi118 ceph-mon[182959]: pgmap v4717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:41 smithi192 ceph-mon[180220]: pgmap v4717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:44.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:43 smithi192 ceph-mon[180220]: pgmap v4718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:43 smithi118 ceph-mon[185516]: pgmap v4718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:43 smithi118 ceph-mon[182959]: pgmap v4718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:46.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:45 smithi192 ceph-mon[180220]: pgmap v4719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:45 smithi118 ceph-mon[185516]: pgmap v4719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:45 smithi118 ceph-mon[182959]: pgmap v4719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:48.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:47 smithi192 ceph-mon[180220]: pgmap v4720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:47 smithi118 ceph-mon[185516]: pgmap v4720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:47 smithi118 ceph-mon[182959]: pgmap v4720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:23:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:23:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:23:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:49 smithi118 ceph-mon[182959]: pgmap v4721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:50.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:49 smithi118 ceph-mon[185516]: pgmap v4721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:50.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:49 smithi192 ceph-mon[180220]: pgmap v4721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:23:52.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:51 smithi192 ceph-mon[180220]: pgmap v4722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:51 smithi118 ceph-mon[185516]: pgmap v4722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:51 smithi118 ceph-mon[182959]: pgmap v4722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:53 smithi192 ceph-mon[180220]: pgmap v4723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:53 smithi118 ceph-mon[185516]: pgmap v4723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:53 smithi118 ceph-mon[182959]: pgmap v4723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:56.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:55 smithi192 ceph-mon[180220]: pgmap v4724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:55 smithi118 ceph-mon[185516]: pgmap v4724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:56.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:55 smithi118 ceph-mon[182959]: pgmap v4724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:57 smithi118 ceph-mon[185516]: pgmap v4725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:57 smithi118 ceph-mon[182959]: pgmap v4725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:23:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:57 smithi192 ceph-mon[180220]: pgmap v4725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:23:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:23:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:24:00.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:23:59 smithi118 ceph-mon[182959]: pgmap v4726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:23:59 smithi118 ceph-mon[185516]: pgmap v4726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:23:59 smithi192 ceph-mon[180220]: pgmap v4726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:01 smithi118 ceph-mon[185516]: pgmap v4727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:01 smithi118 ceph-mon[182959]: pgmap v4727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:02.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:01 smithi192 ceph-mon[180220]: pgmap v4727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:03 smithi118 ceph-mon[185516]: pgmap v4728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:03 smithi118 ceph-mon[182959]: pgmap v4728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:03 smithi192 ceph-mon[180220]: pgmap v4728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:05 smithi118 ceph-mon[185516]: pgmap v4729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:05 smithi118 ceph-mon[182959]: pgmap v4729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:05 smithi192 ceph-mon[180220]: pgmap v4729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:07 smithi118 ceph-mon[185516]: pgmap v4730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:07 smithi118 ceph-mon[182959]: pgmap v4730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:07 smithi192 ceph-mon[180220]: pgmap v4730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:24:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:24:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:24:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:09 smithi118 ceph-mon[185516]: pgmap v4731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:09 smithi118 ceph-mon[182959]: pgmap v4731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:09 smithi192 ceph-mon[180220]: pgmap v4731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:11 smithi118 ceph-mon[185516]: pgmap v4732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:12.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:11 smithi118 ceph-mon[182959]: pgmap v4732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:11 smithi192 ceph-mon[180220]: pgmap v4732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:14.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:13 smithi118 ceph-mon[185516]: pgmap v4733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:14.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:13 smithi118 ceph-mon[182959]: pgmap v4733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:13 smithi192 ceph-mon[180220]: pgmap v4733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:15 smithi118 ceph-mon[182959]: pgmap v4734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:24:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:15 smithi118 ceph-mon[185516]: pgmap v4734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:24:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:15 smithi192 ceph-mon[180220]: pgmap v4734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:24:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:24:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:24:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:24:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:24:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:24:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:24:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:24:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:24:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:24:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:17 smithi118 ceph-mon[185516]: pgmap v4735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:17 smithi118 ceph-mon[182959]: pgmap v4735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:17 smithi192 ceph-mon[180220]: pgmap v4735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:18 smithi118 ceph-mon[185516]: pgmap v4736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:18 smithi118 ceph-mon[182959]: pgmap v4736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:18 smithi192 ceph-mon[180220]: pgmap v4736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:24:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:24:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:24:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:20 smithi118 ceph-mon[185516]: pgmap v4737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:21.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:20 smithi118 ceph-mon[182959]: pgmap v4737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:20 smithi192 ceph-mon[180220]: pgmap v4737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:24.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:23 smithi192 ceph-mon[180220]: pgmap v4738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:23 smithi118 ceph-mon[185516]: pgmap v4738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:23 smithi118 ceph-mon[182959]: pgmap v4738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:25 smithi192 ceph-mon[180220]: pgmap v4739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:25 smithi118 ceph-mon[185516]: pgmap v4739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:25 smithi118 ceph-mon[182959]: pgmap v4739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:28.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:27 smithi192 ceph-mon[180220]: pgmap v4740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:27 smithi118 ceph-mon[185516]: pgmap v4740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:27 smithi118 ceph-mon[182959]: pgmap v4740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:24:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:24:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:24:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:29 smithi118 ceph-mon[185516]: pgmap v4741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:29 smithi118 ceph-mon[182959]: pgmap v4741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:30.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:29 smithi192 ceph-mon[180220]: pgmap v4741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:31 smithi118 ceph-mon[185516]: pgmap v4742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:31 smithi118 ceph-mon[182959]: pgmap v4742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:31 smithi192 ceph-mon[180220]: pgmap v4742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:33 smithi118 ceph-mon[185516]: pgmap v4743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:33 smithi118 ceph-mon[182959]: pgmap v4743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:33 smithi192 ceph-mon[180220]: pgmap v4743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:35 smithi118 ceph-mon[185516]: pgmap v4744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:35 smithi118 ceph-mon[182959]: pgmap v4744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:35 smithi192 ceph-mon[180220]: pgmap v4744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:38.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:37 smithi118 ceph-mon[185516]: pgmap v4745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:38.811 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:37 smithi118 ceph-mon[182959]: pgmap v4745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:38.813 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:37 smithi192 ceph-mon[180220]: pgmap v4745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:24:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:24:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:24:40.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:39 smithi118 ceph-mon[185516]: pgmap v4746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:39 smithi118 ceph-mon[182959]: pgmap v4746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:39 smithi192 ceph-mon[180220]: pgmap v4746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:41 smithi118 ceph-mon[185516]: pgmap v4747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:42.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:41 smithi118 ceph-mon[182959]: pgmap v4747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:41 smithi192 ceph-mon[180220]: pgmap v4747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:43 smithi118 ceph-mon[185516]: pgmap v4748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:43 smithi118 ceph-mon[182959]: pgmap v4748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:44.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:43 smithi192 ceph-mon[180220]: pgmap v4748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:45 smithi118 ceph-mon[185516]: pgmap v4749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:46.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:45 smithi118 ceph-mon[182959]: pgmap v4749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:45 smithi192 ceph-mon[180220]: pgmap v4749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:47 smithi118 ceph-mon[185516]: pgmap v4750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:47 smithi118 ceph-mon[182959]: pgmap v4750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:47 smithi192 ceph-mon[180220]: pgmap v4750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:24:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:24:49] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T11:24:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:49 smithi118 ceph-mon[185516]: pgmap v4751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:49 smithi118 ceph-mon[182959]: pgmap v4751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:49 smithi192 ceph-mon[180220]: pgmap v4751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:24:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:51 smithi118 ceph-mon[185516]: pgmap v4752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:51 smithi118 ceph-mon[182959]: pgmap v4752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:51 smithi192 ceph-mon[180220]: pgmap v4752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:54.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:53 smithi192 ceph-mon[180220]: pgmap v4753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:53 smithi118 ceph-mon[185516]: pgmap v4753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:53 smithi118 ceph-mon[182959]: pgmap v4753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:55 smithi118 ceph-mon[185516]: pgmap v4754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:55 smithi118 ceph-mon[182959]: pgmap v4754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:55 smithi192 ceph-mon[180220]: pgmap v4754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:58.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:57 smithi118 ceph-mon[185516]: pgmap v4755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:58.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:57 smithi118 ceph-mon[182959]: pgmap v4755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:58.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:57 smithi192 ceph-mon[180220]: pgmap v4755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:24:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 11:24:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T11:24:59.088414636Z level=info msg="Completed cleanup jobs" duration=11.250081ms 2023-09-30T11:25:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:24:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:24:59] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T11:25:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:24:59 smithi118 ceph-mon[185516]: pgmap v4756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:24:59 smithi118 ceph-mon[182959]: pgmap v4756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:24:59 smithi192 ceph-mon[180220]: pgmap v4756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:01 smithi118 ceph-mon[185516]: pgmap v4757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:02.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:01 smithi118 ceph-mon[182959]: pgmap v4757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:01 smithi192 ceph-mon[180220]: pgmap v4757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:03 smithi118 ceph-mon[185516]: pgmap v4758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:03 smithi118 ceph-mon[182959]: pgmap v4758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:03 smithi192 ceph-mon[180220]: pgmap v4758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:05 smithi118 ceph-mon[185516]: pgmap v4759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:05 smithi118 ceph-mon[182959]: pgmap v4759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:05 smithi192 ceph-mon[180220]: pgmap v4759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:07 smithi118 ceph-mon[185516]: pgmap v4760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:07 smithi118 ceph-mon[182959]: pgmap v4760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:07 smithi192 ceph-mon[180220]: pgmap v4760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:25:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:25:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:25:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:09 smithi118 ceph-mon[185516]: pgmap v4761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:09 smithi118 ceph-mon[182959]: pgmap v4761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:09 smithi192 ceph-mon[180220]: pgmap v4761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:11 smithi118 ceph-mon[185516]: pgmap v4762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:12.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:11 smithi118 ceph-mon[182959]: pgmap v4762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:11 smithi192 ceph-mon[180220]: pgmap v4762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:13 smithi118 ceph-mon[185516]: pgmap v4763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:13 smithi118 ceph-mon[182959]: pgmap v4763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:13 smithi192 ceph-mon[180220]: pgmap v4763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:15 smithi118 ceph-mon[185516]: pgmap v4764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:15 smithi118 ceph-mon[182959]: pgmap v4764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:15 smithi192 ceph-mon[180220]: pgmap v4764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:25:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:25:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:25:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:17.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[185516]: pgmap v4765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:25:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:25:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[182959]: pgmap v4765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:25:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:25:18.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:17 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:17 smithi192 ceph-mon[180220]: pgmap v4765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:18.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:25:18.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:25:18.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:17 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:25:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:19 smithi118 ceph-mon[185516]: pgmap v4766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:18 smithi118 ceph-mon[182959]: pgmap v4766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:19 smithi192 ceph-mon[180220]: pgmap v4766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:25:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:25:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:25:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:21.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:21 smithi118 ceph-mon[182959]: pgmap v4767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:21 smithi118 ceph-mon[185516]: pgmap v4767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:21 smithi192 ceph-mon[180220]: pgmap v4767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:23 smithi118 ceph-mon[182959]: pgmap v4768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:23 smithi118 ceph-mon[185516]: pgmap v4768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:23 smithi192 ceph-mon[180220]: pgmap v4768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:25 smithi118 ceph-mon[185516]: pgmap v4769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:25 smithi118 ceph-mon[182959]: pgmap v4769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:25 smithi192 ceph-mon[180220]: pgmap v4769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:27 smithi118 ceph-mon[185516]: pgmap v4770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:27 smithi118 ceph-mon[182959]: pgmap v4770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:27 smithi192 ceph-mon[180220]: pgmap v4770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:25:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:25:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:25:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:29 smithi118 ceph-mon[185516]: pgmap v4771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:29 smithi118 ceph-mon[182959]: pgmap v4771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:29 smithi192 ceph-mon[180220]: pgmap v4771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:31 smithi118 ceph-mon[185516]: pgmap v4772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:31 smithi118 ceph-mon[182959]: pgmap v4772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:31 smithi192 ceph-mon[180220]: pgmap v4772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:33 smithi118 ceph-mon[185516]: pgmap v4773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:33 smithi118 ceph-mon[182959]: pgmap v4773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:33 smithi192 ceph-mon[180220]: pgmap v4773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:35 smithi118 ceph-mon[185516]: pgmap v4774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:35 smithi118 ceph-mon[182959]: pgmap v4774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:35 smithi192 ceph-mon[180220]: pgmap v4774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:37 smithi118 ceph-mon[185516]: pgmap v4775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:37 smithi118 ceph-mon[182959]: pgmap v4775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:37 smithi192 ceph-mon[180220]: pgmap v4775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:25:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:25:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:25:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:39 smithi118 ceph-mon[185516]: pgmap v4776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:39 smithi118 ceph-mon[182959]: pgmap v4776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:39 smithi192 ceph-mon[180220]: pgmap v4776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:41 smithi118 ceph-mon[185516]: pgmap v4777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:43.478 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:41 smithi118 ceph-mon[182959]: pgmap v4777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:43.479 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:41 smithi192 ceph-mon[180220]: pgmap v4777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:43 smithi118 ceph-mon[185516]: pgmap v4778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:43 smithi118 ceph-mon[182959]: pgmap v4778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:43 smithi192 ceph-mon[180220]: pgmap v4778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:45 smithi118 ceph-mon[185516]: pgmap v4779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:45 smithi118 ceph-mon[182959]: pgmap v4779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:45 smithi192 ceph-mon[180220]: pgmap v4779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:47 smithi118 ceph-mon[185516]: pgmap v4780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:48.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:47 smithi118 ceph-mon[182959]: pgmap v4780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:47 smithi192 ceph-mon[180220]: pgmap v4780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:25:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:25:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:25:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:49 smithi118 ceph-mon[185516]: pgmap v4781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:49 smithi118 ceph-mon[182959]: pgmap v4781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:49 smithi192 ceph-mon[180220]: pgmap v4781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:25:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:51 smithi118 ceph-mon[185516]: pgmap v4782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:51 smithi118 ceph-mon[182959]: pgmap v4782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:51 smithi192 ceph-mon[180220]: pgmap v4782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:53 smithi118 ceph-mon[185516]: pgmap v4783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:53 smithi118 ceph-mon[182959]: pgmap v4783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:53 smithi192 ceph-mon[180220]: pgmap v4783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:55 smithi118 ceph-mon[182959]: pgmap v4784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:55 smithi118 ceph-mon[185516]: pgmap v4784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:55 smithi192 ceph-mon[180220]: pgmap v4784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:57 smithi118 ceph-mon[182959]: pgmap v4785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:58.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:57 smithi118 ceph-mon[185516]: pgmap v4785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:25:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:57 smithi192 ceph-mon[180220]: pgmap v4785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:25:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:25:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:26:00.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:25:59 smithi118 ceph-mon[182959]: pgmap v4786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:25:59 smithi118 ceph-mon[185516]: pgmap v4786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:25:59 smithi192 ceph-mon[180220]: pgmap v4786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:01 smithi118 ceph-mon[182959]: pgmap v4787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:01 smithi118 ceph-mon[185516]: pgmap v4787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:01 smithi192 ceph-mon[180220]: pgmap v4787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:03 smithi118 ceph-mon[182959]: pgmap v4788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:04.612 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:03 smithi118 ceph-mon[185516]: pgmap v4788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:04.612 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:03 smithi192 ceph-mon[180220]: pgmap v4788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:05 smithi118 ceph-mon[182959]: pgmap v4789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:05 smithi118 ceph-mon[185516]: pgmap v4789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:05 smithi192 ceph-mon[180220]: pgmap v4789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:07 smithi118 ceph-mon[182959]: pgmap v4790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:07 smithi118 ceph-mon[185516]: pgmap v4790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:07 smithi192 ceph-mon[180220]: pgmap v4790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:26:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:26:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:26:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:09 smithi118 ceph-mon[185516]: pgmap v4791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:09 smithi118 ceph-mon[182959]: pgmap v4791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:09 smithi192 ceph-mon[180220]: pgmap v4791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:11 smithi118 ceph-mon[185516]: pgmap v4792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:11 smithi118 ceph-mon[182959]: pgmap v4792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:11 smithi192 ceph-mon[180220]: pgmap v4792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:13 smithi118 ceph-mon[185516]: pgmap v4793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:13 smithi118 ceph-mon[182959]: pgmap v4793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:13 smithi192 ceph-mon[180220]: pgmap v4793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:16 smithi118 ceph-mon[185516]: pgmap v4794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:15 smithi118 ceph-mon[182959]: pgmap v4794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:15 smithi192 ceph-mon[180220]: pgmap v4794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:17 smithi118 ceph-mon[185516]: pgmap v4795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:17 smithi118 ceph-mon[182959]: pgmap v4795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:17 smithi192 ceph-mon[180220]: pgmap v4795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:18 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:26:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:18 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:26:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:18 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:26:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:26:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:26:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:26:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[185516]: pgmap v4796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:26:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:26:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:26:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-mon[182959]: pgmap v4796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:26:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:26:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:26:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:19 smithi192 ceph-mon[180220]: pgmap v4796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:26:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:26:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:26:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:21 smithi118 ceph-mon[185516]: pgmap v4797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:21.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:21 smithi118 ceph-mon[182959]: pgmap v4797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:21 smithi192 ceph-mon[180220]: pgmap v4797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:23 smithi118 ceph-mon[185516]: pgmap v4798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:23 smithi118 ceph-mon[182959]: pgmap v4798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:23 smithi192 ceph-mon[180220]: pgmap v4798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:25 smithi118 ceph-mon[185516]: pgmap v4799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:25 smithi118 ceph-mon[182959]: pgmap v4799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:25 smithi192 ceph-mon[180220]: pgmap v4799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:27 smithi118 ceph-mon[182959]: pgmap v4800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:27 smithi118 ceph-mon[185516]: pgmap v4800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:27 smithi192 ceph-mon[180220]: pgmap v4800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:26:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:26:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:26:30.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:29 smithi118 ceph-mon[182959]: pgmap v4801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:29 smithi118 ceph-mon[185516]: pgmap v4801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:29 smithi192 ceph-mon[180220]: pgmap v4801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:31 smithi118 ceph-mon[182959]: pgmap v4802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:31 smithi118 ceph-mon[185516]: pgmap v4802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:31 smithi192 ceph-mon[180220]: pgmap v4802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:33 smithi118 ceph-mon[182959]: pgmap v4803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:33 smithi118 ceph-mon[185516]: pgmap v4803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:33 smithi192 ceph-mon[180220]: pgmap v4803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:35 smithi118 ceph-mon[182959]: pgmap v4804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:36.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:35 smithi118 ceph-mon[185516]: pgmap v4804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:35 smithi192 ceph-mon[180220]: pgmap v4804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:37 smithi118 ceph-mon[182959]: pgmap v4805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:37 smithi118 ceph-mon[185516]: pgmap v4805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:37 smithi192 ceph-mon[180220]: pgmap v4805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:26:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:26:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:26:40.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:39 smithi118 ceph-mon[185516]: pgmap v4806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:39 smithi118 ceph-mon[182959]: pgmap v4806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:39 smithi192 ceph-mon[180220]: pgmap v4806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:42.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:41 smithi118 ceph-mon[185516]: pgmap v4807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:42.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:41 smithi118 ceph-mon[182959]: pgmap v4807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:41 smithi192 ceph-mon[180220]: pgmap v4807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:44 smithi118 ceph-mon[185516]: pgmap v4808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:44 smithi118 ceph-mon[182959]: pgmap v4808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:44 smithi192 ceph-mon[180220]: pgmap v4808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:45.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:45 smithi118 ceph-mon[185516]: pgmap v4809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:45.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:45 smithi118 ceph-mon[182959]: pgmap v4809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:45 smithi192 ceph-mon[180220]: pgmap v4809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:47 smithi118 ceph-mon[185516]: pgmap v4810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:47 smithi118 ceph-mon[182959]: pgmap v4810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:47 smithi192 ceph-mon[180220]: pgmap v4810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:26:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:26:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:26:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:49 smithi118 ceph-mon[185516]: pgmap v4811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:49 smithi118 ceph-mon[182959]: pgmap v4811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:50.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:49 smithi192 ceph-mon[180220]: pgmap v4811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:26:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:51 smithi118 ceph-mon[185516]: pgmap v4812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:51 smithi118 ceph-mon[182959]: pgmap v4812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:52.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:51 smithi192 ceph-mon[180220]: pgmap v4812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:53 smithi118 ceph-mon[185516]: pgmap v4813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:53 smithi118 ceph-mon[182959]: pgmap v4813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:53 smithi192 ceph-mon[180220]: pgmap v4813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:55 smithi118 ceph-mon[185516]: pgmap v4814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:55 smithi118 ceph-mon[182959]: pgmap v4814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:55 smithi192 ceph-mon[180220]: pgmap v4814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:58.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:57 smithi118 ceph-mon[185516]: pgmap v4815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:58.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:57 smithi118 ceph-mon[182959]: pgmap v4815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:26:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:57 smithi192 ceph-mon[180220]: pgmap v4815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:26:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:26:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:27:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:26:59 smithi118 ceph-mon[185516]: pgmap v4816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:26:59 smithi118 ceph-mon[182959]: pgmap v4816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:26:59 smithi192 ceph-mon[180220]: pgmap v4816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:01 smithi118 ceph-mon[185516]: pgmap v4817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:01 smithi118 ceph-mon[182959]: pgmap v4817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:01 smithi192 ceph-mon[180220]: pgmap v4817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:03 smithi118 ceph-mon[185516]: pgmap v4818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:03 smithi118 ceph-mon[182959]: pgmap v4818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:03 smithi192 ceph-mon[180220]: pgmap v4818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:06 smithi118 ceph-mon[185516]: pgmap v4819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:06 smithi118 ceph-mon[182959]: pgmap v4819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:06 smithi192 ceph-mon[180220]: pgmap v4819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:07 smithi118 ceph-mon[185516]: pgmap v4820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:07.685 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:07 smithi118 ceph-mon[182959]: pgmap v4820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:07.686 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:07 smithi192 ceph-mon[180220]: pgmap v4820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:27:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:27:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:27:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:09 smithi118 ceph-mon[185516]: pgmap v4821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:09 smithi118 ceph-mon[182959]: pgmap v4821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:09 smithi192 ceph-mon[180220]: pgmap v4821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:11 smithi118 ceph-mon[185516]: pgmap v4822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:11 smithi118 ceph-mon[182959]: pgmap v4822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:11 smithi192 ceph-mon[180220]: pgmap v4822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:13 smithi118 ceph-mon[185516]: pgmap v4823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:13 smithi118 ceph-mon[182959]: pgmap v4823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:13 smithi192 ceph-mon[180220]: pgmap v4823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:15 smithi118 ceph-mon[185516]: pgmap v4824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:15 smithi118 ceph-mon[182959]: pgmap v4824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:15 smithi192 ceph-mon[180220]: pgmap v4824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:17 smithi118 ceph-mon[185516]: pgmap v4825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:17 smithi118 ceph-mon[182959]: pgmap v4825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:17 smithi192 ceph-mon[180220]: pgmap v4825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:19.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:27:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:27:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:27:20.001 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:27:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:27:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:27:20.200 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:20 smithi192 ceph-mon[180220]: pgmap v4826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:20.200 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:20.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:20 smithi118 ceph-mon[182959]: pgmap v4826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:20.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:20.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:20 smithi118 ceph-mon[185516]: pgmap v4826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:20.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:21 smithi192 ceph-mon[180220]: pgmap v4827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:21 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[185516]: pgmap v4827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[182959]: pgmap v4827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:21.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:21 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:27:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:27:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:27:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:27:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:27:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:27:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:27:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:23 smithi118 ceph-mon[185516]: pgmap v4828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:23 smithi118 ceph-mon[182959]: pgmap v4828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:23 smithi192 ceph-mon[180220]: pgmap v4828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:25 smithi118 ceph-mon[185516]: pgmap v4829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:25 smithi118 ceph-mon[182959]: pgmap v4829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:25 smithi192 ceph-mon[180220]: pgmap v4829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:27 smithi118 ceph-mon[185516]: pgmap v4830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:28.805 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:27 smithi118 ceph-mon[182959]: pgmap v4830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:28.806 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:27 smithi192 ceph-mon[180220]: pgmap v4830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:27:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:27:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:27:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:29 smithi118 ceph-mon[185516]: pgmap v4831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:29 smithi118 ceph-mon[182959]: pgmap v4831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:29 smithi192 ceph-mon[180220]: pgmap v4831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:31 smithi118 ceph-mon[185516]: pgmap v4832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:31 smithi118 ceph-mon[182959]: pgmap v4832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:32.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:31 smithi192 ceph-mon[180220]: pgmap v4832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:33 smithi118 ceph-mon[185516]: pgmap v4833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:33 smithi118 ceph-mon[182959]: pgmap v4833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:33 smithi192 ceph-mon[180220]: pgmap v4833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:36 smithi118 ceph-mon[185516]: pgmap v4834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:36 smithi118 ceph-mon[182959]: pgmap v4834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:36 smithi192 ceph-mon[180220]: pgmap v4834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:38 smithi118 ceph-mon[185516]: pgmap v4835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:38 smithi118 ceph-mon[182959]: pgmap v4835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:38 smithi192 ceph-mon[180220]: pgmap v4835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:27:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:27:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:27:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:40 smithi118 ceph-mon[185516]: pgmap v4836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:40 smithi118 ceph-mon[182959]: pgmap v4836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:40 smithi192 ceph-mon[180220]: pgmap v4836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:41.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:41 smithi118 ceph-mon[185516]: pgmap v4837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:41.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:41 smithi118 ceph-mon[182959]: pgmap v4837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:41 smithi192 ceph-mon[180220]: pgmap v4837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:43 smithi118 ceph-mon[182959]: pgmap v4838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:43 smithi118 ceph-mon[185516]: pgmap v4838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:43 smithi192 ceph-mon[180220]: pgmap v4838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:45 smithi118 ceph-mon[182959]: pgmap v4839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:45 smithi118 ceph-mon[185516]: pgmap v4839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:45 smithi192 ceph-mon[180220]: pgmap v4839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:47 smithi118 ceph-mon[182959]: pgmap v4840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:48.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:47 smithi118 ceph-mon[185516]: pgmap v4840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:47 smithi192 ceph-mon[180220]: pgmap v4840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:27:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:27:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:27:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:49 smithi118 ceph-mon[185516]: pgmap v4841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:49 smithi118 ceph-mon[182959]: pgmap v4841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:49 smithi192 ceph-mon[180220]: pgmap v4841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:50.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:27:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:52 smithi118 ceph-mon[185516]: pgmap v4842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:52 smithi118 ceph-mon[182959]: pgmap v4842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:52.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:52 smithi192 ceph-mon[180220]: pgmap v4842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:54 smithi118 ceph-mon[182959]: pgmap v4843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:54.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:54 smithi118 ceph-mon[185516]: pgmap v4843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:54 smithi192 ceph-mon[180220]: pgmap v4843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:56 smithi118 ceph-mon[182959]: pgmap v4844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:56 smithi118 ceph-mon[185516]: pgmap v4844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:56 smithi192 ceph-mon[180220]: pgmap v4844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:57.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:57 smithi118 ceph-mon[182959]: pgmap v4845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:57.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:57 smithi118 ceph-mon[185516]: pgmap v4845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:27:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:57 smithi192 ceph-mon[180220]: pgmap v4845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:27:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:27:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:28:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:27:59 smithi118 ceph-mon[182959]: pgmap v4846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:00.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:27:59 smithi118 ceph-mon[185516]: pgmap v4846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:27:59 smithi192 ceph-mon[180220]: pgmap v4846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:01 smithi118 ceph-mon[185516]: pgmap v4847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:01 smithi118 ceph-mon[182959]: pgmap v4847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:01 smithi192 ceph-mon[180220]: pgmap v4847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:04 smithi118 ceph-mon[182959]: pgmap v4848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:04 smithi118 ceph-mon[185516]: pgmap v4848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:04 smithi192 ceph-mon[180220]: pgmap v4848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:06 smithi118 ceph-mon[185516]: pgmap v4849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:06 smithi118 ceph-mon[182959]: pgmap v4849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:06 smithi192 ceph-mon[180220]: pgmap v4849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:08 smithi118 ceph-mon[185516]: pgmap v4850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:08 smithi118 ceph-mon[182959]: pgmap v4850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:08 smithi192 ceph-mon[180220]: pgmap v4850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:28:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:28:09] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T11:28:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:10 smithi118 ceph-mon[185516]: pgmap v4851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:10 smithi118 ceph-mon[182959]: pgmap v4851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:10 smithi192 ceph-mon[180220]: pgmap v4851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:11 smithi118 ceph-mon[185516]: pgmap v4852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:11.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:11 smithi118 ceph-mon[182959]: pgmap v4852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:11 smithi192 ceph-mon[180220]: pgmap v4852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:13 smithi118 ceph-mon[185516]: pgmap v4853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:13 smithi118 ceph-mon[182959]: pgmap v4853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:13 smithi192 ceph-mon[180220]: pgmap v4853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:16 smithi118 ceph-mon[185516]: pgmap v4854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:16 smithi118 ceph-mon[182959]: pgmap v4854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:16 smithi192 ceph-mon[180220]: pgmap v4854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:18 smithi118 ceph-mon[185516]: pgmap v4855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:18 smithi118 ceph-mon[182959]: pgmap v4855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:18 smithi192 ceph-mon[180220]: pgmap v4855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:28:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:28:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:28:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:20 smithi118 ceph-mon[182959]: pgmap v4856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:20 smithi118 ceph-mon[185516]: pgmap v4856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:20 smithi192 ceph-mon[180220]: pgmap v4856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:22 smithi118 ceph-mon[185516]: pgmap v4857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:22 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:28:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:22 smithi118 ceph-mon[182959]: pgmap v4857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:22 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:28:22.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:22 smithi192 ceph-mon[180220]: pgmap v4857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:22.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:22 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:28:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:28:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:28:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:28:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:28:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:28:23.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:28:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:28:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:28:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:28:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:24 smithi118 ceph-mon[185516]: pgmap v4858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:24 smithi118 ceph-mon[182959]: pgmap v4858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:24 smithi192 ceph-mon[180220]: pgmap v4858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:26 smithi118 ceph-mon[185516]: pgmap v4859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:26 smithi118 ceph-mon[182959]: pgmap v4859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:26 smithi192 ceph-mon[180220]: pgmap v4859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:28 smithi118 ceph-mon[185516]: pgmap v4860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:28 smithi118 ceph-mon[182959]: pgmap v4860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:28 smithi192 ceph-mon[180220]: pgmap v4860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:28:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:28:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:28:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:30 smithi118 ceph-mon[185516]: pgmap v4861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:30.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:30 smithi118 ceph-mon[182959]: pgmap v4861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:30 smithi192 ceph-mon[180220]: pgmap v4861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:31 smithi118 ceph-mon[185516]: pgmap v4862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:31.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:31 smithi118 ceph-mon[182959]: pgmap v4862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:31 smithi192 ceph-mon[180220]: pgmap v4862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:34 smithi118 ceph-mon[182959]: pgmap v4863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:34 smithi118 ceph-mon[185516]: pgmap v4863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:34 smithi192 ceph-mon[180220]: pgmap v4863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:36 smithi118 ceph-mon[185516]: pgmap v4864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:36.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:36 smithi118 ceph-mon[182959]: pgmap v4864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:36 smithi192 ceph-mon[180220]: pgmap v4864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:38 smithi118 ceph-mon[182959]: pgmap v4865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:38 smithi118 ceph-mon[185516]: pgmap v4865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:38 smithi192 ceph-mon[180220]: pgmap v4865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:28:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:28:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:28:40.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:40 smithi118 ceph-mon[185516]: pgmap v4866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:40 smithi118 ceph-mon[182959]: pgmap v4866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:40 smithi192 ceph-mon[180220]: pgmap v4866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:42 smithi118 ceph-mon[185516]: pgmap v4867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:42 smithi118 ceph-mon[182959]: pgmap v4867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:42 smithi192 ceph-mon[180220]: pgmap v4867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:44 smithi118 ceph-mon[185516]: pgmap v4868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:44 smithi118 ceph-mon[182959]: pgmap v4868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:44 smithi192 ceph-mon[180220]: pgmap v4868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:45.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:45 smithi118 ceph-mon[185516]: pgmap v4869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:45.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:45 smithi118 ceph-mon[182959]: pgmap v4869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:45 smithi192 ceph-mon[180220]: pgmap v4869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:47 smithi118 ceph-mon[185516]: pgmap v4870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:47 smithi118 ceph-mon[182959]: pgmap v4870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:47 smithi192 ceph-mon[180220]: pgmap v4870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:28:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:28:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:28:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:50 smithi118 ceph-mon[185516]: pgmap v4871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:50 smithi118 ceph-mon[182959]: pgmap v4871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:50 smithi192 ceph-mon[180220]: pgmap v4871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:28:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:52 smithi118 ceph-mon[185516]: pgmap v4872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:52.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:52 smithi118 ceph-mon[182959]: pgmap v4872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:52.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:52 smithi192 ceph-mon[180220]: pgmap v4872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:54 smithi118 ceph-mon[185516]: pgmap v4873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:54 smithi118 ceph-mon[182959]: pgmap v4873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:54 smithi192 ceph-mon[180220]: pgmap v4873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:56 smithi118 ceph-mon[185516]: pgmap v4874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:56.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:56 smithi118 ceph-mon[182959]: pgmap v4874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:56 smithi192 ceph-mon[180220]: pgmap v4874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:28:58 smithi118 ceph-mon[185516]: pgmap v4875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:28:58 smithi118 ceph-mon[182959]: pgmap v4875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:28:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:28:58 smithi192 ceph-mon[180220]: pgmap v4875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:28:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:28:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:29:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:00 smithi118 ceph-mon[185516]: pgmap v4876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:00 smithi118 ceph-mon[182959]: pgmap v4876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:00 smithi192 ceph-mon[180220]: pgmap v4876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:02 smithi118 ceph-mon[182959]: pgmap v4877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:02 smithi118 ceph-mon[185516]: pgmap v4877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:02 smithi192 ceph-mon[180220]: pgmap v4877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:04 smithi118 ceph-mon[185516]: pgmap v4878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:04 smithi118 ceph-mon[182959]: pgmap v4878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:04 smithi192 ceph-mon[180220]: pgmap v4878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:06 smithi118 ceph-mon[185516]: pgmap v4879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:06 smithi118 ceph-mon[182959]: pgmap v4879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:06 smithi192 ceph-mon[180220]: pgmap v4879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:08.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:08 smithi118 ceph-mon[185516]: pgmap v4880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:08.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:08 smithi118 ceph-mon[182959]: pgmap v4880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:08 smithi192 ceph-mon[180220]: pgmap v4880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:29:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:29:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:29:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:10 smithi118 ceph-mon[185516]: pgmap v4881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:10 smithi118 ceph-mon[182959]: pgmap v4881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:10 smithi192 ceph-mon[180220]: pgmap v4881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:12 smithi118 ceph-mon[185516]: pgmap v4882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:12.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:12 smithi118 ceph-mon[182959]: pgmap v4882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:12 smithi192 ceph-mon[180220]: pgmap v4882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:14 smithi118 ceph-mon[185516]: pgmap v4883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:14.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:14 smithi118 ceph-mon[182959]: pgmap v4883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:14 smithi192 ceph-mon[180220]: pgmap v4883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:16.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:16 smithi118 ceph-mon[182959]: pgmap v4884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:16 smithi118 ceph-mon[185516]: pgmap v4884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:16 smithi192 ceph-mon[180220]: pgmap v4884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:18 smithi118 ceph-mon[182959]: pgmap v4885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:18.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:18 smithi118 ceph-mon[185516]: pgmap v4885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:18 smithi192 ceph-mon[180220]: pgmap v4885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:29:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:29:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:29:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:20 smithi118 ceph-mon[182959]: pgmap v4886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:20 smithi118 ceph-mon[185516]: pgmap v4886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:20 smithi192 ceph-mon[180220]: pgmap v4886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:22.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:22 smithi118 ceph-mon[185516]: pgmap v4887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:22.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:22 smithi118 ceph-mon[182959]: pgmap v4887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:22.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:22 smithi192 ceph-mon[180220]: pgmap v4887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:29:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:29:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:29:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:29:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:29:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:29:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:29:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:29:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:29:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:29:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:29:23.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:29:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:24 smithi118 ceph-mon[182959]: pgmap v4888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:24 smithi118 ceph-mon[185516]: pgmap v4888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:24 smithi192 ceph-mon[180220]: pgmap v4888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:26.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:26 smithi118 ceph-mon[185516]: pgmap v4889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:26.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:26 smithi118 ceph-mon[182959]: pgmap v4889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:26 smithi192 ceph-mon[180220]: pgmap v4889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:27.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:27 smithi118 ceph-mon[185516]: pgmap v4890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:27.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:27 smithi118 ceph-mon[182959]: pgmap v4890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:27 smithi192 ceph-mon[180220]: pgmap v4890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:29:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:29:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:29:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:30 smithi118 ceph-mon[185516]: pgmap v4891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:30 smithi118 ceph-mon[182959]: pgmap v4891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:30 smithi192 ceph-mon[180220]: pgmap v4891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:32 smithi118 ceph-mon[185516]: pgmap v4892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:32.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:32 smithi118 ceph-mon[182959]: pgmap v4892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:32 smithi192 ceph-mon[180220]: pgmap v4892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:34 smithi118 ceph-mon[185516]: pgmap v4893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:34 smithi118 ceph-mon[182959]: pgmap v4893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:34 smithi192 ceph-mon[180220]: pgmap v4893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:36 smithi118 ceph-mon[185516]: pgmap v4894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:36 smithi118 ceph-mon[182959]: pgmap v4894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:36 smithi192 ceph-mon[180220]: pgmap v4894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:37.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:37 smithi118 ceph-mon[185516]: pgmap v4895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:37.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:37 smithi118 ceph-mon[182959]: pgmap v4895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:37 smithi192 ceph-mon[180220]: pgmap v4895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:29:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:29:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:29:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:40 smithi118 ceph-mon[185516]: pgmap v4896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:40.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:40 smithi118 ceph-mon[182959]: pgmap v4896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:40 smithi192 ceph-mon[180220]: pgmap v4896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:42 smithi118 ceph-mon[185516]: pgmap v4897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:42 smithi118 ceph-mon[182959]: pgmap v4897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:42 smithi192 ceph-mon[180220]: pgmap v4897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:44 smithi118 ceph-mon[185516]: pgmap v4898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:44.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:44 smithi118 ceph-mon[182959]: pgmap v4898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:44 smithi192 ceph-mon[180220]: pgmap v4898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:46 smithi118 ceph-mon[185516]: pgmap v4899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:46 smithi118 ceph-mon[182959]: pgmap v4899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:46 smithi192 ceph-mon[180220]: pgmap v4899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:48 smithi118 ceph-mon[185516]: pgmap v4900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:48 smithi118 ceph-mon[182959]: pgmap v4900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:48 smithi192 ceph-mon[180220]: pgmap v4900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:49 smithi118 ceph-mon[185516]: pgmap v4901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:49 smithi118 ceph-mon[182959]: pgmap v4901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:49 smithi192 ceph-mon[180220]: pgmap v4901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:29:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:29:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:29:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:29:51.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:51 smithi118 ceph-mon[185516]: pgmap v4902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:51.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:51 smithi118 ceph-mon[182959]: pgmap v4902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:51 smithi192 ceph-mon[180220]: pgmap v4902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:54 smithi118 ceph-mon[185516]: pgmap v4903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:54 smithi118 ceph-mon[182959]: pgmap v4903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:54 smithi192 ceph-mon[180220]: pgmap v4903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:56 smithi118 ceph-mon[185516]: pgmap v4904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:56 smithi118 ceph-mon[182959]: pgmap v4904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:56 smithi192 ceph-mon[180220]: pgmap v4904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:58 smithi118 ceph-mon[185516]: pgmap v4905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:58 smithi118 ceph-mon[182959]: pgmap v4905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:58 smithi192 ceph-mon[180220]: pgmap v4905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:29:59 smithi118 ceph-mon[185516]: pgmap v4906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:59.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:29:59 smithi118 ceph-mon[182959]: pgmap v4906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:29:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:29:59 smithi192 ceph-mon[180220]: pgmap v4906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:00.073 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:29:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:29:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:30:00.073 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T11:30:00.341 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T11:30:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T11:30:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:01 smithi118 ceph-mon[185516]: pgmap v4907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:01 smithi118 ceph-mon[182959]: pgmap v4907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:01 smithi192 ceph-mon[180220]: pgmap v4907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:04 smithi118 ceph-mon[182959]: pgmap v4908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:04.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:04 smithi118 ceph-mon[185516]: pgmap v4908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:04 smithi192 ceph-mon[180220]: pgmap v4908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:06 smithi118 ceph-mon[185516]: pgmap v4909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:06 smithi118 ceph-mon[182959]: pgmap v4909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:06 smithi192 ceph-mon[180220]: pgmap v4909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:07 smithi118 ceph-mon[185516]: pgmap v4910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:07.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:07 smithi118 ceph-mon[182959]: pgmap v4910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:07 smithi192 ceph-mon[180220]: pgmap v4910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:30:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:30:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:30:10.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:10 smithi118 ceph-mon[185516]: pgmap v4911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:10 smithi118 ceph-mon[182959]: pgmap v4911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:10 smithi192 ceph-mon[180220]: pgmap v4911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:12.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:12 smithi118 ceph-mon[185516]: pgmap v4912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:12.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:12 smithi118 ceph-mon[182959]: pgmap v4912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:12 smithi192 ceph-mon[180220]: pgmap v4912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:14 smithi118 ceph-mon[185516]: pgmap v4913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:14 smithi118 ceph-mon[182959]: pgmap v4913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:14 smithi192 ceph-mon[180220]: pgmap v4913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:15 smithi118 ceph-mon[185516]: pgmap v4914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:15.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:15 smithi118 ceph-mon[182959]: pgmap v4914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:15 smithi192 ceph-mon[180220]: pgmap v4914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:18 smithi118 ceph-mon[185516]: pgmap v4915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:18 smithi118 ceph-mon[182959]: pgmap v4915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:18 smithi192 ceph-mon[180220]: pgmap v4915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:30:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:30:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:30:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:20 smithi118 ceph-mon[185516]: pgmap v4916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:20 smithi118 ceph-mon[182959]: pgmap v4916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:20 smithi192 ceph-mon[180220]: pgmap v4916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:21 smithi118 ceph-mon[185516]: pgmap v4917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:21.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:21 smithi118 ceph-mon[182959]: pgmap v4917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:21 smithi192 ceph-mon[180220]: pgmap v4917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:23.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:23 smithi118 ceph-mon[185516]: pgmap v4918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:23.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:23 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:30:23.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:23 smithi118 ceph-mon[182959]: pgmap v4918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:23.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:23 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:30:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:23 smithi192 ceph-mon[180220]: pgmap v4918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:23 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:30:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:30:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:30:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:30:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:30:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:30:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:30:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:30:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:30:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:30:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:25 smithi118 ceph-mon[185516]: pgmap v4919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:25.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:25 smithi118 ceph-mon[182959]: pgmap v4919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:25 smithi192 ceph-mon[180220]: pgmap v4919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:28 smithi118 ceph-mon[185516]: pgmap v4920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:28.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:28 smithi118 ceph-mon[182959]: pgmap v4920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:28 smithi192 ceph-mon[180220]: pgmap v4920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:30:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:30:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:30:30.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:30 smithi118 ceph-mon[185516]: pgmap v4921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:30 smithi118 ceph-mon[182959]: pgmap v4921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:30.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:30 smithi192 ceph-mon[180220]: pgmap v4921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:32 smithi118 ceph-mon[185516]: pgmap v4922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:32 smithi118 ceph-mon[182959]: pgmap v4922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:32 smithi192 ceph-mon[180220]: pgmap v4922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:34 smithi118 ceph-mon[185516]: pgmap v4923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:34 smithi118 ceph-mon[182959]: pgmap v4923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:34 smithi192 ceph-mon[180220]: pgmap v4923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:36 smithi118 ceph-mon[185516]: pgmap v4924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:36 smithi118 ceph-mon[182959]: pgmap v4924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:36.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:36 smithi192 ceph-mon[180220]: pgmap v4924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:38.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:38 smithi118 ceph-mon[185516]: pgmap v4925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:38.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:38 smithi118 ceph-mon[182959]: pgmap v4925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:38 smithi192 ceph-mon[180220]: pgmap v4925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:39 smithi118 ceph-mon[185516]: pgmap v4926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:39.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:39 smithi118 ceph-mon[182959]: pgmap v4926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:39 smithi192 ceph-mon[180220]: pgmap v4926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:30:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:30:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:30:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:42 smithi118 ceph-mon[185516]: pgmap v4927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:42 smithi118 ceph-mon[182959]: pgmap v4927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:42 smithi192 ceph-mon[180220]: pgmap v4927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:44 smithi118 ceph-mon[185516]: pgmap v4928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:44 smithi118 ceph-mon[182959]: pgmap v4928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:44 smithi192 ceph-mon[180220]: pgmap v4928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:45.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:45 smithi118 ceph-mon[185516]: pgmap v4929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:45.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:45 smithi118 ceph-mon[182959]: pgmap v4929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:45 smithi192 ceph-mon[180220]: pgmap v4929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:48 smithi118 ceph-mon[185516]: pgmap v4930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:48 smithi118 ceph-mon[182959]: pgmap v4930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:48 smithi192 ceph-mon[180220]: pgmap v4930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:49 smithi118 ceph-mon[185516]: pgmap v4931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:49 smithi118 ceph-mon[182959]: pgmap v4931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:49 smithi192 ceph-mon[180220]: pgmap v4931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:30:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:30:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:30:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:30:52.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:52 smithi118 ceph-mon[185516]: pgmap v4932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:52.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:52 smithi118 ceph-mon[182959]: pgmap v4932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:52.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:52 smithi192 ceph-mon[180220]: pgmap v4932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:54.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:54 smithi118 ceph-mon[185516]: pgmap v4933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:54.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:54 smithi118 ceph-mon[182959]: pgmap v4933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:54 smithi192 ceph-mon[180220]: pgmap v4933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:56 smithi118 ceph-mon[185516]: pgmap v4934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:56.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:56 smithi118 ceph-mon[182959]: pgmap v4934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:56 smithi192 ceph-mon[180220]: pgmap v4934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:58.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:30:58 smithi118 ceph-mon[185516]: pgmap v4935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:58.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:30:58 smithi118 ceph-mon[182959]: pgmap v4935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:30:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:30:58 smithi192 ceph-mon[180220]: pgmap v4935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:00.097 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:30:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:30:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:31:00.098 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:00 smithi118 ceph-mon[185516]: pgmap v4936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:00.098 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:00 smithi118 ceph-mon[182959]: pgmap v4936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:00 smithi192 ceph-mon[180220]: pgmap v4936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:02.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:02 smithi118 ceph-mon[185516]: pgmap v4937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:02.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:02 smithi118 ceph-mon[182959]: pgmap v4937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:02 smithi192 ceph-mon[180220]: pgmap v4937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:04 smithi118 ceph-mon[185516]: pgmap v4938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:04 smithi118 ceph-mon[182959]: pgmap v4938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:04 smithi192 ceph-mon[180220]: pgmap v4938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:06 smithi118 ceph-mon[185516]: pgmap v4939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:06.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:06 smithi118 ceph-mon[182959]: pgmap v4939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:06 smithi192 ceph-mon[180220]: pgmap v4939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:07 smithi118 ceph-mon[185516]: pgmap v4940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:07.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:07 smithi118 ceph-mon[182959]: pgmap v4940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:07 smithi192 ceph-mon[180220]: pgmap v4940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:31:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:31:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:31:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:10 smithi118 ceph-mon[185516]: pgmap v4941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:10 smithi118 ceph-mon[182959]: pgmap v4941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:10 smithi192 ceph-mon[180220]: pgmap v4941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:11 smithi118 ceph-mon[185516]: pgmap v4942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:11.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:11 smithi118 ceph-mon[182959]: pgmap v4942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:11 smithi192 ceph-mon[180220]: pgmap v4942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:14 smithi118 ceph-mon[185516]: pgmap v4943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:14 smithi118 ceph-mon[182959]: pgmap v4943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:14 smithi192 ceph-mon[180220]: pgmap v4943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:15 smithi118 ceph-mon[185516]: pgmap v4944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:15.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:15 smithi118 ceph-mon[182959]: pgmap v4944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:15 smithi192 ceph-mon[180220]: pgmap v4944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:18.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:18 smithi118 ceph-mon[185516]: pgmap v4945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:18.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:18 smithi118 ceph-mon[182959]: pgmap v4945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:18 smithi192 ceph-mon[180220]: pgmap v4945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:19 smithi118 ceph-mon[185516]: pgmap v4946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:19 smithi118 ceph-mon[182959]: pgmap v4946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:19 smithi192 ceph-mon[180220]: pgmap v4946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:31:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:31:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:31:22.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:22 smithi118 ceph-mon[185516]: pgmap v4947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:22.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:22 smithi118 ceph-mon[182959]: pgmap v4947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:22.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:22 smithi192 ceph-mon[180220]: pgmap v4947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:24 smithi118 ceph-mon[185516]: pgmap v4948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:31:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:24 smithi118 ceph-mon[182959]: pgmap v4948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:24.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:31:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:24 smithi192 ceph-mon[180220]: pgmap v4948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:31:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:31:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:31:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:31:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:31:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:31:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:31:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:31:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:31:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:31:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:26 smithi118 ceph-mon[185516]: pgmap v4949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:26.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:26 smithi118 ceph-mon[182959]: pgmap v4949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:26 smithi192 ceph-mon[180220]: pgmap v4949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:28.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:28 smithi118 ceph-mon[185516]: pgmap v4950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:28.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:28 smithi118 ceph-mon[182959]: pgmap v4950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:28 smithi192 ceph-mon[180220]: pgmap v4950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:31:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:31:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:31:30.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:30 smithi118 ceph-mon[185516]: pgmap v4951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:30.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:30 smithi118 ceph-mon[182959]: pgmap v4951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:30 smithi192 ceph-mon[180220]: pgmap v4951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:31 smithi118 ceph-mon[185516]: pgmap v4952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:31.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:31 smithi118 ceph-mon[182959]: pgmap v4952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:31 smithi192 ceph-mon[180220]: pgmap v4952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:34 smithi118 ceph-mon[182959]: pgmap v4953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:34 smithi118 ceph-mon[185516]: pgmap v4953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:34 smithi192 ceph-mon[180220]: pgmap v4953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:36.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:36 smithi118 ceph-mon[185516]: pgmap v4954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:36.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:36 smithi118 ceph-mon[182959]: pgmap v4954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:36 smithi192 ceph-mon[180220]: pgmap v4954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:37.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:37 smithi118 ceph-mon[185516]: pgmap v4955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:37.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:37 smithi118 ceph-mon[182959]: pgmap v4955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:37 smithi192 ceph-mon[180220]: pgmap v4955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:31:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:31:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:31:40.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:40 smithi118 ceph-mon[182959]: pgmap v4956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:40.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:40 smithi118 ceph-mon[185516]: pgmap v4956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:40 smithi192 ceph-mon[180220]: pgmap v4956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:42.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:42 smithi118 ceph-mon[185516]: pgmap v4957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:42.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:42 smithi118 ceph-mon[182959]: pgmap v4957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:42 smithi192 ceph-mon[180220]: pgmap v4957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:44.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:44 smithi118 ceph-mon[185516]: pgmap v4958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:44.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:44 smithi118 ceph-mon[182959]: pgmap v4958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:44.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:44 smithi192 ceph-mon[180220]: pgmap v4958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:46.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:46 smithi118 ceph-mon[185516]: pgmap v4959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:46.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:46 smithi118 ceph-mon[182959]: pgmap v4959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:46 smithi192 ceph-mon[180220]: pgmap v4959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:48.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:48 smithi118 ceph-mon[185516]: pgmap v4960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:48.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:48 smithi118 ceph-mon[182959]: pgmap v4960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:48 smithi192 ceph-mon[180220]: pgmap v4960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:49 smithi118 ceph-mon[185516]: pgmap v4961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:49 smithi118 ceph-mon[182959]: pgmap v4961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:49 smithi192 ceph-mon[180220]: pgmap v4961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:31:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:31:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:31:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:31:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:51 smithi118 ceph-mon[185516]: pgmap v4962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:51 smithi118 ceph-mon[182959]: pgmap v4962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:51 smithi192 ceph-mon[180220]: pgmap v4962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:54.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:54 smithi118 ceph-mon[185516]: pgmap v4963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:54.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:54 smithi118 ceph-mon[182959]: pgmap v4963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:54 smithi192 ceph-mon[180220]: pgmap v4963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:56.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:56 smithi118 ceph-mon[185516]: pgmap v4964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:56.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:56 smithi118 ceph-mon[182959]: pgmap v4964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:56 smithi192 ceph-mon[180220]: pgmap v4964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:57.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:31:57 smithi118 ceph-mon[185516]: pgmap v4965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:57.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:31:57 smithi118 ceph-mon[182959]: pgmap v4965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:31:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:31:57 smithi192 ceph-mon[180220]: pgmap v4965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:31:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:31:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:32:00.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:00 smithi118 ceph-mon[185516]: pgmap v4966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:00.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:00 smithi118 ceph-mon[182959]: pgmap v4966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:00 smithi192 ceph-mon[180220]: pgmap v4966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:01 smithi118 ceph-mon[185516]: pgmap v4967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:01 smithi118 ceph-mon[182959]: pgmap v4967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:01 smithi192 ceph-mon[180220]: pgmap v4967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:04.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:04 smithi118 ceph-mon[185516]: pgmap v4968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:04.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:04 smithi118 ceph-mon[182959]: pgmap v4968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:04 smithi192 ceph-mon[180220]: pgmap v4968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:06.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:06 smithi118 ceph-mon[185516]: pgmap v4969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:06.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:06 smithi118 ceph-mon[182959]: pgmap v4969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:06 smithi192 ceph-mon[180220]: pgmap v4969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:07 smithi118 ceph-mon[185516]: pgmap v4970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:07 smithi118 ceph-mon[182959]: pgmap v4970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:07 smithi192 ceph-mon[180220]: pgmap v4970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:32:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:32:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:32:10.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:10 smithi118 ceph-mon[185516]: pgmap v4971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:10.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:10 smithi118 ceph-mon[182959]: pgmap v4971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:10 smithi192 ceph-mon[180220]: pgmap v4971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:11 smithi118 ceph-mon[185516]: pgmap v4972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:11.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:11 smithi118 ceph-mon[182959]: pgmap v4972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:11 smithi192 ceph-mon[180220]: pgmap v4972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:14.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:14 smithi118 ceph-mon[185516]: pgmap v4973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:14.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:14 smithi118 ceph-mon[182959]: pgmap v4973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:14 smithi192 ceph-mon[180220]: pgmap v4973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:15 smithi118 ceph-mon[185516]: pgmap v4974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:15.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:15 smithi118 ceph-mon[182959]: pgmap v4974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:15 smithi192 ceph-mon[180220]: pgmap v4974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:17 smithi118 ceph-mon[185516]: pgmap v4975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:17.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:17 smithi118 ceph-mon[182959]: pgmap v4975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:17 smithi192 ceph-mon[180220]: pgmap v4975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:32:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:32:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:32:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:20 smithi118 ceph-mon[185516]: pgmap v4976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:20 smithi118 ceph-mon[182959]: pgmap v4976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:20 smithi192 ceph-mon[180220]: pgmap v4976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:20.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:21 smithi118 ceph-mon[185516]: pgmap v4977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:21.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:21 smithi118 ceph-mon[182959]: pgmap v4977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:21 smithi192 ceph-mon[180220]: pgmap v4977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:24.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:24 smithi118 ceph-mon[185516]: pgmap v4978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:24.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:24 smithi118 ceph-mon[182959]: pgmap v4978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:24 smithi192 ceph-mon[180220]: pgmap v4978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:32:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:32:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:32:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:32:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:32:25.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:32:25.383 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:32:25.383 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:32:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:32:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:32:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:32:25.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:32:26.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:26 smithi118 ceph-mon[185516]: pgmap v4979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:26.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:26 smithi118 ceph-mon[182959]: pgmap v4979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:26 smithi192 ceph-mon[180220]: pgmap v4979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:27.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:27 smithi118 ceph-mon[185516]: pgmap v4980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:27.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:27 smithi118 ceph-mon[182959]: pgmap v4980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:27 smithi192 ceph-mon[180220]: pgmap v4980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:29.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:29 smithi118 ceph-mon[185516]: pgmap v4981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:29.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:29 smithi118 ceph-mon[182959]: pgmap v4981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:29 smithi192 ceph-mon[180220]: pgmap v4981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:32:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:32:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:32:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:31 smithi118 ceph-mon[185516]: pgmap v4982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:31 smithi118 ceph-mon[182959]: pgmap v4982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:31 smithi192 ceph-mon[180220]: pgmap v4982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:34.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:34 smithi118 ceph-mon[185516]: pgmap v4983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:34.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:34 smithi118 ceph-mon[182959]: pgmap v4983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:34 smithi192 ceph-mon[180220]: pgmap v4983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:35 smithi118 ceph-mon[185516]: pgmap v4984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:35 smithi118 ceph-mon[182959]: pgmap v4984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:35 smithi192 ceph-mon[180220]: pgmap v4984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:37 smithi192 ceph-mon[180220]: pgmap v4985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:37 smithi118 ceph-mon[185516]: pgmap v4985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:37.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:37 smithi118 ceph-mon[182959]: pgmap v4985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:39 smithi192 ceph-mon[180220]: pgmap v4986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:39.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:39 smithi118 ceph-mon[185516]: pgmap v4986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:39.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:39 smithi118 ceph-mon[182959]: pgmap v4986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:32:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:32:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:32:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:41 smithi192 ceph-mon[180220]: pgmap v4987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:41.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:41 smithi118 ceph-mon[185516]: pgmap v4987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:41.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:41 smithi118 ceph-mon[182959]: pgmap v4987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:43 smithi192 ceph-mon[180220]: pgmap v4988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:43.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:43 smithi118 ceph-mon[185516]: pgmap v4988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:43 smithi118 ceph-mon[182959]: pgmap v4988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:45 smithi192 ceph-mon[180220]: pgmap v4989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:45 smithi118 ceph-mon[185516]: pgmap v4989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:45.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:45 smithi118 ceph-mon[182959]: pgmap v4989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:47 smithi192 ceph-mon[180220]: pgmap v4990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:47.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:47 smithi118 ceph-mon[185516]: pgmap v4990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:47.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:47 smithi118 ceph-mon[182959]: pgmap v4990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:49 smithi118 ceph-mon[185516]: pgmap v4991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:49 smithi118 ceph-mon[182959]: pgmap v4991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:49 smithi192 ceph-mon[180220]: pgmap v4991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:50.050 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:32:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:32:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:32:50.051 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:50.051 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:32:51.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:51 smithi118 ceph-mon[185516]: pgmap v4992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:51 smithi118 ceph-mon[182959]: pgmap v4992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:51 smithi192 ceph-mon[180220]: pgmap v4992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:53 smithi192 ceph-mon[180220]: pgmap v4993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:53.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:53 smithi118 ceph-mon[185516]: pgmap v4993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:53.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:53 smithi118 ceph-mon[182959]: pgmap v4993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:55 smithi192 ceph-mon[180220]: pgmap v4994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:55.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:55 smithi118 ceph-mon[185516]: pgmap v4994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:55 smithi118 ceph-mon[182959]: pgmap v4994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:57 smithi192 ceph-mon[180220]: pgmap v4995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:57.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:57 smithi118 ceph-mon[185516]: pgmap v4995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:57.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:57 smithi118 ceph-mon[182959]: pgmap v4995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:59.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:32:59 smithi118 ceph-mon[185516]: pgmap v4996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:32:59 smithi118 ceph-mon[182959]: pgmap v4996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:32:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:32:59 smithi192 ceph-mon[180220]: pgmap v4996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:32:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:32:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:33:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:01 smithi192 ceph-mon[180220]: pgmap v4997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:01.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:01 smithi118 ceph-mon[185516]: pgmap v4997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:01 smithi118 ceph-mon[182959]: pgmap v4997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:03 smithi192 ceph-mon[180220]: pgmap v4998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:03.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:03 smithi118 ceph-mon[185516]: pgmap v4998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:03.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:03 smithi118 ceph-mon[182959]: pgmap v4998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:05 smithi192 ceph-mon[180220]: pgmap v4999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:05.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:05 smithi118 ceph-mon[185516]: pgmap v4999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:05.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:05 smithi118 ceph-mon[182959]: pgmap v4999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:07 smithi192 ceph-mon[180220]: pgmap v5000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:07.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:07 smithi118 ceph-mon[185516]: pgmap v5000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:07.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:07 smithi118 ceph-mon[182959]: pgmap v5000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:09 smithi118 ceph-mon[185516]: pgmap v5001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:09.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:09 smithi118 ceph-mon[182959]: pgmap v5001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:09 smithi192 ceph-mon[180220]: pgmap v5001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:33:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:33:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:33:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:11 smithi192 ceph-mon[180220]: pgmap v5002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:11.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:11 smithi118 ceph-mon[185516]: pgmap v5002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:11 smithi118 ceph-mon[182959]: pgmap v5002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:13 smithi192 ceph-mon[180220]: pgmap v5003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:13.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:13 smithi118 ceph-mon[185516]: pgmap v5003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:13.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:13 smithi118 ceph-mon[182959]: pgmap v5003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:15 smithi192 ceph-mon[180220]: pgmap v5004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:15.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:15 smithi118 ceph-mon[185516]: pgmap v5004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:15.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:15 smithi118 ceph-mon[182959]: pgmap v5004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:17 smithi192 ceph-mon[180220]: pgmap v5005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:17.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:17 smithi118 ceph-mon[185516]: pgmap v5005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:17.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:17 smithi118 ceph-mon[182959]: pgmap v5005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:19 smithi118 ceph-mon[185516]: pgmap v5006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:19 smithi118 ceph-mon[182959]: pgmap v5006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:19 smithi192 ceph-mon[180220]: pgmap v5006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:20.060 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:33:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:33:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:33:20.061 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:20.061 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:21.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:21 smithi118 ceph-mon[182959]: pgmap v5007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:21.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:21 smithi118 ceph-mon[185516]: pgmap v5007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:21 smithi192 ceph-mon[180220]: pgmap v5007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:23 smithi192 ceph-mon[180220]: pgmap v5008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:23.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:23 smithi118 ceph-mon[185516]: pgmap v5008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:23.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:23 smithi118 ceph-mon[182959]: pgmap v5008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:25.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:24 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:33:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:24 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:33:25.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:24 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:33:26.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:25 smithi192 ceph-mon[180220]: pgmap v5009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:33:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:33:26.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:25 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:33:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[185516]: pgmap v5009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:33:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:33:26.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:33:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[182959]: pgmap v5009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:33:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:33:26.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:25 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:33:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:27 smithi192 ceph-mon[180220]: pgmap v5010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:27.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:27 smithi118 ceph-mon[185516]: pgmap v5010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:27.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:27 smithi118 ceph-mon[182959]: pgmap v5010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:29.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:29 smithi118 ceph-mon[185516]: pgmap v5011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:29.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:29 smithi118 ceph-mon[182959]: pgmap v5011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:29 smithi192 ceph-mon[180220]: pgmap v5011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:33:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:33:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:33:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:31 smithi192 ceph-mon[180220]: pgmap v5012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:31.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:31 smithi118 ceph-mon[185516]: pgmap v5012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:31.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:31 smithi118 ceph-mon[182959]: pgmap v5012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:33 smithi192 ceph-mon[180220]: pgmap v5013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:33.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:33 smithi118 ceph-mon[185516]: pgmap v5013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:33.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:33 smithi118 ceph-mon[182959]: pgmap v5013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:34.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:35 smithi192 ceph-mon[180220]: pgmap v5014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:35 smithi118 ceph-mon[185516]: pgmap v5014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:35.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:35 smithi118 ceph-mon[182959]: pgmap v5014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:37 smithi192 ceph-mon[180220]: pgmap v5015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:37 smithi118 ceph-mon[185516]: pgmap v5015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:37 smithi118 ceph-mon[182959]: pgmap v5015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:39 smithi118 ceph-mon[185516]: pgmap v5016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:39.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:39 smithi118 ceph-mon[182959]: pgmap v5016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:39 smithi192 ceph-mon[180220]: pgmap v5016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:33:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:33:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:33:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:41 smithi192 ceph-mon[180220]: pgmap v5017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:41.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:41 smithi118 ceph-mon[185516]: pgmap v5017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:41.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:41 smithi118 ceph-mon[182959]: pgmap v5017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:43 smithi192 ceph-mon[180220]: pgmap v5018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:43.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:43 smithi118 ceph-mon[185516]: pgmap v5018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:43.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:43 smithi118 ceph-mon[182959]: pgmap v5018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:45 smithi192 ceph-mon[180220]: pgmap v5019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:45 smithi118 ceph-mon[185516]: pgmap v5019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:45.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:45 smithi118 ceph-mon[182959]: pgmap v5019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:47 smithi192 ceph-mon[180220]: pgmap v5020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:47.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:47 smithi118 ceph-mon[185516]: pgmap v5020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:47 smithi118 ceph-mon[182959]: pgmap v5020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:49 smithi118 ceph-mon[185516]: pgmap v5021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:49 smithi118 ceph-mon[182959]: pgmap v5021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:49 smithi192 ceph-mon[180220]: pgmap v5021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:50.062 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:33:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:33:49] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T11:33:50.063 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:50.064 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:33:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:51 smithi118 ceph-mon[185516]: pgmap v5022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:51 smithi118 ceph-mon[182959]: pgmap v5022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:51 smithi192 ceph-mon[180220]: pgmap v5022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:53 smithi192 ceph-mon[180220]: pgmap v5023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:53.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:53 smithi118 ceph-mon[185516]: pgmap v5023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:53.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:53 smithi118 ceph-mon[182959]: pgmap v5023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:55 smithi192 ceph-mon[180220]: pgmap v5024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:55.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:55 smithi118 ceph-mon[185516]: pgmap v5024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:55.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:55 smithi118 ceph-mon[182959]: pgmap v5024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:57 smithi192 ceph-mon[180220]: pgmap v5025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:57.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:57 smithi118 ceph-mon[185516]: pgmap v5025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:57.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:57 smithi118 ceph-mon[182959]: pgmap v5025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:33:59 smithi118 ceph-mon[185516]: pgmap v5026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:33:59 smithi118 ceph-mon[182959]: pgmap v5026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:33:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:33:59 smithi192 ceph-mon[180220]: pgmap v5026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:33:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:33:59] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T11:34:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:01 smithi192 ceph-mon[180220]: pgmap v5027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:01.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:01 smithi118 ceph-mon[185516]: pgmap v5027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:01.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:01 smithi118 ceph-mon[182959]: pgmap v5027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:03 smithi192 ceph-mon[180220]: pgmap v5028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:03.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:03 smithi118 ceph-mon[185516]: pgmap v5028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:03 smithi118 ceph-mon[182959]: pgmap v5028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:05 smithi192 ceph-mon[180220]: pgmap v5029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:05.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:05 smithi118 ceph-mon[182959]: pgmap v5029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:05.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:05 smithi118 ceph-mon[185516]: pgmap v5029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:07 smithi192 ceph-mon[180220]: pgmap v5030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:07.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:07 smithi118 ceph-mon[182959]: pgmap v5030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:07.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:07 smithi118 ceph-mon[185516]: pgmap v5030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:09 smithi118 ceph-mon[182959]: pgmap v5031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:09 smithi118 ceph-mon[185516]: pgmap v5031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:09 smithi192 ceph-mon[180220]: pgmap v5031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:34:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:34:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:34:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:11 smithi192 ceph-mon[180220]: pgmap v5032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:11.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:11 smithi118 ceph-mon[182959]: pgmap v5032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:11.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:11 smithi118 ceph-mon[185516]: pgmap v5032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:13 smithi192 ceph-mon[180220]: pgmap v5033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:13.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:13 smithi118 ceph-mon[182959]: pgmap v5033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:13.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:13 smithi118 ceph-mon[185516]: pgmap v5033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:15 smithi192 ceph-mon[180220]: pgmap v5034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:15.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:15 smithi118 ceph-mon[182959]: pgmap v5034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:15.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:15 smithi118 ceph-mon[185516]: pgmap v5034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:17 smithi192 ceph-mon[180220]: pgmap v5035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:17.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:17 smithi118 ceph-mon[182959]: pgmap v5035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:17 smithi118 ceph-mon[185516]: pgmap v5035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:19 smithi118 ceph-mon[185516]: pgmap v5036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:19 smithi118 ceph-mon[182959]: pgmap v5036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:19 smithi192 ceph-mon[180220]: pgmap v5036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:34:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:34:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:34:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:21 smithi192 ceph-mon[180220]: pgmap v5037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:21.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:21 smithi118 ceph-mon[185516]: pgmap v5037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:21.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:21 smithi118 ceph-mon[182959]: pgmap v5037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:23 smithi192 ceph-mon[180220]: pgmap v5038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:23.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:23 smithi118 ceph-mon[185516]: pgmap v5038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:23.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:23 smithi118 ceph-mon[182959]: pgmap v5038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:25 smithi192 ceph-mon[180220]: pgmap v5039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:25.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:25 smithi118 ceph-mon[185516]: pgmap v5039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:25.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:25 smithi118 ceph-mon[182959]: pgmap v5039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:34:26.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:34:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:34:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:34:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:34:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:34:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:34:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:34:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:34:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:34:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:27 smithi192 ceph-mon[180220]: pgmap v5040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:27.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:27 smithi118 ceph-mon[185516]: pgmap v5040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:27 smithi118 ceph-mon[182959]: pgmap v5040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:29.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:29 smithi118 ceph-mon[182959]: pgmap v5041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:29.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:29 smithi118 ceph-mon[185516]: pgmap v5041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:29 smithi192 ceph-mon[180220]: pgmap v5041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:34:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:34:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:34:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:31 smithi192 ceph-mon[180220]: pgmap v5042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:31.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:31 smithi118 ceph-mon[185516]: pgmap v5042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:31.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:31 smithi118 ceph-mon[182959]: pgmap v5042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:33 smithi192 ceph-mon[180220]: pgmap v5043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:33.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:33 smithi118 ceph-mon[185516]: pgmap v5043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:33 smithi118 ceph-mon[182959]: pgmap v5043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:34.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:35 smithi192 ceph-mon[180220]: pgmap v5044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:35.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:35 smithi118 ceph-mon[182959]: pgmap v5044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:35 smithi118 ceph-mon[185516]: pgmap v5044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:37 smithi192 ceph-mon[180220]: pgmap v5045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:37.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:37 smithi118 ceph-mon[182959]: pgmap v5045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:37 smithi118 ceph-mon[185516]: pgmap v5045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:39.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:39 smithi118 ceph-mon[182959]: pgmap v5046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:39 smithi118 ceph-mon[185516]: pgmap v5046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:39 smithi192 ceph-mon[180220]: pgmap v5046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:34:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:34:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:34:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:41 smithi192 ceph-mon[180220]: pgmap v5047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:41.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:41 smithi118 ceph-mon[185516]: pgmap v5047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:41.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:41 smithi118 ceph-mon[182959]: pgmap v5047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:43 smithi192 ceph-mon[180220]: pgmap v5048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:43.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:43 smithi118 ceph-mon[185516]: pgmap v5048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:43.611 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:43 smithi118 ceph-mon[182959]: pgmap v5048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:45 smithi192 ceph-mon[180220]: pgmap v5049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:45 smithi118 ceph-mon[185516]: pgmap v5049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:45.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:45 smithi118 ceph-mon[182959]: pgmap v5049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:47 smithi192 ceph-mon[180220]: pgmap v5050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:47.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:47 smithi118 ceph-mon[185516]: pgmap v5050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:47.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:47 smithi118 ceph-mon[182959]: pgmap v5050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:49 smithi118 ceph-mon[185516]: pgmap v5051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:49 smithi118 ceph-mon[182959]: pgmap v5051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:49 smithi192 ceph-mon[180220]: pgmap v5051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:34:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:34:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:34:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:34:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:51 smithi192 ceph-mon[180220]: pgmap v5052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:51.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:51 smithi118 ceph-mon[185516]: pgmap v5052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:51 smithi118 ceph-mon[182959]: pgmap v5052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:53 smithi192 ceph-mon[180220]: pgmap v5053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:53.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:53 smithi118 ceph-mon[185516]: pgmap v5053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:53.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:53 smithi118 ceph-mon[182959]: pgmap v5053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:55 smithi192 ceph-mon[180220]: pgmap v5054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:55.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:55 smithi118 ceph-mon[185516]: pgmap v5054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:55 smithi118 ceph-mon[182959]: pgmap v5054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:57 smithi192 ceph-mon[180220]: pgmap v5055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:57.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:57 smithi118 ceph-mon[185516]: pgmap v5055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:57.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:57 smithi118 ceph-mon[182959]: pgmap v5055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:34:59 smithi118 ceph-mon[185516]: pgmap v5056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:59.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:34:59 smithi118 ceph-mon[182959]: pgmap v5056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:34:59 smithi192 ceph-mon[180220]: pgmap v5056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:34:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 11:34:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T11:34:59.088674713Z level=info msg="Completed cleanup jobs" duration=10.815016ms 2023-09-30T11:35:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:34:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:34:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:35:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:01 smithi192 ceph-mon[180220]: pgmap v5057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:01.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:01 smithi118 ceph-mon[185516]: pgmap v5057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:01.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:01 smithi118 ceph-mon[182959]: pgmap v5057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:03 smithi192 ceph-mon[180220]: pgmap v5058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:03.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:03 smithi118 ceph-mon[185516]: pgmap v5058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:03.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:03 smithi118 ceph-mon[182959]: pgmap v5058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:05 smithi192 ceph-mon[180220]: pgmap v5059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:05.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:05 smithi118 ceph-mon[185516]: pgmap v5059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:05.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:05 smithi118 ceph-mon[182959]: pgmap v5059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:07 smithi192 ceph-mon[180220]: pgmap v5060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:07.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:07 smithi118 ceph-mon[185516]: pgmap v5060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:07.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:07 smithi118 ceph-mon[182959]: pgmap v5060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:09 smithi118 ceph-mon[185516]: pgmap v5061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:09 smithi118 ceph-mon[182959]: pgmap v5061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:09 smithi192 ceph-mon[180220]: pgmap v5061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:35:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:35:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:35:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:11 smithi192 ceph-mon[180220]: pgmap v5062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:11.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:11 smithi118 ceph-mon[185516]: pgmap v5062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:11 smithi118 ceph-mon[182959]: pgmap v5062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:13 smithi192 ceph-mon[180220]: pgmap v5063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:13.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:13 smithi118 ceph-mon[185516]: pgmap v5063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:13.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:13 smithi118 ceph-mon[182959]: pgmap v5063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:15 smithi192 ceph-mon[180220]: pgmap v5064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:15.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:15 smithi118 ceph-mon[185516]: pgmap v5064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:15.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:15 smithi118 ceph-mon[182959]: pgmap v5064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:17 smithi192 ceph-mon[180220]: pgmap v5065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:17.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:17 smithi118 ceph-mon[185516]: pgmap v5065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:17.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:17 smithi118 ceph-mon[182959]: pgmap v5065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:19 smithi118 ceph-mon[185516]: pgmap v5066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:19 smithi118 ceph-mon[182959]: pgmap v5066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:19 smithi192 ceph-mon[180220]: pgmap v5066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:19.481 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:35:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:35:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:35:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:21 smithi192 ceph-mon[180220]: pgmap v5067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:21.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:21 smithi118 ceph-mon[185516]: pgmap v5067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:21.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:21 smithi118 ceph-mon[182959]: pgmap v5067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:23 smithi192 ceph-mon[180220]: pgmap v5068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:23.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:23 smithi118 ceph-mon[185516]: pgmap v5068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:23.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:23 smithi118 ceph-mon[182959]: pgmap v5068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:25 smithi192 ceph-mon[180220]: pgmap v5069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:25.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:25 smithi118 ceph-mon[185516]: pgmap v5069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:25.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:25 smithi118 ceph-mon[182959]: pgmap v5069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:26 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:35:26.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:26 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:35:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:26 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:35:27.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:35:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:35:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:27 smithi192 ceph-mon[180220]: pgmap v5070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:27.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[185516]: pgmap v5070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:35:27.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:35:27.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:27 smithi118 ceph-mon[182959]: pgmap v5070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:29.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:29 smithi118 ceph-mon[185516]: pgmap v5071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:29.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:29 smithi118 ceph-mon[182959]: pgmap v5071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:29 smithi192 ceph-mon[180220]: pgmap v5071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:35:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:35:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:35:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:31 smithi192 ceph-mon[180220]: pgmap v5072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:31.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:31 smithi118 ceph-mon[185516]: pgmap v5072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:31.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:31 smithi118 ceph-mon[182959]: pgmap v5072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:33 smithi192 ceph-mon[180220]: pgmap v5073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:33.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:33 smithi118 ceph-mon[185516]: pgmap v5073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:33.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:33 smithi118 ceph-mon[182959]: pgmap v5073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:35 smithi192 ceph-mon[180220]: pgmap v5074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:35 smithi118 ceph-mon[185516]: pgmap v5074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:35.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:35 smithi118 ceph-mon[182959]: pgmap v5074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:37 smithi192 ceph-mon[180220]: pgmap v5075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:37 smithi118 ceph-mon[185516]: pgmap v5075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:37.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:37 smithi118 ceph-mon[182959]: pgmap v5075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:39 smithi118 ceph-mon[185516]: pgmap v5076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:39.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:39 smithi118 ceph-mon[182959]: pgmap v5076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:39 smithi192 ceph-mon[180220]: pgmap v5076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:35:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:35:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:35:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:41 smithi192 ceph-mon[180220]: pgmap v5077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:41.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:41 smithi118 ceph-mon[185516]: pgmap v5077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:41.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:41 smithi118 ceph-mon[182959]: pgmap v5077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:43 smithi192 ceph-mon[180220]: pgmap v5078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:43.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:43 smithi118 ceph-mon[185516]: pgmap v5078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:43 smithi118 ceph-mon[182959]: pgmap v5078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:45 smithi192 ceph-mon[180220]: pgmap v5079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:45 smithi118 ceph-mon[185516]: pgmap v5079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:45.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:45 smithi118 ceph-mon[182959]: pgmap v5079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:47 smithi192 ceph-mon[180220]: pgmap v5080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:47.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:47 smithi118 ceph-mon[185516]: pgmap v5080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:47.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:47 smithi118 ceph-mon[182959]: pgmap v5080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:49 smithi118 ceph-mon[185516]: pgmap v5081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:49 smithi118 ceph-mon[182959]: pgmap v5081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:49 smithi192 ceph-mon[180220]: pgmap v5081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:49.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:35:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:35:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:35:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:35:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:51 smithi192 ceph-mon[180220]: pgmap v5082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:51.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:51 smithi118 ceph-mon[185516]: pgmap v5082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:51.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:51 smithi118 ceph-mon[182959]: pgmap v5082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:53 smithi192 ceph-mon[180220]: pgmap v5083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:53.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:53 smithi118 ceph-mon[185516]: pgmap v5083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:53.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:53 smithi118 ceph-mon[182959]: pgmap v5083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:55 smithi192 ceph-mon[180220]: pgmap v5084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:55.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:55 smithi118 ceph-mon[185516]: pgmap v5084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:55.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:55 smithi118 ceph-mon[182959]: pgmap v5084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:57 smithi192 ceph-mon[180220]: pgmap v5085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:57.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:57 smithi118 ceph-mon[185516]: pgmap v5085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:57.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:57 smithi118 ceph-mon[182959]: pgmap v5085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:35:59 smithi118 ceph-mon[185516]: pgmap v5086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:59.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:35:59 smithi118 ceph-mon[182959]: pgmap v5086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:35:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:35:59 smithi192 ceph-mon[180220]: pgmap v5086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:35:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:35:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:36:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:01 smithi192 ceph-mon[180220]: pgmap v5087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:01.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:01 smithi118 ceph-mon[185516]: pgmap v5087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:01.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:01 smithi118 ceph-mon[182959]: pgmap v5087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:03 smithi192 ceph-mon[180220]: pgmap v5088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:03.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:03 smithi118 ceph-mon[185516]: pgmap v5088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:03.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:03 smithi118 ceph-mon[182959]: pgmap v5088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:05 smithi192 ceph-mon[180220]: pgmap v5089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:05.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:05 smithi118 ceph-mon[185516]: pgmap v5089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:05.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:05 smithi118 ceph-mon[182959]: pgmap v5089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:07 smithi192 ceph-mon[180220]: pgmap v5090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:07.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:07 smithi118 ceph-mon[185516]: pgmap v5090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:07.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:07 smithi118 ceph-mon[182959]: pgmap v5090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:09 smithi118 ceph-mon[185516]: pgmap v5091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:09 smithi118 ceph-mon[182959]: pgmap v5091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:09 smithi192 ceph-mon[180220]: pgmap v5091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:36:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:36:09] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:36:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:11 smithi192 ceph-mon[180220]: pgmap v5092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:11.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:11 smithi118 ceph-mon[185516]: pgmap v5092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:11.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:11 smithi118 ceph-mon[182959]: pgmap v5092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:13 smithi192 ceph-mon[180220]: pgmap v5093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:13.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:13 smithi118 ceph-mon[185516]: pgmap v5093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:13.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:13 smithi118 ceph-mon[182959]: pgmap v5093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:15 smithi192 ceph-mon[180220]: pgmap v5094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:15.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:15 smithi118 ceph-mon[185516]: pgmap v5094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:15.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:15 smithi118 ceph-mon[182959]: pgmap v5094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:17 smithi192 ceph-mon[180220]: pgmap v5095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:17.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:17 smithi118 ceph-mon[185516]: pgmap v5095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:17.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:17 smithi118 ceph-mon[182959]: pgmap v5095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:19 smithi118 ceph-mon[185516]: pgmap v5096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:19 smithi118 ceph-mon[182959]: pgmap v5096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:19 smithi192 ceph-mon[180220]: pgmap v5096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:36:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:36:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:36:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:21 smithi192 ceph-mon[180220]: pgmap v5097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:21.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:21 smithi118 ceph-mon[185516]: pgmap v5097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:21.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:21 smithi118 ceph-mon[182959]: pgmap v5097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:23 smithi192 ceph-mon[180220]: pgmap v5098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:23.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:23 smithi118 ceph-mon[185516]: pgmap v5098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:23.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:23 smithi118 ceph-mon[182959]: pgmap v5098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:25 smithi192 ceph-mon[180220]: pgmap v5099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:25.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:25 smithi118 ceph-mon[185516]: pgmap v5099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:25.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:25 smithi118 ceph-mon[182959]: pgmap v5099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:27 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:36:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:27 smithi192 ceph-mon[180220]: pgmap v5100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:27.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:27 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:36:27.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:27 smithi118 ceph-mon[185516]: pgmap v5100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:27 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:36:27.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:27 smithi118 ceph-mon[182959]: pgmap v5100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:36:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:36:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:36:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:36:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:36:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:36:28.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:36:28.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:36:28.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:36:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:29 smithi192 ceph-mon[180220]: pgmap v5101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:29.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:29 smithi118 ceph-mon[185516]: pgmap v5101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:29.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:29 smithi118 ceph-mon[182959]: pgmap v5101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:36:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:36:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:36:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:31 smithi192 ceph-mon[180220]: pgmap v5102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:31.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:31 smithi118 ceph-mon[185516]: pgmap v5102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:31.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:31 smithi118 ceph-mon[182959]: pgmap v5102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:33 smithi192 ceph-mon[180220]: pgmap v5103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:33.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:33 smithi118 ceph-mon[185516]: pgmap v5103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:33 smithi118 ceph-mon[182959]: pgmap v5103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:34.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:35 smithi192 ceph-mon[180220]: pgmap v5104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:35 smithi118 ceph-mon[185516]: pgmap v5104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:35.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:35 smithi118 ceph-mon[182959]: pgmap v5104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:37 smithi192 ceph-mon[180220]: pgmap v5105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:37 smithi118 ceph-mon[185516]: pgmap v5105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:37.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:37 smithi118 ceph-mon[182959]: pgmap v5105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:39 smithi118 ceph-mon[185516]: pgmap v5106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:39.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:39 smithi118 ceph-mon[182959]: pgmap v5106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:39 smithi192 ceph-mon[180220]: pgmap v5106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:36:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:36:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:36:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:41 smithi192 ceph-mon[180220]: pgmap v5107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:41.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:41 smithi118 ceph-mon[185516]: pgmap v5107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:41.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:41 smithi118 ceph-mon[182959]: pgmap v5107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:43 smithi192 ceph-mon[180220]: pgmap v5108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:43.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:43 smithi118 ceph-mon[185516]: pgmap v5108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:43.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:43 smithi118 ceph-mon[182959]: pgmap v5108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:45 smithi192 ceph-mon[180220]: pgmap v5109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:45 smithi118 ceph-mon[185516]: pgmap v5109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:45.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:45 smithi118 ceph-mon[182959]: pgmap v5109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:47 smithi192 ceph-mon[180220]: pgmap v5110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:47.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:47 smithi118 ceph-mon[185516]: pgmap v5110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:47.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:47 smithi118 ceph-mon[182959]: pgmap v5110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:49.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:49 smithi118 ceph-mon[185516]: pgmap v5111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:49.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:49 smithi118 ceph-mon[182959]: pgmap v5111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:36:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:49 smithi192 ceph-mon[180220]: pgmap v5111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:36:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:36:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:36:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:51 smithi192 ceph-mon[180220]: pgmap v5112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:51.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:51 smithi118 ceph-mon[185516]: pgmap v5112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:51.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:51 smithi118 ceph-mon[182959]: pgmap v5112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:53 smithi192 ceph-mon[180220]: pgmap v5113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:53.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:53 smithi118 ceph-mon[185516]: pgmap v5113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:53.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:53 smithi118 ceph-mon[182959]: pgmap v5113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:55 smithi192 ceph-mon[180220]: pgmap v5114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:55.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:55 smithi118 ceph-mon[185516]: pgmap v5114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:55.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:55 smithi118 ceph-mon[182959]: pgmap v5114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:57 smithi192 ceph-mon[180220]: pgmap v5115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:57.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:57 smithi118 ceph-mon[185516]: pgmap v5115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:57.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:57 smithi118 ceph-mon[182959]: pgmap v5115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:36:59 smithi118 ceph-mon[185516]: pgmap v5116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:59.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:36:59 smithi118 ceph-mon[182959]: pgmap v5116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:36:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:36:59 smithi192 ceph-mon[180220]: pgmap v5116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:36:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:36:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:37:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:01 smithi192 ceph-mon[180220]: pgmap v5117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:01.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:01 smithi118 ceph-mon[182959]: pgmap v5117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:01.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:01 smithi118 ceph-mon[185516]: pgmap v5117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:03 smithi192 ceph-mon[180220]: pgmap v5118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:03.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:03 smithi118 ceph-mon[185516]: pgmap v5118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:03.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:03 smithi118 ceph-mon[182959]: pgmap v5118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:05 smithi192 ceph-mon[180220]: pgmap v5119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:05.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:05 smithi118 ceph-mon[185516]: pgmap v5119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:05.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:05 smithi118 ceph-mon[182959]: pgmap v5119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:07 smithi192 ceph-mon[180220]: pgmap v5120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:07.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:07 smithi118 ceph-mon[185516]: pgmap v5120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:07.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:07 smithi118 ceph-mon[182959]: pgmap v5120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:09 smithi192 ceph-mon[180220]: pgmap v5121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:09.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:09 smithi118 ceph-mon[185516]: pgmap v5121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:09.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:09 smithi118 ceph-mon[182959]: pgmap v5121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:37:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:37:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:37:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:11 smithi192 ceph-mon[180220]: pgmap v5122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:11.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:11 smithi118 ceph-mon[185516]: pgmap v5122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:11.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:11 smithi118 ceph-mon[182959]: pgmap v5122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:13 smithi192 ceph-mon[180220]: pgmap v5123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:13.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:13 smithi118 ceph-mon[185516]: pgmap v5123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:13.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:13 smithi118 ceph-mon[182959]: pgmap v5123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:15 smithi192 ceph-mon[180220]: pgmap v5124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:15.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:15 smithi118 ceph-mon[185516]: pgmap v5124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:15.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:15 smithi118 ceph-mon[182959]: pgmap v5124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:17 smithi192 ceph-mon[180220]: pgmap v5125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:17.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:17 smithi118 ceph-mon[185516]: pgmap v5125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:17 smithi118 ceph-mon[182959]: pgmap v5125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:19 smithi192 ceph-mon[180220]: pgmap v5126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:19 smithi118 ceph-mon[185516]: pgmap v5126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:19 smithi118 ceph-mon[182959]: pgmap v5126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:37:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:37:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:37:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:21 smithi192 ceph-mon[180220]: pgmap v5127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:21.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:21 smithi118 ceph-mon[182959]: pgmap v5127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:21.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:21 smithi118 ceph-mon[185516]: pgmap v5127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:23 smithi192 ceph-mon[180220]: pgmap v5128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:23.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:23 smithi118 ceph-mon[182959]: pgmap v5128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:23.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:23 smithi118 ceph-mon[185516]: pgmap v5128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:26 smithi192 ceph-mon[180220]: pgmap v5129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:26 smithi118 ceph-mon[185516]: pgmap v5129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:26 smithi118 ceph-mon[182959]: pgmap v5129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:28 smithi192 ceph-mon[180220]: pgmap v5130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:28.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:28 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:37:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:28 smithi118 ceph-mon[185516]: pgmap v5130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:28.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:28 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:37:28.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:28 smithi118 ceph-mon[182959]: pgmap v5130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:28.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:28 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:37:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:37:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:37:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:37:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: pgmap v5131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:37:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:37:31.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:30 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: pgmap v5131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: pgmap v5131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:37:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:37:31.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:30 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:37:33.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:32 smithi192 ceph-mon[180220]: pgmap v5132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:33.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:32 smithi118 ceph-mon[185516]: pgmap v5132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:33.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:32 smithi118 ceph-mon[182959]: pgmap v5132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:34 smithi118 ceph-mon[185516]: pgmap v5133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:35.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:34 smithi118 ceph-mon[182959]: pgmap v5133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:34 smithi192 ceph-mon[180220]: pgmap v5133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:37.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:36 smithi118 ceph-mon[182959]: pgmap v5134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:37.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:36 smithi118 ceph-mon[185516]: pgmap v5134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:36 smithi192 ceph-mon[180220]: pgmap v5134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:38 smithi118 ceph-mon[185516]: pgmap v5135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:39.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:38 smithi118 ceph-mon[182959]: pgmap v5135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:39.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:38 smithi192 ceph-mon[180220]: pgmap v5135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:37:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:37:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:37:41.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:40 smithi118 ceph-mon[185516]: pgmap v5136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:41.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:40 smithi118 ceph-mon[182959]: pgmap v5136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:41.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:40 smithi192 ceph-mon[180220]: pgmap v5136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:43.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:42 smithi118 ceph-mon[185516]: pgmap v5137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:43.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:42 smithi118 ceph-mon[182959]: pgmap v5137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:42 smithi192 ceph-mon[180220]: pgmap v5137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:45.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:44 smithi118 ceph-mon[185516]: pgmap v5138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:45.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:44 smithi118 ceph-mon[182959]: pgmap v5138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:44 smithi192 ceph-mon[180220]: pgmap v5138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:47.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:46 smithi118 ceph-mon[185516]: pgmap v5139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:47.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:46 smithi118 ceph-mon[182959]: pgmap v5139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:46 smithi192 ceph-mon[180220]: pgmap v5139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:48 smithi118 ceph-mon[185516]: pgmap v5140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:48 smithi118 ceph-mon[182959]: pgmap v5140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:48 smithi192 ceph-mon[180220]: pgmap v5140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:50.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:37:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:37:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:37:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:37:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:50 smithi118 ceph-mon[185516]: pgmap v5141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:51.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:50 smithi118 ceph-mon[182959]: pgmap v5141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:50 smithi192 ceph-mon[180220]: pgmap v5141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:53.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:52 smithi118 ceph-mon[185516]: pgmap v5142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:53.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:52 smithi118 ceph-mon[182959]: pgmap v5142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:52 smithi192 ceph-mon[180220]: pgmap v5142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:55.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:54 smithi118 ceph-mon[185516]: pgmap v5143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:55.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:54 smithi118 ceph-mon[182959]: pgmap v5143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:54 smithi192 ceph-mon[180220]: pgmap v5143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:57.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:56 smithi118 ceph-mon[185516]: pgmap v5144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:57.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:56 smithi118 ceph-mon[182959]: pgmap v5144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:56 smithi192 ceph-mon[180220]: pgmap v5144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:37:58 smithi118 ceph-mon[185516]: pgmap v5145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:37:58 smithi118 ceph-mon[182959]: pgmap v5145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:37:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:37:58 smithi192 ceph-mon[180220]: pgmap v5145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:37:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:37:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:38:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:00 smithi118 ceph-mon[185516]: pgmap v5146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:00 smithi118 ceph-mon[182959]: pgmap v5146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:01.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:00 smithi192 ceph-mon[180220]: pgmap v5146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:03.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:02 smithi118 ceph-mon[185516]: pgmap v5147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:03.412 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:02 smithi118 ceph-mon[182959]: pgmap v5147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:02 smithi192 ceph-mon[180220]: pgmap v5147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:04 smithi118 ceph-mon[185516]: pgmap v5148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:05.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:04 smithi118 ceph-mon[182959]: pgmap v5148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:04 smithi192 ceph-mon[180220]: pgmap v5148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:05.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:06 smithi118 ceph-mon[185516]: pgmap v5149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:07.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:06 smithi118 ceph-mon[182959]: pgmap v5149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:06 smithi192 ceph-mon[180220]: pgmap v5149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:08 smithi118 ceph-mon[185516]: pgmap v5150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:08 smithi118 ceph-mon[182959]: pgmap v5150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:08 smithi192 ceph-mon[180220]: pgmap v5150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:38:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:38:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:38:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:11 smithi118 ceph-mon[185516]: pgmap v5151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:11.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:11 smithi118 ceph-mon[182959]: pgmap v5151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:11.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:11 smithi192 ceph-mon[180220]: pgmap v5151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:13.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:13 smithi118 ceph-mon[185516]: pgmap v5152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:13.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:13 smithi118 ceph-mon[182959]: pgmap v5152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:13 smithi192 ceph-mon[180220]: pgmap v5152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:15 smithi118 ceph-mon[185516]: pgmap v5153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:15.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:15 smithi118 ceph-mon[182959]: pgmap v5153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:15 smithi192 ceph-mon[180220]: pgmap v5153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:17 smithi118 ceph-mon[185516]: pgmap v5154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:17 smithi118 ceph-mon[182959]: pgmap v5154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:17 smithi192 ceph-mon[180220]: pgmap v5154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:19 smithi118 ceph-mon[185516]: pgmap v5155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:19 smithi118 ceph-mon[182959]: pgmap v5155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:19 smithi192 ceph-mon[180220]: pgmap v5155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:38:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:38:19] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:38:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:21 smithi118 ceph-mon[185516]: pgmap v5156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:21.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:21 smithi118 ceph-mon[182959]: pgmap v5156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:21 smithi192 ceph-mon[180220]: pgmap v5156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:23.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:23 smithi118 ceph-mon[185516]: pgmap v5157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:23 smithi118 ceph-mon[182959]: pgmap v5157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:23 smithi192 ceph-mon[180220]: pgmap v5157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:25.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:25 smithi118 ceph-mon[185516]: pgmap v5158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:25.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:25 smithi118 ceph-mon[182959]: pgmap v5158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:25 smithi192 ceph-mon[180220]: pgmap v5158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:27.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:27 smithi118 ceph-mon[185516]: pgmap v5159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:27.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:27 smithi118 ceph-mon[182959]: pgmap v5159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:27 smithi192 ceph-mon[180220]: pgmap v5159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:29.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:29 smithi118 ceph-mon[185516]: pgmap v5160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:29.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:29 smithi118 ceph-mon[182959]: pgmap v5160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:29 smithi192 ceph-mon[180220]: pgmap v5160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:38:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:38:29] "GET /metrics HTTP/1.1" 200 36334 "" "Prometheus/2.43.0" 2023-09-30T11:38:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:31 smithi118 ceph-mon[185516]: pgmap v5161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:31.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:31 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:38:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:31 smithi118 ceph-mon[182959]: pgmap v5161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:31.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:31 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:38:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:31 smithi192 ceph-mon[180220]: pgmap v5161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:31 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:38:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:38:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:38:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:38:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:38:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:38:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:38:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:38:32.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:38:32.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:38:33.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:33 smithi118 ceph-mon[185516]: pgmap v5162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:33.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:33 smithi118 ceph-mon[182959]: pgmap v5162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:33 smithi192 ceph-mon[180220]: pgmap v5162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:35 smithi118 ceph-mon[185516]: pgmap v5163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:35 smithi118 ceph-mon[182959]: pgmap v5163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:35 smithi192 ceph-mon[180220]: pgmap v5163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:37.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:37 smithi118 ceph-mon[185516]: pgmap v5164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:37.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:37 smithi118 ceph-mon[182959]: pgmap v5164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:37 smithi192 ceph-mon[180220]: pgmap v5164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:39 smithi118 ceph-mon[185516]: pgmap v5165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:39.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:39 smithi118 ceph-mon[182959]: pgmap v5165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:39 smithi192 ceph-mon[180220]: pgmap v5165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:38:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:38:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:38:41.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:41 smithi118 ceph-mon[182959]: pgmap v5166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:41.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:41 smithi118 ceph-mon[185516]: pgmap v5166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:41 smithi192 ceph-mon[180220]: pgmap v5166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:43.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:43 smithi118 ceph-mon[182959]: pgmap v5167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:43.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:43 smithi118 ceph-mon[185516]: pgmap v5167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:43 smithi192 ceph-mon[180220]: pgmap v5167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:45.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:45 smithi118 ceph-mon[182959]: pgmap v5168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:45.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:45 smithi118 ceph-mon[185516]: pgmap v5168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:45 smithi192 ceph-mon[180220]: pgmap v5168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:47.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:47 smithi118 ceph-mon[182959]: pgmap v5169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:47.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:47 smithi118 ceph-mon[185516]: pgmap v5169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:47 smithi192 ceph-mon[180220]: pgmap v5169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:49 smithi118 ceph-mon[182959]: pgmap v5170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:49 smithi118 ceph-mon[185516]: pgmap v5170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:49 smithi192 ceph-mon[180220]: pgmap v5170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:50.049 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:38:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:38:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:38:50.050 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:50.346 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:38:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:51 smithi118 ceph-mon[185516]: pgmap v5171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:51.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:51 smithi118 ceph-mon[182959]: pgmap v5171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:51 smithi192 ceph-mon[180220]: pgmap v5171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:53.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:53 smithi118 ceph-mon[185516]: pgmap v5172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:53.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:53 smithi118 ceph-mon[182959]: pgmap v5172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:53 smithi192 ceph-mon[180220]: pgmap v5172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:55.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:55 smithi118 ceph-mon[185516]: pgmap v5173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:55.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:55 smithi118 ceph-mon[182959]: pgmap v5173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:55 smithi192 ceph-mon[180220]: pgmap v5173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:57.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:57 smithi118 ceph-mon[185516]: pgmap v5174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:57.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:57 smithi118 ceph-mon[182959]: pgmap v5174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:57 smithi192 ceph-mon[180220]: pgmap v5174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:38:59 smithi118 ceph-mon[185516]: pgmap v5175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:59.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:38:59 smithi118 ceph-mon[182959]: pgmap v5175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:38:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:38:59 smithi192 ceph-mon[180220]: pgmap v5175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:38:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:38:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:39:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:01 smithi118 ceph-mon[185516]: pgmap v5176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:01 smithi118 ceph-mon[182959]: pgmap v5176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:01 smithi192 ceph-mon[180220]: pgmap v5176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:03.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:03 smithi118 ceph-mon[185516]: pgmap v5177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:03.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:03 smithi118 ceph-mon[182959]: pgmap v5177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:03 smithi192 ceph-mon[180220]: pgmap v5177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:05 smithi118 ceph-mon[185516]: pgmap v5178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:05.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:05 smithi118 ceph-mon[182959]: pgmap v5178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:05 smithi192 ceph-mon[180220]: pgmap v5178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:07 smithi118 ceph-mon[185516]: pgmap v5179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:07 smithi118 ceph-mon[182959]: pgmap v5179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:07 smithi192 ceph-mon[180220]: pgmap v5179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:09 smithi118 ceph-mon[185516]: pgmap v5180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:09 smithi118 ceph-mon[182959]: pgmap v5180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:09 smithi192 ceph-mon[180220]: pgmap v5180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:39:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:39:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:39:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:11 smithi118 ceph-mon[185516]: pgmap v5181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:11.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:11 smithi118 ceph-mon[182959]: pgmap v5181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:11 smithi192 ceph-mon[180220]: pgmap v5181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:13.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:13 smithi118 ceph-mon[185516]: pgmap v5182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:13 smithi118 ceph-mon[182959]: pgmap v5182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:13 smithi192 ceph-mon[180220]: pgmap v5182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:15 smithi118 ceph-mon[185516]: pgmap v5183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:15.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:15 smithi118 ceph-mon[182959]: pgmap v5183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:15 smithi192 ceph-mon[180220]: pgmap v5183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:17 smithi118 ceph-mon[185516]: pgmap v5184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:17 smithi118 ceph-mon[182959]: pgmap v5184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:17 smithi192 ceph-mon[180220]: pgmap v5184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:19 smithi118 ceph-mon[185516]: pgmap v5185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:19 smithi118 ceph-mon[182959]: pgmap v5185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:19 smithi192 ceph-mon[180220]: pgmap v5185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:19.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:39:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:39:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:39:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:21 smithi118 ceph-mon[185516]: pgmap v5186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:21.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:21 smithi118 ceph-mon[182959]: pgmap v5186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:21 smithi192 ceph-mon[180220]: pgmap v5186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:23.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:23 smithi118 ceph-mon[185516]: pgmap v5187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:23 smithi118 ceph-mon[182959]: pgmap v5187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:23 smithi192 ceph-mon[180220]: pgmap v5187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:25 smithi118 ceph-mon[185516]: pgmap v5188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:25.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:25 smithi118 ceph-mon[182959]: pgmap v5188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:25 smithi192 ceph-mon[180220]: pgmap v5188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:27.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:27 smithi118 ceph-mon[185516]: pgmap v5189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:27.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:27 smithi118 ceph-mon[182959]: pgmap v5189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:27 smithi192 ceph-mon[180220]: pgmap v5189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:29.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:29 smithi118 ceph-mon[185516]: pgmap v5190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:29.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:29 smithi118 ceph-mon[182959]: pgmap v5190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:29 smithi192 ceph-mon[180220]: pgmap v5190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:39:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:39:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:39:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:31 smithi118 ceph-mon[185516]: pgmap v5191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:31.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:31 smithi118 ceph-mon[182959]: pgmap v5191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:31 smithi192 ceph-mon[180220]: pgmap v5191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:39:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:39:32.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:39:32.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:39:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:39:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:39:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:39:32.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:39:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:39:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:39:32.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:39:32.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:39:33.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:33 smithi118 ceph-mon[185516]: pgmap v5192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:33.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:33 smithi118 ceph-mon[182959]: pgmap v5192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:33 smithi192 ceph-mon[180220]: pgmap v5192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:34 smithi192 ceph-mon[180220]: pgmap v5193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:34 smithi118 ceph-mon[185516]: pgmap v5193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:34 smithi118 ceph-mon[182959]: pgmap v5193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:36 smithi192 ceph-mon[180220]: pgmap v5194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:36 smithi118 ceph-mon[185516]: pgmap v5194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:36.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:36 smithi118 ceph-mon[182959]: pgmap v5194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:38.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:38 smithi192 ceph-mon[180220]: pgmap v5195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:38 smithi118 ceph-mon[185516]: pgmap v5195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:38.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:38 smithi118 ceph-mon[182959]: pgmap v5195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:39:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:39:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:39:40.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:40 smithi192 ceph-mon[180220]: pgmap v5196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:40.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:40 smithi118 ceph-mon[185516]: pgmap v5196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:40.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:40 smithi118 ceph-mon[182959]: pgmap v5196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:42.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:42 smithi192 ceph-mon[180220]: pgmap v5197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:42.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:42 smithi118 ceph-mon[185516]: pgmap v5197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:42.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:42 smithi118 ceph-mon[182959]: pgmap v5197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:44 smithi192 ceph-mon[180220]: pgmap v5198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:44 smithi118 ceph-mon[185516]: pgmap v5198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:44 smithi118 ceph-mon[182959]: pgmap v5198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:46.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:46 smithi192 ceph-mon[180220]: pgmap v5199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:46 smithi118 ceph-mon[185516]: pgmap v5199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:46.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:46 smithi118 ceph-mon[182959]: pgmap v5199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:48.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:48 smithi192 ceph-mon[180220]: pgmap v5200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:48.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:48 smithi118 ceph-mon[185516]: pgmap v5200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:48.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:48 smithi118 ceph-mon[182959]: pgmap v5200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:39:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:39:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:39:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:39:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:50 smithi192 ceph-mon[180220]: pgmap v5201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:50.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:50 smithi118 ceph-mon[185516]: pgmap v5201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:50.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:50 smithi118 ceph-mon[182959]: pgmap v5201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:52.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:52 smithi192 ceph-mon[180220]: pgmap v5202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:52.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:52 smithi118 ceph-mon[182959]: pgmap v5202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:52 smithi118 ceph-mon[185516]: pgmap v5202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:54 smithi192 ceph-mon[180220]: pgmap v5203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:54 smithi118 ceph-mon[185516]: pgmap v5203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:54 smithi118 ceph-mon[182959]: pgmap v5203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:56 smithi192 ceph-mon[180220]: pgmap v5204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:56 smithi118 ceph-mon[185516]: pgmap v5204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:56 smithi118 ceph-mon[182959]: pgmap v5204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:39:58 smithi192 ceph-mon[180220]: pgmap v5205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:39:58 smithi118 ceph-mon[185516]: pgmap v5205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:39:58.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:39:58 smithi118 ceph-mon[182959]: pgmap v5205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:39:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:39:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:40:00.404 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:00 smithi118 ceph-mon[185516]: pgmap v5206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:00.404 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T11:40:00.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:00 smithi118 ceph-mon[182959]: pgmap v5206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:00.405 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T11:40:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:00 smithi192 ceph-mon[180220]: pgmap v5206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T11:40:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:02 smithi192 ceph-mon[180220]: pgmap v5207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:02 smithi118 ceph-mon[182959]: pgmap v5207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:02 smithi118 ceph-mon[185516]: pgmap v5207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:04 smithi192 ceph-mon[180220]: pgmap v5208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:04 smithi118 ceph-mon[185516]: pgmap v5208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:04 smithi118 ceph-mon[182959]: pgmap v5208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:06 smithi192 ceph-mon[180220]: pgmap v5209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:06 smithi118 ceph-mon[185516]: pgmap v5209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:06.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:06 smithi118 ceph-mon[182959]: pgmap v5209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:08 smithi192 ceph-mon[180220]: pgmap v5210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:08 smithi118 ceph-mon[185516]: pgmap v5210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:08 smithi118 ceph-mon[182959]: pgmap v5210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:40:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:40:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:40:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:10 smithi192 ceph-mon[180220]: pgmap v5211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:10 smithi118 ceph-mon[185516]: pgmap v5211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:10.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:10 smithi118 ceph-mon[182959]: pgmap v5211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:12 smithi192 ceph-mon[180220]: pgmap v5212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:12.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:12 smithi118 ceph-mon[185516]: pgmap v5212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:12.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:12 smithi118 ceph-mon[182959]: pgmap v5212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:14 smithi192 ceph-mon[180220]: pgmap v5213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:14 smithi118 ceph-mon[185516]: pgmap v5213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:14 smithi118 ceph-mon[182959]: pgmap v5213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:16 smithi192 ceph-mon[180220]: pgmap v5214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:16.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:16 smithi118 ceph-mon[185516]: pgmap v5214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:16.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:16 smithi118 ceph-mon[182959]: pgmap v5214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:18 smithi192 ceph-mon[180220]: pgmap v5215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:18 smithi118 ceph-mon[185516]: pgmap v5215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:18.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:18 smithi118 ceph-mon[182959]: pgmap v5215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:19.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:40:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:40:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:40:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:20 smithi192 ceph-mon[180220]: pgmap v5216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:20.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:20 smithi118 ceph-mon[185516]: pgmap v5216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:20.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:20 smithi118 ceph-mon[182959]: pgmap v5216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:22.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:22 smithi192 ceph-mon[180220]: pgmap v5217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:22.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:22 smithi118 ceph-mon[185516]: pgmap v5217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:22.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:22 smithi118 ceph-mon[182959]: pgmap v5217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:24 smithi192 ceph-mon[180220]: pgmap v5218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:24 smithi118 ceph-mon[185516]: pgmap v5218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:24 smithi118 ceph-mon[182959]: pgmap v5218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:26.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:26 smithi192 ceph-mon[180220]: pgmap v5219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:26 smithi118 ceph-mon[185516]: pgmap v5219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:26 smithi118 ceph-mon[182959]: pgmap v5219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:28.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:28 smithi192 ceph-mon[180220]: pgmap v5220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:28 smithi118 ceph-mon[185516]: pgmap v5220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:28.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:28 smithi118 ceph-mon[182959]: pgmap v5220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:40:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:40:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:40:30.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:30 smithi192 ceph-mon[180220]: pgmap v5221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:30 smithi118 ceph-mon[185516]: pgmap v5221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:30.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:30 smithi118 ceph-mon[182959]: pgmap v5221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:32.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:32 smithi192 ceph-mon[180220]: pgmap v5222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:32.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:32 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:40:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:32 smithi118 ceph-mon[185516]: pgmap v5222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:32 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:40:32.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:32 smithi118 ceph-mon[182959]: pgmap v5222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:32.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:32 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:40:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:40:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:40:33.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:40:33.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:40:33.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:40:33.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:40:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:40:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:40:33.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:40:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:34 smithi192 ceph-mon[180220]: pgmap v5223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:34 smithi118 ceph-mon[185516]: pgmap v5223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:34 smithi118 ceph-mon[182959]: pgmap v5223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:36 smithi192 ceph-mon[180220]: pgmap v5224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:36 smithi118 ceph-mon[185516]: pgmap v5224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:36.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:36 smithi118 ceph-mon[182959]: pgmap v5224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:38 smithi192 ceph-mon[180220]: pgmap v5225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:39.045 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:38 smithi118 ceph-mon[185516]: pgmap v5225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:39.045 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:38 smithi118 ceph-mon[182959]: pgmap v5225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:40:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:40:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:40:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:40 smithi192 ceph-mon[180220]: pgmap v5226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:40 smithi118 ceph-mon[185516]: pgmap v5226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:40 smithi118 ceph-mon[182959]: pgmap v5226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:42 smithi192 ceph-mon[180220]: pgmap v5227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:42 smithi118 ceph-mon[185516]: pgmap v5227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:42.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:42 smithi118 ceph-mon[182959]: pgmap v5227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:44 smithi192 ceph-mon[180220]: pgmap v5228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:44 smithi118 ceph-mon[185516]: pgmap v5228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:44 smithi118 ceph-mon[182959]: pgmap v5228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:46 smithi192 ceph-mon[180220]: pgmap v5229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:46 smithi118 ceph-mon[185516]: pgmap v5229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:46 smithi118 ceph-mon[182959]: pgmap v5229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:48 smithi192 ceph-mon[180220]: pgmap v5230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:48 smithi118 ceph-mon[185516]: pgmap v5230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:48 smithi118 ceph-mon[182959]: pgmap v5230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:40:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:40:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:40:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:40:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:50 smithi192 ceph-mon[180220]: pgmap v5231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:50 smithi118 ceph-mon[185516]: pgmap v5231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:50 smithi118 ceph-mon[182959]: pgmap v5231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:52 smithi192 ceph-mon[180220]: pgmap v5232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:52 smithi118 ceph-mon[185516]: pgmap v5232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:52 smithi118 ceph-mon[182959]: pgmap v5232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:54 smithi192 ceph-mon[180220]: pgmap v5233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:54 smithi118 ceph-mon[185516]: pgmap v5233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:54 smithi118 ceph-mon[182959]: pgmap v5233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:56 smithi192 ceph-mon[180220]: pgmap v5234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:56 smithi118 ceph-mon[182959]: pgmap v5234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:56 smithi118 ceph-mon[185516]: pgmap v5234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:40:58 smithi192 ceph-mon[180220]: pgmap v5235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:40:58 smithi118 ceph-mon[185516]: pgmap v5235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:40:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:40:58 smithi118 ceph-mon[182959]: pgmap v5235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:40:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:40:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:41:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:00 smithi192 ceph-mon[180220]: pgmap v5236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:00.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:00 smithi118 ceph-mon[185516]: pgmap v5236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:00.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:00 smithi118 ceph-mon[182959]: pgmap v5236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:02 smithi192 ceph-mon[180220]: pgmap v5237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:02 smithi118 ceph-mon[185516]: pgmap v5237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:02 smithi118 ceph-mon[182959]: pgmap v5237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:04 smithi192 ceph-mon[180220]: pgmap v5238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:04 smithi118 ceph-mon[185516]: pgmap v5238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:04 smithi118 ceph-mon[182959]: pgmap v5238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:06 smithi192 ceph-mon[180220]: pgmap v5239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:06 smithi118 ceph-mon[185516]: pgmap v5239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:06 smithi118 ceph-mon[182959]: pgmap v5239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:08 smithi192 ceph-mon[180220]: pgmap v5240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:08 smithi118 ceph-mon[185516]: pgmap v5240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:08 smithi118 ceph-mon[182959]: pgmap v5240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:41:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:41:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:41:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:10 smithi192 ceph-mon[180220]: pgmap v5241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:10 smithi118 ceph-mon[185516]: pgmap v5241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:10 smithi118 ceph-mon[182959]: pgmap v5241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:12 smithi192 ceph-mon[180220]: pgmap v5242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:12 smithi118 ceph-mon[185516]: pgmap v5242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:12 smithi118 ceph-mon[182959]: pgmap v5242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:14 smithi192 ceph-mon[180220]: pgmap v5243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:14 smithi118 ceph-mon[185516]: pgmap v5243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:14 smithi118 ceph-mon[182959]: pgmap v5243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:16 smithi192 ceph-mon[180220]: pgmap v5244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:16 smithi118 ceph-mon[185516]: pgmap v5244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:16.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:16 smithi118 ceph-mon[182959]: pgmap v5244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:18 smithi192 ceph-mon[180220]: pgmap v5245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:18 smithi118 ceph-mon[185516]: pgmap v5245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:18.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:18 smithi118 ceph-mon[182959]: pgmap v5245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:19.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:41:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:41:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:41:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:20 smithi192 ceph-mon[180220]: pgmap v5246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:20 smithi118 ceph-mon[185516]: pgmap v5246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:20 smithi118 ceph-mon[182959]: pgmap v5246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:22 smithi192 ceph-mon[180220]: pgmap v5247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:22 smithi118 ceph-mon[185516]: pgmap v5247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:22 smithi118 ceph-mon[182959]: pgmap v5247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:24 smithi192 ceph-mon[180220]: pgmap v5248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:24 smithi118 ceph-mon[182959]: pgmap v5248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:24 smithi118 ceph-mon[185516]: pgmap v5248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:26 smithi192 ceph-mon[180220]: pgmap v5249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:26 smithi118 ceph-mon[185516]: pgmap v5249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:26 smithi118 ceph-mon[182959]: pgmap v5249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:28 smithi192 ceph-mon[180220]: pgmap v5250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:28.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:28 smithi118 ceph-mon[185516]: pgmap v5250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:28 smithi118 ceph-mon[182959]: pgmap v5250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:41:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:41:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:41:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:30 smithi192 ceph-mon[180220]: pgmap v5251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:30 smithi118 ceph-mon[185516]: pgmap v5251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:30 smithi118 ceph-mon[182959]: pgmap v5251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:32 smithi192 ceph-mon[180220]: pgmap v5252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:32 smithi118 ceph-mon[185516]: pgmap v5252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:32 smithi118 ceph-mon[182959]: pgmap v5252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:33.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:41:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:41:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:41:33.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:33 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:41:33.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:41:33.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:41:33.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:41:33.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:41:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:41:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:41:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:41:33.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:33 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:41:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:34 smithi118 ceph-mon[185516]: pgmap v5253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:34 smithi118 ceph-mon[182959]: pgmap v5253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:34 smithi192 ceph-mon[180220]: pgmap v5253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:37.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:36 smithi118 ceph-mon[185516]: pgmap v5254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:37.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:36 smithi118 ceph-mon[182959]: pgmap v5254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:36 smithi192 ceph-mon[180220]: pgmap v5254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:38 smithi118 ceph-mon[185516]: pgmap v5255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:39.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:38 smithi118 ceph-mon[182959]: pgmap v5255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:38 smithi192 ceph-mon[180220]: pgmap v5255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:41:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:41:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:41:41.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:40 smithi118 ceph-mon[182959]: pgmap v5256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:41.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:40 smithi118 ceph-mon[185516]: pgmap v5256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:40 smithi192 ceph-mon[180220]: pgmap v5256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:43.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:42 smithi118 ceph-mon[185516]: pgmap v5257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:43.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:42 smithi118 ceph-mon[182959]: pgmap v5257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:42 smithi192 ceph-mon[180220]: pgmap v5257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:45.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:44 smithi118 ceph-mon[185516]: pgmap v5258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:45.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:44 smithi118 ceph-mon[182959]: pgmap v5258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:45.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:44 smithi192 ceph-mon[180220]: pgmap v5258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:47.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:46 smithi118 ceph-mon[185516]: pgmap v5259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:47.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:46 smithi118 ceph-mon[182959]: pgmap v5259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:46 smithi192 ceph-mon[180220]: pgmap v5259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:48 smithi118 ceph-mon[185516]: pgmap v5260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:48 smithi118 ceph-mon[182959]: pgmap v5260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:48 smithi192 ceph-mon[180220]: pgmap v5260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:41:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:41:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:41:50.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:41:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:50 smithi118 ceph-mon[185516]: pgmap v5261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:51.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:50 smithi118 ceph-mon[182959]: pgmap v5261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:50 smithi192 ceph-mon[180220]: pgmap v5261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:53.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:52 smithi118 ceph-mon[185516]: pgmap v5262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:53.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:52 smithi118 ceph-mon[182959]: pgmap v5262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:52 smithi192 ceph-mon[180220]: pgmap v5262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:55.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:54 smithi118 ceph-mon[185516]: pgmap v5263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:55.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:54 smithi118 ceph-mon[182959]: pgmap v5263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:55.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:54 smithi192 ceph-mon[180220]: pgmap v5263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:57.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:56 smithi118 ceph-mon[185516]: pgmap v5264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:57.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:56 smithi118 ceph-mon[182959]: pgmap v5264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:57.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:56 smithi192 ceph-mon[180220]: pgmap v5264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:59.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:41:58 smithi118 ceph-mon[185516]: pgmap v5265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:59.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:41:58 smithi118 ceph-mon[182959]: pgmap v5265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:41:59.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:41:58 smithi192 ceph-mon[180220]: pgmap v5265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:41:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:41:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:42:01.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:00 smithi118 ceph-mon[185516]: pgmap v5266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:01.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:00 smithi118 ceph-mon[182959]: pgmap v5266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:01.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:00 smithi192 ceph-mon[180220]: pgmap v5266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:03.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:02 smithi118 ceph-mon[185516]: pgmap v5267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:03.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:02 smithi118 ceph-mon[182959]: pgmap v5267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:02 smithi192 ceph-mon[180220]: pgmap v5267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:05 smithi118 ceph-mon[185516]: pgmap v5268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:05.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:05 smithi118 ceph-mon[182959]: pgmap v5268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:05.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:05 smithi192 ceph-mon[180220]: pgmap v5268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:05.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:07 smithi118 ceph-mon[185516]: pgmap v5269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:07.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:07 smithi118 ceph-mon[182959]: pgmap v5269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:07 smithi192 ceph-mon[180220]: pgmap v5269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:09 smithi118 ceph-mon[185516]: pgmap v5270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:09 smithi118 ceph-mon[182959]: pgmap v5270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:09 smithi192 ceph-mon[180220]: pgmap v5270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:42:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:42:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:42:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:11 smithi118 ceph-mon[185516]: pgmap v5271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:11.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:11 smithi118 ceph-mon[182959]: pgmap v5271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:11 smithi192 ceph-mon[180220]: pgmap v5271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:13.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:13 smithi118 ceph-mon[185516]: pgmap v5272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:13.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:13 smithi118 ceph-mon[182959]: pgmap v5272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:13 smithi192 ceph-mon[180220]: pgmap v5272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:15.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:15 smithi118 ceph-mon[185516]: pgmap v5273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:15.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:15 smithi118 ceph-mon[182959]: pgmap v5273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:15.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:15 smithi192 ceph-mon[180220]: pgmap v5273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:17 smithi118 ceph-mon[185516]: pgmap v5274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:17 smithi118 ceph-mon[182959]: pgmap v5274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:17.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:17 smithi192 ceph-mon[180220]: pgmap v5274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:19 smithi118 ceph-mon[185516]: pgmap v5275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:19.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:19 smithi118 ceph-mon[182959]: pgmap v5275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:19 smithi192 ceph-mon[180220]: pgmap v5275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:42:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:42:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:42:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:20 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:20 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:20 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:21 smithi118 ceph-mon[185516]: pgmap v5276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:21.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:21 smithi118 ceph-mon[182959]: pgmap v5276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:21.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:21 smithi192 ceph-mon[180220]: pgmap v5276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:23.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:23 smithi118 ceph-mon[185516]: pgmap v5277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:23 smithi118 ceph-mon[182959]: pgmap v5277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:23.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:23 smithi192 ceph-mon[180220]: pgmap v5277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:25.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:25 smithi118 ceph-mon[185516]: pgmap v5278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:25.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:25 smithi118 ceph-mon[182959]: pgmap v5278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:25.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:25 smithi192 ceph-mon[180220]: pgmap v5278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:27.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:27 smithi118 ceph-mon[185516]: pgmap v5279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:27.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:27 smithi118 ceph-mon[182959]: pgmap v5279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:27.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:27 smithi192 ceph-mon[180220]: pgmap v5279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:29.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:29 smithi118 ceph-mon[185516]: pgmap v5280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:29.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:29 smithi118 ceph-mon[182959]: pgmap v5280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:29.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:29 smithi192 ceph-mon[180220]: pgmap v5280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:42:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:42:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:42:31.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:31 smithi118 ceph-mon[185516]: pgmap v5281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:31.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:31 smithi118 ceph-mon[182959]: pgmap v5281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:31.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:31 smithi192 ceph-mon[180220]: pgmap v5281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:33.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:33 smithi118 ceph-mon[185516]: pgmap v5282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:33.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:33 smithi118 ceph-mon[182959]: pgmap v5282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:33.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:33 smithi192 ceph-mon[180220]: pgmap v5282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:42:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:42:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:42:34.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:42:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:42:34.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:42:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:42:34.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:42:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:42:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:42:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:42:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:42:35.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:35 smithi118 ceph-mon[185516]: pgmap v5283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:35.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:35 smithi118 ceph-mon[182959]: pgmap v5283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:35.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:35 smithi192 ceph-mon[180220]: pgmap v5283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:37.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:37 smithi118 ceph-mon[185516]: pgmap v5284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:37.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:37 smithi118 ceph-mon[182959]: pgmap v5284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:37.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:37 smithi192 ceph-mon[180220]: pgmap v5284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:39.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:39 smithi118 ceph-mon[182959]: pgmap v5285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:39.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:39 smithi118 ceph-mon[185516]: pgmap v5285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:39.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:39 smithi192 ceph-mon[180220]: pgmap v5285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:42:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:42:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:42:41.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:41 smithi118 ceph-mon[185516]: pgmap v5286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:41.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:41 smithi118 ceph-mon[182959]: pgmap v5286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:41.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:41 smithi192 ceph-mon[180220]: pgmap v5286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:43.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:43 smithi118 ceph-mon[185516]: pgmap v5287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:43.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:43 smithi118 ceph-mon[182959]: pgmap v5287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:43.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:43 smithi192 ceph-mon[180220]: pgmap v5287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:45.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:45 smithi118 ceph-mon[185516]: pgmap v5288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:45.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:45 smithi118 ceph-mon[182959]: pgmap v5288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:45.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:45 smithi192 ceph-mon[180220]: pgmap v5288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:47.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:47 smithi118 ceph-mon[185516]: pgmap v5289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:47.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:47 smithi118 ceph-mon[182959]: pgmap v5289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:47.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:47 smithi192 ceph-mon[180220]: pgmap v5289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:49 smithi118 ceph-mon[185516]: pgmap v5290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:49 smithi118 ceph-mon[182959]: pgmap v5290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:49 smithi192 ceph-mon[180220]: pgmap v5290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:50.049 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:42:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:42:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:42:50.051 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:50.051 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:42:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:51 smithi118 ceph-mon[185516]: pgmap v5291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:51.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:51 smithi118 ceph-mon[182959]: pgmap v5291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:51 smithi192 ceph-mon[180220]: pgmap v5291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:53.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:53 smithi118 ceph-mon[185516]: pgmap v5292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:53.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:53 smithi118 ceph-mon[182959]: pgmap v5292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:53 smithi192 ceph-mon[180220]: pgmap v5292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:54 smithi192 ceph-mon[180220]: pgmap v5293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:54 smithi118 ceph-mon[185516]: pgmap v5293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:54 smithi118 ceph-mon[182959]: pgmap v5293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:56.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:56 smithi192 ceph-mon[180220]: pgmap v5294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:56 smithi118 ceph-mon[185516]: pgmap v5294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:56 smithi118 ceph-mon[182959]: pgmap v5294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:58.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:42:58 smithi192 ceph-mon[180220]: pgmap v5295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:42:58 smithi118 ceph-mon[185516]: pgmap v5295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:42:58.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:42:58 smithi118 ceph-mon[182959]: pgmap v5295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:42:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:42:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:43:00.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:00 smithi192 ceph-mon[180220]: pgmap v5296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:00 smithi118 ceph-mon[185516]: pgmap v5296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:00 smithi118 ceph-mon[182959]: pgmap v5296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:02.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:02 smithi192 ceph-mon[180220]: pgmap v5297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:02 smithi118 ceph-mon[185516]: pgmap v5297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:02 smithi118 ceph-mon[182959]: pgmap v5297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:04 smithi192 ceph-mon[180220]: pgmap v5298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:04 smithi118 ceph-mon[185516]: pgmap v5298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:04 smithi118 ceph-mon[182959]: pgmap v5298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:06.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:06 smithi192 ceph-mon[180220]: pgmap v5299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:06 smithi118 ceph-mon[185516]: pgmap v5299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:06.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:06 smithi118 ceph-mon[182959]: pgmap v5299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:08.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:08 smithi192 ceph-mon[180220]: pgmap v5300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:08 smithi118 ceph-mon[185516]: pgmap v5300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:08 smithi118 ceph-mon[182959]: pgmap v5300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:43:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:43:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:43:10.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:10 smithi192 ceph-mon[180220]: pgmap v5301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:10.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:10 smithi118 ceph-mon[182959]: pgmap v5301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:10.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:10 smithi118 ceph-mon[185516]: pgmap v5301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:12.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:12 smithi192 ceph-mon[180220]: pgmap v5302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:12.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:12 smithi118 ceph-mon[185516]: pgmap v5302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:12.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:12 smithi118 ceph-mon[182959]: pgmap v5302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:14 smithi192 ceph-mon[180220]: pgmap v5303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:14 smithi118 ceph-mon[185516]: pgmap v5303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:14 smithi118 ceph-mon[182959]: pgmap v5303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:16.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:16 smithi192 ceph-mon[180220]: pgmap v5304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:16.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:16 smithi118 ceph-mon[185516]: pgmap v5304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:16.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:16 smithi118 ceph-mon[182959]: pgmap v5304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:18.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:18 smithi192 ceph-mon[180220]: pgmap v5305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:18 smithi118 ceph-mon[185516]: pgmap v5305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:18.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:18 smithi118 ceph-mon[182959]: pgmap v5305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:19.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:43:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:43:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:43:20.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:20 smithi192 ceph-mon[180220]: pgmap v5306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:20 smithi118 ceph-mon[185516]: pgmap v5306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:20.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:20 smithi118 ceph-mon[182959]: pgmap v5306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:22.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:22 smithi192 ceph-mon[180220]: pgmap v5307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:22.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:22 smithi118 ceph-mon[185516]: pgmap v5307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:22.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:22 smithi118 ceph-mon[182959]: pgmap v5307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:24 smithi192 ceph-mon[180220]: pgmap v5308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:24 smithi118 ceph-mon[185516]: pgmap v5308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:24 smithi118 ceph-mon[182959]: pgmap v5308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:26.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:26 smithi118 ceph-mon[185516]: pgmap v5309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:26 smithi118 ceph-mon[182959]: pgmap v5309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:26 smithi192 ceph-mon[180220]: pgmap v5309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:28 smithi118 ceph-mon[185516]: pgmap v5310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:28.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:28 smithi118 ceph-mon[182959]: pgmap v5310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:28 smithi192 ceph-mon[180220]: pgmap v5310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:43:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:43:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:43:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:30 smithi118 ceph-mon[185516]: pgmap v5311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:30.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:30 smithi118 ceph-mon[182959]: pgmap v5311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:30 smithi192 ceph-mon[180220]: pgmap v5311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:32 smithi118 ceph-mon[185516]: pgmap v5312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:32.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:32 smithi118 ceph-mon[182959]: pgmap v5312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:32 smithi192 ceph-mon[180220]: pgmap v5312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:34 smithi192 ceph-mon[180220]: pgmap v5313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:43:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:34 smithi118 ceph-mon[185516]: pgmap v5313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:43:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:34 smithi118 ceph-mon[182959]: pgmap v5313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:43:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:43:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:43:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:43:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:43:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:43:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:43:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:43:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:43:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:43:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:36 smithi118 ceph-mon[185516]: pgmap v5314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:36.614 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:36 smithi118 ceph-mon[182959]: pgmap v5314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:36 smithi192 ceph-mon[180220]: pgmap v5314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:38 smithi118 ceph-mon[185516]: pgmap v5315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:38.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:38 smithi118 ceph-mon[182959]: pgmap v5315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:38 smithi192 ceph-mon[180220]: pgmap v5315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:43:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:43:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:43:40.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:40 smithi118 ceph-mon[185516]: pgmap v5316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:40.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:40 smithi118 ceph-mon[182959]: pgmap v5316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:40 smithi192 ceph-mon[180220]: pgmap v5316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:42.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:42 smithi118 ceph-mon[185516]: pgmap v5317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:42.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:42 smithi118 ceph-mon[182959]: pgmap v5317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:42 smithi192 ceph-mon[180220]: pgmap v5317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:44 smithi192 ceph-mon[180220]: pgmap v5318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:44 smithi118 ceph-mon[185516]: pgmap v5318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:44 smithi118 ceph-mon[182959]: pgmap v5318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:46 smithi118 ceph-mon[185516]: pgmap v5319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:46.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:46 smithi118 ceph-mon[182959]: pgmap v5319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:46 smithi192 ceph-mon[180220]: pgmap v5319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:48.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:48 smithi118 ceph-mon[185516]: pgmap v5320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:48.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:48 smithi118 ceph-mon[182959]: pgmap v5320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:48 smithi192 ceph-mon[180220]: pgmap v5320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:49.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:43:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:43:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:43:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:43:50.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:50 smithi118 ceph-mon[185516]: pgmap v5321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:50.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:50 smithi118 ceph-mon[182959]: pgmap v5321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:50.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:50 smithi192 ceph-mon[180220]: pgmap v5321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:52 smithi118 ceph-mon[185516]: pgmap v5322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:52.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:52 smithi118 ceph-mon[182959]: pgmap v5322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:52.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:52 smithi192 ceph-mon[180220]: pgmap v5322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:54 smithi192 ceph-mon[180220]: pgmap v5323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:54 smithi118 ceph-mon[185516]: pgmap v5323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:54 smithi118 ceph-mon[182959]: pgmap v5323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:56 smithi118 ceph-mon[182959]: pgmap v5324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:56 smithi118 ceph-mon[185516]: pgmap v5324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:56 smithi192 ceph-mon[180220]: pgmap v5324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:58.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:43:58 smithi118 ceph-mon[182959]: pgmap v5325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:43:58 smithi118 ceph-mon[185516]: pgmap v5325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:43:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:43:58 smithi192 ceph-mon[180220]: pgmap v5325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:43:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:43:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:44:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:00 smithi118 ceph-mon[185516]: pgmap v5326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:00 smithi118 ceph-mon[182959]: pgmap v5326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:00 smithi192 ceph-mon[180220]: pgmap v5326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:02 smithi118 ceph-mon[185516]: pgmap v5327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:02 smithi118 ceph-mon[182959]: pgmap v5327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:02 smithi192 ceph-mon[180220]: pgmap v5327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:04 smithi192 ceph-mon[180220]: pgmap v5328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:04 smithi118 ceph-mon[182959]: pgmap v5328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:04 smithi118 ceph-mon[185516]: pgmap v5328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:06 smithi118 ceph-mon[185516]: pgmap v5329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:06.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:06 smithi118 ceph-mon[182959]: pgmap v5329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:06 smithi192 ceph-mon[180220]: pgmap v5329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:08 smithi118 ceph-mon[185516]: pgmap v5330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:08 smithi118 ceph-mon[182959]: pgmap v5330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:08 smithi192 ceph-mon[180220]: pgmap v5330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:10.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:44:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:44:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:44:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:10 smithi118 ceph-mon[185516]: pgmap v5331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:10.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:10 smithi118 ceph-mon[182959]: pgmap v5331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:10 smithi192 ceph-mon[180220]: pgmap v5331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:12.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:12 smithi118 ceph-mon[185516]: pgmap v5332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:12 smithi118 ceph-mon[182959]: pgmap v5332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:12 smithi192 ceph-mon[180220]: pgmap v5332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:14 smithi192 ceph-mon[180220]: pgmap v5333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:14 smithi118 ceph-mon[185516]: pgmap v5333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:14 smithi118 ceph-mon[182959]: pgmap v5333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:16.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:16 smithi118 ceph-mon[185516]: pgmap v5334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:16.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:16 smithi118 ceph-mon[182959]: pgmap v5334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:16 smithi192 ceph-mon[180220]: pgmap v5334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:18 smithi118 ceph-mon[185516]: pgmap v5335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:18.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:18 smithi118 ceph-mon[182959]: pgmap v5335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:18 smithi192 ceph-mon[180220]: pgmap v5335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:44:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:44:19] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T11:44:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:20 smithi118 ceph-mon[185516]: pgmap v5336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:20.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:20 smithi118 ceph-mon[182959]: pgmap v5336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:20 smithi192 ceph-mon[180220]: pgmap v5336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:22.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:22 smithi118 ceph-mon[185516]: pgmap v5337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:22.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:22 smithi118 ceph-mon[182959]: pgmap v5337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:22 smithi192 ceph-mon[180220]: pgmap v5337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:24 smithi192 ceph-mon[180220]: pgmap v5338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:24 smithi118 ceph-mon[185516]: pgmap v5338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:24 smithi118 ceph-mon[182959]: pgmap v5338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:26 smithi118 ceph-mon[185516]: pgmap v5339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:26 smithi118 ceph-mon[182959]: pgmap v5339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:26 smithi192 ceph-mon[180220]: pgmap v5339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:28 smithi118 ceph-mon[185516]: pgmap v5340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:28.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:28 smithi118 ceph-mon[182959]: pgmap v5340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:28 smithi192 ceph-mon[180220]: pgmap v5340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:44:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:44:29] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T11:44:30.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:30 smithi118 ceph-mon[182959]: pgmap v5341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:30 smithi118 ceph-mon[185516]: pgmap v5341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:30 smithi192 ceph-mon[180220]: pgmap v5341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:32 smithi118 ceph-mon[185516]: pgmap v5342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:32.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:32 smithi118 ceph-mon[182959]: pgmap v5342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:32 smithi192 ceph-mon[180220]: pgmap v5342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:34 smithi192 ceph-mon[180220]: pgmap v5343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:34 smithi118 ceph-mon[185516]: pgmap v5343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:34 smithi118 ceph-mon[182959]: pgmap v5343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:44:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:44:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:44:35.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:44:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:44:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:44:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:44:35.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:44:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:44:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:44:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:44:35.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:44:36.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:36 smithi192 ceph-mon[180220]: pgmap v5344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:36 smithi118 ceph-mon[185516]: pgmap v5344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:36 smithi118 ceph-mon[182959]: pgmap v5344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:38 smithi118 ceph-mon[185516]: pgmap v5345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:38.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:38 smithi118 ceph-mon[182959]: pgmap v5345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:38 smithi192 ceph-mon[180220]: pgmap v5345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:44:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:44:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:44:40.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:40 smithi118 ceph-mon[185516]: pgmap v5346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:40.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:40 smithi118 ceph-mon[182959]: pgmap v5346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:40 smithi192 ceph-mon[180220]: pgmap v5346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:42.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:42 smithi118 ceph-mon[185516]: pgmap v5347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:42.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:42 smithi118 ceph-mon[182959]: pgmap v5347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:42 smithi192 ceph-mon[180220]: pgmap v5347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:44 smithi192 ceph-mon[180220]: pgmap v5348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:44 smithi118 ceph-mon[185516]: pgmap v5348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:44 smithi118 ceph-mon[182959]: pgmap v5348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:46 smithi118 ceph-mon[185516]: pgmap v5349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:46.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:46 smithi118 ceph-mon[182959]: pgmap v5349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:46 smithi192 ceph-mon[180220]: pgmap v5349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:48.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:48 smithi118 ceph-mon[185516]: pgmap v5350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:48.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:48 smithi118 ceph-mon[182959]: pgmap v5350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:48 smithi192 ceph-mon[180220]: pgmap v5350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:49.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:44:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:44:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:44:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:44:50.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:50 smithi118 ceph-mon[185516]: pgmap v5351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:50.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:50 smithi118 ceph-mon[182959]: pgmap v5351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:50 smithi192 ceph-mon[180220]: pgmap v5351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:52 smithi118 ceph-mon[185516]: pgmap v5352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:52.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:52 smithi118 ceph-mon[182959]: pgmap v5352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:52 smithi192 ceph-mon[180220]: pgmap v5352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:54 smithi192 ceph-mon[180220]: pgmap v5353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:54 smithi118 ceph-mon[185516]: pgmap v5353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:54 smithi118 ceph-mon[182959]: pgmap v5353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:56 smithi118 ceph-mon[185516]: pgmap v5354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:56 smithi118 ceph-mon[182959]: pgmap v5354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:56 smithi192 ceph-mon[180220]: pgmap v5354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:44:58 smithi118 ceph-mon[185516]: pgmap v5355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:58.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:44:58 smithi118 ceph-mon[182959]: pgmap v5355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:44:58 smithi192 ceph-mon[180220]: pgmap v5355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:44:59.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 11:44:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T11:44:59.087843159Z level=info msg="Completed cleanup jobs" duration=10.845972ms 2023-09-30T11:45:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:44:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:44:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:45:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:00 smithi118 ceph-mon[185516]: pgmap v5356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:00 smithi118 ceph-mon[182959]: pgmap v5356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:00 smithi192 ceph-mon[180220]: pgmap v5356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:02 smithi118 ceph-mon[185516]: pgmap v5357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:02 smithi118 ceph-mon[182959]: pgmap v5357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:02 smithi192 ceph-mon[180220]: pgmap v5357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:04 smithi192 ceph-mon[180220]: pgmap v5358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:04.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:04 smithi118 ceph-mon[185516]: pgmap v5358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:04 smithi118 ceph-mon[182959]: pgmap v5358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:06 smithi118 ceph-mon[185516]: pgmap v5359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:06.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:06 smithi118 ceph-mon[182959]: pgmap v5359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:06 smithi192 ceph-mon[180220]: pgmap v5359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:08 smithi118 ceph-mon[185516]: pgmap v5360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:08.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:08 smithi118 ceph-mon[182959]: pgmap v5360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:08 smithi192 ceph-mon[180220]: pgmap v5360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:45:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:45:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:45:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:10 smithi118 ceph-mon[185516]: pgmap v5361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:10.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:10 smithi118 ceph-mon[182959]: pgmap v5361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:10 smithi192 ceph-mon[180220]: pgmap v5361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:12.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:12 smithi118 ceph-mon[185516]: pgmap v5362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:12.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:12 smithi118 ceph-mon[182959]: pgmap v5362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:12 smithi192 ceph-mon[180220]: pgmap v5362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:14 smithi192 ceph-mon[180220]: pgmap v5363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:14 smithi118 ceph-mon[185516]: pgmap v5363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:14 smithi118 ceph-mon[182959]: pgmap v5363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:16.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:16 smithi118 ceph-mon[185516]: pgmap v5364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:16.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:16 smithi118 ceph-mon[182959]: pgmap v5364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:16 smithi192 ceph-mon[180220]: pgmap v5364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:18.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:18 smithi118 ceph-mon[185516]: pgmap v5365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:18.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:18 smithi118 ceph-mon[182959]: pgmap v5365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:18 smithi192 ceph-mon[180220]: pgmap v5365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:45:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:45:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:45:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:20 smithi118 ceph-mon[185516]: pgmap v5366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:20.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:20 smithi118 ceph-mon[182959]: pgmap v5366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:20 smithi192 ceph-mon[180220]: pgmap v5366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:22.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:22 smithi118 ceph-mon[185516]: pgmap v5367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:22.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:22 smithi118 ceph-mon[182959]: pgmap v5367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:22 smithi192 ceph-mon[180220]: pgmap v5367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:24 smithi192 ceph-mon[180220]: pgmap v5368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:24 smithi118 ceph-mon[185516]: pgmap v5368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:24 smithi118 ceph-mon[182959]: pgmap v5368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:26 smithi118 ceph-mon[185516]: pgmap v5369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:26 smithi118 ceph-mon[182959]: pgmap v5369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:26 smithi192 ceph-mon[180220]: pgmap v5369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:28 smithi118 ceph-mon[185516]: pgmap v5370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:28.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:28 smithi118 ceph-mon[182959]: pgmap v5370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:28 smithi192 ceph-mon[180220]: pgmap v5370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:45:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:45:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:45:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:30 smithi118 ceph-mon[185516]: pgmap v5371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:30.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:30 smithi118 ceph-mon[182959]: pgmap v5371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:30 smithi192 ceph-mon[180220]: pgmap v5371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:32 smithi118 ceph-mon[185516]: pgmap v5372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:32.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:32 smithi118 ceph-mon[182959]: pgmap v5372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:32 smithi192 ceph-mon[180220]: pgmap v5372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:34 smithi192 ceph-mon[180220]: pgmap v5373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:34 smithi118 ceph-mon[185516]: pgmap v5373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:34.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:34 smithi118 ceph-mon[182959]: pgmap v5373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:35.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:35 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:45:35.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:35 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:45:35.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:35 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:45:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: pgmap v5374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: pgmap v5374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:45:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:45:36.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: pgmap v5374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:36.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:36.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:45:36.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:45:36.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:45:38.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:38 smithi118 ceph-mon[182959]: pgmap v5375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:38 smithi118 ceph-mon[185516]: pgmap v5375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:38 smithi192 ceph-mon[180220]: pgmap v5375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:45:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:45:39] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T11:45:40.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:40 smithi118 ceph-mon[185516]: pgmap v5376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:40.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:40 smithi118 ceph-mon[182959]: pgmap v5376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:40 smithi192 ceph-mon[180220]: pgmap v5376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:42.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:42 smithi118 ceph-mon[185516]: pgmap v5377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:42.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:42 smithi118 ceph-mon[182959]: pgmap v5377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:42 smithi192 ceph-mon[180220]: pgmap v5377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:44 smithi192 ceph-mon[180220]: pgmap v5378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:44 smithi118 ceph-mon[185516]: pgmap v5378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:44 smithi118 ceph-mon[182959]: pgmap v5378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:46 smithi118 ceph-mon[185516]: pgmap v5379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:46.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:46 smithi118 ceph-mon[182959]: pgmap v5379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:46 smithi192 ceph-mon[180220]: pgmap v5379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:48.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:48 smithi118 ceph-mon[185516]: pgmap v5380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:48.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:48 smithi118 ceph-mon[182959]: pgmap v5380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:48 smithi192 ceph-mon[180220]: pgmap v5380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:49.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:45:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:45:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:45:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:45:50.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:50 smithi118 ceph-mon[182959]: pgmap v5381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:50.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:50 smithi118 ceph-mon[185516]: pgmap v5381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:50 smithi192 ceph-mon[180220]: pgmap v5381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:52.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:52 smithi118 ceph-mon[182959]: pgmap v5382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:52 smithi118 ceph-mon[185516]: pgmap v5382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:52 smithi192 ceph-mon[180220]: pgmap v5382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:54 smithi192 ceph-mon[180220]: pgmap v5383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:54 smithi118 ceph-mon[182959]: pgmap v5383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:54 smithi118 ceph-mon[185516]: pgmap v5383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:56 smithi118 ceph-mon[182959]: pgmap v5384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:56 smithi118 ceph-mon[185516]: pgmap v5384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:56 smithi192 ceph-mon[180220]: pgmap v5384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:45:58 smithi118 ceph-mon[185516]: pgmap v5385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:58.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:45:58 smithi118 ceph-mon[182959]: pgmap v5385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:45:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:45:58 smithi192 ceph-mon[180220]: pgmap v5385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:45:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:45:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:46:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:00 smithi118 ceph-mon[182959]: pgmap v5386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:00 smithi118 ceph-mon[185516]: pgmap v5386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:00 smithi192 ceph-mon[180220]: pgmap v5386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:02 smithi118 ceph-mon[182959]: pgmap v5387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:02 smithi118 ceph-mon[185516]: pgmap v5387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:02 smithi192 ceph-mon[180220]: pgmap v5387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:04 smithi192 ceph-mon[180220]: pgmap v5388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:04 smithi118 ceph-mon[182959]: pgmap v5388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:04 smithi118 ceph-mon[185516]: pgmap v5388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:06 smithi118 ceph-mon[185516]: pgmap v5389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:06.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:06 smithi118 ceph-mon[182959]: pgmap v5389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:06 smithi192 ceph-mon[180220]: pgmap v5389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:08 smithi118 ceph-mon[185516]: pgmap v5390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:08 smithi118 ceph-mon[182959]: pgmap v5390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:08 smithi192 ceph-mon[180220]: pgmap v5390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:46:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:46:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:46:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:10 smithi118 ceph-mon[185516]: pgmap v5391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:10.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:10 smithi118 ceph-mon[182959]: pgmap v5391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:10 smithi192 ceph-mon[180220]: pgmap v5391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:12.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:12 smithi118 ceph-mon[185516]: pgmap v5392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:12.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:12 smithi118 ceph-mon[182959]: pgmap v5392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:12 smithi192 ceph-mon[180220]: pgmap v5392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:14 smithi192 ceph-mon[180220]: pgmap v5393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:14 smithi118 ceph-mon[185516]: pgmap v5393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:14 smithi118 ceph-mon[182959]: pgmap v5393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:16.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:16 smithi118 ceph-mon[182959]: pgmap v5394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:16.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:16 smithi118 ceph-mon[185516]: pgmap v5394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:16 smithi192 ceph-mon[180220]: pgmap v5394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:18 smithi118 ceph-mon[185516]: pgmap v5395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:18.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:18 smithi118 ceph-mon[182959]: pgmap v5395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:18 smithi192 ceph-mon[180220]: pgmap v5395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:19.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:46:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:46:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:46:20.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:20 smithi118 ceph-mon[182959]: pgmap v5396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:20 smithi118 ceph-mon[185516]: pgmap v5396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:20.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:20 smithi192 ceph-mon[180220]: pgmap v5396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:22.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:22 smithi118 ceph-mon[182959]: pgmap v5397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:22.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:22 smithi118 ceph-mon[185516]: pgmap v5397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:22 smithi192 ceph-mon[180220]: pgmap v5397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:24 smithi192 ceph-mon[180220]: pgmap v5398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:24 smithi118 ceph-mon[182959]: pgmap v5398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:24 smithi118 ceph-mon[185516]: pgmap v5398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:26 smithi118 ceph-mon[182959]: pgmap v5399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:26 smithi118 ceph-mon[185516]: pgmap v5399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:26 smithi192 ceph-mon[180220]: pgmap v5399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:28 smithi118 ceph-mon[185516]: pgmap v5400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:28.601 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:28 smithi118 ceph-mon[182959]: pgmap v5400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:28 smithi192 ceph-mon[180220]: pgmap v5400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:46:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:46:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:46:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:30 smithi118 ceph-mon[185516]: pgmap v5401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:30.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:30 smithi118 ceph-mon[182959]: pgmap v5401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:30 smithi192 ceph-mon[180220]: pgmap v5401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:32 smithi118 ceph-mon[185516]: pgmap v5402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:32.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:32 smithi118 ceph-mon[182959]: pgmap v5402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:32 smithi192 ceph-mon[180220]: pgmap v5402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:34.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:34 smithi192 ceph-mon[180220]: pgmap v5403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:34.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:34 smithi118 ceph-mon[185516]: pgmap v5403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:34.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:34 smithi118 ceph-mon[182959]: pgmap v5403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:36 smithi118 ceph-mon[185516]: pgmap v5404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:36 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:46:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:36 smithi118 ceph-mon[182959]: pgmap v5404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:36 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:46:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:36 smithi192 ceph-mon[180220]: pgmap v5404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:36 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:46:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:46:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:46:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:46:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:46:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:46:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:46:37.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:46:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:46:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:46:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:38 smithi192 ceph-mon[180220]: pgmap v5405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:38 smithi118 ceph-mon[185516]: pgmap v5405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:38 smithi118 ceph-mon[182959]: pgmap v5405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:46:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:46:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:46:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:40 smithi192 ceph-mon[180220]: pgmap v5406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:40 smithi118 ceph-mon[182959]: pgmap v5406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:40 smithi118 ceph-mon[185516]: pgmap v5406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:42 smithi192 ceph-mon[180220]: pgmap v5407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:42 smithi118 ceph-mon[185516]: pgmap v5407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:42 smithi118 ceph-mon[182959]: pgmap v5407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:44.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:44 smithi192 ceph-mon[180220]: pgmap v5408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:44 smithi118 ceph-mon[185516]: pgmap v5408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:44 smithi118 ceph-mon[182959]: pgmap v5408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:46 smithi118 ceph-mon[185516]: pgmap v5409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:46.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:46 smithi118 ceph-mon[182959]: pgmap v5409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:46 smithi192 ceph-mon[180220]: pgmap v5409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:48.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:48 smithi118 ceph-mon[185516]: pgmap v5410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:48.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:48 smithi118 ceph-mon[182959]: pgmap v5410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:48 smithi192 ceph-mon[180220]: pgmap v5410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:49.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:46:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:46:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:46:49] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T11:46:50.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:50 smithi118 ceph-mon[185516]: pgmap v5411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:50.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:50 smithi118 ceph-mon[182959]: pgmap v5411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:50 smithi192 ceph-mon[180220]: pgmap v5411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:52 smithi118 ceph-mon[185516]: pgmap v5412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:52.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:52 smithi118 ceph-mon[182959]: pgmap v5412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:52 smithi192 ceph-mon[180220]: pgmap v5412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:54.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:54 smithi192 ceph-mon[180220]: pgmap v5413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:54 smithi118 ceph-mon[185516]: pgmap v5413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:54 smithi118 ceph-mon[182959]: pgmap v5413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:56.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:56 smithi118 ceph-mon[185516]: pgmap v5414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:56.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:56 smithi118 ceph-mon[182959]: pgmap v5414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:56 smithi192 ceph-mon[180220]: pgmap v5414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:46:58 smithi118 ceph-mon[185516]: pgmap v5415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:58.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:46:58 smithi118 ceph-mon[182959]: pgmap v5415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:46:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:46:58 smithi192 ceph-mon[180220]: pgmap v5415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:46:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:46:59] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T11:47:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:00 smithi118 ceph-mon[185516]: pgmap v5416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:00 smithi118 ceph-mon[182959]: pgmap v5416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:00 smithi192 ceph-mon[180220]: pgmap v5416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:02 smithi118 ceph-mon[185516]: pgmap v5417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:02 smithi118 ceph-mon[182959]: pgmap v5417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:02 smithi192 ceph-mon[180220]: pgmap v5417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:04 smithi192 ceph-mon[180220]: pgmap v5418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:04.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:04 smithi118 ceph-mon[182959]: pgmap v5418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:04 smithi118 ceph-mon[185516]: pgmap v5418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:06 smithi118 ceph-mon[185516]: pgmap v5419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:06.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:06 smithi118 ceph-mon[182959]: pgmap v5419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:06 smithi192 ceph-mon[180220]: pgmap v5419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:08 smithi118 ceph-mon[185516]: pgmap v5420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:08 smithi118 ceph-mon[182959]: pgmap v5420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:08 smithi192 ceph-mon[180220]: pgmap v5420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:47:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:47:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:47:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:10 smithi118 ceph-mon[185516]: pgmap v5421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:10.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:10 smithi118 ceph-mon[182959]: pgmap v5421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:10 smithi192 ceph-mon[180220]: pgmap v5421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:12.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:12 smithi118 ceph-mon[185516]: pgmap v5422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:12 smithi118 ceph-mon[182959]: pgmap v5422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:12 smithi192 ceph-mon[180220]: pgmap v5422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:14.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:14 smithi192 ceph-mon[180220]: pgmap v5423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:14 smithi118 ceph-mon[185516]: pgmap v5423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:14 smithi118 ceph-mon[182959]: pgmap v5423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:16.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:16 smithi118 ceph-mon[185516]: pgmap v5424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:16.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:16 smithi118 ceph-mon[182959]: pgmap v5424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:16 smithi192 ceph-mon[180220]: pgmap v5424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:18 smithi118 ceph-mon[185516]: pgmap v5425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:18.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:18 smithi118 ceph-mon[182959]: pgmap v5425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:18 smithi192 ceph-mon[180220]: pgmap v5425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:47:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:47:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:47:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:20 smithi118 ceph-mon[185516]: pgmap v5426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:20.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:20 smithi118 ceph-mon[182959]: pgmap v5426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:20 smithi192 ceph-mon[180220]: pgmap v5426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:22.598 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:22 smithi118 ceph-mon[185516]: pgmap v5427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:22.599 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:22 smithi118 ceph-mon[182959]: pgmap v5427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:22 smithi192 ceph-mon[180220]: pgmap v5427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:24.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:24 smithi192 ceph-mon[180220]: pgmap v5428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:24 smithi118 ceph-mon[185516]: pgmap v5428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:24 smithi118 ceph-mon[182959]: pgmap v5428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:26 smithi118 ceph-mon[185516]: pgmap v5429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:26 smithi118 ceph-mon[182959]: pgmap v5429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:26 smithi192 ceph-mon[180220]: pgmap v5429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:28 smithi118 ceph-mon[185516]: pgmap v5430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:28.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:28 smithi118 ceph-mon[182959]: pgmap v5430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:28 smithi192 ceph-mon[180220]: pgmap v5430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:47:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:47:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:47:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:30 smithi118 ceph-mon[185516]: pgmap v5431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:30.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:30 smithi118 ceph-mon[182959]: pgmap v5431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:30 smithi192 ceph-mon[180220]: pgmap v5431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:32 smithi118 ceph-mon[185516]: pgmap v5432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:32.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:32 smithi118 ceph-mon[182959]: pgmap v5432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:32 smithi192 ceph-mon[180220]: pgmap v5432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:34 smithi118 ceph-mon[185516]: pgmap v5433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:34.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:34 smithi118 ceph-mon[182959]: pgmap v5433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:34 smithi192 ceph-mon[180220]: pgmap v5433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:36 smithi118 ceph-mon[185516]: pgmap v5434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:36 smithi118 ceph-mon[182959]: pgmap v5434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:36 smithi192 ceph-mon[180220]: pgmap v5434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:37.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:37 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:47:37.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:37 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:47:37.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:37 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:47:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:38 smithi118 ceph-mon[185516]: pgmap v5435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:38.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:38 smithi118 ceph-mon[182959]: pgmap v5435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:38.698 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:38 smithi192 ceph-mon[180220]: pgmap v5435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:39.577 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.577 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.577 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.578 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:39 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.761 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:39.762 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:47:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:47:39] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T11:47:41.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[185516]: pgmap v5436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:41.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[182959]: pgmap v5436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:41.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:40 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.141 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:40 smithi192 ceph-mon[180220]: pgmap v5436: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:41.142 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.142 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.142 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:41.142 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:40 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:43.308 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:43 smithi192 ceph-mon[180220]: pgmap v5437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:43.309 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:43.309 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:43 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:43.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:43 smithi118 ceph-mon[182959]: pgmap v5437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:43.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:43.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:43 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:43 smithi118 ceph-mon[185516]: pgmap v5437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:43.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:43 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:44 smithi192 ceph-mon[180220]: pgmap v5438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:47:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:47:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[182959]: pgmap v5438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:45.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:45.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:45.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:47:45.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:47:45.009 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:45.009 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[185516]: pgmap v5438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:45.010 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:45.010 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:45.010 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:47:45.010 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:47:45.010 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:47:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:46 smithi192 ceph-mon[180220]: pgmap v5439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:46 smithi118 ceph-mon[185516]: pgmap v5439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:46 smithi118 ceph-mon[182959]: pgmap v5439: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:48 smithi192 ceph-mon[180220]: pgmap v5440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:48 smithi118 ceph-mon[182959]: pgmap v5440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:48 smithi118 ceph-mon[185516]: pgmap v5440: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:49.797 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:47:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:47:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:47:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:47:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:50 smithi192 ceph-mon[180220]: pgmap v5441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:50 smithi118 ceph-mon[185516]: pgmap v5441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:50 smithi118 ceph-mon[182959]: pgmap v5441: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:52 smithi192 ceph-mon[180220]: pgmap v5442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:52 smithi118 ceph-mon[185516]: pgmap v5442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:52 smithi118 ceph-mon[182959]: pgmap v5442: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:54 smithi118 ceph-mon[185516]: pgmap v5443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:54 smithi118 ceph-mon[182959]: pgmap v5443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:54 smithi192 ceph-mon[180220]: pgmap v5443: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:56 smithi118 ceph-mon[185516]: pgmap v5444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:56 smithi118 ceph-mon[182959]: pgmap v5444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:56 smithi192 ceph-mon[180220]: pgmap v5444: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:47:58 smithi118 ceph-mon[185516]: pgmap v5445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:58.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:47:58 smithi118 ceph-mon[182959]: pgmap v5445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:47:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:47:58 smithi192 ceph-mon[180220]: pgmap v5445: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:47:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:47:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:48:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:00 smithi118 ceph-mon[185516]: pgmap v5446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:00 smithi118 ceph-mon[182959]: pgmap v5446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:00 smithi192 ceph-mon[180220]: pgmap v5446: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:02 smithi118 ceph-mon[185516]: pgmap v5447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:02.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:02 smithi118 ceph-mon[182959]: pgmap v5447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:02 smithi192 ceph-mon[180220]: pgmap v5447: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:04 smithi118 ceph-mon[185516]: pgmap v5448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:04 smithi118 ceph-mon[182959]: pgmap v5448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:04.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:04 smithi192 ceph-mon[180220]: pgmap v5448: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:06 smithi118 ceph-mon[185516]: pgmap v5449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:06.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:06 smithi118 ceph-mon[182959]: pgmap v5449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:06.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:06 smithi192 ceph-mon[180220]: pgmap v5449: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:08 smithi118 ceph-mon[185516]: pgmap v5450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:08 smithi118 ceph-mon[182959]: pgmap v5450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:08 smithi192 ceph-mon[180220]: pgmap v5450: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:48:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:48:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:48:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:10 smithi118 ceph-mon[185516]: pgmap v5451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:10.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:10 smithi118 ceph-mon[182959]: pgmap v5451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:10 smithi192 ceph-mon[180220]: pgmap v5451: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:12.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:12 smithi118 ceph-mon[182959]: pgmap v5452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:12.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:12 smithi118 ceph-mon[185516]: pgmap v5452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:12 smithi192 ceph-mon[180220]: pgmap v5452: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:14 smithi118 ceph-mon[185516]: pgmap v5453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:14 smithi118 ceph-mon[182959]: pgmap v5453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:14 smithi192 ceph-mon[180220]: pgmap v5453: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:16.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:16 smithi118 ceph-mon[185516]: pgmap v5454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:16.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:16 smithi118 ceph-mon[182959]: pgmap v5454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:16 smithi192 ceph-mon[180220]: pgmap v5454: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:18 smithi118 ceph-mon[185516]: pgmap v5455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:18.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:18 smithi118 ceph-mon[182959]: pgmap v5455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:18 smithi192 ceph-mon[180220]: pgmap v5455: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:48:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:48:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:48:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:20 smithi118 ceph-mon[185516]: pgmap v5456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:20.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:20 smithi118 ceph-mon[182959]: pgmap v5456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:20 smithi192 ceph-mon[180220]: pgmap v5456: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:22.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:22 smithi118 ceph-mon[185516]: pgmap v5457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:22.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:22 smithi118 ceph-mon[182959]: pgmap v5457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:22 smithi192 ceph-mon[180220]: pgmap v5457: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:24 smithi118 ceph-mon[185516]: pgmap v5458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:24.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:24 smithi118 ceph-mon[182959]: pgmap v5458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:24 smithi192 ceph-mon[180220]: pgmap v5458: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:26 smithi118 ceph-mon[185516]: pgmap v5459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:26 smithi118 ceph-mon[182959]: pgmap v5459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:26 smithi192 ceph-mon[180220]: pgmap v5459: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:28 smithi118 ceph-mon[185516]: pgmap v5460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:28.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:28 smithi118 ceph-mon[182959]: pgmap v5460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:28 smithi192 ceph-mon[180220]: pgmap v5460: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:30.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:48:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:48:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:48:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:30 smithi118 ceph-mon[185516]: pgmap v5461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:30.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:30 smithi118 ceph-mon[182959]: pgmap v5461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:30 smithi192 ceph-mon[180220]: pgmap v5461: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:32 smithi118 ceph-mon[185516]: pgmap v5462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:32.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:32 smithi118 ceph-mon[182959]: pgmap v5462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:32 smithi192 ceph-mon[180220]: pgmap v5462: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:34 smithi118 ceph-mon[185516]: pgmap v5463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:34 smithi118 ceph-mon[182959]: pgmap v5463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:34 smithi192 ceph-mon[180220]: pgmap v5463: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:36 smithi118 ceph-mon[185516]: pgmap v5464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:36.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:36 smithi118 ceph-mon[182959]: pgmap v5464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:36 smithi192 ceph-mon[180220]: pgmap v5464: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:38 smithi118 ceph-mon[185516]: pgmap v5465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:38.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:38 smithi118 ceph-mon[182959]: pgmap v5465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:38 smithi192 ceph-mon[180220]: pgmap v5465: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:48:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:48:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:48:40.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:40 smithi118 ceph-mon[185516]: pgmap v5466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:40.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:40 smithi118 ceph-mon[182959]: pgmap v5466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:40 smithi192 ceph-mon[180220]: pgmap v5466: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:42.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:42 smithi118 ceph-mon[185516]: pgmap v5467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:42.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:42 smithi118 ceph-mon[182959]: pgmap v5467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:42 smithi192 ceph-mon[180220]: pgmap v5467: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[185516]: pgmap v5468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[182959]: pgmap v5468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:48:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:48:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:44 smithi192 ceph-mon[180220]: pgmap v5468: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:48:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:48:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:48:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:48:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:46 smithi118 ceph-mon[185516]: pgmap v5469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:46.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:46 smithi118 ceph-mon[182959]: pgmap v5469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:46 smithi192 ceph-mon[180220]: pgmap v5469: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:48.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:48 smithi118 ceph-mon[185516]: pgmap v5470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:48.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:48 smithi118 ceph-mon[182959]: pgmap v5470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:48 smithi192 ceph-mon[180220]: pgmap v5470: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:49.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:48:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:48:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:48:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:48:50.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:50 smithi118 ceph-mon[185516]: pgmap v5471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:50.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:50 smithi118 ceph-mon[182959]: pgmap v5471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:50 smithi192 ceph-mon[180220]: pgmap v5471: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:52 smithi118 ceph-mon[185516]: pgmap v5472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:52.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:52 smithi118 ceph-mon[182959]: pgmap v5472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:52 smithi192 ceph-mon[180220]: pgmap v5472: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:54 smithi118 ceph-mon[185516]: pgmap v5473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:54 smithi118 ceph-mon[182959]: pgmap v5473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:54 smithi192 ceph-mon[180220]: pgmap v5473: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:56 smithi118 ceph-mon[185516]: pgmap v5474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:56 smithi118 ceph-mon[182959]: pgmap v5474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:56 smithi192 ceph-mon[180220]: pgmap v5474: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:48:58 smithi118 ceph-mon[185516]: pgmap v5475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:58.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:48:58 smithi118 ceph-mon[182959]: pgmap v5475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:48:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:48:58 smithi192 ceph-mon[180220]: pgmap v5475: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:48:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:48:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:49:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:00 smithi118 ceph-mon[185516]: pgmap v5476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:00 smithi118 ceph-mon[182959]: pgmap v5476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:00 smithi192 ceph-mon[180220]: pgmap v5476: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:02 smithi118 ceph-mon[185516]: pgmap v5477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:02 smithi118 ceph-mon[182959]: pgmap v5477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:02 smithi192 ceph-mon[180220]: pgmap v5477: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:04 smithi118 ceph-mon[185516]: pgmap v5478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:04 smithi118 ceph-mon[182959]: pgmap v5478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:04 smithi192 ceph-mon[180220]: pgmap v5478: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:06 smithi118 ceph-mon[185516]: pgmap v5479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:06.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:06 smithi118 ceph-mon[182959]: pgmap v5479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:06 smithi192 ceph-mon[180220]: pgmap v5479: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:08 smithi118 ceph-mon[185516]: pgmap v5480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:08 smithi118 ceph-mon[182959]: pgmap v5480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:08 smithi192 ceph-mon[180220]: pgmap v5480: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:49:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:49:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:49:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:10 smithi118 ceph-mon[185516]: pgmap v5481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:10.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:10 smithi118 ceph-mon[182959]: pgmap v5481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:10 smithi192 ceph-mon[180220]: pgmap v5481: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:12.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:12 smithi118 ceph-mon[182959]: pgmap v5482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:12.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:12 smithi118 ceph-mon[185516]: pgmap v5482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:12 smithi192 ceph-mon[180220]: pgmap v5482: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:14 smithi118 ceph-mon[182959]: pgmap v5483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:14 smithi118 ceph-mon[185516]: pgmap v5483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:14 smithi192 ceph-mon[180220]: pgmap v5483: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:16.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:16 smithi118 ceph-mon[185516]: pgmap v5484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:16.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:16 smithi118 ceph-mon[182959]: pgmap v5484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:16 smithi192 ceph-mon[180220]: pgmap v5484: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:18 smithi118 ceph-mon[185516]: pgmap v5485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:18.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:18 smithi118 ceph-mon[182959]: pgmap v5485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:18 smithi192 ceph-mon[180220]: pgmap v5485: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:49:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:49:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:49:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:20 smithi118 ceph-mon[185516]: pgmap v5486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:20.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:20 smithi118 ceph-mon[182959]: pgmap v5486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:20 smithi192 ceph-mon[180220]: pgmap v5486: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:22.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:22 smithi118 ceph-mon[185516]: pgmap v5487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:22.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:22 smithi118 ceph-mon[182959]: pgmap v5487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:22 smithi192 ceph-mon[180220]: pgmap v5487: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:24 smithi118 ceph-mon[185516]: pgmap v5488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:24 smithi118 ceph-mon[182959]: pgmap v5488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:24 smithi192 ceph-mon[180220]: pgmap v5488: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:26 smithi118 ceph-mon[185516]: pgmap v5489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:26 smithi118 ceph-mon[182959]: pgmap v5489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:26 smithi192 ceph-mon[180220]: pgmap v5489: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:28.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:28 smithi118 ceph-mon[185516]: pgmap v5490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:28.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:28 smithi118 ceph-mon[182959]: pgmap v5490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:28 smithi192 ceph-mon[180220]: pgmap v5490: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:49:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:49:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:49:30.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:30 smithi118 ceph-mon[182959]: pgmap v5491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:30.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:30 smithi118 ceph-mon[185516]: pgmap v5491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:30 smithi192 ceph-mon[180220]: pgmap v5491: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:32.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:32 smithi118 ceph-mon[182959]: pgmap v5492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:32 smithi118 ceph-mon[185516]: pgmap v5492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:32 smithi192 ceph-mon[180220]: pgmap v5492: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:34 smithi118 ceph-mon[185516]: pgmap v5493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:34.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:34 smithi118 ceph-mon[182959]: pgmap v5493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:34 smithi192 ceph-mon[180220]: pgmap v5493: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:36 smithi118 ceph-mon[185516]: pgmap v5494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:36.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:36 smithi118 ceph-mon[182959]: pgmap v5494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:36 smithi192 ceph-mon[180220]: pgmap v5494: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:38 smithi118 ceph-mon[185516]: pgmap v5495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:38.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:38 smithi118 ceph-mon[182959]: pgmap v5495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:38 smithi192 ceph-mon[180220]: pgmap v5495: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:40.095 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:49:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:49:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:49:40.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:40 smithi118 ceph-mon[185516]: pgmap v5496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:40.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:40 smithi118 ceph-mon[182959]: pgmap v5496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:40 smithi192 ceph-mon[180220]: pgmap v5496: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:42.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:42 smithi118 ceph-mon[185516]: pgmap v5497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:42.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:42 smithi118 ceph-mon[182959]: pgmap v5497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:42 smithi192 ceph-mon[180220]: pgmap v5497: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:44 smithi118 ceph-mon[185516]: pgmap v5498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:44 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:49:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:44 smithi118 ceph-mon[182959]: pgmap v5498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:44 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:49:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:44 smithi192 ceph-mon[180220]: pgmap v5498: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:44.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:44 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:49:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:49:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:49:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:49:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:49:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:49:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:49:45.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:49:45.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:49:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:49:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:46 smithi118 ceph-mon[185516]: pgmap v5499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:46.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:46 smithi118 ceph-mon[182959]: pgmap v5499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:46 smithi192 ceph-mon[180220]: pgmap v5499: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:48.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:48 smithi118 ceph-mon[185516]: pgmap v5500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:48.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:48 smithi118 ceph-mon[182959]: pgmap v5500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:48 smithi192 ceph-mon[180220]: pgmap v5500: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:49.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:49:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:49:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:49:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:49:50.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:50 smithi118 ceph-mon[185516]: pgmap v5501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:50.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:50 smithi118 ceph-mon[182959]: pgmap v5501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:50 smithi192 ceph-mon[180220]: pgmap v5501: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:52 smithi118 ceph-mon[185516]: pgmap v5502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:52.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:52 smithi118 ceph-mon[182959]: pgmap v5502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:52 smithi192 ceph-mon[180220]: pgmap v5502: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:54.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:54 smithi118 ceph-mon[185516]: pgmap v5503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:54.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:54 smithi118 ceph-mon[182959]: pgmap v5503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:54 smithi192 ceph-mon[180220]: pgmap v5503: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:56.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:56 smithi118 ceph-mon[185516]: pgmap v5504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:56.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:56 smithi118 ceph-mon[182959]: pgmap v5504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:56 smithi192 ceph-mon[180220]: pgmap v5504: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:49:58 smithi118 ceph-mon[185516]: pgmap v5505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:58.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:49:58 smithi118 ceph-mon[182959]: pgmap v5505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:49:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:49:58 smithi192 ceph-mon[180220]: pgmap v5505: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:49:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:49:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:50:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:00 smithi118 ceph-mon[185516]: pgmap v5506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:00.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T11:50:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:00 smithi118 ceph-mon[182959]: pgmap v5506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T11:50:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:00 smithi192 ceph-mon[180220]: pgmap v5506: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:00.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T11:50:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:02 smithi118 ceph-mon[185516]: pgmap v5507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:02 smithi118 ceph-mon[182959]: pgmap v5507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:02 smithi192 ceph-mon[180220]: pgmap v5507: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:04 smithi118 ceph-mon[185516]: pgmap v5508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:04 smithi118 ceph-mon[182959]: pgmap v5508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:04 smithi192 ceph-mon[180220]: pgmap v5508: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:06 smithi118 ceph-mon[185516]: pgmap v5509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:06.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:06 smithi118 ceph-mon[182959]: pgmap v5509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:06 smithi192 ceph-mon[180220]: pgmap v5509: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:08 smithi118 ceph-mon[185516]: pgmap v5510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:08.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:08 smithi118 ceph-mon[182959]: pgmap v5510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:08 smithi192 ceph-mon[180220]: pgmap v5510: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:50:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:50:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:50:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:10 smithi118 ceph-mon[185516]: pgmap v5511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:10.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:10 smithi118 ceph-mon[182959]: pgmap v5511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:10 smithi192 ceph-mon[180220]: pgmap v5511: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:12.597 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:12 smithi118 ceph-mon[182959]: pgmap v5512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:12.717 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:12 smithi118 ceph-mon[185516]: pgmap v5512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:12.717 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:12 smithi192 ceph-mon[180220]: pgmap v5512: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:14 smithi118 ceph-mon[182959]: pgmap v5513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:14 smithi118 ceph-mon[185516]: pgmap v5513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:14 smithi192 ceph-mon[180220]: pgmap v5513: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:16.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:16 smithi118 ceph-mon[182959]: pgmap v5514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:16.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:16 smithi118 ceph-mon[185516]: pgmap v5514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:16 smithi192 ceph-mon[180220]: pgmap v5514: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:18.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:18 smithi118 ceph-mon[182959]: pgmap v5515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:18 smithi118 ceph-mon[185516]: pgmap v5515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:18 smithi192 ceph-mon[180220]: pgmap v5515: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:19.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:19.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:50:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:50:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:50:20.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:20 smithi118 ceph-mon[182959]: pgmap v5516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:20.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:20 smithi118 ceph-mon[185516]: pgmap v5516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:20 smithi192 ceph-mon[180220]: pgmap v5516: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:22.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:22 smithi118 ceph-mon[182959]: pgmap v5517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:22.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:22 smithi118 ceph-mon[185516]: pgmap v5517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:22.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:22 smithi192 ceph-mon[180220]: pgmap v5517: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:24 smithi118 ceph-mon[185516]: pgmap v5518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:24.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:24 smithi118 ceph-mon[182959]: pgmap v5518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:24 smithi192 ceph-mon[180220]: pgmap v5518: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:26 smithi118 ceph-mon[185516]: pgmap v5519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:26.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:26 smithi118 ceph-mon[182959]: pgmap v5519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:26.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:26 smithi192 ceph-mon[180220]: pgmap v5519: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:28.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:28 smithi118 ceph-mon[182959]: pgmap v5520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:28.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:28 smithi118 ceph-mon[185516]: pgmap v5520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:28 smithi192 ceph-mon[180220]: pgmap v5520: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:50:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:50:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:50:30.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:30 smithi118 ceph-mon[185516]: pgmap v5521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:30.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:30 smithi118 ceph-mon[182959]: pgmap v5521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:30 smithi192 ceph-mon[180220]: pgmap v5521: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:32.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:32 smithi118 ceph-mon[185516]: pgmap v5522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:32.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:32 smithi118 ceph-mon[182959]: pgmap v5522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:32 smithi192 ceph-mon[180220]: pgmap v5522: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:34 smithi118 ceph-mon[185516]: pgmap v5523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:34 smithi118 ceph-mon[182959]: pgmap v5523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:34 smithi192 ceph-mon[180220]: pgmap v5523: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:36 smithi118 ceph-mon[185516]: pgmap v5524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:36.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:36 smithi118 ceph-mon[182959]: pgmap v5524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:36 smithi192 ceph-mon[180220]: pgmap v5524: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:38.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:38 smithi118 ceph-mon[185516]: pgmap v5525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:38.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:38 smithi118 ceph-mon[182959]: pgmap v5525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:38 smithi192 ceph-mon[180220]: pgmap v5525: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:50:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:50:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:50:40.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:40 smithi118 ceph-mon[185516]: pgmap v5526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:40.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:40 smithi118 ceph-mon[182959]: pgmap v5526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:40 smithi192 ceph-mon[180220]: pgmap v5526: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:42.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:42 smithi118 ceph-mon[185516]: pgmap v5527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:42.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:42 smithi118 ceph-mon[182959]: pgmap v5527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:42 smithi192 ceph-mon[180220]: pgmap v5527: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:44 smithi118 ceph-mon[185516]: pgmap v5528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:44 smithi118 ceph-mon[182959]: pgmap v5528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:44 smithi192 ceph-mon[180220]: pgmap v5528: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:50:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:50:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:50:45.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:50:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:50:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:50:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:50:45.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:45 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:50:45.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:50:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:50:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:50:45.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:45 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:50:46.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:46 smithi118 ceph-mon[185516]: pgmap v5529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:46.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:46 smithi118 ceph-mon[182959]: pgmap v5529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:46 smithi192 ceph-mon[180220]: pgmap v5529: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:48.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:48 smithi118 ceph-mon[185516]: pgmap v5530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:48.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:48 smithi118 ceph-mon[182959]: pgmap v5530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:48 smithi192 ceph-mon[180220]: pgmap v5530: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:49.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:49.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:50:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:50:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:50:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:50:50.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:50 smithi118 ceph-mon[185516]: pgmap v5531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:50.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:50 smithi118 ceph-mon[182959]: pgmap v5531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:50 smithi192 ceph-mon[180220]: pgmap v5531: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:52.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:52 smithi118 ceph-mon[185516]: pgmap v5532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:52.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:52 smithi118 ceph-mon[182959]: pgmap v5532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:52.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:52 smithi192 ceph-mon[180220]: pgmap v5532: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:54 smithi118 ceph-mon[185516]: pgmap v5533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:54 smithi118 ceph-mon[182959]: pgmap v5533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:54 smithi192 ceph-mon[180220]: pgmap v5533: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:56.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:56 smithi118 ceph-mon[185516]: pgmap v5534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:56.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:56 smithi118 ceph-mon[182959]: pgmap v5534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:56.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:56 smithi192 ceph-mon[180220]: pgmap v5534: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:58.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:50:58 smithi118 ceph-mon[185516]: pgmap v5535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:58.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:50:58 smithi118 ceph-mon[182959]: pgmap v5535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:50:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:50:58 smithi192 ceph-mon[180220]: pgmap v5535: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:50:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:50:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:51:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:00 smithi118 ceph-mon[185516]: pgmap v5536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:00.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:00 smithi118 ceph-mon[182959]: pgmap v5536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:00 smithi192 ceph-mon[180220]: pgmap v5536: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:02.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:02 smithi118 ceph-mon[185516]: pgmap v5537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:02.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:02 smithi118 ceph-mon[182959]: pgmap v5537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:02 smithi192 ceph-mon[180220]: pgmap v5537: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:04 smithi118 ceph-mon[185516]: pgmap v5538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:04 smithi118 ceph-mon[182959]: pgmap v5538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:04 smithi192 ceph-mon[180220]: pgmap v5538: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:06.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:06 smithi118 ceph-mon[185516]: pgmap v5539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:06.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:06 smithi118 ceph-mon[182959]: pgmap v5539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:06 smithi192 ceph-mon[180220]: pgmap v5539: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:08.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:08 smithi118 ceph-mon[185516]: pgmap v5540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:08.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:08 smithi118 ceph-mon[182959]: pgmap v5540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:08 smithi192 ceph-mon[180220]: pgmap v5540: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:51:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:51:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:51:10.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:10 smithi118 ceph-mon[185516]: pgmap v5541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:10.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:10 smithi118 ceph-mon[182959]: pgmap v5541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:10 smithi192 ceph-mon[180220]: pgmap v5541: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:12.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:12 smithi118 ceph-mon[185516]: pgmap v5542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:12.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:12 smithi118 ceph-mon[182959]: pgmap v5542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:12 smithi192 ceph-mon[180220]: pgmap v5542: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:14 smithi118 ceph-mon[185516]: pgmap v5543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:14 smithi118 ceph-mon[182959]: pgmap v5543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:14 smithi192 ceph-mon[180220]: pgmap v5543: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:16.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:16 smithi118 ceph-mon[185516]: pgmap v5544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:16.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:16 smithi118 ceph-mon[182959]: pgmap v5544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:16 smithi192 ceph-mon[180220]: pgmap v5544: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:18.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:18 smithi118 ceph-mon[182959]: pgmap v5545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:18.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:18 smithi118 ceph-mon[185516]: pgmap v5545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:18.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:18 smithi192 ceph-mon[180220]: pgmap v5545: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:19.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:51:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:51:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:51:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:20 smithi192 ceph-mon[180220]: pgmap v5546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:20 smithi118 ceph-mon[185516]: pgmap v5546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:20 smithi118 ceph-mon[182959]: pgmap v5546: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:22 smithi192 ceph-mon[180220]: pgmap v5547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:22 smithi118 ceph-mon[185516]: pgmap v5547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:22 smithi118 ceph-mon[182959]: pgmap v5547: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:24 smithi118 ceph-mon[182959]: pgmap v5548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:24 smithi118 ceph-mon[185516]: pgmap v5548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:24 smithi192 ceph-mon[180220]: pgmap v5548: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:26.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:26 smithi118 ceph-mon[185516]: pgmap v5549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:26.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:26 smithi118 ceph-mon[182959]: pgmap v5549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:26 smithi192 ceph-mon[180220]: pgmap v5549: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:28.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:28 smithi118 ceph-mon[185516]: pgmap v5550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:28.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:28 smithi118 ceph-mon[182959]: pgmap v5550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:28 smithi192 ceph-mon[180220]: pgmap v5550: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:51:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:51:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:51:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:30 smithi192 ceph-mon[180220]: pgmap v5551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:30 smithi118 ceph-mon[185516]: pgmap v5551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:30.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:30 smithi118 ceph-mon[182959]: pgmap v5551: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:32 smithi192 ceph-mon[180220]: pgmap v5552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:32 smithi118 ceph-mon[185516]: pgmap v5552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:32 smithi118 ceph-mon[182959]: pgmap v5552: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:34 smithi118 ceph-mon[185516]: pgmap v5553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:34 smithi118 ceph-mon[182959]: pgmap v5553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:34 smithi192 ceph-mon[180220]: pgmap v5553: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:36.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:36 smithi118 ceph-mon[185516]: pgmap v5554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:36.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:36 smithi118 ceph-mon[182959]: pgmap v5554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:36 smithi192 ceph-mon[180220]: pgmap v5554: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:38 smithi192 ceph-mon[180220]: pgmap v5555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:38 smithi118 ceph-mon[185516]: pgmap v5555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:38 smithi118 ceph-mon[182959]: pgmap v5555: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:51:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:51:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:51:40.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:40 smithi192 ceph-mon[180220]: pgmap v5556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:40 smithi118 ceph-mon[185516]: pgmap v5556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:40 smithi118 ceph-mon[182959]: pgmap v5556: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:42 smithi192 ceph-mon[180220]: pgmap v5557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:42 smithi118 ceph-mon[185516]: pgmap v5557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:42 smithi118 ceph-mon[182959]: pgmap v5557: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:44 smithi118 ceph-mon[185516]: pgmap v5558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:44 smithi118 ceph-mon[182959]: pgmap v5558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:44 smithi192 ceph-mon[180220]: pgmap v5558: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:46 smithi192 ceph-mon[180220]: pgmap v5559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:51:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:51:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:51:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:51:46.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[185516]: pgmap v5559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:46.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:51:46.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:51:46.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:51:46.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:51:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[182959]: pgmap v5559: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:51:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:51:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:51:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:51:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:48 smithi192 ceph-mon[180220]: pgmap v5560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:48 smithi118 ceph-mon[182959]: pgmap v5560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:48 smithi118 ceph-mon[185516]: pgmap v5560: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:51:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:51:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:51:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:51:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:50 smithi192 ceph-mon[180220]: pgmap v5561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:50 smithi118 ceph-mon[185516]: pgmap v5561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:50 smithi118 ceph-mon[182959]: pgmap v5561: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:52 smithi192 ceph-mon[180220]: pgmap v5562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:52 smithi118 ceph-mon[185516]: pgmap v5562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:52 smithi118 ceph-mon[182959]: pgmap v5562: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:54 smithi118 ceph-mon[185516]: pgmap v5563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:54.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:54 smithi118 ceph-mon[182959]: pgmap v5563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:54 smithi192 ceph-mon[180220]: pgmap v5563: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:56 smithi192 ceph-mon[180220]: pgmap v5564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:56 smithi118 ceph-mon[185516]: pgmap v5564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:56 smithi118 ceph-mon[182959]: pgmap v5564: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:51:58 smithi192 ceph-mon[180220]: pgmap v5565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:51:58 smithi118 ceph-mon[185516]: pgmap v5565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:51:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:51:58 smithi118 ceph-mon[182959]: pgmap v5565: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:51:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:51:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:52:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:00 smithi192 ceph-mon[180220]: pgmap v5566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:00 smithi118 ceph-mon[185516]: pgmap v5566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:00 smithi118 ceph-mon[182959]: pgmap v5566: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:02 smithi192 ceph-mon[180220]: pgmap v5567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:02.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:02 smithi118 ceph-mon[185516]: pgmap v5567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:02.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:02 smithi118 ceph-mon[182959]: pgmap v5567: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:04 smithi118 ceph-mon[185516]: pgmap v5568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:04 smithi118 ceph-mon[182959]: pgmap v5568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:04 smithi192 ceph-mon[180220]: pgmap v5568: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:06 smithi192 ceph-mon[180220]: pgmap v5569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:06 smithi118 ceph-mon[185516]: pgmap v5569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:06 smithi118 ceph-mon[182959]: pgmap v5569: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:08 smithi192 ceph-mon[180220]: pgmap v5570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:08 smithi118 ceph-mon[185516]: pgmap v5570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:08.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:08 smithi118 ceph-mon[182959]: pgmap v5570: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:52:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:52:09] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T11:52:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:10 smithi192 ceph-mon[180220]: pgmap v5571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:10 smithi118 ceph-mon[182959]: pgmap v5571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:10.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:10 smithi118 ceph-mon[185516]: pgmap v5571: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:12 smithi192 ceph-mon[180220]: pgmap v5572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:12 smithi118 ceph-mon[185516]: pgmap v5572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:12 smithi118 ceph-mon[182959]: pgmap v5572: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:14 smithi118 ceph-mon[182959]: pgmap v5573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:14 smithi118 ceph-mon[185516]: pgmap v5573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:14 smithi192 ceph-mon[180220]: pgmap v5573: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:16 smithi192 ceph-mon[180220]: pgmap v5574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:16 smithi118 ceph-mon[182959]: pgmap v5574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:16 smithi118 ceph-mon[185516]: pgmap v5574: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:18 smithi192 ceph-mon[180220]: pgmap v5575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:18 smithi118 ceph-mon[185516]: pgmap v5575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:18.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:18 smithi118 ceph-mon[182959]: pgmap v5575: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:52:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:52:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:52:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:20 smithi192 ceph-mon[180220]: pgmap v5576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:20 smithi118 ceph-mon[185516]: pgmap v5576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:20 smithi118 ceph-mon[182959]: pgmap v5576: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:22 smithi192 ceph-mon[180220]: pgmap v5577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:22 smithi118 ceph-mon[185516]: pgmap v5577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:22 smithi118 ceph-mon[182959]: pgmap v5577: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:24 smithi118 ceph-mon[185516]: pgmap v5578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:24 smithi118 ceph-mon[182959]: pgmap v5578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:24 smithi192 ceph-mon[180220]: pgmap v5578: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:26 smithi192 ceph-mon[180220]: pgmap v5579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:26 smithi118 ceph-mon[185516]: pgmap v5579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:26 smithi118 ceph-mon[182959]: pgmap v5579: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:28 smithi192 ceph-mon[180220]: pgmap v5580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:28 smithi118 ceph-mon[185516]: pgmap v5580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:28.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:28 smithi118 ceph-mon[182959]: pgmap v5580: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:52:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:52:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:52:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:30 smithi192 ceph-mon[180220]: pgmap v5581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:30 smithi118 ceph-mon[185516]: pgmap v5581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:30 smithi118 ceph-mon[182959]: pgmap v5581: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:32.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:32 smithi192 ceph-mon[180220]: pgmap v5582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:32 smithi118 ceph-mon[185516]: pgmap v5582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:32.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:32 smithi118 ceph-mon[182959]: pgmap v5582: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:34 smithi118 ceph-mon[185516]: pgmap v5583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:34 smithi118 ceph-mon[182959]: pgmap v5583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:34 smithi192 ceph-mon[180220]: pgmap v5583: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:36 smithi192 ceph-mon[180220]: pgmap v5584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:36 smithi118 ceph-mon[185516]: pgmap v5584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:36 smithi118 ceph-mon[182959]: pgmap v5584: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:38 smithi192 ceph-mon[180220]: pgmap v5585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:38 smithi118 ceph-mon[185516]: pgmap v5585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:38.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:38 smithi118 ceph-mon[182959]: pgmap v5585: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:52:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:52:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:52:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:40 smithi192 ceph-mon[180220]: pgmap v5586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:40 smithi118 ceph-mon[182959]: pgmap v5586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:40.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:40 smithi118 ceph-mon[185516]: pgmap v5586: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:42 smithi192 ceph-mon[180220]: pgmap v5587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:42 smithi118 ceph-mon[182959]: pgmap v5587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:42 smithi118 ceph-mon[185516]: pgmap v5587: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:44 smithi118 ceph-mon[185516]: pgmap v5588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:44 smithi118 ceph-mon[182959]: pgmap v5588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:44 smithi192 ceph-mon[180220]: pgmap v5588: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:46 smithi192 ceph-mon[180220]: pgmap v5589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:46 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:52:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:46 smithi118 ceph-mon[185516]: pgmap v5589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:46 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:52:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:46 smithi118 ceph-mon[182959]: pgmap v5589: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:46.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:46 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:52:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:52:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:52:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:52:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:52:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:52:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:52:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:52:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:52:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:52:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:48 smithi192 ceph-mon[180220]: pgmap v5590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:48 smithi118 ceph-mon[182959]: pgmap v5590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:48.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:48 smithi118 ceph-mon[185516]: pgmap v5590: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:52:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:52:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:52:49] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T11:52:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:50 smithi192 ceph-mon[180220]: pgmap v5591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:50 smithi118 ceph-mon[185516]: pgmap v5591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:50 smithi118 ceph-mon[182959]: pgmap v5591: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:52 smithi192 ceph-mon[180220]: pgmap v5592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:52 smithi118 ceph-mon[185516]: pgmap v5592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:52 smithi118 ceph-mon[182959]: pgmap v5592: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:54 smithi118 ceph-mon[185516]: pgmap v5593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:54 smithi118 ceph-mon[182959]: pgmap v5593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:54 smithi192 ceph-mon[180220]: pgmap v5593: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:56 smithi192 ceph-mon[180220]: pgmap v5594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:56 smithi118 ceph-mon[185516]: pgmap v5594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:56 smithi118 ceph-mon[182959]: pgmap v5594: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:52:58 smithi192 ceph-mon[180220]: pgmap v5595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:52:58 smithi118 ceph-mon[185516]: pgmap v5595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:52:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:52:58 smithi118 ceph-mon[182959]: pgmap v5595: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:52:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:52:59] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T11:53:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:00 smithi192 ceph-mon[180220]: pgmap v5596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:00 smithi118 ceph-mon[185516]: pgmap v5596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:00 smithi118 ceph-mon[182959]: pgmap v5596: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:02 smithi192 ceph-mon[180220]: pgmap v5597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:02 smithi118 ceph-mon[185516]: pgmap v5597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:02 smithi118 ceph-mon[182959]: pgmap v5597: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:04 smithi118 ceph-mon[185516]: pgmap v5598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:04 smithi118 ceph-mon[182959]: pgmap v5598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:04 smithi192 ceph-mon[180220]: pgmap v5598: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:06 smithi192 ceph-mon[180220]: pgmap v5599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:06 smithi118 ceph-mon[185516]: pgmap v5599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:06 smithi118 ceph-mon[182959]: pgmap v5599: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:08 smithi192 ceph-mon[180220]: pgmap v5600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:08 smithi118 ceph-mon[185516]: pgmap v5600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:08 smithi118 ceph-mon[182959]: pgmap v5600: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:53:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:53:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:53:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:10 smithi192 ceph-mon[180220]: pgmap v5601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:10 smithi118 ceph-mon[185516]: pgmap v5601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:10.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:10 smithi118 ceph-mon[182959]: pgmap v5601: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:12 smithi192 ceph-mon[180220]: pgmap v5602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:12.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:12 smithi118 ceph-mon[185516]: pgmap v5602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:12 smithi118 ceph-mon[182959]: pgmap v5602: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:14 smithi118 ceph-mon[185516]: pgmap v5603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:14 smithi118 ceph-mon[182959]: pgmap v5603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:14 smithi192 ceph-mon[180220]: pgmap v5603: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:16 smithi192 ceph-mon[180220]: pgmap v5604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:16 smithi118 ceph-mon[185516]: pgmap v5604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:16 smithi118 ceph-mon[182959]: pgmap v5604: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:18 smithi192 ceph-mon[180220]: pgmap v5605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:18 smithi118 ceph-mon[185516]: pgmap v5605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:18 smithi118 ceph-mon[182959]: pgmap v5605: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:19.714 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:53:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:53:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:53:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:20 smithi192 ceph-mon[180220]: pgmap v5606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:20 smithi118 ceph-mon[185516]: pgmap v5606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:20 smithi118 ceph-mon[182959]: pgmap v5606: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:22 smithi192 ceph-mon[180220]: pgmap v5607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:22 smithi118 ceph-mon[185516]: pgmap v5607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:22 smithi118 ceph-mon[182959]: pgmap v5607: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:24 smithi118 ceph-mon[185516]: pgmap v5608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:24 smithi118 ceph-mon[182959]: pgmap v5608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:24 smithi192 ceph-mon[180220]: pgmap v5608: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:26 smithi192 ceph-mon[180220]: pgmap v5609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:26 smithi118 ceph-mon[185516]: pgmap v5609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:26 smithi118 ceph-mon[182959]: pgmap v5609: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:28 smithi192 ceph-mon[180220]: pgmap v5610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:28 smithi118 ceph-mon[185516]: pgmap v5610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:28 smithi118 ceph-mon[182959]: pgmap v5610: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:53:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:53:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:53:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:30 smithi192 ceph-mon[180220]: pgmap v5611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:30 smithi118 ceph-mon[185516]: pgmap v5611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:30 smithi118 ceph-mon[182959]: pgmap v5611: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:32.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:32 smithi192 ceph-mon[180220]: pgmap v5612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:32 smithi118 ceph-mon[185516]: pgmap v5612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:32 smithi118 ceph-mon[182959]: pgmap v5612: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:34 smithi118 ceph-mon[185516]: pgmap v5613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:34.596 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:34 smithi118 ceph-mon[182959]: pgmap v5613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:34.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:34 smithi192 ceph-mon[180220]: pgmap v5613: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:36 smithi192 ceph-mon[180220]: pgmap v5614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:36 smithi118 ceph-mon[185516]: pgmap v5614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:36 smithi118 ceph-mon[182959]: pgmap v5614: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:38 smithi192 ceph-mon[180220]: pgmap v5615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:38 smithi118 ceph-mon[185516]: pgmap v5615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:38 smithi118 ceph-mon[182959]: pgmap v5615: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:53:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:53:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:53:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:40 smithi192 ceph-mon[180220]: pgmap v5616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:40 smithi118 ceph-mon[185516]: pgmap v5616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:40 smithi118 ceph-mon[182959]: pgmap v5616: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:42 smithi192 ceph-mon[180220]: pgmap v5617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:42 smithi118 ceph-mon[185516]: pgmap v5617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:42 smithi118 ceph-mon[182959]: pgmap v5617: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:44.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:44 smithi118 ceph-mon[185516]: pgmap v5618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:44.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:44 smithi118 ceph-mon[182959]: pgmap v5618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:44 smithi192 ceph-mon[180220]: pgmap v5618: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:46 smithi192 ceph-mon[180220]: pgmap v5619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:46 smithi118 ceph-mon[185516]: pgmap v5619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:46.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:46 smithi118 ceph-mon[182959]: pgmap v5619: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:53:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:53:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:53:47.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:53:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:53:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:53:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:53:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:53:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:53:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:53:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:53:47.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:53:49.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:49 smithi118 ceph-mon[185516]: pgmap v5620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:49.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:49 smithi118 ceph-mon[182959]: pgmap v5620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:49.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:49 smithi192 ceph-mon[180220]: pgmap v5620: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:50.074 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:53:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:53:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:53:50.074 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:50 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:50.074 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:50 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:50.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:50 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:53:51.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:51 smithi118 ceph-mon[185516]: pgmap v5621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:51.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:51 smithi118 ceph-mon[182959]: pgmap v5621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:51.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:51 smithi192 ceph-mon[180220]: pgmap v5621: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:53.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:53 smithi118 ceph-mon[185516]: pgmap v5622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:53.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:53 smithi118 ceph-mon[182959]: pgmap v5622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:53.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:53 smithi192 ceph-mon[180220]: pgmap v5622: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:54 smithi118 ceph-mon[185516]: pgmap v5623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:54.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:54 smithi118 ceph-mon[182959]: pgmap v5623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:54 smithi192 ceph-mon[180220]: pgmap v5623: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:56 smithi192 ceph-mon[180220]: pgmap v5624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:56 smithi118 ceph-mon[185516]: pgmap v5624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:56 smithi118 ceph-mon[182959]: pgmap v5624: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:53:58 smithi192 ceph-mon[180220]: pgmap v5625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:53:58 smithi118 ceph-mon[185516]: pgmap v5625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:53:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:53:58 smithi118 ceph-mon[182959]: pgmap v5625: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:53:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:53:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:54:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:00 smithi192 ceph-mon[180220]: pgmap v5626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:00 smithi118 ceph-mon[185516]: pgmap v5626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:00 smithi118 ceph-mon[182959]: pgmap v5626: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:02 smithi192 ceph-mon[180220]: pgmap v5627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:02 smithi118 ceph-mon[185516]: pgmap v5627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:02 smithi118 ceph-mon[182959]: pgmap v5627: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:04 smithi118 ceph-mon[185516]: pgmap v5628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:04 smithi118 ceph-mon[182959]: pgmap v5628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:04 smithi192 ceph-mon[180220]: pgmap v5628: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:06 smithi192 ceph-mon[180220]: pgmap v5629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:06 smithi118 ceph-mon[185516]: pgmap v5629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:06.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:06 smithi118 ceph-mon[182959]: pgmap v5629: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:08 smithi192 ceph-mon[180220]: pgmap v5630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:08 smithi118 ceph-mon[185516]: pgmap v5630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:08.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:08 smithi118 ceph-mon[182959]: pgmap v5630: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:54:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:54:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:54:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:10 smithi192 ceph-mon[180220]: pgmap v5631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:10 smithi118 ceph-mon[185516]: pgmap v5631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:10 smithi118 ceph-mon[182959]: pgmap v5631: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:12 smithi192 ceph-mon[180220]: pgmap v5632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:12 smithi118 ceph-mon[185516]: pgmap v5632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:12 smithi118 ceph-mon[182959]: pgmap v5632: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:14 smithi118 ceph-mon[185516]: pgmap v5633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:14.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:14 smithi118 ceph-mon[182959]: pgmap v5633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:14 smithi192 ceph-mon[180220]: pgmap v5633: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:16 smithi192 ceph-mon[180220]: pgmap v5634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:16 smithi118 ceph-mon[185516]: pgmap v5634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:16 smithi118 ceph-mon[182959]: pgmap v5634: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:18 smithi192 ceph-mon[180220]: pgmap v5635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:18 smithi118 ceph-mon[185516]: pgmap v5635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:18 smithi118 ceph-mon[182959]: pgmap v5635: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:19.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:54:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:54:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:54:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:20 smithi192 ceph-mon[180220]: pgmap v5636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:20 smithi118 ceph-mon[185516]: pgmap v5636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:20 smithi118 ceph-mon[182959]: pgmap v5636: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:22 smithi192 ceph-mon[180220]: pgmap v5637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:22 smithi118 ceph-mon[185516]: pgmap v5637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:22 smithi118 ceph-mon[182959]: pgmap v5637: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:24 smithi118 ceph-mon[185516]: pgmap v5638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:24.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:24 smithi118 ceph-mon[182959]: pgmap v5638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:24 smithi192 ceph-mon[180220]: pgmap v5638: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:26 smithi192 ceph-mon[180220]: pgmap v5639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:26 smithi118 ceph-mon[185516]: pgmap v5639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:26 smithi118 ceph-mon[182959]: pgmap v5639: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:28 smithi192 ceph-mon[180220]: pgmap v5640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:28 smithi118 ceph-mon[185516]: pgmap v5640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:28 smithi118 ceph-mon[182959]: pgmap v5640: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:54:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:54:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:54:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:30 smithi192 ceph-mon[180220]: pgmap v5641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:31.172 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:30 smithi118 ceph-mon[185516]: pgmap v5641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:31.172 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:30 smithi118 ceph-mon[182959]: pgmap v5641: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:32 smithi192 ceph-mon[180220]: pgmap v5642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:32 smithi118 ceph-mon[185516]: pgmap v5642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:32 smithi118 ceph-mon[182959]: pgmap v5642: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:34 smithi118 ceph-mon[185516]: pgmap v5643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:34 smithi118 ceph-mon[182959]: pgmap v5643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:34 smithi192 ceph-mon[180220]: pgmap v5643: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:36 smithi192 ceph-mon[180220]: pgmap v5644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:36 smithi118 ceph-mon[185516]: pgmap v5644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:36 smithi118 ceph-mon[182959]: pgmap v5644: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:38 smithi192 ceph-mon[180220]: pgmap v5645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:38 smithi118 ceph-mon[185516]: pgmap v5645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:38 smithi118 ceph-mon[182959]: pgmap v5645: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:54:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:54:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:54:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:40 smithi192 ceph-mon[180220]: pgmap v5646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:40 smithi118 ceph-mon[185516]: pgmap v5646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:40 smithi118 ceph-mon[182959]: pgmap v5646: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:42.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:42 smithi192 ceph-mon[180220]: pgmap v5647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:42 smithi118 ceph-mon[185516]: pgmap v5647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:42.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:42 smithi118 ceph-mon[182959]: pgmap v5647: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:44 smithi118 ceph-mon[185516]: pgmap v5648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:44 smithi118 ceph-mon[182959]: pgmap v5648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:44 smithi192 ceph-mon[180220]: pgmap v5648: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:46.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:46 smithi192 ceph-mon[180220]: pgmap v5649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:46 smithi118 ceph-mon[185516]: pgmap v5649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:46.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:46 smithi118 ceph-mon[182959]: pgmap v5649: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:47.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:47 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:54:47.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:47 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:54:47.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:47 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:54:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:48 smithi192 ceph-mon[180220]: pgmap v5650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:54:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:54:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:54:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[185516]: pgmap v5650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:54:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:54:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:54:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[182959]: pgmap v5650: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:54:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:54:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:54:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:54:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:54:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:54:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:54:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:50 smithi192 ceph-mon[180220]: pgmap v5651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:50 smithi118 ceph-mon[185516]: pgmap v5651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:50 smithi118 ceph-mon[182959]: pgmap v5651: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:52 smithi192 ceph-mon[180220]: pgmap v5652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:52 smithi118 ceph-mon[185516]: pgmap v5652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:52 smithi118 ceph-mon[182959]: pgmap v5652: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:54 smithi118 ceph-mon[185516]: pgmap v5653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:54 smithi118 ceph-mon[182959]: pgmap v5653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:54 smithi192 ceph-mon[180220]: pgmap v5653: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:56 smithi192 ceph-mon[180220]: pgmap v5654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:56 smithi118 ceph-mon[185516]: pgmap v5654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:56 smithi118 ceph-mon[182959]: pgmap v5654: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:54:58 smithi192 ceph-mon[180220]: pgmap v5655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:54:58 smithi118 ceph-mon[185516]: pgmap v5655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:54:58 smithi118 ceph-mon[182959]: pgmap v5655: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:54:59.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 11:54:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T11:54:59.090901Z level=info msg="Completed cleanup jobs" duration=12.995661ms 2023-09-30T11:55:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:54:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:54:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:55:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:00 smithi192 ceph-mon[180220]: pgmap v5656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:00 smithi118 ceph-mon[185516]: pgmap v5656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:00.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:00 smithi118 ceph-mon[182959]: pgmap v5656: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:02 smithi192 ceph-mon[180220]: pgmap v5657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:02 smithi118 ceph-mon[185516]: pgmap v5657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:02.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:02 smithi118 ceph-mon[182959]: pgmap v5657: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:04 smithi118 ceph-mon[185516]: pgmap v5658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:04 smithi118 ceph-mon[182959]: pgmap v5658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:04 smithi192 ceph-mon[180220]: pgmap v5658: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:06 smithi192 ceph-mon[180220]: pgmap v5659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:06 smithi118 ceph-mon[185516]: pgmap v5659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:06 smithi118 ceph-mon[182959]: pgmap v5659: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:08 smithi192 ceph-mon[180220]: pgmap v5660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:08 smithi118 ceph-mon[185516]: pgmap v5660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:08 smithi118 ceph-mon[182959]: pgmap v5660: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:55:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:55:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:55:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:10 smithi192 ceph-mon[180220]: pgmap v5661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:10 smithi118 ceph-mon[185516]: pgmap v5661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:10.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:10 smithi118 ceph-mon[182959]: pgmap v5661: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:12 smithi192 ceph-mon[180220]: pgmap v5662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:12 smithi118 ceph-mon[185516]: pgmap v5662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:12 smithi118 ceph-mon[182959]: pgmap v5662: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:14 smithi118 ceph-mon[185516]: pgmap v5663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:14 smithi118 ceph-mon[182959]: pgmap v5663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:14 smithi192 ceph-mon[180220]: pgmap v5663: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:16 smithi192 ceph-mon[180220]: pgmap v5664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:16 smithi118 ceph-mon[182959]: pgmap v5664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:16.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:16 smithi118 ceph-mon[185516]: pgmap v5664: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:18 smithi192 ceph-mon[180220]: pgmap v5665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:18 smithi118 ceph-mon[185516]: pgmap v5665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:18 smithi118 ceph-mon[182959]: pgmap v5665: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:55:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:55:19] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:55:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:20 smithi192 ceph-mon[180220]: pgmap v5666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:20 smithi118 ceph-mon[185516]: pgmap v5666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:20.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:20 smithi118 ceph-mon[182959]: pgmap v5666: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:22 smithi192 ceph-mon[180220]: pgmap v5667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:22 smithi118 ceph-mon[185516]: pgmap v5667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:22 smithi118 ceph-mon[182959]: pgmap v5667: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:24 smithi118 ceph-mon[185516]: pgmap v5668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:24 smithi118 ceph-mon[182959]: pgmap v5668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:24 smithi192 ceph-mon[180220]: pgmap v5668: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:26 smithi192 ceph-mon[180220]: pgmap v5669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:26 smithi118 ceph-mon[185516]: pgmap v5669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:26.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:26 smithi118 ceph-mon[182959]: pgmap v5669: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:28 smithi192 ceph-mon[180220]: pgmap v5670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:28 smithi118 ceph-mon[185516]: pgmap v5670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:28 smithi118 ceph-mon[182959]: pgmap v5670: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:55:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:55:29] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:55:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:30 smithi192 ceph-mon[180220]: pgmap v5671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:30 smithi118 ceph-mon[185516]: pgmap v5671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:30 smithi118 ceph-mon[182959]: pgmap v5671: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:32 smithi192 ceph-mon[180220]: pgmap v5672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:32 smithi118 ceph-mon[185516]: pgmap v5672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:32 smithi118 ceph-mon[182959]: pgmap v5672: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:34 smithi118 ceph-mon[185516]: pgmap v5673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:34.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:34 smithi118 ceph-mon[182959]: pgmap v5673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:34 smithi192 ceph-mon[180220]: pgmap v5673: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:36 smithi192 ceph-mon[180220]: pgmap v5674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:36 smithi118 ceph-mon[185516]: pgmap v5674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:36 smithi118 ceph-mon[182959]: pgmap v5674: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:38 smithi192 ceph-mon[180220]: pgmap v5675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:38 smithi118 ceph-mon[185516]: pgmap v5675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:38 smithi118 ceph-mon[182959]: pgmap v5675: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:55:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:55:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:55:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:40 smithi192 ceph-mon[180220]: pgmap v5676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:40 smithi118 ceph-mon[185516]: pgmap v5676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:40 smithi118 ceph-mon[182959]: pgmap v5676: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:42 smithi192 ceph-mon[180220]: pgmap v5677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:42 smithi118 ceph-mon[185516]: pgmap v5677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:42 smithi118 ceph-mon[182959]: pgmap v5677: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:44 smithi118 ceph-mon[185516]: pgmap v5678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:44 smithi118 ceph-mon[182959]: pgmap v5678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:44 smithi192 ceph-mon[180220]: pgmap v5678: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:46 smithi192 ceph-mon[180220]: pgmap v5679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:46 smithi118 ceph-mon[185516]: pgmap v5679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:46 smithi118 ceph-mon[182959]: pgmap v5679: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:48 smithi192 ceph-mon[180220]: pgmap v5680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:55:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:48 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[185516]: pgmap v5680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:55:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[182959]: pgmap v5680: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:55:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:48.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:48 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:55:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:55:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:55:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:55:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:55:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:55:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:55:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:55:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:55:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:55:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:55:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:50 smithi192 ceph-mon[180220]: pgmap v5681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:50 smithi118 ceph-mon[185516]: pgmap v5681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:50 smithi118 ceph-mon[182959]: pgmap v5681: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:52 smithi192 ceph-mon[180220]: pgmap v5682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:52 smithi118 ceph-mon[185516]: pgmap v5682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:52 smithi118 ceph-mon[182959]: pgmap v5682: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:54 smithi118 ceph-mon[185516]: pgmap v5683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:54.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:54 smithi118 ceph-mon[182959]: pgmap v5683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:54 smithi192 ceph-mon[180220]: pgmap v5683: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:56 smithi192 ceph-mon[180220]: pgmap v5684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:56 smithi118 ceph-mon[185516]: pgmap v5684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:56 smithi118 ceph-mon[182959]: pgmap v5684: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:55:58 smithi192 ceph-mon[180220]: pgmap v5685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:55:58 smithi118 ceph-mon[182959]: pgmap v5685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:55:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:55:58 smithi118 ceph-mon[185516]: pgmap v5685: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:55:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:55:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:56:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:00 smithi192 ceph-mon[180220]: pgmap v5686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:00 smithi118 ceph-mon[185516]: pgmap v5686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:00 smithi118 ceph-mon[182959]: pgmap v5686: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:02 smithi192 ceph-mon[180220]: pgmap v5687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:02 smithi118 ceph-mon[182959]: pgmap v5687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:02.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:02 smithi118 ceph-mon[185516]: pgmap v5687: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:04 smithi118 ceph-mon[185516]: pgmap v5688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:04 smithi118 ceph-mon[182959]: pgmap v5688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:04 smithi192 ceph-mon[180220]: pgmap v5688: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:06 smithi192 ceph-mon[180220]: pgmap v5689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:06 smithi118 ceph-mon[185516]: pgmap v5689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:06 smithi118 ceph-mon[182959]: pgmap v5689: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:08 smithi192 ceph-mon[180220]: pgmap v5690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:08 smithi118 ceph-mon[185516]: pgmap v5690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:08 smithi118 ceph-mon[182959]: pgmap v5690: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:56:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:56:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:56:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:10 smithi192 ceph-mon[180220]: pgmap v5691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:10.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:10 smithi118 ceph-mon[185516]: pgmap v5691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:10.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:10 smithi118 ceph-mon[182959]: pgmap v5691: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:12 smithi192 ceph-mon[180220]: pgmap v5692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:12 smithi118 ceph-mon[185516]: pgmap v5692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:12 smithi118 ceph-mon[182959]: pgmap v5692: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:14 smithi118 ceph-mon[185516]: pgmap v5693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:14 smithi118 ceph-mon[182959]: pgmap v5693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:14 smithi192 ceph-mon[180220]: pgmap v5693: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:16 smithi192 ceph-mon[180220]: pgmap v5694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:16 smithi118 ceph-mon[185516]: pgmap v5694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:16 smithi118 ceph-mon[182959]: pgmap v5694: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:18 smithi192 ceph-mon[180220]: pgmap v5695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:18 smithi118 ceph-mon[185516]: pgmap v5695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:18.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:18 smithi118 ceph-mon[182959]: pgmap v5695: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:56:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:56:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:56:20.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:20 smithi192 ceph-mon[180220]: pgmap v5696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:20 smithi118 ceph-mon[182959]: pgmap v5696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:20.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:20 smithi118 ceph-mon[185516]: pgmap v5696: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:22 smithi192 ceph-mon[180220]: pgmap v5697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:22 smithi118 ceph-mon[182959]: pgmap v5697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:22 smithi118 ceph-mon[185516]: pgmap v5697: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:24 smithi118 ceph-mon[182959]: pgmap v5698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:24 smithi118 ceph-mon[185516]: pgmap v5698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:24 smithi192 ceph-mon[180220]: pgmap v5698: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:26 smithi192 ceph-mon[180220]: pgmap v5699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:26 smithi118 ceph-mon[182959]: pgmap v5699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:26 smithi118 ceph-mon[185516]: pgmap v5699: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:28 smithi192 ceph-mon[180220]: pgmap v5700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:28 smithi118 ceph-mon[182959]: pgmap v5700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:28 smithi118 ceph-mon[185516]: pgmap v5700: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:56:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:56:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:56:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:30 smithi192 ceph-mon[180220]: pgmap v5701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:30 smithi118 ceph-mon[182959]: pgmap v5701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:30 smithi118 ceph-mon[185516]: pgmap v5701: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:32 smithi192 ceph-mon[180220]: pgmap v5702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:32 smithi118 ceph-mon[185516]: pgmap v5702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:32 smithi118 ceph-mon[182959]: pgmap v5702: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:34 smithi118 ceph-mon[185516]: pgmap v5703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:34 smithi118 ceph-mon[182959]: pgmap v5703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:34 smithi192 ceph-mon[180220]: pgmap v5703: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:36 smithi192 ceph-mon[180220]: pgmap v5704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:36 smithi118 ceph-mon[185516]: pgmap v5704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:36 smithi118 ceph-mon[182959]: pgmap v5704: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:38 smithi192 ceph-mon[180220]: pgmap v5705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:38 smithi118 ceph-mon[185516]: pgmap v5705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:38 smithi118 ceph-mon[182959]: pgmap v5705: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:56:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:56:39] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T11:56:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:40 smithi192 ceph-mon[180220]: pgmap v5706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:40 smithi118 ceph-mon[185516]: pgmap v5706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:40 smithi118 ceph-mon[182959]: pgmap v5706: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:42 smithi192 ceph-mon[180220]: pgmap v5707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:42 smithi118 ceph-mon[185516]: pgmap v5707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:42.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:42 smithi118 ceph-mon[182959]: pgmap v5707: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:44 smithi118 ceph-mon[182959]: pgmap v5708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:44 smithi118 ceph-mon[185516]: pgmap v5708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:44 smithi192 ceph-mon[180220]: pgmap v5708: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:46 smithi192 ceph-mon[180220]: pgmap v5709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:46 smithi118 ceph-mon[185516]: pgmap v5709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:46 smithi118 ceph-mon[182959]: pgmap v5709: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:48 smithi192 ceph-mon[180220]: pgmap v5710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:48 smithi118 ceph-mon[182959]: pgmap v5710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:48 smithi118 ceph-mon[185516]: pgmap v5710: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:56:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:56:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:56:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:56:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:56:49.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:56:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:56:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:56:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:56:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:56:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:56:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:56:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:56:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:56:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:50 smithi192 ceph-mon[180220]: pgmap v5711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:50 smithi118 ceph-mon[182959]: pgmap v5711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:50.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:50 smithi118 ceph-mon[185516]: pgmap v5711: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:52.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:52 smithi192 ceph-mon[180220]: pgmap v5712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:52 smithi118 ceph-mon[182959]: pgmap v5712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:52.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:52 smithi118 ceph-mon[185516]: pgmap v5712: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:54 smithi118 ceph-mon[185516]: pgmap v5713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:54.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:54 smithi118 ceph-mon[182959]: pgmap v5713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:54 smithi192 ceph-mon[180220]: pgmap v5713: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:56 smithi192 ceph-mon[180220]: pgmap v5714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:56 smithi118 ceph-mon[185516]: pgmap v5714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:56 smithi118 ceph-mon[182959]: pgmap v5714: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:56:58 smithi192 ceph-mon[180220]: pgmap v5715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:56:58 smithi118 ceph-mon[182959]: pgmap v5715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:56:58.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:56:58 smithi118 ceph-mon[185516]: pgmap v5715: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:56:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:56:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:57:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:00 smithi192 ceph-mon[180220]: pgmap v5716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:00 smithi118 ceph-mon[185516]: pgmap v5716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:00 smithi118 ceph-mon[182959]: pgmap v5716: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:02 smithi192 ceph-mon[180220]: pgmap v5717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:02.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:02 smithi118 ceph-mon[185516]: pgmap v5717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:02.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:02 smithi118 ceph-mon[182959]: pgmap v5717: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:04 smithi118 ceph-mon[185516]: pgmap v5718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:04.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:04 smithi118 ceph-mon[182959]: pgmap v5718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:04 smithi192 ceph-mon[180220]: pgmap v5718: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:06 smithi192 ceph-mon[180220]: pgmap v5719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:06 smithi118 ceph-mon[185516]: pgmap v5719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:06 smithi118 ceph-mon[182959]: pgmap v5719: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:08 smithi192 ceph-mon[180220]: pgmap v5720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:08 smithi118 ceph-mon[185516]: pgmap v5720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:08 smithi118 ceph-mon[182959]: pgmap v5720: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:57:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:57:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:57:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:10 smithi192 ceph-mon[180220]: pgmap v5721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:10 smithi118 ceph-mon[185516]: pgmap v5721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:10 smithi118 ceph-mon[182959]: pgmap v5721: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:12 smithi192 ceph-mon[180220]: pgmap v5722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:12 smithi118 ceph-mon[185516]: pgmap v5722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:12 smithi118 ceph-mon[182959]: pgmap v5722: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:14 smithi118 ceph-mon[185516]: pgmap v5723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:14 smithi118 ceph-mon[182959]: pgmap v5723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:14 smithi192 ceph-mon[180220]: pgmap v5723: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:16 smithi192 ceph-mon[180220]: pgmap v5724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:16.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:16 smithi118 ceph-mon[185516]: pgmap v5724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:16 smithi118 ceph-mon[182959]: pgmap v5724: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:18 smithi192 ceph-mon[180220]: pgmap v5725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:18 smithi118 ceph-mon[185516]: pgmap v5725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:18 smithi118 ceph-mon[182959]: pgmap v5725: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:57:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:57:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:57:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:20 smithi192 ceph-mon[180220]: pgmap v5726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:20 smithi118 ceph-mon[185516]: pgmap v5726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:20.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:20 smithi118 ceph-mon[182959]: pgmap v5726: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:22 smithi192 ceph-mon[180220]: pgmap v5727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:22 smithi118 ceph-mon[185516]: pgmap v5727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:22 smithi118 ceph-mon[182959]: pgmap v5727: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:24 smithi118 ceph-mon[185516]: pgmap v5728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:24 smithi118 ceph-mon[182959]: pgmap v5728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:24 smithi192 ceph-mon[180220]: pgmap v5728: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:26 smithi192 ceph-mon[180220]: pgmap v5729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:26 smithi118 ceph-mon[185516]: pgmap v5729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:26 smithi118 ceph-mon[182959]: pgmap v5729: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:28 smithi192 ceph-mon[180220]: pgmap v5730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:28 smithi118 ceph-mon[185516]: pgmap v5730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:28 smithi118 ceph-mon[182959]: pgmap v5730: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:57:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:57:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:57:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:30 smithi192 ceph-mon[180220]: pgmap v5731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:30 smithi118 ceph-mon[185516]: pgmap v5731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:30.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:30 smithi118 ceph-mon[182959]: pgmap v5731: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:32 smithi192 ceph-mon[180220]: pgmap v5732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:32 smithi118 ceph-mon[185516]: pgmap v5732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:32.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:32 smithi118 ceph-mon[182959]: pgmap v5732: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:34 smithi118 ceph-mon[185516]: pgmap v5733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:34 smithi118 ceph-mon[182959]: pgmap v5733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:34 smithi192 ceph-mon[180220]: pgmap v5733: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:36 smithi192 ceph-mon[180220]: pgmap v5734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:36 smithi118 ceph-mon[185516]: pgmap v5734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:36 smithi118 ceph-mon[182959]: pgmap v5734: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:38 smithi192 ceph-mon[180220]: pgmap v5735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:38 smithi118 ceph-mon[185516]: pgmap v5735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:38 smithi118 ceph-mon[182959]: pgmap v5735: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:57:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:57:39] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:57:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:40 smithi192 ceph-mon[180220]: pgmap v5736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:40 smithi118 ceph-mon[185516]: pgmap v5736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:40 smithi118 ceph-mon[182959]: pgmap v5736: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:42 smithi192 ceph-mon[180220]: pgmap v5737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:42 smithi118 ceph-mon[185516]: pgmap v5737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:42 smithi118 ceph-mon[182959]: pgmap v5737: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:44 smithi118 ceph-mon[182959]: pgmap v5738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:44 smithi118 ceph-mon[185516]: pgmap v5738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:44 smithi192 ceph-mon[180220]: pgmap v5738: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:46 smithi192 ceph-mon[180220]: pgmap v5739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:46 smithi118 ceph-mon[185516]: pgmap v5739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:46 smithi118 ceph-mon[182959]: pgmap v5739: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:48 smithi192 ceph-mon[180220]: pgmap v5740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:48 smithi118 ceph-mon[185516]: pgmap v5740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:48 smithi118 ceph-mon[182959]: pgmap v5740: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:49.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:57:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:57:49.795 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:57:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:57:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:57:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:57:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:57:50.702 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:50 smithi192 ceph-mon[180220]: pgmap v5741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:50.707 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:50 smithi118 ceph-mon[185516]: pgmap v5741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:50.708 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:50 smithi118 ceph-mon[182959]: pgmap v5741: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: pgmap v5742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: pgmap v5742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:57:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:57:53.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:52 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: pgmap v5742: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:57:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:57:53.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:52 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:57:54.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:54 smithi118 ceph-mon[185516]: pgmap v5743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:54.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:54 smithi118 ceph-mon[182959]: pgmap v5743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:54 smithi192 ceph-mon[180220]: pgmap v5743: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:56 smithi192 ceph-mon[180220]: pgmap v5744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:56 smithi118 ceph-mon[185516]: pgmap v5744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:56 smithi118 ceph-mon[182959]: pgmap v5744: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:58.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:57:58 smithi192 ceph-mon[180220]: pgmap v5745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:57:58 smithi118 ceph-mon[185516]: pgmap v5745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:57:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:57:58 smithi118 ceph-mon[182959]: pgmap v5745: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:57:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:57:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:58:00.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:00 smithi192 ceph-mon[180220]: pgmap v5746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:00 smithi118 ceph-mon[185516]: pgmap v5746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:00 smithi118 ceph-mon[182959]: pgmap v5746: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:02.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:02 smithi192 ceph-mon[180220]: pgmap v5747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:02 smithi118 ceph-mon[185516]: pgmap v5747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:02 smithi118 ceph-mon[182959]: pgmap v5747: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:04 smithi118 ceph-mon[185516]: pgmap v5748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:04 smithi118 ceph-mon[182959]: pgmap v5748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:04 smithi192 ceph-mon[180220]: pgmap v5748: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:06 smithi192 ceph-mon[180220]: pgmap v5749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:06 smithi118 ceph-mon[185516]: pgmap v5749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:06 smithi118 ceph-mon[182959]: pgmap v5749: 137 pgs: 137 active+clean; 1.3 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:08 smithi192 ceph-mon[180220]: pgmap v5750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:08.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:08 smithi118 ceph-mon[185516]: pgmap v5750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:08.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:08 smithi118 ceph-mon[182959]: pgmap v5750: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:58:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:58:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:58:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:10 smithi192 ceph-mon[180220]: pgmap v5751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:10 smithi118 ceph-mon[185516]: pgmap v5751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:10 smithi118 ceph-mon[182959]: pgmap v5751: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:12.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:12 smithi192 ceph-mon[180220]: pgmap v5752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:12 smithi118 ceph-mon[185516]: pgmap v5752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:12 smithi118 ceph-mon[182959]: pgmap v5752: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:14.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:14 smithi118 ceph-mon[185516]: pgmap v5753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:14 smithi118 ceph-mon[182959]: pgmap v5753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:14 smithi192 ceph-mon[180220]: pgmap v5753: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:16.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:16 smithi192 ceph-mon[180220]: pgmap v5754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:16.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:16 smithi118 ceph-mon[185516]: pgmap v5754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:16.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:16 smithi118 ceph-mon[182959]: pgmap v5754: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:18.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:18 smithi192 ceph-mon[180220]: pgmap v5755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:18 smithi118 ceph-mon[182959]: pgmap v5755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:18 smithi118 ceph-mon[185516]: pgmap v5755: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:19.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:19.796 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:58:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:58:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:58:20.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:20 smithi192 ceph-mon[180220]: pgmap v5756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:20 smithi118 ceph-mon[185516]: pgmap v5756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:20 smithi118 ceph-mon[182959]: pgmap v5756: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:22.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:22 smithi192 ceph-mon[180220]: pgmap v5757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:22 smithi118 ceph-mon[185516]: pgmap v5757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:22 smithi118 ceph-mon[182959]: pgmap v5757: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:24 smithi118 ceph-mon[185516]: pgmap v5758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:24.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:24 smithi118 ceph-mon[182959]: pgmap v5758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:24 smithi192 ceph-mon[180220]: pgmap v5758: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:26.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:26 smithi192 ceph-mon[180220]: pgmap v5759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:26 smithi118 ceph-mon[185516]: pgmap v5759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:26.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:26 smithi118 ceph-mon[182959]: pgmap v5759: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:28.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:28 smithi192 ceph-mon[180220]: pgmap v5760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:28.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:28 smithi118 ceph-mon[185516]: pgmap v5760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:28.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:28 smithi118 ceph-mon[182959]: pgmap v5760: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:58:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:58:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T11:58:30.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:30 smithi192 ceph-mon[180220]: pgmap v5761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:30 smithi118 ceph-mon[185516]: pgmap v5761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:30 smithi118 ceph-mon[182959]: pgmap v5761: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:32.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:32 smithi192 ceph-mon[180220]: pgmap v5762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:32 smithi118 ceph-mon[185516]: pgmap v5762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:32 smithi118 ceph-mon[182959]: pgmap v5762: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:34 smithi118 ceph-mon[185516]: pgmap v5763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:34.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:34 smithi118 ceph-mon[182959]: pgmap v5763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:34.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:34 smithi192 ceph-mon[180220]: pgmap v5763: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:36.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:36 smithi192 ceph-mon[180220]: pgmap v5764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:36 smithi118 ceph-mon[185516]: pgmap v5764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:36 smithi118 ceph-mon[182959]: pgmap v5764: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:38.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:38 smithi192 ceph-mon[180220]: pgmap v5765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:38 smithi118 ceph-mon[182959]: pgmap v5765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:38 smithi118 ceph-mon[185516]: pgmap v5765: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:58:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:58:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:58:40.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:40 smithi192 ceph-mon[180220]: pgmap v5766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:40 smithi118 ceph-mon[182959]: pgmap v5766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:40 smithi118 ceph-mon[185516]: pgmap v5766: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:42.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:42 smithi192 ceph-mon[180220]: pgmap v5767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:42 smithi118 ceph-mon[185516]: pgmap v5767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:42 smithi118 ceph-mon[182959]: pgmap v5767: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:44.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:44 smithi118 ceph-mon[185516]: pgmap v5768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:44.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:44 smithi118 ceph-mon[182959]: pgmap v5768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:44 smithi192 ceph-mon[180220]: pgmap v5768: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:46.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:46 smithi192 ceph-mon[180220]: pgmap v5769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:46 smithi118 ceph-mon[185516]: pgmap v5769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:46 smithi118 ceph-mon[182959]: pgmap v5769: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:48.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:48 smithi192 ceph-mon[180220]: pgmap v5770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:48 smithi118 ceph-mon[185516]: pgmap v5770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:48 smithi118 ceph-mon[182959]: pgmap v5770: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:49.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:58:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:58:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:58:49] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:58:50.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:50 smithi192 ceph-mon[180220]: pgmap v5771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:50 smithi118 ceph-mon[185516]: pgmap v5771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:50 smithi118 ceph-mon[182959]: pgmap v5771: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:52 smithi118 ceph-mon[185516]: pgmap v5772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:52 smithi118 ceph-mon[182959]: pgmap v5772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:52 smithi192 ceph-mon[180220]: pgmap v5772: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:53.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:58:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:53.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:53.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:58:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:58:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:58:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:58:53.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:58:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:54 smithi118 ceph-mon[185516]: pgmap v5773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:54 smithi118 ceph-mon[182959]: pgmap v5773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:54 smithi192 ceph-mon[180220]: pgmap v5773: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:56 smithi118 ceph-mon[185516]: pgmap v5774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:56 smithi118 ceph-mon[182959]: pgmap v5774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:56 smithi192 ceph-mon[180220]: pgmap v5774: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:58:58 smithi118 ceph-mon[185516]: pgmap v5775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:58:58 smithi118 ceph-mon[182959]: pgmap v5775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:58:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:58:58 smithi192 ceph-mon[180220]: pgmap v5775: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:58:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:58:59] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T11:59:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:00 smithi118 ceph-mon[185516]: pgmap v5776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:00 smithi118 ceph-mon[182959]: pgmap v5776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:00 smithi192 ceph-mon[180220]: pgmap v5776: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:02.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:02 smithi118 ceph-mon[185516]: pgmap v5777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:02.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:02 smithi118 ceph-mon[182959]: pgmap v5777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:02 smithi192 ceph-mon[180220]: pgmap v5777: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:04.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:04 smithi118 ceph-mon[185516]: pgmap v5778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:04.595 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:04 smithi118 ceph-mon[182959]: pgmap v5778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:04.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:04 smithi192 ceph-mon[180220]: pgmap v5778: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:06.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:06 smithi192 ceph-mon[180220]: pgmap v5779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:06 smithi118 ceph-mon[185516]: pgmap v5779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:06 smithi118 ceph-mon[182959]: pgmap v5779: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:08.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:08 smithi192 ceph-mon[180220]: pgmap v5780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:08 smithi118 ceph-mon[185516]: pgmap v5780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:08 smithi118 ceph-mon[182959]: pgmap v5780: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:59:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:59:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T11:59:10.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:10 smithi192 ceph-mon[180220]: pgmap v5781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:10 smithi118 ceph-mon[185516]: pgmap v5781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:10.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:10 smithi118 ceph-mon[182959]: pgmap v5781: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:12 smithi118 ceph-mon[185516]: pgmap v5782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:12 smithi118 ceph-mon[182959]: pgmap v5782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:12 smithi192 ceph-mon[180220]: pgmap v5782: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:14.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:14 smithi118 ceph-mon[185516]: pgmap v5783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:14.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:14 smithi118 ceph-mon[182959]: pgmap v5783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:14 smithi192 ceph-mon[180220]: pgmap v5783: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:16.713 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:16 smithi192 ceph-mon[180220]: pgmap v5784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:16 smithi118 ceph-mon[185516]: pgmap v5784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:16.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:16 smithi118 ceph-mon[182959]: pgmap v5784: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:18 smithi118 ceph-mon[185516]: pgmap v5785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:18 smithi118 ceph-mon[182959]: pgmap v5785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:18 smithi192 ceph-mon[180220]: pgmap v5785: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:19.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:59:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:59:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:59:20.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:20 smithi118 ceph-mon[185516]: pgmap v5786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:20.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:20 smithi118 ceph-mon[182959]: pgmap v5786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:20 smithi192 ceph-mon[180220]: pgmap v5786: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:22 smithi118 ceph-mon[185516]: pgmap v5787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:22 smithi118 ceph-mon[182959]: pgmap v5787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:22 smithi192 ceph-mon[180220]: pgmap v5787: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:24.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:24 smithi118 ceph-mon[185516]: pgmap v5788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:24.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:24 smithi118 ceph-mon[182959]: pgmap v5788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:24 smithi192 ceph-mon[180220]: pgmap v5788: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:26 smithi118 ceph-mon[185516]: pgmap v5789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:26.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:26 smithi118 ceph-mon[182959]: pgmap v5789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:26 smithi192 ceph-mon[180220]: pgmap v5789: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:28.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:28 smithi118 ceph-mon[185516]: pgmap v5790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:28.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:28 smithi118 ceph-mon[182959]: pgmap v5790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:28 smithi192 ceph-mon[180220]: pgmap v5790: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:59:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:59:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T11:59:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:30 smithi118 ceph-mon[185516]: pgmap v5791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:30.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:30 smithi118 ceph-mon[182959]: pgmap v5791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:30 smithi192 ceph-mon[180220]: pgmap v5791: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:32 smithi118 ceph-mon[185516]: pgmap v5792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:32 smithi118 ceph-mon[182959]: pgmap v5792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:32 smithi192 ceph-mon[180220]: pgmap v5792: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:34 smithi192 ceph-mon[180220]: pgmap v5793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:34 smithi118 ceph-mon[185516]: pgmap v5793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:34 smithi118 ceph-mon[182959]: pgmap v5793: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:36 smithi118 ceph-mon[185516]: pgmap v5794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:36 smithi118 ceph-mon[182959]: pgmap v5794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:36 smithi192 ceph-mon[180220]: pgmap v5794: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:38 smithi118 ceph-mon[185516]: pgmap v5795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:38 smithi118 ceph-mon[182959]: pgmap v5795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:38 smithi192 ceph-mon[180220]: pgmap v5795: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:59:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:59:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:59:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:40 smithi118 ceph-mon[185516]: pgmap v5796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:40 smithi118 ceph-mon[182959]: pgmap v5796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:40 smithi192 ceph-mon[180220]: pgmap v5796: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:42 smithi118 ceph-mon[185516]: pgmap v5797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:42 smithi118 ceph-mon[182959]: pgmap v5797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:42 smithi192 ceph-mon[180220]: pgmap v5797: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:44 smithi192 ceph-mon[180220]: pgmap v5798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:44 smithi118 ceph-mon[185516]: pgmap v5798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:44 smithi118 ceph-mon[182959]: pgmap v5798: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:46 smithi118 ceph-mon[185516]: pgmap v5799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:46.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:46 smithi118 ceph-mon[182959]: pgmap v5799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:46 smithi192 ceph-mon[180220]: pgmap v5799: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:48 smithi118 ceph-mon[185516]: pgmap v5800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:48 smithi118 ceph-mon[182959]: pgmap v5800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:48 smithi192 ceph-mon[180220]: pgmap v5800: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T11:59:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:59:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:59:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T11:59:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:50 smithi118 ceph-mon[185516]: pgmap v5801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:50 smithi118 ceph-mon[182959]: pgmap v5801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:50 smithi192 ceph-mon[180220]: pgmap v5801: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:52 smithi118 ceph-mon[185516]: pgmap v5802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:52 smithi118 ceph-mon[182959]: pgmap v5802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:52 smithi192 ceph-mon[180220]: pgmap v5802: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:53.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:53 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:59:53.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:53 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:59:53.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:53 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T11:59:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[185516]: pgmap v5803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:59:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:59:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[182959]: pgmap v5803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:59:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:59:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:54 smithi192 ceph-mon[180220]: pgmap v5803: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T11:59:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T11:59:54.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T11:59:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:56 smithi118 ceph-mon[185516]: pgmap v5804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:56 smithi118 ceph-mon[182959]: pgmap v5804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:56 smithi192 ceph-mon[180220]: pgmap v5804: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 11:59:58 smithi118 ceph-mon[185516]: pgmap v5805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 11:59:58 smithi118 ceph-mon[182959]: pgmap v5805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T11:59:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 11:59:58 smithi192 ceph-mon[180220]: pgmap v5805: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 11:59:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:11:59:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:00:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:00 smithi118 ceph-mon[185516]: pgmap v5806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:00.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T12:00:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:00 smithi118 ceph-mon[182959]: pgmap v5806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:00.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T12:00:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:00 smithi192 ceph-mon[180220]: pgmap v5806: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T12:00:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:02 smithi118 ceph-mon[185516]: pgmap v5807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:02 smithi118 ceph-mon[182959]: pgmap v5807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:02 smithi192 ceph-mon[180220]: pgmap v5807: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:04 smithi192 ceph-mon[180220]: pgmap v5808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:04 smithi118 ceph-mon[185516]: pgmap v5808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:04 smithi118 ceph-mon[182959]: pgmap v5808: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:06 smithi118 ceph-mon[185516]: pgmap v5809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:06 smithi118 ceph-mon[182959]: pgmap v5809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:06 smithi192 ceph-mon[180220]: pgmap v5809: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:08 smithi118 ceph-mon[185516]: pgmap v5810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:08 smithi118 ceph-mon[182959]: pgmap v5810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:08 smithi192 ceph-mon[180220]: pgmap v5810: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:00:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:00:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:00:10.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:10 smithi118 ceph-mon[185516]: pgmap v5811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:10 smithi118 ceph-mon[182959]: pgmap v5811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:10 smithi192 ceph-mon[180220]: pgmap v5811: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:12 smithi118 ceph-mon[182959]: pgmap v5812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:12 smithi118 ceph-mon[185516]: pgmap v5812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:12 smithi192 ceph-mon[180220]: pgmap v5812: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:14 smithi192 ceph-mon[180220]: pgmap v5813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:14 smithi118 ceph-mon[182959]: pgmap v5813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:14 smithi118 ceph-mon[185516]: pgmap v5813: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:16 smithi118 ceph-mon[185516]: pgmap v5814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:16 smithi118 ceph-mon[182959]: pgmap v5814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:16 smithi192 ceph-mon[180220]: pgmap v5814: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:18 smithi118 ceph-mon[185516]: pgmap v5815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:18 smithi118 ceph-mon[182959]: pgmap v5815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:18 smithi192 ceph-mon[180220]: pgmap v5815: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:19.794 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:19.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:00:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:00:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:00:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:20 smithi118 ceph-mon[185516]: pgmap v5816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:20.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:20 smithi118 ceph-mon[182959]: pgmap v5816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:20 smithi192 ceph-mon[180220]: pgmap v5816: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:22 smithi118 ceph-mon[185516]: pgmap v5817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:22 smithi118 ceph-mon[182959]: pgmap v5817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:22 smithi192 ceph-mon[180220]: pgmap v5817: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:24 smithi192 ceph-mon[180220]: pgmap v5818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:24 smithi118 ceph-mon[185516]: pgmap v5818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:24 smithi118 ceph-mon[182959]: pgmap v5818: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:26 smithi118 ceph-mon[185516]: pgmap v5819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:26 smithi118 ceph-mon[182959]: pgmap v5819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:26 smithi192 ceph-mon[180220]: pgmap v5819: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:28 smithi118 ceph-mon[185516]: pgmap v5820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:28 smithi118 ceph-mon[182959]: pgmap v5820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:28 smithi192 ceph-mon[180220]: pgmap v5820: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:00:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:00:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:00:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:30 smithi118 ceph-mon[185516]: pgmap v5821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:30 smithi118 ceph-mon[182959]: pgmap v5821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:30 smithi192 ceph-mon[180220]: pgmap v5821: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:32 smithi118 ceph-mon[185516]: pgmap v5822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:32 smithi118 ceph-mon[182959]: pgmap v5822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:32 smithi192 ceph-mon[180220]: pgmap v5822: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:34 smithi192 ceph-mon[180220]: pgmap v5823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:34 smithi118 ceph-mon[185516]: pgmap v5823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:34 smithi118 ceph-mon[182959]: pgmap v5823: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:36 smithi118 ceph-mon[185516]: pgmap v5824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:36 smithi118 ceph-mon[182959]: pgmap v5824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:36 smithi192 ceph-mon[180220]: pgmap v5824: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:38 smithi118 ceph-mon[185516]: pgmap v5825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:38 smithi118 ceph-mon[182959]: pgmap v5825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:38 smithi192 ceph-mon[180220]: pgmap v5825: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:00:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:00:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:00:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:40 smithi118 ceph-mon[185516]: pgmap v5826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:40.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:40 smithi118 ceph-mon[182959]: pgmap v5826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:40 smithi192 ceph-mon[180220]: pgmap v5826: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:42 smithi118 ceph-mon[185516]: pgmap v5827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:42 smithi118 ceph-mon[182959]: pgmap v5827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:42 smithi192 ceph-mon[180220]: pgmap v5827: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:44 smithi192 ceph-mon[180220]: pgmap v5828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:44 smithi118 ceph-mon[185516]: pgmap v5828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:44 smithi118 ceph-mon[182959]: pgmap v5828: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:46 smithi118 ceph-mon[185516]: pgmap v5829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:46 smithi118 ceph-mon[182959]: pgmap v5829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:46 smithi192 ceph-mon[180220]: pgmap v5829: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:48 smithi118 ceph-mon[185516]: pgmap v5830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:48 smithi118 ceph-mon[182959]: pgmap v5830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:48 smithi192 ceph-mon[180220]: pgmap v5830: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:00:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:00:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:00:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:00:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:50 smithi118 ceph-mon[185516]: pgmap v5831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:50 smithi118 ceph-mon[182959]: pgmap v5831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:50 smithi192 ceph-mon[180220]: pgmap v5831: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:52 smithi118 ceph-mon[185516]: pgmap v5832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:52 smithi118 ceph-mon[182959]: pgmap v5832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:52 smithi192 ceph-mon[180220]: pgmap v5832: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:54 smithi192 ceph-mon[180220]: pgmap v5833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:54.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:00:54.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:54.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:00:54.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:54 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:00:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[185516]: pgmap v5833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:00:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:54.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:00:54.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:00:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[182959]: pgmap v5833: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:00:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:00:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:00:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:54 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:00:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:56 smithi118 ceph-mon[185516]: pgmap v5834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:56 smithi118 ceph-mon[182959]: pgmap v5834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:56 smithi192 ceph-mon[180220]: pgmap v5834: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:00:58 smithi118 ceph-mon[185516]: pgmap v5835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:00:58 smithi118 ceph-mon[182959]: pgmap v5835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:00:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:00:58 smithi192 ceph-mon[180220]: pgmap v5835: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:00:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:00:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:01:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:00 smithi118 ceph-mon[185516]: pgmap v5836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:00 smithi118 ceph-mon[182959]: pgmap v5836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:00 smithi192 ceph-mon[180220]: pgmap v5836: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:02 smithi118 ceph-mon[185516]: pgmap v5837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:02 smithi118 ceph-mon[182959]: pgmap v5837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:02 smithi192 ceph-mon[180220]: pgmap v5837: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:04 smithi192 ceph-mon[180220]: pgmap v5838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:04 smithi118 ceph-mon[185516]: pgmap v5838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:04 smithi118 ceph-mon[182959]: pgmap v5838: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:06 smithi118 ceph-mon[185516]: pgmap v5839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:06 smithi118 ceph-mon[182959]: pgmap v5839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:06.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:06 smithi192 ceph-mon[180220]: pgmap v5839: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:08 smithi118 ceph-mon[185516]: pgmap v5840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:08 smithi118 ceph-mon[182959]: pgmap v5840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:08 smithi192 ceph-mon[180220]: pgmap v5840: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:01:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:01:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:01:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:10 smithi118 ceph-mon[185516]: pgmap v5841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:10 smithi118 ceph-mon[182959]: pgmap v5841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:10 smithi192 ceph-mon[180220]: pgmap v5841: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:12 smithi118 ceph-mon[185516]: pgmap v5842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:12 smithi118 ceph-mon[182959]: pgmap v5842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:12 smithi192 ceph-mon[180220]: pgmap v5842: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:14 smithi192 ceph-mon[180220]: pgmap v5843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:14 smithi118 ceph-mon[185516]: pgmap v5843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:14 smithi118 ceph-mon[182959]: pgmap v5843: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:16 smithi118 ceph-mon[182959]: pgmap v5844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:16 smithi118 ceph-mon[185516]: pgmap v5844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:16 smithi192 ceph-mon[180220]: pgmap v5844: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:18 smithi118 ceph-mon[185516]: pgmap v5845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:18.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:18 smithi118 ceph-mon[182959]: pgmap v5845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:18 smithi192 ceph-mon[180220]: pgmap v5845: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:19.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:01:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:01:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:01:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:20 smithi118 ceph-mon[185516]: pgmap v5846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:20 smithi118 ceph-mon[182959]: pgmap v5846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:20 smithi192 ceph-mon[180220]: pgmap v5846: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:22 smithi118 ceph-mon[185516]: pgmap v5847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:22 smithi118 ceph-mon[182959]: pgmap v5847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:22 smithi192 ceph-mon[180220]: pgmap v5847: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:24 smithi192 ceph-mon[180220]: pgmap v5848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:24 smithi118 ceph-mon[185516]: pgmap v5848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:24 smithi118 ceph-mon[182959]: pgmap v5848: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:26 smithi118 ceph-mon[185516]: pgmap v5849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:26.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:26 smithi118 ceph-mon[182959]: pgmap v5849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:26 smithi192 ceph-mon[180220]: pgmap v5849: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:28 smithi118 ceph-mon[185516]: pgmap v5850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:28 smithi118 ceph-mon[182959]: pgmap v5850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:28 smithi192 ceph-mon[180220]: pgmap v5850: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:01:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:01:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:01:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:30 smithi118 ceph-mon[185516]: pgmap v5851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:30 smithi118 ceph-mon[182959]: pgmap v5851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:30 smithi192 ceph-mon[180220]: pgmap v5851: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:32 smithi118 ceph-mon[185516]: pgmap v5852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:32 smithi118 ceph-mon[182959]: pgmap v5852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:32 smithi192 ceph-mon[180220]: pgmap v5852: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:34 smithi192 ceph-mon[180220]: pgmap v5853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:34 smithi118 ceph-mon[185516]: pgmap v5853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:34 smithi118 ceph-mon[182959]: pgmap v5853: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:36 smithi118 ceph-mon[185516]: pgmap v5854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:36 smithi118 ceph-mon[182959]: pgmap v5854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:36 smithi192 ceph-mon[180220]: pgmap v5854: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:38 smithi118 ceph-mon[185516]: pgmap v5855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:38 smithi118 ceph-mon[182959]: pgmap v5855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:38 smithi192 ceph-mon[180220]: pgmap v5855: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:01:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:01:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:01:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:40 smithi118 ceph-mon[185516]: pgmap v5856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:40.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:40 smithi118 ceph-mon[182959]: pgmap v5856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:40 smithi192 ceph-mon[180220]: pgmap v5856: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:42 smithi118 ceph-mon[185516]: pgmap v5857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:42 smithi118 ceph-mon[182959]: pgmap v5857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:42 smithi192 ceph-mon[180220]: pgmap v5857: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:44 smithi192 ceph-mon[180220]: pgmap v5858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:44 smithi118 ceph-mon[185516]: pgmap v5858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:44 smithi118 ceph-mon[182959]: pgmap v5858: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:46 smithi118 ceph-mon[185516]: pgmap v5859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:46 smithi118 ceph-mon[182959]: pgmap v5859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:46 smithi192 ceph-mon[180220]: pgmap v5859: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:48 smithi118 ceph-mon[185516]: pgmap v5860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:48 smithi118 ceph-mon[182959]: pgmap v5860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:48 smithi192 ceph-mon[180220]: pgmap v5860: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:01:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:01:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:01:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:01:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:50 smithi118 ceph-mon[185516]: pgmap v5861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:50 smithi118 ceph-mon[182959]: pgmap v5861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:50 smithi192 ceph-mon[180220]: pgmap v5861: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:52 smithi118 ceph-mon[185516]: pgmap v5862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:52 smithi118 ceph-mon[182959]: pgmap v5862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:52 smithi192 ceph-mon[180220]: pgmap v5862: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:54 smithi192 ceph-mon[180220]: pgmap v5863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:54 smithi118 ceph-mon[185516]: pgmap v5863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:54 smithi118 ceph-mon[182959]: pgmap v5863: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:55.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:01:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:01:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:01:55.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:01:55.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:01:55.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:01:55.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:01:55.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:01:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:01:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:01:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:01:55.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:01:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:56 smithi192 ceph-mon[180220]: pgmap v5864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:56 smithi118 ceph-mon[185516]: pgmap v5864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:56 smithi118 ceph-mon[182959]: pgmap v5864: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:01:58 smithi118 ceph-mon[185516]: pgmap v5865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:01:58 smithi118 ceph-mon[182959]: pgmap v5865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:01:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:01:58 smithi192 ceph-mon[180220]: pgmap v5865: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:01:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:01:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:02:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:00 smithi118 ceph-mon[185516]: pgmap v5866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:00 smithi118 ceph-mon[182959]: pgmap v5866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:00 smithi192 ceph-mon[180220]: pgmap v5866: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:02 smithi118 ceph-mon[185516]: pgmap v5867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:02 smithi118 ceph-mon[182959]: pgmap v5867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:02 smithi192 ceph-mon[180220]: pgmap v5867: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:04 smithi192 ceph-mon[180220]: pgmap v5868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:04 smithi118 ceph-mon[185516]: pgmap v5868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:04.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:04 smithi118 ceph-mon[182959]: pgmap v5868: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:06 smithi118 ceph-mon[185516]: pgmap v5869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:06.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:06 smithi118 ceph-mon[182959]: pgmap v5869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:06 smithi192 ceph-mon[180220]: pgmap v5869: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:08 smithi118 ceph-mon[185516]: pgmap v5870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:08 smithi118 ceph-mon[182959]: pgmap v5870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:08 smithi192 ceph-mon[180220]: pgmap v5870: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:02:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:02:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:02:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:10 smithi118 ceph-mon[185516]: pgmap v5871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:10 smithi118 ceph-mon[182959]: pgmap v5871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:10 smithi192 ceph-mon[180220]: pgmap v5871: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:12 smithi118 ceph-mon[185516]: pgmap v5872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:12 smithi118 ceph-mon[182959]: pgmap v5872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:12 smithi192 ceph-mon[180220]: pgmap v5872: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:14 smithi192 ceph-mon[180220]: pgmap v5873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:14 smithi118 ceph-mon[185516]: pgmap v5873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:14 smithi118 ceph-mon[182959]: pgmap v5873: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:16 smithi118 ceph-mon[185516]: pgmap v5874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:16 smithi118 ceph-mon[182959]: pgmap v5874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:16 smithi192 ceph-mon[180220]: pgmap v5874: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:18 smithi118 ceph-mon[185516]: pgmap v5875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:18.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:18 smithi118 ceph-mon[182959]: pgmap v5875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:18 smithi192 ceph-mon[180220]: pgmap v5875: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:02:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:02:19] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:02:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:20 smithi118 ceph-mon[182959]: pgmap v5876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:20 smithi118 ceph-mon[185516]: pgmap v5876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:20 smithi192 ceph-mon[180220]: pgmap v5876: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:22 smithi118 ceph-mon[185516]: pgmap v5877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:22 smithi118 ceph-mon[182959]: pgmap v5877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:22 smithi192 ceph-mon[180220]: pgmap v5877: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:24 smithi192 ceph-mon[180220]: pgmap v5878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:24 smithi118 ceph-mon[185516]: pgmap v5878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:24 smithi118 ceph-mon[182959]: pgmap v5878: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:26 smithi118 ceph-mon[185516]: pgmap v5879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:26 smithi118 ceph-mon[182959]: pgmap v5879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:26 smithi192 ceph-mon[180220]: pgmap v5879: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:28 smithi118 ceph-mon[185516]: pgmap v5880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:28 smithi118 ceph-mon[182959]: pgmap v5880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:28 smithi192 ceph-mon[180220]: pgmap v5880: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:02:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:02:29] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:02:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:30 smithi118 ceph-mon[185516]: pgmap v5881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:30 smithi118 ceph-mon[182959]: pgmap v5881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:30 smithi192 ceph-mon[180220]: pgmap v5881: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:32 smithi118 ceph-mon[185516]: pgmap v5882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:32 smithi118 ceph-mon[182959]: pgmap v5882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:32 smithi192 ceph-mon[180220]: pgmap v5882: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:34 smithi192 ceph-mon[180220]: pgmap v5883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:34 smithi118 ceph-mon[185516]: pgmap v5883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:34 smithi118 ceph-mon[182959]: pgmap v5883: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:36 smithi118 ceph-mon[185516]: pgmap v5884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:36 smithi118 ceph-mon[182959]: pgmap v5884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:36 smithi192 ceph-mon[180220]: pgmap v5884: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:38 smithi118 ceph-mon[185516]: pgmap v5885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:38 smithi118 ceph-mon[182959]: pgmap v5885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:38 smithi192 ceph-mon[180220]: pgmap v5885: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:02:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:02:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:02:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:40 smithi118 ceph-mon[185516]: pgmap v5886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:40 smithi118 ceph-mon[182959]: pgmap v5886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:40 smithi192 ceph-mon[180220]: pgmap v5886: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:42 smithi118 ceph-mon[185516]: pgmap v5887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:42.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:42 smithi118 ceph-mon[182959]: pgmap v5887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:42 smithi192 ceph-mon[180220]: pgmap v5887: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:44 smithi192 ceph-mon[180220]: pgmap v5888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:44 smithi118 ceph-mon[185516]: pgmap v5888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:44 smithi118 ceph-mon[182959]: pgmap v5888: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:46 smithi118 ceph-mon[185516]: pgmap v5889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:46 smithi118 ceph-mon[182959]: pgmap v5889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:46 smithi192 ceph-mon[180220]: pgmap v5889: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:48 smithi118 ceph-mon[182959]: pgmap v5890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:48 smithi118 ceph-mon[185516]: pgmap v5890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:48 smithi192 ceph-mon[180220]: pgmap v5890: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:49.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:02:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:02:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:02:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:02:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:50 smithi118 ceph-mon[185516]: pgmap v5891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:50 smithi118 ceph-mon[182959]: pgmap v5891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:50 smithi192 ceph-mon[180220]: pgmap v5891: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:52 smithi118 ceph-mon[185516]: pgmap v5892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:52 smithi118 ceph-mon[182959]: pgmap v5892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:52 smithi192 ceph-mon[180220]: pgmap v5892: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:54 smithi192 ceph-mon[180220]: pgmap v5893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:54 smithi118 ceph-mon[185516]: pgmap v5893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:54 smithi118 ceph-mon[182959]: pgmap v5893: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:55.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:55 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:02:55.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:55 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:02:55.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:55 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:02:56.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:56 smithi192 ceph-mon[180220]: pgmap v5894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:56.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:02:56.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:02:56.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:02:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[185516]: pgmap v5894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:02:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:02:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:02:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[182959]: pgmap v5894: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:02:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:02:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:02:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:02:58 smithi118 ceph-mon[185516]: pgmap v5895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:02:58 smithi118 ceph-mon[182959]: pgmap v5895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:02:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:02:58 smithi192 ceph-mon[180220]: pgmap v5895: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:02:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:02:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:03:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:00 smithi118 ceph-mon[185516]: pgmap v5896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:00 smithi118 ceph-mon[182959]: pgmap v5896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:00 smithi192 ceph-mon[180220]: pgmap v5896: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:02 smithi118 ceph-mon[185516]: pgmap v5897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:02.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:02 smithi118 ceph-mon[182959]: pgmap v5897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:02 smithi192 ceph-mon[180220]: pgmap v5897: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:04 smithi192 ceph-mon[180220]: pgmap v5898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:04 smithi118 ceph-mon[185516]: pgmap v5898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:04 smithi118 ceph-mon[182959]: pgmap v5898: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:06 smithi118 ceph-mon[185516]: pgmap v5899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:06 smithi118 ceph-mon[182959]: pgmap v5899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:06 smithi192 ceph-mon[180220]: pgmap v5899: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:08 smithi118 ceph-mon[185516]: pgmap v5900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:08.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:08 smithi118 ceph-mon[182959]: pgmap v5900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:08.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:08 smithi192 ceph-mon[180220]: pgmap v5900: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:03:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:03:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:03:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:10 smithi118 ceph-mon[185516]: pgmap v5901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:10 smithi118 ceph-mon[182959]: pgmap v5901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:10 smithi192 ceph-mon[180220]: pgmap v5901: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:12 smithi118 ceph-mon[185516]: pgmap v5902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:12 smithi118 ceph-mon[182959]: pgmap v5902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:12 smithi192 ceph-mon[180220]: pgmap v5902: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:14 smithi192 ceph-mon[180220]: pgmap v5903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:14 smithi118 ceph-mon[185516]: pgmap v5903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:14 smithi118 ceph-mon[182959]: pgmap v5903: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:16 smithi118 ceph-mon[185516]: pgmap v5904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:16.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:16 smithi118 ceph-mon[182959]: pgmap v5904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:16 smithi192 ceph-mon[180220]: pgmap v5904: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:18 smithi118 ceph-mon[185516]: pgmap v5905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:18 smithi118 ceph-mon[182959]: pgmap v5905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:18 smithi192 ceph-mon[180220]: pgmap v5905: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:19.795 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:03:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:03:19] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T12:03:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:20 smithi118 ceph-mon[185516]: pgmap v5906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:20 smithi118 ceph-mon[182959]: pgmap v5906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:20 smithi192 ceph-mon[180220]: pgmap v5906: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:22 smithi118 ceph-mon[185516]: pgmap v5907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:22 smithi118 ceph-mon[182959]: pgmap v5907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:22 smithi192 ceph-mon[180220]: pgmap v5907: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:24 smithi192 ceph-mon[180220]: pgmap v5908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:24 smithi118 ceph-mon[185516]: pgmap v5908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:24 smithi118 ceph-mon[182959]: pgmap v5908: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:26 smithi118 ceph-mon[185516]: pgmap v5909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:26 smithi118 ceph-mon[182959]: pgmap v5909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:26 smithi192 ceph-mon[180220]: pgmap v5909: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:28 smithi118 ceph-mon[185516]: pgmap v5910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:28 smithi118 ceph-mon[182959]: pgmap v5910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:28 smithi192 ceph-mon[180220]: pgmap v5910: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:03:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:03:29] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T12:03:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:30 smithi118 ceph-mon[185516]: pgmap v5911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:30 smithi118 ceph-mon[182959]: pgmap v5911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:30 smithi192 ceph-mon[180220]: pgmap v5911: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:32 smithi118 ceph-mon[185516]: pgmap v5912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:32 smithi118 ceph-mon[182959]: pgmap v5912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:32 smithi192 ceph-mon[180220]: pgmap v5912: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:34 smithi192 ceph-mon[180220]: pgmap v5913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:34 smithi118 ceph-mon[185516]: pgmap v5913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:34 smithi118 ceph-mon[182959]: pgmap v5913: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:36 smithi118 ceph-mon[185516]: pgmap v5914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:36 smithi118 ceph-mon[182959]: pgmap v5914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:36 smithi192 ceph-mon[180220]: pgmap v5914: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:38 smithi118 ceph-mon[185516]: pgmap v5915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:38 smithi118 ceph-mon[182959]: pgmap v5915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:38 smithi192 ceph-mon[180220]: pgmap v5915: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:03:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:03:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:03:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:40 smithi118 ceph-mon[185516]: pgmap v5916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:40 smithi118 ceph-mon[182959]: pgmap v5916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:40 smithi192 ceph-mon[180220]: pgmap v5916: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:42 smithi118 ceph-mon[185516]: pgmap v5917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:42 smithi118 ceph-mon[182959]: pgmap v5917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:42 smithi192 ceph-mon[180220]: pgmap v5917: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:44 smithi192 ceph-mon[180220]: pgmap v5918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:44 smithi118 ceph-mon[185516]: pgmap v5918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:44 smithi118 ceph-mon[182959]: pgmap v5918: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:46 smithi118 ceph-mon[182959]: pgmap v5919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:46.849 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:46 smithi118 ceph-mon[185516]: pgmap v5919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:46 smithi192 ceph-mon[180220]: pgmap v5919: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:48 smithi118 ceph-mon[182959]: pgmap v5920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:48 smithi118 ceph-mon[185516]: pgmap v5920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:48 smithi192 ceph-mon[180220]: pgmap v5920: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:49.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:49.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:03:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:03:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:03:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:03:50.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:50 smithi118 ceph-mon[185516]: pgmap v5921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:50.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:50 smithi118 ceph-mon[182959]: pgmap v5921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:50 smithi192 ceph-mon[180220]: pgmap v5921: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:52 smithi118 ceph-mon[185516]: pgmap v5922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:52.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:52 smithi118 ceph-mon[182959]: pgmap v5922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:52 smithi192 ceph-mon[180220]: pgmap v5922: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:54 smithi192 ceph-mon[180220]: pgmap v5923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:54 smithi118 ceph-mon[185516]: pgmap v5923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:54 smithi118 ceph-mon[182959]: pgmap v5923: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[185516]: pgmap v5924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:03:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:03:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:03:56.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:03:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[182959]: pgmap v5924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:03:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:03:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:03:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:03:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:56 smithi192 ceph-mon[180220]: pgmap v5924: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:03:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:03:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:03:56.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:03:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:03:58 smithi118 ceph-mon[185516]: pgmap v5925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:03:58 smithi118 ceph-mon[182959]: pgmap v5925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:03:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:03:58 smithi192 ceph-mon[180220]: pgmap v5925: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:03:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:03:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:04:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:00 smithi118 ceph-mon[185516]: pgmap v5926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:00 smithi118 ceph-mon[182959]: pgmap v5926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:00 smithi192 ceph-mon[180220]: pgmap v5926: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:02 smithi118 ceph-mon[185516]: pgmap v5927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:02 smithi118 ceph-mon[182959]: pgmap v5927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:02 smithi192 ceph-mon[180220]: pgmap v5927: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:04 smithi192 ceph-mon[180220]: pgmap v5928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:04 smithi118 ceph-mon[185516]: pgmap v5928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:04 smithi118 ceph-mon[182959]: pgmap v5928: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:06 smithi118 ceph-mon[185516]: pgmap v5929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:06 smithi118 ceph-mon[182959]: pgmap v5929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:06 smithi192 ceph-mon[180220]: pgmap v5929: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:08 smithi118 ceph-mon[185516]: pgmap v5930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:08 smithi118 ceph-mon[182959]: pgmap v5930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:08 smithi192 ceph-mon[180220]: pgmap v5930: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:04:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:04:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:04:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:10 smithi118 ceph-mon[185516]: pgmap v5931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:10 smithi118 ceph-mon[182959]: pgmap v5931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:10 smithi192 ceph-mon[180220]: pgmap v5931: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:12.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:12 smithi118 ceph-mon[185516]: pgmap v5932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:12 smithi118 ceph-mon[182959]: pgmap v5932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:12 smithi192 ceph-mon[180220]: pgmap v5932: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:14 smithi192 ceph-mon[180220]: pgmap v5933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:14 smithi118 ceph-mon[185516]: pgmap v5933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:14 smithi118 ceph-mon[182959]: pgmap v5933: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:16 smithi118 ceph-mon[185516]: pgmap v5934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:16 smithi118 ceph-mon[182959]: pgmap v5934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:16 smithi192 ceph-mon[180220]: pgmap v5934: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:18 smithi118 ceph-mon[185516]: pgmap v5935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:18 smithi118 ceph-mon[182959]: pgmap v5935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:18 smithi192 ceph-mon[180220]: pgmap v5935: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:19.795 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:19.796 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:04:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:04:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:04:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:20 smithi118 ceph-mon[185516]: pgmap v5936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:20 smithi118 ceph-mon[182959]: pgmap v5936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:20 smithi192 ceph-mon[180220]: pgmap v5936: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:22 smithi118 ceph-mon[185516]: pgmap v5937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:22 smithi118 ceph-mon[182959]: pgmap v5937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:22 smithi192 ceph-mon[180220]: pgmap v5937: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:24 smithi192 ceph-mon[180220]: pgmap v5938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:24 smithi118 ceph-mon[185516]: pgmap v5938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:24 smithi118 ceph-mon[182959]: pgmap v5938: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:26 smithi118 ceph-mon[185516]: pgmap v5939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:26 smithi118 ceph-mon[182959]: pgmap v5939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:26 smithi192 ceph-mon[180220]: pgmap v5939: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:28 smithi118 ceph-mon[182959]: pgmap v5940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:28 smithi118 ceph-mon[185516]: pgmap v5940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:28 smithi192 ceph-mon[180220]: pgmap v5940: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:04:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:04:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:04:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:30 smithi118 ceph-mon[182959]: pgmap v5941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:30 smithi118 ceph-mon[185516]: pgmap v5941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:30 smithi192 ceph-mon[180220]: pgmap v5941: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:32 smithi118 ceph-mon[185516]: pgmap v5942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:32 smithi118 ceph-mon[182959]: pgmap v5942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:32 smithi192 ceph-mon[180220]: pgmap v5942: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:34 smithi192 ceph-mon[180220]: pgmap v5943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:34 smithi118 ceph-mon[182959]: pgmap v5943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:34 smithi118 ceph-mon[185516]: pgmap v5943: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:36 smithi118 ceph-mon[182959]: pgmap v5944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:36 smithi118 ceph-mon[185516]: pgmap v5944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:36 smithi192 ceph-mon[180220]: pgmap v5944: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:38 smithi118 ceph-mon[185516]: pgmap v5945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:38 smithi118 ceph-mon[182959]: pgmap v5945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:38 smithi192 ceph-mon[180220]: pgmap v5945: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:04:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:04:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:04:40.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:40 smithi118 ceph-mon[185516]: pgmap v5946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:40.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:40 smithi118 ceph-mon[182959]: pgmap v5946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:40 smithi192 ceph-mon[180220]: pgmap v5946: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:42 smithi118 ceph-mon[182959]: pgmap v5947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:42 smithi118 ceph-mon[185516]: pgmap v5947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:42 smithi192 ceph-mon[180220]: pgmap v5947: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:44 smithi192 ceph-mon[180220]: pgmap v5948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:44 smithi118 ceph-mon[182959]: pgmap v5948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:44 smithi118 ceph-mon[185516]: pgmap v5948: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:46 smithi118 ceph-mon[182959]: pgmap v5949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:46 smithi118 ceph-mon[185516]: pgmap v5949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:46 smithi192 ceph-mon[180220]: pgmap v5949: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:48 smithi118 ceph-mon[185516]: pgmap v5950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:48 smithi118 ceph-mon[182959]: pgmap v5950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:48 smithi192 ceph-mon[180220]: pgmap v5950: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:49.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:04:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:04:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:04:49.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:04:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:50 smithi118 ceph-mon[185516]: pgmap v5951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:50 smithi118 ceph-mon[182959]: pgmap v5951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:50 smithi192 ceph-mon[180220]: pgmap v5951: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:52 smithi118 ceph-mon[185516]: pgmap v5952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:52 smithi118 ceph-mon[182959]: pgmap v5952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:52 smithi192 ceph-mon[180220]: pgmap v5952: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:54 smithi192 ceph-mon[180220]: pgmap v5953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:54 smithi118 ceph-mon[185516]: pgmap v5953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:54 smithi118 ceph-mon[182959]: pgmap v5953: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:56 smithi118 ceph-mon[185516]: pgmap v5954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:56 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:04:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:56 smithi118 ceph-mon[182959]: pgmap v5954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:56.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:56 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:04:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:56 smithi192 ceph-mon[180220]: pgmap v5954: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:56 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:04:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:04:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:04:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:04:57.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:04:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:04:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:04:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:04:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:04:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:04:59.089 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:04:58 smithi192 ceph-mon[180220]: pgmap v5955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:04:58 smithi118 ceph-mon[185516]: pgmap v5955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:04:58 smithi118 ceph-mon[182959]: pgmap v5955: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:04:59.462 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 12:04:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T12:04:59.089262756Z level=info msg="Completed cleanup jobs" duration=11.982391ms 2023-09-30T12:05:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:04:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:04:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:05:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:00 smithi118 ceph-mon[185516]: pgmap v5956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:00 smithi118 ceph-mon[182959]: pgmap v5956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:00 smithi192 ceph-mon[180220]: pgmap v5956: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:02 smithi118 ceph-mon[185516]: pgmap v5957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:02 smithi118 ceph-mon[182959]: pgmap v5957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:03.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:02 smithi192 ceph-mon[180220]: pgmap v5957: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:04 smithi192 ceph-mon[180220]: pgmap v5958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:04 smithi118 ceph-mon[185516]: pgmap v5958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:04 smithi118 ceph-mon[182959]: pgmap v5958: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:06 smithi118 ceph-mon[185516]: pgmap v5959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:06 smithi118 ceph-mon[182959]: pgmap v5959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:06 smithi192 ceph-mon[180220]: pgmap v5959: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:08 smithi118 ceph-mon[185516]: pgmap v5960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:08 smithi118 ceph-mon[182959]: pgmap v5960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:08 smithi192 ceph-mon[180220]: pgmap v5960: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:05:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:05:09] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:05:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:10 smithi118 ceph-mon[185516]: pgmap v5961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:10 smithi118 ceph-mon[182959]: pgmap v5961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:10 smithi192 ceph-mon[180220]: pgmap v5961: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:12 smithi118 ceph-mon[185516]: pgmap v5962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:12 smithi118 ceph-mon[182959]: pgmap v5962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:12 smithi192 ceph-mon[180220]: pgmap v5962: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:14 smithi192 ceph-mon[180220]: pgmap v5963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:14 smithi118 ceph-mon[185516]: pgmap v5963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:14 smithi118 ceph-mon[182959]: pgmap v5963: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:16 smithi118 ceph-mon[185516]: pgmap v5964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:16 smithi118 ceph-mon[182959]: pgmap v5964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:16 smithi192 ceph-mon[180220]: pgmap v5964: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:18 smithi118 ceph-mon[185516]: pgmap v5965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:18 smithi118 ceph-mon[182959]: pgmap v5965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:18 smithi192 ceph-mon[180220]: pgmap v5965: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:19.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:05:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:05:19] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T12:05:19.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:20 smithi118 ceph-mon[185516]: pgmap v5966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:20 smithi118 ceph-mon[182959]: pgmap v5966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:20 smithi192 ceph-mon[180220]: pgmap v5966: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:22 smithi118 ceph-mon[185516]: pgmap v5967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:22 smithi118 ceph-mon[182959]: pgmap v5967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:22 smithi192 ceph-mon[180220]: pgmap v5967: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:24 smithi192 ceph-mon[180220]: pgmap v5968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:24 smithi118 ceph-mon[185516]: pgmap v5968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:24 smithi118 ceph-mon[182959]: pgmap v5968: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:26 smithi118 ceph-mon[185516]: pgmap v5969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:26 smithi118 ceph-mon[182959]: pgmap v5969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:26 smithi192 ceph-mon[180220]: pgmap v5969: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:28 smithi118 ceph-mon[185516]: pgmap v5970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:28 smithi118 ceph-mon[182959]: pgmap v5970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:28 smithi192 ceph-mon[180220]: pgmap v5970: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:05:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:05:29] "GET /metrics HTTP/1.1" 200 36324 "" "Prometheus/2.43.0" 2023-09-30T12:05:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:30 smithi118 ceph-mon[185516]: pgmap v5971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:30 smithi118 ceph-mon[182959]: pgmap v5971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:30 smithi192 ceph-mon[180220]: pgmap v5971: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:32 smithi118 ceph-mon[185516]: pgmap v5972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:32 smithi118 ceph-mon[182959]: pgmap v5972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:32 smithi192 ceph-mon[180220]: pgmap v5972: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:34 smithi192 ceph-mon[180220]: pgmap v5973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:34 smithi118 ceph-mon[185516]: pgmap v5973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:34 smithi118 ceph-mon[182959]: pgmap v5973: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:36 smithi118 ceph-mon[185516]: pgmap v5974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:36 smithi118 ceph-mon[182959]: pgmap v5974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:36 smithi192 ceph-mon[180220]: pgmap v5974: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:38 smithi118 ceph-mon[185516]: pgmap v5975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:38 smithi118 ceph-mon[182959]: pgmap v5975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:38 smithi192 ceph-mon[180220]: pgmap v5975: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:05:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:05:39] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T12:05:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:40 smithi118 ceph-mon[185516]: pgmap v5976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:40.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:40 smithi118 ceph-mon[182959]: pgmap v5976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:40 smithi192 ceph-mon[180220]: pgmap v5976: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:42 smithi118 ceph-mon[185516]: pgmap v5977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:42 smithi118 ceph-mon[182959]: pgmap v5977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:42 smithi192 ceph-mon[180220]: pgmap v5977: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:44 smithi192 ceph-mon[180220]: pgmap v5978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:44 smithi118 ceph-mon[185516]: pgmap v5978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:44 smithi118 ceph-mon[182959]: pgmap v5978: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:46 smithi118 ceph-mon[185516]: pgmap v5979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:46 smithi118 ceph-mon[182959]: pgmap v5979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:46 smithi192 ceph-mon[180220]: pgmap v5979: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:48 smithi118 ceph-mon[185516]: pgmap v5980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:48 smithi118 ceph-mon[182959]: pgmap v5980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:48 smithi192 ceph-mon[180220]: pgmap v5980: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:49.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:05:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:05:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:05:49.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:05:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:50 smithi118 ceph-mon[185516]: pgmap v5981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:50 smithi118 ceph-mon[182959]: pgmap v5981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:50 smithi192 ceph-mon[180220]: pgmap v5981: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:52 smithi118 ceph-mon[185516]: pgmap v5982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:52 smithi118 ceph-mon[182959]: pgmap v5982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:52 smithi192 ceph-mon[180220]: pgmap v5982: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:54 smithi192 ceph-mon[180220]: pgmap v5983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:54 smithi118 ceph-mon[185516]: pgmap v5983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:54 smithi118 ceph-mon[182959]: pgmap v5983: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:56 smithi118 ceph-mon[185516]: pgmap v5984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:56 smithi118 ceph-mon[182959]: pgmap v5984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:56 smithi192 ceph-mon[180220]: pgmap v5984: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:05:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:05:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:57 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:05:57.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:57.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:57 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[185516]: pgmap v5985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:05:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:05:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[182959]: pgmap v5985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:05:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:05:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:05:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:05:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:58 smithi192 ceph-mon[180220]: pgmap v5985: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:05:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:05:58.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:05:58.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:05:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:06:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:05:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:05:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:06:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:00 smithi118 ceph-mon[185516]: pgmap v5986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:00 smithi118 ceph-mon[182959]: pgmap v5986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:00 smithi192 ceph-mon[180220]: pgmap v5986: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:01.461 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:06:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:06:01.097Z caller=compact.go:519 level=info component=tsdb msg="write block" mint=1696064760983 maxt=1696068000000 ulid=01HBJZPE2YG3PDEXG42KVFRQFC duration=42.982348ms 2023-09-30T12:06:01.462 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:06:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:06:01.103Z caller=head.go:1269 level=info component=tsdb msg="Head GC completed" caller=truncateMemory duration=6.044821ms 2023-09-30T12:06:01.462 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:06:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:06:01.104Z caller=checkpoint.go:100 level=info component=tsdb msg="Creating checkpoint" from_segment=0 to_segment=2 mint=1696068000000 2023-09-30T12:06:01.462 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:06:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:06:01.113Z caller=head.go:1241 level=info component=tsdb msg="WAL checkpoint complete" first=0 last=2 duration=9.318872ms 2023-09-30T12:06:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:02 smithi118 ceph-mon[185516]: pgmap v5987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:02 smithi118 ceph-mon[182959]: pgmap v5987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:02 smithi192 ceph-mon[180220]: pgmap v5987: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:04 smithi192 ceph-mon[180220]: pgmap v5988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:04 smithi118 ceph-mon[185516]: pgmap v5988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:04 smithi118 ceph-mon[182959]: pgmap v5988: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:06 smithi118 ceph-mon[185516]: pgmap v5989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:06 smithi118 ceph-mon[182959]: pgmap v5989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:06 smithi192 ceph-mon[180220]: pgmap v5989: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:08 smithi118 ceph-mon[185516]: pgmap v5990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:08 smithi118 ceph-mon[182959]: pgmap v5990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:08 smithi192 ceph-mon[180220]: pgmap v5990: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:06:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:06:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T12:06:10.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:10 smithi118 ceph-mon[185516]: pgmap v5991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:10.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:10 smithi118 ceph-mon[182959]: pgmap v5991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:10 smithi192 ceph-mon[180220]: pgmap v5991: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:12 smithi118 ceph-mon[185516]: pgmap v5992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:12.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:12 smithi118 ceph-mon[182959]: pgmap v5992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:12 smithi192 ceph-mon[180220]: pgmap v5992: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:14 smithi192 ceph-mon[180220]: pgmap v5993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:14 smithi118 ceph-mon[185516]: pgmap v5993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:14 smithi118 ceph-mon[182959]: pgmap v5993: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:16 smithi118 ceph-mon[185516]: pgmap v5994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:16 smithi118 ceph-mon[182959]: pgmap v5994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:16 smithi192 ceph-mon[180220]: pgmap v5994: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:18 smithi118 ceph-mon[185516]: pgmap v5995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:18 smithi118 ceph-mon[182959]: pgmap v5995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:18 smithi192 ceph-mon[180220]: pgmap v5995: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:19.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:06:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:06:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:06:19.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:20 smithi118 ceph-mon[185516]: pgmap v5996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:20.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:20 smithi118 ceph-mon[182959]: pgmap v5996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:20 smithi192 ceph-mon[180220]: pgmap v5996: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:22.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:22 smithi118 ceph-mon[182959]: pgmap v5997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:22 smithi118 ceph-mon[185516]: pgmap v5997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:22 smithi192 ceph-mon[180220]: pgmap v5997: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:24 smithi192 ceph-mon[180220]: pgmap v5998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:24 smithi118 ceph-mon[185516]: pgmap v5998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:24 smithi118 ceph-mon[182959]: pgmap v5998: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:26.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:26 smithi118 ceph-mon[185516]: pgmap v5999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:26.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:26 smithi118 ceph-mon[182959]: pgmap v5999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:26 smithi192 ceph-mon[180220]: pgmap v5999: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:28 smithi118 ceph-mon[185516]: pgmap v6000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:28 smithi118 ceph-mon[182959]: pgmap v6000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:28 smithi192 ceph-mon[180220]: pgmap v6000: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:06:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:06:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:06:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:30 smithi118 ceph-mon[185516]: pgmap v6001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:30 smithi118 ceph-mon[182959]: pgmap v6001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:30 smithi192 ceph-mon[180220]: pgmap v6001: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:32 smithi118 ceph-mon[185516]: pgmap v6002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:32 smithi118 ceph-mon[182959]: pgmap v6002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:32 smithi192 ceph-mon[180220]: pgmap v6002: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:34 smithi192 ceph-mon[180220]: pgmap v6003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:34 smithi118 ceph-mon[185516]: pgmap v6003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:34 smithi118 ceph-mon[182959]: pgmap v6003: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:36 smithi118 ceph-mon[185516]: pgmap v6004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:36 smithi118 ceph-mon[182959]: pgmap v6004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:36 smithi192 ceph-mon[180220]: pgmap v6004: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:38 smithi118 ceph-mon[185516]: pgmap v6005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:38.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:38 smithi118 ceph-mon[182959]: pgmap v6005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:38 smithi192 ceph-mon[180220]: pgmap v6005: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:06:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:06:39] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:06:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:40 smithi118 ceph-mon[185516]: pgmap v6006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:40.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:40 smithi118 ceph-mon[182959]: pgmap v6006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:40 smithi192 ceph-mon[180220]: pgmap v6006: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:42 smithi118 ceph-mon[182959]: pgmap v6007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:42 smithi118 ceph-mon[185516]: pgmap v6007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:42 smithi192 ceph-mon[180220]: pgmap v6007: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:44 smithi192 ceph-mon[180220]: pgmap v6008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:44 smithi118 ceph-mon[185516]: pgmap v6008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:44 smithi118 ceph-mon[182959]: pgmap v6008: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:46.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:46 smithi118 ceph-mon[185516]: pgmap v6009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:46.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:46 smithi118 ceph-mon[182959]: pgmap v6009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:46 smithi192 ceph-mon[180220]: pgmap v6009: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:48 smithi118 ceph-mon[185516]: pgmap v6010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:48 smithi118 ceph-mon[182959]: pgmap v6010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:48 smithi192 ceph-mon[180220]: pgmap v6010: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:49.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:06:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:06:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:06:49.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:06:50.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:50 smithi118 ceph-mon[185516]: pgmap v6011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:50.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:50 smithi118 ceph-mon[182959]: pgmap v6011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:50 smithi192 ceph-mon[180220]: pgmap v6011: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:52.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:52 smithi118 ceph-mon[185516]: pgmap v6012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:52.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:52 smithi118 ceph-mon[182959]: pgmap v6012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:52 smithi192 ceph-mon[180220]: pgmap v6012: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:54 smithi192 ceph-mon[180220]: pgmap v6013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:54 smithi118 ceph-mon[185516]: pgmap v6013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:54 smithi118 ceph-mon[182959]: pgmap v6013: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:56 smithi118 ceph-mon[185516]: pgmap v6014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:56 smithi118 ceph-mon[182959]: pgmap v6014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:56 smithi192 ceph-mon[180220]: pgmap v6014: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[182959]: pgmap v6015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:06:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:06:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:06:58.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:06:58.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[185516]: pgmap v6015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:58.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:06:58.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:06:58.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:06:58.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:06:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:06:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:58 smithi192 ceph-mon[180220]: pgmap v6015: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:06:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:06:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:06:58.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:06:58.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:06:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:07:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:06:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:06:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:07:00.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:00 smithi118 ceph-mon[185516]: pgmap v6016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:00.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:00 smithi118 ceph-mon[182959]: pgmap v6016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:00 smithi192 ceph-mon[180220]: pgmap v6016: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:02.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:02 smithi118 ceph-mon[185516]: pgmap v6017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:02.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:02 smithi118 ceph-mon[182959]: pgmap v6017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:02 smithi192 ceph-mon[180220]: pgmap v6017: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:04 smithi192 ceph-mon[180220]: pgmap v6018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:04.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:04 smithi118 ceph-mon[185516]: pgmap v6018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:04 smithi118 ceph-mon[182959]: pgmap v6018: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:06 smithi118 ceph-mon[185516]: pgmap v6019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:06 smithi118 ceph-mon[182959]: pgmap v6019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:06 smithi192 ceph-mon[180220]: pgmap v6019: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:08.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:08 smithi118 ceph-mon[185516]: pgmap v6020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:08.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:08 smithi118 ceph-mon[182959]: pgmap v6020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:08 smithi192 ceph-mon[180220]: pgmap v6020: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:07:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:07:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:07:10.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:10 smithi118 ceph-mon[185516]: pgmap v6021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:10.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:10 smithi118 ceph-mon[182959]: pgmap v6021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:10 smithi192 ceph-mon[180220]: pgmap v6021: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:12.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:12 smithi118 ceph-mon[185516]: pgmap v6022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:12.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:12 smithi118 ceph-mon[182959]: pgmap v6022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:12 smithi192 ceph-mon[180220]: pgmap v6022: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:14 smithi192 ceph-mon[180220]: pgmap v6023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:14 smithi118 ceph-mon[185516]: pgmap v6023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:14 smithi118 ceph-mon[182959]: pgmap v6023: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:16 smithi118 ceph-mon[185516]: pgmap v6024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:16.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:16 smithi118 ceph-mon[182959]: pgmap v6024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:16 smithi192 ceph-mon[180220]: pgmap v6024: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:18.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:18 smithi118 ceph-mon[185516]: pgmap v6025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:18.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:18 smithi118 ceph-mon[182959]: pgmap v6025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:18 smithi192 ceph-mon[180220]: pgmap v6025: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:19.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:07:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:07:19] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T12:07:19.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:19.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:20.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:20 smithi118 ceph-mon[185516]: pgmap v6026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:20.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:20 smithi118 ceph-mon[182959]: pgmap v6026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:20 smithi192 ceph-mon[180220]: pgmap v6026: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:22.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:22 smithi118 ceph-mon[185516]: pgmap v6027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:22.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:22 smithi118 ceph-mon[182959]: pgmap v6027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:22 smithi192 ceph-mon[180220]: pgmap v6027: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:24 smithi192 ceph-mon[180220]: pgmap v6028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:24 smithi118 ceph-mon[185516]: pgmap v6028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:24 smithi118 ceph-mon[182959]: pgmap v6028: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:26.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:26 smithi118 ceph-mon[185516]: pgmap v6029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:26.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:26 smithi118 ceph-mon[182959]: pgmap v6029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:26 smithi192 ceph-mon[180220]: pgmap v6029: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:28.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:28 smithi118 ceph-mon[185516]: pgmap v6030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:28.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:28 smithi118 ceph-mon[182959]: pgmap v6030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:28 smithi192 ceph-mon[180220]: pgmap v6030: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:07:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:07:29] "GET /metrics HTTP/1.1" 200 36326 "" "Prometheus/2.43.0" 2023-09-30T12:07:30.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:30 smithi118 ceph-mon[185516]: pgmap v6031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:30.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:30 smithi118 ceph-mon[182959]: pgmap v6031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:30 smithi192 ceph-mon[180220]: pgmap v6031: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:32.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:32 smithi118 ceph-mon[185516]: pgmap v6032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:32.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:32 smithi118 ceph-mon[182959]: pgmap v6032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:32 smithi192 ceph-mon[180220]: pgmap v6032: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:34 smithi192 ceph-mon[180220]: pgmap v6033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:34.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:34 smithi118 ceph-mon[185516]: pgmap v6033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:34 smithi118 ceph-mon[182959]: pgmap v6033: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:36.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:36 smithi118 ceph-mon[185516]: pgmap v6034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:36.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:36 smithi118 ceph-mon[182959]: pgmap v6034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:36 smithi192 ceph-mon[180220]: pgmap v6034: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:38.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:38 smithi118 ceph-mon[185516]: pgmap v6035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:38.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:38 smithi118 ceph-mon[182959]: pgmap v6035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:38 smithi192 ceph-mon[180220]: pgmap v6035: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:07:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:07:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:07:40.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:40 smithi118 ceph-mon[185516]: pgmap v6036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:40.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:40 smithi118 ceph-mon[182959]: pgmap v6036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:40 smithi192 ceph-mon[180220]: pgmap v6036: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:42.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:42 smithi118 ceph-mon[185516]: pgmap v6037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:42.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:42 smithi118 ceph-mon[182959]: pgmap v6037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:42 smithi192 ceph-mon[180220]: pgmap v6037: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:44 smithi192 ceph-mon[180220]: pgmap v6038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:44 smithi118 ceph-mon[185516]: pgmap v6038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:44 smithi118 ceph-mon[182959]: pgmap v6038: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:46.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:46 smithi118 ceph-mon[185516]: pgmap v6039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:46.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:46 smithi118 ceph-mon[182959]: pgmap v6039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:46 smithi192 ceph-mon[180220]: pgmap v6039: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:48.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:48 smithi118 ceph-mon[185516]: pgmap v6040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:48.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:48 smithi118 ceph-mon[182959]: pgmap v6040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:48 smithi192 ceph-mon[180220]: pgmap v6040: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:49.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:07:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:07:49] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T12:07:49.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:49.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:07:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:50 smithi192 ceph-mon[180220]: pgmap v6041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:50 smithi118 ceph-mon[185516]: pgmap v6041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:50 smithi118 ceph-mon[182959]: pgmap v6041: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:52 smithi192 ceph-mon[180220]: pgmap v6042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:52 smithi118 ceph-mon[185516]: pgmap v6042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:52 smithi118 ceph-mon[182959]: pgmap v6042: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:54 smithi192 ceph-mon[180220]: pgmap v6043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:54.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:54 smithi118 ceph-mon[185516]: pgmap v6043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:54 smithi118 ceph-mon[182959]: pgmap v6043: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:56.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:56 smithi118 ceph-mon[182959]: pgmap v6044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:56.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:56 smithi118 ceph-mon[185516]: pgmap v6044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:56 smithi192 ceph-mon[180220]: pgmap v6044: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:58 smithi118 ceph-mon[185516]: pgmap v6045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:58.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:07:58 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:07:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:58 smithi118 ceph-mon[182959]: pgmap v6045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:58.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:07:58 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:07:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:58 smithi192 ceph-mon[180220]: pgmap v6045: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:07:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:07:58 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:08:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:07:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:07:59] "GET /metrics HTTP/1.1" 200 36333 "" "Prometheus/2.43.0" 2023-09-30T12:08:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:00 smithi192 ceph-mon[180220]: pgmap v6046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:00 smithi118 ceph-mon[185516]: pgmap v6046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:00 smithi118 ceph-mon[182959]: pgmap v6046: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:08:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:08:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:08:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:08:02.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:08:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:08:02.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:08:03.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:03 smithi192 ceph-mon[180220]: pgmap v6047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:03.594 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:03 smithi118 ceph-mon[185516]: pgmap v6047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:03.594 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:03 smithi118 ceph-mon[182959]: pgmap v6047: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:04 smithi192 ceph-mon[180220]: pgmap v6048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:04 smithi118 ceph-mon[185516]: pgmap v6048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:04 smithi118 ceph-mon[182959]: pgmap v6048: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:06 smithi118 ceph-mon[182959]: pgmap v6049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:06 smithi118 ceph-mon[185516]: pgmap v6049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:06 smithi192 ceph-mon[180220]: pgmap v6049: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:08 smithi192 ceph-mon[180220]: pgmap v6050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:09.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:08 smithi118 ceph-mon[182959]: pgmap v6050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:08 smithi118 ceph-mon[185516]: pgmap v6050: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:08:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:08:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:08:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:10 smithi192 ceph-mon[180220]: pgmap v6051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:10 smithi118 ceph-mon[185516]: pgmap v6051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:10 smithi118 ceph-mon[182959]: pgmap v6051: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:12.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:12 smithi192 ceph-mon[180220]: pgmap v6052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:12 smithi118 ceph-mon[182959]: pgmap v6052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:12 smithi118 ceph-mon[185516]: pgmap v6052: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:14 smithi192 ceph-mon[180220]: pgmap v6053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:14 smithi118 ceph-mon[182959]: pgmap v6053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:14 smithi118 ceph-mon[185516]: pgmap v6053: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:16 smithi192 ceph-mon[180220]: pgmap v6054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:16 smithi118 ceph-mon[182959]: pgmap v6054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:16 smithi118 ceph-mon[185516]: pgmap v6054: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:18 smithi192 ceph-mon[180220]: pgmap v6055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:18 smithi118 ceph-mon[182959]: pgmap v6055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:18 smithi118 ceph-mon[185516]: pgmap v6055: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:08:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:08:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:08:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:20 smithi192 ceph-mon[180220]: pgmap v6056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:20 smithi118 ceph-mon[185516]: pgmap v6056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:20 smithi118 ceph-mon[182959]: pgmap v6056: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:22 smithi192 ceph-mon[180220]: pgmap v6057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:22 smithi118 ceph-mon[182959]: pgmap v6057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:22 smithi118 ceph-mon[185516]: pgmap v6057: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:24.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:24 smithi192 ceph-mon[180220]: pgmap v6058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:24 smithi118 ceph-mon[185516]: pgmap v6058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:24 smithi118 ceph-mon[182959]: pgmap v6058: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:26 smithi192 ceph-mon[180220]: pgmap v6059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:26 smithi118 ceph-mon[185516]: pgmap v6059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:27.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:26 smithi118 ceph-mon[182959]: pgmap v6059: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:28 smithi192 ceph-mon[180220]: pgmap v6060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:28 smithi118 ceph-mon[185516]: pgmap v6060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:28 smithi118 ceph-mon[182959]: pgmap v6060: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:08:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:08:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:08:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:30 smithi192 ceph-mon[180220]: pgmap v6061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:30 smithi118 ceph-mon[185516]: pgmap v6061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:30 smithi118 ceph-mon[182959]: pgmap v6061: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:32 smithi192 ceph-mon[180220]: pgmap v6062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:32 smithi118 ceph-mon[185516]: pgmap v6062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:32 smithi118 ceph-mon[182959]: pgmap v6062: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:34 smithi192 ceph-mon[180220]: pgmap v6063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:34.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:34 smithi118 ceph-mon[185516]: pgmap v6063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:34 smithi118 ceph-mon[182959]: pgmap v6063: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:36 smithi192 ceph-mon[180220]: pgmap v6064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:36 smithi118 ceph-mon[185516]: pgmap v6064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:37.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:36 smithi118 ceph-mon[182959]: pgmap v6064: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:38 smithi192 ceph-mon[180220]: pgmap v6065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:38 smithi118 ceph-mon[185516]: pgmap v6065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:38 smithi118 ceph-mon[182959]: pgmap v6065: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:08:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:08:39] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:08:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:40 smithi192 ceph-mon[180220]: pgmap v6066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:40 smithi118 ceph-mon[185516]: pgmap v6066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:40 smithi118 ceph-mon[182959]: pgmap v6066: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:42 smithi192 ceph-mon[180220]: pgmap v6067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:42 smithi118 ceph-mon[185516]: pgmap v6067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:42 smithi118 ceph-mon[182959]: pgmap v6067: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:44.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:44 smithi192 ceph-mon[180220]: pgmap v6068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:44 smithi118 ceph-mon[185516]: pgmap v6068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:44 smithi118 ceph-mon[182959]: pgmap v6068: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:46 smithi192 ceph-mon[180220]: pgmap v6069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:46 smithi118 ceph-mon[185516]: pgmap v6069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:46 smithi118 ceph-mon[182959]: pgmap v6069: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:48 smithi192 ceph-mon[180220]: pgmap v6070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:48 smithi118 ceph-mon[185516]: pgmap v6070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:48 smithi118 ceph-mon[182959]: pgmap v6070: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:08:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:08:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:08:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:08:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:50 smithi192 ceph-mon[180220]: pgmap v6071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:50 smithi118 ceph-mon[182959]: pgmap v6071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:50 smithi118 ceph-mon[185516]: pgmap v6071: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:52.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:52 smithi192 ceph-mon[180220]: pgmap v6072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:52 smithi118 ceph-mon[185516]: pgmap v6072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:52 smithi118 ceph-mon[182959]: pgmap v6072: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:54.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:54 smithi192 ceph-mon[180220]: pgmap v6073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:54 smithi118 ceph-mon[185516]: pgmap v6073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:54 smithi118 ceph-mon[182959]: pgmap v6073: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:56 smithi192 ceph-mon[180220]: pgmap v6074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:56 smithi118 ceph-mon[185516]: pgmap v6074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:56 smithi118 ceph-mon[182959]: pgmap v6074: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:08:58 smithi192 ceph-mon[180220]: pgmap v6075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:08:58 smithi118 ceph-mon[185516]: pgmap v6075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:08:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:08:58 smithi118 ceph-mon[182959]: pgmap v6075: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:08:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:08:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:09:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:00 smithi192 ceph-mon[180220]: pgmap v6076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:00 smithi118 ceph-mon[182959]: pgmap v6076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:00 smithi118 ceph-mon[185516]: pgmap v6076: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:01.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:01 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:09:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:01 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:09:02.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:01 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:09:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:02 smithi192 ceph-mon[180220]: pgmap v6077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:09:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:09:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:09:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[185516]: pgmap v6077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:09:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:09:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:09:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[182959]: pgmap v6077: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:09:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:09:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:09:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:04 smithi192 ceph-mon[180220]: pgmap v6078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:04.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:04 smithi118 ceph-mon[185516]: pgmap v6078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:04 smithi118 ceph-mon[182959]: pgmap v6078: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:06 smithi192 ceph-mon[180220]: pgmap v6079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:06 smithi118 ceph-mon[185516]: pgmap v6079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:07.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:06 smithi118 ceph-mon[182959]: pgmap v6079: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:08 smithi192 ceph-mon[180220]: pgmap v6080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:08 smithi118 ceph-mon[185516]: pgmap v6080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:09.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:08 smithi118 ceph-mon[182959]: pgmap v6080: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:09:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:09:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:09:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:10 smithi192 ceph-mon[180220]: pgmap v6081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:10 smithi118 ceph-mon[185516]: pgmap v6081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:10 smithi118 ceph-mon[182959]: pgmap v6081: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:12 smithi192 ceph-mon[180220]: pgmap v6082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:12 smithi118 ceph-mon[185516]: pgmap v6082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:13.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:12 smithi118 ceph-mon[182959]: pgmap v6082: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:14.711 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:14 smithi192 ceph-mon[180220]: pgmap v6083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:14 smithi118 ceph-mon[185516]: pgmap v6083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:14 smithi118 ceph-mon[182959]: pgmap v6083: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:16 smithi192 ceph-mon[180220]: pgmap v6084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:16 smithi118 ceph-mon[185516]: pgmap v6084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:16 smithi118 ceph-mon[182959]: pgmap v6084: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:18 smithi192 ceph-mon[180220]: pgmap v6085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:18 smithi118 ceph-mon[185516]: pgmap v6085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:18 smithi118 ceph-mon[182959]: pgmap v6085: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:09:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:09:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:09:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:20 smithi192 ceph-mon[180220]: pgmap v6086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:20 smithi118 ceph-mon[185516]: pgmap v6086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:20 smithi118 ceph-mon[182959]: pgmap v6086: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:22 smithi192 ceph-mon[180220]: pgmap v6087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:22 smithi118 ceph-mon[185516]: pgmap v6087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:22 smithi118 ceph-mon[182959]: pgmap v6087: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:24.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:24 smithi192 ceph-mon[180220]: pgmap v6088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:24 smithi118 ceph-mon[182959]: pgmap v6088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:24 smithi118 ceph-mon[185516]: pgmap v6088: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:26 smithi192 ceph-mon[180220]: pgmap v6089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:26 smithi118 ceph-mon[185516]: pgmap v6089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:27.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:26 smithi118 ceph-mon[182959]: pgmap v6089: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:28 smithi192 ceph-mon[180220]: pgmap v6090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:28 smithi118 ceph-mon[185516]: pgmap v6090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:28 smithi118 ceph-mon[182959]: pgmap v6090: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:09:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:09:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:09:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:30 smithi192 ceph-mon[180220]: pgmap v6091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:30 smithi118 ceph-mon[182959]: pgmap v6091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:30 smithi118 ceph-mon[185516]: pgmap v6091: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:32 smithi192 ceph-mon[180220]: pgmap v6092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:32 smithi118 ceph-mon[185516]: pgmap v6092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:32 smithi118 ceph-mon[182959]: pgmap v6092: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:34 smithi118 ceph-mon[185516]: pgmap v6093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:34 smithi118 ceph-mon[182959]: pgmap v6093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:34 smithi192 ceph-mon[180220]: pgmap v6093: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:36 smithi192 ceph-mon[180220]: pgmap v6094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:36 smithi118 ceph-mon[185516]: pgmap v6094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:36 smithi118 ceph-mon[182959]: pgmap v6094: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:38 smithi192 ceph-mon[180220]: pgmap v6095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:38 smithi118 ceph-mon[185516]: pgmap v6095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:38 smithi118 ceph-mon[182959]: pgmap v6095: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:09:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:09:39] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:09:40.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:40 smithi192 ceph-mon[180220]: pgmap v6096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:40 smithi118 ceph-mon[185516]: pgmap v6096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:41.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:40 smithi118 ceph-mon[182959]: pgmap v6096: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:42 smithi192 ceph-mon[180220]: pgmap v6097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:42 smithi118 ceph-mon[185516]: pgmap v6097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:42 smithi118 ceph-mon[182959]: pgmap v6097: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:44.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:44 smithi118 ceph-mon[185516]: pgmap v6098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:44.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:44 smithi118 ceph-mon[182959]: pgmap v6098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:44 smithi192 ceph-mon[180220]: pgmap v6098: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:46 smithi192 ceph-mon[180220]: pgmap v6099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:46 smithi118 ceph-mon[185516]: pgmap v6099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:46 smithi118 ceph-mon[182959]: pgmap v6099: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:48 smithi192 ceph-mon[180220]: pgmap v6100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:48 smithi118 ceph-mon[185516]: pgmap v6100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:48 smithi118 ceph-mon[182959]: pgmap v6100: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:09:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:09:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:09:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:09:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:50 smithi192 ceph-mon[180220]: pgmap v6101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:50 smithi118 ceph-mon[182959]: pgmap v6101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:50 smithi118 ceph-mon[185516]: pgmap v6101: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:52 smithi192 ceph-mon[180220]: pgmap v6102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:52 smithi118 ceph-mon[185516]: pgmap v6102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:52 smithi118 ceph-mon[182959]: pgmap v6102: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:54 smithi118 ceph-mon[185516]: pgmap v6103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:54 smithi118 ceph-mon[182959]: pgmap v6103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:54 smithi192 ceph-mon[180220]: pgmap v6103: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:56 smithi192 ceph-mon[180220]: pgmap v6104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:56 smithi118 ceph-mon[185516]: pgmap v6104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:57.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:56 smithi118 ceph-mon[182959]: pgmap v6104: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:09:58 smithi192 ceph-mon[180220]: pgmap v6105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:09:58 smithi118 ceph-mon[185516]: pgmap v6105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:09:59.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:09:58 smithi118 ceph-mon[182959]: pgmap v6105: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:09:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:09:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:10:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:00 smithi192 ceph-mon[180220]: pgmap v6106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:00.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T12:10:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:00 smithi118 ceph-mon[185516]: pgmap v6106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T12:10:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:00 smithi118 ceph-mon[182959]: pgmap v6106: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T12:10:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:02 smithi192 ceph-mon[180220]: pgmap v6107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:10:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:10:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:10:02.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:10:03.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[185516]: pgmap v6107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:03.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:10:03.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:10:03.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:10:03.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:10:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[182959]: pgmap v6107: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:10:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:10:03.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:10:03.097 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:10:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:04 smithi118 ceph-mon[182959]: pgmap v6108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:04 smithi118 ceph-mon[185516]: pgmap v6108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:04 smithi192 ceph-mon[180220]: pgmap v6108: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:06 smithi192 ceph-mon[180220]: pgmap v6109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:07.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:06 smithi118 ceph-mon[182959]: pgmap v6109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:06 smithi118 ceph-mon[185516]: pgmap v6109: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:08 smithi192 ceph-mon[180220]: pgmap v6110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:09.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:08 smithi118 ceph-mon[182959]: pgmap v6110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:08 smithi118 ceph-mon[185516]: pgmap v6110: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:10:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:10:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:10:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:10 smithi192 ceph-mon[180220]: pgmap v6111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:10 smithi118 ceph-mon[185516]: pgmap v6111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:10 smithi118 ceph-mon[182959]: pgmap v6111: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:12 smithi192 ceph-mon[180220]: pgmap v6112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:12 smithi118 ceph-mon[185516]: pgmap v6112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:12 smithi118 ceph-mon[182959]: pgmap v6112: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:14 smithi118 ceph-mon[185516]: pgmap v6113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:14 smithi118 ceph-mon[182959]: pgmap v6113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:14 smithi192 ceph-mon[180220]: pgmap v6113: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:16 smithi192 ceph-mon[180220]: pgmap v6114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:16 smithi118 ceph-mon[185516]: pgmap v6114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:16 smithi118 ceph-mon[182959]: pgmap v6114: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:18 smithi192 ceph-mon[180220]: pgmap v6115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:18 smithi118 ceph-mon[185516]: pgmap v6115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:18 smithi118 ceph-mon[182959]: pgmap v6115: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:10:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:10:19] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T12:10:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:20 smithi192 ceph-mon[180220]: pgmap v6116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:20 smithi118 ceph-mon[185516]: pgmap v6116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:20 smithi118 ceph-mon[182959]: pgmap v6116: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:22 smithi192 ceph-mon[180220]: pgmap v6117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:22 smithi118 ceph-mon[185516]: pgmap v6117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:22 smithi118 ceph-mon[182959]: pgmap v6117: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:24 smithi118 ceph-mon[185516]: pgmap v6118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:24 smithi118 ceph-mon[182959]: pgmap v6118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:24 smithi192 ceph-mon[180220]: pgmap v6118: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:26 smithi192 ceph-mon[180220]: pgmap v6119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:26 smithi118 ceph-mon[185516]: pgmap v6119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:27.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:26 smithi118 ceph-mon[182959]: pgmap v6119: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:28 smithi192 ceph-mon[180220]: pgmap v6120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:28 smithi118 ceph-mon[185516]: pgmap v6120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:28 smithi118 ceph-mon[182959]: pgmap v6120: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:10:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:10:29] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T12:10:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:30 smithi192 ceph-mon[180220]: pgmap v6121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:30 smithi118 ceph-mon[185516]: pgmap v6121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:30 smithi118 ceph-mon[182959]: pgmap v6121: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:32 smithi192 ceph-mon[180220]: pgmap v6122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:33.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:32 smithi118 ceph-mon[185516]: pgmap v6122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:33.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:32 smithi118 ceph-mon[182959]: pgmap v6122: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:34 smithi118 ceph-mon[185516]: pgmap v6123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:34 smithi118 ceph-mon[182959]: pgmap v6123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:34 smithi192 ceph-mon[180220]: pgmap v6123: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:36.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:36 smithi192 ceph-mon[180220]: pgmap v6124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:36 smithi118 ceph-mon[185516]: pgmap v6124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:36 smithi118 ceph-mon[182959]: pgmap v6124: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:38 smithi192 ceph-mon[180220]: pgmap v6125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:38 smithi118 ceph-mon[185516]: pgmap v6125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:38 smithi118 ceph-mon[182959]: pgmap v6125: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:10:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:10:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:10:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:40 smithi192 ceph-mon[180220]: pgmap v6126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:40 smithi118 ceph-mon[185516]: pgmap v6126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:40 smithi118 ceph-mon[182959]: pgmap v6126: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:42 smithi192 ceph-mon[180220]: pgmap v6127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:42 smithi118 ceph-mon[185516]: pgmap v6127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:42 smithi118 ceph-mon[182959]: pgmap v6127: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:44 smithi118 ceph-mon[182959]: pgmap v6128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:44 smithi118 ceph-mon[185516]: pgmap v6128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:44 smithi192 ceph-mon[180220]: pgmap v6128: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:46 smithi192 ceph-mon[180220]: pgmap v6129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:46 smithi118 ceph-mon[185516]: pgmap v6129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:46 smithi118 ceph-mon[182959]: pgmap v6129: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:48 smithi192 ceph-mon[180220]: pgmap v6130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:48 smithi118 ceph-mon[185516]: pgmap v6130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:48 smithi118 ceph-mon[182959]: pgmap v6130: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:10:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:10:49] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:10:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:10:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:50 smithi192 ceph-mon[180220]: pgmap v6131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:50 smithi118 ceph-mon[185516]: pgmap v6131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:50 smithi118 ceph-mon[182959]: pgmap v6131: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:52 smithi192 ceph-mon[180220]: pgmap v6132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:52 smithi118 ceph-mon[185516]: pgmap v6132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:52 smithi118 ceph-mon[182959]: pgmap v6132: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:54 smithi118 ceph-mon[185516]: pgmap v6133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:54 smithi118 ceph-mon[182959]: pgmap v6133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:54 smithi192 ceph-mon[180220]: pgmap v6133: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:56 smithi192 ceph-mon[180220]: pgmap v6134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:56 smithi118 ceph-mon[185516]: pgmap v6134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:56 smithi118 ceph-mon[182959]: pgmap v6134: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:10:58 smithi192 ceph-mon[180220]: pgmap v6135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:10:58 smithi118 ceph-mon[185516]: pgmap v6135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:10:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:10:58 smithi118 ceph-mon[182959]: pgmap v6135: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:10:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:10:59] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:11:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:00 smithi192 ceph-mon[180220]: pgmap v6136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:00 smithi118 ceph-mon[185516]: pgmap v6136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:00 smithi118 ceph-mon[182959]: pgmap v6136: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:02 smithi192 ceph-mon[180220]: pgmap v6137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:02 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:11:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:02 smithi118 ceph-mon[185516]: pgmap v6137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:02 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:11:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:02 smithi118 ceph-mon[182959]: pgmap v6137: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:02 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:11:03.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:11:03.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:11:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:11:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:11:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:11:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:11:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:11:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:11:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:11:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:04 smithi192 ceph-mon[180220]: pgmap v6138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:04 smithi118 ceph-mon[185516]: pgmap v6138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:05.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:04 smithi118 ceph-mon[182959]: pgmap v6138: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:06 smithi192 ceph-mon[180220]: pgmap v6139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:06 smithi118 ceph-mon[185516]: pgmap v6139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:07.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:06 smithi118 ceph-mon[182959]: pgmap v6139: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:08 smithi192 ceph-mon[180220]: pgmap v6140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:08 smithi118 ceph-mon[185516]: pgmap v6140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:09.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:08 smithi118 ceph-mon[182959]: pgmap v6140: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:11:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:11:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:11:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:10 smithi192 ceph-mon[180220]: pgmap v6141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:11.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:10 smithi118 ceph-mon[185516]: pgmap v6141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:10 smithi118 ceph-mon[182959]: pgmap v6141: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:12 smithi192 ceph-mon[180220]: pgmap v6142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:12 smithi118 ceph-mon[185516]: pgmap v6142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:12 smithi118 ceph-mon[182959]: pgmap v6142: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:14 smithi118 ceph-mon[185516]: pgmap v6143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:14 smithi118 ceph-mon[182959]: pgmap v6143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:14 smithi192 ceph-mon[180220]: pgmap v6143: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:16 smithi192 ceph-mon[180220]: pgmap v6144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:16 smithi118 ceph-mon[185516]: pgmap v6144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:16 smithi118 ceph-mon[182959]: pgmap v6144: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:18 smithi192 ceph-mon[180220]: pgmap v6145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:18 smithi118 ceph-mon[185516]: pgmap v6145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:19.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:18 smithi118 ceph-mon[182959]: pgmap v6145: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:11:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:11:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:11:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:20 smithi192 ceph-mon[180220]: pgmap v6146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:20 smithi118 ceph-mon[185516]: pgmap v6146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:20 smithi118 ceph-mon[182959]: pgmap v6146: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:22 smithi192 ceph-mon[180220]: pgmap v6147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:22 smithi118 ceph-mon[185516]: pgmap v6147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:22 smithi118 ceph-mon[182959]: pgmap v6147: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:24 smithi118 ceph-mon[185516]: pgmap v6148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:24 smithi118 ceph-mon[182959]: pgmap v6148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:24 smithi192 ceph-mon[180220]: pgmap v6148: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:26 smithi192 ceph-mon[180220]: pgmap v6149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:27.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:26 smithi118 ceph-mon[185516]: pgmap v6149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:27.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:26 smithi118 ceph-mon[182959]: pgmap v6149: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:28 smithi192 ceph-mon[180220]: pgmap v6150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:28 smithi118 ceph-mon[185516]: pgmap v6150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:28 smithi118 ceph-mon[182959]: pgmap v6150: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:11:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:11:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:11:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:30 smithi192 ceph-mon[180220]: pgmap v6151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:30 smithi118 ceph-mon[185516]: pgmap v6151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:30 smithi118 ceph-mon[182959]: pgmap v6151: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:32 smithi192 ceph-mon[180220]: pgmap v6152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:32 smithi118 ceph-mon[185516]: pgmap v6152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:32 smithi118 ceph-mon[182959]: pgmap v6152: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:34 smithi118 ceph-mon[185516]: pgmap v6153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:34 smithi118 ceph-mon[182959]: pgmap v6153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:34 smithi192 ceph-mon[180220]: pgmap v6153: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:34.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:36 smithi192 ceph-mon[180220]: pgmap v6154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:36 smithi118 ceph-mon[185516]: pgmap v6154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:36 smithi118 ceph-mon[182959]: pgmap v6154: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:38 smithi192 ceph-mon[180220]: pgmap v6155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:38 smithi118 ceph-mon[182959]: pgmap v6155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:38 smithi118 ceph-mon[185516]: pgmap v6155: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:11:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:11:39] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:11:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:40 smithi192 ceph-mon[180220]: pgmap v6156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:40 smithi118 ceph-mon[182959]: pgmap v6156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:40 smithi118 ceph-mon[185516]: pgmap v6156: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:42 smithi192 ceph-mon[180220]: pgmap v6157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:42 smithi118 ceph-mon[182959]: pgmap v6157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:42 smithi118 ceph-mon[185516]: pgmap v6157: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:44 smithi118 ceph-mon[185516]: pgmap v6158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:44.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:44 smithi118 ceph-mon[182959]: pgmap v6158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:44 smithi192 ceph-mon[180220]: pgmap v6158: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:46 smithi192 ceph-mon[180220]: pgmap v6159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:46 smithi118 ceph-mon[182959]: pgmap v6159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:46 smithi118 ceph-mon[185516]: pgmap v6159: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:48 smithi192 ceph-mon[180220]: pgmap v6160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:48 smithi118 ceph-mon[182959]: pgmap v6160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:48 smithi118 ceph-mon[185516]: pgmap v6160: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:11:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:11:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:11:50.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:11:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:50 smithi192 ceph-mon[180220]: pgmap v6161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:50 smithi118 ceph-mon[185516]: pgmap v6161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:50 smithi118 ceph-mon[182959]: pgmap v6161: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:52 smithi192 ceph-mon[180220]: pgmap v6162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:52 smithi118 ceph-mon[182959]: pgmap v6162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:52 smithi118 ceph-mon[185516]: pgmap v6162: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:54 smithi118 ceph-mon[185516]: pgmap v6163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:54 smithi118 ceph-mon[182959]: pgmap v6163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:54 smithi192 ceph-mon[180220]: pgmap v6163: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:56 smithi192 ceph-mon[180220]: pgmap v6164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:56 smithi118 ceph-mon[185516]: pgmap v6164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:56 smithi118 ceph-mon[182959]: pgmap v6164: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:11:58 smithi192 ceph-mon[180220]: pgmap v6165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:11:58 smithi118 ceph-mon[182959]: pgmap v6165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:11:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:11:58 smithi118 ceph-mon[185516]: pgmap v6165: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:11:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:11:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:12:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:00 smithi192 ceph-mon[180220]: pgmap v6166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:01.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:00 smithi118 ceph-mon[185516]: pgmap v6166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:00 smithi118 ceph-mon[182959]: pgmap v6166: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:02 smithi192 ceph-mon[180220]: pgmap v6167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:02 smithi118 ceph-mon[185516]: pgmap v6167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:02 smithi118 ceph-mon[182959]: pgmap v6167: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:03.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:12:03.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:12:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:12:03.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:03 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:12:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:12:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:12:04.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:12:04.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:12:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:12:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:12:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:12:04.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:03 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:12:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:04 smithi192 ceph-mon[180220]: pgmap v6168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:04 smithi118 ceph-mon[185516]: pgmap v6168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:05.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:04 smithi118 ceph-mon[182959]: pgmap v6168: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:05.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:06 smithi192 ceph-mon[180220]: pgmap v6169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:06 smithi118 ceph-mon[185516]: pgmap v6169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:07.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:06 smithi118 ceph-mon[182959]: pgmap v6169: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:08 smithi192 ceph-mon[180220]: pgmap v6170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:08 smithi118 ceph-mon[185516]: pgmap v6170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:09.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:08 smithi118 ceph-mon[182959]: pgmap v6170: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:12:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:12:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:12:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:10 smithi192 ceph-mon[180220]: pgmap v6171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:10 smithi118 ceph-mon[182959]: pgmap v6171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:10 smithi118 ceph-mon[185516]: pgmap v6171: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:12 smithi192 ceph-mon[180220]: pgmap v6172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:12 smithi118 ceph-mon[182959]: pgmap v6172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:12 smithi118 ceph-mon[185516]: pgmap v6172: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:14 smithi118 ceph-mon[182959]: pgmap v6173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:14 smithi118 ceph-mon[185516]: pgmap v6173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:14 smithi192 ceph-mon[180220]: pgmap v6173: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:16 smithi192 ceph-mon[180220]: pgmap v6174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:16 smithi118 ceph-mon[182959]: pgmap v6174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:17.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:16 smithi118 ceph-mon[185516]: pgmap v6174: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:18 smithi192 ceph-mon[180220]: pgmap v6175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:18 smithi118 ceph-mon[182959]: pgmap v6175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:18 smithi118 ceph-mon[185516]: pgmap v6175: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:12:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:12:19] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:12:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:20 smithi192 ceph-mon[180220]: pgmap v6176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:20 smithi118 ceph-mon[182959]: pgmap v6176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:21.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:20 smithi118 ceph-mon[185516]: pgmap v6176: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:22 smithi192 ceph-mon[180220]: pgmap v6177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:22 smithi118 ceph-mon[182959]: pgmap v6177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:23.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:22 smithi118 ceph-mon[185516]: pgmap v6177: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:24 smithi118 ceph-mon[185516]: pgmap v6178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:24 smithi118 ceph-mon[182959]: pgmap v6178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:24 smithi192 ceph-mon[180220]: pgmap v6178: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:26 smithi192 ceph-mon[180220]: pgmap v6179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:26 smithi118 ceph-mon[185516]: pgmap v6179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:27.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:26 smithi118 ceph-mon[182959]: pgmap v6179: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:28 smithi192 ceph-mon[180220]: pgmap v6180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:28 smithi118 ceph-mon[185516]: pgmap v6180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:28 smithi118 ceph-mon[182959]: pgmap v6180: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:12:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:12:29] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:12:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:30 smithi192 ceph-mon[180220]: pgmap v6181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:30 smithi118 ceph-mon[185516]: pgmap v6181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:30 smithi118 ceph-mon[182959]: pgmap v6181: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:32 smithi192 ceph-mon[180220]: pgmap v6182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:32 smithi118 ceph-mon[182959]: pgmap v6182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:32 smithi118 ceph-mon[185516]: pgmap v6182: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:34 smithi118 ceph-mon[182959]: pgmap v6183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:34.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:34 smithi118 ceph-mon[185516]: pgmap v6183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:34 smithi192 ceph-mon[180220]: pgmap v6183: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:36 smithi192 ceph-mon[180220]: pgmap v6184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:36 smithi118 ceph-mon[185516]: pgmap v6184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:36 smithi118 ceph-mon[182959]: pgmap v6184: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:38 smithi192 ceph-mon[180220]: pgmap v6185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:38 smithi118 ceph-mon[185516]: pgmap v6185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:38 smithi118 ceph-mon[182959]: pgmap v6185: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:12:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:12:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:12:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:40 smithi192 ceph-mon[180220]: pgmap v6186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:40 smithi118 ceph-mon[185516]: pgmap v6186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:41.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:40 smithi118 ceph-mon[182959]: pgmap v6186: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:42 smithi192 ceph-mon[180220]: pgmap v6187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:42 smithi118 ceph-mon[185516]: pgmap v6187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:42 smithi118 ceph-mon[182959]: pgmap v6187: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:44 smithi118 ceph-mon[182959]: pgmap v6188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:44 smithi118 ceph-mon[185516]: pgmap v6188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:44 smithi192 ceph-mon[180220]: pgmap v6188: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:46 smithi192 ceph-mon[180220]: pgmap v6189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:46 smithi118 ceph-mon[182959]: pgmap v6189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:46 smithi118 ceph-mon[185516]: pgmap v6189: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:48 smithi192 ceph-mon[180220]: pgmap v6190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:48 smithi118 ceph-mon[182959]: pgmap v6190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:48 smithi118 ceph-mon[185516]: pgmap v6190: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:12:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:12:49] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:12:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:12:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:50 smithi192 ceph-mon[180220]: pgmap v6191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:50 smithi118 ceph-mon[185516]: pgmap v6191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:51.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:50 smithi118 ceph-mon[182959]: pgmap v6191: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:52 smithi192 ceph-mon[180220]: pgmap v6192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:52 smithi118 ceph-mon[185516]: pgmap v6192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:52 smithi118 ceph-mon[182959]: pgmap v6192: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:54 smithi118 ceph-mon[185516]: pgmap v6193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:54 smithi118 ceph-mon[182959]: pgmap v6193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:54 smithi192 ceph-mon[180220]: pgmap v6193: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:56 smithi192 ceph-mon[180220]: pgmap v6194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:56 smithi118 ceph-mon[185516]: pgmap v6194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:56 smithi118 ceph-mon[182959]: pgmap v6194: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:12:58 smithi192 ceph-mon[180220]: pgmap v6195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:12:58 smithi118 ceph-mon[185516]: pgmap v6195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:12:59.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:12:58 smithi118 ceph-mon[182959]: pgmap v6195: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:12:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:12:59] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:13:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:00 smithi192 ceph-mon[180220]: pgmap v6196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:00 smithi118 ceph-mon[185516]: pgmap v6196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:00 smithi118 ceph-mon[182959]: pgmap v6196: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:02 smithi192 ceph-mon[180220]: pgmap v6197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:02 smithi118 ceph-mon[185516]: pgmap v6197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:02 smithi118 ceph-mon[182959]: pgmap v6197: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[185516]: pgmap v6198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:13:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[182959]: pgmap v6198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:13:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:13:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:04 smithi192 ceph-mon[180220]: pgmap v6198: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:13:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:13:04.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:13:04.963 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:13:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:06 smithi192 ceph-mon[180220]: pgmap v6199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:07.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:06 smithi118 ceph-mon[185516]: pgmap v6199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:07.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:06 smithi118 ceph-mon[182959]: pgmap v6199: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:08 smithi192 ceph-mon[180220]: pgmap v6200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:09.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:08 smithi118 ceph-mon[182959]: pgmap v6200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:08 smithi118 ceph-mon[185516]: pgmap v6200: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:13:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:13:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:13:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:10 smithi192 ceph-mon[180220]: pgmap v6201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:10 smithi118 ceph-mon[182959]: pgmap v6201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:10 smithi118 ceph-mon[185516]: pgmap v6201: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:12 smithi192 ceph-mon[180220]: pgmap v6202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:12 smithi118 ceph-mon[185516]: pgmap v6202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:12 smithi118 ceph-mon[182959]: pgmap v6202: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:14 smithi118 ceph-mon[182959]: pgmap v6203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:14.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:14 smithi118 ceph-mon[185516]: pgmap v6203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:14 smithi192 ceph-mon[180220]: pgmap v6203: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:16 smithi192 ceph-mon[180220]: pgmap v6204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:16 smithi118 ceph-mon[185516]: pgmap v6204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:16 smithi118 ceph-mon[182959]: pgmap v6204: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:18 smithi192 ceph-mon[180220]: pgmap v6205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:18 smithi118 ceph-mon[185516]: pgmap v6205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:18 smithi118 ceph-mon[182959]: pgmap v6205: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:13:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:13:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:13:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:20 smithi192 ceph-mon[180220]: pgmap v6206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:20 smithi118 ceph-mon[185516]: pgmap v6206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:20 smithi118 ceph-mon[182959]: pgmap v6206: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:22 smithi192 ceph-mon[180220]: pgmap v6207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:22 smithi118 ceph-mon[185516]: pgmap v6207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:22 smithi118 ceph-mon[182959]: pgmap v6207: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:24 smithi118 ceph-mon[185516]: pgmap v6208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:24 smithi118 ceph-mon[182959]: pgmap v6208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:24 smithi192 ceph-mon[180220]: pgmap v6208: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:26 smithi192 ceph-mon[180220]: pgmap v6209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:26 smithi118 ceph-mon[185516]: pgmap v6209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:27.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:26 smithi118 ceph-mon[182959]: pgmap v6209: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:28 smithi192 ceph-mon[180220]: pgmap v6210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:28 smithi118 ceph-mon[185516]: pgmap v6210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:28 smithi118 ceph-mon[182959]: pgmap v6210: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:13:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:13:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:13:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:30 smithi192 ceph-mon[180220]: pgmap v6211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:30 smithi118 ceph-mon[185516]: pgmap v6211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:30 smithi118 ceph-mon[182959]: pgmap v6211: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:32 smithi192 ceph-mon[180220]: pgmap v6212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:32 smithi118 ceph-mon[185516]: pgmap v6212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:32 smithi118 ceph-mon[182959]: pgmap v6212: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:34 smithi118 ceph-mon[185516]: pgmap v6213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:34 smithi118 ceph-mon[182959]: pgmap v6213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:34 smithi192 ceph-mon[180220]: pgmap v6213: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:36 smithi192 ceph-mon[180220]: pgmap v6214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:36 smithi118 ceph-mon[185516]: pgmap v6214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:36 smithi118 ceph-mon[182959]: pgmap v6214: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:38 smithi192 ceph-mon[180220]: pgmap v6215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:38 smithi118 ceph-mon[185516]: pgmap v6215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:38 smithi118 ceph-mon[182959]: pgmap v6215: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:13:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:13:39] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:13:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:40 smithi192 ceph-mon[180220]: pgmap v6216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:40 smithi118 ceph-mon[185516]: pgmap v6216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:41.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:40 smithi118 ceph-mon[182959]: pgmap v6216: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:42 smithi192 ceph-mon[180220]: pgmap v6217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:42 smithi118 ceph-mon[185516]: pgmap v6217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:42 smithi118 ceph-mon[182959]: pgmap v6217: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:44 smithi118 ceph-mon[185516]: pgmap v6218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:44 smithi118 ceph-mon[182959]: pgmap v6218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:44 smithi192 ceph-mon[180220]: pgmap v6218: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:46 smithi192 ceph-mon[180220]: pgmap v6219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:46 smithi118 ceph-mon[185516]: pgmap v6219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:46 smithi118 ceph-mon[182959]: pgmap v6219: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:48 smithi192 ceph-mon[180220]: pgmap v6220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:49.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:48 smithi118 ceph-mon[185516]: pgmap v6220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:49.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:48 smithi118 ceph-mon[182959]: pgmap v6220: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:13:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:13:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:13:50.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:13:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:50 smithi192 ceph-mon[180220]: pgmap v6221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:50 smithi118 ceph-mon[185516]: pgmap v6221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:51.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:50 smithi118 ceph-mon[182959]: pgmap v6221: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:52 smithi192 ceph-mon[180220]: pgmap v6222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:52 smithi118 ceph-mon[182959]: pgmap v6222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:52 smithi118 ceph-mon[185516]: pgmap v6222: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:54 smithi118 ceph-mon[182959]: pgmap v6223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:54 smithi118 ceph-mon[185516]: pgmap v6223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:54 smithi192 ceph-mon[180220]: pgmap v6223: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:56 smithi192 ceph-mon[180220]: pgmap v6224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:56 smithi118 ceph-mon[182959]: pgmap v6224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:56 smithi118 ceph-mon[185516]: pgmap v6224: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:13:58 smithi192 ceph-mon[180220]: pgmap v6225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:13:58 smithi118 ceph-mon[182959]: pgmap v6225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:13:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:13:58 smithi118 ceph-mon[185516]: pgmap v6225: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:13:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:13:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:14:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:00 smithi192 ceph-mon[180220]: pgmap v6226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:00 smithi118 ceph-mon[182959]: pgmap v6226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:00 smithi118 ceph-mon[185516]: pgmap v6226: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:02 smithi192 ceph-mon[180220]: pgmap v6227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:02 smithi118 ceph-mon[185516]: pgmap v6227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:02 smithi118 ceph-mon[182959]: pgmap v6227: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:04 smithi118 ceph-mon[185516]: pgmap v6228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:04.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:14:04.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:04 smithi118 ceph-mon[182959]: pgmap v6228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:04.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:14:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:04 smithi192 ceph-mon[180220]: pgmap v6228: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:14:05.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:14:05.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:14:05.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:14:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:14:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:14:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:14:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:14:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:14:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:14:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:06 smithi118 ceph-mon[182959]: pgmap v6229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:06 smithi118 ceph-mon[185516]: pgmap v6229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:06 smithi192 ceph-mon[180220]: pgmap v6229: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:08 smithi192 ceph-mon[180220]: pgmap v6230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:08 smithi118 ceph-mon[185516]: pgmap v6230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:09.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:08 smithi118 ceph-mon[182959]: pgmap v6230: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:14:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:14:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:14:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:10 smithi192 ceph-mon[180220]: pgmap v6231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:10 smithi118 ceph-mon[185516]: pgmap v6231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:11.177 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:10 smithi118 ceph-mon[182959]: pgmap v6231: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:12 smithi192 ceph-mon[180220]: pgmap v6232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:12 smithi118 ceph-mon[182959]: pgmap v6232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:12 smithi118 ceph-mon[185516]: pgmap v6232: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:14 smithi118 ceph-mon[185516]: pgmap v6233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:14 smithi118 ceph-mon[182959]: pgmap v6233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:14 smithi192 ceph-mon[180220]: pgmap v6233: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:16 smithi192 ceph-mon[180220]: pgmap v6234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:16 smithi118 ceph-mon[185516]: pgmap v6234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:16 smithi118 ceph-mon[182959]: pgmap v6234: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:18 smithi192 ceph-mon[180220]: pgmap v6235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:18 smithi118 ceph-mon[185516]: pgmap v6235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:18 smithi118 ceph-mon[182959]: pgmap v6235: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:19.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:14:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:14:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:14:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:20 smithi192 ceph-mon[180220]: pgmap v6236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:20 smithi118 ceph-mon[185516]: pgmap v6236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:21.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:20 smithi118 ceph-mon[182959]: pgmap v6236: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:22 smithi192 ceph-mon[180220]: pgmap v6237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:22 smithi118 ceph-mon[185516]: pgmap v6237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:22 smithi118 ceph-mon[182959]: pgmap v6237: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:24 smithi118 ceph-mon[185516]: pgmap v6238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:24 smithi118 ceph-mon[182959]: pgmap v6238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:24 smithi192 ceph-mon[180220]: pgmap v6238: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:26 smithi192 ceph-mon[180220]: pgmap v6239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:26 smithi118 ceph-mon[185516]: pgmap v6239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:27.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:26 smithi118 ceph-mon[182959]: pgmap v6239: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:28 smithi192 ceph-mon[180220]: pgmap v6240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:28 smithi118 ceph-mon[185516]: pgmap v6240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:28 smithi118 ceph-mon[182959]: pgmap v6240: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:14:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:14:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:14:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:30 smithi192 ceph-mon[180220]: pgmap v6241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:30 smithi118 ceph-mon[185516]: pgmap v6241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:30 smithi118 ceph-mon[182959]: pgmap v6241: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:32 smithi192 ceph-mon[180220]: pgmap v6242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:32 smithi118 ceph-mon[185516]: pgmap v6242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:32 smithi118 ceph-mon[182959]: pgmap v6242: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:34 smithi118 ceph-mon[185516]: pgmap v6243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:34 smithi118 ceph-mon[182959]: pgmap v6243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:34 smithi192 ceph-mon[180220]: pgmap v6243: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:36 smithi192 ceph-mon[180220]: pgmap v6244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:36 smithi118 ceph-mon[185516]: pgmap v6244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:36 smithi118 ceph-mon[182959]: pgmap v6244: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:38 smithi192 ceph-mon[180220]: pgmap v6245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:38 smithi118 ceph-mon[185516]: pgmap v6245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:38 smithi118 ceph-mon[182959]: pgmap v6245: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:14:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:14:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:14:40.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:40 smithi192 ceph-mon[180220]: pgmap v6246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:40 smithi118 ceph-mon[185516]: pgmap v6246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:40 smithi118 ceph-mon[182959]: pgmap v6246: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:42.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:42 smithi192 ceph-mon[180220]: pgmap v6247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:43.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:42 smithi118 ceph-mon[185516]: pgmap v6247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:43.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:42 smithi118 ceph-mon[182959]: pgmap v6247: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:44 smithi118 ceph-mon[185516]: pgmap v6248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:44 smithi118 ceph-mon[182959]: pgmap v6248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:44 smithi192 ceph-mon[180220]: pgmap v6248: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:46 smithi192 ceph-mon[180220]: pgmap v6249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:46 smithi118 ceph-mon[185516]: pgmap v6249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:46 smithi118 ceph-mon[182959]: pgmap v6249: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:48 smithi192 ceph-mon[180220]: pgmap v6250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:48 smithi118 ceph-mon[185516]: pgmap v6250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:48 smithi118 ceph-mon[182959]: pgmap v6250: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:49.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:14:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:14:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:14:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:14:50.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:50 smithi192 ceph-mon[180220]: pgmap v6251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:50 smithi118 ceph-mon[185516]: pgmap v6251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:50 smithi118 ceph-mon[182959]: pgmap v6251: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:52.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:52 smithi192 ceph-mon[180220]: pgmap v6252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:52 smithi118 ceph-mon[185516]: pgmap v6252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:52 smithi118 ceph-mon[182959]: pgmap v6252: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:54 smithi118 ceph-mon[185516]: pgmap v6253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:54 smithi118 ceph-mon[182959]: pgmap v6253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:54 smithi192 ceph-mon[180220]: pgmap v6253: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:56 smithi192 ceph-mon[180220]: pgmap v6254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:56 smithi118 ceph-mon[185516]: pgmap v6254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:57.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:56 smithi118 ceph-mon[182959]: pgmap v6254: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:58.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:14:58 smithi192 ceph-mon[180220]: pgmap v6255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:14:58 smithi118 ceph-mon[185516]: pgmap v6255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:14:58 smithi118 ceph-mon[182959]: pgmap v6255: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:14:59.461 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 12:14:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a[225152]: logger=cleanup t=2023-09-30T12:14:59.090720953Z level=info msg="Completed cleanup jobs" duration=12.98821ms 2023-09-30T12:15:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:14:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:14:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:15:00.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:00 smithi192 ceph-mon[180220]: pgmap v6256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:00 smithi118 ceph-mon[185516]: pgmap v6256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:00 smithi118 ceph-mon[182959]: pgmap v6256: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:02.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:02 smithi192 ceph-mon[180220]: pgmap v6257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:02 smithi118 ceph-mon[185516]: pgmap v6257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:02 smithi118 ceph-mon[182959]: pgmap v6257: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:04 smithi118 ceph-mon[185516]: pgmap v6258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:04 smithi118 ceph-mon[182959]: pgmap v6258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:04 smithi192 ceph-mon[180220]: pgmap v6258: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:05.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:15:05.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:15:05.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:15:05.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:15:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:15:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:15:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:15:05.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:15:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:15:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:15:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:15:05.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:15:06.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:06 smithi118 ceph-mon[185516]: pgmap v6259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:06.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:06 smithi118 ceph-mon[182959]: pgmap v6259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:06.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:06 smithi192 ceph-mon[180220]: pgmap v6259: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:08.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:08 smithi192 ceph-mon[180220]: pgmap v6260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:08 smithi118 ceph-mon[185516]: pgmap v6260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:09.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:08 smithi118 ceph-mon[182959]: pgmap v6260: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:15:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:15:09] "GET /metrics HTTP/1.1" 200 36332 "" "Prometheus/2.43.0" 2023-09-30T12:15:10.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:10 smithi192 ceph-mon[180220]: pgmap v6261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:10 smithi118 ceph-mon[185516]: pgmap v6261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:10 smithi118 ceph-mon[182959]: pgmap v6261: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:12.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:12 smithi192 ceph-mon[180220]: pgmap v6262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:12 smithi118 ceph-mon[185516]: pgmap v6262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:13.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:12 smithi118 ceph-mon[182959]: pgmap v6262: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:14 smithi118 ceph-mon[182959]: pgmap v6263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:14 smithi118 ceph-mon[185516]: pgmap v6263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:14 smithi192 ceph-mon[180220]: pgmap v6263: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:16 smithi192 ceph-mon[180220]: pgmap v6264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:16 smithi118 ceph-mon[185516]: pgmap v6264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:16 smithi118 ceph-mon[182959]: pgmap v6264: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:18.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:18 smithi192 ceph-mon[180220]: pgmap v6265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:18 smithi118 ceph-mon[185516]: pgmap v6265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:18 smithi118 ceph-mon[182959]: pgmap v6265: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:19.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:15:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:15:19] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:15:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:20.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:20 smithi192 ceph-mon[180220]: pgmap v6266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:20 smithi118 ceph-mon[182959]: pgmap v6266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:20 smithi118 ceph-mon[185516]: pgmap v6266: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:22.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:22 smithi192 ceph-mon[180220]: pgmap v6267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:22 smithi118 ceph-mon[185516]: pgmap v6267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:22 smithi118 ceph-mon[182959]: pgmap v6267: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:24 smithi118 ceph-mon[182959]: pgmap v6268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:24.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:24 smithi118 ceph-mon[185516]: pgmap v6268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:24 smithi192 ceph-mon[180220]: pgmap v6268: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:26.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:26 smithi192 ceph-mon[180220]: pgmap v6269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:26 smithi118 ceph-mon[185516]: pgmap v6269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:27.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:26 smithi118 ceph-mon[182959]: pgmap v6269: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:28.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:28 smithi192 ceph-mon[180220]: pgmap v6270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:28 smithi118 ceph-mon[185516]: pgmap v6270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:29.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:28 smithi118 ceph-mon[182959]: pgmap v6270: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:15:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:15:29] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:15:30.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:30 smithi192 ceph-mon[180220]: pgmap v6271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:30 smithi118 ceph-mon[185516]: pgmap v6271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:30 smithi118 ceph-mon[182959]: pgmap v6271: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:32.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:32 smithi192 ceph-mon[180220]: pgmap v6272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:32 smithi118 ceph-mon[185516]: pgmap v6272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:32 smithi118 ceph-mon[182959]: pgmap v6272: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:34 smithi118 ceph-mon[185516]: pgmap v6273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:34 smithi118 ceph-mon[182959]: pgmap v6273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:34 smithi192 ceph-mon[180220]: pgmap v6273: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:36.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:36 smithi192 ceph-mon[180220]: pgmap v6274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:36 smithi118 ceph-mon[182959]: pgmap v6274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:37.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:36 smithi118 ceph-mon[185516]: pgmap v6274: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:38.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:38 smithi192 ceph-mon[180220]: pgmap v6275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:38 smithi118 ceph-mon[185516]: pgmap v6275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:38 smithi118 ceph-mon[182959]: pgmap v6275: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:15:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:15:39] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:15:40.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:40 smithi192 ceph-mon[180220]: pgmap v6276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:40 smithi118 ceph-mon[185516]: pgmap v6276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:40 smithi118 ceph-mon[182959]: pgmap v6276: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:42 smithi118 ceph-mon[185516]: pgmap v6277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:42 smithi118 ceph-mon[182959]: pgmap v6277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:42 smithi192 ceph-mon[180220]: pgmap v6277: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:44 smithi118 ceph-mon[185516]: pgmap v6278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:44 smithi118 ceph-mon[182959]: pgmap v6278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:44 smithi192 ceph-mon[180220]: pgmap v6278: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:46.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:46 smithi192 ceph-mon[180220]: pgmap v6279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:46 smithi118 ceph-mon[185516]: pgmap v6279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:46 smithi118 ceph-mon[182959]: pgmap v6279: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:48.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:48 smithi192 ceph-mon[180220]: pgmap v6280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:48 smithi118 ceph-mon[185516]: pgmap v6280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:48 smithi118 ceph-mon[182959]: pgmap v6280: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:15:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:15:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:15:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:15:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:50 smithi118 ceph-mon[185516]: pgmap v6281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:50 smithi118 ceph-mon[182959]: pgmap v6281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:50 smithi192 ceph-mon[180220]: pgmap v6281: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:52 smithi118 ceph-mon[185516]: pgmap v6282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:53.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:52 smithi118 ceph-mon[182959]: pgmap v6282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:52 smithi192 ceph-mon[180220]: pgmap v6282: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:54 smithi118 ceph-mon[185516]: pgmap v6283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:54 smithi118 ceph-mon[182959]: pgmap v6283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:54 smithi192 ceph-mon[180220]: pgmap v6283: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:56.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:56 smithi192 ceph-mon[180220]: pgmap v6284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:56 smithi118 ceph-mon[185516]: pgmap v6284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:56 smithi118 ceph-mon[182959]: pgmap v6284: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:15:58 smithi118 ceph-mon[185516]: pgmap v6285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:15:58 smithi118 ceph-mon[182959]: pgmap v6285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:15:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:15:58 smithi192 ceph-mon[180220]: pgmap v6285: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:15:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:15:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:16:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:00 smithi118 ceph-mon[185516]: pgmap v6286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:00 smithi118 ceph-mon[182959]: pgmap v6286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:00 smithi192 ceph-mon[180220]: pgmap v6286: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:02 smithi118 ceph-mon[185516]: pgmap v6287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:02 smithi118 ceph-mon[182959]: pgmap v6287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:03.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:02 smithi192 ceph-mon[180220]: pgmap v6287: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:04 smithi118 ceph-mon[185516]: pgmap v6288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:04 smithi118 ceph-mon[182959]: pgmap v6288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:04 smithi192 ceph-mon[180220]: pgmap v6288: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:05 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:16:06.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:05 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:16:06.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:05 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:16:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: pgmap v6289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: pgmap v6289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:16:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:16:07.346 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: pgmap v6289: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:16:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:16:07.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:16:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:08 smithi118 ceph-mon[182959]: pgmap v6290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:08 smithi118 ceph-mon[185516]: pgmap v6290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:08 smithi192 ceph-mon[180220]: pgmap v6290: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:16:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:16:09] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:16:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:10 smithi118 ceph-mon[185516]: pgmap v6291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:11.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:10 smithi118 ceph-mon[182959]: pgmap v6291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:10 smithi192 ceph-mon[180220]: pgmap v6291: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:13.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:12 smithi118 ceph-mon[185516]: pgmap v6292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:13.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:12 smithi118 ceph-mon[182959]: pgmap v6292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:12 smithi192 ceph-mon[180220]: pgmap v6292: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:14 smithi118 ceph-mon[185516]: pgmap v6293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:14 smithi118 ceph-mon[182959]: pgmap v6293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:14 smithi192 ceph-mon[180220]: pgmap v6293: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:16 smithi118 ceph-mon[185516]: pgmap v6294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:16 smithi118 ceph-mon[182959]: pgmap v6294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:17.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:16 smithi192 ceph-mon[180220]: pgmap v6294: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:18 smithi118 ceph-mon[185516]: pgmap v6295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:19.137 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:18 smithi118 ceph-mon[182959]: pgmap v6295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:19.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:18 smithi192 ceph-mon[180220]: pgmap v6295: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:16:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:16:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:16:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:20 smithi118 ceph-mon[185516]: pgmap v6296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:20 smithi118 ceph-mon[182959]: pgmap v6296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:21.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:20 smithi192 ceph-mon[180220]: pgmap v6296: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:22 smithi118 ceph-mon[182959]: pgmap v6297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:22 smithi118 ceph-mon[185516]: pgmap v6297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:23.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:22 smithi192 ceph-mon[180220]: pgmap v6297: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:24 smithi118 ceph-mon[182959]: pgmap v6298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:24 smithi118 ceph-mon[185516]: pgmap v6298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:24 smithi192 ceph-mon[180220]: pgmap v6298: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:27.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:26 smithi118 ceph-mon[182959]: pgmap v6299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:26 smithi118 ceph-mon[185516]: pgmap v6299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:27.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:26 smithi192 ceph-mon[180220]: pgmap v6299: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:28 smithi118 ceph-mon[182959]: pgmap v6300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:28 smithi118 ceph-mon[185516]: pgmap v6300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:29.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:28 smithi192 ceph-mon[180220]: pgmap v6300: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:16:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:16:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:16:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:30 smithi118 ceph-mon[182959]: pgmap v6301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:30 smithi118 ceph-mon[185516]: pgmap v6301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:30 smithi192 ceph-mon[180220]: pgmap v6301: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:32 smithi118 ceph-mon[182959]: pgmap v6302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:32 smithi118 ceph-mon[185516]: pgmap v6302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:33.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:32 smithi192 ceph-mon[180220]: pgmap v6302: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:34 smithi118 ceph-mon[185516]: pgmap v6303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:34 smithi118 ceph-mon[182959]: pgmap v6303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:34 smithi192 ceph-mon[180220]: pgmap v6303: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:36 smithi118 ceph-mon[185516]: pgmap v6304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:36 smithi118 ceph-mon[182959]: pgmap v6304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:36 smithi192 ceph-mon[180220]: pgmap v6304: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:38 smithi118 ceph-mon[185516]: pgmap v6305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:39.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:38 smithi118 ceph-mon[182959]: pgmap v6305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:38 smithi192 ceph-mon[180220]: pgmap v6305: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:16:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:16:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:16:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:40 smithi118 ceph-mon[185516]: pgmap v6306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:40 smithi118 ceph-mon[182959]: pgmap v6306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:40 smithi192 ceph-mon[180220]: pgmap v6306: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:42 smithi118 ceph-mon[185516]: pgmap v6307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:43.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:42 smithi118 ceph-mon[182959]: pgmap v6307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:42 smithi192 ceph-mon[180220]: pgmap v6307: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:44 smithi118 ceph-mon[185516]: pgmap v6308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:44.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:44 smithi118 ceph-mon[182959]: pgmap v6308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:44 smithi192 ceph-mon[180220]: pgmap v6308: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:46 smithi118 ceph-mon[185516]: pgmap v6309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:46 smithi118 ceph-mon[182959]: pgmap v6309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:46 smithi192 ceph-mon[180220]: pgmap v6309: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:48 smithi118 ceph-mon[185516]: pgmap v6310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:48 smithi118 ceph-mon[182959]: pgmap v6310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:48 smithi192 ceph-mon[180220]: pgmap v6310: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:16:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:16:49] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T12:16:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:16:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:50 smithi118 ceph-mon[185516]: pgmap v6311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:50 smithi118 ceph-mon[182959]: pgmap v6311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:50 smithi192 ceph-mon[180220]: pgmap v6311: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:52 smithi118 ceph-mon[182959]: pgmap v6312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:52 smithi118 ceph-mon[185516]: pgmap v6312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:52 smithi192 ceph-mon[180220]: pgmap v6312: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:54.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:54 smithi118 ceph-mon[185516]: pgmap v6313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:54.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:54 smithi118 ceph-mon[182959]: pgmap v6313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:54 smithi192 ceph-mon[180220]: pgmap v6313: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:57.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:56 smithi118 ceph-mon[185516]: pgmap v6314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:57.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:56 smithi118 ceph-mon[182959]: pgmap v6314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:56 smithi192 ceph-mon[180220]: pgmap v6314: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:16:58 smithi118 ceph-mon[185516]: pgmap v6315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:59.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:16:58 smithi118 ceph-mon[182959]: pgmap v6315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:16:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:16:58 smithi192 ceph-mon[180220]: pgmap v6315: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:16:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:16:59] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T12:17:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:00 smithi118 ceph-mon[185516]: pgmap v6316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:00 smithi118 ceph-mon[182959]: pgmap v6316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:00 smithi192 ceph-mon[180220]: pgmap v6316: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:02 smithi118 ceph-mon[182959]: pgmap v6317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:03.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:02 smithi118 ceph-mon[185516]: pgmap v6317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:03.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:02 smithi192 ceph-mon[180220]: pgmap v6317: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:04 smithi118 ceph-mon[185516]: pgmap v6318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:04 smithi118 ceph-mon[182959]: pgmap v6318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:04 smithi192 ceph-mon[180220]: pgmap v6318: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:07.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:06 smithi118 ceph-mon[182959]: pgmap v6319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:07.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:06 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:17:07.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:06 smithi118 ceph-mon[185516]: pgmap v6319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:07.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:06 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:17:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:06 smithi192 ceph-mon[180220]: pgmap v6319: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:07.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:06 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:17:08.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:17:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:17:08.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:17:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:17:08.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:17:08.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:17:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:17:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:17:08.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:17:09.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:09 smithi118 ceph-mon[182959]: pgmap v6320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:09.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:09 smithi118 ceph-mon[185516]: pgmap v6320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:09.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:09 smithi192 ceph-mon[180220]: pgmap v6320: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:17:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:17:09] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:17:11.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:11 smithi118 ceph-mon[182959]: pgmap v6321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:11.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:11 smithi118 ceph-mon[185516]: pgmap v6321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:11.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:11 smithi192 ceph-mon[180220]: pgmap v6321: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:13.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:13 smithi118 ceph-mon[182959]: pgmap v6322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:13.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:13 smithi118 ceph-mon[185516]: pgmap v6322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:13 smithi192 ceph-mon[180220]: pgmap v6322: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:14 smithi118 ceph-mon[185516]: pgmap v6323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:14 smithi118 ceph-mon[182959]: pgmap v6323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:14 smithi192 ceph-mon[180220]: pgmap v6323: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:17.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:16 smithi118 ceph-mon[185516]: pgmap v6324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:16 smithi118 ceph-mon[182959]: pgmap v6324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:17.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:16 smithi192 ceph-mon[180220]: pgmap v6324: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:18 smithi118 ceph-mon[185516]: pgmap v6325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:18 smithi118 ceph-mon[182959]: pgmap v6325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:19.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:18 smithi192 ceph-mon[180220]: pgmap v6325: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:17:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:17:19] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:17:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:20 smithi118 ceph-mon[182959]: pgmap v6326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:20 smithi118 ceph-mon[185516]: pgmap v6326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:21.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:20 smithi192 ceph-mon[180220]: pgmap v6326: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:22 smithi118 ceph-mon[185516]: pgmap v6327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:22 smithi118 ceph-mon[182959]: pgmap v6327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:23.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:22 smithi192 ceph-mon[180220]: pgmap v6327: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:24 smithi118 ceph-mon[185516]: pgmap v6328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:24.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:24 smithi118 ceph-mon[182959]: pgmap v6328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:24 smithi192 ceph-mon[180220]: pgmap v6328: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:26 smithi118 ceph-mon[185516]: pgmap v6329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:27.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:26 smithi118 ceph-mon[182959]: pgmap v6329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:27.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:26 smithi192 ceph-mon[180220]: pgmap v6329: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:28 smithi118 ceph-mon[185516]: pgmap v6330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:29.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:28 smithi118 ceph-mon[182959]: pgmap v6330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:29.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:28 smithi192 ceph-mon[180220]: pgmap v6330: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:17:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:17:29] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:17:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:30 smithi118 ceph-mon[185516]: pgmap v6331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:30 smithi118 ceph-mon[182959]: pgmap v6331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:30 smithi192 ceph-mon[180220]: pgmap v6331: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:32 smithi118 ceph-mon[182959]: pgmap v6332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:32 smithi118 ceph-mon[185516]: pgmap v6332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:33.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:32 smithi192 ceph-mon[180220]: pgmap v6332: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:34 smithi118 ceph-mon[185516]: pgmap v6333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:34 smithi118 ceph-mon[182959]: pgmap v6333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:34 smithi192 ceph-mon[180220]: pgmap v6333: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:36 smithi118 ceph-mon[185516]: pgmap v6334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:36 smithi118 ceph-mon[182959]: pgmap v6334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:36 smithi192 ceph-mon[180220]: pgmap v6334: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:38 smithi118 ceph-mon[185516]: pgmap v6335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:38 smithi118 ceph-mon[182959]: pgmap v6335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:38 smithi192 ceph-mon[180220]: pgmap v6335: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:17:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:17:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:17:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:40 smithi118 ceph-mon[185516]: pgmap v6336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:41.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:40 smithi118 ceph-mon[182959]: pgmap v6336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:40 smithi192 ceph-mon[180220]: pgmap v6336: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:42 smithi118 ceph-mon[185516]: pgmap v6337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:42 smithi118 ceph-mon[182959]: pgmap v6337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:42 smithi192 ceph-mon[180220]: pgmap v6337: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:44 smithi118 ceph-mon[185516]: pgmap v6338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:44 smithi118 ceph-mon[182959]: pgmap v6338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:44 smithi192 ceph-mon[180220]: pgmap v6338: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:46 smithi118 ceph-mon[185516]: pgmap v6339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:46 smithi118 ceph-mon[182959]: pgmap v6339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:46 smithi192 ceph-mon[180220]: pgmap v6339: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:48 smithi118 ceph-mon[185516]: pgmap v6340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:48 smithi118 ceph-mon[182959]: pgmap v6340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:48 smithi192 ceph-mon[180220]: pgmap v6340: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:17:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:17:49] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:17:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:17:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:50 smithi118 ceph-mon[182959]: pgmap v6341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:50 smithi118 ceph-mon[185516]: pgmap v6341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:50 smithi192 ceph-mon[180220]: pgmap v6341: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:52 smithi118 ceph-mon[182959]: pgmap v6342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:53.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:52 smithi118 ceph-mon[185516]: pgmap v6342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:52 smithi192 ceph-mon[180220]: pgmap v6342: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:54 smithi118 ceph-mon[185516]: pgmap v6343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:54.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:54 smithi118 ceph-mon[182959]: pgmap v6343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:54 smithi192 ceph-mon[180220]: pgmap v6343: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:56 smithi118 ceph-mon[185516]: pgmap v6344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:56 smithi118 ceph-mon[182959]: pgmap v6344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:56 smithi192 ceph-mon[180220]: pgmap v6344: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:17:58 smithi118 ceph-mon[185516]: pgmap v6345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:17:58 smithi118 ceph-mon[182959]: pgmap v6345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:17:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:17:58 smithi192 ceph-mon[180220]: pgmap v6345: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:17:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:17:59] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:18:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:00 smithi118 ceph-mon[185516]: pgmap v6346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:00 smithi118 ceph-mon[182959]: pgmap v6346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:00 smithi192 ceph-mon[180220]: pgmap v6346: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:02 smithi118 ceph-mon[185516]: pgmap v6347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:02 smithi118 ceph-mon[182959]: pgmap v6347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:03.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:02 smithi192 ceph-mon[180220]: pgmap v6347: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:04 smithi118 ceph-mon[185516]: pgmap v6348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:04 smithi118 ceph-mon[182959]: pgmap v6348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:04 smithi192 ceph-mon[180220]: pgmap v6348: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:06 smithi118 ceph-mon[185516]: pgmap v6349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:07.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:06 smithi118 ceph-mon[182959]: pgmap v6349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:06 smithi192 ceph-mon[180220]: pgmap v6349: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:08.085 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:07 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:18:08.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:07 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:18:08.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:07 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:18:08.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:08 smithi118 ceph-mon[182959]: pgmap v6350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:08.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:08 smithi118 ceph-mon[185516]: pgmap v6350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:08 smithi192 ceph-mon[180220]: pgmap v6350: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:09.844 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:18:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:18:09] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:18:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[185516]: pgmap v6351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[182959]: pgmap v6351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:10 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:10 smithi192 ceph-mon[180220]: pgmap v6351: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:11.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.117 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:11.118 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:10 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:12.592 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:12.592 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:12 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:12.593 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:12.593 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:12 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:12.712 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:12 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:13.266 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:13 smithi118 ceph-mon[185516]: pgmap v6352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:13.267 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:13.267 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:13 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:13.267 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:13 smithi118 ceph-mon[182959]: pgmap v6352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:13.267 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:13.267 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:13 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:13.461 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:13 smithi192 ceph-mon[180220]: pgmap v6352: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:13.462 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:13 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:14.832 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:14 smithi118 ceph-mon[185516]: pgmap v6353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:14.832 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:14 smithi118 ceph-mon[182959]: pgmap v6353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:14 smithi192 ceph-mon[180220]: pgmap v6353: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:18:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:18:16.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:18:16.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:18:16.345 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:18:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:18:16.345 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:18:17.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:16 smithi192 ceph-mon[180220]: pgmap v6354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:17.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:16 smithi118 ceph-mon[185516]: pgmap v6354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:17.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:16 smithi118 ceph-mon[182959]: pgmap v6354: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:19.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:18 smithi192 ceph-mon[180220]: pgmap v6355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:19.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:18 smithi118 ceph-mon[185516]: pgmap v6355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:19.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:18 smithi118 ceph-mon[182959]: pgmap v6355: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:18:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:18:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:18:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:21.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:20 smithi192 ceph-mon[180220]: pgmap v6356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:21.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:20 smithi118 ceph-mon[185516]: pgmap v6356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:21.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:20 smithi118 ceph-mon[182959]: pgmap v6356: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:23.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:22 smithi192 ceph-mon[180220]: pgmap v6357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:23.344 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:22 smithi118 ceph-mon[185516]: pgmap v6357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:23.344 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:22 smithi118 ceph-mon[182959]: pgmap v6357: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:24 smithi118 ceph-mon[185516]: pgmap v6358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:24.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:24 smithi118 ceph-mon[182959]: pgmap v6358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:24 smithi192 ceph-mon[180220]: pgmap v6358: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:27.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:26 smithi118 ceph-mon[185516]: pgmap v6359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:27.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:26 smithi118 ceph-mon[182959]: pgmap v6359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:27.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:26 smithi192 ceph-mon[180220]: pgmap v6359: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:28 smithi118 ceph-mon[185516]: pgmap v6360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:28 smithi118 ceph-mon[182959]: pgmap v6360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:29.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:28 smithi192 ceph-mon[180220]: pgmap v6360: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:18:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:18:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:18:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:30 smithi118 ceph-mon[185516]: pgmap v6361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:30 smithi118 ceph-mon[182959]: pgmap v6361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:30 smithi192 ceph-mon[180220]: pgmap v6361: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:32 smithi118 ceph-mon[185516]: pgmap v6362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:32 smithi118 ceph-mon[182959]: pgmap v6362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:33.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:32 smithi192 ceph-mon[180220]: pgmap v6362: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:34 smithi118 ceph-mon[185516]: pgmap v6363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:34.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:34 smithi118 ceph-mon[182959]: pgmap v6363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:34.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:34 smithi192 ceph-mon[180220]: pgmap v6363: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:36 smithi118 ceph-mon[185516]: pgmap v6364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:36 smithi118 ceph-mon[182959]: pgmap v6364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:37.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:36 smithi192 ceph-mon[180220]: pgmap v6364: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:38 smithi118 ceph-mon[185516]: pgmap v6365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:39.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:38 smithi118 ceph-mon[182959]: pgmap v6365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:38 smithi192 ceph-mon[180220]: pgmap v6365: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:18:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:18:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:18:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:40 smithi118 ceph-mon[182959]: pgmap v6366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:41.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:40 smithi118 ceph-mon[185516]: pgmap v6366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:40 smithi192 ceph-mon[180220]: pgmap v6366: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:42 smithi118 ceph-mon[182959]: pgmap v6367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:43.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:42 smithi118 ceph-mon[185516]: pgmap v6367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:42 smithi192 ceph-mon[180220]: pgmap v6367: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:44 smithi118 ceph-mon[182959]: pgmap v6368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:44 smithi118 ceph-mon[185516]: pgmap v6368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:44 smithi192 ceph-mon[180220]: pgmap v6368: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:46 smithi118 ceph-mon[185516]: pgmap v6369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:47.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:46 smithi118 ceph-mon[182959]: pgmap v6369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:46 smithi192 ceph-mon[180220]: pgmap v6369: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:48 smithi118 ceph-mon[185516]: pgmap v6370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:48 smithi118 ceph-mon[182959]: pgmap v6370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:48 smithi192 ceph-mon[180220]: pgmap v6370: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:18:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:18:49] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:18:50.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:18:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:50 smithi118 ceph-mon[185516]: pgmap v6371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:51.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:50 smithi118 ceph-mon[182959]: pgmap v6371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:50 smithi192 ceph-mon[180220]: pgmap v6371: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:52 smithi118 ceph-mon[185516]: pgmap v6372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:52 smithi118 ceph-mon[182959]: pgmap v6372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:52 smithi192 ceph-mon[180220]: pgmap v6372: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:54 smithi118 ceph-mon[185516]: pgmap v6373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:54 smithi118 ceph-mon[182959]: pgmap v6373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:54 smithi192 ceph-mon[180220]: pgmap v6373: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:56 smithi118 ceph-mon[185516]: pgmap v6374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:57.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:56 smithi118 ceph-mon[182959]: pgmap v6374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:56 smithi192 ceph-mon[180220]: pgmap v6374: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:18:58 smithi118 ceph-mon[185516]: pgmap v6375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:18:58 smithi118 ceph-mon[182959]: pgmap v6375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:18:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:18:58 smithi192 ceph-mon[180220]: pgmap v6375: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:18:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:18:59] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:19:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:00 smithi118 ceph-mon[185516]: pgmap v6376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:00 smithi118 ceph-mon[182959]: pgmap v6376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:00 smithi192 ceph-mon[180220]: pgmap v6376: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:02 smithi118 ceph-mon[185516]: pgmap v6377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:02 smithi118 ceph-mon[182959]: pgmap v6377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:03.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:02 smithi192 ceph-mon[180220]: pgmap v6377: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:04 smithi118 ceph-mon[185516]: pgmap v6378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:04 smithi118 ceph-mon[182959]: pgmap v6378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:04 smithi192 ceph-mon[180220]: pgmap v6378: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:06 smithi118 ceph-mon[185516]: pgmap v6379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:07.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:06 smithi118 ceph-mon[182959]: pgmap v6379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:06 smithi192 ceph-mon[180220]: pgmap v6379: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:08 smithi118 ceph-mon[185516]: pgmap v6380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:09.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:08 smithi118 ceph-mon[182959]: pgmap v6380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:08 smithi192 ceph-mon[180220]: pgmap v6380: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:19:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:19:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:19:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:10 smithi118 ceph-mon[185516]: pgmap v6381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:10 smithi118 ceph-mon[182959]: pgmap v6381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:10 smithi192 ceph-mon[180220]: pgmap v6381: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:12 smithi118 ceph-mon[185516]: pgmap v6382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:12 smithi118 ceph-mon[182959]: pgmap v6382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:13.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:12 smithi192 ceph-mon[180220]: pgmap v6382: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:14 smithi118 ceph-mon[185516]: pgmap v6383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:14 smithi118 ceph-mon[182959]: pgmap v6383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:14 smithi192 ceph-mon[180220]: pgmap v6383: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:15.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:19:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:19:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:19:15.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:19:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:19:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:19:15.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:19:15.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:19:15.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:19:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:19:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:19:15.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:19:16.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:16 smithi118 ceph-mon[185516]: pgmap v6384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:16.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:16 smithi118 ceph-mon[182959]: pgmap v6384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:16.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:16 smithi192 ceph-mon[180220]: pgmap v6384: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:18 smithi118 ceph-mon[185516]: pgmap v6385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:19.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:18 smithi118 ceph-mon[182959]: pgmap v6385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:19.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:18 smithi192 ceph-mon[180220]: pgmap v6385: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:19:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:19:19] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:19:20.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:20 smithi118 ceph-mon[185516]: pgmap v6386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:21.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:20 smithi118 ceph-mon[182959]: pgmap v6386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:21.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:20 smithi192 ceph-mon[180220]: pgmap v6386: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:22 smithi118 ceph-mon[185516]: pgmap v6387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:22 smithi118 ceph-mon[182959]: pgmap v6387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:23.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:22 smithi192 ceph-mon[180220]: pgmap v6387: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:24.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:24 smithi118 ceph-mon[185516]: pgmap v6388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:24.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:24 smithi118 ceph-mon[182959]: pgmap v6388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:24.962 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:24 smithi192 ceph-mon[180220]: pgmap v6388: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:26 smithi118 ceph-mon[185516]: pgmap v6389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:27.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:26 smithi118 ceph-mon[182959]: pgmap v6389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:27.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:26 smithi192 ceph-mon[180220]: pgmap v6389: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:28 smithi118 ceph-mon[185516]: pgmap v6390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:28 smithi118 ceph-mon[182959]: pgmap v6390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:29.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:28 smithi192 ceph-mon[180220]: pgmap v6390: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:19:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:19:29] "GET /metrics HTTP/1.1" 200 36331 "" "Prometheus/2.43.0" 2023-09-30T12:19:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:30 smithi118 ceph-mon[185516]: pgmap v6391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:31.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:30 smithi118 ceph-mon[182959]: pgmap v6391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:30 smithi192 ceph-mon[180220]: pgmap v6391: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:32 smithi118 ceph-mon[185516]: pgmap v6392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:32 smithi118 ceph-mon[182959]: pgmap v6392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:33.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:32 smithi192 ceph-mon[180220]: pgmap v6392: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:34 smithi118 ceph-mon[185516]: pgmap v6393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:34 smithi118 ceph-mon[182959]: pgmap v6393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:34 smithi192 ceph-mon[180220]: pgmap v6393: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:36 smithi118 ceph-mon[185516]: pgmap v6394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:37.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:36 smithi118 ceph-mon[182959]: pgmap v6394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:36 smithi192 ceph-mon[180220]: pgmap v6394: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:38 smithi118 ceph-mon[185516]: pgmap v6395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:39.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:38 smithi118 ceph-mon[182959]: pgmap v6395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:38 smithi192 ceph-mon[180220]: pgmap v6395: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:19:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:19:39] "GET /metrics HTTP/1.1" 200 36329 "" "Prometheus/2.43.0" 2023-09-30T12:19:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:40 smithi118 ceph-mon[185516]: pgmap v6396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:40 smithi118 ceph-mon[182959]: pgmap v6396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:40 smithi192 ceph-mon[180220]: pgmap v6396: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:42 smithi118 ceph-mon[185516]: pgmap v6397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:42 smithi118 ceph-mon[182959]: pgmap v6397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:42 smithi192 ceph-mon[180220]: pgmap v6397: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:44 smithi118 ceph-mon[185516]: pgmap v6398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:44 smithi118 ceph-mon[182959]: pgmap v6398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:44 smithi192 ceph-mon[180220]: pgmap v6398: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:47.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:46 smithi118 ceph-mon[185516]: pgmap v6399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:47.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:46 smithi118 ceph-mon[182959]: pgmap v6399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:46 smithi192 ceph-mon[180220]: pgmap v6399: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:48 smithi118 ceph-mon[185516]: pgmap v6400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:48 smithi118 ceph-mon[182959]: pgmap v6400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:48 smithi192 ceph-mon[180220]: pgmap v6400: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:19:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:19:49] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:19:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:19:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:50 smithi118 ceph-mon[185516]: pgmap v6401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:50 smithi118 ceph-mon[182959]: pgmap v6401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:50 smithi192 ceph-mon[180220]: pgmap v6401: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:52 smithi118 ceph-mon[185516]: pgmap v6402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:52 smithi118 ceph-mon[182959]: pgmap v6402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:52 smithi192 ceph-mon[180220]: pgmap v6402: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:54 smithi118 ceph-mon[182959]: pgmap v6403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:54 smithi118 ceph-mon[185516]: pgmap v6403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:54 smithi192 ceph-mon[180220]: pgmap v6403: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:56 smithi118 ceph-mon[185516]: pgmap v6404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:56 smithi118 ceph-mon[182959]: pgmap v6404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:56 smithi192 ceph-mon[180220]: pgmap v6404: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:59.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:19:58 smithi118 ceph-mon[185516]: pgmap v6405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:19:58 smithi118 ceph-mon[182959]: pgmap v6405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:19:59.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:19:58 smithi192 ceph-mon[180220]: pgmap v6405: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:00.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:19:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:19:59] "GET /metrics HTTP/1.1" 200 36327 "" "Prometheus/2.43.0" 2023-09-30T12:20:01.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:00 smithi118 ceph-mon[185516]: pgmap v6406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:01.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:00 smithi118 ceph-mon[185516]: overall HEALTH_OK 2023-09-30T12:20:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:00 smithi118 ceph-mon[182959]: pgmap v6406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:00 smithi118 ceph-mon[182959]: overall HEALTH_OK 2023-09-30T12:20:01.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:00 smithi192 ceph-mon[180220]: pgmap v6406: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:00 smithi192 ceph-mon[180220]: overall HEALTH_OK 2023-09-30T12:20:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:02 smithi118 ceph-mon[185516]: pgmap v6407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:03.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:02 smithi118 ceph-mon[182959]: pgmap v6407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:03.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:02 smithi192 ceph-mon[180220]: pgmap v6407: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:04 smithi118 ceph-mon[185516]: pgmap v6408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:04 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:04.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:04 smithi118 ceph-mon[182959]: pgmap v6408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:04.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:04 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:04 smithi192 ceph-mon[180220]: pgmap v6408: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:04.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:04 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:07.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:06 smithi118 ceph-mon[185516]: pgmap v6409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:07.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:06 smithi118 ceph-mon[182959]: pgmap v6409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:07.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:06 smithi192 ceph-mon[180220]: pgmap v6409: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:09.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:08 smithi118 ceph-mon[185516]: pgmap v6410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:09.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:08 smithi118 ceph-mon[182959]: pgmap v6410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:09.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:08 smithi192 ceph-mon[180220]: pgmap v6410: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:10.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:20:09 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:20:09] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:20:11.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:10 smithi118 ceph-mon[185516]: pgmap v6411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:11.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:10 smithi118 ceph-mon[182959]: pgmap v6411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:11.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:10 smithi192 ceph-mon[180220]: pgmap v6411: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:13.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:12 smithi118 ceph-mon[185516]: pgmap v6412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:13.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:12 smithi118 ceph-mon[182959]: pgmap v6412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:13.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:12 smithi192 ceph-mon[180220]: pgmap v6412: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:14.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:14 smithi118 ceph-mon[185516]: pgmap v6413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:14.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:14 smithi118 ceph-mon[182959]: pgmap v6413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:14.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:14 smithi192 ceph-mon[180220]: pgmap v6413: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:16.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:15 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:16.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:15 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:16.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:15 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-30T12:20:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[182959]: pgmap v6414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:20:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:20:17.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:20:17.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[185516]: pgmap v6414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:17.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:20:17.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:20:17.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:16 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:20:17.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:16 smithi192 ceph-mon[180220]: pgmap v6414: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:17.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-30T12:20:17.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-30T12:20:17.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:16 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' 2023-09-30T12:20:19.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:18 smithi118 ceph-mon[185516]: pgmap v6415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:19.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:18 smithi118 ceph-mon[182959]: pgmap v6415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:19.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:18 smithi192 ceph-mon[180220]: pgmap v6415: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:20.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:20:19 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:20:19] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:20:20.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:19 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:20.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:19 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:20.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:19 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:21.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:20 smithi118 ceph-mon[185516]: pgmap v6416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:21.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:20 smithi118 ceph-mon[182959]: pgmap v6416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:21.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:20 smithi192 ceph-mon[180220]: pgmap v6416: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:23.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:22 smithi118 ceph-mon[185516]: pgmap v6417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:23.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:22 smithi118 ceph-mon[182959]: pgmap v6417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:23.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:22 smithi192 ceph-mon[180220]: pgmap v6417: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:24.845 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:24 smithi118 ceph-mon[185516]: pgmap v6418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:24.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:24 smithi118 ceph-mon[182959]: pgmap v6418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:24.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:24 smithi192 ceph-mon[180220]: pgmap v6418: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:27.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:26 smithi118 ceph-mon[185516]: pgmap v6419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:27.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:26 smithi118 ceph-mon[182959]: pgmap v6419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:27.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:26 smithi192 ceph-mon[180220]: pgmap v6419: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:29.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:28 smithi118 ceph-mon[185516]: pgmap v6420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:29.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:28 smithi118 ceph-mon[182959]: pgmap v6420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:29.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:28 smithi192 ceph-mon[180220]: pgmap v6420: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:30.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:20:29 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:20:29] "GET /metrics HTTP/1.1" 200 36330 "" "Prometheus/2.43.0" 2023-09-30T12:20:31.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:30 smithi118 ceph-mon[185516]: pgmap v6421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:31.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:30 smithi118 ceph-mon[182959]: pgmap v6421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:31.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:30 smithi192 ceph-mon[180220]: pgmap v6421: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:33.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:32 smithi118 ceph-mon[185516]: pgmap v6422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:33.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:32 smithi118 ceph-mon[182959]: pgmap v6422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:33.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:32 smithi192 ceph-mon[180220]: pgmap v6422: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:34 smithi118 ceph-mon[185516]: pgmap v6423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:34.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:34 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:34 smithi118 ceph-mon[182959]: pgmap v6423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:34.845 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:34 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:34 smithi192 ceph-mon[180220]: pgmap v6423: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:34.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:34 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:37.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:36 smithi118 ceph-mon[185516]: pgmap v6424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:37.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:36 smithi118 ceph-mon[182959]: pgmap v6424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:37.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:36 smithi192 ceph-mon[180220]: pgmap v6424: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:39.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:38 smithi118 ceph-mon[185516]: pgmap v6425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:39.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:38 smithi118 ceph-mon[182959]: pgmap v6425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:39.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:38 smithi192 ceph-mon[180220]: pgmap v6425: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:40.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:20:39 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:20:39] "GET /metrics HTTP/1.1" 200 36325 "" "Prometheus/2.43.0" 2023-09-30T12:20:41.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:40 smithi118 ceph-mon[185516]: pgmap v6426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:41.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:40 smithi118 ceph-mon[182959]: pgmap v6426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:41.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:40 smithi192 ceph-mon[180220]: pgmap v6426: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:43.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:42 smithi118 ceph-mon[185516]: pgmap v6427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:43.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:42 smithi118 ceph-mon[182959]: pgmap v6427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:43.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:42 smithi192 ceph-mon[180220]: pgmap v6427: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:44.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:44 smithi118 ceph-mon[185516]: pgmap v6428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:44.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:44 smithi118 ceph-mon[182959]: pgmap v6428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:44.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:44 smithi192 ceph-mon[180220]: pgmap v6428: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:47.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:46 smithi118 ceph-mon[185516]: pgmap v6429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:47.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:46 smithi118 ceph-mon[182959]: pgmap v6429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:47.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:46 smithi192 ceph-mon[180220]: pgmap v6429: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:49.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:48 smithi118 ceph-mon[185516]: pgmap v6430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:49.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:48 smithi118 ceph-mon[182959]: pgmap v6430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:49.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:48 smithi192 ceph-mon[180220]: pgmap v6430: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:50.094 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:20:49 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:20:49] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:20:50.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:49 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:50.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:49 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:50.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:49 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-30T12:20:51.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:50 smithi118 ceph-mon[185516]: pgmap v6431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:51.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:50 smithi118 ceph-mon[182959]: pgmap v6431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:51.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:50 smithi192 ceph-mon[180220]: pgmap v6431: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:53.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:52 smithi118 ceph-mon[185516]: pgmap v6432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:53.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:52 smithi118 ceph-mon[182959]: pgmap v6432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:53.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:52 smithi192 ceph-mon[180220]: pgmap v6432: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:54.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:54 smithi118 ceph-mon[185516]: pgmap v6433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:54.844 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:54 smithi118 ceph-mon[182959]: pgmap v6433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:54.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:54 smithi192 ceph-mon[180220]: pgmap v6433: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:57.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:56 smithi118 ceph-mon[185516]: pgmap v6434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:57.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:56 smithi118 ceph-mon[182959]: pgmap v6434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:57.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:56 smithi192 ceph-mon[180220]: pgmap v6434: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:57.528 DEBUG:teuthology.orchestra.run:got remote process result: 124 2023-09-30T12:20:57.529 INFO:tasks.workunit:Stopping ['cls'] on client.0... 2023-09-30T12:20:57.529 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0 2023-09-30T12:20:57.917 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/full_sequential.py", line 30, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/workunit.py", line 129, in task p.spawn(_run_tests, ctx, refspec, role, tests, File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/workunit.py", line 424, in _run_tests remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed (workunit test cls/test_cls_2pc_queue.sh) on smithi118 with status 124: '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=quincy TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_2pc_queue.sh' 2023-09-30T12:20:57.996 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0fefa384015c44838573f5d92c31458c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/full_sequential.py", line 30, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/workunit.py", line 129, in task p.spawn(_run_tests, ctx, refspec, role, tests, File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_1d10b71792f3be8887a7631e69851ac2df3585af/qa/tasks/workunit.py", line 424, in _run_tests remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed (workunit test cls/test_cls_2pc_queue.sh) on smithi118 with status 124: '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=quincy TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_2pc_queue.sh' 2023-09-30T12:20:58.000 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-30T12:20:58.011 INFO:tasks.cephadm:Teardown begin 2023-09-30T12:20:58.011 INFO:tasks.cephfs.filesystem:Destroying file system cephfs and related pools 2023-09-30T12:20:58.012 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T12:20:58.480 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T12:20:58.481 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":16,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":54244,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.192:6833/3138097328","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6832","nonce":3138097328},{"type":"v1","addr":"172.21.15.192:6833","nonce":3138097328}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments"}},"epoch":16}],"filesystems":[{"mdsmap":{"epoch":15,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2023-09-30T09:05:34.599176+0000","modified":"2023-09-30T09:14:12.106615+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":454,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments"}},"max_mds":1,"in":[0],"up":{"mds_0":34347},"failed":[],"damaged":[],"stopped":[],"info":{"gid_34347":{"gid":34347,"name":"a","rank":0,"incarnation":12,"state":"up:active","state_seq":5,"addr":"172.21.15.118:6835/2067804654","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":2067804654},{"type":"v1","addr":"172.21.15.118:6835","nonce":2067804654}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2023-09-30T12:20:58.483 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 16 2023-09-30T12:20:58.495 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs dump --format=json 2023-09-30T12:20:58.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:58 smithi118 ceph-mon[185516]: pgmap v6435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:58.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:58 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1493517306' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T12:20:58.865 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T12:20:58.865 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":16,"default_fscid":1,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2"}},"feature_flags":{"enable_multiple":true,"ever_enabled_multiple":true},"standbys":[{"gid":54244,"name":"b","rank":-1,"incarnation":0,"state":"up:standby","state_seq":1,"addr":"172.21.15.192:6833/3138097328","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6832","nonce":3138097328},{"type":"v1","addr":"172.21.15.192:6833","nonce":3138097328}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments"}},"epoch":16}],"filesystems":[{"mdsmap":{"epoch":15,"flags":18,"flags_state":{"joinable":true,"allow_snaps":true,"allow_multimds_snaps":true,"allow_standby_replay":false,"refuse_client_session":false,"refuse_standby_for_another_fs":false},"ever_allowed_features":0,"explicitly_allowed_features":0,"created":"2023-09-30T09:05:34.599176+0000","modified":"2023-09-30T09:14:12.106615+0000","tableserver":0,"root":0,"session_timeout":60,"session_autoclose":300,"required_client_features":{},"max_file_size":1099511627776,"max_xattr_size":65536,"last_failure":0,"last_failure_osd_epoch":454,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments"}},"max_mds":1,"in":[0],"up":{"mds_0":34347},"failed":[],"damaged":[],"stopped":[],"info":{"gid_34347":{"gid":34347,"name":"a","rank":0,"incarnation":12,"state":"up:active","state_seq":5,"addr":"172.21.15.118:6835/2067804654","addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6834","nonce":2067804654},{"type":"v1","addr":"172.21.15.118:6835","nonce":2067804654}]},"join_fscid":-1,"export_targets":[],"features":4540138322906710015,"flags":0,"compat":{"compat":{},"ro_compat":{},"incompat":{"feature_1":"base v0.20","feature_2":"client writeable ranges","feature_3":"default file layouts on dirs","feature_4":"dir inode in separate object","feature_5":"mds uses versioned encoding","feature_6":"dirfrag is stored in omap","feature_7":"mds uses inline data","feature_8":"no anchor table","feature_9":"file layout v2","feature_10":"snaprealm v2","feature_11":"minor log segments"}}}},"data_pools":[3],"metadata_pool":2,"enabled":true,"fs_name":"cephfs","balancer":"","bal_rank_mask":"-1","standby_count_wanted":0},"id":1}]} 2023-09-30T12:20:58.867 INFO:teuthology.orchestra.run.smithi118.stderr:dumped fsmap epoch 16 2023-09-30T12:20:58.879 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2023-09-30T12:20:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:58 smithi118 ceph-mon[182959]: pgmap v6435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:59.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:58 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1493517306' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T12:20:59.197 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-09-30T12:20:59.197 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":896,"fsid":"d797746c-5f6f-11ee-8db4-212e2dc638e7","created":"2023-09-30T09:01:33.993693+0000","modified":"2023-09-30T09:22:01.114477+0000","last_up_change":"2023-09-30T09:13:55.467329+0000","last_in_change":"2023-09-30T09:05:03.922513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":27,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":24,"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":"2023-09-30T09:03:57.670297+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"cephfs_metadata","create_time":"2023-09-30T09:05:32.613252+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":"59","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_autoscale_bias":4,"pg_num_min":16,"recovery_priority":5},"application_metadata":{"cephfs":{"metadata":"cephfs"}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"cephfs_data","create_time":"2023-09-30T09:05:33.768565+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":64,"pg_placement_num":64,"pg_placement_num_target":64,"pg_num_target":64,"pg_num_pending":64,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"60","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":64,"target_size_ratio":0.89999997615814209},"application_metadata":{"cephfs":{"data":"cephfs"}},"read_balance":{"score_acting":1.3799999952316284,"score_stable":1.3799999952316284,"optimal_score":1,"raw_score_acting":1.3799999952316284,"raw_score_stable":1.3799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":4,"pool_name":"rbd","create_time":"2023-09-30T09:06:00.239874+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":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":"63","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":{"rbd":{}},"read_balance":{"score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":24,"pool_name":"test-rados-api-smithi118-232795-19","create_time":"2023-09-30T09:21:58.361861+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":"896","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":{"rados":{}},"read_balance":{"score_acting":1.5,"score_stable":1.5,"optimal_score":1,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"421082f8-3e96-432d-a1dd-8f10e3d1195d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":8,"last_clean_end":236,"up_from":245,"up_thru":894,"down_at":237,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6803","nonce":2557665492}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6805","nonce":2557665492}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6809","nonce":2557665492}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2557665492},{"type":"v1","addr":"172.21.15.118:6807","nonce":2557665492}]},"public_addr":"172.21.15.118:6803/2557665492","cluster_addr":"172.21.15.118:6805/2557665492","heartbeat_back_addr":"172.21.15.118:6809/2557665492","heartbeat_front_addr":"172.21.15.118:6807/2557665492","state":["exists","up"]},{"osd":1,"uuid":"2087aa04-70a3-4495-b1c1-08adadb74225","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":13,"last_clean_end":264,"up_from":273,"up_thru":894,"down_at":265,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6811","nonce":1958618151}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6813","nonce":1958618151}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6817","nonce":1958618151}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":1958618151},{"type":"v1","addr":"172.21.15.118:6815","nonce":1958618151}]},"public_addr":"172.21.15.118:6811/1958618151","cluster_addr":"172.21.15.118:6813/1958618151","heartbeat_back_addr":"172.21.15.118:6817/1958618151","heartbeat_front_addr":"172.21.15.118:6815/1958618151","state":["exists","up"]},{"osd":2,"uuid":"e1a2fe3a-4e52-4db3-8fb3-8c3f0377a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":18,"last_clean_end":292,"up_from":301,"up_thru":894,"down_at":293,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6819","nonce":1536800254}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6821","nonce":1536800254}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6825","nonce":1536800254}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":1536800254},{"type":"v1","addr":"172.21.15.118:6823","nonce":1536800254}]},"public_addr":"172.21.15.118:6819/1536800254","cluster_addr":"172.21.15.118:6821/1536800254","heartbeat_back_addr":"172.21.15.118:6825/1536800254","heartbeat_front_addr":"172.21.15.118:6823/1536800254","state":["exists","up"]},{"osd":3,"uuid":"44b4e23e-b64f-47e6-a92b-a137e95a9edc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":318,"up_from":327,"up_thru":894,"down_at":319,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6827","nonce":2043474373}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6829","nonce":2043474373}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6833","nonce":2043474373}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2043474373},{"type":"v1","addr":"172.21.15.118:6831","nonce":2043474373}]},"public_addr":"172.21.15.118:6827/2043474373","cluster_addr":"172.21.15.118:6829/2043474373","heartbeat_back_addr":"172.21.15.118:6833/2043474373","heartbeat_front_addr":"172.21.15.118:6831/2043474373","state":["exists","up"]},{"osd":4,"uuid":"26affece-cf12-482b-95aa-04e4e897a19c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":30,"last_clean_end":346,"up_from":356,"up_thru":894,"down_at":347,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6800","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6801","nonce":2963039997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6803","nonce":2963039997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6807","nonce":2963039997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":2963039997},{"type":"v1","addr":"172.21.15.192:6805","nonce":2963039997}]},"public_addr":"172.21.15.192:6801/2963039997","cluster_addr":"172.21.15.192:6803/2963039997","heartbeat_back_addr":"172.21.15.192:6807/2963039997","heartbeat_front_addr":"172.21.15.192:6805/2963039997","state":["exists","up"]},{"osd":5,"uuid":"1e1b583c-37f6-4951-9731-ef2b261e9124","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":374,"up_from":384,"up_thru":894,"down_at":375,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6809","nonce":860901539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6811","nonce":860901539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6815","nonce":860901539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":860901539},{"type":"v1","addr":"172.21.15.192:6813","nonce":860901539}]},"public_addr":"172.21.15.192:6809/860901539","cluster_addr":"172.21.15.192:6811/860901539","heartbeat_back_addr":"172.21.15.192:6815/860901539","heartbeat_front_addr":"172.21.15.192:6813/860901539","state":["exists","up"]},{"osd":6,"uuid":"5651a39d-eae5-4d73-8800-481dc9c552b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":45,"last_clean_end":402,"up_from":412,"up_thru":894,"down_at":403,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6817","nonce":1774211878}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6819","nonce":1774211878}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6823","nonce":1774211878}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":1774211878},{"type":"v1","addr":"172.21.15.192:6821","nonce":1774211878}]},"public_addr":"172.21.15.192:6817/1774211878","cluster_addr":"172.21.15.192:6819/1774211878","heartbeat_back_addr":"172.21.15.192:6823/1774211878","heartbeat_front_addr":"172.21.15.192:6821/1774211878","state":["exists","up"]},{"osd":7,"uuid":"cd661317-6099-488e-953a-632d8be63da2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":52,"last_clean_end":429,"up_from":439,"up_thru":894,"down_at":430,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6825","nonce":3321238107}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6827","nonce":3321238107}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6831","nonce":3321238107}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":3321238107},{"type":"v1","addr":"172.21.15.192:6829","nonce":3321238107}]},"public_addr":"172.21.15.192:6825/3321238107","cluster_addr":"172.21.15.192:6827/3321238107","heartbeat_back_addr":"172.21.15.192:6831/3321238107","heartbeat_front_addr":"172.21.15.192:6829/3321238107","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":"2023-09-30T09:03:20.841106+0000","dead_epoch":236},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:37.103462+0000","dead_epoch":264},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:03:53.955108+0000","dead_epoch":292},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:10.344267+0000","dead_epoch":318},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:26.288846+0000","dead_epoch":346},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:42.679342+0000","dead_epoch":374},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:04:59.496216+0000","dead_epoch":402},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-09-30T09:05:16.450559+0000","dead_epoch":429}],"pg_upmap":[],"pg_upmap_items":[{"pgid":"2.8","mappings":[{"from":7,"to":2}]},{"pgid":"3.e","mappings":[{"from":4,"to":3}]},{"pgid":"3.1d","mappings":[{"from":5,"to":2}]},{"pgid":"3.31","mappings":[{"from":4,"to":2}]},{"pgid":"3.39","mappings":[{"from":0,"to":1}]},{"pgid":"3.3e","mappings":[{"from":0,"to":2}]}],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.192:6833/117750584":"2023-10-01T09:14:10.081157+0000","172.21.15.192:6832/117750584":"2023-10-01T09:14:10.081157+0000","172.21.15.118:0/2997106918":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1041576417":"2023-10-01T09:08:40.108395+0000","172.21.15.118:6800/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1400324280":"2023-10-01T09:09:48.842688+0000","172.21.15.118:6801/2669591099":"2023-10-01T09:09:48.842688+0000","172.21.15.118:0/4061572632":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/2583104717":"2023-10-01T09:06:02.815722+0000","172.21.15.118:6800/2669591099":"2023-10-01T09:09:48.842688+0000","172.21.15.118:0/1202799162":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1430572536":"2023-10-01T09:01:59.948547+0000","172.21.15.118:6800/883811925":"2023-10-01T09:08:40.108395+0000","172.21.15.118:0/3382836224":"2023-10-01T09:08:40.108395+0000","172.21.15.118:6801/883811925":"2023-10-01T09:08:40.108395+0000","172.21.15.118:6801/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/2605362719":"2023-10-01T09:09:48.842688+0000","172.21.15.118:6801/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.192:0/2287641532":"2023-10-01T09:09:16.120993+0000","172.21.15.192:6834/1528312098":"2023-10-01T09:09:16.120993+0000","172.21.15.192:0/3964586363":"2023-10-01T09:09:16.120993+0000","172.21.15.192:0/3513190194":"2023-10-01T09:09:16.120993+0000","172.21.15.192:6835/1528312098":"2023-10-01T09:09:16.120993+0000","172.21.15.118:0/1595865449":"2023-10-01T09:08:40.108395+0000","172.21.15.118:0/845783596":"2023-10-01T09:09:48.842688+0000","172.21.15.118:6800/2641263262":"2023-10-01T09:01:59.948547+0000","172.21.15.192:0/3639575987":"2023-10-01T09:09:16.120993+0000","172.21.15.118:0/417042037":"2023-10-01T09:09:48.842688+0000","172.21.15.118:0/2295488559":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/1794087439":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/607645821":"2023-10-01T09:09:48.842688+0000","172.21.15.118:6800/1798316424":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/859947221":"2023-10-01T09:01:59.948547+0000","172.21.15.118:0/2836023190":"2023-10-01T09:09:48.842688+0000","172.21.15.192:0/171114397":"2023-10-01T09:09:16.120993+0000","172.21.15.118:0/1320496071":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/1407236517":"2023-10-01T09:02:19.370555+0000","172.21.15.118:0/1666236335":"2023-10-01T09:08:40.108395+0000","172.21.15.118:6801/3430576992":"2023-10-01T09:06:02.815722+0000","172.21.15.118:0/820295778":"2023-10-01T09:08:40.108395+0000","172.21.15.192:0/1934329526":"2023-10-01T09:09:16.120993+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-root":"default","jerasure-per-chunk-alignment":"false","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van","w":"8"}},"removed_snaps_queue":[{"pool":5,"snaps":[{"begin":745,"length":1},{"begin":748,"length":1},{"begin":751,"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}} 2023-09-30T12:20:59.212 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs fail cephfs 2023-09-30T12:20:59.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:58 smithi192 ceph-mon[180220]: pgmap v6435: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:20:59.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:58 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1493517306' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T12:20:59.597 INFO:teuthology.orchestra.run.smithi118.stderr:cephfs marked not joinable; MDS cannot join the cluster. All MDS ranks marked failed. 2023-09-30T12:20:59.609 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph fs rm cephfs --yes-i-really-mean-it 2023-09-30T12:20:59.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: ::ffff:172.21.15.192 - - [30/Sep/2023:12:20:59] "GET /metrics HTTP/1.1" 200 36328 "" "Prometheus/2.43.0" 2023-09-30T12:20:59.845 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[216241]: ignoring --setuser ceph since I am not root 2023-09-30T12:20:59.846 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[216241]: ignoring --setgroup ceph since I am not root 2023-09-30T12:20:59.846 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[216241]: starting mds.a at 2023-09-30T12:20:59.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3650682934' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T12:20:59.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/544536311' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:20:59.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/1650356193' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-09-30T12:20:59.846 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-09-30T12:20:59.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-30T12:20:59.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T12:20:59.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2023-09-30T12:20:59.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: osdmap e897: 8 total, 8 up, 8 in 2023-09-30T12:20:59.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[185516]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-09-30T12:20:59.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[182954]: 2023-09-30T12:20:59.589+0000 7f265d405700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T12:20:59.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3650682934' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T12:20:59.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/544536311' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:20:59.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/1650356193' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-09-30T12:20:59.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-09-30T12:20:59.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-30T12:20:59.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T12:20:59.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2023-09-30T12:20:59.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: osdmap e897: 8 total, 8 up, 8 in 2023-09-30T12:20:59.849 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:20:59 smithi118 ceph-mon[182959]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-09-30T12:21:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3650682934' entity='client.admin' cmd=[{"prefix": "fs dump", "format": "json"}]: dispatch 2023-09-30T12:21:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/544536311' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-30T12:21:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/1650356193' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-09-30T12:21:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs fail", "fs_name": "cephfs"}]: dispatch 2023-09-30T12:21:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-30T12:21:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-30T12:21:00.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs fail", "fs_name": "cephfs"}]': finished 2023-09-30T12:21:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: osdmap e897: 8 total, 8 up, 8 in 2023-09-30T12:21:00.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:20:59 smithi192 ceph-mon[180220]: fsmap cephfs:0/1 1 up:standby, 1 failed 2023-09-30T12:21:00.615 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool rm cephfs_metadata cephfs_metadata --yes-i-really-really-mean-it 2023-09-30T12:21:01.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: pgmap v6437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:21:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3824999094' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:21:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:21:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-30T12:21:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T12:21:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: Cluster is now healthy 2023-09-30T12:21:01.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2023-09-30T12:21:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: mds.? [v2:172.21.15.118:6834/3758522212,v1:172.21.15.118:6835/3758522212] up:boot 2023-09-30T12:21:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: fsmap 2 up:standby 2023-09-30T12:21:01.096 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[182959]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T12:21:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: pgmap v6437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:21:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3824999094' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:21:01.096 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:21:01.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-30T12:21:01.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T12:21:01.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: Cluster is now healthy 2023-09-30T12:21:01.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2023-09-30T12:21:01.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: mds.? [v2:172.21.15.118:6834/3758522212,v1:172.21.15.118:6835/3758522212] up:boot 2023-09-30T12:21:01.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: fsmap 2 up:standby 2023-09-30T12:21:01.097 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:00 smithi118 ceph-mon[185516]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T12:21:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: pgmap v6437: 137 pgs: 137 active+clean; 1.3 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:21:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3824999094' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:21:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd=[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-30T12:21:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-30T12:21:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-30T12:21:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: Cluster is now healthy 2023-09-30T12:21:01.212 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: from='client.? ' entity='client.admin' cmd='[{"prefix": "fs rm", "fs_name": "cephfs", "yes_i_really_mean_it": true}]': finished 2023-09-30T12:21:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: mds.? [v2:172.21.15.118:6834/3758522212,v1:172.21.15.118:6835/3758522212] up:boot 2023-09-30T12:21:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: fsmap 2 up:standby 2023-09-30T12:21:01.213 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:00 smithi192 ceph-mon[180220]: from='mgr.34107 172.21.15.118:0/4071293873' entity='mgr.y' cmd=[{"prefix": "mds metadata", "who": "a"}]: dispatch 2023-09-30T12:21:01.807 INFO:teuthology.orchestra.run.smithi118.stderr:pool 'cephfs_metadata' removed 2023-09-30T12:21:01.821 DEBUG:teuthology.orchestra.run.smithi118:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd pool rm cephfs_data cephfs_data --yes-i-really-really-mean-it 2023-09-30T12:21:02.094 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:01 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3211624466' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T12:21:02.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:01 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3211624466' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T12:21:02.211 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:01 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3211624466' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T12:21:02.814 INFO:teuthology.orchestra.run.smithi118.stderr:pool 'cephfs_data' removed 2023-09-30T12:21:02.827 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:02.883 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:21:03.085 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:02 smithi192 ceph-mon[180220]: pgmap v6438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:21:03.086 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:02 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/3211624466' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2023-09-30T12:21:03.086 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:02 smithi192 ceph-mon[180220]: osdmap e898: 8 total, 8 up, 8 in 2023-09-30T12:21:03.086 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:02 smithi192 ceph-mon[180220]: from='client.? 172.21.15.118:0/2877707367' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T12:21:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[185516]: pgmap v6438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:21:03.094 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/3211624466' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2023-09-30T12:21:03.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[185516]: osdmap e898: 8 total, 8 up, 8 in 2023-09-30T12:21:03.095 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[185516]: from='client.? 172.21.15.118:0/2877707367' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T12:21:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[182959]: pgmap v6438: 137 pgs: 137 active+clean; 1.3 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2023-09-30T12:21:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/3211624466' entity='client.admin' cmd='[{"prefix": "osd pool rm", "pool": "cephfs_metadata", "pool2": "cephfs_metadata", "yes_i_really_really_mean_it": true}]': finished 2023-09-30T12:21:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[182959]: osdmap e898: 8 total, 8 up, 8 in 2023-09-30T12:21:03.095 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:02 smithi118 ceph-mon[182959]: from='client.? 172.21.15.118:0/2877707367' entity='client.admin' cmd=[{"prefix": "osd pool rm", "pool": "cephfs_data", "pool2": "cephfs_data", "yes_i_really_really_mean_it": true}]: dispatch 2023-09-30T12:21:03.111 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-30T12:21:03.111 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T12:21:03.130 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-30T12:21:03.162 INFO:tasks.cephadm:Stopping all daemons... 2023-09-30T12:21:03.163 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-09-30T12:21:03.163 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a 2023-09-30T12:21:03.513 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:12:21:03] ENGINE Bus STOPPING 2023-09-30T12:21:03.514 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:12:21:03] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-09-30T12:21:03.514 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:12:21:03] ENGINE Bus STOPPED 2023-09-30T12:21:03.514 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:12:21:03] ENGINE Bus STARTING 2023-09-30T12:21:03.514 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:12:21:03] ENGINE Serving on http://:::9283 2023-09-30T12:21:03.514 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:03 smithi118 systemd[1]: Stopping Ceph mon.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:03.515 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[182954]: 2023-09-30T12:21:03.389+0000 7f2662c10700 -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 2023-09-30T12:21:03.515 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a[182954]: 2023-09-30T12:21:03.389+0000 7f2662c10700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-09-30T12:21:03.790 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:03 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: [30/Sep/2023:12:21:03] ENGINE Bus STARTED 2023-09-30T12:21:04.041 INFO:journalctl@ceph.mon.a.smithi118.stdout:Sep 30 12:21:03 smithi118 bash[292525]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-a 2023-09-30T12:21:04.045 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.a.service' 2023-09-30T12:21:04.092 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:04.093 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-09-30T12:21:04.093 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-09-30T12:21:04.093 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.c 2023-09-30T12:21:04.322 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:04 smithi118 systemd[1]: Stopping Ceph mon.c for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:04.583 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:04 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[185512]: 2023-09-30T12:21:04.321+0000 7f24ca075700 -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 2023-09-30T12:21:04.583 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:04 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c[185512]: 2023-09-30T12:21:04.321+0000 7f24ca075700 -1 mon.c@2(peon) e4 *** Got Signal Terminated *** 2023-09-30T12:21:04.844 INFO:journalctl@ceph.mon.c.smithi118.stdout:Sep 30 12:21:04 smithi118 bash[292674]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-c 2023-09-30T12:21:04.892 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.c.service' 2023-09-30T12:21:04.931 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:04.931 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-09-30T12:21:04.931 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-09-30T12:21:04.932 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.b 2023-09-30T12:21:05.239 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:04 smithi192 systemd[1]: Stopping Ceph mon.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:05.239 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:05 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[180215]: 2023-09-30T12:21:05.238+0000 7f89a07fa700 -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 2023-09-30T12:21:05.239 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:05 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b[180215]: 2023-09-30T12:21:05.238+0000 7f89a07fa700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2023-09-30T12:21:05.961 INFO:journalctl@ceph.mon.b.smithi192.stdout:Sep 30 12:21:05 smithi192 bash[290274]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mon-b 2023-09-30T12:21:06.466 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mon.b.service' 2023-09-30T12:21:06.526 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:06.526 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-09-30T12:21:06.526 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-09-30T12:21:06.526 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y 2023-09-30T12:21:06.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:06 smithi118 systemd[1]: Stopping Ceph mgr.y for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:06.845 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:06 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y[172109]: 2023-09-30T12:21:06.761+0000 7fd7e650a700 -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 2023-09-30T12:21:07.235 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Sep 30 12:21:06 smithi118 bash[292810]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-y 2023-09-30T12:21:07.241 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.y.service' 2023-09-30T12:21:07.278 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:07.278 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-09-30T12:21:07.279 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-09-30T12:21:07.279 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x 2023-09-30T12:21:07.590 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 12:21:07 smithi192 systemd[1]: Stopping Ceph mgr.x for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:07.947 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 12:21:07 smithi192 bash[290412]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mgr-x 2023-09-30T12:21:07.947 INFO:journalctl@ceph.mgr.x.smithi192.stdout:Sep 30 12:21:07 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-09-30T12:21:07.953 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mgr.x.service' 2023-09-30T12:21:07.989 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:07.990 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-09-30T12:21:07.990 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-30T12:21:07.990 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.0 2023-09-30T12:21:08.344 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 12:21:08 smithi118 systemd[1]: Stopping Ceph osd.0 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:08.844 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 12:21:08 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[192532]: 2023-09-30T12:21:08.521+0000 7f672715e700 -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 2023-09-30T12:21:08.845 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 12:21:08 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[192532]: 2023-09-30T12:21:08.521+0000 7f672715e700 -1 osd.0 899 *** Got signal Terminated *** 2023-09-30T12:21:08.845 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 12:21:08 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0[192532]: 2023-09-30T12:21:08.521+0000 7f672715e700 -1 osd.0 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:21:14.594 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 12:21:14 smithi118 bash[292947]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-0 2023-09-30T12:21:15.674 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.0.service' 2023-09-30T12:21:15.701 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 12:21:15 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.0.service: Succeeded. 2023-09-30T12:21:15.701 INFO:journalctl@ceph.osd.0.smithi118.stdout:Sep 30 12:21:15 smithi118 systemd[1]: Stopped Ceph osd.0 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T12:21:15.714 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:15.714 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-30T12:21:15.715 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-30T12:21:15.715 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.1 2023-09-30T12:21:15.964 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 12:21:15 smithi118 systemd[1]: Stopping Ceph osd.1 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:16.344 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 12:21:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[198075]: 2023-09-30T12:21:15.964+0000 7f3d34a12700 -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 2023-09-30T12:21:16.344 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 12:21:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[198075]: 2023-09-30T12:21:15.964+0000 7f3d34a12700 -1 osd.1 899 *** Got signal Terminated *** 2023-09-30T12:21:16.344 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 12:21:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1[198075]: 2023-09-30T12:21:15.964+0000 7f3d34a12700 -1 osd.1 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:21:22.094 INFO:journalctl@ceph.osd.1.smithi118.stdout:Sep 30 12:21:21 smithi118 bash[293183]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-1 2023-09-30T12:21:22.947 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.1.service' 2023-09-30T12:21:22.987 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:22.988 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-30T12:21:22.988 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-30T12:21:22.988 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.2 2023-09-30T12:21:23.267 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 12:21:23 smithi118 systemd[1]: Stopping Ceph osd.2 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:23.594 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 12:21:23 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[204368]: 2023-09-30T12:21:23.267+0000 7f4b74ff9700 -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 2023-09-30T12:21:23.594 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 12:21:23 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[204368]: 2023-09-30T12:21:23.267+0000 7f4b74ff9700 -1 osd.2 899 *** Got signal Terminated *** 2023-09-30T12:21:23.595 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 12:21:23 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2[204368]: 2023-09-30T12:21:23.267+0000 7f4b74ff9700 -1 osd.2 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:21:29.094 INFO:journalctl@ceph.osd.2.smithi118.stdout:Sep 30 12:21:28 smithi118 bash[293415]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-2 2023-09-30T12:21:30.140 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.2.service' 2023-09-30T12:21:30.180 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:30.180 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-30T12:21:30.181 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-09-30T12:21:30.181 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.3 2023-09-30T12:21:30.423 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 12:21:30 smithi118 systemd[1]: Stopping Ceph osd.3 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:30.844 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 12:21:30 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[209902]: 2023-09-30T12:21:30.423+0000 7f7b39b86700 -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 2023-09-30T12:21:30.844 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 12:21:30 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[209902]: 2023-09-30T12:21:30.423+0000 7f7b39b86700 -1 osd.3 899 *** Got signal Terminated *** 2023-09-30T12:21:30.845 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 12:21:30 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3[209902]: 2023-09-30T12:21:30.423+0000 7f7b39b86700 -1 osd.3 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:21:34.962 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:34 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:34.638+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:35.461 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:35.202+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:35.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:35.264+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:35.962 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:35 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:35.651+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:36.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:36.157+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:36.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:36.268+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:36.594 INFO:journalctl@ceph.osd.3.smithi118.stdout:Sep 30 12:21:36 smithi118 bash[293641]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-3 2023-09-30T12:21:36.961 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:36 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:36.615+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:37.354 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.3.service' 2023-09-30T12:21:37.393 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:37.393 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-09-30T12:21:37.393 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-09-30T12:21:37.393 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.4 2023-09-30T12:21:37.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:37 smithi192 systemd[1]: Stopping Ceph osd.4 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:37.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:37.278+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:37.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:37.190+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:37.961 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:37.836+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:37.962 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:37.621+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:37.962 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:37.623+0000 7ff5b80e1700 -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 2023-09-30T12:21:37.962 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:37.623+0000 7ff5b80e1700 -1 osd.4 899 *** Got signal Terminated *** 2023-09-30T12:21:37.962 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:37 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:37.623+0000 7ff5b80e1700 -1 osd.4 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:21:38.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:38.324+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:38.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:38.208+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:38.961 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:38.633+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:38.962 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:38 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:38.872+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:39.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:39.350+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:39.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:39.199+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:39.895 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:39.613+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:40.186 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:39 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:39.895+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:40.461 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:40.345+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:40.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:40.187+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:40.884 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:40.580+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:40.885 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:21:40.725Z caller=refresh.go:99 level=error component="discovery manager notify" discovery=http config=config-0 msg="Unable to refresh target groups" err="Get \"http://172.21.15.118:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.118:8765: connect: connection refused" 2023-09-30T12:21:40.885 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:21:40.726Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph msg="Unable to refresh target groups" err="Get \"http://172.21.15.118:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.118:8765: connect: connection refused" 2023-09-30T12:21:40.885 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:21:40.728Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=ceph-exporter msg="Unable to refresh target groups" err="Get \"http://172.21.15.118:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.118:8765: connect: connection refused" 2023-09-30T12:21:40.885 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:21:40.728Z caller=refresh.go:99 level=error component="discovery manager scrape" discovery=http config=node msg="Unable to refresh target groups" err="Get \"http://172.21.15.118:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.118:8765: connect: connection refused" 2023-09-30T12:21:41.190 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:40 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:40.884+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:41.461 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:41 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:41.393+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:41.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:41 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:41.190+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:41.912 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:41 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4[187171]: 2023-09-30T12:21:41.627+0000 7ff5b06cf700 -1 osd.4 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.278775+0000 front 2023-09-30T12:21:11.278848+0000 (oldest deadline 2023-09-30T12:21:34.178681+0000) 2023-09-30T12:21:42.211 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:42.150+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:42.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:41 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:41.913+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:42.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:41 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:41.913+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:42.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:42.424+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:43.207 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:43.108+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:43.207 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:42.933+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:43.208 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:42 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:42.933+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:43.461 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:43 smithi192 bash[290564]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-4 2023-09-30T12:21:43.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:43.454+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:43.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:43.454+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:44.137 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:43.896+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:44.137 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:43 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:43.896+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:44.434 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:44.136+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:44.682 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.4.service' 2023-09-30T12:21:44.709 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:44 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.4.service: Succeeded. 2023-09-30T12:21:44.709 INFO:journalctl@ceph.osd.4.smithi192.stdout:Sep 30 12:21:44 smithi192 systemd[1]: Stopped Ceph osd.4 for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T12:21:44.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:44.482+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:44.710 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:44.482+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:44.723 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:44.723 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-09-30T12:21:44.723 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-09-30T12:21:44.723 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.5 2023-09-30T12:21:44.962 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:44 smithi192 systemd[1]: Stopping Ceph osd.5 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:44.962 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:44.920+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:44.962 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:44.920+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:45.461 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:44.981+0000 7fad9e659700 -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 2023-09-30T12:21:45.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:44.981+0000 7fad9e659700 -1 osd.5 899 *** Got signal Terminated *** 2023-09-30T12:21:45.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:44 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:44.981+0000 7fad9e659700 -1 osd.5 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:21:45.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:45.181+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:45.932 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:45.522+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:45.933 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:45.522+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:46.211 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:46.152+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:46.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:45.932+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:46.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:45 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:45.932+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:46.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:46.543+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:46.962 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:46.543+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:47.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:46.974+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:47.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:46 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:46.974+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:47.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:47.167+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:47.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:47.167+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.114908+0000 front 2023-09-30T12:21:17.114932+0000 (oldest deadline 2023-09-30T12:21:47.115584+0000) 2023-09-30T12:21:47.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:47.520+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:47.962 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:47.520+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:48.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:48.162+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:48.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:48.162+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.114908+0000 front 2023-09-30T12:21:17.114932+0000 (oldest deadline 2023-09-30T12:21:47.115584+0000) 2023-09-30T12:21:48.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:47.982+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:48.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:47 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:47.982+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:48.961 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:48.542+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:48.962 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:48.542+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:49.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:48.975+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:49.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:48 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:48.975+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:49.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:49.185+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:08.913936+0000 front 2023-09-30T12:21:08.913996+0000 (oldest deadline 2023-09-30T12:21:34.213766+0000) 2023-09-30T12:21:49.462 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5[193274]: 2023-09-30T12:21:49.185+0000 7fad96c47700 -1 osd.5 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.114908+0000 front 2023-09-30T12:21:17.114932+0000 (oldest deadline 2023-09-30T12:21:47.115584+0000) 2023-09-30T12:21:49.954 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:49.497+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:49.954 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:49.497+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:50.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:49.955+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:50.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:49 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:49.955+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:50.931 INFO:journalctl@ceph.osd.5.smithi192.stdout:Sep 30 12:21:50 smithi192 bash[290791]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-5 2023-09-30T12:21:50.931 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:50.487+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:50.931 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:50.487+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:50.932 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:50.931+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:50.932 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:50 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:50.931+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:51.824 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:51 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:51.492+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:51.824 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:51 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:51.492+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:51.831 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.5.service' 2023-09-30T12:21:51.871 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:51.871 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-09-30T12:21:51.872 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-09-30T12:21:51.872 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.6 2023-09-30T12:21:52.120 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:51 smithi192 systemd[1]: Stopping Ceph osd.6 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:52.120 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:51 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:51.957+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:52.121 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:51 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:51.957+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:52.461 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:52.121+0000 7fc4b2d38700 -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 2023-09-30T12:21:52.461 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:52.121+0000 7fc4b2d38700 -1 osd.6 899 *** Got signal Terminated *** 2023-09-30T12:21:52.461 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:52.121+0000 7fc4b2d38700 -1 osd.6 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:21:52.462 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:52.462+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:52.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:52.462+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:53.211 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:52.960+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:53.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:52.960+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:53.212 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:52 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:52.960+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:21:53.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:53 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:53.417+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:53.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:53 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:53.417+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:53.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:53 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:53.417+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:27.921999+0000 front 2023-09-30T12:21:27.921942+0000 (oldest deadline 2023-09-30T12:21:52.621839+0000) 2023-09-30T12:21:54.366 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:54.006+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:54.367 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:54.006+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:54.367 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:54.006+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:21:54.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:54.367+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:54.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:54.367+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:54.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:54 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:54.367+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:27.921999+0000 front 2023-09-30T12:21:27.921942+0000 (oldest deadline 2023-09-30T12:21:52.621839+0000) 2023-09-30T12:21:55.319 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:55 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:55.030+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:55.319 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:55 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:55.030+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:55.319 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:55 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:55.030+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:21:55.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:55 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:55.320+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:55.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:55 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:55.320+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:55.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:55 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:55.320+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:27.921999+0000 front 2023-09-30T12:21:27.921942+0000 (oldest deadline 2023-09-30T12:21:52.621839+0000) 2023-09-30T12:21:56.366 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:56.078+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:56.367 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:56.078+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:56.367 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:56.078+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:21:56.711 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:56.367+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:11.019733+0000 front 2023-09-30T12:21:11.019905+0000 (oldest deadline 2023-09-30T12:21:34.519655+0000) 2023-09-30T12:21:56.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:56.367+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.321153+0000 front 2023-09-30T12:21:17.320990+0000 (oldest deadline 2023-09-30T12:21:42.620936+0000) 2023-09-30T12:21:56.712 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:56 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6[199051]: 2023-09-30T12:21:56.367+0000 7fc4aeb2d700 -1 osd.6 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:27.921999+0000 front 2023-09-30T12:21:27.921942+0000 (oldest deadline 2023-09-30T12:21:52.621839+0000) 2023-09-30T12:21:57.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:57.039+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:57.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:57.039+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:57.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:57 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:57.039+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:21:58.076 INFO:journalctl@ceph.osd.6.smithi192.stdout:Sep 30 12:21:57 smithi192 bash[291019]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-6 2023-09-30T12:21:58.386 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:58.077+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:58.386 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:58.077+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:58.387 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:58 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:58.077+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:21:59.112 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.6.service' 2023-09-30T12:21:59.152 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:21:59.153 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-09-30T12:21:59.153 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-09-30T12:21:59.153 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.7 2023-09-30T12:21:59.415 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:59.047+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:21:59.416 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:59.047+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:21:59.416 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:59.047+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:21:59.416 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:59.047+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6830 osd.3 since back 2023-09-30T12:21:32.392680+0000 front 2023-09-30T12:21:32.392793+0000 (oldest deadline 2023-09-30T12:21:58.292608+0000) 2023-09-30T12:21:59.416 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 systemd[1]: Stopping Ceph osd.7 for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:21:59.711 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:59.414+0000 7fc76cbb3700 -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 2023-09-30T12:21:59.712 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:59.414+0000 7fc76cbb3700 -1 osd.7 899 *** Got signal Terminated *** 2023-09-30T12:21:59.712 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:21:59 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:21:59.414+0000 7fc76cbb3700 -1 osd.7 899 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-30T12:22:00.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:00.065+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:22:00.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:00.065+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:22:00.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:00.065+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:22:00.463 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:00 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:00.065+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6830 osd.3 since back 2023-09-30T12:21:32.392680+0000 front 2023-09-30T12:21:32.392793+0000 (oldest deadline 2023-09-30T12:21:58.292608+0000) 2023-09-30T12:22:01.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:01.077+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:22:01.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:01.077+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:22:01.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:01.077+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:22:01.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:01 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:01.077+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6830 osd.3 since back 2023-09-30T12:21:32.392680+0000 front 2023-09-30T12:21:32.392793+0000 (oldest deadline 2023-09-30T12:21:58.292608+0000) 2023-09-30T12:22:02.461 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:02.043+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:22:02.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:02.043+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:22:02.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:02.043+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:22:02.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:02 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:02.043+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6830 osd.3 since back 2023-09-30T12:21:32.392680+0000 front 2023-09-30T12:21:32.392793+0000 (oldest deadline 2023-09-30T12:21:58.292608+0000) 2023-09-30T12:22:03.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:03.021+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:22:03.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:03.021+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:22:03.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:03.021+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:22:03.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:03 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:03.021+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6830 osd.3 since back 2023-09-30T12:21:32.392680+0000 front 2023-09-30T12:21:32.392793+0000 (oldest deadline 2023-09-30T12:21:58.292608+0000) 2023-09-30T12:22:04.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:04 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:04.059+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6806 osd.0 since back 2023-09-30T12:21:10.189365+0000 front 2023-09-30T12:21:10.189470+0000 (oldest deadline 2023-09-30T12:21:37.789935+0000) 2023-09-30T12:22:04.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:04 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:04.059+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6814 osd.1 since back 2023-09-30T12:21:17.790550+0000 front 2023-09-30T12:21:17.790658+0000 (oldest deadline 2023-09-30T12:21:41.890534+0000) 2023-09-30T12:22:04.462 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:04 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:04.059+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6822 osd.2 since back 2023-09-30T12:21:26.492248+0000 front 2023-09-30T12:21:26.492181+0000 (oldest deadline 2023-09-30T12:21:52.392102+0000) 2023-09-30T12:22:04.463 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:04 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7[204560]: 2023-09-30T12:22:04.059+0000 7fc7691a9700 -1 osd.7 899 heartbeat_check: no reply from 172.21.15.118:6830 osd.3 since back 2023-09-30T12:21:32.392680+0000 front 2023-09-30T12:21:32.392793+0000 (oldest deadline 2023-09-30T12:21:58.292608+0000) 2023-09-30T12:22:05.211 INFO:journalctl@ceph.osd.7.smithi192.stdout:Sep 30 12:22:04 smithi192 bash[291242]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-osd-7 2023-09-30T12:22:06.145 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@osd.7.service' 2023-09-30T12:22:06.186 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:22:06.186 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-09-30T12:22:06.186 INFO:tasks.cephadm.mds.a:Stopping mds.a... 2023-09-30T12:22:06.187 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.a 2023-09-30T12:22:06.594 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 12:22:06 smithi118 systemd[1]: Stopping Ceph mds.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:22:06.594 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 12:22:06 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[216241]: 2023-09-30T12:22:06.421+0000 7fa8eb401700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:22:06.595 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 12:22:06 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a[216241]: 2023-09-30T12:22:06.422+0000 7fa8eb401700 -1 mds.a *** got signal Terminated *** 2023-09-30T12:22:08.094 INFO:journalctl@ceph.mds.a.smithi118.stdout:Sep 30 12:22:07 smithi118 bash[293867]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-a 2023-09-30T12:22:08.168 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.a.service' 2023-09-30T12:22:08.204 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:22:08.204 INFO:tasks.cephadm.mds.a:Stopped mds.a 2023-09-30T12:22:08.205 INFO:tasks.cephadm.mds.b:Stopping mds.b... 2023-09-30T12:22:08.205 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.b 2023-09-30T12:22:08.712 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 12:22:08 smithi192 systemd[1]: Stopping Ceph mds.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:22:08.712 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 12:22:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b[210500]: 2023-09-30T12:22:08.431+0000 7f4fe6140700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mds -n mds.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-30T12:22:08.712 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 12:22:08 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b[210500]: 2023-09-30T12:22:08.431+0000 7f4fe6140700 -1 mds.b *** got signal Terminated *** 2023-09-30T12:22:12.958 INFO:journalctl@ceph.mds.b.smithi192.stdout:Sep 30 12:22:12 smithi192 bash[291470]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-mds-b 2023-09-30T12:22:12.965 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@mds.b.service' 2023-09-30T12:22:13.003 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:22:13.003 INFO:tasks.cephadm.mds.b:Stopped mds.b 2023-09-30T12:22:13.003 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-09-30T12:22:13.004 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@prometheus.a 2023-09-30T12:22:13.333 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 systemd[1]: Stopping Ceph prometheus.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:22:13.588 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.333Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-09-30T12:22:13.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2023-09-30T12:22:13.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2023-09-30T12:22:13.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2023-09-30T12:22:13.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2023-09-30T12:22:13.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2023-09-30T12:22:13.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2023-09-30T12:22:13.589 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2023-09-30T12:22:13.590 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.334Z caller=main.go:907 level=info msg="Scrape manager stopped" 2023-09-30T12:22:13.590 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.336Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2023-09-30T12:22:13.590 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.336Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2023-09-30T12:22:13.590 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a[220479]: ts=2023-09-30T12:22:13.336Z caller=main.go:1147 level=info msg="See you next time!" 2023-09-30T12:22:13.590 INFO:journalctl@ceph.prometheus.a.smithi192.stdout:Sep 30 12:22:13 smithi192 bash[291611]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-prometheus-a 2023-09-30T12:22:13.786 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@prometheus.a.service' 2023-09-30T12:22:13.821 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-30T12:22:13.821 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-09-30T12:22:13.822 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T12:22:15.308 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 12:22:15 smithi118 systemd[1]: Stopping Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:22:15.309 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 12:22:15 smithi118 ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a[226321]: ts=2023-09-30T12:22:15.183Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2023-09-30T12:22:15.594 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 12:22:15 smithi118 bash[294309]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-alertmanager-a 2023-09-30T12:22:16.095 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 12:22:15 smithi118 systemd[1]: Stopping Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:22:16.095 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 12:22:15 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@alertmanager.a.service: Succeeded. 2023-09-30T12:22:16.095 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Sep 30 12:22:15 smithi118 systemd[1]: Stopped Ceph alertmanager.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T12:22:16.415 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 12:22:16 smithi118 bash[294428]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-a 2023-09-30T12:22:16.416 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 12:22:16 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-09-30T12:22:16.416 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 12:22:16 smithi118 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.a.service: Failed with result 'exit-code'. 2023-09-30T12:22:16.416 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Sep 30 12:22:16 smithi118 systemd[1]: Stopped Ceph node-exporter.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T12:22:16.773 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-30T12:22:18.344 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 12:22:18 smithi192 systemd[1]: Stopping Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:22:18.675 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 12:22:18 smithi192 bash[292042]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-grafana-a 2023-09-30T12:22:18.675 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 12:22:18 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@grafana.a.service: Main process exited, code=exited, status=143/n/a 2023-09-30T12:22:18.962 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 12:22:18 smithi192 systemd[1]: Stopping Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7... 2023-09-30T12:22:18.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 12:22:18 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@grafana.a.service: Failed with result 'exit-code'. 2023-09-30T12:22:18.962 INFO:journalctl@ceph.grafana.a.smithi192.stdout:Sep 30 12:22:18 smithi192 systemd[1]: Stopped Ceph grafana.a for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T12:22:19.423 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 12:22:19 smithi192 bash[292161]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7-node-exporter-b 2023-09-30T12:22:19.424 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 12:22:19 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-09-30T12:22:19.424 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 12:22:19 smithi192 systemd[1]: ceph-d797746c-5f6f-11ee-8db4-212e2dc638e7@node-exporter.b.service: Failed with result 'exit-code'. 2023-09-30T12:22:19.424 INFO:journalctl@ceph.node-exporter.b.smithi192.stdout:Sep 30 12:22:19 smithi192 systemd[1]: Stopped Ceph node-exporter.b for d797746c-5f6f-11ee-8db4-212e2dc638e7. 2023-09-30T12:22:19.788 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:22:19.827 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-30T12:22:19.858 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-30T12:22:19.861 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215/remote/smithi118/crash 2023-09-30T12:22:19.861 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T12:22:19.934 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T12:22:19.934 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2023-09-30T12:22:19.936 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215/remote/smithi192/crash 2023-09-30T12:22:19.936 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/crash -- . 2023-09-30T12:22:20.004 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-30T12:22:20.005 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2023-09-30T12:22:20.006 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-30T12:22:20.006 DEBUG:teuthology.orchestra.run.smithi118:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-30T12:22:20.040 INFO:teuthology.orchestra.run.smithi118.stderr:grep: /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-30T12:22:20.046 INFO:tasks.cephadm:Compressing logs... 2023-09-30T12:22:20.047 DEBUG:teuthology.orchestra.run.smithi118:> 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 -- 2023-09-30T12:22:20.089 DEBUG:teuthology.orchestra.run.smithi192:> 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 -- 2023-09-30T12:22:20.126 INFO:teuthology.orchestra.run.smithi118.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T12:22:20.126 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T12:22:20.129 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-30T12:22:20.129 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-30T12:22:20.136 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.6.log 2023-09-30T12:22:20.137 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-30T12:22:20.137 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.7.log 2023-09-30T12:22:20.137 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mgr.x.log 2023-09-30T12:22:20.137 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.b.log 2023-09-30T12:22:20.138 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mds.b.log 2023-09-30T12:22:20.138 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mgr.x.log: /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.4.log 2023-09-30T12:22:20.138 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mds.b.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.5.log 2023-09-30T12:22:20.150 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-30T12:22:20.153 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.2.log 2023-09-30T12:22:20.154 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mgr.y.log 2023-09-30T12:22:20.154 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-volume.log: /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.3.log 2023-09-30T12:22:20.154 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.0.log 2023-09-30T12:22:20.154 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mgr.y.log: /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mds.a.log 2023-09-30T12:22:20.154 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.a.log 2023-09-30T12:22:20.155 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mds.a.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.c.log 2023-09-30T12:22:20.155 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.1.log 2023-09-30T12:22:20.243 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.5.log: 82.2% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mds.b.log.gz 2023-09-30T12:22:20.367 INFO:teuthology.orchestra.run.smithi192.stderr: 91.8% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mgr.x.log.gz 2023-09-30T12:22:20.456 INFO:teuthology.orchestra.run.smithi192.stderr: 91.4% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-30T12:22:20.605 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.c.log: /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.1.log: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T12:22:20.631 INFO:teuthology.orchestra.run.smithi192.stderr: 85.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-30T12:22:20.754 INFO:teuthology.orchestra.run.smithi118.stderr: 91.3% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-30T12:22:21.313 INFO:teuthology.orchestra.run.smithi118.stderr: 92.4% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mds.a.log.gz 2023-09-30T12:22:28.381 INFO:teuthology.orchestra.run.smithi192.stderr: 92.5% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.b.log.gz 2023-09-30T12:22:29.335 INFO:teuthology.orchestra.run.smithi118.stderr: 90.1% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mgr.y.log.gz 2023-09-30T12:22:42.949 INFO:teuthology.orchestra.run.smithi118.stderr: 93.1% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.c.log.gz 2023-09-30T12:22:43.636 INFO:teuthology.orchestra.run.smithi192.stderr: 93.6% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.4.log.gz 2023-09-30T12:22:45.609 INFO:teuthology.orchestra.run.smithi192.stderr: 93.9% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.7.log.gz 2023-09-30T12:22:45.883 INFO:teuthology.orchestra.run.smithi192.stderr: 93.7% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.5.log.gz 2023-09-30T12:22:51.877 INFO:teuthology.orchestra.run.smithi118.stderr: 90.6% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-mon.a.log.gz 2023-09-30T12:22:57.855 INFO:teuthology.orchestra.run.smithi118.stderr: 93.5% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.2.log.gz 2023-09-30T12:22:58.001 INFO:teuthology.orchestra.run.smithi118.stderr: 93.8% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.0.log.gz 2023-09-30T12:28:58.226 INFO:teuthology.orchestra.run.smithi192.stderr: 96.8% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.6.log.gz 2023-09-30T12:28:58.228 INFO:teuthology.orchestra.run.smithi192.stderr: 2023-09-30T12:28:58.228 INFO:teuthology.orchestra.run.smithi192.stderr:real 6m38.121s 2023-09-30T12:28:58.228 INFO:teuthology.orchestra.run.smithi192.stderr:user 6m16.574s 2023-09-30T12:28:58.228 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m19.127s 2023-09-30T12:33:35.069 INFO:teuthology.orchestra.run.smithi118.stderr: 96.8% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.1.log.gz 2023-09-30T12:55:34.357 INFO:teuthology.orchestra.run.smithi118.stderr: 94.9% -- replaced with /var/log/ceph/d797746c-5f6f-11ee-8db4-212e2dc638e7/ceph-osd.3.log.gz 2023-09-30T12:55:34.389 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-09-30T12:55:34.389 INFO:teuthology.orchestra.run.smithi118.stderr:real 33m14.268s 2023-09-30T12:55:34.389 INFO:teuthology.orchestra.run.smithi118.stderr:user 30m19.082s 2023-09-30T12:55:34.389 INFO:teuthology.orchestra.run.smithi118.stderr:sys 1m23.365s 2023-09-30T12:55:34.389 INFO:tasks.cephadm:Archiving logs... 2023-09-30T12:55:34.391 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215/remote/smithi118/log 2023-09-30T12:55:34.392 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T12:59:36.074 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215/remote/smithi192/log 2023-09-30T12:59:36.076 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-30T13:00:18.031 INFO:tasks.cephadm:Removing cluster... 2023-09-30T13:00:18.032 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 --force 2023-09-30T13:00:19.835 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d797746c-5f6f-11ee-8db4-212e2dc638e7 --force 2023-09-30T13:00:20.962 INFO:tasks.cephadm:Removing cephadm ... 2023-09-30T13:00:20.963 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T13:00:20.988 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-30T13:00:21.007 INFO:tasks.cephadm:Teardown complete 2023-09-30T13:00:21.008 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-09-30T13:00:21.024 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... 2023-09-30T13:00:21.025 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T13:00:21.031 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-09-30T13:00:21.145 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-30T13:00:21.155 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-30T13:00:21.155 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T13:00:21.158 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-30T13:00:21.174 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-09-30T13:00:21.176 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2023-09-30T13:00:21.233 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T13:00:21.233 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-09-30T13:00:21.234 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 +770us[ +770us] +/- 82ms 2023-09-30T13:00:21.234 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 377 32 -1141us[-1139us] +/- 74ms 2023-09-30T13:00:21.234 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 90 +591us[ +594us] +/- 64ms 2023-09-30T13:00:21.234 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:00:21.240 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-30T13:00:21.240 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2023-09-30T13:00:21.240 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 27 +824us[ +847us] +/- 82ms 2023-09-30T13:00:21.240 INFO:teuthology.orchestra.run.smithi118.stdout:^* hv02.front.sepia.ceph.com 3 7 377 20 -1046us[-1024us] +/- 75ms 2023-09-30T13:00:21.241 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 92 +632us[ +653us] +/- 64ms 2023-09-30T13:00:21.241 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2023-09-30T13:00:21.242 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-30T13:00:21.251 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-30T13:00:21.252 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-30T13:00:21.267 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T13:00:21.507 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T13:00:21.744 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T13:00:21.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:00:21.783 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T13:00:21.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:00:21.817 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-30T13:00:21.828 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-30T13:00:21.841 INFO:teuthology.task.internal:Duration was 14957.722273 seconds 2023-09-30T13:00:21.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-30T13:00:21.859 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-30T13:00:21.859 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T13:00:21.862 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-30T13:00:21.929 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T13:00:21.939 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-30T13:00:22.246 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-30T13:00:22.246 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2023-09-30T13:00:22.246 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T13:00:22.302 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2023-09-30T13:00:22.302 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T13:00:22.340 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-30T13:00:22.340 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T13:00:22.342 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-30T13:00:22.463 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-30T13:00:22.464 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T13:00:22.466 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-30T13:00:22.712 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-30T13:00:22.723 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-30T13:00:22.723 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T13:00:22.782 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-30T13:00:22.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-30T13:00:22.854 DEBUG:teuthology.orchestra.run.smithi118:> 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 2023-09-30T13:00:22.856 DEBUG:teuthology.orchestra.run.smithi192:> 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 2023-09-30T13:00:22.891 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2023-09-30T13:00:22.896 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2023-09-30T13:00:22.910 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T13:00:22.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:00:22.962 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-30T13:00:22.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:00:22.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-30T13:00:22.993 INFO:teuthology.task.internal:Transferring archived files... 2023-09-30T13:00:22.994 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215/remote/smithi118 2023-09-30T13:00:22.995 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T13:00:23.055 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215/remote/smithi192 2023-09-30T13:00:23.056 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-30T13:00:23.101 INFO:teuthology.task.internal:Removing archive directory... 2023-09-30T13:00:23.102 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T13:00:23.104 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-30T13:00:23.151 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-30T13:00:23.163 INFO:teuthology.task.internal:Not uploading archives. 2023-09-30T13:00:23.163 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-30T13:00:23.176 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-30T13:00:23.176 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T13:00:23.178 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-30T13:00:23.208 INFO:teuthology.orchestra.run.smithi192.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 30 13:00 /home/ubuntu/cephtest 2023-09-30T13:00:23.214 INFO:teuthology.orchestra.run.smithi118.stdout: 393225 4 drwxr-xr-x 3 ubuntu ubuntu 4096 Sep 30 13:00 /home/ubuntu/cephtest 2023-09-30T13:00:23.214 INFO:teuthology.orchestra.run.smithi118.stdout: 1053411 4 drwxrwxr-x 3 ubuntu ubuntu 4096 Sep 30 09:20 /home/ubuntu/cephtest/mnt.0 2023-09-30T13:00:23.214 INFO:teuthology.orchestra.run.smithi118.stdout: 1053412 4 drwxrwxr-x 3 ubuntu ubuntu 4096 Sep 30 09:20 /home/ubuntu/cephtest/mnt.0/client.0 2023-09-30T13:00:23.215 INFO:teuthology.orchestra.run.smithi118.stdout: 1053489 4 drwxrwxr-x 2 ubuntu ubuntu 4096 Sep 30 09:20 /home/ubuntu/cephtest/mnt.0/client.0/tmp 2023-09-30T13:00:23.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-30T13:00:23.216 INFO:teuthology.orchestra.run.smithi118.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': Directory not empty 2023-09-30T13:00:23.216 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-09-30T13:00:23.222 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-30T13:00:23.234 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-30T13:00:23.247 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi118 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-09-30T13:00:23.247 INFO:teuthology.nuke:Checking targets against current locks 2023-09-30T13:00:23.288 DEBUG:teuthology.nuke:shortname: smithi118 2023-09-30T13:00:23.288 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T13:00:23.311 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 08:41:32.392572', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEnGO8HTrQo70V7v2obg8/Hpu6WpV9eZSKCFXbCV/E/9jwjwX0+5IGnwMi0HByk+egwl8RTcCrQPLyI4HaHdhb8='} 2023-09-30T13:00:23.315 DEBUG:teuthology.nuke:shortname: smithi192 2023-09-30T13:00:23.315 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-30T13:00:23.334 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-09-29_19:44:19-upgrade:quincy-x-main-distro-default-smithi/7407215', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-30 08:41:32.390594', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIWJbIH7AIhXVS/sP0Mq6RVFctg3MysgU44ojKaXBi7WwYyuiKgjgZ40P8+QUyBvh1dqfQF9R24rY6xqOQHv6eo='} 2023-09-30T13:00:23.366 INFO:teuthology.orchestra.console.smithi118:Power off 2023-09-30T13:00:23.367 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T13:00:23.392 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2023-09-30T13:00:23.393 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T13:00:23.409 INFO:teuthology.orchestra.console.smithi192:Power off 2023-09-30T13:00:23.409 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-30T13:00:23.424 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-09-30T13:00:23.437 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2023-09-30T13:00:23.437 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T13:00:23.464 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-09-30T13:00:27.424 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T13:00:27.466 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T13:00:27.535 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-09-30T13:00:27.575 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-09-30T13:00:31.540 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T13:00:31.576 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T13:00:31.650 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2023-09-30T13:00:31.686 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-09-30T13:00:31.752 INFO:teuthology.orchestra.console.smithi118:Power off completed 2023-09-30T13:00:35.690 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-30T13:00:35.800 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2023-09-30T13:00:35.901 INFO:teuthology.orchestra.console.smithi192:Power off completed 2023-09-30T13:00:36.007 INFO:teuthology.run:Summary data: description: upgrade:quincy-x/parallel/{0-random-distro$/{centos_8.stream_container_tools_crun} 0-start 1-tasks mon_election/connectivity upgrade-sequence workload/{ec-rados-default rados_api rados_loadgenbig rbd_import_export test_rbd_api test_rbd_python}} duration: 14957.722273349762 failure_reason: 'Command failed (workunit test cls/test_cls_2pc_queue.sh) on smithi118 with status 124: ''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=quincy TESTDIR="/home/ubuntu/cephtest" CEPH_ARGS="--cluster ceph" CEPH_ID="0" PATH=$PATH:/usr/sbin CEPH_BASE=/home/ubuntu/cephtest/clone.client.0 CEPH_ROOT=/home/ubuntu/cephtest/clone.client.0 CEPH_MNT=/home/ubuntu/cephtest/mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 3h /home/ubuntu/cephtest/clone.client.0/qa/workunits/cls/test_cls_2pc_queue.sh''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0fefa384015c44838573f5d92c31458c status: fail success: false 2023-09-30T13:00:36.008 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-30T13:00:36.090 INFO:teuthology.run:FAIL